mirror of https://github.com/abpframework/abp.git
3 changed files with 92 additions and 82 deletions
@ -1,87 +1,45 @@ |
|||
{ |
|||
"migrations": [ |
|||
{ |
|||
"version": "21.0.0-beta.8", |
|||
"description": "Removes the legacy cache configuration from nx.json", |
|||
"implementation": "./src/migrations/update-21-0-0/remove-legacy-cache", |
|||
"package": "nx", |
|||
"name": "remove-legacy-cache" |
|||
}, |
|||
{ |
|||
"version": "21.0.0-beta.8", |
|||
"description": "Removes the legacy cache configuration from nx.json", |
|||
"implementation": "./src/migrations/update-21-0-0/remove-custom-tasks-runner", |
|||
"package": "nx", |
|||
"name": "remove-custom-tasks-runner" |
|||
}, |
|||
{ |
|||
"version": "21.0.0-beta.11", |
|||
"description": "Updates release version config based on the breaking changes in Nx v21", |
|||
"implementation": "./src/migrations/update-21-0-0/release-version-config-changes", |
|||
"package": "nx", |
|||
"name": "release-version-config-changes" |
|||
}, |
|||
{ |
|||
"version": "21.0.0-beta.11", |
|||
"description": "Updates release changelog config based on the breaking changes in Nx v21", |
|||
"implementation": "./src/migrations/update-21-0-0/release-changelog-config-changes", |
|||
"package": "nx", |
|||
"name": "release-changelog-config-changes" |
|||
}, |
|||
{ |
|||
"version": "21.1.0-beta.2", |
|||
"description": "Adds **/nx-rules.mdc and **/nx.instructions.md to .gitignore if not present", |
|||
"implementation": "./src/migrations/update-21-1-0/add-gitignore-entry", |
|||
"package": "nx", |
|||
"name": "21-1-0-add-ignore-entries-for-nx-rule-files" |
|||
}, |
|||
{ |
|||
"version": "21.0.0-beta.10", |
|||
"description": "Removes the `tsConfig` and `copyFiles` options from the `@nx/cypress:cypress` executor.", |
|||
"implementation": "./src/migrations/update-21-0-0/remove-tsconfig-and-copy-files-options-from-cypress-executor", |
|||
"package": "@nx/cypress", |
|||
"name": "remove-tsconfig-and-copy-files-options-from-cypress-executor" |
|||
}, |
|||
{ |
|||
"cli": "nx", |
|||
"version": "21.0.0-beta.9", |
|||
"description": "Replace usage of `getJestProjects` with `getJestProjectsAsync`.", |
|||
"implementation": "./src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync", |
|||
"package": "@nx/jest", |
|||
"name": "replace-getJestProjects-with-getJestProjectsAsync-v21" |
|||
"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.0.0-beta.10", |
|||
"description": "Remove the previously deprecated and unused `tsConfig` option from the `@nx/jest:jest` executor.", |
|||
"implementation": "./src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor", |
|||
"package": "@nx/jest", |
|||
"name": "remove-tsconfig-option-from-jest-executor" |
|||
"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" |
|||
}, |
|||
{ |
|||
"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", |
|||
"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": "update-angular-cli-version-19-1-0" |
|||
"name": "replace-provide-server-routing" |
|||
}, |
|||
{ |
|||
"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", |
|||
"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": "update-angular-cli-version-19-2-0" |
|||
"name": "set-generator-defaults-for-previous-style-guide" |
|||
}, |
|||
{ |
|||
"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", |
|||
"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": "set-continuous-option" |
|||
"name": "update-module-resolution" |
|||
} |
|||
] |
|||
} |
|||
|
|||
Loading…
Reference in new issue