Skip to content

Commit 0154ea9

Browse files
committed
fix from review
1 parent bad695e commit 0154ea9

File tree

5 files changed

+27
-10
lines changed

5 files changed

+27
-10
lines changed

.changeset/cold-bags-confess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'@graphql-hive/gateway-runtime': minor
33
---
44

5-
## New Hive CDN mirror and circuit breaker
5+
New Hive CDN mirror and circuit breaker
66

77
Hive CDN introduced a new CDN mirror and circuit breaker to mitigate the risk related to Cloudflare
88
services failures.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"vitest": "3.2.4"
6464
},
6565
"resolutions": {
66-
"@graphql-hive/core": "0.16.0-alpha-20251126142740-d265dc6d6d73bf62ec597dbe41409f466b9d9874",
6766
"@graphql-mesh/types": "0.104.13",
6867
"@graphql-mesh/utils": "0.104.13",
6968
"@graphql-tools/delegate": "workspace:^",

packages/plugins/opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"graphql": "^15.9.0 || ^16.9.0"
6363
},
6464
"dependencies": {
65-
"@graphql-hive/core": "^0.15.1",
65+
"@graphql-hive/core": "^0.18.0",
6666
"@graphql-hive/gateway-runtime": "workspace:^",
6767
"@graphql-hive/logger": "workspace:^",
6868
"@graphql-mesh/cross-helpers": "^0.4.10",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@envelop/disable-introspection": "^9.0.0",
5050
"@envelop/generic-auth": "^11.0.0",
5151
"@envelop/instrumentation": "^1.0.0",
52-
"@graphql-hive/core": "^0.15.1",
52+
"@graphql-hive/core": "^0.18.0",
5353
"@graphql-hive/logger": "workspace:^",
5454
"@graphql-hive/pubsub": "workspace:^",
5555
"@graphql-hive/signal": "workspace:^",

yarn.lock

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4138,9 +4138,27 @@ __metadata:
41384138
languageName: node
41394139
linkType: hard
41404140

4141-
"@graphql-hive/core@npm:0.16.0-alpha-20251126142740-d265dc6d6d73bf62ec597dbe41409f466b9d9874":
4142-
version: 0.16.0-alpha-20251126142740-d265dc6d6d73bf62ec597dbe41409f466b9d9874
4143-
resolution: "@graphql-hive/core@npm:0.16.0-alpha-20251126142740-d265dc6d6d73bf62ec597dbe41409f466b9d9874"
4141+
"@graphql-hive/core@npm:0.15.1":
4142+
version: 0.15.1
4143+
resolution: "@graphql-hive/core@npm:0.15.1"
4144+
dependencies:
4145+
"@graphql-hive/signal": "npm:^2.0.0"
4146+
"@graphql-tools/utils": "npm:^10.0.0"
4147+
"@whatwg-node/fetch": "npm:^0.10.13"
4148+
async-retry: "npm:^1.3.3"
4149+
events: "npm:^3.3.0"
4150+
js-md5: "npm:0.8.3"
4151+
lodash.sortby: "npm:^4.7.0"
4152+
tiny-lru: "npm:^8.0.2"
4153+
peerDependencies:
4154+
graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
4155+
checksum: 10c0/53db4014cc7517c55050f71b7aafa32c157f8c11036ba96f9a03f736dd0a7ea859af7ca2ae2f53471e188856d227d92c362766eaa9347e485134036f63a88912
4156+
languageName: node
4157+
linkType: hard
4158+
4159+
"@graphql-hive/core@npm:^0.18.0":
4160+
version: 0.18.0
4161+
resolution: "@graphql-hive/core@npm:0.18.0"
41444162
dependencies:
41454163
"@graphql-hive/logger": "npm:^1.0.9"
41464164
"@graphql-hive/signal": "npm:^2.0.0"
@@ -4153,7 +4171,7 @@ __metadata:
41534171
tiny-lru: "npm:^8.0.2"
41544172
peerDependencies:
41554173
graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
4156-
checksum: 10c0/39b158298fca88d95cb4eee8284c9d5386793f39e64e533927caf888c1446c3bc81db2283d233787040f4b047ca139f9bc402f4a8d23605190fb860a1ea16dbe
4174+
checksum: 10c0/e693a59e2dbdf10a1e90bd3ab4468b09648ac9ea5de17d0549b42267a96b159c166694c0ac83951fc6967574212a4903bf4e802ebe1f7d51b43d3045893db583
41574175
languageName: node
41584176
linkType: hard
41594177

@@ -4166,7 +4184,7 @@ __metadata:
41664184
"@envelop/disable-introspection": "npm:^9.0.0"
41674185
"@envelop/generic-auth": "npm:^11.0.0"
41684186
"@envelop/instrumentation": "npm:^1.0.0"
4169-
"@graphql-hive/core": "npm:^0.15.1"
4187+
"@graphql-hive/core": "npm:^0.18.0"
41704188
"@graphql-hive/logger": "workspace:^"
41714189
"@graphql-hive/pubsub": "workspace:^"
41724190
"@graphql-hive/signal": "workspace:^"
@@ -4428,7 +4446,7 @@ __metadata:
44284446
version: 0.0.0-use.local
44294447
resolution: "@graphql-hive/plugin-opentelemetry@workspace:packages/plugins/opentelemetry"
44304448
dependencies:
4431-
"@graphql-hive/core": "npm:^0.15.1"
4449+
"@graphql-hive/core": "npm:^0.18.0"
44324450
"@graphql-hive/gateway-runtime": "workspace:^"
44334451
"@graphql-hive/logger": "workspace:^"
44344452
"@graphql-mesh/cross-helpers": "npm:^0.4.10"

0 commit comments

Comments
 (0)