-
Notifications
You must be signed in to change notification settings - Fork 3
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
d4f3216
commit bb3c93a
Showing
3 changed files
with
876 additions
and
828 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,38 +1,22 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"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" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.0-beta.1", | ||
"version": "18.2.0-beta.0", | ||
"requires": { | ||
"@angular/core": ">=17.2.0" | ||
"@angular/core": ">=17.3.0" | ||
}, | ||
"description": "Update the @angular/cli package version to ~17.2.0.", | ||
"factory": "./src/migrations/update-18-1-0/update-angular-cli", | ||
"description": "Update the @angular/cli package version to ~17.3.0.", | ||
"factory": "./src/migrations/update-18-2-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-17-2-0" | ||
"name": "update-angular-cli-version-17-3-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.1-beta.0", | ||
"description": "Ensure targetDefaults inputs for task hashing when '@nx/angular:webpack-browser' is used are correct for Module Federation.", | ||
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs", | ||
"package": "@nx/angular", | ||
"name": "fix-target-defaults-for-webpack-browser" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.0-beta.3", | ||
"description": "Remove invalid baseUrl option from @nx/playwright:playwright targets in project.json.", | ||
"implementation": "./src/migrations/update-18-1-0/remove-baseUrl-from-project-json", | ||
"package": "@nx/playwright", | ||
"name": "18-1-0-remove-baseUrl-from-project-json" | ||
"version": "17.3.0", | ||
"description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.", | ||
"factory": "./migrations/invalid-two-way-bindings/bundle", | ||
"package": "@angular/core", | ||
"name": "invalid-two-way-bindings" | ||
} | ||
] | ||
} |
Oops, something went wrong.