mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
83 lines
3.1 KiB
JSON
83 lines
3.1 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"version": "15.7.0-beta.0",
|
|
"description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
|
|
"package": "@nrwl/workspace",
|
|
"name": "15-7-0-split-configuration-into-project-json-files"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.8.2-beta.0",
|
|
"description": "Updates the nx wrapper in encapsulated repos.",
|
|
"implementation": "./src/migrations/update-15-8-2/update-nxw",
|
|
"package": "nx",
|
|
"name": "15.8.2-update-nx-wrapper"
|
|
},
|
|
{
|
|
"version": "15.7.0-beta.0",
|
|
"description": "Split global configuration files (e.g., workspace.json) into individual project.json files.",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
|
|
"package": "@nrwl/workspace",
|
|
"name": "15-7-0-split-configuration-into-project-json-files"
|
|
},
|
|
{
|
|
"version": "15.8.0-beta.0",
|
|
"cli": "nx",
|
|
"description": "Update jest configs to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)",
|
|
"factory": "./src/migrations/update-15-8-0/update-configs-jest-29",
|
|
"package": "@nrwl/jest",
|
|
"name": "update-configs-jest-29"
|
|
},
|
|
{
|
|
"version": "15.8.0-beta.0",
|
|
"cli": "nx",
|
|
"description": "Update jest test files to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)",
|
|
"factory": "./src/migrations/update-15-8-0/update-tests-jest-29",
|
|
"package": "@nrwl/jest",
|
|
"name": "update-tests-jest-29"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.7.0-beta.1",
|
|
"description": "Install the required angular-devkit packages as we do not directly depend on them anymore",
|
|
"factory": "./src/migrations/update-15-7-0/install-required-packages",
|
|
"package": "@nrwl/angular",
|
|
"name": "install-required-packages"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.8.0-beta.4",
|
|
"description": "Update the @angular/cli package version to ~15.2.0.",
|
|
"factory": "./src/migrations/update-15-8-0/update-angular-cli",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-angular-cli-version-15-2-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.7.1-beta.0",
|
|
"description": "Add node_modules to root eslint ignore",
|
|
"factory": "./src/migrations/update-15-7-1/add-eslint-ignore",
|
|
"package": "@nrwl/linter",
|
|
"name": "add-eslint-ignore"
|
|
},
|
|
{
|
|
"description": "The road to v15.2",
|
|
"version": "15.2.0",
|
|
"factory": "./15_2_0/index",
|
|
"package": "@ngrx/store",
|
|
"name": "ngrx-store-migration-15-2-0"
|
|
},
|
|
{
|
|
"description": "The road to v15.2.0",
|
|
"version": "15.2.0",
|
|
"factory": "./15_2_0/index",
|
|
"package": "@ngrx/router-store",
|
|
"name": "ngrx-router-store-migration-05"
|
|
}
|
|
]
|
|
}
|