Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/@graphql-hive_gateway-runtime-1590-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-hive/gateway-runtime': patch
---

dependencies updates:

- Updated dependency [`@types/node@^24.7.0` ↗︎](https://www.npmjs.com/package/@types/node/v/24.7.0) (from `^24.6.2`, in `dependencies`)
4 changes: 2 additions & 2 deletions e2e/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"start": "wrangler dev src/index.ts"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251003.0",
"@cloudflare/workers-types": "^4.20251004.0",
"@graphql-hive/gateway-runtime": "workspace:*",
"graphql": "^16.9.0",
"wrangler": "^4.41.0"
"wrangler": "^4.42.0"
}
}
2 changes: 1 addition & 1 deletion e2e/distributed-subscriptions-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"dependencies": {
"graphql": "^16.9.0",
"graphql-sse": "^2.5.3",
"ioredis": "^5.8.0"
"ioredis": "^5.8.1"
}
}
2 changes: 1 addition & 1 deletion internal/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@apollo/gateway": "^2.11.2",
"@types/dockerode": "^3.3.44",
"@types/node": "^24.6.2",
"@types/node": "^24.7.0",
"@whatwg-node/disposablestack": "^0.0.6",
"@whatwg-node/fetch": "^0.10.11",
"dockerode": "^4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion internal/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"glob": "^11.0.3",
"jscodeshift": "^17.1.1",
"tsx": "4.20.6",
"zod": "^4.1.11"
"zod": "^4.1.12"
}
}
4 changes: 2 additions & 2 deletions internal/heapsnapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@tsconfig/recommended": "^1.0.8",
"@types/node": "^24.6.2",
"pkgroll": "2.17.0",
"@types/node": "^24.7.0",
"pkgroll": "2.18.0",
"typescript": "5.9.3"
}
}
2 changes: 1 addition & 1 deletion internal/perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ws": "^8.18.3"
},
"devDependencies": {
"@types/k6": "^1.3.0",
"@types/k6": "^1.3.1",
"@types/ws": "^8.5.12"
}
}
2 changes: 1 addition & 1 deletion internal/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-hive/pubsub": "workspace:*",
"@graphql-mesh/types": "^0.104.13",
"@graphql-tools/utils": "^10.9.1",
"@types/node": "^24.6.2",
"@types/node": "^24.7.0",
"@whatwg-node/disposablestack": "^0.0.6",
"@whatwg-node/fetch": "^0.10.11",
"@whatwg-node/promise-helpers": "^1.3.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@changesets/cli": "patch:@changesets/cli@npm:2.27.9#~/.yarn/patches/@changesets-cli-npm-2.27.9-5df61a909e.patch",
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"@tsconfig/strictest": "2.0.6",
"@types/node": "24.6.2",
"@types/node": "24.7.0",
"@yarnpkg/cli": "4.10.3",
"@yarnpkg/core": "4.4.4",
"@yarnpkg/plugin-pack": "4.0.3",
"bun": "1.2.23",
"cross-env": "10.1.0",
"eslint": "9.36.0",
"eslint": "9.37.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.23.1",
"graphql": "16.11.0",
Expand All @@ -57,7 +57,7 @@
"ts-jest": "29.4.4",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"typescript-eslint": "8.45.0",
"typescript-eslint": "8.46.0",
"vite": "7.1.9",
"vite-tsconfig-paths": "patch:vite-tsconfig-paths@npm:5.1.3#~/.yarn/patches/vite-tsconfig-paths-npm-5.1.3-1736ca1872.patch",
"vitest": "3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@graphql-tools/schema": "^10.0.25",
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/batch-execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@types/lodash": "4.17.20",
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/executors/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/executors/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@types/ws": "^8.0.0",
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/executors/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"extract-files": "13.0.0",
"graphql": "^16.9.0",
"graphql-yoga": "^5.16.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/lodash": "4.17.20",
"graphql": "^16.9.0",
"graphql-federation-gateway-audit": "the-guild-org/graphql-federation-gateway-audit#main",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/fusion-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"change-case": "^5.4.4",
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"bun": "^1.2.23",
"graphql": "^16.9.0",
"parse-duration": "^2.0.0",
"pkgroll": "2.17.0",
"pkgroll": "2.18.0",
"postject": "^1.0.0-alpha.6",
"rimraf": "^6.0.1",
"rollup": "4.52.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"prepack": "yarn build"
},
"devDependencies": {
"get-tsconfig": "^4.10.1",
"get-tsconfig": "^4.11.0",
"glob": "^11.0.3",
"pkgroll": "2.17.0",
"pkgroll": "2.18.0",
"sucrase": "^3.35.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@whatwg-node/promise-helpers": "^1.3.2",
"fast-safe-stringify": "^2.1.1",
"pino": "^9.13.0",
"pkgroll": "2.17.0",
"pkgroll": "2.18.0",
"quick-format-unescaped": "^4.0.4",
"winston": "^3.18.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"fastify": "5.6.1",
"file-type": "^21.0.0",
"graphql": "^16.9.0",
"pkgroll": "2.17.0",
"pkgroll": "2.18.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"supertest": "7.1.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/aws-sigv4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/aws4": "^1.11.6",
"graphql": "^16.9.0",
"graphql-yoga": "^5.16.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/plugins/deduplicate-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@graphql-mesh/types": "^0.104.13",
"@whatwg-node/fetch": "^0.10.11",
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/plugins/hmac-upstream-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@graphql-hive/gateway-runtime": "workspace:*",
"graphql": "^16.9.0",
"graphql-yoga": "^5.16.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/plugins/jwt-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"graphql": "^16.10.0",
"graphql-yoga": "^5.16.0",
"jsonwebtoken": "9.0.2",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/plugins/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@whatwg-node/server": "^0.10.0",
"graphql": "^16.9.0",
"graphql-yoga": "^5.16.0",
"pkgroll": "2.17.0",
"pkgroll": "2.18.0",
"rimraf": "^6.0.1",
"rollup": "^4.52.4",
"tsx": "^4.20.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"graphql": "^16.9.0",
"graphql-yoga": "^5.16.0",
"pkgroll": "2.17.0",
"pkgroll": "2.18.0",
"prom-client": "15.1.3"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"devDependencies": {
"@nats-io/nats-core": "^3.2.0",
"@nats-io/transport-node": "^3.2.0",
"ioredis": "^5.8.0",
"pkgroll": "2.17.0"
"ioredis": "^5.8.1",
"pkgroll": "2.18.0"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@graphql-yoga/plugin-csrf-prevention": "^3.16.0",
"@graphql-yoga/plugin-defer-stream": "^3.16.0",
"@graphql-yoga/plugin-persisted-operations": "^3.16.0",
"@types/node": "^24.6.2",
"@types/node": "^24.7.0",
"@whatwg-node/disposablestack": "^0.0.6",
"@whatwg-node/promise-helpers": "^1.3.2",
"@whatwg-node/server": "^0.10.12",
Expand All @@ -95,7 +95,7 @@
"graphql": "^16.9.0",
"graphql-sse": "^2.5.3",
"html-minifier-terser": "7.2.0",
"pkgroll": "2.17.0",
"pkgroll": "2.18.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tsx": "4.20.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepack": "yarn build"
},
"devDependencies": {
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/stitch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@graphql-tools/mock": "^9.0.25",
"dataloader": "^2.2.3",
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/stitching-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@graphql-tools/schema": "^10.0.25",
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/transports/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/utils": "^0.104.13",
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/transports/http-callback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/transports/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/transports/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@types/ws": "^8",
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/wrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@graphql-tools/mock": "^9.0.25",
"graphql": "^16.9.0",
"pkgroll": "2.17.0"
"pkgroll": "2.18.0"
},
"sideEffects": false
}
Loading
Loading