Skip to content

Commit

Permalink
fix(deps): update gateway dependencies (#8422)
Browse files Browse the repository at this point in the history
* fix(deps): update gateway dependencies

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Feb 24, 2025
1 parent 997cba4 commit 80c6751
Show file tree
Hide file tree
Showing 18 changed files with 455 additions and 553 deletions.
6 changes: 6 additions & 0 deletions .changeset/@graphql-mesh_plugin-hive-8422-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@graphql-mesh/plugin-hive": patch
---
dependencies updates:
- Updated dependency [`@graphql-hive/core@^0.9.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.9.0) (from `^0.8.3`, in `dependencies`)
- Updated dependency [`@graphql-hive/yoga@^0.40.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.40.0) (from `^0.39.2`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_transform-hive-8422-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transform-hive": patch
---
dependencies updates:
- Updated dependency [`@graphql-hive/core@^0.9.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.9.0) (from `^0.8.3`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/hive-example/sources/authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "^5.4.2"
},
"devDependencies": {
"@graphql-hive/cli": "0.45.0",
"@graphql-hive/cli": "0.48.3",
"@graphql-mesh/cli": "0.99.0",
"@graphql-mesh/openapi": "0.108.23",
"@types/node": "22.13.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/hive-example/sources/books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "^5.4.2"
},
"devDependencies": {
"@graphql-hive/cli": "0.45.0",
"@graphql-hive/cli": "0.48.3",
"@graphql-mesh/cli": "0.99.0",
"@graphql-mesh/openapi": "0.108.23",
"@types/node": "22.13.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/hive-example/my-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node --import tsx index.ts"
},
"dependencies": {
"@graphql-hive/cli": "0.45.0",
"@graphql-hive/cli": "0.48.3",
"graphql": "16.10.0",
"graphql-yoga": "^5.12.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/hive-example/my-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node --import tsx index.ts"
},
"dependencies": {
"@graphql-hive/cli": "0.45.0",
"@graphql-hive/cli": "0.48.3",
"@graphql-mesh/compose-cli": "workspace:*",
"@omnigraph/openapi": "workspace:*",
"fets": "0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/fusion/composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@graphql-hive/gateway-runtime": "^1.3.5",
"@graphql-mesh/fusion-runtime": "^0.10.11",
"@graphql-mesh/fusion-runtime": "^0.11.0",
"@types/minimatch": "5.1.2",
"@types/pluralize": "^0.0.33",
"graphql": "16.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.16",
"@graphql-tools/schema": "10.0.19",
"graphql": "16.10.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/encapsulate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.16",
"@graphql-tools/schema": "10.0.19",
"graphql": "16.10.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/hive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"graphql": "*"
},
"dependencies": {
"@graphql-hive/core": "^0.8.3",
"@graphql-hive/core": "^0.9.0",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/string-interpolation": "^0.5.8",
"@graphql-mesh/types": "^0.103.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/naming-convention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "^0.104.0",
"@graphql-tools/schema": "10.0.16",
"@graphql-tools/schema": "10.0.19",
"graphql": "16.10.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.104.0",
"@graphql-tools/schema": "10.0.16",
"@graphql-tools/schema": "10.0.19",
"graphql": "16.10.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.104.0",
"@graphql-tools/schema": "10.0.16",
"@graphql-tools/schema": "10.0.19",
"@graphql-tools/wrap": "^10.0.28",
"graphql": "16.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/rename/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.104.0",
"@graphql-tools/schema": "10.0.16",
"@graphql-tools/schema": "10.0.19",
"graphql": "16.10.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/replace-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.104.0",
"@graphql-tools/schema": "10.0.16",
"@graphql-tools/schema": "10.0.19",
"graphql": "16.10.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/thrift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"thrift": "^0.21.0"
},
"devDependencies": {
"@graphql-tools/utils": "10.7.2",
"@graphql-tools/utils": "10.8.2",
"graphql": "16.10.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/hive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"graphql": "*"
},
"dependencies": {
"@graphql-hive/core": "^0.8.3",
"@graphql-hive/yoga": "^0.39.2",
"@graphql-hive/core": "^0.9.0",
"@graphql-hive/yoga": "^0.40.0",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/string-interpolation": "^0.5.8",
"@graphql-mesh/types": "^0.103.19",
Expand Down
Loading

0 comments on commit 80c6751

Please sign in to comment.