-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13a2a13
commit f3393ae
Showing
11 changed files
with
28,872 additions
and
28,674 deletions.
There are no files selected for viewing
This file contains 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 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 +1 @@ | ||
20.1.0 | ||
22.2.0 |
This file contains 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,64 +1,58 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "17.0.0-beta.1", | ||
"description": "Updates the default cache directory to .nx/cache", | ||
"implementation": "./src/migrations/update-17-0-0/move-cache-directory", | ||
"package": "nx", | ||
"name": "17.0.0-move-cache-directory" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.0.0-beta.3", | ||
"description": "Use minimal config for tasksRunnerOptions", | ||
"implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options", | ||
"package": "nx", | ||
"name": "17.0.0-use-minimal-config-for-tasks-runner-options" | ||
}, | ||
{ | ||
"version": "17.0.0-rc.1", | ||
"description": "Migration for v17.0.0-rc.1", | ||
"implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope", | ||
"package": "nx", | ||
"name": "rm-default-collection-npm-scope" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.8.2-beta.0", | ||
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.", | ||
"factory": "./src/migrations/update-16-8-2/update-swcrc", | ||
"package": "@nx/js", | ||
"name": "16-8-2-update-swcrc" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.0.2", | ||
"description": "Remove deprecated build options", | ||
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options", | ||
"package": "@nx/js", | ||
"name": "update-17-0-0-remove-deprecated-build-options" | ||
}, | ||
{ | ||
"version": "17.1.0-beta.2", | ||
"description": "Move jest executor options to nx.json targetDefaults", | ||
"implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults", | ||
"package": "@nx/jest", | ||
"name": "move-options-to-target-defaults" | ||
}, | ||
{ | ||
"version": "17.0.0-beta.7", | ||
"description": "update-17-0-0-rename-to-eslint", | ||
"implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint", | ||
"package": "@nx/eslint", | ||
"name": "update-17-0-0-rename-to-eslint" | ||
}, | ||
{ | ||
"version": "17.1.0-beta.1", | ||
"description": "Updates for @typescript-utils/utils v6.9.1+", | ||
"implementation": "./src/migrations/update-17-1-0/update-typescript-eslint", | ||
"package": "@nx/eslint", | ||
"name": "update-typescript-eslint" | ||
} | ||
] | ||
} | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "17.3.0-beta.6", | ||
"description": "Updates the nx wrapper.", | ||
"implementation": "./src/migrations/update-17-3-0/update-nxw", | ||
"package": "nx", | ||
"name": "17.3.0-update-nx-wrapper" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.0.0-beta.2", | ||
"description": "Updates nx.json to disabled adding plugins when generating projects in an existing Nx workspace", | ||
"implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces", | ||
"x-repair-skip": true, | ||
"package": "nx", | ||
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces" | ||
}, | ||
{ | ||
"version": "18.1.0-beta.3", | ||
"description": "Moves affected.defaultBase to defaultBase in `nx.json`", | ||
"implementation": "./src/migrations/update-17-2-0/move-default-base", | ||
"package": "nx", | ||
"name": "move-default-base-to-nx-json-root" | ||
}, | ||
{ | ||
"version": "17.2.0-beta.0", | ||
"description": "Simplify eslintFilePatterns", | ||
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns", | ||
"package": "@nx/eslint", | ||
"name": "simplify-eslint-patterns" | ||
}, | ||
{ | ||
"version": "17.2.9", | ||
"description": "Move executor options to target defaults", | ||
"implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults", | ||
"package": "@nx/eslint", | ||
"name": "move-options-to-target-defaults" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.2.6-beta.1", | ||
"description": "Rename workspace rules from @nx/workspace/name to @nx/workspace-name", | ||
"implementation": "./src/migrations/update-17-2-6-rename-workspace-rules/rename-workspace-rules", | ||
"package": "@nx/eslint-plugin", | ||
"name": "update-17-2-6-rename-workspace-rules" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.1.0-beta.6", | ||
"description": "Migrate no-extra-semi rules into user config, out of nx extendable configs", | ||
"implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi", | ||
"package": "@nx/eslint-plugin", | ||
"name": "update-19-1-0-rename-no-extra-semi" | ||
} | ||
] | ||
} |
This file contains 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.