Browse Source

Task/upgrade Nx to version 22.7.1 (#6825)

* Upgrade Nx to version 22.7.1

* Update changelog
pull/6838/head^2
Thomas Kaul 7 days ago
committed by GitHub
parent
commit
361483c252
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .gitignore
  2. 1
      .prettierignore
  3. 1
      CHANGELOG.md
  4. 1299
      package-lock.json
  5. 22
      package.json

2
.gitignore

@ -32,6 +32,8 @@ npm-debug.log
.env.prod .env.prod
.github/instructions/nx.instructions.md .github/instructions/nx.instructions.md
.nx/cache .nx/cache
.nx/polygraph
.nx/self-healing
.nx/workspace-data .nx/workspace-data
/.sass-cache /.sass-cache
/connect.lock /connect.lock

1
.prettierignore

@ -1,5 +1,6 @@
/.agents/skills/angular-developer /.agents/skills/angular-developer
/.nx/cache /.nx/cache
/.nx/self-healing
/.nx/workspace-data /.nx/workspace-data
/apps/client/src/polyfills.ts /apps/client/src/polyfills.ts
/dist /dist

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Migrated various components from `NgClass` to class bindings - Migrated various components from `NgClass` to class bindings
- Upgraded `Nx` from version `22.6.5` to `22.7.1`
### Fixed ### Fixed

1299
package-lock.json

File diff suppressed because it is too large

22
package.json

@ -158,16 +158,16 @@
"@eslint/js": "9.35.0", "@eslint/js": "9.35.0",
"@nestjs/schematics": "11.1.0", "@nestjs/schematics": "11.1.0",
"@nestjs/testing": "11.1.19", "@nestjs/testing": "11.1.19",
"@nx/angular": "22.6.5", "@nx/angular": "22.7.1",
"@nx/eslint-plugin": "22.6.5", "@nx/eslint-plugin": "22.7.1",
"@nx/jest": "22.6.5", "@nx/jest": "22.7.1",
"@nx/js": "22.6.5", "@nx/js": "22.7.1",
"@nx/module-federation": "22.6.5", "@nx/module-federation": "22.7.1",
"@nx/nest": "22.6.5", "@nx/nest": "22.7.1",
"@nx/node": "22.6.5", "@nx/node": "22.7.1",
"@nx/storybook": "22.6.5", "@nx/storybook": "22.7.1",
"@nx/web": "22.6.5", "@nx/web": "22.7.1",
"@nx/workspace": "22.6.5", "@nx/workspace": "22.7.1",
"@schematics/angular": "21.2.6", "@schematics/angular": "21.2.6",
"@storybook/addon-docs": "10.1.10", "@storybook/addon-docs": "10.1.10",
"@storybook/addon-themes": "10.1.10", "@storybook/addon-themes": "10.1.10",
@ -194,7 +194,7 @@
"jest": "30.2.0", "jest": "30.2.0",
"jest-environment-jsdom": "30.2.0", "jest-environment-jsdom": "30.2.0",
"jest-preset-angular": "16.0.0", "jest-preset-angular": "16.0.0",
"nx": "22.6.5", "nx": "22.7.1",
"prettier": "3.8.3", "prettier": "3.8.3",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"prisma": "7.7.0", "prisma": "7.7.0",

Loading…
Cancel
Save