Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use new performant 'type-check' for v9 libaries #31454

Merged
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/global-context",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/keyboard-keys",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/priority-overflow",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/react-context-selector",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/react-portal-compat",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/react-portal-compat-context",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/react-positioning",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/react-tabster",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/react-theme-sass",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/react-utilities",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: use new performant 'type-check' for v9 libaries",
"packageName": "@fluentui/tokens",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion packages/react-components/global-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/keyboard-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/priority-overflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\"",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
},
Expand Down
7 changes: 5 additions & 2 deletions packages/react-components/react-portal-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
},
"devDependencies": {
"@fluentui/react-provider": "*",
"@fluentui/react-theme": "*",
"@fluentui/react-shared-contexts": "*",
"@fluentui/react-utilities": "*",
"@fluentui/eslint-plugin": "*",
"@fluentui/react-components": "*",
"@fluentui/react-shared-contexts": "*",
"@fluentui/scripts-api-extractor": "*",
"@fluentui/scripts-cypress": "*",
"@fluentui/scripts-tasks": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-positioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-tabster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-theme-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\"",
"e2e": "cypress run --component",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/theme-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "yarn storybook",
"test": "jest --passWithNoTests",
"storybook": "start-storybook",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"token-pipeline": "node -r ../../scripts/ts-node/register ../../scripts/generators/token-pipeline.ts",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.base.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"@fluentui/react-storybook-addon-export-to-sandbox": [
"packages/react-components/react-storybook-addon-export-to-sandbox/src/index.ts"
],
"@fluentui/react-swatch-picker": ["packages/react-components/react-swatch-picker/src/index.ts"],
"@fluentui/react-switch": ["packages/react-components/react-switch/src/index.ts"],
"@fluentui/react-table": ["packages/react-components/react-table/src/index.ts"],
"@fluentui/react-tabs": ["packages/react-components/react-tabs/src/index.ts"],
Expand All @@ -169,11 +170,10 @@
"@fluentui/react-tree": ["packages/react-components/react-tree/src/index.ts"],
"@fluentui/react-utilities": ["packages/react-components/react-utilities/src/index.ts"],
"@fluentui/react-virtualizer": ["packages/react-components/react-virtualizer/src/index.ts"],
"@fluentui/recipes": ["packages/react-components/recipes/src/index.ts"],
"@fluentui/theme-designer": ["packages/react-components/theme-designer/src/index.ts"],
"@fluentui/tokens": ["packages/tokens/src/index.ts"],
"@fluentui/workspace-plugin": ["tools/workspace-plugin/src/index.ts"],
"@fluentui/react-swatch-picker": ["packages/react-components/react-swatch-picker/src/index.ts"],
"@fluentui/recipes": ["packages/react-components/recipes/src/index.ts"]
"@fluentui/workspace-plugin": ["tools/workspace-plugin/src/index.ts"]
}
}
}
Loading