-
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
Showing
10 changed files
with
6,809 additions
and
5,651 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 |
---|---|---|
|
@@ -52,3 +52,4 @@ Thumbs.db | |
|
||
.angular/cache | ||
.nx/cache | ||
.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 |
---|---|---|
|
@@ -3,3 +3,6 @@ dist | |
.angular | ||
.yarn | ||
CHANGELOG.md | ||
|
||
/.nx/cache | ||
/.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
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
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 |
---|---|---|
@@ -0,0 +1,138 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"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" | ||
}, | ||
{ | ||
"version": "20.0.0-beta.7", | ||
"description": "Migration for v20.0.0-beta.7", | ||
"implementation": "./src/migrations/update-20-0-0/move-use-daemon-process", | ||
"package": "nx", | ||
"name": "move-use-daemon-process" | ||
}, | ||
{ | ||
"version": "20.0.1", | ||
"description": "Set `useLegacyCache` to true for migrating workspaces", | ||
"implementation": "./src/migrations/update-20-0-1/use-legacy-cache", | ||
"x-repair-skip": true, | ||
"package": "nx", | ||
"name": "use-legacy-cache" | ||
}, | ||
{ | ||
"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": "19.5.0-beta.1", | ||
"requires": { "@angular/core": ">=18.1.0" }, | ||
"description": "Update the @angular/cli package version to ~18.1.0.", | ||
"factory": "./src/migrations/update-19-5-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-18-1-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.0-beta.4", | ||
"description": "Ensure Module Federation DTS is turned off by default.", | ||
"factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default", | ||
"package": "@nx/angular", | ||
"name": "update-19-6-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.0-beta.7", | ||
"requires": { "@angular/core": ">=18.2.0" }, | ||
"description": "Update the @angular/cli package version to ~18.2.0.", | ||
"factory": "./src/migrations/update-19-6-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-18-2-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.1-beta.0", | ||
"description": "Ensure Target Defaults are set correctly for Module Federation.", | ||
"factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf", | ||
"package": "@nx/angular", | ||
"name": "update-19-6-1-ensure-module-federation-target-defaults" | ||
}, | ||
{ | ||
"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" | ||
}, | ||
{ | ||
"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.1.0", | ||
"description": "Updates calls to afterRender with an explicit phase to the new API", | ||
"factory": "./migrations/after-render-phase/bundle", | ||
"package": "@angular/core", | ||
"name": "migration-after-render-phase" | ||
}, | ||
{ | ||
"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.