Skip to content

Commit 19a6cc4

Browse files
Bump the all-minor-patch group across 1 directory with 6 updates (#1605)
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 d41d16a commit 19a6cc4

File tree

37 files changed

+282
-269
lines changed

37 files changed

+282
-269
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.7.2` ↗︎](https://www.npmjs.com/package/@types/node/v/24.7.2) (from `^24.7.1`, in `dependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-hive/plugin-aws-sigv4': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@aws-sdk/client-sts@^3.908.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.908.0) (from `^3.907.0`, in `dependencies`)

e2e/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"start": "wrangler dev src/index.ts"
66
},
77
"devDependencies": {
8-
"@cloudflare/workers-types": "^4.20251008.0",
8+
"@cloudflare/workers-types": "^4.20251011.0",
99
"@graphql-hive/gateway-runtime": "workspace:*",
1010
"graphql": "^16.9.0",
1111
"wrangler": "^4.42.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.7.1",
8+
"@types/node": "^24.7.2",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"devDependencies": {
2222
"@tsconfig/node18": "^18.2.4",
2323
"@tsconfig/recommended": "^1.0.8",
24-
"@types/node": "^24.7.1",
25-
"pkgroll": "2.18.0",
24+
"@types/node": "^24.7.2",
25+
"pkgroll": "2.18.1",
2626
"typescript": "5.9.3"
2727
}
2828
}

internal/perf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@whatwg-node/promise-helpers": "^1.3.2",
88
"canvas": "^3.2.0",
9-
"chart.js": "^4.4.7",
9+
"chart.js": "^4.5.1",
1010
"chartjs-plugin-trendline": "^3.1.1",
1111
"parse-duration": "^2.0.0",
1212
"speedscope": "./speedscope-1.23.0-alpha.4.tgz",

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.7.1",
17+
"@types/node": "^24.7.2",
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: 1 addition & 1 deletion
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.7.1",
43+
"@types/node": "24.7.2",
4444
"@yarnpkg/cli": "4.10.3",
4545
"@yarnpkg/core": "4.4.4",
4646
"@yarnpkg/plugin-pack": "4.0.3",

packages/batch-delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@graphql-tools/schema": "^10.0.25",
4949
"graphql": "^16.9.0",
50-
"pkgroll": "2.18.0"
50+
"pkgroll": "2.18.1"
5151
},
5252
"sideEffects": false
5353
}

packages/batch-execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"graphql": "^16.9.0",
48-
"pkgroll": "2.18.0"
48+
"pkgroll": "2.18.1"
4949
},
5050
"sideEffects": false
5151
}

0 commit comments

Comments
 (0)