Add support for Angular 19.2.0. ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
16 lines
1009 B
JSON
16 lines
1009 B
JSON
{
|
|
"name": "update-angular-cli-version-19-2-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",
|
|
"implementation": "/packages/angular/src/migrations/update-20-5-0/update-angular-cli.ts",
|
|
"aliases": [],
|
|
"hidden": false,
|
|
"path": "/packages/angular",
|
|
"schema": null,
|
|
"type": "migration",
|
|
"examplesFile": "#### Sample Code Changes\n\nUpdate the `@angular/cli` package version in the `package.json` file at the workspace root to **~19.2.0**.\n\n{% tabs %}\n{% tab label=\"Before\" %}\n\n```json {% fileName=\"package.json\" %}\n{\n \"devDependencies\": {\n \"@angular/cli\": \"~19.1.0\"\n }\n}\n```\n\n{% /tab %}\n{% tab label=\"After\" %}\n\n```json {% highlightLines=[3] fileName=\"package.json\" %}\n{\n \"devDependencies\": {\n \"@angular/cli\": \"~19.2.0\"\n }\n}\n```\n\n{% /tab %}\n\n{% /tabs %}\n"
|
|
}
|