Skip to content

Commit 28c6f83

Browse files
theguild-botgithub-actions[bot]
authored andcommitted
chore(release): update monorepo packages versions (#7970)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1805c88 commit 28c6f83

File tree

227 files changed

+1955
-891
lines changed

Some content is hidden

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

227 files changed

+1955
-891
lines changed

.changeset/@graphql-mesh_plugin-operation-headers-7967-dependencies.md

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

.changeset/orange-buttons-end.md

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

.changeset/silver-queens-deliver.md

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

.changeset/soft-icons-sparkle.md

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

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": "^1.4.8",
13-
"@omnigraph/thrift": "^0.7.15",
13+
"@omnigraph/thrift": "^0.8.0",
1414
"express": "^4.18.2",
1515
"graphql": "^16.9.0",
1616
"thrift": "^0.21.0"

examples/auth0/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@envelop/auth0": "6.0.0",
13-
"@graphql-mesh/cli": "0.97.2",
14-
"@graphql-mesh/json-schema": "0.107.8",
15-
"@graphql-mesh/plugin-operation-field-permissions": "0.102.13",
13+
"@graphql-mesh/cli": "0.98.0",
14+
"@graphql-mesh/json-schema": "0.108.0",
15+
"@graphql-mesh/plugin-operation-field-permissions": "0.103.0",
1616
"graphql": "16.9.0"
1717
},
1818
"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.103.0",
6-
"@graphql-mesh/cli": "0.97.2",
7-
"@graphql-mesh/json-schema": "0.107.8",
8-
"@graphql-mesh/plugin-response-cache": "0.102.13",
5+
"@graphql-mesh/cache-cfw-kv": "0.104.0",
6+
"@graphql-mesh/cli": "0.98.0",
7+
"@graphql-mesh/json-schema": "0.108.0",
8+
"@graphql-mesh/plugin-response-cache": "0.103.0",
99
"graphql": "16.9.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.97.2",
10-
"@graphql-mesh/graphql": "0.102.16",
9+
"@graphql-mesh/cli": "0.98.0",
10+
"@graphql-mesh/graphql": "0.103.0",
1111
"fastify": "5.1.0",
1212
"graphql": "16.9.0",
1313
"ts-node": "^10.9.2",

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.97.2",
7-
"@graphql-mesh/supergraph": "0.8.15",
6+
"@graphql-mesh/cli": "0.98.0",
7+
"@graphql-mesh/supergraph": "0.9.0",
88
"graphql": "16.9.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.97.2",
7-
"@graphql-mesh/graphql": "0.102.16",
8-
"@graphql-mesh/transform-federation": "0.102.13",
6+
"@graphql-mesh/cli": "0.98.0",
7+
"@graphql-mesh/graphql": "0.103.0",
8+
"@graphql-mesh/transform-federation": "0.103.0",
99
"graphql": "16.9.0"
1010
}
1111
}

examples/gcp-functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@google-cloud/functions-framework": "3.4.2",
15-
"@graphql-mesh/cli": "0.97.2",
16-
"@graphql-mesh/json-schema": "0.107.8",
15+
"@graphql-mesh/cli": "0.98.0",
16+
"@graphql-mesh/json-schema": "0.108.0",
1717
"@types/node": "22.9.1",
1818
"graphql": "16.9.0",
1919
"typescript": "^5.4.2"

examples/graphql-file-upload-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"test": "jest"
99
},
1010
"dependencies": {
11-
"@graphql-mesh/cli": "0.97.2",
12-
"@graphql-mesh/graphql": "0.102.16",
11+
"@graphql-mesh/cli": "0.98.0",
12+
"@graphql-mesh/graphql": "0.103.0",
1313
"concurrently": "9.1.0",
1414
"graphql": "16.9.0",
1515
"graphql-yoga": "5.10.3",

examples/grpc-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.97.2",
14-
"@graphql-mesh/grpc": "0.105.2",
15-
"@graphql-mesh/transform-naming-convention": "0.102.13",
13+
"@graphql-mesh/cli": "0.98.0",
14+
"@graphql-mesh/grpc": "0.106.0",
15+
"@graphql-mesh/transform-naming-convention": "0.103.0",
1616
"@grpc/grpc-js": "1.12.2",
1717
"@grpc/proto-loader": "0.7.13",
1818
"google-protobuf": "3.21.4",

examples/grpc-reflection-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.97.2",
14-
"@graphql-mesh/grpc": "0.105.2",
15-
"@graphql-mesh/transform-naming-convention": "0.102.13",
13+
"@graphql-mesh/cli": "0.98.0",
14+
"@graphql-mesh/grpc": "0.106.0",
15+
"@graphql-mesh/transform-naming-convention": "0.103.0",
1616
"@grpc/grpc-js": "1.12.2",
1717
"@grpc/proto-loader": "0.7.13",
1818
"google-protobuf": "3.21.4",

examples/hasura-openbrewery-geodb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.97.2",
10-
"@graphql-mesh/json-schema": "0.107.8",
9+
"@graphql-mesh/cli": "0.98.0",
10+
"@graphql-mesh/json-schema": "0.108.0",
1111
"graphql": "16.9.0"
1212
}
1313
}

