Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"packages/*"
],
"scripts": {
"build:themes": "ui-scripts build-themes",
"prestart": "pnpm run bootstrap",
"start": "pnpm --filter docs-app start",
"start:watch": "pnpm --filter docs-app start:watch",
Expand All @@ -30,8 +29,9 @@
"build": "pnpm -r --stream build",
"build:watch": "pnpm -r --stream build:watch",
"build:docs": "pnpm --filter docs-app bundle",
"build:themes": "ui-scripts build-themes",
"build:tokens": "ui-scripts generate-all-tokens",
"build:types": "tsc -b tsconfig.references.json",
"build:types": "tsgo -b tsconfig.references.json",
"build:ts": "pnpm --filter @instructure/ui-icons prepare-build && pnpm run build:types",
"clean": "node scripts/clean.js",
"clean-node": "node scripts/clean.js --nuke_node",
Expand Down Expand Up @@ -76,6 +76,7 @@
"@types/node": "^22",
"@types/react": "18.3.26",
"@types/react-dom": "18.3.1",
"@typescript/native-preview": "7.0.0-dev.20260526.1",
"@vitejs/plugin-react": "^4.5.1",
"@vitest/eslint-plugin": "^1.6.14",
"babel-plugin-add-import-extension": "^1.6.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/__docs__/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ import ReactDOM from 'react-dom'

import { LoremIpsum } from 'lorem-ipsum'
import moment from 'moment'
// @ts-expect-error no type declarations for moment locales side-effect import
import 'moment/min/locales'

import { mirrorHorizontalPlacement } from '@instructure/ui-position'

import { getComponentsForVersion } from './versioned-components'
import { dark, light } from '@instructure/ui-themes'
import { debounce } from '@instructure/debounce'
Expand Down
3 changes: 2 additions & 1 deletion packages/ui-table/src/Table/__tests__/Table.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,11 @@ describe('<Table />', async () => {
<Table.Body>
test
<span>test</span>
{/* @ts-ignore error is normal here */}
{/* @ts-expect-error error is normal here */}
<Table.Row>
test
<span>test</span>
{/* @ts-expect-error error is normal here */}
<Table.Cell>Foo</Table.Cell>
test
<span>test</span>
Expand Down
113 changes: 97 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions regression-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading