mirror of https://github.com/ghostfolio/ghostfolio
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.
104 lines
4.0 KiB
104 lines
4.0 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"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "21.2.0-beta.3",
|
|
"description": "Update workspace to use Storybook v9",
|
|
"implementation": "./src/migrations/update-21-1-0/update-sb-9",
|
|
"package": "@nx/storybook",
|
|
"name": "update-21-2-0-migrate-storybook-v9"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "21.2.0-beta.3",
|
|
"description": "Remove deprecated Storybook addon dependencies",
|
|
"implementation": "./src/migrations/update-21-2-0/remove-addon-dependencies",
|
|
"package": "@nx/storybook",
|
|
"name": "update-21-2-0-remove-addon-dependencies"
|
|
},
|
|
{
|
|
"version": "20.0.0",
|
|
"description": "Replaces usages of the deprecated InjectFlags enum",
|
|
"factory": "./bundles/inject-flags.cjs#migrate",
|
|
"package": "@angular/core",
|
|
"name": "inject-flags"
|
|
},
|
|
{
|
|
"version": "20.0.0",
|
|
"description": "Replaces usages of the deprecated TestBed.get method with TestBed.inject",
|
|
"factory": "./bundles/test-bed-get.cjs#migrate",
|
|
"package": "@angular/core",
|
|
"name": "test-bed-get"
|
|
},
|
|
{
|
|
"version": "20.0.0",
|
|
"description": "Converts the entire application to block control flow syntax",
|
|
"factory": "./bundles/control-flow-migration.cjs#migrate",
|
|
"optional": true,
|
|
"package": "@angular/core",
|
|
"name": "control-flow-migration"
|
|
},
|
|
{
|
|
"version": "20.0.0",
|
|
"description": "Moves imports of `DOCUMENT` from `@angular/common` to `@angular/core`",
|
|
"factory": "./bundles/document-core.cjs#migrate",
|
|
"package": "@angular/core",
|
|
"name": "document-core"
|
|
},
|
|
{
|
|
"version": "20.0.0-0",
|
|
"description": "Updates Angular Material to v20",
|
|
"factory": "./ng-update/index_bundled#updateToV20",
|
|
"package": "@angular/material",
|
|
"name": "migration-v20"
|
|
},
|
|
{
|
|
"version": "20.0.0-0",
|
|
"description": "Updates the Angular CDK to v20",
|
|
"factory": "./ng-update/index#updateToV20",
|
|
"package": "@angular/cdk",
|
|
"name": "migration-v20"
|
|
}
|
|
]
|
|
}
|
|
|