Skip to content

Commit

Permalink
build(deps): bump project dependencies
Browse files Browse the repository at this point in the history
- [x] udpate npm dependencies;
  • Loading branch information
rfprod committed Nov 9, 2023
1 parent 3b29544 commit 3ac4ce2
Show file tree
Hide file tree
Showing 12 changed files with 3,151 additions and 3,374 deletions.
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"reject": ["typescript", "zone.js", "apollo-upload-client"],
"reject": ["zone.js", "apollo-upload-client"],
"timeout": 120000
}
210 changes: 121 additions & 89 deletions functions/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@
"dependencies": {
"@grpc/grpc-js": "1.9.9",
"@grpc/proto-loader": "0.7.10",
"@nestjs/apollo": "12.0.9",
"@nestjs/apollo": "12.0.10",
"@nestjs/throttler": "5.0.1",
"@nestjs/axios": "3.0.1",
"@nestjs/common": "10.2.8",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.8",
"@nestjs/graphql": "12.0.9",
"@nestjs/jwt": "10.1.1",
"@nestjs/graphql": "12.0.10",
"@nestjs/jwt": "10.2.0",
"@nestjs/microservices": "10.2.8",
"@nestjs/passport": "10.0.2",
"@nestjs/platform-express": "10.2.8",
"@nestjs/platform-ws": "10.2.8",
"@nestjs/swagger": "7.1.14",
"@nestjs/swagger": "7.1.15",
"@nestjs/websockets": "10.2.8",
"@nestjs/cache-manager": "2.1.1",
"cache-manager": "5.2.4",
"@types/compression": "1.7.4",
"@types/express": "4.17.20",
"@types/graphql-upload": "16.0.4",
"@types/node": "20.8.10",
"@types/websocket": "1.0.8",
"@types/ws": "8.5.8",
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/graphql-upload": "16.0.5",
"@types/node": "20.9.0",
"@types/websocket": "1.0.9",
"@types/ws": "8.5.9",
"@apollo/server": "4.9.5",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/backend-auth/src/lib/services/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { AppMessage, AppUser, AppUserLoginCredentials, AppUserLogoutCredentials,
import { Injectable } from '@nestjs/common';
import { JwtService } from '@nestjs/jwt';

import { IAuthPayload, IAuthService, IAuthTokenObject } from '../interfaces/auth.interface';
import { IAuthPayload, IAuthService } from '../interfaces/auth.interface';

export const AUTH_SERVICE_TOKEN = Symbol('AUTH_SERVICE_TOKEN');

Expand All @@ -16,7 +16,7 @@ export class AppAuthService implements IAuthService {
}

public decodeJWToken(token: string) {
const result = <IAuthTokenObject>this.jwt.decode(token);
const result = this.jwt.decode(token);
return result;
}

Expand Down
2 changes: 1 addition & 1 deletion libs/client-core/src/lib/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/* Documentation: https://github.com/angular/components/blob/main/guides/theming.md */
@use '@angular/material' as mat;
@use 'node_modules/@angular/material/_theming.scss';
@use 'node_modules/@angular/material/_index.scss';

/**
* Define a custom typography config that overrides font-family, and all levels.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use '@angular/material' as mat;
@use 'node_modules/@angular/material/_theming.scss';
@use 'node_modules/@angular/material/_index.scss';

/* Extended palette variables */

Expand Down
8 changes: 4 additions & 4 deletions libs/client-d3-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-d3-charts",
"version": "1.4.8",
"version": "1.4.9",
"description": "Angular chart components based on D3JS (https://d3js.org).",
"keywords": [
"angular-charts",
Expand All @@ -24,9 +24,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "16.2.12",
"@angular/core": "16.2.12",
"@types/d3": "7.4.2",
"@angular/common": "17.0.1",
"@angular/core": "17.0.1",
"@types/d3": "7.4.3",
"d3": "7.8.5"
}
}
10 changes: 5 additions & 5 deletions libs/client-pwa-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-pwa-offline",
"version": "1.0.19",
"version": "1.0.20",
"description": "PWA offline feature for Angular clients.",
"keywords": [
"angular-module",
Expand All @@ -21,9 +21,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "16.2.12",
"@angular/core": "16.2.12",
"@angular/material": "16.2.11",
"@angular/router": "16.2.12"
"@angular/common": "17.0.1",
"@angular/core": "17.0.1",
"@angular/material": "17.0.0",
"@angular/router": "17.0.1"
}
}
4 changes: 2 additions & 2 deletions libs/client-util-eliza/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-util-eliza",
"version": "1.3.20",
"version": "1.3.21",
"description": "Angular chatbot logic based on Eliza (https://en.wikipedia.org/wiki/ELIZA).",
"keywords": [
"angular-chatbot",
Expand All @@ -23,6 +23,6 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/core": "16.2.12"
"@angular/core": "17.0.1"
}
}
10 changes: 10 additions & 0 deletions libs/client-util-sentry/src/test-setup.ts
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
import 'jest-preset-angular/setup-jest';

