mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.5.0-beta.2",
|
|
"description": "Add test-setup.ts to ignored files in production input",
|
|
"implementation": "./src/migrations/update-16-5-0/add-test-setup-to-inputs-ignore",
|
|
"package": "@nx/jest",
|
|
"name": "add-test-setup-to-inputs-ignore"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.4.0-beta.6",
|
|
"requires": {
|
|
"@angular-eslint/eslint-plugin-template": ">=16.0.0"
|
|
},
|
|
"description": "Remove the 'accessibility-' prefix from '@angular-eslint/eslint-plugin-template' rules.",
|
|
"factory": "./src/migrations/update-16-4-0/rename-angular-eslint-accesibility-rules",
|
|
"package": "@nx/angular",
|
|
"name": "rename-angular-eslint-accesibility-rules"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.4.0-beta.11",
|
|
"requires": {
|
|
"@angular/core": ">=16.1.0"
|
|
},
|
|
"description": "Update the @angular/cli package version to ~16.1.0.",
|
|
"factory": "./src/migrations/update-16-4-0/update-angular-cli",
|
|
"package": "@nx/angular",
|
|
"name": "update-angular-cli-version-16-1-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.4.0-beta.10",
|
|
"description": "Remove tsconfig.e2e.json and add settings to project tsconfig.json. tsConfigs executor option is now deprecated. The project level tsconfig.json file should be used instead.",
|
|
"implementation": "./src/migrations/update-16-4-0/tsconfig-sourcemaps",
|
|
"package": "@nx/cypress",
|
|
"name": "update-16-3-0-remove-old-tsconfigs"
|
|
}
|
|
]
|
|
}
|