-
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
9 changed files
with
8,387 additions
and
5,912 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -23,7 +23,8 @@ | |
"prefix": "app", | ||
"style": "kebab-case" | ||
} | ||
] | ||
], | ||
"@angular-eslint/prefer-standalone": "off" | ||
} | ||
}, | ||
{ | ||
|
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,86 +1,126 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "19.2.2-beta.0", | ||
"description": "Updates the nx wrapper.", | ||
"implementation": "./src/migrations/update-17-3-0/update-nxw", | ||
"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": "19-2-2-update-nx-wrapper" | ||
"name": "move-use-daemon-process" | ||
}, | ||
{ | ||
"version": "19.2.4-beta.0", | ||
"description": "Set project name in nx.json explicitly", | ||
"implementation": "./src/migrations/update-19-2-4/set-project-name", | ||
"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": "19-2-4-set-project-name" | ||
"name": "use-legacy-cache" | ||
}, | ||
{ | ||
"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", | ||
"package": "@nx/eslint", | ||
"name": "update-typescript-eslint-v8.13.0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "20.0.0-beta.5", | ||
"description": "replace getJestProjects with getJestProjectsAsync", | ||
"implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync", | ||
"package": "@nx/jest", | ||
"name": "replace-getJestProjects-with-getJestProjectsAsync" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "20.2.0-beta.2", | ||
"description": "Update the ModuleFederationConfig import use @nx/module-federation.", | ||
"factory": "./src/migrations/update-20-2-0/migrate-mf-imports-to-new-package", | ||
"package": "@nx/angular", | ||
"name": "update-20-2-0-update-module-federation-config-import" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.0-beta.0", | ||
"description": "Use serve-static or preview for webServerCommand.", | ||
"implementation": "./src/migrations/update-19-6-0/use-serve-static-preview-for-command", | ||
"package": "@nx/playwright", | ||
"name": "19-6-0-use-serve-static-preview-for-command" | ||
"version": "20.2.0-beta.2", | ||
"description": "Update the withModuleFederation import use @nx/module-federation/angular.", | ||
"factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package", | ||
"package": "@nx/angular", | ||
"name": "update-20-2-0-update-with-module-federation-import" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.0-beta.1", | ||
"description": "Add inferred ciTargetNames to targetDefaults with dependsOn to ensure dependent application builds are scheduled before atomized tasks.", | ||
"implementation": "./src/migrations/update-19-6-0/add-e2e-ci-target-defaults", | ||
"package": "@nx/playwright", | ||
"name": "update-19-6-0-add-e2e-ci-target-defaults" | ||
"version": "20.2.0-beta.5", | ||
"requires": { "@angular/core": ">=19.0.0" }, | ||
"description": "Update the @angular/cli package version to ~19.0.0.", | ||
"factory": "./src/migrations/update-20-2-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-19-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", | ||
"version": "20.2.0-beta.5", | ||
"requires": { "@angular/core": ">=19.0.0" }, | ||
"description": "Add the '@angular/localize/init' polyfill to the 'polyfills' option of targets using esbuild-based executors.", | ||
"factory": "./src/migrations/update-20-2-0/add-localize-polyfill-to-targets", | ||
"package": "@nx/angular", | ||
"name": "add-typescript-eslint-utils" | ||
"name": "add-localize-polyfill-to-targets" | ||
}, | ||
{ | ||
"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", | ||
"version": "20.2.0-beta.5", | ||
"requires": { "@angular/core": ">=19.0.0" }, | ||
"description": "Update '@angular/ssr' import paths to use the new '/node' entry point when 'CommonEngine' is detected.", | ||
"factory": "./src/migrations/update-20-2-0/update-angular-ssr-imports-to-use-node-entry-point", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-18-1-0" | ||
"name": "update-angular-ssr-imports-to-use-node-entry-point" | ||
}, | ||
{ | ||
"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", | ||
"version": "20.2.0-beta.6", | ||
"requires": { "@angular/core": ">=19.0.0" }, | ||
"description": "Disable the Angular ESLint prefer-standalone rule if not set.", | ||
"factory": "./src/migrations/update-20-2-0/disable-angular-eslint-prefer-standalone", | ||
"package": "@nx/angular", | ||
"name": "update-19-6-0" | ||
"name": "disable-angular-eslint-prefer-standalone" | ||
}, | ||
{ | ||
"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", | ||
"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", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-18-2-0" | ||
"name": "remove-angular-eslint-rules" | ||
}, | ||
{ | ||
"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", | ||
"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", | ||
"package": "@nx/angular", | ||
"name": "update-19-6-1-ensure-module-federation-target-defaults" | ||
"name": "remove-tailwind-config-from-ng-packagr-executors" | ||
}, | ||
{ | ||
"version": "19.0.0", | ||
"description": "Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone", | ||
"factory": "./bundles/explicit-standalone-flag#migrate", | ||
"package": "@angular/core", | ||
"name": "explicit-standalone-flag" | ||
}, | ||
{ | ||
"version": "19.0.0", | ||
"description": "Updates ExperimentalPendingTasks to PendingTasks", | ||
"factory": "./bundles/pending-tasks#migrate", | ||
"package": "@angular/core", | ||
"name": "pending-tasks" | ||
}, | ||
{ | ||
"version": "18.1.0", | ||
"description": "Updates calls to afterRender with an explicit phase to the new API", | ||
"factory": "./migrations/after-render-phase/bundle", | ||
"version": "19.0.0", | ||
"description": "Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`.", | ||
"factory": "./bundles/provide-initializer#migrate", | ||
"optional": true, | ||
"package": "@angular/core", | ||
"name": "migration-after-render-phase" | ||
"name": "provide-initializer" | ||
} | ||
] | ||
} |
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.