Skip to content

Commit 4452401

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

File tree

81 files changed

+252
-193
lines changed

Some content is hidden

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

81 files changed

+252
-193
lines changed

.changeset/sixty-rabbits-grow.md

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

examples/auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/auth0": "7.0.0",
1313
"@envelop/core": "5.1.0",
14-
"@graphql-mesh/cli": "0.98.26",
14+
"@graphql-mesh/cli": "0.98.27",
1515
"@graphql-mesh/json-schema": "0.108.22",
1616
"@graphql-mesh/plugin-operation-field-permissions": "0.103.20",
1717
"graphql": "16.10.0"

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"dependencies": {
55
"@graphql-mesh/cache-cfw-kv": "0.104.19",
6-
"@graphql-mesh/cli": "0.98.26",
6+
"@graphql-mesh/cli": "0.98.27",
77
"@graphql-mesh/json-schema": "0.108.22",
88
"@graphql-mesh/plugin-response-cache": "0.103.22",
99
"graphql": "16.10.0"

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "ts-node-dev src/index.ts"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/graphql": "0.103.20",
1111
"@types/node": "22.13.5",
1212
"fastify": "5.2.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"private": true,
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.98.26",
6+
"@graphql-mesh/cli": "0.98.27",
77
"@graphql-mesh/supergraph": "0.9.20",
88
"graphql": "16.10.0"
99
}

examples/federation-example/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"private": true,
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.98.26",
6+
"@graphql-mesh/cli": "0.98.27",
77
"@graphql-mesh/graphql": "0.103.20",
88
"@graphql-mesh/transform-federation": "0.103.19",
99
"graphql": "16.10.0"

examples/gcp-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@google-cloud/functions-framework": "3.4.5",
15-
"@graphql-mesh/cli": "0.98.26",
15+
"@graphql-mesh/cli": "0.98.27",
1616
"@graphql-mesh/json-schema": "0.108.22",
1717
"@types/node": "22.13.5",
1818
"graphql": "16.10.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "jest"
99
},
1010
"dependencies": {
11-
"@graphql-mesh/cli": "0.98.26",
11+
"@graphql-mesh/cli": "0.98.27",
1212
"@graphql-mesh/graphql": "0.103.20",
1313
"concurrently": "9.1.2",
1414
"graphql": "16.10.0",

examples/grpc-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.98.26",
13+
"@graphql-mesh/cli": "0.98.27",
1414
"@graphql-mesh/grpc": "0.107.10",
15-
"@graphql-mesh/transform-naming-convention": "0.103.21",
15+
"@graphql-mesh/transform-naming-convention": "0.103.22",
1616
"@grpc/grpc-js": "1.12.6",
1717
"@grpc/proto-loader": "0.7.13",
1818
"google-protobuf": "3.21.4",

examples/grpc-reflection-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.98.26",
13+
"@graphql-mesh/cli": "0.98.27",
1414
"@graphql-mesh/grpc": "0.107.10",
15-
"@graphql-mesh/transform-naming-convention": "0.103.21",
15+
"@graphql-mesh/transform-naming-convention": "0.103.22",
1616
"@grpc/grpc-js": "1.12.6",
1717
"@grpc/proto-loader": "0.7.13",
1818
"google-protobuf": "3.21.4",

examples/hasura-openbrewery-geodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/json-schema": "0.108.22",
1111
"graphql": "16.10.0"
1212
}