examples/hello-world-esm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.97.2",
14-
"@graphql-mesh/json-schema": "0.107.8",
15-
"@graphql-mesh/plugin-mock": "0.102.14",
13+
"@graphql-mesh/cli": "0.98.0",
14+
"@graphql-mesh/json-schema": "0.108.0",
15+
"@graphql-mesh/plugin-mock": "0.103.0",
1616
"graphql": "16.9.0"
1717
},
1818
"devDependencies": {

examples/hello-world/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.97.2",
11-
"@graphql-mesh/json-schema": "0.107.8",
12-
"@graphql-mesh/plugin-mock": "0.102.14",
10+
"@graphql-mesh/cli": "0.98.0",
11+
"@graphql-mesh/json-schema": "0.108.0",
12+
"@graphql-mesh/plugin-mock": "0.103.0",
1313
"@graphql-yoga/plugin-sofa": "3.10.3",
1414
"graphql": "16.9.0"
1515
},

examples/hive-example/gateway/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.97.2",
10-
"@graphql-mesh/openapi": "0.107.8",
11-
"@graphql-mesh/plugin-hive": "0.102.16",
12-
"@graphql-mesh/transform-hive": "0.102.16",
9+
"@graphql-mesh/cli": "0.98.0",
10+
"@graphql-mesh/openapi": "0.108.0",
11+
"@graphql-mesh/plugin-hive": "0.103.0",
12+
"@graphql-mesh/transform-hive": "0.103.0",
1313
"graphql": "16.9.0"
1414
}
1515
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@graphql-hive/cli": "0.44.3",
17-
"@graphql-mesh/cli": "0.97.2",
18-
"@graphql-mesh/openapi": "0.107.8",
17+
"@graphql-mesh/cli": "0.98.0",
18+
"@graphql-mesh/openapi": "0.108.0",
1919
"graphql": "16.9.0"
2020
}
2121
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@graphql-hive/cli": "0.44.3",
17-
"@graphql-mesh/cli": "0.97.2",
18-
"@graphql-mesh/openapi": "0.107.8",
17+
"@graphql-mesh/cli": "0.98.0",
18+
"@graphql-mesh/openapi": "0.108.0",
1919
"graphql": "16.9.0"
2020
}
2121
}

examples/json-schema-covid/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@graphql-mesh/cli": "0.97.2",
15-
"@graphql-mesh/graphql": "0.102.16",
16-
"@graphql-mesh/json-schema": "0.107.8",
14+
"@graphql-mesh/cli": "0.98.0",
15+
"@graphql-mesh/graphql": "0.103.0",
16+
"@graphql-mesh/json-schema": "0.108.0",
1717
"graphql": "16.9.0"
1818
},
1919
"devDependencies": {

examples/json-schema-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"test": "jest"
1010
},
1111
"dependencies": {
12-
"@graphql-mesh/cli": "0.97.2",
13-
"@graphql-mesh/json-schema": "0.107.8",
14-
"@graphql-mesh/plugin-mock": "0.102.14",
15-
"@graphql-mesh/transform-naming-convention": "0.102.13",
12+
"@graphql-mesh/cli": "0.98.0",
13+
"@graphql-mesh/json-schema": "0.108.0",
14+
"@graphql-mesh/plugin-mock": "0.103.0",
15+
"@graphql-mesh/transform-naming-convention": "0.103.0",
1616
"graphql": "16.9.0"
1717
},
1818
"devDependencies": {

examples/json-schema-fhir/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start:prod": "mesh start"
1010
},
1111
"dependencies": {
12-
"@graphql-mesh/cli": "0.97.2",
13-
"@graphql-mesh/json-schema": "0.107.8",
12+
"@graphql-mesh/cli": "0.98.0",
13+
"@graphql-mesh/json-schema": "0.108.0",
1414
"graphql": "16.9.0",
1515
"unzip-stream": "0.3.4"
1616
},

examples/json-schema-file-upload/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"start:mesh": "mesh dev"
99
},
1010
"dependencies": {
11-
"@graphql-mesh/cli": "0.97.2",
12-
"@graphql-mesh/json-schema": "0.107.8",
11+
"@graphql-mesh/cli": "0.98.0",
12+
"@graphql-mesh/json-schema": "0.108.0",
1313
"fets": "0.8.4",
1414
"graphql": "16.9.0"
1515
},

