mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
194 lines
8.2 KiB
JSON
194 lines
8.2 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"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",
|
|
"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": "disable-angular-eslint-prefer-standalone"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"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": "ensure-nx-module-federation-package"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"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": "update-angular-cli-version-19-1-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "20.5.0-beta.5",
|
|
"requires": { "@angular/core": ">=19.2.0" },
|
|
"description": "Update the @angular/cli package version to ~19.2.0.",
|
|
"factory": "./src/migrations/update-20-5-0/update-angular-cli",
|
|
"package": "@nx/angular",
|
|
"name": "update-angular-cli-version-19-2-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "21.0.0-beta.3",
|
|
"description": "Set the `continuous` option to `true` for continuous tasks.",
|
|
"factory": "./src/migrations/update-21-0-0/set-continuous-option",
|
|
"package": "@nx/angular",
|
|
"name": "set-continuous-option"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "21.0.0-beta.5",
|
|
"requires": { "@ngrx/store": ">=16.0.0" },
|
|
"description": "Change the data persistence operator imports to '@ngrx/router-store/data-persistence'.",
|
|
"factory": "./src/migrations/update-21-0-0/change-data-persistence-operators-imports-to-ngrx-router-store-data-persistence",
|
|
"package": "@nx/angular",
|
|
"name": "change-data-persistence-operators-imports-to-ngrx-router-store-data-persistence"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "21.2.0-beta.3",
|
|
"requires": { "@angular/core": ">=20.0.0" },
|
|
"description": "Update the @angular/cli package version to ~20.0.0.",
|
|
"factory": "./src/migrations/update-21-2-0/update-angular-cli",
|
|
"package": "@nx/angular",
|
|
"name": "update-angular-cli-version-20-0-0"
|
|
},
|
|
{
|
|
"version": "21.2.0-beta.3",
|
|
"requires": { "@angular/core": ">=20.0.0" },
|
|
"description": "Migrate imports of `provideServerRendering` from `@angular/platform-server` to `@angular/ssr`.",
|
|
"factory": "./src/migrations/update-21-2-0/migrate-provide-server-rendering-import",
|
|
"package": "@nx/angular",
|
|
"name": "migrate-provide-server-rendering-import"
|
|
},
|
|
{
|
|
"version": "21.2.0-beta.3",
|
|
"requires": { "@angular/core": ">=20.0.0" },
|
|
"description": "Replace `provideServerRouting` and `provideServerRoutesConfig` with `provideServerRendering` using `withRoutes`.",
|
|
"factory": "./src/migrations/update-21-2-0/replace-provide-server-routing",
|
|
"package": "@nx/angular",
|
|
"name": "replace-provide-server-routing"
|
|
},
|
|
{
|
|
"version": "21.2.0-beta.3",
|
|
"requires": { "@angular/core": ">=20.0.0" },
|
|
"description": "Update the generator defaults to maintain the previous style guide behavior.",
|
|
"factory": "./src/migrations/update-21-2-0/set-generator-defaults-for-previous-style-guide",
|
|
"package": "@nx/angular",
|
|
"name": "set-generator-defaults-for-previous-style-guide"
|
|
},
|
|
{
|
|
"version": "21.2.0-beta.3",
|
|
"requires": { "@angular/core": ">=20.0.0" },
|
|
"description": "Update 'moduleResolution' to 'bundler' in TypeScript configurations. You can read more about this here: https://www.typescriptlang.org/tsconfig/#moduleResolution.",
|
|
"factory": "./src/migrations/update-21-2-0/update-module-resolution",
|
|
"package": "@nx/angular",
|
|
"name": "update-module-resolution"
|
|
},
|
|
{
|
|
"version": "20.3.0-beta.2",
|
|
"description": "Add gitignore entry for temporary vitest config files.",
|
|
"implementation": "./src/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore",
|
|
"package": "@nx/vite",
|
|
"name": "update-20-3-0"
|
|
},
|
|
{
|
|
"version": "20.5.0-beta.2",
|
|
"description": "Install jiti as a devDependency to allow vite to parse TS postcss files.",
|
|
"implementation": "./src/migrations/update-20-5-0/install-jiti",
|
|
"package": "@nx/vite",
|
|
"name": "update-20-5-0-install-jiti"
|
|
},
|
|
{
|
|
"version": "20.5.0-beta.3",
|
|
"description": "Update resolve.conditions to include defaults that are no longer provided by Vite.",
|
|
"implementation": "./src/migrations/update-20-5-0/update-resolve-conditions",
|
|
"package": "@nx/vite",
|
|
"name": "update-20-5-0-update-resolve-conditions"
|
|
},
|
|
{
|
|
"version": "20.5.0-beta.3",
|
|
"description": "Add vite config temporary files to the ESLint configuration ignore patterns if ESLint is used.",
|
|
"implementation": "./src/migrations/update-20-5-0/eslint-ignore-vite-temp-files",
|
|
"package": "@nx/vite",
|
|
"name": "eslint-ignore-vite-temp-files"
|
|
},
|
|
{
|
|
"version": "20.0.0-alpha.0",
|
|
"description": "Updates @angular-eslint to v20",
|
|
"factory": "./migrations/update-20-0-0/update-20-0-0",
|
|
"package": "angular-eslint",
|
|
"name": "update-20-0-0"
|
|
}
|
|
]
|
|
}
|