Browse Source

Upgrade nx

pull/5988/head
Raj Gupta 1 month ago
parent
commit
c6a804b2ec
  1. 56
      migrations.json
  2. 6033
      package-lock.json
  3. 74
      package.json

56
migrations.json

@ -0,0 +1,56 @@
{
"migrations": [
{
"version": "22.0.0-beta.1",
"description": "Updates release version config based on the breaking changes in Nx v22",
"implementation": "./src/migrations/update-22-0-0/release-version-config-changes",
"package": "nx",
"name": "22-0-0-release-version-config-changes"
},
{
"version": "22.0.0-beta.2",
"description": "Consolidates releaseTag* options into nested releaseTag object structure",
"implementation": "./src/migrations/update-22-0-0/consolidate-release-tag-config",
"package": "nx",
"name": "22-0-0-consolidate-release-tag-config"
},
{
"cli": "nx",
"version": "22.1.0-beta.5",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-22-1-0/update-nx-wrapper",
"package": "nx",
"name": "22-1-0-update-nx-wrapper"
},
{
"version": "22.0.0-beta.0",
"description": "Remove the deprecated `external` and `externalBuildTargets` options from the `@nx/js:swc` and `@nx/js:tsc` executors.",
"factory": "./src/migrations/update-22-0-0/remove-external-options-from-js-executors",
"package": "@nx/js",
"name": "remove-external-options-from-js-executors"
},
{
"version": "22.1.0-rc.1",
"description": "Removes redundant TypeScript project references from project's tsconfig.json files when runtime tsconfig files (e.g., tsconfig.lib.json, tsconfig.app.json) exist.",
"factory": "./src/migrations/update-22-1-0/remove-redundant-ts-project-references",
"package": "@nx/js",
"name": "remove-redundant-ts-project-references"
},
{
"cli": "nx",
"version": "21.6.1-beta.2",
"requires": { "@angular/core": ">=20.3.0" },
"description": "Update the @angular/cli package version to ~20.3.0.",
"factory": "./src/migrations/update-21-6-1/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-20-3-0"
},
{
"version": "20.3.0",
"description": "Adds `BootstrapContext` to `bootstrapApplication` calls in `main.server.ts` to support server rendering.",
"factory": "./bundles/add-bootstrap-context-to-server-main.cjs#migrate",
"package": "@angular/core",
"name": "add-bootstrap-context-to-server-main"
}
]
}

6033
package-lock.json

File diff suppressed because it is too large

74
package.json

@ -56,17 +56,17 @@
"workspace-generator": "nx workspace-generator"
},
"dependencies": {
"@angular/animations": "20.2.4",
"@angular/cdk": "20.2.2",
"@angular/common": "20.2.4",
"@angular/compiler": "20.2.4",
"@angular/core": "20.2.4",
"@angular/forms": "20.2.4",
"@angular/material": "20.2.2",
"@angular/platform-browser": "20.2.4",
"@angular/platform-browser-dynamic": "20.2.4",
"@angular/router": "20.2.4",
"@angular/service-worker": "20.2.4",
"@angular/animations": "20.3.13",
"@angular/cdk": "20.2.14",
"@angular/common": "20.3.13",
"@angular/compiler": "20.3.13",
"@angular/core": "20.3.13",
"@angular/forms": "20.3.13",
"@angular/material": "20.2.14",
"@angular/platform-browser": "20.3.13",
"@angular/platform-browser-dynamic": "20.3.13",
"@angular/router": "20.3.13",
"@angular/service-worker": "20.3.13",
"@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.0",
"@internationalized/number": "3.6.3",
@ -140,35 +140,35 @@
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.2.2",
"@angular-devkit/core": "20.2.2",
"@angular-devkit/schematics": "20.2.2",
"@angular-eslint/eslint-plugin": "20.2.0",
"@angular-eslint/eslint-plugin-template": "20.2.0",
"@angular-eslint/template-parser": "20.2.0",
"@angular/cli": "20.2.2",
"@angular/compiler-cli": "20.2.4",
"@angular/language-service": "20.2.4",
"@angular/localize": "20.2.4",
"@angular/pwa": "20.2.2",
"@angular-devkit/build-angular": "20.3.9",
"@angular-devkit/core": "20.3.9",
"@angular-devkit/schematics": "20.3.9",
"@angular-eslint/eslint-plugin": "20.3.0",
"@angular-eslint/eslint-plugin-template": "20.3.0",
"@angular-eslint/template-parser": "20.3.0",
"@angular/cli": "~20.3.0",
"@angular/compiler-cli": "20.3.13",
"@angular/language-service": "20.3.13",
"@angular/localize": "20.3.13",
"@angular/pwa": "20.3.9",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.35.0",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.8",
"@nx/angular": "21.5.1",
"@nx/cypress": "21.5.1",
"@nx/eslint-plugin": "21.5.1",
"@nx/jest": "21.5.1",
"@nx/js": "21.5.1",
"@nx/module-federation": "21.5.1",
"@nx/nest": "21.5.1",
"@nx/node": "21.5.1",
"@nx/storybook": "21.5.1",
"@nx/web": "21.5.1",
"@nx/workspace": "21.5.1",
"@schematics/angular": "20.2.2",
"@nx/angular": "22.1.1",
"@nx/cypress": "22.1.1",
"@nx/eslint-plugin": "22.1.1",
"@nx/jest": "22.1.1",
"@nx/js": "22.1.1",
"@nx/module-federation": "22.1.1",
"@nx/nest": "22.1.1",
"@nx/node": "22.1.1",
"@nx/storybook": "22.1.1",
"@nx/web": "22.1.1",
"@nx/workspace": "22.1.1",
"@schematics/angular": "20.3.9",
"@storybook/addon-docs": "9.1.5",
"@storybook/angular": "9.1.5",
"@storybook/angular": "10.0.0",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/big.js": "6.2.2",
"@types/google-spreadsheet": "3.1.5",
@ -189,7 +189,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.6.0",
"nx": "21.5.1",
"nx": "22.1.1",
"prettier": "3.6.2",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.19.0",
@ -197,7 +197,7 @@
"react-dom": "18.2.0",
"replace-in-file": "8.3.0",
"shx": "0.3.4",
"storybook": "9.1.5",
"storybook": "10.0.0",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"tslib": "2.8.1",

Loading…
Cancel
Save