Skip to content

Commit

Permalink
Migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterjanDeClippel committed Feb 7, 2025
1 parent 1f875e5 commit 2e7a6f5
Show file tree
Hide file tree
Showing 3 changed files with 4,157 additions and 2,751 deletions.
27 changes: 13 additions & 14 deletions migrations.json
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"
}
]
}
Loading

0 comments on commit 2e7a6f5

Please sign in to comment.