Skip to content

Commit 8028028

Browse files
Update Yarn and Hive Console SDK (#1951)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 584a293 commit 8028028

File tree

6 files changed

+313
-315
lines changed

6 files changed

+313
-315
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-hive/gateway-runtime': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-hive/yoga@^0.47.3` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.47.3) (from `^0.47.0`, in `dependencies`)
Lines changed: 300 additions & 300 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ npmPublishRegistry: 'https://registry.npmjs.org'
99
plugins:
1010
- ./.yarn/custom-plugins/snapshot-no-semver-range.cjs
1111

12-
yarnPath: .yarn/releases/yarn-4.10.3.cjs
12+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"internal/*",
1111
"e2e/*"
1212
],
13-
"packageManager": "yarn@4.10.3",
13+
"packageManager": "yarn@4.12.0",
1414
"scripts": {
1515
"bench": "vitest bench --project bench",
1616
"build": "yarn workspaces foreach -A -p run build",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@graphql-hive/logger": "workspace:^",
5454
"@graphql-hive/pubsub": "workspace:^",
5555
"@graphql-hive/signal": "workspace:^",
56-
"@graphql-hive/yoga": "^0.47.0",
56+
"@graphql-hive/yoga": "^0.47.3",
5757
"@graphql-mesh/cross-helpers": "^0.4.10",
5858
"@graphql-mesh/fusion-runtime": "workspace:^",
5959
"@graphql-mesh/hmac-upstream-signature": "workspace:^",

yarn.lock

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4145,7 +4145,7 @@ __metadata:
41454145
"@graphql-hive/logger": "workspace:^"
41464146
"@graphql-hive/pubsub": "workspace:^"
41474147
"@graphql-hive/signal": "workspace:^"
4148-
"@graphql-hive/yoga": "npm:^0.47.0"
4148+
"@graphql-hive/yoga": "npm:^0.47.3"
41494149
"@graphql-mesh/cross-helpers": "npm:^0.4.10"
41504150
"@graphql-mesh/fusion-composition": "npm:^0.8.20"
41514151
"@graphql-mesh/fusion-runtime": "workspace:^"
@@ -4512,7 +4512,7 @@ __metadata:
45124512
languageName: unknown
45134513
linkType: soft
45144514

4515-
"@graphql-hive/yoga@npm:^0.47.0":
4515+
"@graphql-hive/yoga@npm:^0.47.3":
45164516
version: 0.47.3
45174517
resolution: "@graphql-hive/yoga@npm:0.47.3"
45184518
dependencies:
@@ -9738,16 +9738,7 @@ __metadata:
97389738
languageName: node
97399739
linkType: hard
97409740

9741-
"@types/node@npm:*, @types/node@npm:>=13.7.0, @types/node@npm:^25.0.0":
9742-
version: 25.2.2
9743-
resolution: "@types/node@npm:25.2.2"
9744-
dependencies:
9745-
undici-types: "npm:~7.16.0"
9746-
checksum: 10c0/45aa45b00df0aac4712c2d6e934a6ed21ac54e0284dd726df1c7620b8c7d36a4fb601b9f8fe1d2951298d1ee7618cf8275688e329c295eb36e8b8fa827a8e334
9747-
languageName: node
9748-
linkType: hard
9749-
9750-
"@types/node@npm:25.2.3":
9741+
"@types/node@npm:*, @types/node@npm:25.2.3, @types/node@npm:>=13.7.0, @types/node@npm:^25.0.0":
97519742
version: 25.2.3
97529743
resolution: "@types/node@npm:25.2.3"
97539744
dependencies:

0 commit comments

Comments
 (0)