Browse Source

Task/upgrade Nx to version 23.0.1 (#7141)

* Upgrade Nx to version 23.0.1

* Update changelog
pull/7144/head
Thomas Kaul 4 days ago
committed by GitHub
parent
commit
f9b5c9bee2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .gitignore
  2. 1
      CHANGELOG.md
  3. 3
      nx.json
  4. 6216
      package-lock.json
  5. 24
      package.json

1
.gitignore

@ -32,6 +32,7 @@ npm-debug.log
.env.prod .env.prod
.github/instructions/nx.instructions.md .github/instructions/nx.instructions.md
.nx/cache .nx/cache
.nx/migrate-runs
.nx/polygraph .nx/polygraph
.nx/self-healing .nx/self-healing
.nx/workspace-data .nx/workspace-data

1
CHANGELOG.md

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the grantee display in the access table to share the portfolio - Improved the grantee display in the access table to share the portfolio
- Improved the country mapping for data providers - Improved the country mapping for data providers
- Upgraded `bull-board` from version `7.2.1` to `8.0.1` - Upgraded `bull-board` from version `7.2.1` to `8.0.1`
- Upgraded `Nx` from version `22.7.5` to `23.0.1`
- Upgraded `prettier` from version `3.8.3` to `3.8.4` - Upgraded `prettier` from version `3.8.3` to `3.8.4`
### Fixed ### Fixed

3
nx.json

@ -126,5 +126,6 @@
}, },
"parallel": 1, "parallel": 1,
"defaultBase": "origin/main", "defaultBase": "origin/main",
"analytics": false "analytics": false,
"neverConnectToCloud": true
} }

6216
package-lock.json

File diff suppressed because it is too large

24
package.json

@ -159,16 +159,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.21", "@nestjs/testing": "11.1.21",
"@nx/angular": "22.7.5", "@nx/angular": "23.0.1",
"@nx/eslint-plugin": "22.7.5", "@nx/eslint-plugin": "23.0.1",
"@nx/jest": "22.7.5", "@nx/jest": "23.0.1",
"@nx/js": "22.7.5", "@nx/js": "23.0.1",
"@nx/module-federation": "22.7.5", "@nx/module-federation": "23.0.1",
"@nx/nest": "22.7.5", "@nx/nest": "23.0.1",
"@nx/node": "22.7.5", "@nx/node": "23.0.1",
"@nx/storybook": "22.7.5", "@nx/storybook": "23.0.1",
"@nx/web": "22.7.5", "@nx/web": "23.0.1",
"@nx/workspace": "22.7.5", "@nx/workspace": "23.0.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",
@ -192,10 +192,10 @@
"eslint-plugin-import": "2.32.0", "eslint-plugin-import": "2.32.0",
"eslint-plugin-storybook": "10.1.10", "eslint-plugin-storybook": "10.1.10",
"husky": "9.1.7", "husky": "9.1.7",
"jest": "30.2.0", "jest": "30.3.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.7.5", "nx": "23.0.1",
"prettier": "3.8.4", "prettier": "3.8.4",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"prisma": "7.8.0", "prisma": "7.8.0",

Loading…
Cancel
Save