Skip to content

Commit ce66260

Browse files
authored
build(deps): bump project dependencies (#892)
1 parent dc6d213 commit ce66260

File tree

20 files changed

+7297
-6190
lines changed

20 files changed

+7297
-6190
lines changed

.ncurc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"reject": ["eslint", "prettier", "typescript", "firebase", "firebase-admin"],
2+
"reject": ["eslint", "eslint-plugin-unicorn", "prettier", "typescript", "firebase", "firebase-admin"],
33
"timeout": 120000
44
}

apps/api/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,44 @@
33
"private": true,
44
"description": "Dependencies for docker containers running api application. Do not install dependencies in this directory. This file is only for containers.",
55
"dependencies": {
6-
"@apollo/server": "4.11.3",
7-
"@grpc/grpc-js": "1.12.6",
8-
"@grpc/proto-loader": "0.7.13",
9-
"@nestjs/apollo": "13.0.2",
6+
"@apollo/server": "4.12.0",
7+
"@grpc/grpc-js": "1.13.3",
8+
"@grpc/proto-loader": "0.7.15",
9+
"@nestjs/apollo": "13.1.0",
1010
"@nestjs/axios": "4.0.0",
11-
"@nestjs/cache-manager": "3.0.0",
12-
"@nestjs/common": "11.0.8",
13-
"@nestjs/config": "4.0.0",
14-
"@nestjs/core": "11.0.8",
15-
"@nestjs/graphql": "13.0.2",
11+
"@nestjs/cache-manager": "3.0.1",
12+
"@nestjs/common": "11.1.0",
13+
"@nestjs/config": "4.0.2",
14+
"@nestjs/core": "11.1.0",
15+
"@nestjs/graphql": "13.1.0",
1616
"@nestjs/jwt": "11.0.0",
17-
"@nestjs/microservices": "11.0.8",
17+
"@nestjs/microservices": "11.1.0",
1818
"@nestjs/passport": "11.0.5",
19-
"@nestjs/platform-express": "11.0.8",
20-
"@nestjs/platform-ws": "11.0.8",
21-
"@nestjs/serve-static": "5.0.2",
22-
"@nestjs/swagger": "11.0.3",
19+
"@nestjs/platform-express": "11.1.0",
20+
"@nestjs/platform-ws": "11.1.0",
21+
"@nestjs/serve-static": "5.0.3",
22+
"@nestjs/swagger": "11.2.0",
2323
"@nestjs/throttler": "6.4.0",
24-
"@nestjs/websockets": "11.0.8",
25-
"axios": "1.7.9",
26-
"cache-manager": "6.4.0",
24+
"@nestjs/websockets": "11.1.0",
25+
"axios": "1.9.0",
26+
"cache-manager": "6.4.3",
2727
"class-transformer": "0.5.1",
28-
"class-validator": "0.14.1",
29-
"compression": "1.7.5",
30-
"dotenv": "16.4.7",
31-
"express": "4.21.2",
28+
"class-validator": "0.14.2",
29+
"compression": "1.8.0",
30+
"dotenv": "16.5.0",
31+
"express": "5.1.0",
3232
"firebase-admin": "12.5.0",
33-
"firebase-functions": "6.3.1",
33+
"firebase-functions": "6.3.2",
3434
"google-protobuf": "3.21.4",
35-
"graphql": "16.10.0",
35+
"graphql": "16.11.0",
3636
"graphql-subscriptions": "3.0.0",
3737
"graphql-tag": "2.12.6",
38-
"graphql-tools": "9.0.11",
38+
"graphql-tools": "9.0.18",
3939
"graphql-upload": "17.0.0",
4040
"grpc-web": "1.5.0",
4141
"protobufjs": "7.4.0",
4242
"reflect-metadata": "0.2.2",
43-
"rxjs": "7.8.1",
43+
"rxjs": "7.8.2",
4444
"tslib": "2.8.1"
4545
}
4646
}

apps/client-core-components-e2e/cypress.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ module.exports = defineConfig({
2222
baseUrl: 'http://localhost:4400',
2323
specPattern: './src/integration/**/*.cy.{js,jsx,ts,tsx}',
2424
supportFile: './src/support/index.ts',
25+
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
26+
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
27+
injectDocumentDomain: true,
2528
},
2629
});

apps/client-diagnostics-e2e/cypress.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ module.exports = defineConfig({
2222
baseUrl: 'http://localhost:4400',
2323
specPattern: './src/integration/**/*.cy.{js,jsx,ts,tsx}',
2424
supportFile: './src/support/index.ts',
25+
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
26+
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
27+
injectDocumentDomain: true,
2528
},
2629
});

apps/client-e2e/cypress.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ module.exports = defineConfig({
2222
baseUrl: 'http://localhost:4400',
2323
specPattern: './src/integration/**/*.cy.{js,jsx,ts,tsx}',
2424
supportFile: './src/support/index.ts',
25+
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
26+
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
27+
injectDocumentDomain: true,
2528
},
2629
});

apps/client/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "../../node_modules/nx/schemas/project-schema.json",
32
"name": "client",
3+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"prefix": "app",
55
"projectType": "application",
66
"sourceRoot": "apps/client/src",
@@ -126,7 +126,8 @@
126126
"options": {
127127
"buildTarget": "client:build",
128128
"proxyConfig": "apps/client/proxy.conf.json"
129-
}
129+
},
130+
"continuous": true
130131
},
131132
"serve-with-api": {
132133
"executor": "nx:run-commands",

apps/documentation-e2e/cypress.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ module.exports = defineConfig({
2222
baseUrl: 'http://localhost:4400',
2323
specPattern: './src/integration/**/*.cy.{js,jsx,ts,tsx}',
2424
supportFile: './src/support/index.ts',
25+
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
26+
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
27+
injectDocumentDomain: true,
2528
},
2629
});

apps/documentation/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "../../node_modules/nx/schemas/project-schema.json",
32
"name": "documentation",
3+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"prefix": "app",
55
"projectType": "application",
66
"sourceRoot": "apps/documentation/src",
@@ -186,7 +186,8 @@
186186
"executor": "@nx/angular:dev-server",
187187
"options": {
188188
"browserTarget": "documentation:build"
189-
}
189+
},
190+
"continuous": true
190191
},
191192
"storybook": {
192193
"executor": "@storybook/angular:start-storybook",

apps/elements-e2e/cypress.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ module.exports = defineConfig({
2222
baseUrl: 'http://localhost:4400',
2323
specPattern: './src/integration/**/*.cy.{js,jsx,ts,tsx}',
2424
supportFile: './src/support/index.ts',
25+
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
26+
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
27+
injectDocumentDomain: true,
2528
},
2629
});

apps/elements/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "../../node_modules/nx/schemas/project-schema.json",
32
"name": "elements",
3+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"prefix": "app",
55
"projectType": "application",
66
"sourceRoot": "apps/elements/src",
@@ -117,7 +117,8 @@
117117
"executor": "@nx/angular:dev-server",
118118
"options": {
119119
"buildTarget": "elements:build"
120-
}
120+
},
121+
"continuous": true
121122
},
122123
"stylelint-check": {
123124
"executor": "./tools/executors/stylelint:check",

0 commit comments

Comments
 (0)