mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
chore(core): update to nx 15.8.5 and angular 15.2.1
This commit is contained in:
@@ -1,20 +1,82 @@
|
||||
{
|
||||
"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",
|
||||
"version": "15.5.0-beta.0",
|
||||
"description": "Update the @angular/cli package version to ~15.1.0.",
|
||||
"factory": "./src/migrations/update-15-5-0/update-angular-cli",
|
||||
"package": "@nrwl/angular",
|
||||
"name": "update-angular-cli-version-15-1-0"
|
||||
"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.5.0-beta.0",
|
||||
"description": "Update to Cypress v12. Cypress 12 contains a handful of breaking changes that might causes tests to start failing that nx cannot directly fix. Read more Cypress 12 changes: https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-12-0.This migration will only run if you are already using Cypress v11.",
|
||||
"factory": "./src/migrations/update-15-5-0/update-to-cypress-12",
|
||||
"package": "@nrwl/cypress",
|
||||
"name": "update-to-cypress-12"
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user