Skip to content

Commit

Permalink
feat: Update dependencies (#200)
Browse files Browse the repository at this point in the history
* feat: update deps

* feat: nx migrate

* fix: revert ts-jest to 29.2.3
  • Loading branch information
Morphclue authored Nov 22, 2024
1 parent 7ae4767 commit 83f00a6
Show file tree
Hide file tree
Showing 4 changed files with 1,783 additions and 1,693 deletions.
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getJestProjects } from '@nx/jest';
import { getJestProjectsAsync } from '@nx/jest';

export default {
projects: getJestProjects(),
};
export default async () => ({
projects: await getJestProjectsAsync(),
});
28 changes: 7 additions & 21 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,12 @@
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
],
"dependsOn": ["^build"],
"inputs": ["production", "^production"],
"cache": true
},
"e2e": {
"inputs": [
"default",
"^production"
],
"inputs": ["default", "^production"],
"cache": true
},
"lint": {
Expand All @@ -34,11 +26,7 @@
},
"@nx/jest:jest": {
"cache": true,
"inputs": [
"default",
"^production",
"{workspaceRoot}/jest.preset.js"
],
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"options": {
"passWithNoTests": true
},
Expand All @@ -51,10 +39,7 @@
}
},
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": [
"default",
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
Expand All @@ -80,5 +65,6 @@
"style": "scss"
},
"@gitopslovers/nx-sass:library": {}
}
},
"useLegacyCache": true
}
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,56 +19,56 @@
"@angular-devkit/build-angular": "~18.2.6",
"@angular-devkit/core": "~18.2.6",
"@angular-devkit/schematics": "~18.2.6",
"@angular-eslint/eslint-plugin": "~18.3.1",
"@angular-eslint/eslint-plugin-template": "~18.3.1",
"@angular-eslint/template-parser": "~18.3.1",
"@angular-eslint/eslint-plugin": "~18.4.1",
"@angular-eslint/eslint-plugin-template": "~18.4.1",
"@angular-eslint/template-parser": "~18.4.1",
"@angular/cli": "~18.2.6",
"@angular/compiler-cli": "18.2.6",
"@angular/language-service": "18.2.6",
"@gitopslovers/nx-sass": "^1.5.1",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.4",
"@nx/angular": "19.8.2",
"@nx/cypress": "19.8.2",
"@nx/eslint": "19.8.2",
"@nx/eslint-plugin": "19.8.2",
"@nx/jest": "19.8.2",
"@nx/js": "19.8.2",
"@nx/nest": "19.8.2",
"@nx/node": "19.8.2",
"@nx/web": "19.8.2",
"@nx/webpack": "19.8.2",
"@nx/workspace": "19.8.2",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.8",
"@nx/angular": "20.1.2",
"@nx/cypress": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/js": "20.1.2",
"@nx/nest": "20.1.2",
"@nx/node": "20.1.2",
"@nx/web": "20.1.2",
"@nx/webpack": "20.1.2",
"@nx/workspace": "20.1.2",
"@schematics/angular": "18.2.6",
"@types/express": "^5.0.0",
"@types/file-saver": "^2.0.7",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/markdown-it": "^14.1.2",
"@types/node": "20.14.8",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"browser-sync": "^3.0.3",
"cypress": "13.15.0",
"cypress": "13.16.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.2.4",
"jest-preset-angular": "14.3.2",
"mongodb-memory-server": "^9.4.1",
"nx": "19.8.2",
"nx": "20.1.2",
"nx-stylelint": "17.1.5",
"prettier": "^3.3.3",
"sass": "1.79.4",
"stylelint": "16.9.0",
"sass": "1.81.0",
"stylelint": "16.10.0",
"stylelint-config-standard-scss": "13.1.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
"typescript": "5.4.3"
"typescript": "5.5.4"
},
"dependencies": {
"@angular/animations": "18.2.6",
Expand All @@ -87,19 +87,19 @@
"@mean-stream/nestx": "^0.12.1",
"@mean-stream/ngbx": "^0.13.0",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.4",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/common": "^10.4.8",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.8",
"@nestjs/event-emitter": "^2.1.1",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mongoose": "^10.0.10",
"@nestjs/mongoose": "^10.1.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.4",
"@nestjs/platform-express": "^10.4.8",
"@nestjs/swagger": "^7.4.2",
"@nestjs/websockets": "^10.4.4",
"@nestjs/websockets": "^10.4.8",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.26",
"@swc/core": "^1.9.2",
"angular-calendar": "^0.31.1",
"angularx-flatpickr": "^7.3.0",
"axios": "^1.7.7",
Expand All @@ -110,21 +110,21 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"date-fns": "^3.6.0",
"express": "^4.21.0",
"express": "^4.21.1",
"file-saver": "^2.0.5",
"flatpickr": "^4.6.13",
"handlebars": "^4.7.8",
"ical-generator": "^7.2.0",
"keycloak-angular": "^16.0.1",
"keycloak-angular": "^16.1.0",
"keycloak-js": "^25.0.6",
"markdown-it": "^14.1.0",
"mongoose": "^8.7.0",
"mongoose": "^8.8.2",
"ngx-cookie-service-ssr": "^18.0.0",
"ngx-countup": "^13.2.0",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.1.14",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"tslib": "^2.8.1",
"uuid": "^9.0.1",
"web-push": "^3.6.7",
"zone.js": "0.14.10"
Expand Down
Loading

0 comments on commit 83f00a6

Please sign in to comment.