Skip to content

Commit

Permalink
Update dependencies (#8325)
Browse files Browse the repository at this point in the history
* Update dependencies

* chore(dependencies): updated changesets for modified dependencies

* Run only if master

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ardatan and github-actions[bot] authored Jan 23, 2025
1 parent 1455b78 commit 5180b06
Show file tree
Hide file tree
Showing 66 changed files with 280 additions and 276 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_runtime-8325-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/runtime": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/wrap@^10.0.28` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/10.0.28) (from `^10.0.12`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transform-encapsulate": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/wrap@^10.0.28` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/10.0.28) (from `^10.0.12`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transform-filter-schema": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/wrap@^10.0.28` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/10.0.28) (from `^10.0.12`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transform-hoist-field": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/wrap@^10.0.28` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/10.0.28) (from `^10.0.12`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transform-naming-convention": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/wrap@^10.0.28` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/10.0.28) (from `^10.0.12`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transform-prefix": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/wrap@^10.0.28` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/10.0.28) (from `^10.0.12`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transform-rename": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/wrap@^10.0.28` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/10.0.28) (from `^10.0.12`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_utils-8325-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/utils": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/wrap@^10.0.28` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/10.0.28) (from `^10.0.18`, in `dependencies`)
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ env:

jobs:
dependencies:
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
if:
${{ github.event.pull_request.title != 'Upcoming Release Changes' && github.base_ref ==
'master' }}
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yml@v1
with:
node-version-file: .node-version
Expand Down
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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.0",
"graphql-yoga": "5.10.10"
}
Expand Down
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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"fets": "^0.8.1"
}
}
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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"@graphql-tools/schema": "^10.0.6",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"@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/grpc-multiple/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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"@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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"@graphql-tools/schema": "^10.0.6",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"fets": "^0.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"fets": "0.8.4",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.0",
"moment": "2.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/openapi-hateoas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/openapi-hateoas",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.4.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"fets": "^0.8.0",
"graphql": "16.10.0",
"graphql-sse": "^2.5.3",
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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"fets": "^0.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"@omnigraph/thrift": "^0.8.11",
"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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "16.10.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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"graphql": "^16.9.0",
"graphql-yoga": "^5.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/type-merging-with-transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e/type-merging-with-transforms",
"private": true,
"dependencies": {
"@graphql-hive/gateway": "^1.5.8",
"@graphql-hive/gateway": "^1.8.0",
"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.5.8",
"@graphql-hive/gateway": "^1.8.0",
"@types/dockerode": "^3.3.28",
"dockerode": "^4.0.2",
"glob": "^11.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "node bundle.js"
},
"dependencies": {
"@graphql-hive/gateway": "1.7.8",
"@graphql-hive/gateway": "^1.8.0",
"@graphql-yoga/plugin-apollo-inline-trace": "3.10.10",
"concurrently": "9.1.2",
"graphql": "16.10.0",
Expand Down
Loading

0 comments on commit 5180b06

Please sign in to comment.