Feature/Upgrade nx to version 20.0.3 (#3968)

* Upgrade Nx to version 20.0.3

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
pull/3965/merge
dw-0 1 day ago committed by GitHub
parent a5331dd32b
commit 2951fb37f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Optimized the dialog sizes for mobile (full screen) - Optimized the dialog sizes for mobile (full screen)
- Upgraded `angular` from version `18.1.1` to `18.2.8`
- Upgraded `Nx` from version `19.5.6` to `20.0.3`
### Fixed ### Fixed

@ -1,3 +1,3 @@
const { getJestProjects } = require('@nx/jest'); const { getJestProjectsAsync } = require('@nx/jest');
export default { projects: getJestProjects() }; export default async () => ({ projects: await getJestProjectsAsync() });

@ -71,5 +71,6 @@
] ]
}, },
"parallel": 1, "parallel": 1,
"defaultBase": "origin/main" "defaultBase": "origin/main",
"useLegacyCache": true
} }

12931
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -56,17 +56,17 @@
"workspace-generator": "nx workspace-generator" "workspace-generator": "nx workspace-generator"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "18.1.1", "@angular/animations": "18.2.8",
"@angular/cdk": "18.1.1", "@angular/cdk": "18.2.9",
"@angular/common": "18.1.1", "@angular/common": "18.2.8",
"@angular/compiler": "18.1.1", "@angular/compiler": "18.2.8",
"@angular/core": "18.1.1", "@angular/core": "18.2.8",
"@angular/forms": "18.1.1", "@angular/forms": "18.2.8",
"@angular/material": "18.1.1", "@angular/material": "18.2.9",
"@angular/platform-browser": "18.1.1", "@angular/platform-browser": "18.2.8",
"@angular/platform-browser-dynamic": "18.1.1", "@angular/platform-browser-dynamic": "18.2.8",
"@angular/router": "18.1.1", "@angular/router": "18.2.8",
"@angular/service-worker": "18.1.1", "@angular/service-worker": "18.2.8",
"@codewithdan/observable-store": "2.2.15", "@codewithdan/observable-store": "2.2.15",
"@dfinity/agent": "0.15.7", "@dfinity/agent": "0.15.7",
"@dfinity/auth-client": "0.15.7", "@dfinity/auth-client": "0.15.7",
@ -140,41 +140,42 @@
"zone.js": "0.14.10" "zone.js": "0.14.10"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "18.1.1", "@angular-devkit/build-angular": "18.2.9",
"@angular-devkit/core": "18.1.1", "@angular-devkit/core": "18.2.9",
"@angular-devkit/schematics": "18.1.1", "@angular-devkit/schematics": "18.2.9",
"@angular-eslint/eslint-plugin": "18.1.0", "@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0", "@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0", "@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "18.1.1", "@angular/cli": "18.2.9",
"@angular/compiler-cli": "18.1.1", "@angular/compiler-cli": "18.2.8",
"@angular/language-service": "18.1.1", "@angular/language-service": "18.2.8",
"@angular/localize": "18.1.1", "@angular/localize": "18.2.8",
"@angular/pwa": "18.1.1", "@angular/pwa": "18.2.9",
"@nestjs/schematics": "10.0.1", "@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.3", "@nestjs/testing": "10.1.3",
"@nx/angular": "19.5.6", "@nx/angular": "20.0.3",
"@nx/cypress": "19.5.6", "@nx/cypress": "20.0.3",
"@nx/eslint-plugin": "19.5.6", "@nx/eslint-plugin": "20.0.3",
"@nx/jest": "19.5.6", "@nx/jest": "20.0.3",
"@nx/js": "19.5.6", "@nx/js": "20.0.3",
"@nx/nest": "19.5.6", "@nx/nest": "20.0.3",
"@nx/node": "19.5.6", "@nx/node": "20.0.3",
"@nx/storybook": "19.5.6", "@nx/storybook": "20.0.3",
"@nx/web": "19.5.6", "@nx/web": "20.0.3",
"@nx/workspace": "19.5.6", "@nx/workspace": "20.0.3",
"@schematics/angular": "18.1.1", "@schematics/angular": "18.2.9",
"@simplewebauthn/types": "9.0.1", "@simplewebauthn/types": "9.0.1",
"@storybook/addon-essentials": "8.2.6", "@storybook/addon-essentials": "8.3.6",
"@storybook/angular": "8.2.6", "@storybook/addon-interactions": "8.3.6",
"@storybook/core-server": "8.2.6", "@storybook/angular": "8.3.6",
"@storybook/core-server": "8.3.6",
"@trivago/prettier-plugin-sort-imports": "4.3.0", "@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/big.js": "6.2.2", "@types/big.js": "6.2.2",
"@types/body-parser": "1.19.5", "@types/body-parser": "1.19.5",
"@types/cache-manager": "4.0.6", "@types/cache-manager": "4.0.6",
"@types/color": "3.0.6", "@types/color": "3.0.6",
"@types/google-spreadsheet": "3.1.5", "@types/google-spreadsheet": "3.1.5",
"@types/jest": "29.4.4", "@types/jest": "29.5.13",
"@types/lodash": "4.17.7", "@types/lodash": "4.17.7",
"@types/node": "20.14.10", "@types/node": "20.14.10",
"@types/papaparse": "5.3.7", "@types/papaparse": "5.3.7",
@ -192,7 +193,7 @@
"jest": "29.7.0", "jest": "29.7.0",
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0", "jest-preset-angular": "14.1.0",
"nx": "19.5.6", "nx": "20.0.3",
"prettier": "3.3.3", "prettier": "3.3.3",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"prisma": "5.20.0", "prisma": "5.20.0",
@ -200,7 +201,7 @@
"react-dom": "18.2.0", "react-dom": "18.2.0",
"replace-in-file": "7.0.1", "replace-in-file": "7.0.1",
"shx": "0.3.4", "shx": "0.3.4",
"storybook": "8.2.6", "storybook": "8.3.6",
"ts-jest": "29.1.0", "ts-jest": "29.1.0",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"tslib": "2.6.0", "tslib": "2.6.0",

Loading…
Cancel
Save