Skip to content

Commit c6252a2

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

File tree

7 files changed

+316
-316
lines changed

7 files changed

+316
-316
lines changed

.yarn/releases/yarn-4.10.3.cjs renamed to .yarn/releases/yarn-4.11.0.cjs

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
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.10.3.cjs
3+
yarnPath: .yarn/releases/yarn-4.11.0.cjs

examples/grpc-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphql-mesh/cli": "0.100.17",
1414
"@graphql-mesh/grpc": "0.108.16",
1515
"@graphql-mesh/transform-naming-convention": "0.105.16",
16-
"@grpc/grpc-js": "1.14.0",
16+
"@grpc/grpc-js": "1.14.1",
1717
"@grpc/proto-loader": "0.8.0",
1818
"google-protobuf": "4.0.0",
1919
"graphql": "16.12.0"

examples/grpc-reflection-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphql-mesh/cli": "0.100.17",
1414
"@graphql-mesh/grpc": "0.108.16",
1515
"@graphql-mesh/transform-naming-convention": "0.105.16",
16-
"@grpc/grpc-js": "1.14.0",
16+
"@grpc/grpc-js": "1.14.1",
1717
"@grpc/proto-loader": "0.8.0",
1818
"google-protobuf": "4.0.0",
1919
"graphql": "16.12.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"e2e/*"
3434
]
3535
},
36-
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f",
36+
"packageManager": "yarn@4.11.0+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54",
3737
"scripts": {
3838
"build": "yarn prebuild && bob build && yarn postbuild",
3939
"build-test-artifacts": "yarn workspace @examples/json-schema-example build && yarn workspace @examples-v1-next/fastify compose && yarn workspace @examples/fastify build && yarn workspace @examples/persisted-operations build && yarn workspace example-response-cache build && yarn workspace @examples/json-schema-complex-url build",

packages/cache/cfw-kv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"tslib": "^2.4.0"
4242
},
4343
"devDependencies": {
44-
"@cloudflare/workers-types": "4.20251106.1",
44+
"@cloudflare/workers-types": "4.20251107.0",
4545
"graphql": "16.12.0"
4646
},
4747
"publishConfig": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3687,10 +3687,10 @@ __metadata:
36873687
languageName: node
36883688
linkType: hard
36893689

3690-
"@cloudflare/workers-types@npm:4.20251106.1":
3691-
version: 4.20251106.1
3692-
resolution: "@cloudflare/workers-types@npm:4.20251106.1"
3693-
checksum: 10c0/11e0db83e27213af777be8ca3490d94ccf9307449da9c9933d41c320285e752723390f2d1ebc577038e6b1a81fd23366b648d1ede711ca6c727567aff811b2e7
3690+
"@cloudflare/workers-types@npm:4.20251107.0":
3691+
version: 4.20251107.0
3692+
resolution: "@cloudflare/workers-types@npm:4.20251107.0"
3693+
checksum: 10c0/e1ea9086d79ed531edf9734339ae948acea19e13dd06d8e9d59b4bf509ace7b74f88186d422d94f0ffad8144ba96ca979c00b252791c650700d695f80a67495f
36943694
languageName: node
36953695
linkType: hard
36963696

@@ -5435,7 +5435,7 @@ __metadata:
54355435
"@graphql-mesh/cli": "npm:0.100.17"
54365436
"@graphql-mesh/grpc": "npm:0.108.16"
54375437
"@graphql-mesh/transform-naming-convention": "npm:0.105.16"
5438-
"@grpc/grpc-js": "npm:1.14.0"
5438+
"@grpc/grpc-js": "npm:1.14.1"
54395439
"@grpc/proto-loader": "npm:0.8.0"
54405440
"@types/node": "npm:^24.4.0"
54415441
concurrently: "npm:9.2.1"
@@ -5455,7 +5455,7 @@ __metadata:
54555455
"@graphql-mesh/cli": "npm:0.100.17"
54565456
"@graphql-mesh/grpc": "npm:0.108.16"
54575457
"@graphql-mesh/transform-naming-convention": "npm:0.105.16"
5458-
"@grpc/grpc-js": "npm:1.14.0"
5458+
"@grpc/grpc-js": "npm:1.14.1"
54595459
"@grpc/proto-loader": "npm:0.8.0"
54605460
"@types/node": "npm:^24.4.0"
54615461
concurrently: "npm:9.2.1"
@@ -6827,7 +6827,7 @@ __metadata:
68276827
version: 0.0.0-use.local
68286828
resolution: "@graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv"
68296829
dependencies:
6830-
"@cloudflare/workers-types": "npm:4.20251106.1"
6830+
"@cloudflare/workers-types": "npm:4.20251107.0"
68316831
"@graphql-mesh/types": "npm:^0.104.15"
68326832
"@graphql-mesh/utils": "npm:^0.104.15"
68336833
"@whatwg-node/promise-helpers": "npm:^1.0.0"
@@ -9488,13 +9488,13 @@ __metadata:
94889488
languageName: node
94899489
linkType: hard
94909490

9491-
"@grpc/grpc-js@npm:1.14.0, @grpc/grpc-js@npm:^1.1.7, @grpc/grpc-js@npm:^1.11.1, @grpc/grpc-js@npm:^1.12.2, @grpc/grpc-js@npm:^1.2.8, @grpc/grpc-js@npm:^1.7.1, @grpc/grpc-js@npm:^1.8.10":
9492-
version: 1.14.0
9493-
resolution: "@grpc/grpc-js@npm:1.14.0"
9491+
"@grpc/grpc-js@npm:1.14.1, @grpc/grpc-js@npm:^1.1.7, @grpc/grpc-js@npm:^1.11.1, @grpc/grpc-js@npm:^1.12.2, @grpc/grpc-js@npm:^1.2.8, @grpc/grpc-js@npm:^1.7.1, @grpc/grpc-js@npm:^1.8.10":
9492+
version: 1.14.1
9493+
resolution: "@grpc/grpc-js@npm:1.14.1"
94949494
dependencies:
94959495
"@grpc/proto-loader": "npm:^0.8.0"
94969496
"@js-sdsl/ordered-map": "npm:^4.4.2"
9497-
checksum: 10c0/51e0eb32f6dac68c49502b227e565c4244f53983d2efab8ef3fd2cc923999751c059f6c77fec4941a93c44eaa58cbc321ce1e9868e1ec226fba5a6c93722c3b1
9497+
checksum: 10c0/a9a8fc7f4dfa374a34e37350b37ad2c092ed533b203fe16d45ba3220fe38195d17a87527dade2e5546afeeeccfcf68d3e914705d94e44e8df461321b0c02cc7a
94989498
languageName: node
94999499
linkType: hard
95009500

0 commit comments

Comments
 (0)