Skip to content

Commit 34d5365

Browse files
Update dependency @graphql-hive/cli to v0.49.1 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfca47f commit 34d5365

File tree

3 files changed

+39
-75
lines changed

3 files changed

+39
-75
lines changed

subgraphs/comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"tsx": "^4.16.2",
16-
"@graphql-hive/cli": "^0.38.5",
16+
"@graphql-hive/cli": "^0.49.0",
1717
"@types/node": "^22.10.2"
1818
}
1919
}

subgraphs/users/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@apollo/subgraph": "^2.8.3",
10-
"@graphql-hive/cli": "0.38.5",
10+
"@graphql-hive/cli": "0.49.1",
1111
"graphql": "16.9.0",
1212
"graphql-yoga": "5.10.8",
1313
"@graphql-mesh/plugin-jwt-auth": "1.4.0",

yarn.lock

Lines changed: 37 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,30 +1209,30 @@
12091209
dependencies:
12101210
fast-deep-equal "^3.1.3"
12111211

1212-
"@graphql-hive/cli@0.38.5", "@graphql-hive/cli@^0.38.5":
1213-
version "0.38.5"
1214-
resolved "https://registry.yarnpkg.com/@graphql-hive/cli/-/cli-0.38.5.tgz#e69373f0c1818102c3c39a61f031fa2c3841689e"
1215-
integrity sha512-7cy5ep7UcVvYS0DmjQByqW9QiIyFjULmenHWnZdu5XLNIC0QV9MFFIkU8j48T5lYTLd4MzlPbDuehnEyQGsBOw==
1212+
"@graphql-hive/cli@0.49.1", "@graphql-hive/cli@^0.49.0":
1213+
version "0.49.1"
1214+
resolved "https://registry.yarnpkg.com/@graphql-hive/cli/-/cli-0.49.1.tgz#ef4886a129aa21c1d7054e27aa14aabff51b77ff"
1215+
integrity sha512-Dak2y56nSpa1c27ARN0AKxA6zG26GlYCri7kED8oBLce4Nih8kk/K43B1/DJmmBQjV9jMT6UmU8Llwu+SfKL4w==
12161216
dependencies:
1217-
"@graphql-hive/core" "0.5.0"
1217+
"@graphql-hive/core" "0.10.1"
12181218
"@graphql-inspector/core" "5.1.0-alpha-20231208113249-34700c8a"
12191219
"@graphql-tools/code-file-loader" "~8.1.0"
12201220
"@graphql-tools/graphql-file-loader" "~8.0.0"
12211221
"@graphql-tools/json-file-loader" "~8.0.0"
12221222
"@graphql-tools/load" "~8.0.0"
12231223
"@graphql-tools/url-loader" "~8.0.0"
1224-
"@graphql-tools/utils" "10.2.2"
1224+
"@graphql-tools/utils" "10.7.2"
12251225
"@graphql-typed-document-node/core" "3.2.0"
12261226
"@oclif/core" "^3.26.6"
12271227
"@oclif/plugin-help" "6.0.22"
12281228
"@oclif/plugin-update" "4.2.13"
1229+
"@theguild/federation-composition" "0.14.5"
12291230
colors "1.4.0"
12301231
env-ci "7.3.0"
12311232
graphql "^16.8.1"
12321233
graphql-tag "2.12.6"
1233-
mkdirp "3.0.1"
1234-
tslib "2.6.3"
1235-
zod "3.23.8"
1234+
tslib "2.8.1"
1235+
zod "3.24.1"
12361236

12371237
"@graphql-hive/[email protected]", "@graphql-hive/core@^0.10.0":
12381238
version "0.10.1"
@@ -1245,17 +1245,6 @@
12451245
lodash.sortby "^4.7.0"
12461246
tiny-lru "^8.0.2"
12471247

1248-
"@graphql-hive/[email protected]":
1249-
version "0.5.0"
1250-
resolved "https://registry.yarnpkg.com/@graphql-hive/core/-/core-0.5.0.tgz#8e4673ee54e57cb49fd98d5d8c7736d5f3f72a5c"
1251-
integrity sha512-/iby5vSeM6MGXad9lm0dBRjx7H51LkYg4BvtCAkSw1WTGx6hHkHUgqzvuXato+X2vEOhXrc92s+6J0fzRSSD9w==
1252-
dependencies:
1253-
"@graphql-tools/utils" "^10.0.0"
1254-
"@whatwg-node/fetch" "0.9.18"
1255-
async-retry "1.3.3"
1256-
lodash.sortby "4.7.0"
1257-
tiny-lru "8.0.2"
1258-
12591248
"@graphql-hive/gateway-abort-signal-any@^0.0.2":
12601249
version "0.0.2"
12611250
resolved "https://registry.yarnpkg.com/@graphql-hive/gateway-abort-signal-any/-/gateway-abort-signal-any-0.0.2.tgz#edb74b27dd02d2f1ade41e5448e8efa7a42a9891"
@@ -2253,14 +2242,14 @@
22532242
value-or-promise "^1.0.11"
22542243
ws "^8.17.1"
22552244

