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.
65 lines
2.6 KiB
65 lines
2.6 KiB
{
|
|
"migrations": [
|
|
{
|
|
"version": "22.0.0-beta.1",
|
|
"description": "Updates release version config based on the breaking changes in Nx v22",
|
|
"implementation": "./src/migrations/update-22-0-0/release-version-config-changes",
|
|
"package": "nx",
|
|
"name": "22-0-0-release-version-config-changes"
|
|
},
|
|
{
|
|
"version": "22.0.0-beta.2",
|
|
"description": "Consolidates releaseTag* options into nested releaseTag object structure",
|
|
"implementation": "./src/migrations/update-22-0-0/consolidate-release-tag-config",
|
|
"package": "nx",
|
|
"name": "22-0-0-consolidate-release-tag-config"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "22.1.0-beta.5",
|
|
"description": "Updates the nx wrapper.",
|
|
"implementation": "./src/migrations/update-22-1-0/update-nx-wrapper",
|
|
"package": "nx",
|
|
"name": "22-1-0-update-nx-wrapper"
|
|
},
|
|
{
|
|
"version": "22.0.0-beta.0",
|
|
"description": "Remove the deprecated `external` and `externalBuildTargets` options from the `@nx/js:swc` and `@nx/js:tsc` executors.",
|
|
"factory": "./src/migrations/update-22-0-0/remove-external-options-from-js-executors",
|
|
"package": "@nx/js",
|
|
"name": "remove-external-options-from-js-executors"
|
|
},
|
|
{
|
|
"version": "22.1.0-rc.1",
|
|
"description": "Removes redundant TypeScript project references from project's tsconfig.json files when runtime tsconfig files (e.g., tsconfig.lib.json, tsconfig.app.json) exist.",
|
|
"factory": "./src/migrations/update-22-1-0/remove-redundant-ts-project-references",
|
|
"package": "@nx/js",
|
|
"name": "remove-redundant-ts-project-references"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "22.1.0-beta.8",
|
|
"requires": { "storybook": ">=10.0.0" },
|
|
"description": "Update workspace to use Storybook v10",
|
|
"implementation": "./src/migrations/update-22-1-0/migrate-to-storybook-10",
|
|
"package": "@nx/storybook",
|
|
"name": "update-22-1-0-migrate-storybook-v10"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "21.6.1-beta.2",
|
|
"requires": { "@angular/core": ">=20.3.0" },
|
|
"description": "Update the @angular/cli package version to ~20.3.0.",
|
|
"factory": "./src/migrations/update-21-6-1/update-angular-cli",
|
|
"package": "@nx/angular",
|
|
"name": "update-angular-cli-version-20-3-0"
|
|
},
|
|
{
|
|
"version": "20.3.0",
|
|
"description": "Adds `BootstrapContext` to `bootstrapApplication` calls in `main.server.ts` to support server rendering.",
|
|
"factory": "./bundles/add-bootstrap-context-to-server-main.cjs#migrate",
|
|
"package": "@angular/core",
|
|
"name": "add-bootstrap-context-to-server-main"
|
|
}
|
|
]
|
|
}
|
|
|