const traceService = 'TraceService';
const browserTracing = 'BrowserTracing';

jest.mock('@sentry/angular-ivy', () => ({
[traceService]: jest.fn().mockReturnValue({}),
[browserTracing]: jest.fn().mockReturnValue({}),
init: jest.fn().mockReturnValue({}),
createErrorHandler: jest.fn().mockReturnValue({}),
}));
122 changes: 61 additions & 61 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-ng-starter",
"version": "7.6.3",
"version": "7.6.4",
"private": true,
"description": "Monorepo starter: Nx, Angular, Angular Elements, Electron, NodeJS, NestJS, Firebase.",
"license": "MIT",
Expand Down Expand Up @@ -118,38 +118,38 @@
"word-wrap": ">=1.2.4"
},
"dependencies": {
"@angular/animations": "16.2.12",
"@angular/cdk": "16.2.11",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/elements": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/material": "16.2.11",
"@angular/material-moment-adapter": "16.2.11",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@angular/service-worker": "16.2.12",
"@angular/animations": "17.0.1",
"@angular/cdk": "17.0.0",
"@angular/common": "17.0.1",
"@angular/compiler": "17.0.1",
"@angular/core": "17.0.1",
"@angular/elements": "17.0.1",
"@angular/forms": "17.0.1",
"@angular/material": "17.0.0",
"@angular/material-moment-adapter": "17.0.0",
"@angular/platform-browser": "17.0.1",
"@angular/platform-browser-dynamic": "17.0.1",
"@angular/router": "17.0.1",
"@angular/service-worker": "17.0.1",
"@apollo/client": "3.8.7",
"@apollo/server": "4.9.5",
"@grpc/grpc-js": "1.9.9",
"@grpc/proto-loader": "0.7.10",
"@improbable-eng/grpc-web": "0.15.0",
"@nestjs/apollo": "12.0.9",
"@nestjs/apollo": "12.0.10",
"@nestjs/axios": "3.0.1",
"@nestjs/cache-manager": "2.1.1",
"@nestjs/common": "10.2.8",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.8",
"@nestjs/graphql": "12.0.9",
"@nestjs/jwt": "10.1.1",
"@nestjs/graphql": "12.0.10",
"@nestjs/jwt": "10.2.0",
"@nestjs/microservices": "10.2.8",
"@nestjs/passport": "10.0.2",
"@nestjs/platform-express": "10.2.8",
"@nestjs/platform-ws": "10.2.8",
"@nestjs/serve-static": "4.0.0",
"@nestjs/swagger": "7.1.14",
"@nestjs/swagger": "7.1.15",
"@nestjs/throttler": "5.0.1",
"@nestjs/websockets": "10.2.8",
"apollo-angular": "5.0.2",
Expand All @@ -175,18 +175,18 @@
},
"devDependencies": {
"@actions/core": "1.10.1",
"@angular-devkit/architect": "0.1602.9",
"@angular-devkit/build-angular": "16.2.9",
"@angular-devkit/core": "16.2.9",
"@angular-devkit/schematics": "16.2.9",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "16.2.9",
"@angular/compiler-cli": "16.2.12",
"@angular/language-service": "16.2.12",
"@angular-devkit/architect": "0.1700.0",
"@angular-devkit/build-angular": "17.0.0",
"@angular-devkit/core": "17.0.0",
"@angular-devkit/schematics": "17.0.0",
"@angular-eslint/builder": "17.0.1",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/schematics": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "17.0.0",
"@angular/compiler-cli": "17.0.1",
"@angular/language-service": "17.0.1",
"@capacitor/android": "5.5.1",
"@capacitor/cli": "5.5.1",
"@capacitor/core": "5.5.1",
Expand Down Expand Up @@ -215,45 +215,45 @@
"@nx/plugin": "17.0.3",
"@nx/storybook": "17.0.3",
"@nx/workspace": "17.0.3",
"@schematics/angular": "16.2.9",
"@sentry/angular-ivy": "7.75.1",
"@sentry/tracing": "7.75.1",
"@storybook/addon-controls": "7.5.2",
"@storybook/angular": "7.5.2",
"@storybook/core-server": "7.5.2",
"@storybook/manager-api": "7.5.2",
"@storybook/preview-api": "7.5.2",
"@storybook/theming": "7.5.2",
"@schematics/angular": "17.0.0",
"@sentry/angular-ivy": "7.79.0",
"@sentry/tracing": "7.79.0",
"@storybook/addon-controls": "7.5.3",
"@storybook/angular": "7.5.3",
"@storybook/core-server": "7.5.3",
"@storybook/manager-api": "7.5.3",
"@storybook/preview-api": "7.5.3",
"@storybook/theming": "7.5.3",
"@swc-node/register": "1.6.8",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.95",
"@swc/core": "1.3.96",
"@swc/helpers": "0.5.3",
"@types/apollo-upload-client": "17.0.4",
"@types/compression": "1.7.4",
"@types/d3": "7.4.2",
"@types/express": "4.17.20",
"@types/google-protobuf": "3.15.9",
"@types/graphql-upload": "16.0.4",
"@types/hammerjs": "2.0.43",
"@types/jest": "29.5.7",
"@types/jsdom": "21.1.4",
"@types/apollo-upload-client": "17.0.5",
"@types/compression": "1.7.5",
"@types/d3": "7.4.3",
"@types/express": "4.17.21",
"@types/google-protobuf": "3.15.10",
"@types/graphql-upload": "16.0.5",
"@types/hammerjs": "2.0.44",
"@types/jest": "29.5.8",
"@types/jsdom": "21.1.5",
"@types/marked": "5.0.2",
"@types/node": "20.8.10",
"@types/readline-sync": "1.4.6",
"@types/websocket": "1.0.8",
"@types/ws": "8.5.8",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@types/node": "20.9.0",
"@types/readline-sync": "1.4.7",
"@types/websocket": "1.0.9",
"@types/ws": "8.5.9",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@ungap/custom-elements": "1.3.0",
"@webcomponents/custom-elements": "1.6.0",
"@webcomponents/webcomponentsjs": "2.8.0",
"babel-loader": "9.1.3",
"commitizen": "4.3.0",
"copy-webpack-plugin": "11.0.0",
"cypress": "13.4.0",
"cypress": "13.5.0",
"cypress-multi-reporters": "1.6.4",
"d3": "7.8.5",
"electron": "27.0.3",
"electron": "27.0.4",
"electron-builder": "24.6.4",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -277,7 +277,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-preset-angular": "13.1.2",
"jest-preset-angular": "13.1.3",
"jsonc-eslint-parser": "2.4.0",
"marked": "9.1.5",
"material-design-icon-fonts-self-hosted-web": "1.0.7",
Expand All @@ -287,7 +287,7 @@
"mochawesome": "7.1.3",
"mochawesome-merge": "4.3.0",
"moment": "2.29.4",
"ng-packagr": "16.2.3",
"ng-packagr": "17.0.0",
"ngx-markdown": "16.0.0",
"nx": "17.0.3",
"postcss": "8.4.31",
Expand All @@ -302,15 +302,15 @@
"sort-json": "2.0.1",
"sort-package-json": "2.6.0",
"source-map-loader": "4.0.1",
"storybook": "7.5.2",
"storybook": "7.5.3",
"stylelint": "15.11.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-rational-order": "0.1.2",
"stylelint-prettier": "4.0.2",
"terser-webpack-plugin": "5.3.9",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.3",
"typescript": "5.2.2",
"util": "0.12.5",
"web-animations-js": "2.3.2",
"webpack": "5.89.0",
Expand Down
Loading

0 comments on commit 3ac4ce2

Please sign in to comment.