Skip to content

Commit d2b3dff

Browse files
Bump the all-minor-patch group with 8 updates (#1617)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 20f7a50 commit d2b3dff

File tree

10 files changed

+192
-178
lines changed

10 files changed

+192
-178
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-hive/gateway-runtime': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@types/node@^24.9.1` ↗︎](https://www.npmjs.com/package/@types/node/v/24.9.1) (from `^24.8.1`, in `dependencies`)

e2e/cloudflare-workers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"start": "wrangler dev src/index.ts"
66
},
77
"devDependencies": {
8-
"@cloudflare/workers-types": "^4.20251011.0",
8+
"@cloudflare/workers-types": "^4.20251014.0",
99
"@graphql-hive/gateway-runtime": "workspace:*",
1010
"graphql": "^16.9.0",
11-
"wrangler": "^4.43.0"
11+
"wrangler": "^4.44.0"
1212
}
1313
}

e2e/nestjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"private": true,
66
"dependencies": {
77
"@graphql-hive/nestjs": "workspace:^",
8-
"@nestjs/common": "^11.1.6",
9-
"@nestjs/core": "^11.1.6",
8+
"@nestjs/common": "^11.1.7",
9+
"@nestjs/core": "^11.1.7",
1010
"@nestjs/graphql": "^13.2.0",
11-
"@nestjs/platform-express": "^11.1.6",
11+
"@nestjs/platform-express": "^11.1.7",
1212
"file-type": "^21.0.0",
1313
"graphql": "^16.10.0",
1414
"reflect-metadata": "^0.2.2",

internal/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@apollo/gateway": "^2.11.3",
77
"@types/dockerode": "^3.3.44",
8-
"@types/node": "^24.8.1",
8+
"@types/node": "^24.9.1",
99
"@whatwg-node/disposablestack": "^0.0.6",
1010
"@whatwg-node/fetch": "^0.10.11",
1111
"dockerode": "^4.0.9",

internal/heapsnapshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@tsconfig/node18": "^18.2.4",
2323
"@tsconfig/recommended": "^1.0.8",
24-
"@types/node": "^24.8.1",
24+
"@types/node": "^24.9.1",
2525
"pkgroll": "2.20.1",
2626
"typescript": "5.9.3"
2727
}

internal/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-hive/pubsub": "workspace:*",
1515
"@graphql-mesh/types": "^0.104.13",
1616
"@graphql-tools/utils": "^10.9.1",
17-
"@types/node": "^24.8.1",
17+
"@types/node": "^24.9.1",
1818
"@whatwg-node/disposablestack": "^0.0.6",
1919
"@whatwg-node/fetch": "^0.10.11",
2020
"@whatwg-node/promise-helpers": "^1.3.2",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@changesets/cli": "patch:@changesets/cli@npm:2.27.9#~/.yarn/patches/@changesets-cli-npm-2.27.9-5df61a909e.patch",
4141
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
4242
"@tsconfig/strictest": "2.0.6",
43-
"@types/node": "24.8.1",
43+
"@types/node": "24.9.1",
4444
"@yarnpkg/cli": "4.10.3",
4545
"@yarnpkg/core": "4.4.4",
4646
"@yarnpkg/plugin-pack": "4.0.3",
@@ -57,7 +57,7 @@
5757
"ts-jest": "29.4.5",
5858
"ts-node": "10.9.2",
5959
"typescript": "5.9.3",
60-
"typescript-eslint": "8.46.1",
60+
"typescript-eslint": "8.46.2",
6161
"vite": "7.1.11",
6262
"vite-tsconfig-paths": "patch:vite-tsconfig-paths@npm:5.1.3#~/.yarn/patches/vite-tsconfig-paths-npm-5.1.3-1736ca1872.patch",
6363
"vitest": "3.2.4"

packages/nestjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"tslib": "^2.8.1"
5454
},
5555
"devDependencies": {
56-
"@nestjs/common": "11.1.6",
57-
"@nestjs/core": "11.1.6",
56+
"@nestjs/common": "11.1.7",
57+
"@nestjs/core": "11.1.7",
5858
"@nestjs/graphql": "13.2.0",
59-
"@nestjs/testing": "11.1.6",
59+
"@nestjs/testing": "11.1.7",
6060
"@types/supertest": "6.0.3",
6161
"fastify": "5.6.1",
6262
"file-type": "^21.0.0",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@graphql-yoga/plugin-csrf-prevention": "^3.16.0",
7474
"@graphql-yoga/plugin-defer-stream": "^3.16.0",
7575
"@graphql-yoga/plugin-persisted-operations": "^3.16.0",
76-
"@types/node": "^24.8.1",
76+
"@types/node": "^24.9.1",
7777
"@whatwg-node/disposablestack": "^0.0.6",
7878
"@whatwg-node/promise-helpers": "^1.3.2",
7979
"@whatwg-node/server": "^0.10.13",

0 commit comments

Comments
 (0)