mirror of https://github.com/abpframework/abp.git
committed by
GitHub
8 changed files with 83 additions and 223 deletions
@ -1,159 +1,19 @@ |
|||||
{ |
{ |
||||
"migrations": [ |
"migrations": [ |
||||
{ |
{ |
||||
"version": "20.0.0-beta.7", |
"version": "20.3.0-beta.1", |
||||
"description": "Migration for v20.0.0-beta.7", |
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)", |
||||
"implementation": "./src/migrations/update-20-0-0/move-use-daemon-process", |
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides", |
||||
"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" |
|
||||
}, |
|
||||
{ |
|
||||
"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", |
"package": "@nx/eslint", |
||||
"name": "update-typescript-eslint-v8.13.0" |
"name": "add-file-extensions-to-overrides" |
||||
}, |
|
||||
{ |
|
||||
"cli": "nx", |
|
||||
"version": "19.6.0-beta.4", |
|
||||
"description": "Update ciWebServerCommand to use static serve for the application.", |
|
||||
"implementation": "./src/migrations/update-19-6-0/update-ci-webserver-for-static-serve", |
|
||||
"package": "@nx/cypress", |
|
||||
"name": "update-19-6-0-update-ci-webserver-for-vite" |
|
||||
}, |
|
||||
{ |
|
||||
"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": "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": "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": "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": "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": "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-localize-polyfill-to-targets" |
|
||||
}, |
|
||||
{ |
|
||||
"cli": "nx", |
|
||||
"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-ssr-imports-to-use-node-entry-point" |
|
||||
}, |
}, |
||||
{ |
{ |
||||
"cli": "nx", |
"cli": "nx", |
||||
"version": "20.2.0-beta.6", |
"version": "20.3.0-beta.2", |
||||
"requires": { "@angular/core": ">=19.0.0" }, |
"description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.", |
||||
"description": "Disable the Angular ESLint prefer-standalone rule if not set.", |
"factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package", |
||||
"factory": "./src/migrations/update-20-2-0/disable-angular-eslint-prefer-standalone", |
|
||||
"package": "@nx/angular", |
"package": "@nx/angular", |
||||
"name": "disable-angular-eslint-prefer-standalone" |
"name": "ensure-nx-module-federation-package" |
||||
}, |
|
||||
{ |
|
||||
"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", |
|
||||
"package": "@nx/angular", |
|
||||
"name": "remove-angular-eslint-rules" |
|
||||
}, |
|
||||
{ |
|
||||
"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", |
|
||||
"package": "@nx/angular", |
|
||||
"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": "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": "provide-initializer" |
|
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue