Skip to content

Commit

Permalink
Bump Hive GW (#7875)
Browse files Browse the repository at this point in the history
* Bump Hive GW

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ardatan and github-actions[bot] authored Nov 2, 2024
1 parent 820ebe6 commit bc81857
Show file tree
Hide file tree
Showing 59 changed files with 255 additions and 154 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-opentelemetry": patch
---
dependencies updates:
- Updated dependency [`@graphql-hive/gateway@^1.4.8` ↗︎](https://www.npmjs.com/package/@graphql-hive/gateway/v/1.4.8) (from `^1.4.1`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-operation-headers": patch
---
dependencies updates:
- Updated dependency [`@graphql-hive/gateway@^1.4.8` ↗︎](https://www.npmjs.com/package/@graphql-hive/gateway/v/1.4.8) (from `^1.4.1`, in `peerDependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-prometheus": patch
---
dependencies updates:
- Updated dependency [`@graphql-hive/gateway@^1.4.8` ↗︎](https://www.npmjs.com/package/@graphql-hive/gateway/v/1.4.8) (from `^1.4.1`, in `dependencies`)
2 changes: 1 addition & 1 deletion e2e/auto-type-merging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/auto-type-merging",
"private": true,
"devDependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "^16.9.0",
"graphql-yoga": "^5.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/cjs-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "commonjs",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/compose-to-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/esm-config-in-cjs-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "commonjs",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/esm-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/extra-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0",
"graphql-yoga": "5.8.0"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/federation-batching-plan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "^16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/federation-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"devDependencies": {
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"@graphql-hive/gateway": "^1.4.1"
"@graphql-hive/gateway": "^1.4.8"
}
}
2 changes: 1 addition & 1 deletion e2e/federation-mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"fets": "^0.8.1"
}
}
2 changes: 1 addition & 1 deletion e2e/federation-subscriptions-passthrough/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"@repeaterjs/repeater": "^3.0.6",
"@types/express": "^5.0.0",
"@types/ws": "^8",
Expand Down
2 changes: 1 addition & 1 deletion e2e/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"@graphql-tools/schema": "^10.0.6",
"graphql": "16.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"@graphql-mesh/compose-cli": "workspace:*",
"@grpc/grpc-js": "^1.12.2",
"@grpc/proto-loader": "^0.7.13",
Expand Down
2 changes: 1 addition & 1 deletion e2e/hoist-and-prefix-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"@graphql-tools/schema": "^10.0.6",
"graphql": "16.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/js-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/json-schema-subscriptions",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"fets": "^0.8.0",
"graphql": "16.9.0",
"graphql-sse": "^2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion e2e/logs-to-stderr-results-to-stdout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/manual-transport-def/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"fets": "0.8.3",
"graphql": "16.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/mysql-employees/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/mysql-employees",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "^16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/mysql-rfam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/mysql-rfam",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/neo4j-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "^16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/odata-trippin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "^16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/openapi-additional-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/openapi-additional-resolvers",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0",
"moment": "2.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/openapi-arg-rename/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/openapi-arg-rename",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0",
"moment": "2.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/openapi-javascript-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/openapi-javascript-wiki",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0",
"moment": "2.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/openapi-min-length/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/openapi-min-length",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0",
"moment": "2.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/openapi-naming-convention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/openapi-naming-convention",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0",
"moment": "2.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/openapi-prune/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/openapi-prune",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0",
"moment": "2.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/openapi-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/openapi-subscriptions",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"fets": "^0.8.0",
"graphql": "16.9.0",
"graphql-sse": "^2.5.3",
Expand Down
2 changes: 1 addition & 1 deletion e2e/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "^16.8.1",
"graphql-yoga": "^5.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/programmatic-batching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/programmatic-batching-example",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"fets": "^0.8.0",
"graphql": "16.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/soap-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/soap-demo",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "^16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/sqlite-chinook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/sqlite-chinook",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "^16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/supergraph-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "^16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/thrift-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@creditkarma/thrift-server-core": "^1.0.4",
"@creditkarma/thrift-server-express": "^1.0.4",
"@creditkarma/thrift-typescript": "^3.7.6",
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"@omnigraph/thrift": "^0.7.13",
"express": "^4.18.2",
"graphql": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/top-level-await/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/type-merging-batching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/type-merging-batching",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"graphql": "^16.9.0",
"graphql-yoga": "^5.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@apollo/gateway": "^2.8.3",
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"@types/dockerode": "^3.3.28",
"dockerode": "^4.0.2",
"glob": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/auth0": "^6.0.0",
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"@graphql-mesh/compose-cli": "^1.1.6",
"@graphql-mesh/plugin-operation-field-permissions": "^0.102.11",
"@omnigraph/json-schema": "^0.107.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/hive-example/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"gateway:start": "yarn mesh-serve supergraph"
},
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"dotenv": "^16.4.5",
"graphql": "16.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-breweries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "wrangler dev"
},
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"@graphql-mesh/cache-cfw-kv": "^0.102.11",
"@graphql-mesh/cache-localforage": "^0.102.11",
"@graphql-mesh/compose-cli": "^1.1.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-spacex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@envelop/depth-limit": "^4.0.0",
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"@graphql-mesh/cache-cfw-kv": "^0.102.11",
"@graphql-mesh/plugin-rate-limit": "^0.102.11",
"@graphql-mesh/plugin-response-cache": "^0.102.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-hive/gateway": "^1.4.1",
"@graphql-hive/gateway": "^1.4.8",
"@graphql-mesh/compose-cli": "^1.1.6",
"@omnigraph/openapi": "^0.107.5",
"fastify": "^5.0.0",
Expand Down
Loading

0 comments on commit bc81857

Please sign in to comment.