Skip to content

Commit

Permalink
build(deps): bump project dependencies (#790)
Browse files Browse the repository at this point in the history
- [x] update npm dependenices;
  • Loading branch information
rfprod authored Nov 14, 2023
1 parent 4823ac3 commit 846c0e3
Show file tree
Hide file tree
Showing 15 changed files with 1,165 additions and 715 deletions.
4 changes: 2 additions & 2 deletions apps/client/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const environment: IWebClientAppEnvironment = {
platform !== 'web'
? 'https://nx-ng-starter.web.app/api'
: window.location.origin.includes('localhost')
? 'http://localhost:8080/api'
: `${window.location.origin}/api`,
? 'http://localhost:8080/api'
: `${window.location.origin}/api`,
envoyUrl: 'http://localhost:8090',
sentry: sentryEnvFactory({ production: true }),
...appEnvFactory(),
Expand Down
4 changes: 2 additions & 2 deletions apps/client/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export const environment: IWebClientAppEnvironment = {
platform !== 'web'
? 'https://nx-ng-starter.web.app/api'
: window.location.origin.includes('localhost')
? 'http://localhost:8080/api'
: `${window.location.origin}/api`,
? 'http://localhost:8080/api'
: `${window.location.origin}/api`,
envoyUrl: window.location.origin.includes('localhost') ? `${window.location.origin}/grpc` : 'https://envoy-is-not-deployed',
sentry: sentryEnvFactory({ production: false }),
...appEnvFactory(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { RouterTestingModule } from '@angular/router/testing';
import { AppMaterialModule } from '@app/client-material';
import { Store, StoreModule } from '@ngrx/store';
import { MarkdownModule, MarkdownModuleConfig, MarkedOptions } from 'ngx-markdown';
import { MarkdownModule, MarkdownModuleConfig, MARKED_OPTIONS, MarkedOptions } from 'ngx-markdown';

import { testingProviders } from '../../../testing/testing-providers.mock';
import { mdFilesAction } from '../../modules/md-files/md-files.actions';
Expand All @@ -15,8 +15,8 @@ import { AppDocMarkdownReferenceTreeComponent } from './md-reference-tree.compon
describe('AppDocMarkdownReferenceTreeComponent', () => {
const markdownModuleConfig: MarkdownModuleConfig = {
markedOptions: {
provide: MarkedOptions,
useValue: {
provide: MARKED_OPTIONS,
useValue: <MarkedOptions>{
gfm: true,
breaks: false,
pedantic: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { RouterTestingModule } from '@angular/router/testing';
import { AppMaterialModule } from '@app/client-material';
import { StoreModule } from '@ngrx/store';
import { MarkdownModule, MarkdownModuleConfig, MarkedOptions } from 'ngx-markdown';
import { MarkdownModule, MarkdownModuleConfig, MARKED_OPTIONS, MarkedOptions } from 'ngx-markdown';

import { testingProviders } from '../../../testing/testing-providers.mock';
import { IMdFilesState, mdFilesReducerConfig } from '../../modules/md-files/md-files.interface';
Expand All @@ -14,8 +14,8 @@ import { AppDocMarkdownReferenceComponent } from './md-reference.component';
describe('AppDocMarkdownReferenceComponent', () => {
const markdownModuleConfig: MarkdownModuleConfig = {
markedOptions: {
provide: MarkedOptions,
useValue: {
provide: MARKED_OPTIONS,
useValue: <MarkedOptions>{
gfm: true,
breaks: false,
pedantic: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { RouterTestingModule } from '@angular/router/testing';
import { AppMaterialModule } from '@app/client-material';
import { AppServiceWorkerService } from '@app/client-service-worker';
import { MarkdownModule, MarkdownModuleConfig, MarkedOptions } from 'ngx-markdown';
import { MarkdownModule, MarkdownModuleConfig, MARKED_OPTIONS, MarkedOptions } from 'ngx-markdown';
import { of, tap } from 'rxjs';

import { testingProviders } from '../../../testing/testing-providers.mock';
Expand All @@ -17,8 +17,8 @@ import { AppDocRootComponent } from './root.component';
describe('AppDocRootComponent', () => {
const markdownModuleConfig: MarkdownModuleConfig = {
markedOptions: {
provide: MarkedOptions,
useValue: {
provide: MARKED_OPTIONS,
useValue: <MarkedOptions>{
gfm: true,
breaks: false,
pedantic: false,
Expand Down
6 changes: 3 additions & 3 deletions apps/documentation/src/app/doc.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { documentProvider, windowProvider } from '@app/client-util';
import { metaReducers } from '@app/client-util-ngrx';
import { EffectsModule } from '@ngrx/effects';
import { StoreModule } from '@ngrx/store';
import { MarkdownModule, MarkdownModuleConfig, MarkedOptions } from 'ngx-markdown';
import { MarkdownModule, MarkdownModuleConfig, MARKED_OPTIONS, MarkedOptions } from 'ngx-markdown';

import { environment } from '../environments/environment';
import { AppDocMarkdownReferenceComponent } from './componenets/md-reference/md-reference.component';
Expand All @@ -25,8 +25,8 @@ import { AppMdFilesStoreModule } from './modules/md-files/md-files.module';
const markdownModuleConfig: MarkdownModuleConfig = {
loader: HttpClient,
markedOptions: {
provide: MarkedOptions,
useValue: {
provide: MARKED_OPTIONS,
useValue: <MarkedOptions>{
gfm: true,
breaks: false,
pedantic: false,
Expand Down
8 changes: 4 additions & 4 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"graphql-tag": "2.12.6",
"graphql-tools": "9.0.0",
"graphql-upload": "16.0.2",
"grpc-web": "1.4.2",
"grpc-web": "1.5.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"tslib": "2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions libs/backend-gql/src/lib/backend-gql.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export class AppGqlModule {
autoSchemaFile: environment.firebase
? false
: environment.production
? join(process.cwd(), 'schema.gql')
: join(process.cwd(), 'libs/backend-gql/schema.gql'),
? join(process.cwd(), 'schema.gql')
: join(process.cwd(), 'libs/backend-gql/schema.gql'),
typePaths: environment.firebase ? [join(process.cwd(), 'schema.gql')] : void 0,
sortSchema: true,
subscriptions: {
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.9",
"version": "1.4.10",
"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.1",
"@angular/core": "17.0.1",
"@angular/common": "17.0.2",
"@angular/core": "17.0.2",
"@types/d3": "7.4.3",
"d3": "7.8.5"
}
Expand Down
8 changes: 4 additions & 4 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.20",
"version": "1.0.21",
"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.1",
"@angular/core": "17.0.1",
"@angular/common": "17.0.2",
"@angular/core": "17.0.2",
"@angular/material": "17.0.0",
"@angular/router": "17.0.1"
"@angular/router": "17.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export function flushHttpRequests<T>(
return produceError === true
? req.error(new ProgressEvent('error', { total: 1, loaded: 1, cancelable: true }))
: !req.cancelled
? req.flush(responseData)
: null;
? req.flush(responseData)
: null;
});
if (verify) {
httpController.verify();
Expand Down
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.21",
"version": "1.3.22",
"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.1"
"@angular/core": "17.0.2"
}
}
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-ng-starter",
"version": "7.6.4",
"version": "7.6.5",
"private": true,
"description": "Monorepo starter: Nx, Angular, Angular Elements, Electron, NodeJS, NestJS, Firebase.",
"license": "MIT",
Expand Down Expand Up @@ -118,19 +118,19 @@
"word-wrap": ">=1.2.4"
},
"dependencies": {
"@angular/animations": "17.0.1",
"@angular/animations": "17.0.2",
"@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/common": "17.0.2",
"@angular/compiler": "17.0.2",
"@angular/core": "17.0.2",
"@angular/elements": "17.0.2",
"@angular/forms": "17.0.2",
"@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",
"@angular/platform-browser": "17.0.2",
"@angular/platform-browser-dynamic": "17.0.2",
"@angular/router": "17.0.2",
"@angular/service-worker": "17.0.2",
"@apollo/client": "3.8.7",
"@apollo/server": "4.9.5",
"@grpc/grpc-js": "1.9.9",
Expand Down Expand Up @@ -166,7 +166,7 @@
"graphql-subscriptions": "2.0.0",
"graphql-tools": "9.0.0",
"graphql-upload": "16.0.2",
"grpc-web": "1.4.2",
"grpc-web": "1.5.0",
"isomorphic-fetch": "3.0.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
Expand All @@ -185,39 +185,39 @@
"@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",
"@angular/compiler-cli": "17.0.2",
"@angular/language-service": "17.0.2",
"@capacitor/android": "5.5.1",
"@capacitor/cli": "5.5.1",
"@capacitor/core": "5.5.1",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@commitlint/cli": "18.4.1",
"@commitlint/config-conventional": "18.4.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-apollo-angular": "4.0.0",
"@graphql-codegen/typescript-operations": "4.0.1",
"@mermaid-js/mermaid-cli": "10.6.0",
"@mermaid-js/mermaid-cli": "10.6.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.8",
"@ngrx/effects": "16.3.0",
"@ngrx/router-store": "16.3.0",
"@ngrx/store": "16.3.0",
"@ngx-translate/core": "15.0.0",
"@nx/angular": "17.0.3",
"@nx/cypress": "17.0.3",
"@nx/devkit": "17.0.3",
"@nx/eslint": "17.0.3",
"@nx/eslint-plugin": "17.0.3",
"@nx/jest": "17.0.3",
"@nx/js": "17.0.3",
"@nx/nest": "17.0.3",
"@nx/node": "17.0.3",
"@nx/plugin": "17.0.3",
"@nx/storybook": "17.0.3",
"@nx/workspace": "17.0.3",
"@nx/angular": "17.1.2",
"@nx/cypress": "17.1.2",
"@nx/devkit": "17.1.2",
"@nx/eslint": "17.1.2",
"@nx/eslint-plugin": "17.1.2",
"@nx/jest": "17.1.2",
"@nx/js": "17.1.2",
"@nx/nest": "17.1.2",
"@nx/node": "17.1.2",
"@nx/plugin": "17.1.2",
"@nx/storybook": "17.1.2",
"@nx/workspace": "17.1.2",
"@schematics/angular": "17.0.0",
"@sentry/angular-ivy": "7.79.0",
"@sentry/tracing": "7.79.0",
"@sentry/angular-ivy": "7.80.1",
"@sentry/tracing": "7.80.1",
"@storybook/addon-controls": "7.5.3",
"@storybook/angular": "7.5.3",
"@storybook/core-server": "7.5.3",
Expand All @@ -242,8 +242,8 @@
"@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",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@ungap/custom-elements": "1.3.0",
"@webcomponents/custom-elements": "1.6.0",
"@webcomponents/webcomponentsjs": "2.8.0",
Expand All @@ -266,7 +266,7 @@
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-unicorn": "49.0.0",
"firebase": "10.5.2",
"firebase": "10.6.0",
"firebase-admin": "11.11.0",
"firebase-functions": "4.5.0",
"google-protobuf": "3.21.2",
Expand All @@ -277,9 +277,9 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-preset-angular": "13.1.3",
"jest-preset-angular": "13.1.4",
"jsonc-eslint-parser": "2.4.0",
"marked": "9.1.5",
"marked": "10.0.0",
"material-design-icon-fonts-self-hosted-web": "1.0.7",
"memo-decorator": "2.0.1",
"mini-css-extract-plugin": "2.7.6",
Expand All @@ -288,13 +288,13 @@
"mochawesome-merge": "4.3.0",
"moment": "2.29.4",
"ng-packagr": "17.0.0",
"ngx-markdown": "16.0.0",
"ngx-markdown": "17.1.0",
"nx": "17.0.3",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.3.0",
"postcss-url": "10.1.3",
"prettier": "3.0.3",
"prettier": "3.1.0",
"prettier-stylelint": "0.4.2",
"protobufjs": "7.2.5",
"readline-sync": "1.4.10",
Expand All @@ -314,7 +314,7 @@
"util": "0.12.5",
"web-animations-js": "2.3.2",
"webpack": "5.89.0",
"webpack-bundle-analyzer": "4.9.1",
"webpack-bundle-analyzer": "4.10.0",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.10.0",
"webpack-node-externals": "3.0.0",
Expand Down
Loading

0 comments on commit 846c0e3

Please sign in to comment.