-
Notifications
You must be signed in to change notification settings - Fork 2.9k
chore: migrate nx to 21.6.3 #35278
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
Draft
mainframev
wants to merge
8
commits into
microsoft:master
Choose a base branch
from
mainframev:chore/migrate-to-nx-21
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
chore: migrate nx to 21.6.3 #35278
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
4cb6ea7
chore: migrate nx to 21.6.3
mainframev db44a07
chore: update change files
mainframev c268427
test: update inline snapshot
mainframev 0597744
chore: add @babel/plugin-transform-object-rest-spread
mainframev a7b6931
chore: migrate to jest v30
mainframev 2d415db
chore: remove redundant ts-eslint patch
mainframev f2fe7cd
test(react-charts): fix and skip tests that are failing with jest v30
mainframev 410360c
chore: update change files
mainframev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@fluentui-eslint-plugin-react-components-70289c01-26cb-421c-a9bb-dd9f26872f90.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "patch", | ||
| "comment": "chore: bump typescript-eslint", | ||
| "packageName": "@fluentui/eslint-plugin-react-components", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } | ||
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-charting-56a82768-bf64-4c2e-8945-ac14535fb111.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "none", | ||
| "comment": "chore: migrate to jest v30", | ||
| "packageName": "@fluentui/react-charting", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "none" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-charts-8bd96a9c-20b0-4c01-8fc2-b4ad5c7fa679.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "none", | ||
| "comment": "chore: migrate to jest v30", | ||
| "packageName": "@fluentui/react-charts", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "none" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,41 +1,68 @@ | ||
| { | ||
| "migrations": [ | ||
| { | ||
| "version": "20.0.0-beta.7", | ||
| "description": "Migration for v20.0.0-beta.7", | ||
| "implementation": "./src/migrations/update-20-0-0/move-use-daemon-process", | ||
| "version": "21.0.0-beta.8", | ||
| "description": "Removes the legacy cache configuration from nx.json", | ||
| "implementation": "./src/migrations/update-21-0-0/remove-legacy-cache", | ||
| "package": "nx", | ||
| "name": "move-use-daemon-process" | ||
| "name": "remove-legacy-cache" | ||
| }, | ||
| { | ||
| "version": "20.0.1", | ||
| "description": "Set `useLegacyCache` to true for migrating workspaces", | ||
| "implementation": "./src/migrations/update-20-0-1/use-legacy-cache", | ||
| "x-repair-skip": true, | ||
| "version": "21.0.0-beta.8", | ||
| "description": "Removes the legacy cache configuration from nx.json", | ||
| "implementation": "./src/migrations/update-21-0-0/remove-custom-tasks-runner", | ||
| "package": "nx", | ||
| "name": "use-legacy-cache" | ||
| "name": "remove-custom-tasks-runner" | ||
| }, | ||
| { | ||
| "version": "20.2.0-beta.5", | ||
| "description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8", | ||
| "implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0", | ||
| "package": "@nx/eslint", | ||
| "name": "update-typescript-eslint-v8.13.0" | ||
| "version": "21.0.0-beta.11", | ||
| "description": "Updates release version config based on the breaking changes in Nx v21", | ||
| "implementation": "./src/migrations/update-21-0-0/release-version-config-changes", | ||
| "package": "nx", | ||
| "name": "release-version-config-changes" | ||
| }, | ||
| { | ||
| "version": "20.3.0-beta.1", | ||
| "description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)", | ||
| "implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides", | ||
| "package": "@nx/eslint", | ||
| "name": "add-file-extensions-to-overrides" | ||
| "version": "21.0.0-beta.11", | ||
| "description": "Updates release changelog config based on the breaking changes in Nx v21", | ||
| "implementation": "./src/migrations/update-21-0-0/release-changelog-config-changes", | ||
| "package": "nx", | ||
| "name": "release-changelog-config-changes" | ||
| }, | ||
| { | ||
| "version": "21.1.0-beta.2", | ||
| "description": "Adds **/nx-rules.mdc and **/nx.instructions.md to .gitignore if not present", | ||
| "implementation": "./src/migrations/update-21-1-0/add-gitignore-entry", | ||
| "package": "nx", | ||
| "name": "21-1-0-add-ignore-entries-for-nx-rule-files" | ||
| }, | ||
| { | ||
| "cli": "nx", | ||
| "version": "20.0.0-beta.5", | ||
| "description": "replace getJestProjects with getJestProjectsAsync", | ||
| "implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync", | ||
| "version": "21.0.0-beta.9", | ||
| "description": "Replace usage of `getJestProjects` with `getJestProjectsAsync`.", | ||
| "implementation": "./src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync", | ||
| "package": "@nx/jest", | ||
| "name": "replace-getJestProjects-with-getJestProjectsAsync" | ||
| "name": "replace-getJestProjects-with-getJestProjectsAsync-v21" | ||
| }, | ||
| { | ||
| "version": "21.0.0-beta.10", | ||
| "description": "Remove the previously deprecated and unused `tsConfig` option from the `@nx/jest:jest` executor.", | ||
| "implementation": "./src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor", | ||
| "package": "@nx/jest", | ||
| "name": "remove-tsconfig-option-from-jest-executor" | ||
| }, | ||
| { | ||
| "version": "21.3.0-beta.3", | ||
| "description": "Rename the CLI option `testPathPattern` to `testPathPatterns`.", | ||
| "implementation": "./src/migrations/update-21-3-0/rename-test-path-pattern", | ||
| "package": "@nx/jest", | ||
| "name": "rename-test-path-pattern" | ||
| }, | ||
| { | ||
| "version": "21.5.0-beta.2", | ||
| "description": "Migrate the legacy 'development' custom condition to a workspace-unique custom condition name.", | ||
| "factory": "./src/migrations/update-21-5-0/migrate-development-custom-condition", | ||
| "package": "@nx/js", | ||
| "name": "migrate-development-custom-condition" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/charts/react-charting/src/components/VerticalBarChart/react-dom.jsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.