Skip to content

Commit

Permalink
build(deps): bump project dependencies (#802)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
  • Loading branch information
rfprod authored Dec 16, 2023
1 parent dafe64d commit 38c17a3
Show file tree
Hide file tree
Showing 16 changed files with 841 additions and 771 deletions.
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"reject": ["zone.js", "apollo-upload-client"],
"reject": ["apollo-upload-client"],
"timeout": 120000
}
6 changes: 3 additions & 3 deletions apps/client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"extract-i18n": {
"executor": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "client:build"
"buildTarget": "client:build"
}
},
"lint": {
Expand All @@ -123,12 +123,12 @@
"serve": {
"configurations": {
"production": {
"browserTarget": "client:build:production"
"buildTarget": "client:build:production"
}
},
"executor": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "client:build",
"buildTarget": "client:build",
"proxyConfig": "apps/client/proxy.conf.json"
}
},
Expand Down
2 changes: 1 addition & 1 deletion apps/client/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import 'web-animations-js'; // Run `npm install --save web-animations-js`.
/**
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'zone.js'; // Included with Angular CLI.

/***************************************************************************************************
* APPLICATION IMPORTS
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'zone.js'; // Included with Angular CLI.

/***************************************************************************************************
* APPLICATION IMPORTS
Expand Down
6 changes: 3 additions & 3 deletions apps/elements/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"extract-i18n": {
"executor": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "elements:build"
"buildTarget": "elements:build"
}
},
"lint": {
Expand All @@ -113,13 +113,13 @@
"serve": {
"configurations": {
"production": {
"browserTarget": "elements:build:production",
"buildTarget": "elements:build:production",
"proxyConfig": "apps/elements/proxy.conf.json"
}
},
"executor": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "elements:build"
"buildTarget": "elements:build"
}
},
"stylelint-check": {
Expand Down
2 changes: 1 addition & 1 deletion apps/elements/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import 'web-animations-js'; // Run `npm install --save web-animations-js`.
/**
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'zone.js'; // Included with Angular CLI.
/**
* Custom Elements v1 aren’t fully supported by the browsers yet, so we need to install a polyfill.
*/
Expand Down
6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start:emulators": "firebase emulators:start --only functions"
},
"dependencies": {
"@grpc/grpc-js": "1.9.12",
"@grpc/grpc-js": "1.9.13",
"@grpc/proto-loader": "0.7.10",
"@nestjs/apollo": "12.0.11",
"@nestjs/throttler": "5.1.0",
Expand All @@ -28,7 +28,7 @@
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.2.10",
"@nestjs/platform-ws": "10.2.10",
"@nestjs/swagger": "7.1.16",
"@nestjs/swagger": "7.1.17",
"@nestjs/websockets": "10.2.10",
"@nestjs/cache-manager": "2.1.1",
"cache-manager": "5.3.1",
Expand All @@ -53,7 +53,7 @@
"graphql-tools": "9.0.0",
"graphql-upload": "16.0.2",
"grpc-web": "1.5.0",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1",
"tslib": "2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/backend-diagnostics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/backend-diagnostics",
"version": "1.0.28",
"version": "1.0.29",
"description": "NestJS API diagnostics module.",
"keywords": [
"nestjs-controller",
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "1.4.15",
"description": "Angular chart components based on D3JS (https://d3js.org).",
"keywords": [
"angular-charts",
Expand All @@ -24,8 +24,8 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "17.0.6",
"@angular/core": "17.0.6",
"@angular/common": "17.0.7",
"@angular/core": "17.0.7",
"@types/d3": "7.4.3",
"d3": "7.8.5"
}
Expand Down
10 changes: 5 additions & 5 deletions libs/client-guided-tour/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/cdk": "17.0.3",
"@angular/common": "17.0.6",
"@angular/core": "17.0.6",
"@angular/material": "17.0.3",
"@angular/router": "17.0.6"
"@angular/cdk": "17.0.4",
"@angular/common": "17.0.7",
"@angular/core": "17.0.7",
"@angular/material": "17.0.4",
"@angular/router": "17.0.7"
}
}
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.23",
"version": "1.0.24",
"description": "PWA offline feature for Angular clients.",
"keywords": [
"angular-module",
Expand All @@ -21,9 +21,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "17.0.6",
"@angular/core": "17.0.6",
"@angular/material": "17.0.3",
"@angular/router": "17.0.6"
"@angular/common": "17.0.7",
"@angular/core": "17.0.7",
"@angular/material": "17.0.4",
"@angular/router": "17.0.7"
}
}
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.24",
"version": "1.3.25",
"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": "17.0.6"
"@angular/core": "17.0.7"
}
}
110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,22 +118,22 @@
"word-wrap": ">=1.2.4"
},
"dependencies": {
"@angular/animations": "17.0.6",
"@angular/cdk": "17.0.3",
"@angular/common": "17.0.6",
"@angular/compiler": "17.0.6",
"@angular/core": "17.0.6",
"@angular/elements": "17.0.6",
"@angular/forms": "17.0.6",
"@angular/material": "17.0.3",
"@angular/material-moment-adapter": "17.0.3",
"@angular/platform-browser": "17.0.6",
"@angular/platform-browser-dynamic": "17.0.6",
"@angular/router": "17.0.6",
"@angular/service-worker": "17.0.6",
"@angular/animations": "17.0.7",
"@angular/cdk": "17.0.4",
"@angular/common": "17.0.7",
"@angular/compiler": "17.0.7",
"@angular/core": "17.0.7",
"@angular/elements": "17.0.7",
"@angular/forms": "17.0.7",
"@angular/material": "17.0.4",
"@angular/material-moment-adapter": "17.0.4",
"@angular/platform-browser": "17.0.7",
"@angular/platform-browser-dynamic": "17.0.7",
"@angular/router": "17.0.7",
"@angular/service-worker": "17.0.7",
"@apollo/client": "3.8.8",
"@apollo/server": "4.9.5",
"@grpc/grpc-js": "1.9.12",
"@grpc/grpc-js": "1.9.13",
"@grpc/proto-loader": "0.7.10",
"@improbable-eng/grpc-web": "0.15.0",
"@nestjs/apollo": "12.0.11",
Expand All @@ -149,7 +149,7 @@
"@nestjs/platform-express": "10.2.10",
"@nestjs/platform-ws": "10.2.10",
"@nestjs/serve-static": "4.0.0",
"@nestjs/swagger": "7.1.16",
"@nestjs/swagger": "7.1.17",
"@nestjs/throttler": "5.1.0",
"@nestjs/websockets": "10.2.10",
"apollo-angular": "6.0.0",
Expand All @@ -169,28 +169,28 @@
"graphql-upload": "16.0.2",
"grpc-web": "1.5.0",
"isomorphic-fetch": "3.0.0",
"reflect-metadata": "0.1.14",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.13.3"
"zone.js": "0.14.2"
},
"devDependencies": {
"@actions/core": "1.10.1",
"@angular-devkit/architect": "0.1700.6",
"@angular-devkit/build-angular": "17.0.6",
"@angular-devkit/core": "17.0.6",
"@angular-devkit/schematics": "17.0.6",
"@angular-devkit/architect": "0.1700.7",
"@angular-devkit/build-angular": "17.0.7",
"@angular-devkit/core": "17.0.7",
"@angular-devkit/schematics": "17.0.7",
"@angular-eslint/builder": "17.1.1",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/schematics": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@angular/cli": "17.0.6",
"@angular/compiler-cli": "17.0.6",
"@angular/language-service": "17.0.6",
"@capacitor/android": "5.5.1",
"@capacitor/cli": "5.5.1",
"@capacitor/core": "5.5.1",
"@angular/cli": "17.0.7",
"@angular/compiler-cli": "17.0.7",
"@angular/language-service": "17.0.7",
"@capacitor/android": "5.6.0",
"@capacitor/cli": "5.6.0",
"@capacitor/core": "5.6.0",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@graphql-codegen/cli": "5.0.0",
Expand All @@ -204,28 +204,28 @@
"@ngrx/router-store": "17.0.1",
"@ngrx/store": "17.0.1",
"@ngx-translate/core": "15.0.0",
"@nx/angular": "17.2.0",
"@nx/cypress": "17.2.0",
"@nx/devkit": "17.2.0",
"@nx/eslint": "17.2.0",
"@nx/eslint-plugin": "17.2.0",
"@nx/jest": "17.2.0",
"@nx/js": "17.2.0",
"@nx/nest": "17.2.0",
"@nx/node": "17.2.0",
"@nx/plugin": "17.2.0",
"@nx/storybook": "17.2.0",
"@nx/webpack": "17.2.0",
"@nx/workspace": "17.2.0",
"@schematics/angular": "17.0.6",
"@sentry/angular-ivy": "7.86.0",
"@sentry/tracing": "7.86.0",
"@storybook/addon-controls": "7.6.4",
"@storybook/angular": "7.6.4",
"@storybook/core-server": "7.6.4",
"@storybook/manager-api": "7.6.4",
"@storybook/preview-api": "7.6.4",
"@storybook/theming": "7.6.4",
"@nx/angular": "17.2.5",
"@nx/cypress": "17.2.5",
"@nx/devkit": "17.2.5",
"@nx/eslint": "17.2.5",
"@nx/eslint-plugin": "17.2.5",
"@nx/jest": "17.2.5",
"@nx/js": "17.2.5",
"@nx/nest": "17.2.5",
"@nx/node": "17.2.5",
"@nx/plugin": "17.2.5",
"@nx/storybook": "17.2.5",
"@nx/webpack": "17.2.5",
"@nx/workspace": "17.2.5",
"@schematics/angular": "17.0.7",
"@sentry/angular-ivy": "7.88.0",
"@sentry/tracing": "7.88.0",
"@storybook/addon-controls": "7.6.5",
"@storybook/angular": "7.6.5",
"@storybook/core-server": "7.6.5",
"@storybook/manager-api": "7.6.5",
"@storybook/preview-api": "7.6.5",
"@storybook/theming": "7.6.5",
"@swc-node/register": "1.6.8",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.100",
Expand All @@ -244,8 +244,8 @@
"@types/readline-sync": "1.4.8",
"@types/websocket": "1.0.10",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@ungap/custom-elements": "1.3.0",
"@webcomponents/custom-elements": "1.6.0",
"@webcomponents/webcomponentsjs": "2.8.0",
Expand All @@ -257,7 +257,7 @@
"d3": "7.8.5",
"electron": "28.0.0",
"electron-builder": "24.9.1",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-cypress": "2.15.1",
Expand Down Expand Up @@ -291,20 +291,20 @@
"moment": "2.29.4",
"ng-packagr": "17.0.2",
"ngx-markdown": "17.1.1",
"nx": "17.2.0",
"nx": "17.2.5",
"postcss": "8.4.32",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.3.0",
"postcss-url": "10.1.3",
"prettier": "3.1.0",
"prettier": "3.1.1",
"prettier-stylelint": "0.4.2",
"protobufjs": "7.2.5",
"readline-sync": "1.4.10",
"roboto-fontface": "0.10.0",
"sort-json": "2.0.1",
"sort-package-json": "2.6.0",
"source-map-loader": "4.0.1",
"storybook": "7.6.4",
"storybook": "7.6.5",
"stylelint": "15.11.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-rational-order": "0.1.2",
Expand Down
7 changes: 6 additions & 1 deletion tools/ts/actions/changes/changes.config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ describe('changesConfig', () => {
packageGuidedTour: ['libs/client-guided-tour/package.json'],
packagePwaOffline: ['libs/client-pwa-offline/package.json'],
packageBackendDiagnostics: ['libs/backend-diagnostics/package.json'],
packages: ['libs/client-d3-charts/package.json', 'libs/client-util-eliza/package.json', 'libs/backend-diagnostics/package.json'],
packages: [
'libs/client-d3-charts/package.json',
'libs/client-util-eliza/package.json',
'libs/client-guided-tour/package.json',
'libs/backend-diagnostics/package.json',
],
shelltools: ['tools/shell/**'],
src: [
'apps/**',
Expand Down
2 changes: 1 addition & 1 deletion tools/ts/actions/changes/changes.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const packageEliza = ['libs/client-util-eliza/package.json'];
const packageGuidedTour = ['libs/client-guided-tour/package.json'];
const packagePwaOffline = ['libs/client-pwa-offline/package.json'];
const packageBackendDiagnostics = ['libs/backend-diagnostics/package.json'];
const packages = [...packageCharts, ...packageEliza, ...packageBackendDiagnostics];
const packages = [...packageCharts, ...packageEliza, ...packageGuidedTour, ...packageBackendDiagnostics];
const shelltools = ['tools/shell/**'];
const src = [
'apps/**',
Expand Down
Loading

0 comments on commit 38c17a3

Please sign in to comment.