Feature/upgrade nx to version 18.1.2 (#3174)

* Upgrade angular and Nx dependencies

* Update changelog
pull/3179/head^2
Thomas Kaul 1 month ago committed by GitHub
parent bbe5d70720
commit f268264c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Upgraded `angular` from version `17.1.3` to `17.2.4`
- Upgraded `Nx` from version `18.0.4` to `18.1.2`
## 2.65.0 - 2024-03-19
### Added

@ -1,7 +1,4 @@
{
"affected": {
"defaultBase": "origin/main"
},
"defaultProject": "api",
"generators": {
"@nx/angular:application": {
@ -73,5 +70,6 @@
]
},
"nxCloudAccessToken": "Mjg0ZGQ2YjAtNGI4NS00NmYwLThhOWEtMWZmNmQzODM4YzU4fHJlYWQ=",
"parallel": 1
"parallel": 1,
"defaultBase": "origin/main"
}

@ -53,17 +53,17 @@
"workspace-generator": "nx workspace-generator"
},
"dependencies": {
"@angular/animations": "17.1.3",
"@angular/cdk": "17.1.2",
"@angular/common": "17.1.3",
"@angular/compiler": "17.1.3",
"@angular/core": "17.1.3",
"@angular/forms": "17.1.3",
"@angular/material": "17.1.2",
"@angular/platform-browser": "17.1.3",
"@angular/platform-browser-dynamic": "17.1.3",
"@angular/router": "17.1.3",
"@angular/service-worker": "17.1.3",
"@angular/animations": "17.2.4",
"@angular/cdk": "17.2.2",
"@angular/common": "17.2.4",
"@angular/compiler": "17.2.4",
"@angular/core": "17.2.4",
"@angular/forms": "17.2.4",
"@angular/material": "17.2.2",
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/router": "17.2.4",
"@angular/service-worker": "17.2.4",
"@codewithdan/observable-store": "2.2.15",
"@dfinity/agent": "0.15.7",
"@dfinity/auth-client": "0.15.7",
@ -135,30 +135,30 @@
"zone.js": "0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.3",
"@angular-devkit/core": "17.1.3",
"@angular-devkit/schematics": "17.1.3",
"@angular-devkit/build-angular": "17.2.3",
"@angular-devkit/core": "17.2.3",
"@angular-devkit/schematics": "17.2.3",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "17.1.3",
"@angular/compiler-cli": "17.1.3",
"@angular/language-service": "17.1.3",
"@angular/localize": "17.1.3",
"@angular/pwa": "17.1.3",
"@angular/cli": "17.2.3",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@angular/localize": "17.2.4",
"@angular/pwa": "17.2.3",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.3",
"@nx/angular": "18.0.4",
"@nx/cypress": "18.0.4",
"@nx/eslint-plugin": "18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.4",
"@nx/nest": "18.0.4",
"@nx/node": "18.0.4",
"@nx/storybook": "18.0.4",
"@nx/web": "18.0.4",
"@nx/workspace": "18.0.4",
"@schematics/angular": "17.1.3",
"@nx/angular": "18.1.2",
"@nx/cypress": "18.1.2",
"@nx/eslint-plugin": "18.1.2",
"@nx/jest": "18.1.2",
"@nx/js": "18.1.2",
"@nx/nest": "18.1.2",
"@nx/node": "18.1.2",
"@nx/storybook": "18.1.2",
"@nx/web": "18.1.2",
"@nx/workspace": "18.1.2",
"@schematics/angular": "17.2.3",
"@simplewebauthn/types": "9.0.1",
"@storybook/addon-essentials": "7.6.5",
"@storybook/angular": "7.6.5",
@ -185,8 +185,8 @@
"eslint-plugin-storybook": "0.6.15",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.4",
"nx": "18.0.4",
"jest-preset-angular": "14.0.3",
"nx": "18.1.2",
"prettier": "3.2.5",
"prettier-plugin-organize-attributes": "1.0.0",
"react": "18.2.0",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save