2256-
"@graphql-tools/utils@10.2.2":
2257-
version "10.2.2"
2258-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.2.2.tgz#6477295fae051ffb5d6c28253aa6d8a449d4a820"
2259-
integrity sha512-ueoplzHIgFfxhFrF4Mf/niU/tYHuO6Uekm2nCYU72qpI+7Hn9dA2/o5XOBvFXDk27Lp5VSvQY5WfmRbqwVxaYQ==
2245+
"@graphql-tools/utils@10.7.2":
2246+
version "10.7.2"
2247+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.7.2.tgz#feafb7be9211570037288f5a3cadab76de41a097"
2248+
integrity sha512-Wn85S+hfkzfVFpXVrQ0hjnePa3p28aB6IdAGCiD1SqBCSMDRzL+OFEtyAyb30nV9Mqflqs9lCqjqlR2puG857Q==
22602249
dependencies:
22612250
"@graphql-typed-document-node/core" "^3.1.1"
2262-
cross-inspect "1.0.0"
2263-
dset "^3.1.2"
2251+
cross-inspect "1.0.1"
2252+
dset "^3.1.4"
22642253
tslib "^2.4.0"
22652254

22662255
"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.3", "@graphql-tools/utils@^10.5.1", "@graphql-tools/utils@^10.5.4", "@graphql-tools/utils@^10.6.0", "@graphql-tools/utils@^10.6.1", "@graphql-tools/utils@^10.6.2", "@graphql-tools/utils@^10.7.0":
@@ -3273,6 +3262,16 @@
32733262
dependencies:
32743263
defer-to-connect "^2.0.1"
32753264

3265+
"@theguild/[email protected]":
3266+
version "0.14.5"
3267+
resolved "https://registry.yarnpkg.com/@theguild/federation-composition/-/federation-composition-0.14.5.tgz#b81198e118d27bd6ac9c569ae6e64f3103002416"
3268+
integrity sha512-PRZ7mvYAs8hcuQ353lUMpYN4Eil5rIOsb+M9cjvrqLRYpR4YsRQqEUzX9vRuWPGcGFQXXkepJ0Lk41RU/QyQWA==
3269+
dependencies:
3270+
constant-case "^3.0.0"
3271+
debug "4.3.4"
3272+
json5 "^2.2.0"
3273+
lodash.sortby "^4.7.0"
3274+
32763275
"@theguild/federation-composition@^0.12.1":
32773276
version "0.12.1"
32783277
resolved "https://registry.yarnpkg.com/@theguild/federation-composition/-/federation-composition-0.12.1.tgz#d60d50d1dd3370a8049868337d58a2e9a385a920"
@@ -3467,14 +3466,6 @@
34673466
dependencies:
34683467
tslib "^2.6.3"
34693468

3470-
"@whatwg-node/[email protected]":
3471-
version "0.9.18"
3472-
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.18.tgz#ecf7483fd55d42093c8d8678403facac6fde1c58"
3473-
integrity sha512-hqoz6StCW+AjV/3N+vg0s1ah82ptdVUb9nH2ttj3UbySOXUvytWw2yqy8c1cKzyRk6mDD00G47qS3fZI9/gMjg==
3474-
dependencies:
3475-
"@whatwg-node/node-fetch" "^0.5.7"
3476-
urlpattern-polyfill "^10.0.0"
3477-
34783469
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.1":
34793470
version "0.10.1"
34803471
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.1.tgz#ca08b2b9928a465f6e562d6cc460840340c15d14"
@@ -3491,16 +3482,6 @@
34913482
"@whatwg-node/node-fetch" "^0.7.11"
34923483
urlpattern-polyfill "^10.0.0"
34933484

