-
Notifications
You must be signed in to change notification settings - Fork 88
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
Showing
4 changed files
with
560 additions
and
1,851 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 |
---|---|---|
@@ -1,19 +1,69 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "17.2.0-beta.0", | ||
"description": "Simplify eslintFilePatterns", | ||
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns", | ||
"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 .env 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": "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": "simplify-eslint-patterns" | ||
"name": "move-options-to-target-defaults" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.3.0-beta.10", | ||
"requires": { | ||
"@angular/core": ">=17.1.0" | ||
}, | ||
"description": "Update the @angular/cli package version to ~17.1.0.", | ||
"factory": "./src/migrations/update-17-3-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-17-1-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.3.0-beta.10", | ||
"requires": { | ||
"@angular/core": ">=17.1.0" | ||
}, | ||
"description": "Add 'browser-sync' as dev dependency when '@angular-devkit/build-angular:ssr-dev-server' or '@nx/angular:module-federation-dev-ssr' is used.", | ||
"factory": "./src/migrations/update-17-3-0/add-browser-sync-dependency", | ||
"package": "@nx/angular", | ||
"name": "add-browser-sync-dependency" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.3.0-beta.10", | ||
"requires": { | ||
"@angular/core": ">=17.1.0" | ||
}, | ||
"description": "Add 'autoprefixer' as dev dependency when '@nx/angular:ng-packagr-lite' or '@nx/angular:package` is used.", | ||
"factory": "./src/migrations/update-17-3-0/add-autoprefixer-dependency", | ||
"package": "@nx/angular", | ||
"name": "add-autoprefixer-dependency" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.2.0-beta.2", | ||
"description": "Rename '@nx/angular:webpack-dev-server' executor to '@nx/angular:dev-server'", | ||
"factory": "./src/migrations/update-17-2-0/rename-webpack-dev-server", | ||
"version": "18.0.0-beta.0", | ||
"description": "Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/angular:webpack-browser' is used for Module Federation.", | ||
"factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults", | ||
"package": "@nx/angular", | ||
"name": "rename-webpack-dev-server-executor" | ||
"name": "add-module-federation-env-var-to-target-defaults" | ||
} | ||
] | ||
} |
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.