Skip to content

Commit bf2b6a0

Browse files
renovate[bot]github-actions[bot]ardatan
authored
fix(deps): update gateway dependencies (#9007)
* fix(deps): update gateway dependencies * chore(dependencies): updated changesets for modified dependencies * Fixes * 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> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 774985f commit bf2b6a0

File tree

9 files changed

+1036
-532
lines changed

9 files changed

+1036
-532
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@graphql-mesh/plugin-hive": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-hive/core@^0.15.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.15.1) (from `^0.13.0`, in `dependencies`)
6+
- Updated dependency [`@graphql-hive/yoga@^0.43.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.43.1) (from `^0.42.0`, in `dependencies`)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-mesh/transform-hive": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-hive/core@^0.15.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.15.0) (from `^0.13.0`, in `dependencies`)

examples/hive-example/sources/authors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typescript": "^5.4.2"
1414
},
1515
"devDependencies": {
16-
"@graphql-hive/cli": "0.53.2",
16+
"@graphql-hive/cli": "0.53.4",
1717
"@graphql-mesh/cli": "0.100.19",
1818
"@graphql-mesh/openapi": "0.109.24",
1919
"@types/node": "^24.4.0",

examples/hive-example/sources/books/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typescript": "^5.4.2"
1414
},
1515
"devDependencies": {
16-
"@graphql-hive/cli": "0.53.2",
16+
"@graphql-hive/cli": "0.53.4",
1717
"@graphql-mesh/cli": "0.100.19",
1818
"@graphql-mesh/openapi": "0.109.24",
1919
"@types/node": "^24.4.0",

examples/v1-next/hive-example/my-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "node --import tsx index.ts"
77
},
88
"dependencies": {
9-
"@graphql-hive/cli": "0.53.2",
9+
"@graphql-hive/cli": "0.53.4",
1010
"graphql": "16.12.0",
1111
"graphql-yoga": "^5.13.4"
1212
}

examples/v1-next/hive-example/my-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "node --import tsx index.ts"
88
},
99
"dependencies": {
10-
"@graphql-hive/cli": "0.53.2",
10+
"@graphql-hive/cli": "0.53.4",
1111
"@graphql-mesh/compose-cli": "workspace:*",
1212
"@omnigraph/openapi": "workspace:*",
1313
"fets": "0.8.5",

packages/legacy/transforms/hive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"graphql": "*"
3636
},
3737
"dependencies": {
38-
"@graphql-hive/core": "^0.13.0",
38+
"@graphql-hive/core": "^0.15.0",
3939
"@graphql-mesh/cross-helpers": "^0.4.10",
4040
"@graphql-mesh/string-interpolation": "^0.5.9",
4141
"@graphql-mesh/types": "^0.104.16",

packages/plugins/hive/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"graphql": "*"
3636
},
3737
"dependencies": {
38-
"@graphql-hive/core": "^0.13.0",
39-
"@graphql-hive/yoga": "^0.42.0",
38+
"@graphql-hive/core": "^0.15.1",
39+
"@graphql-hive/yoga": "^0.43.1",
4040
"@graphql-mesh/cross-helpers": "^0.4.10",
4141
"@graphql-mesh/string-interpolation": "^0.5.9",
4242
"@graphql-mesh/types": "^0.104.16",

0 commit comments

Comments
 (0)