chore(core): update to nx 15.8.5 and angular 15.2.1

This commit is contained in:
thomas
2023-03-08 16:01:09 +01:00
parent 011ca2f462
commit f29148180c
3 changed files with 6025 additions and 22186 deletions

View File

@@ -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"
}
]
}

28053
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,25 +12,25 @@
},
"private": true,
"dependencies": {
"@angular/animations": "15.1.1",
"@angular/cdk": "15.1.1",
"@angular/common": "15.1.1",
"@angular/compiler": "15.1.1",
"@angular/core": "15.1.1",
"@angular/forms": "15.1.1",
"@angular/material": "15.1.1",
"@angular/platform-browser": "15.1.1",
"@angular/platform-browser-dynamic": "15.1.1",
"@angular/router": "15.1.1",
"@angular/animations": "15.2.1",
"@angular/cdk": "15.2.1",
"@angular/common": "15.2.1",
"@angular/compiler": "15.2.1",
"@angular/core": "15.2.1",
"@angular/forms": "15.2.1",
"@angular/material": "15.2.1",
"@angular/platform-browser": "15.2.1",
"@angular/platform-browser-dynamic": "15.2.1",
"@angular/router": "15.2.1",
"@hirez_io/observer-spy": "^2.2.0",
"@ngneat/falso": "^6.1.0",
"@ngrx/component": "^15.0.0",
"@ngrx/component-store": "15.0.0",
"@ngrx/effects": "15.0.0",
"@ngrx/entity": "15.0.0",
"@ngrx/router-store": "15.0.0",
"@ngrx/store": "15.0.0",
"@nrwl/angular": "15.5.2",
"@ngrx/component": "15.3.0",
"@ngrx/component-store": "15.3.0",
"@ngrx/effects": "15.3.0",
"@ngrx/entity": "15.3.0",
"@ngrx/router-store": "15.3.0",
"@ngrx/store": "15.3.0",
"@nrwl/angular": "15.8.5",
"@rx-angular/cdk": "^1.0.0-rc.4",
"@rx-angular/state": "^1.7.0",
"@rx-angular/template": "^1.0.0-rc.5",
@@ -39,28 +39,28 @@
"rxjs": "~7.5.0",
"tailwindcss": "^3.2.1",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.1.2",
"@angular-devkit/build-angular": "15.2.1",
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "~15.1.0",
"@angular/compiler-cli": "15.1.1",
"@angular/language-service": "15.1.1",
"@angular/cli": "15.2.1",
"@angular/compiler-cli": "15.2.1",
"@angular/language-service": "15.2.1",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@cypress/webpack-dev-server": "^2.0.0",
"@ngrx/schematics": "15.0.0",
"@nrwl/cli": "15.5.2",
"@nrwl/cypress": "15.5.2",
"@nrwl/devkit": "15.5.2",
"@nrwl/eslint-plugin-nx": "15.5.2",
"@nrwl/jest": "15.5.2",
"@nrwl/linter": "15.5.2",
"@nrwl/workspace": "15.5.2",
"@types/jest": "28.1.1",
"@ngrx/schematics": "15.3.0",
"@nrwl/cli": "15.8.5",
"@nrwl/cypress": "15.8.5",
"@nrwl/devkit": "15.8.5",
"@nrwl/eslint-plugin-nx": "15.8.5",
"@nrwl/jest": "15.8.5",
"@nrwl/linter": "15.8.5",
"@nrwl/workspace": "15.8.5",
"@types/jest": "29.4.0",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
@@ -70,20 +70,20 @@
"eslint-plugin-cypress": "^2.10.3",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.2",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.0.0",
"lint-staged": "^13.0.3",
"ng-packagr": "15.1.1",
"nx": "15.5.2",
"ng-packagr": "15.2.2",
"nx": "15.8.5",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"ts-jest": "28.0.5",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
"typescript": "4.9.5"
},
"lint-staged": {
"*.{ts,json,md}": [