Browse Source

Task/upgrade to Nx 22.4 (#6249)

* Upgrade Nx from version 22.3.3 to 22.4.1

* Update changelog
pull/6102/merge
Kenrick Tandrian 6 days ago
committed by GitHub
parent
commit
a1986e6daa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      CHANGELOG.md
  2. 4004
      package-lock.json
  3. 62
      package.json

2
CHANGELOG.md

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the language localization for Chinese (`zh`) - Improved the language localization for Chinese (`zh`)
- Improved the language localization for German (`de`) - Improved the language localization for German (`de`)
- Upgraded `angular` from version `21.0.6` to `21.1.1`
- Upgraded `Nx` from version `22.3.3` to `22.4.1`
- Upgraded `prettier` from version `3.8.0` to `3.8.1` - Upgraded `prettier` from version `3.8.0` to `3.8.1`
## 2.233.0 - 2026-01-23 ## 2.233.0 - 2026-01-23

4004
package-lock.json

File diff suppressed because it is too large

62
package.json

@ -54,17 +54,17 @@
"workspace-generator": "nx workspace-generator" "workspace-generator": "nx workspace-generator"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "21.0.6", "@angular/animations": "21.1.1",
"@angular/cdk": "21.0.5", "@angular/cdk": "21.1.1",
"@angular/common": "21.0.6", "@angular/common": "21.1.1",
"@angular/compiler": "21.0.6", "@angular/compiler": "21.1.1",
"@angular/core": "21.0.6", "@angular/core": "21.1.1",
"@angular/forms": "21.0.6", "@angular/forms": "21.1.1",
"@angular/material": "21.0.5", "@angular/material": "21.1.1",
"@angular/platform-browser": "21.0.6", "@angular/platform-browser": "21.1.1",
"@angular/platform-browser-dynamic": "21.0.6", "@angular/platform-browser-dynamic": "21.1.1",
"@angular/router": "21.0.6", "@angular/router": "21.1.1",
"@angular/service-worker": "21.0.6", "@angular/service-worker": "21.1.1",
"@codewithdan/observable-store": "2.2.15", "@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.1", "@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.5", "@internationalized/number": "3.6.5",
@ -136,32 +136,32 @@
"zone.js": "0.16.0" "zone.js": "0.16.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "21.0.4", "@angular-devkit/build-angular": "21.1.1",
"@angular-devkit/core": "21.0.4", "@angular-devkit/core": "21.1.1",
"@angular-devkit/schematics": "21.0.4", "@angular-devkit/schematics": "21.1.1",
"@angular-eslint/eslint-plugin": "21.1.0", "@angular-eslint/eslint-plugin": "21.1.0",
"@angular-eslint/eslint-plugin-template": "21.1.0", "@angular-eslint/eslint-plugin-template": "21.1.0",
"@angular-eslint/template-parser": "21.1.0", "@angular-eslint/template-parser": "21.1.0",
"@angular/cli": "21.0.4", "@angular/cli": "21.1.1",
"@angular/compiler-cli": "21.0.6", "@angular/compiler-cli": "21.1.1",
"@angular/language-service": "21.0.6", "@angular/language-service": "21.1.1",
"@angular/localize": "21.0.6", "@angular/localize": "21.1.1",
"@angular/pwa": "21.0.4", "@angular/pwa": "21.1.1",
"@eslint/eslintrc": "3.3.1", "@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.35.0", "@eslint/js": "9.35.0",
"@nestjs/schematics": "11.0.9", "@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.8", "@nestjs/testing": "11.1.8",
"@nx/angular": "22.3.3", "@nx/angular": "22.4.1",
"@nx/eslint-plugin": "22.3.3", "@nx/eslint-plugin": "22.4.1",
"@nx/jest": "22.3.3", "@nx/jest": "22.4.1",
"@nx/js": "22.3.3", "@nx/js": "22.4.1",
"@nx/module-federation": "22.3.3", "@nx/module-federation": "22.4.1",
"@nx/nest": "22.3.3", "@nx/nest": "22.4.1",
"@nx/node": "22.3.3", "@nx/node": "22.4.1",
"@nx/storybook": "22.3.3", "@nx/storybook": "22.4.1",
"@nx/web": "22.3.3", "@nx/web": "22.4.1",
"@nx/workspace": "22.3.3", "@nx/workspace": "22.4.1",
"@schematics/angular": "21.0.4", "@schematics/angular": "21.1.1",
"@storybook/addon-docs": "10.1.10", "@storybook/addon-docs": "10.1.10",
"@storybook/angular": "10.1.10", "@storybook/angular": "10.1.10",
"@trivago/prettier-plugin-sort-imports": "5.2.2", "@trivago/prettier-plugin-sort-imports": "5.2.2",
@ -184,7 +184,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.3.3", "nx": "22.4.1",
"prettier": "3.8.1", "prettier": "3.8.1",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.19.0", "prisma": "6.19.0",

Loading…
Cancel
Save