3494-
"@whatwg-node/node-fetch@^0.5.7":
3495-
version "0.5.27"
3496-
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.5.27.tgz#e6e1448029c5fe58eae25a6f8c740434504077f5"
3497-
integrity sha512-0OaMj5W4fzWimRSFq07qFiWfquaUMNB+695GwE76LYKVuah+jwCdzSgsIOtwPkiyJ35w0XGhXmJPiIJCdLwopg==
3498-
dependencies:
3499-
"@kamilkisiela/fast-url-parser" "^1.1.4"
3500-
busboy "^1.6.0"
3501-
fast-querystring "^1.1.1"
3502-
tslib "^2.6.3"
3503-
35043485
"@whatwg-node/node-fetch@^0.7.1":
35053486
version "0.7.5"
35063487
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.7.5.tgz#b81e9d5f4b9032e480032c73e7bac284c4e3bdb8"
@@ -3648,7 +3629,7 @@ astral-regex@^2.0.0:
36483629
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
36493630
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
36503631

3651-
async-retry@1.3.3, async-retry@^1.2.1, async-retry@^1.3.3:
3632+
async-retry@^1.2.1, async-retry@^1.3.3:
36523633
version "1.3.3"
36533634
resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.3.tgz#0e7f36c04d8478e7a58bdbed80cedf977785f280"
36543635
integrity sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==
@@ -4001,13 +3982,6 @@ cors@^2.8.5:
40013982
object-assign "^4"
40023983
vary "^1"
40033984

4004-
4005-
version "1.0.0"
4006-
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.0.tgz#5fda1af759a148594d2d58394a9e21364f6849af"
4007-
integrity sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ==
4008-
dependencies:
4009-
tslib "^2.4.0"
4010-
40113985
[email protected], cross-inspect@^1.0.1:
40123986
version "1.0.1"
40133987
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.1.tgz#15f6f65e4ca963cf4cc1a2b5fef18f6ca328712b"
@@ -5130,7 +5104,7 @@ lodash.once@^4.0.0:
51305104
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
51315105
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
51325106

5133-
lodash.sortby@4.7.0, lodash.sortby@^4.7.0:
5107+
lodash.sortby@^4.7.0:
51345108
version "4.7.0"
51355109
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
51365110
integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==
@@ -5312,11 +5286,6 @@ mkdirp-classic@^0.5.2:
53125286
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
53135287
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
53145288

5315-
5316-
version "3.0.1"
5317-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
5318-
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==
5319-
53205289
module-details-from-path@^1.0.3:
53215290
version "1.0.3"
53225291
resolved "https://registry.yarnpkg.com/module-details-from-path/-/module-details-from-path-1.0.3.tgz#114c949673e2a8a35e9d35788527aa37b679da2b"
@@ -5998,16 +5967,16 @@ tdigest@^0.1.1:
59985967
dependencies:
59995968
bintrees "1.0.2"
60005969

6001-
[email protected], tiny-lru@^8.0.2:
6002-
version "8.0.2"
6003-
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.2.tgz#812fccbe6e622ded552e3ff8a4c3b5ff34a85e4c"
6004-
integrity sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==
6005-
60065970
tiny-lru@^11.0.0:
60075971
version "11.2.11"
60085972
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-11.2.11.tgz#5089a6a4a157f5a97b82aa930b44d550ac5c4778"
60095973
integrity sha512-27BIW0dIWTYYoWNnqSmoNMKe5WIbkXsc0xaCQHd3/3xT2XMuMJrzHdrO9QBFR14emBz1Bu0dOAs2sCBBrvgPQA==
60105974

5975+
tiny-lru@^8.0.2:
5976+
version "8.0.2"
5977+
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.2.tgz#812fccbe6e622ded552e3ff8a4c3b5ff34a85e4c"
5978+
integrity sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==
5979+
60115980
tmp@^0.0.33:
60125981
version "0.0.33"
60135982
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -6042,12 +6011,7 @@ [email protected]:
60426011
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
60436012
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
60446013

6045-
6046-
version "2.6.3"
6047-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
6048-
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
6049-
6050-
tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.5.2, tslib@^2.6.2, tslib@^2.6.3, tslib@^2.7.0, tslib@^2.8.1:
6014+
[email protected], tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.5.2, tslib@^2.6.2, tslib@^2.6.3, tslib@^2.7.0, tslib@^2.8.1:
60516015
version "2.8.1"
60526016
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
60536017
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
@@ -6250,7 +6214,7 @@ yoctocolors-cjs@^2.1.2:
62506214
resolved "https://registry.yarnpkg.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz#f4b905a840a37506813a7acaa28febe97767a242"
62516215
integrity sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==
62526216

6253-
zod@3.23.8:
6254-
version "3.23.8"
6255-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"
6256-
integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==
6217+
zod@3.24.1:
6218+
version "3.24.1"
6219+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.1.tgz#27445c912738c8ad1e9de1bea0359fa44d9d35ee"
6220+
integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==

0 commit comments

Comments
 (0)