Browse Source

Feature/upgrade nx to version 14.6.4 (#1220)

* Upgrade nx and angular

* Update changelog
pull/1221/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
b59af0d864
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.md
  2. 1
      apps/api/jest.config.ts
  3. 1
      apps/client/jest.config.ts
  4. 1
      libs/common/jest.config.ts
  5. 1
      libs/ui/jest.config.ts
  6. 75
      package.json
  7. 3180
      yarn.lock

2
CHANGELOG.md

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Decreased the rate limiter duration of queue jobs from 5 to 4 seconds
- Removed the alias from the `User` database schema
- Upgraded `angular` from version `14.1.0` to `14.2.0`
- Upgraded `Nx` from version `14.5.1` to `14.6.4`
### Fixed

1
apps/api/jest.config.ts

@ -1,3 +1,4 @@
/* eslint-disable */
export default {
displayName: 'api',

1
apps/client/jest.config.ts

@ -1,3 +1,4 @@
/* eslint-disable */
export default {
displayName: 'client',

1
libs/common/jest.config.ts

@ -1,3 +1,4 @@
/* eslint-disable */
export default {
displayName: 'common',

1
libs/ui/jest.config.ts

@ -1,3 +1,4 @@
/* eslint-disable */
export default {
displayName: 'ui',

75
package.json

@ -53,16 +53,16 @@
"workspace-generator": "nx workspace-generator"
},
"dependencies": {
"@angular/animations": "14.1.0",
"@angular/cdk": "14.1.0",
"@angular/common": "14.1.0",
"@angular/compiler": "14.1.0",
"@angular/core": "14.1.0",
"@angular/forms": "14.1.0",
"@angular/material": "14.1.0",
"@angular/platform-browser": "14.1.0",
"@angular/platform-browser-dynamic": "14.1.0",
"@angular/router": "14.1.0",
"@angular/animations": "14.2.0",
"@angular/cdk": "14.2.0",
"@angular/common": "14.2.0",
"@angular/compiler": "14.2.0",
"@angular/core": "14.2.0",
"@angular/forms": "14.2.0",
"@angular/material": "14.2.0",
"@angular/platform-browser": "14.2.0",
"@angular/platform-browser-dynamic": "14.2.0",
"@angular/router": "14.2.0",
"@codewithdan/observable-store": "2.2.11",
"@dfinity/agent": "0.12.1",
"@dfinity/auth-client": "0.12.1",
@ -80,7 +80,7 @@
"@nestjs/platform-express": "9.0.7",
"@nestjs/schedule": "2.1.0",
"@nestjs/serve-static": "3.0.0",
"@nrwl/angular": "14.5.1",
"@nrwl/angular": "14.6.4",
"@prisma/client": "4.1.1",
"@simplewebauthn/browser": "5.2.1",
"@simplewebauthn/server": "5.2.1",
@ -121,34 +121,34 @@
"passport-jwt": "4.0.0",
"prisma": "4.1.1",
"reflect-metadata": "0.1.13",
"rxjs": "7.4.0",
"rxjs": "7.5.6",
"stripe": "8.199.0",
"svgmap": "2.6.0",
"twitter-api-v2": "1.10.3",
"uuid": "8.3.2",
"yahoo-finance2": "2.3.3",
"zone.js": "0.11.6"
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.1.0",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "14.1.0",
"@angular/compiler-cli": "14.1.0",
"@angular/language-service": "14.1.0",
"@angular/localize": "14.1.0",
"@angular-devkit/build-angular": "14.2.1",
"@angular-eslint/eslint-plugin": "14.0.3",
"@angular-eslint/eslint-plugin-template": "14.0.3",
"@angular-eslint/template-parser": "14.0.3",
"@angular/cli": "14.2.1",
"@angular/compiler-cli": "14.2.0",
"@angular/language-service": "14.2.0",
"@angular/localize": "14.2.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.7",
"@nrwl/cli": "14.5.1",
"@nrwl/cypress": "14.5.1",
"@nrwl/eslint-plugin-nx": "14.5.1",
"@nrwl/jest": "14.5.1",
"@nrwl/nest": "14.5.1",
"@nrwl/node": "14.5.1",
"@nrwl/nx-cloud": "14.2.0",
"@nrwl/storybook": "14.5.1",
"@nrwl/workspace": "14.5.1",
"@nrwl/cli": "14.6.4",
"@nrwl/cypress": "14.6.4",
"@nrwl/eslint-plugin-nx": "14.6.4",
"@nrwl/jest": "14.6.4",
"@nrwl/nest": "14.6.4",
"@nrwl/node": "14.6.4",
"@nrwl/nx-cloud": "14.6.1",
"@nrwl/storybook": "14.6.4",
"@nrwl/workspace": "14.6.4",
"@simplewebauthn/typescript-types": "5.2.1",
"@storybook/addon-essentials": "6.5.9",
"@storybook/angular": "6.5.9",
@ -160,9 +160,9 @@
"@types/cache-manager": "3.4.2",
"@types/color": "3.0.2",
"@types/google-spreadsheet": "3.1.5",
"@types/jest": "27.4.1",
"@types/jest": "28.1.8",
"@types/lodash": "4.14.174",
"@types/node": "16.11.7",
"@types/node": "18.7.1",
"@types/papaparse": "5.2.6",
"@types/passport-google-oauth20": "2.0.11",
"@typescript-eslint/eslint-plugin": "5.4.0",
@ -176,14 +176,15 @@
"import-sort-cli": "6.0.0",
"import-sort-parser-typescript": "6.0.0",
"import-sort-style-module": "6.0.0",
"jest": "27.5.1",
"jest-preset-angular": "11.1.2",
"nx": "14.5.1",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.2",
"nx": "14.6.4",
"prettier": "2.7.1",
"replace-in-file": "6.2.0",
"rimraf": "3.0.2",
"ts-jest": "27.1.4",
"ts-node": "10.8.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslib": "2.0.0",
"typescript": "4.7.3"
},

3180
yarn.lock

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