examples/json-schema-subscriptions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"start:mesh": "mesh dev"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.97.2",
11-
"@graphql-mesh/json-schema": "0.107.8",
12-
"@graphql-mesh/plugin-live-query": "0.102.13",
10+
"@graphql-mesh/cli": "0.98.0",
11+
"@graphql-mesh/json-schema": "0.108.0",
12+
"@graphql-mesh/plugin-live-query": "0.103.0",
1313
"@whatwg-node/fetch": "^0.10.0",
1414
"fets": "0.8.4",
1515
"graphql": "16.9.0"

examples/mongoose-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.97.2",
10-
"@graphql-mesh/mongoose": "0.102.14",
9+
"@graphql-mesh/cli": "0.98.0",
10+
"@graphql-mesh/mongoose": "0.103.0",
1111
"graphql": "16.9.0",
1212
"mongoose": "8.8.2"
1313
},

examples/mysql-employees/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.97.2",
10-
"@graphql-mesh/mysql": "0.103.14",
9+
"@graphql-mesh/cli": "0.98.0",
10+
"@graphql-mesh/mysql": "0.104.0",
1111
"graphql": "16.9.0"
1212
}
1313
}

examples/mysql-rfam/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.97.2",
11-
"@graphql-mesh/mysql": "0.103.14",
10+
"@graphql-mesh/cli": "0.98.0",
11+
"@graphql-mesh/mysql": "0.104.0",
1212
"graphql": "16.9.0"
1313
},
1414
"devDependencies": {

examples/neo4j-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cache-file": "0.102.13",
10-
"@graphql-mesh/cli": "0.97.2",
11-
"@graphql-mesh/neo4j": "0.104.2",
9+
"@graphql-mesh/cache-file": "0.103.0",
10+
"@graphql-mesh/cli": "0.98.0",
11+
"@graphql-mesh/neo4j": "0.105.0",
1212
"graphql": "16.9.0"
1313
},
1414
"resolutions": {

examples/nextjs-apollo-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"start:prod": "next start"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.97.2",
14-
"@graphql-mesh/config": "0.105.2",
15-
"@graphql-mesh/openapi": "0.107.8",
16-
"@graphql-mesh/runtime": "0.104.2",
13+
"@graphql-mesh/cli": "0.98.0",
14+
"@graphql-mesh/config": "0.106.0",
15+
"@graphql-mesh/openapi": "0.108.0",
16+
"@graphql-mesh/runtime": "0.105.0",
1717
"apollo-server-micro": "3.13.0",
1818
"graphql": "16.9.0",
1919
"next": "15.0.3",

examples/nextjs-sdk-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"start:prod": "next start"
1212
},
1313
"dependencies": {
14-
"@graphql-mesh/cli": "0.97.2",
15-
"@graphql-mesh/config": "0.105.2",
16-
"@graphql-mesh/openapi": "0.107.8",
17-
"@graphql-mesh/runtime": "0.104.2",
14+
"@graphql-mesh/cli": "0.98.0",
15+
"@graphql-mesh/config": "0.106.0",
16+
"@graphql-mesh/openapi": "0.108.0",
17+
"@graphql-mesh/runtime": "0.105.0",
1818
"apollo-server-micro": "3.13.0",
1919
"graphql": "16.9.0",
2020
"next": "15.0.3",

examples/odata-microsoft/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start:beta": "cross-env GRAPH_VERSION=\"beta\" mesh dev"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.97.2",
11-
"@graphql-mesh/odata": "0.104.13",
10+
"@graphql-mesh/cli": "0.98.0",
11+
"@graphql-mesh/odata": "0.105.0",
1212
"cross-env": "7.0.3",
1313
"graphql": "16.9.0"
1414
}

examples/odata-msgraph-programmatic-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"start": "ts-node src/index.ts"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.97.2",
11-
"@graphql-mesh/config": "0.105.2",
12-
"@graphql-mesh/odata": "0.104.13",
13-
"@graphql-mesh/runtime": "0.104.2",
10+
"@graphql-mesh/cli": "0.98.0",
11+
"@graphql-mesh/config": "0.106.0",
12+
"@graphql-mesh/odata": "0.105.0",
13+
"@graphql-mesh/runtime": "0.105.0",
1414
"graphql": "16.9.0",
1515
"ts-node": "^10.9.2"
1616
}

examples/odata-msgraph-programmatic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"start": "node index.js"
99
},
1010
"dependencies": {
11-
"@graphql-mesh/cli": "0.97.2",
12-
"@graphql-mesh/config": "0.105.2",
13-
"@graphql-mesh/odata": "0.104.13",
14-
"@graphql-mesh/runtime": "0.104.2",
11+
"@graphql-mesh/cli": "0.98.0",
12+
"@graphql-mesh/config": "0.106.0",
13+
"@graphql-mesh/odata": "0.105.0",
14+
"@graphql-mesh/runtime": "0.105.0",
1515
"graphql": "16.9.0"
1616
}
1717
}

0 commit comments

Comments
 (0)