examples/hello-world-esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.98.26",
13+
"@graphql-mesh/cli": "0.98.27",
1414
"@graphql-mesh/json-schema": "0.108.22",
15-
"@graphql-mesh/plugin-mock": "0.103.20",
15+
"@graphql-mesh/plugin-mock": "0.103.21",
1616
"graphql": "16.10.0"
1717
},
1818
"devDependencies": {

examples/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.98.26",
10+
"@graphql-mesh/cli": "0.98.27",
1111
"@graphql-mesh/json-schema": "0.108.22",
12-
"@graphql-mesh/plugin-mock": "0.103.20",
12+
"@graphql-mesh/plugin-mock": "0.103.21",
1313
"@graphql-yoga/plugin-sofa": "3.12.0",
1414
"graphql": "16.10.0",
1515
"graphql-yoga": "5.12.0"

examples/hive-example/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/openapi": "0.108.23",
1111
"@graphql-mesh/plugin-hive": "0.103.20",
1212
"@graphql-mesh/transform-hive": "0.103.22",

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
},
1515
"devDependencies": {
1616
"@graphql-hive/cli": "0.45.0",
17-
"@graphql-mesh/cli": "0.98.26",
17+
"@graphql-mesh/cli": "0.98.27",
1818
"@graphql-mesh/openapi": "0.108.23",
1919
"@types/node": "22.13.5",
2020
"graphql": "16.10.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
},
1515
"devDependencies": {
1616
"@graphql-hive/cli": "0.45.0",
17-
"@graphql-mesh/cli": "0.98.26",
17+
"@graphql-mesh/cli": "0.98.27",
1818
"@graphql-mesh/openapi": "0.108.23",
1919
"@types/node": "22.13.5",
2020
"graphql": "16.10.0"

examples/json-schema-complex-url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start:mesh": "mesh start"
1010
},
1111
"dependencies": {
12-
"@graphql-mesh/cli": "0.98.26",
12+
"@graphql-mesh/cli": "0.98.27",
1313
"@graphql-mesh/json-schema": "0.108.22",
1414
"graphql": "16.10.0"
1515
},

examples/json-schema-covid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@graphql-mesh/cli": "0.98.26",
14+
"@graphql-mesh/cli": "0.98.27",
1515
"@graphql-mesh/graphql": "0.103.20",
1616
"@graphql-mesh/json-schema": "0.108.22",
1717
"graphql": "16.10.0"

examples/json-schema-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"test": "jest"
1010
},
1111
"dependencies": {
12-
"@graphql-mesh/cli": "0.98.26",
12+
"@graphql-mesh/cli": "0.98.27",
1313
"@graphql-mesh/json-schema": "0.108.22",
14-
"@graphql-mesh/plugin-mock": "0.103.20",
15-
"@graphql-mesh/transform-naming-convention": "0.103.21",
14+
"@graphql-mesh/plugin-mock": "0.103.21",
15+
"@graphql-mesh/transform-naming-convention": "0.103.22",
1616
"graphql": "16.10.0"
1717
},
1818
"devDependencies": {

examples/json-schema-fhir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start:prod": "mesh start"
1010
},
1111
"dependencies": {
12-
"@graphql-mesh/cli": "0.98.26",
12+
"@graphql-mesh/cli": "0.98.27",
1313
"@graphql-mesh/json-schema": "0.108.22",
1414
"graphql": "16.10.0",
1515
"unzip-stream": "0.3.4"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start:mesh": "mesh dev"
99
},
1010
"dependencies": {
11-
"@graphql-mesh/cli": "0.98.26",
11+
"@graphql-mesh/cli": "0.98.27",
1212
"@graphql-mesh/json-schema": "0.108.22",
1313
"fets": "0.8.4",
1414
"graphql": "16.10.0"

examples/json-schema-subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start:mesh": "mesh dev"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.98.26",
10+
"@graphql-mesh/cli": "0.98.27",
1111
"@graphql-mesh/json-schema": "0.108.22",
1212
"@graphql-mesh/plugin-live-query": "0.103.20",
1313
"@whatwg-node/fetch": "^0.10.4",

examples/mongoose-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/mongoose": "0.103.20",
1111
"graphql": "16.10.0",
1212
"mongoose": "8.10.1"

examples/mysql-employees/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/mysql": "0.104.19",
1111
"graphql": "16.10.0"
1212
}

examples/mysql-rfam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.98.26",
10+
"@graphql-mesh/cli": "0.98.27",
1111
"@graphql-mesh/mysql": "0.104.19",
1212
"graphql": "16.10.0"
1313
},

examples/neo4j-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@graphql-mesh/cache-file": "0.103.20",
10-
"@graphql-mesh/cli": "0.98.26",
10+
"@graphql-mesh/cli": "0.98.27",
1111
"@graphql-mesh/neo4j": "0.105.19",
1212
"graphql": "16.10.0"
1313
},

examples/nextjs-apollo-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"start:prod": "next start"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.98.26",
14-
"@graphql-mesh/config": "0.106.26",
13+
"@graphql-mesh/cli": "0.98.27",
14+
"@graphql-mesh/config": "0.106.27",
1515
"@graphql-mesh/openapi": "0.108.23",
1616
"@graphql-mesh/runtime": "0.105.21",
1717
"apollo-server-micro": "3.13.0",

