Skip to content

Commit b23fbd4

Browse files
fix(deps): update dependency @graphql-hive/cli to v0.50.5 (#8829)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7ed405 commit b23fbd4

File tree

5 files changed

+23
-116
lines changed

5 files changed

+23
-116
lines changed

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.50.4",
16+
"@graphql-hive/cli": "0.50.5",
1717
"@graphql-mesh/cli": "0.100.14",
1818
"@graphql-mesh/openapi": "0.109.20",
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.50.4",
16+
"@graphql-hive/cli": "0.50.5",
1717
"@graphql-mesh/cli": "0.100.14",
1818
"@graphql-mesh/openapi": "0.109.20",
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.50.4",
9+
"@graphql-hive/cli": "0.50.5",
1010
"graphql": "16.11.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.50.4",
10+
"@graphql-hive/cli": "0.50.5",
1111
"@graphql-mesh/compose-cli": "workspace:*",
1212
"@omnigraph/openapi": "workspace:*",
1313
"fets": "0.8.5",

yarn.lock

Lines changed: 19 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -5147,7 +5147,7 @@ __metadata:
51475147
version: 0.0.0-use.local
51485148
resolution: "@examples-v1-next/hive-example-my-graphql@workspace:examples/v1-next/hive-example/my-graphql"
51495149
dependencies:
5150-
"@graphql-hive/cli": "npm:0.50.4"
5150+
"@graphql-hive/cli": "npm:0.50.5"
51515151
graphql: "npm:16.11.0"
51525152
graphql-yoga: "npm:^5.13.4"
51535153
languageName: unknown
@@ -5157,7 +5157,7 @@ __metadata:
51575157
version: 0.0.0-use.local
51585158
resolution: "@examples-v1-next/hive-example-my-rest@workspace:examples/v1-next/hive-example/my-rest"
51595159
dependencies:
5160-
"@graphql-hive/cli": "npm:0.50.4"
5160+
"@graphql-hive/cli": "npm:0.50.5"
51615161
"@graphql-mesh/compose-cli": "workspace:*"
51625162
"@omnigraph/openapi": "workspace:*"
51635163
fets: "npm:0.8.5"
@@ -5509,7 +5509,7 @@ __metadata:
55095509
version: 0.0.0-use.local
55105510
resolution: "@examples/hive-example-sources-authors@workspace:examples/hive-example/sources/authors"
55115511
dependencies:
5512-
"@graphql-hive/cli": "npm:0.50.4"
5512+
"@graphql-hive/cli": "npm:0.50.5"
55135513
"@graphql-mesh/cli": "npm:0.100.14"
55145514
"@graphql-mesh/openapi": "npm:0.109.20"
55155515
"@types/node": "npm:^24.4.0"
@@ -5524,7 +5524,7 @@ __metadata:
55245524
version: 0.0.0-use.local
55255525
resolution: "@examples/hive-example-sources-books@workspace:examples/hive-example/sources/books"
55265526
dependencies:
5527-
"@graphql-hive/cli": "npm:0.50.4"
5527+
"@graphql-hive/cli": "npm:0.50.5"
55285528
"@graphql-mesh/cli": "npm:0.100.14"
55295529
"@graphql-mesh/openapi": "npm:0.109.20"
55305530
"@types/node": "npm:^24.4.0"
@@ -6495,32 +6495,32 @@ __metadata:
64956495
languageName: node
64966496
linkType: hard
64976497

6498-
"@graphql-hive/cli@npm:0.50.4":
6499-
version: 0.50.4
6500-
resolution: "@graphql-hive/cli@npm:0.50.4"
6498+
"@graphql-hive/cli@npm:0.50.5":
6499+
version: 0.50.5
6500+
resolution: "@graphql-hive/cli@npm:0.50.5"
65016501
dependencies:
65026502
"@graphql-hive/core": "npm:0.13.0"
65036503
"@graphql-inspector/core": "npm:5.1.0-alpha-20231208113249-34700c8a"
65046504
"@graphql-tools/code-file-loader": "npm:~8.1.0"
6505-
"@graphql-tools/graphql-file-loader": "npm:~8.0.0"
6505+
"@graphql-tools/graphql-file-loader": "npm:~8.1.0"
65066506
"@graphql-tools/json-file-loader": "npm:~8.0.0"
6507-
"@graphql-tools/load": "npm:~8.0.0"
6507+
"@graphql-tools/load": "npm:~8.1.0"
65086508
"@graphql-tools/url-loader": "npm:~8.0.0"
6509-
"@graphql-tools/utils": "npm:10.8.6"
6509+
"@graphql-tools/utils": "npm:10.9.1"
65106510
"@graphql-typed-document-node/core": "npm:3.2.0"
65116511
"@oclif/core": "npm:^3.26.6"
65126512
"@oclif/plugin-help": "npm:6.0.22"
65136513
"@oclif/plugin-update": "npm:4.2.13"
6514-
"@theguild/federation-composition": "npm:0.19.0"
6514+
"@theguild/federation-composition": "npm:0.20.1"
65156515
colors: "npm:1.4.0"
65166516
env-ci: "npm:7.3.0"
65176517
graphql: "npm:^16.8.1"
65186518
graphql-tag: "npm:2.12.6"
65196519
tslib: "npm:2.8.1"
6520-
zod: "npm:3.24.1"
6520+
zod: "npm:3.25.76"
65216521
bin:
65226522
hive: bin/run
6523-
checksum: 10c0/4fbbcb8d5598eb9448f34951c81d4e7366932add6d9f2b5a11c4b9164471cf60c7a16d3aee482c7c2770035c4ebb4ec146e6925b54a729fae38f60924b048263
6523+
checksum: 10c0/08bc014c5b7575d4cd152a7b3a1a8665be0ab2bdf8b393c8ed46732c7c281c4c502695a697bf3a9c4ec18cfab588b721ea734af4bf8941c39c3cf57fae5628dc
65246524
languageName: node
65256525
linkType: hard
65266526

@@ -8751,7 +8751,7 @@ __metadata:
87518751
languageName: node
87528752
linkType: hard
87538753

8754-
"@graphql-tools/graphql-file-loader@npm:^8.0.0, @graphql-tools/graphql-file-loader@npm:^8.0.1, @graphql-tools/graphql-file-loader@npm:^8.0.5, @graphql-tools/graphql-file-loader@npm:^8.1.2":
8754+
"@graphql-tools/graphql-file-loader@npm:^8.0.0, @graphql-tools/graphql-file-loader@npm:^8.0.1, @graphql-tools/graphql-file-loader@npm:^8.0.5, @graphql-tools/graphql-file-loader@npm:^8.1.2, @graphql-tools/graphql-file-loader@npm:~8.1.0":
87558755
version: 8.1.2
87568756
resolution: "@graphql-tools/graphql-file-loader@npm:8.1.2"
87578757
dependencies:
@@ -8766,21 +8766,6 @@ __metadata:
87668766
languageName: node
87678767
linkType: hard
87688768

8769-
"@graphql-tools/graphql-file-loader@npm:~8.0.0":
8770-
version: 8.0.22
8771-
resolution: "@graphql-tools/graphql-file-loader@npm:8.0.22"
8772-
dependencies:
8773-
"@graphql-tools/import": "npm:7.0.21"
8774-
"@graphql-tools/utils": "npm:^10.9.1"
8775-
globby: "npm:^11.0.3"
8776-
tslib: "npm:^2.4.0"
8777-
unixify: "npm:^1.0.0"
8778-
peerDependencies:
8779-
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
8780-
checksum: 10c0/b1faf6c34089cc5e1e0da1b934ca05842ebcdba3157d3844170aa0cd42e35d7b442640464e31984bd0fcf4a9b8f6f3c5529c0a17a1eba76461a902f3f6d71931
8781-
languageName: node
8782-
linkType: hard
8783-
87848769
"@graphql-tools/graphql-tag-pluck@npm:8.3.21, @graphql-tools/graphql-tag-pluck@npm:^8.3.21":
87858770
version: 8.3.21
87868771
resolution: "@graphql-tools/graphql-tag-pluck@npm:8.3.21"
@@ -8810,20 +8795,6 @@ __metadata:
88108795
languageName: node
88118796
linkType: hard
88128797

8813-
"@graphql-tools/import@npm:7.0.21":
8814-
version: 7.0.21
8815-
resolution: "@graphql-tools/import@npm:7.0.21"
8816-
dependencies:
8817-
"@graphql-tools/utils": "npm:^10.9.1"
8818-
"@theguild/federation-composition": "npm:^0.19.0"
8819-
resolve-from: "npm:5.0.0"
8820-
tslib: "npm:^2.4.0"
8821-
peerDependencies:
8822-
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
8823-
checksum: 10c0/9dda94189dea454cee9ca29eb66540079bd43902c9480271abe93fc2dcce0b50ac8c16fc119fa0c008bdfd6dc048cf47b32a69f93af64170e20be8292f1f513b
8824-
languageName: node
8825-
linkType: hard
8826-
88278798
"@graphql-tools/import@npm:7.1.2":
88288799
version: 7.1.2
88298800
resolution: "@graphql-tools/import@npm:7.1.2"
@@ -8884,7 +8855,7 @@ __metadata:
88848855
languageName: node
88858856
linkType: hard
88868857

8887-
"@graphql-tools/load@npm:^8.0.0, @graphql-tools/load@npm:^8.0.1, @graphql-tools/load@npm:^8.0.2, @graphql-tools/load@npm:^8.1.0, @graphql-tools/load@npm:^8.1.2":
8858+
"@graphql-tools/load@npm:^8.0.0, @graphql-tools/load@npm:^8.0.1, @graphql-tools/load@npm:^8.0.2, @graphql-tools/load@npm:^8.1.0, @graphql-tools/load@npm:^8.1.2, @graphql-tools/load@npm:~8.1.0":
88888859
version: 8.1.2
88898860
resolution: "@graphql-tools/load@npm:8.1.2"
88908861
dependencies:
@@ -8898,20 +8869,6 @@ __metadata:
88988869
languageName: node
88998870
linkType: hard
89008871

8901-
"@graphql-tools/load@npm:~8.0.0":
8902-
version: 8.0.19
8903-
resolution: "@graphql-tools/load@npm:8.0.19"
8904-
dependencies:
8905-
"@graphql-tools/schema": "npm:^10.0.23"
8906-
"@graphql-tools/utils": "npm:^10.8.6"
8907-
p-limit: "npm:3.1.0"
8908-
tslib: "npm:^2.4.0"
8909-
peerDependencies:
8910-
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
8911-
checksum: 10c0/c83dbd3a6cff3784ce3d2e2c4b2381f9af7469d0ff474d175d180fa9b7d14a25e61d1d75134f8049501523ac1e79261e4d07c6d96c0afab1e5023391df522cc3
8912-
languageName: node
8913-
linkType: hard
8914-
89158872
"@graphql-tools/merge@npm:6.1.0":
89168873
version: 6.1.0
89178874
resolution: "@graphql-tools/merge@npm:6.1.0"
@@ -9051,7 +9008,7 @@ __metadata:
90519008
languageName: node
90529009
linkType: hard
90539010

9054-
"@graphql-tools/schema@npm:10.0.25, @graphql-tools/schema@npm:^10.0.0, @graphql-tools/schema@npm:^10.0.11, @graphql-tools/schema@npm:^10.0.13, @graphql-tools/schema@npm:^10.0.23, @graphql-tools/schema@npm:^10.0.25, @graphql-tools/schema@npm:^10.0.5, @graphql-tools/schema@npm:^10.0.6":
9011+
"@graphql-tools/schema@npm:10.0.25, @graphql-tools/schema@npm:^10.0.0, @graphql-tools/schema@npm:^10.0.11, @graphql-tools/schema@npm:^10.0.13, @graphql-tools/schema@npm:^10.0.25, @graphql-tools/schema@npm:^10.0.5, @graphql-tools/schema@npm:^10.0.6":
90559012
version: 10.0.25
90569013
resolution: "@graphql-tools/schema@npm:10.0.25"
90579014
dependencies:
@@ -9199,22 +9156,7 @@ __metadata:
91999156
languageName: node
92009157
linkType: hard
92019158

9202-
"@graphql-tools/utils@npm:10.8.6":
9203-
version: 10.8.6
9204-
resolution: "@graphql-tools/utils@npm:10.8.6"
9205-
dependencies:
9206-
"@graphql-typed-document-node/core": "npm:^3.1.1"
9207-
"@whatwg-node/promise-helpers": "npm:^1.0.0"
9208-
cross-inspect: "npm:1.0.1"
9209-
dset: "npm:^3.1.4"
9210-
tslib: "npm:^2.4.0"
9211-
peerDependencies:
9212-
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
9213-
checksum: 10c0/17f727eb85415c15c5920ab9ef4648e0d205e1ca8b7d8539ac84f55da04ed60464313792456ebbde30bb883c0abde8df81919fd22f2ed5096b873920e84bef4b
9214-
languageName: node
9215-
linkType: hard
9216-
9217-
"@graphql-tools/utils@npm:10.9.1, @graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.0.3, @graphql-tools/utils@npm:^10.3.2, @graphql-tools/utils@npm:^10.5.1, @graphql-tools/utils@npm:^10.5.4, @graphql-tools/utils@npm:^10.6.1, @graphql-tools/utils@npm:^10.6.2, @graphql-tools/utils@npm:^10.6.4, @graphql-tools/utils@npm:^10.8.0, @graphql-tools/utils@npm:^10.8.1, @graphql-tools/utils@npm:^10.8.6, @graphql-tools/utils@npm:^10.9.1":
9159+
"@graphql-tools/utils@npm:10.9.1, @graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.0.3, @graphql-tools/utils@npm:^10.3.2, @graphql-tools/utils@npm:^10.5.1, @graphql-tools/utils@npm:^10.5.4, @graphql-tools/utils@npm:^10.6.1, @graphql-tools/utils@npm:^10.6.2, @graphql-tools/utils@npm:^10.6.4, @graphql-tools/utils@npm:^10.8.0, @graphql-tools/utils@npm:^10.8.1, @graphql-tools/utils@npm:^10.9.1":
92189160
version: 10.9.1
92199161
resolution: "@graphql-tools/utils@npm:10.9.1"
92209162
dependencies:
@@ -15419,35 +15361,7 @@ __metadata:
1541915361
languageName: node
1542015362
linkType: hard
1542115363

15422-
"@theguild/federation-composition@npm:0.19.0":
15423-
version: 0.19.0
15424-
resolution: "@theguild/federation-composition@npm:0.19.0"
15425-
dependencies:
15426-
constant-case: "npm:^3.0.4"
15427-
debug: "npm:4.4.1"
15428-
json5: "npm:^2.2.3"
15429-
lodash.sortby: "npm:^4.7.0"
15430-
peerDependencies:
15431-
graphql: ^16.0.0
15432-
checksum: 10c0/47156b7fc6f0d18af8bcf116a50eda6fc0f10d0b2e0dc4dcd9370e8b2b7f72b5729d104c1849cad8b741743565cbb4c924cc9c96062a596ddf691f64482af749
15433-
languageName: node
15434-
linkType: hard
15435-
15436-
"@theguild/federation-composition@npm:^0.19.0":
15437-
version: 0.19.1
15438-
resolution: "@theguild/federation-composition@npm:0.19.1"
15439-
dependencies:
15440-
constant-case: "npm:^3.0.4"
15441-
debug: "npm:4.4.1"
15442-
json5: "npm:^2.2.3"
15443-
lodash.sortby: "npm:^4.7.0"
15444-
peerDependencies:
15445-
graphql: ^16.0.0
15446-
checksum: 10c0/f5a1a9a89beaea4e5b152a05583d26d1a06ecc4139451a954f92894a22d24d99d7696842724d41d85fb3fa5e2976f4d2f07a49a914b4151a45ce70e81471c3a9
15447-
languageName: node
15448-
linkType: hard
15449-
15450-
"@theguild/federation-composition@npm:^0.20.0, @theguild/federation-composition@npm:^0.20.1":
15364+
"@theguild/federation-composition@npm:0.20.1, @theguild/federation-composition@npm:^0.20.0, @theguild/federation-composition@npm:^0.20.1":
1545115365
version: 0.20.1
1545215366
resolution: "@theguild/federation-composition@npm:0.20.1"
1545315367
dependencies:
@@ -41701,14 +41615,7 @@ __metadata:
4170141615
languageName: node
4170241616
linkType: hard
4170341617

41704-
"zod@npm:3.24.1":
41705-
version: 3.24.1
41706-
resolution: "zod@npm:3.24.1"
41707-
checksum: 10c0/0223d21dbaa15d8928fe0da3b54696391d8e3e1e2d0283a1a070b5980a1dbba945ce631c2d1eccc088fdbad0f2dfa40155590bf83732d3ac4fcca2cc9237591b
41708-
languageName: node
41709-
linkType: hard
41710-
41711-
"zod@npm:^3.20.2, zod@npm:^3.22.3":
41618+
"zod@npm:3.25.76, zod@npm:^3.20.2, zod@npm:^3.22.3":
4171241619
version: 3.25.76
4171341620
resolution: "zod@npm:3.25.76"
4171441621
checksum: 10c0/5718ec35e3c40b600316c5b4c5e4976f7fee68151bc8f8d90ec18a469be9571f072e1bbaace10f1e85cf8892ea12d90821b200e980ab46916a6166a4260a983c

0 commit comments

Comments
 (0)