Skip to content

Commit 9869b67

Browse files
fix(deps): update all non-major dependencies (#7357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c40bd8a commit 9869b67

File tree

7 files changed

+24
-36
lines changed

7 files changed

+24
-36
lines changed

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@graphql-mesh/cli": "0.92.2",
1212
"@graphql-mesh/json-schema": "0.102.3",
1313
"@graphql-mesh/plugin-mock": "0.99.2",
14-
"@graphql-yoga/plugin-sofa": "3.6.1",
14+
"@graphql-yoga/plugin-sofa": "3.6.2",
1515
"graphql": "16.9.0"
1616
},
1717
"devDependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typescript": "^5.4.2"
1515
},
1616
"devDependencies": {
17-
"@graphql-hive/cli": "0.38.5",
17+
"@graphql-hive/cli": "0.39.0",
1818
"@graphql-mesh/cli": "0.92.2",
1919
"@graphql-mesh/openapi": "0.102.3",
2020
"graphql": "16.9.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typescript": "^5.4.2"
1515
},
1616
"devDependencies": {
17-
"@graphql-hive/cli": "0.38.5",
17+
"@graphql-hive/cli": "0.39.0",
1818
"@graphql-mesh/cli": "0.92.2",
1919
"@graphql-mesh/openapi": "0.102.3",
2020
"graphql": "16.9.0"

examples/persisted-operations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@graphql-mesh/cli": "0.92.2",
1313
"@graphql-mesh/json-schema": "0.102.3",
1414
"@graphql-mesh/plugin-mock": "0.99.2",
15-
"@graphql-yoga/plugin-sofa": "3.6.1",
15+
"@graphql-yoga/plugin-sofa": "3.6.2",
1616
"graphql": "16.9.0"
1717
},
1818
"devDependencies": {

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.38.5",
9+
"@graphql-hive/cli": "0.39.0",
1010
"graphql": "16.9.0",
1111
"graphql-yoga": "5.6.1"
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.38.5",
10+
"@graphql-hive/cli": "0.39.0",
1111
"@graphql-mesh/compose-cli": "workspace:*",
1212
"@omnigraph/openapi": "workspace:*",
1313
"fets": "0.8.1",

yarn.lock

Lines changed: 18 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4360,7 +4360,7 @@ __metadata:
43604360
version: 0.0.0-use.local
43614361
resolution: "@examples/hive-example-graphql-service@workspace:examples/v1-next/hive-example/my-graphql"
43624362
dependencies:
4363-
"@graphql-hive/cli": "npm:0.38.5"
4363+
"@graphql-hive/cli": "npm:0.39.0"
43644364
graphql: "npm:16.9.0"
43654365
graphql-yoga: "npm:5.6.1"
43664366
languageName: unknown
@@ -4370,7 +4370,7 @@ __metadata:
43704370
version: 0.0.0-use.local
43714371
resolution: "@examples/hive-example-rest-service@workspace:examples/v1-next/hive-example/my-rest"
43724372
dependencies:
4373-
"@graphql-hive/cli": "npm:0.38.5"
4373+
"@graphql-hive/cli": "npm:0.39.0"
43744374
"@graphql-mesh/compose-cli": "workspace:*"
43754375
"@omnigraph/openapi": "workspace:*"
43764376
fets: "npm:0.8.1"
@@ -4681,9 +4681,9 @@ __metadata:
46814681
languageName: node
46824682
linkType: hard
46834683

4684-
"@graphql-hive/cli@npm:0.38.5":
4685-
version: 0.38.5
4686-
resolution: "@graphql-hive/cli@npm:0.38.5"
4684+
"@graphql-hive/cli@npm:0.39.0":
4685+
version: 0.39.0
4686+
resolution: "@graphql-hive/cli@npm:0.39.0"
46874687
dependencies:
46884688
"@graphql-hive/core": "npm:0.5.0"
46894689
"@graphql-inspector/core": "npm:5.1.0-alpha-20231208113249-34700c8a"
@@ -4692,11 +4692,12 @@ __metadata:
46924692
"@graphql-tools/json-file-loader": "npm:~8.0.0"
46934693
"@graphql-tools/load": "npm:~8.0.0"
46944694
"@graphql-tools/url-loader": "npm:~8.0.0"
4695-
"@graphql-tools/utils": "npm:10.2.2"
4695+
"@graphql-tools/utils": "npm:10.3.2"
46964696
"@graphql-typed-document-node/core": "npm:3.2.0"
46974697
"@oclif/core": "npm:^3.26.6"
46984698
"@oclif/plugin-help": "npm:6.0.22"
46994699
"@oclif/plugin-update": "npm:4.2.13"
4700+
"@theguild/federation-composition": "npm:0.12.1"
47004701
colors: "npm:1.4.0"
47014702
env-ci: "npm:7.3.0"
47024703
graphql: "npm:^16.8.1"
@@ -4706,7 +4707,7 @@ __metadata:
47064707
zod: "npm:3.23.8"
47074708
bin:
47084709
hive: bin/run
4709-
checksum: 10c0/912fd2f2b7175cfabbf7e41127eea2d0ea3fe3ccb7cb6eba95162419157247c3c115e4e1500194ec10d0a99c9cde55f01cd0c990cd6b000b3ff6b33625fe014d
4710+
checksum: 10c0/fce73dd8f2ecdc3b6687adabdf8e46442d1d2d67beaf4f9411456325e43ab84b3fbf87e5a072b0c60045e3d3fa94bae183e7689c52976e58893d46c5436ca543
47104711
languageName: node
47114712
linkType: hard
47124713

@@ -6766,20 +6767,6 @@ __metadata:
67666767
languageName: node
67676768
linkType: hard
67686769

6769-
"@graphql-tools/utils@npm:10.2.2":
6770-
version: 10.2.2
6771-
resolution: "@graphql-tools/utils@npm:10.2.2"
6772-
dependencies:
6773-
"@graphql-typed-document-node/core": "npm:^3.1.1"
6774-
cross-inspect: "npm:1.0.0"
6775-
dset: "npm:^3.1.2"
6776-
tslib: "npm:^2.4.0"
6777-
peerDependencies:
6778-
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
6779-
checksum: 10c0/64cf157181c4151d68e7bd16789afe58696ef41d106ea0460ac51f2c095eaa5072c4f4fd53d4c4c4ccc09c78c2b904f6e70c2d3d45142b6e4e93024a8e4b3ada
6780-
languageName: node
6781-
linkType: hard
6782-
67836770
"@graphql-tools/utils@npm:10.3.2, @graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.0.13, @graphql-tools/utils@npm:^10.0.3, @graphql-tools/utils@npm:^10.1.0, @graphql-tools/utils@npm:^10.1.1, @graphql-tools/utils@npm:^10.2.1, @graphql-tools/utils@npm:^10.2.2, @graphql-tools/utils@npm:^10.2.3, @graphql-tools/utils@npm:^10.3.0, @graphql-tools/utils@npm:^10.3.2":
67846771
version: 10.3.2
67856772
resolution: "@graphql-tools/utils@npm:10.3.2"
@@ -6925,15 +6912,16 @@ __metadata:
69256912
languageName: node
69266913
linkType: hard
69276914

6928-
"@graphql-yoga/plugin-sofa@npm:3.6.1":
6929-
version: 3.6.1
6930-
resolution: "@graphql-yoga/plugin-sofa@npm:3.6.1"
6915+
"@graphql-yoga/plugin-sofa@npm:3.6.2":
6916+
version: 3.6.2
6917+
resolution: "@graphql-yoga/plugin-sofa@npm:3.6.2"
69316918
dependencies:
6919+
"@graphql-tools/utils": "npm:^10.3.2"
69326920
sofa-api: "npm:^0.18.0"
69336921
peerDependencies:
69346922
graphql: ^15.2.0 || ^16.0.0
69356923
graphql-yoga: ^5.6.1
6936-
checksum: 10c0/4fdd64299e2f5990058f0e05dc0d35b9d61c701a09ecee296a381cf6060ded2cd15c738130f1933b5e50664954c6f5b290bcf1cc31f8de34da5281ffbc45b8bc
6924+
checksum: 10c0/c645f88c033417f6c90f6161d3fec70b8830c90f17dc0120c87f7ed9d9dead3aba2991da50771879a1807806e841951d914f69a6bf38ae9c51138c6c7f7c5e47
69376925
languageName: node
69386926
linkType: hard
69396927

@@ -10229,7 +10217,7 @@ __metadata:
1022910217
languageName: node
1023010218
linkType: hard
1023110219

10232-
"@theguild/federation-composition@npm:^0.12.0":
10220+
"@theguild/federation-composition@npm:0.12.1, @theguild/federation-composition@npm:^0.12.0":
1023310221
version: 0.12.1
1023410222
resolution: "@theguild/federation-composition@npm:0.12.1"
1023510223
dependencies:
@@ -13087,7 +13075,7 @@ __metadata:
1308713075
version: 0.0.0-use.local
1308813076
resolution: "authors-service@workspace:examples/hive-example/sources/authors"
1308913077
dependencies:
13090-
"@graphql-hive/cli": "npm:0.38.5"
13078+
"@graphql-hive/cli": "npm:0.39.0"
1309113079
"@graphql-mesh/cli": "npm:0.92.2"
1309213080
"@graphql-mesh/openapi": "npm:0.102.3"
1309313081
fets: "npm:^0.8.0"
@@ -13675,7 +13663,7 @@ __metadata:
1367513663
version: 0.0.0-use.local
1367613664
resolution: "books-service@workspace:examples/hive-example/sources/books"
1367713665
dependencies:
13678-
"@graphql-hive/cli": "npm:0.38.5"
13666+
"@graphql-hive/cli": "npm:0.39.0"
1367913667
"@graphql-mesh/cli": "npm:0.92.2"
1368013668
"@graphql-mesh/openapi": "npm:0.102.3"
1368113669
fets: "npm:^0.8.0"
@@ -18215,7 +18203,7 @@ __metadata:
1821518203
"@graphql-mesh/cli": "npm:0.92.2"
1821618204
"@graphql-mesh/json-schema": "npm:0.102.3"
1821718205
"@graphql-mesh/plugin-mock": "npm:0.99.2"
18218-
"@graphql-yoga/plugin-sofa": "npm:3.6.1"
18206+
"@graphql-yoga/plugin-sofa": "npm:3.6.2"
1821918207
graphql: "npm:16.9.0"
1822018208
jest: "npm:29.7.0"
1822118209
languageName: unknown
@@ -23407,7 +23395,7 @@ __metadata:
2340723395
"@graphql-mesh/cli": "npm:0.92.2"
2340823396
"@graphql-mesh/json-schema": "npm:0.102.3"
2340923397
"@graphql-mesh/plugin-mock": "npm:0.99.2"
23410-
"@graphql-yoga/plugin-sofa": "npm:3.6.1"
23398+
"@graphql-yoga/plugin-sofa": "npm:3.6.2"
2341123399
graphql: "npm:16.9.0"
2341223400
jest: "npm:29.7.0"
2341323401
languageName: unknown

0 commit comments

Comments
 (0)