examples/nextjs-sdk-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"start:prod": "next start"
1212
},
1313
"dependencies": {
14-
"@graphql-mesh/cli": "0.98.26",
15-
"@graphql-mesh/config": "0.106.26",
14+
"@graphql-mesh/cli": "0.98.27",
15+
"@graphql-mesh/config": "0.106.27",
1616
"@graphql-mesh/openapi": "0.108.23",
1717
"@graphql-mesh/runtime": "0.105.21",
1818
"apollo-server-micro": "3.13.0",

examples/odata-microsoft/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start:beta": "cross-env GRAPH_VERSION=\"beta\" mesh dev"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.98.26",
10+
"@graphql-mesh/cli": "0.98.27",
1111
"@graphql-mesh/odata": "0.105.19",
1212
"cross-env": "7.0.3",
1313
"graphql": "16.10.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "ts-node src/index.ts"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.98.26",
11-
"@graphql-mesh/config": "0.106.26",
10+
"@graphql-mesh/cli": "0.98.27",
11+
"@graphql-mesh/config": "0.106.27",
1212
"@graphql-mesh/odata": "0.105.19",
1313
"@graphql-mesh/runtime": "0.105.21",
1414
"@types/node": "22.13.5",

examples/odata-msgraph-programmatic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"start": "node index.js"
99
},
1010
"dependencies": {
11-
"@graphql-mesh/cli": "0.98.26",
12-
"@graphql-mesh/config": "0.106.26",
11+
"@graphql-mesh/cli": "0.98.27",
12+
"@graphql-mesh/config": "0.106.27",
1313
"@graphql-mesh/odata": "0.105.19",
1414
"@graphql-mesh/runtime": "0.105.21",
1515
"graphql": "16.10.0"

examples/odata-trippin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/odata": "0.105.19",
1111
"graphql": "16.10.0"
1212
}

examples/openapi-javascript-wiki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "mesh dev"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.98.26",
10+
"@graphql-mesh/cli": "0.98.27",
1111
"@graphql-mesh/openapi": "0.108.23",
1212
"graphql": "16.10.0",
1313
"moment": "2.30.1",

examples/openapi-location-weather/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/openapi": "0.108.23",
1111
"@graphql-mesh/plugin-response-cache": "0.103.22",
1212
"@graphql-mesh/runtime": "0.105.21",
13-
"@graphql-mesh/transform-cache": "0.103.20",
14-
"@graphql-mesh/transform-rename": "0.103.20",
13+
"@graphql-mesh/transform-cache": "0.103.21",
14+
"@graphql-mesh/transform-rename": "0.103.21",
1515
"graphql": "16.10.0"
1616
}
1717
}

examples/openapi-meilisearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/openapi": "0.108.23",
1111
"graphql": "16.10.0"
1212
}

examples/openapi-react-weatherbit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "19.0.0"
1616
},
1717
"devDependencies": {
18-
"@graphql-mesh/cli": "0.98.26",
18+
"@graphql-mesh/cli": "0.98.27",
1919
"@types/react": "19.0.10",
2020
"@types/react-dom": "19.0.4",
2121
"@vitejs/plugin-react": "4.3.4",

examples/openapi-stackexchange/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/openapi": "0.108.23",
1111
"graphql": "16.10.0"
1212
}

examples/openapi-stripe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/openapi": "0.108.23",
1111
"graphql": "16.10.0"
1212
}

examples/openapi-subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start:mesh": "mesh dev"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.98.26",
10+
"@graphql-mesh/cli": "0.98.27",
1111
"@graphql-mesh/openapi": "0.108.23",
1212
"@types/node": "22.13.5",
1313
"@whatwg-node/fetch": "^0.10.4",

examples/openapi-youtrack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "mesh dev"
77
},
88
"dependencies": {
9-
"@graphql-mesh/cli": "0.98.26",
9+
"@graphql-mesh/cli": "0.98.27",
1010
"@graphql-mesh/openapi": "0.108.23",
1111
"@graphql-mesh/transform-resolvers-composition": "0.103.19",
1212
"graphql": "16.10.0",

examples/openwhisk-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "mesh dev"
1212
},
1313
"dependencies": {
14-
"@graphql-mesh/cli": "0.98.26",
14+
"@graphql-mesh/cli": "0.98.27",
1515
"@graphql-mesh/graphql": "0.103.20",
1616
"esbuild": "^0.25.0",
1717
"graphql": "16.10.0",

0 commit comments

Comments
 (0)