Skip to content

Commit

Permalink
chore: normalize project names in whole repo (microsoft#31893)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored Jul 4, 2024
1 parent f5aad26 commit 674cdee
Show file tree
Hide file tree
Showing 401 changed files with 1,404 additions and 443 deletions.
2 changes: 1 addition & 1 deletion .devops/templates/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
displayName: yarn (install packages)

- script: |
yarn nx run @fluentui/workspace-plugin:check-graph
yarn nx run workspace-plugin:check-graph
yarn nx g @fluentui/workspace-plugin:tsconfig-base-all --verify
yarn nx g @fluentui/workspace-plugin:normalize-package-dependencies --verify
Expand Down
6 changes: 4 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# generated or imported files
package-deps.json
CHANGELOG.*
version.ts
# generated version files (@fluentui/react v8 specific)
packages/**/version.ts
apps/**/version.ts
*.api.md
api-report.md
*.scss.ts
Expand Down Expand Up @@ -42,4 +44,4 @@ packages/fluentui/ability-attributes/src/schema.ts
CODEOWNERS

/.nx/cache
/.nx/workspace-data
/.nx/workspace-data
2 changes: 1 addition & 1 deletion apps/perf-test-react-components/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/perf-test-react-components",
"name": "perf-test-react-components",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": []
Expand Down
2 changes: 1 addition & 1 deletion apps/perf-test/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/perf-test",
"name": "perf-test",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": []
Expand Down
2 changes: 1 addition & 1 deletion apps/pr-deploy-site/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/pr-deploy-site",
"name": "pr-deploy-site",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": []
Expand Down
2 changes: 1 addition & 1 deletion apps/public-docsite-resources/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/public-docsite-resources",
"name": "public-docsite-resources",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": []
Expand Down
2 changes: 1 addition & 1 deletion apps/public-docsite-v9/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/public-docsite-v9",
"name": "public-docsite-v9",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion apps/public-docsite/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/public-docsite",
"name": "public-docsite",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": []
Expand Down
2 changes: 1 addition & 1 deletion apps/react-18-tests-v8/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/react-18-tests-v8",
"name": "react-18-tests-v8",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": []
Expand Down
2 changes: 1 addition & 1 deletion apps/react-18-tests-v9/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/react-18-tests-v9",
"name": "react-18-tests-v9",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": []
Expand Down
2 changes: 1 addition & 1 deletion apps/ssr-tests-v9/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/ssr-tests-v9",
"name": "ssr-tests-v9",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion apps/ssr-tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/ssr-tests",
"name": "ssr-tests",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": []
Expand Down
2 changes: 1 addition & 1 deletion apps/theming-designer/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/theming-designer",
"name": "theming-designer",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": []
Expand Down
2 changes: 1 addition & 1 deletion apps/ts-minbar-test-react-components/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/ts-minbar-test-react-components",
"name": "ts-minbar-test-react-components",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application"
}
2 changes: 1 addition & 1 deletion apps/ts-minbar-test-react/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/ts-minbar-test-react",
"name": "ts-minbar-test-react",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application"
}
2 changes: 1 addition & 1 deletion apps/vr-tests-react-components/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/vr-tests-react-components",
"name": "vr-tests-react-components",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion apps/vr-tests-web-components/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/vr-tests-web-components",
"name": "vr-tests-web-components",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion apps/vr-tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fluentui/vr-tests",
"name": "vr-tests",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": []
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/api-docs",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/azure-themes",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/babel-preset-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: remove npmScope from project name",
"packageName": "@fluentui/codemods",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/common-styles",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/cra-template",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/date-time-utilities",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/dom-utilities",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: remove npmScope from project name and update react config to accommodate project name change",
"packageName": "@fluentui/eslint-plugin",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/example-data",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/fluent2-theme",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/font-icons-mdl2",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/foundation-legacy",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"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: remove npmScope from project name",
"packageName": "@fluentui/jest-serializer-merge-styles",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/keyboard-key",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"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: remove npmScope from project name",
"packageName": "@fluentui/merge-styles",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/monaco-editor",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"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: remove npmScope from project name",
"packageName": "@fluentui/public-docsite-setup",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-accordion",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-aria",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-avatar",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-badge",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-breadcrumb",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-button",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-calendar-compat",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-card",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-cards",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-charting",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: remove npmScope from project name",
"packageName": "@fluentui/react-checkbox",
"email": "[email protected]",
"dependentChangeType": "none"
}
Loading

0 comments on commit 674cdee

Please sign in to comment.