Skip to content

Commit f462594

Browse files
chore(release): update monorepo packages versions (#8943)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bb42d37 commit f462594

File tree

228 files changed

+1726
-866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+1726
-866
lines changed

.changeset/@graphql-mesh_store-8941-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-mesh_types-8945-dependencies.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/proud-foxes-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

e2e/cache-control/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"@apollo/server": "^5.0.0",
66
"@apollo/subgraph": "^2.9.3",
77
"@graphql-hive/gateway": "^2.0.0",
8-
"@graphql-mesh/cache-upstash-redis": "^0.1.15",
9-
"@graphql-mesh/compose-cli": "^1.5.2",
8+
"@graphql-mesh/cache-upstash-redis": "^0.1.16",
9+
"@graphql-mesh/compose-cli": "^1.5.3",
1010
"@graphql-yoga/plugin-response-cache": "^3.13.1",
1111
"graphql": "^16.9.0",
1212
"graphql-yoga": "^5.13.4",

e2e/thrift-calculator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@creditkarma/thrift-server-express": "^1.0.4",
1111
"@creditkarma/thrift-typescript": "^3.7.6",
1212
"@graphql-hive/gateway": "^2.0.0",
13-
"@omnigraph/thrift": "^0.9.16",
13+
"@omnigraph/thrift": "^0.9.17",
1414
"@types/express": "^5.0.0",
1515
"express": "^5.0.0",
1616
"graphql": "^16.9.0",

examples/auth0/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@envelop/auth0": "^9.0.0",
1313
"@envelop/core": "^5.3.2",
14-
"@graphql-mesh/cli": "0.100.17",
15-
"@graphql-mesh/json-schema": "0.109.16",
16-
"@graphql-mesh/plugin-operation-field-permissions": "0.104.16",
14+
"@graphql-mesh/cli": "0.100.18",
15+
"@graphql-mesh/json-schema": "0.109.17",
16+
"@graphql-mesh/plugin-operation-field-permissions": "0.104.17",
1717
"graphql": "16.12.0"
1818
},
1919
"devDependencies": {

examples/cloudflare-workers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@examples/cloudflare-workers",
33
"private": true,
44
"dependencies": {
5-
"@graphql-mesh/cache-cfw-kv": "0.105.15",
6-
"@graphql-mesh/cli": "0.100.17",
7-
"@graphql-mesh/json-schema": "0.109.16",
8-
"@graphql-mesh/plugin-response-cache": "0.104.17",
5+
"@graphql-mesh/cache-cfw-kv": "0.105.16",
6+
"@graphql-mesh/cli": "0.100.18",
7+
"@graphql-mesh/json-schema": "0.109.17",
8+
"@graphql-mesh/plugin-response-cache": "0.104.18",
99
"graphql": "16.12.0"
1010
},
1111
"devDependencies": {

examples/fastify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "ts-node-dev src/index.ts"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.100.17",
10-
"@graphql-mesh/graphql": "0.104.15",
9+
"@graphql-mesh/cli": "0.100.18",
10+
"@graphql-mesh/graphql": "0.104.16",
1111
"@types/node": "^24.4.0",
1212
"fastify": "5.6.1",
1313
"graphql": "16.12.0",

examples/federation-example/gateway-supergraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"license": "MIT",
44
"private": true,
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.100.17",
7-
"@graphql-mesh/supergraph": "0.10.15",
6+
"@graphql-mesh/cli": "0.100.18",
7+
"@graphql-mesh/supergraph": "0.10.16",
88
"graphql": "16.12.0"
99
}
1010
}

examples/federation-example/gateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"license": "MIT",
44
"private": true,
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.100.17",
7-
"@graphql-mesh/graphql": "0.104.15",
8-
"@graphql-mesh/transform-federation": "0.104.15",
6+
"@graphql-mesh/cli": "0.100.18",
7+
"@graphql-mesh/graphql": "0.104.16",
8+
"@graphql-mesh/transform-federation": "0.104.16",
99
"graphql": "16.12.0"
1010
}
1111
}

0 commit comments

Comments
 (0)