mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.9 KiB
45 lines
1.9 KiB
{
|
|
"migrations": [
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
|