-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(repo): upgrade to latest version of Nx
- Loading branch information
Showing
4 changed files
with
362 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "15.7.0-beta.0", | ||
"description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", | ||
"package": "@nx/workspace", | ||
"name": "15-7-0-split-configuration-into-project-json-files" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "15.8.2-beta.0", | ||
"description": "Updates the nx wrapper.", | ||
"implementation": "./src/migrations/update-15-8-2/update-nxw", | ||
"package": "nx", | ||
"name": "15.8.2-update-nx-wrapper" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.0.0-beta.0", | ||
"description": "Remove @nrwl/cli.", | ||
"implementation": "./src/migrations/update-16-0-0/remove-nrwl-cli", | ||
"package": "nx", | ||
"name": "16.0.0-remove-nrwl-cli" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.0.0-beta.9", | ||
"description": "Replace `dependsOn.projects` and `inputs` definitions with new configuration format.", | ||
"implementation": "./src/migrations/update-16-0-0/update-depends-on-to-tokens", | ||
"package": "nx", | ||
"name": "16.0.0-tokens-for-depends-on" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.0.0-beta.0", | ||
"description": "Replace @nrwl/nx-cloud with nx-cloud", | ||
"implementation": "./src/migrations/update-16-0-0/update-nx-cloud-runner", | ||
"package": "nx", | ||
"name": "16.0.0-update-nx-cloud-runner" | ||
}, | ||
{ | ||
"version": "15.7.0-beta.0", | ||
"description": "Split global configuration files (e.g., workspace.json) into individual project.json files.", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", | ||
"package": "@nx/workspace", | ||
"name": "15-7-0-split-configuration-into-project-json-files" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.0.0-beta.1", | ||
"description": "Replace @nx/workspace with @nx/workspace", | ||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", | ||
"package": "@nx/workspace", | ||
"name": "update-16-0-0-add-nx-packages" | ||
}, | ||
{ | ||
"version": "16.0.0-beta.4", | ||
"description": "Generates a plugin called 'workspace-plugin' containing your workspace generators.", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin", | ||
"package": "@nx/workspace", | ||
"name": "16-0-0-move-workspace-generators-into-local-plugin" | ||
}, | ||
{ | ||
"version": "16.0.0-beta.9", | ||
"description": "Fix .babelrc presets if it contains an invalid entry for @nx/web/babel.", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-16-0-0/fix-invalid-babelrc", | ||
"package": "@nx/workspace", | ||
"name": "16-0-0-fix-invalid-babelrc" | ||
} | ||
] | ||
} |
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
Oops, something went wrong.