-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: upgrade dependencies for angular v18 compatibility
- Loading branch information
1 parent
e3dd975
commit ceb5cc0
Showing
6 changed files
with
4,253 additions
and
2,449 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 |
---|---|---|
|
@@ -5,3 +5,5 @@ | |
|
||
/.nx/cache | ||
.angular | ||
|
||
/.nx/workspace-data |
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,131 @@ | ||
{ | ||
"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": "19.2.0-beta.2", | ||
"description": "Updates the default workspace data directory to .nx/workspace-data", | ||
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory", | ||
"package": "nx", | ||
"name": "19-2-0-move-graph-cache-directory" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.2.2-beta.0", | ||
"description": "Updates the nx wrapper.", | ||
"implementation": "./src/migrations/update-17-3-0/update-nxw", | ||
"package": "nx", | ||
"name": "19-2-2-update-nx-wrapper" | ||
}, | ||
{ | ||
"version": "19.2.4-beta.0", | ||
"description": "Set project name in nx.json explicitly", | ||
"implementation": "./src/migrations/update-19-2-4/set-project-name", | ||
"x-repair-skip": true, | ||
"package": "nx", | ||
"name": "19-2-4-set-project-name" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.0-beta.3", | ||
"description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.", | ||
"implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6", | ||
"package": "@nx/cypress", | ||
"name": "update-cypress-version-13-6-6" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.0-beta.1", | ||
"requires": { | ||
"@angular/core": ">=17.2.0" | ||
}, | ||
"description": "Update the @angular/cli package version to ~17.2.0.", | ||
"factory": "./src/migrations/update-18-1-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-17-2-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.2.0-beta.0", | ||
"requires": { | ||
"@angular/core": ">=17.3.0" | ||
}, | ||
"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-3-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.1.0-beta.2", | ||
"requires": { | ||
"@angular/core": ">=18.0.0" | ||
}, | ||
"description": "Update the @angular/cli package version to ~18.0.0.", | ||
"factory": "./src/migrations/update-19-1-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-18-0-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.2.1-beta.0", | ||
"requires": { | ||
"@angular-eslint/eslint-plugin": ">=18.0.0" | ||
}, | ||
"description": "Installs the '@typescript-eslint/utils' package when having installed '@angular-eslint/eslint-plugin' or '@angular-eslint/eslint-plugin-template' with version >=18.0.0.", | ||
"factory": "./src/migrations/update-19-2-1/add-typescript-eslint-utils", | ||
"package": "@nx/angular", | ||
"name": "add-typescript-eslint-utils" | ||
}, | ||
{ | ||
"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": "18.0.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" | ||
}, | ||
{ | ||
"version": "18.0.0", | ||
"description": "Replace deprecated HTTP related modules with provider functions", | ||
"factory": "./migrations/http-providers/bundle", | ||
"package": "@angular/core", | ||
"name": "migration-http-providers" | ||
}, | ||
{ | ||
"version": "18.0.0-0", | ||
"description": "Updates Angular Material to v18", | ||
"factory": "./ng-update/index_bundled#updateToV18", | ||
"package": "@angular/material", | ||
"name": "migration-v18" | ||
}, | ||
{ | ||
"version": "18.0.0-0", | ||
"description": "Updates the Angular CDK to v18", | ||
"factory": "./ng-update/index#updateToV18", | ||
"package": "@angular/cdk", | ||
"name": "migration-v18" | ||
} | ||
] | ||
} |
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.