-
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
1f875e5
commit 2e7a6f5
Showing
3 changed files
with
4,157 additions
and
2,751 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,29 +1,28 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "20.2.0-beta.5", | ||
"description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8", | ||
"implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0", | ||
"version": "20.3.0-beta.1", | ||
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)", | ||
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides", | ||
"package": "@nx/eslint", | ||
"name": "update-typescript-eslint-v8.13.0" | ||
"name": "add-file-extensions-to-overrides" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "20.2.0-beta.8", | ||
"requires": { "@angular/core": ">=19.0.0" }, | ||
"description": "Remove Angular ESLint rules that were removed in v19.0.0.", | ||
"factory": "./src/migrations/update-20-2-0/remove-angular-eslint-rules", | ||
"version": "20.3.0-beta.2", | ||
"description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.", | ||
"factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package", | ||
"package": "@nx/angular", | ||
"name": "remove-angular-eslint-rules" | ||
"name": "ensure-nx-module-federation-package" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "20.2.0-beta.8", | ||
"requires": { "@angular/core": ">=19.0.0" }, | ||
"description": "Remove the deprecated 'tailwindConfig' option from ng-packagr executors. Tailwind CSS configurations located at the project or workspace root will be picked up automatically.", | ||
"factory": "./src/migrations/update-20-2-0/remove-tailwind-config-from-ng-packagr-executors", | ||
"version": "20.4.0-beta.1", | ||
"requires": { "@angular/core": ">=19.1.0" }, | ||
"description": "Update the @angular/cli package version to ~19.1.0.", | ||
"factory": "./src/migrations/update-20-4-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "remove-tailwind-config-from-ng-packagr-executors" | ||
"name": "update-angular-cli-version-19-1-0" | ||
} | ||
] | ||
} |
Oops, something went wrong.