Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8258)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Jan 15, 2025
1 parent d3656b6 commit 27b5ecc
Show file tree
Hide file tree
Showing 69 changed files with 322 additions and 180 deletions.
9 changes: 0 additions & 9 deletions .changeset/@graphql-mesh_json-schema-8270-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_mongoose-8270-dependencies.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_transport-rest-8269-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_transport-rest-8270-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@omnigraph_grpc-8270-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@omnigraph_json-schema-8269-dependencies.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/@omnigraph_json-schema-8270-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@omnigraph_raml-8270-dependencies.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/json-machete-8270-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-crews-fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-operation-field-permissions": "0.103.11",
"graphql": "16.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.104.11",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-response-cache": "0.103.11",
"graphql": "16.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@google-cloud/functions-framework": "3.4.5",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"@types/node": "22.10.6",
"graphql": "16.10.0",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/grpc": "0.107.1",
"@graphql-mesh/grpc": "0.107.2",
"@graphql-mesh/transform-naming-convention": "0.103.13",
"@grpc/grpc-js": "1.12.5",
"@grpc/proto-loader": "0.7.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/grpc": "0.107.1",
"@graphql-mesh/grpc": "0.107.2",
"@graphql-mesh/transform-naming-convention": "0.103.13",
"@grpc/grpc-js": "1.12.5",
"@grpc/proto-loader": "0.7.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/hasura-openbrewery-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/hello-world-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-mock": "0.103.12",
"graphql": "16.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-mock": "0.103.12",
"@graphql-yoga/plugin-sofa": "3.10.9",
"graphql": "16.10.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/hive-example/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"@graphql-mesh/plugin-hive": "0.103.12",
"@graphql-mesh/transform-hive": "0.103.13",
"@graphql-mesh/transform-hive": "0.103.14",
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/hive-example/sources/authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@graphql-hive/cli": "0.45.0",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/hive-example/sources/books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@graphql-hive/cli": "0.45.0",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/json-schema-covid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/graphql": "0.103.12",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"graphql": "16.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-mock": "0.103.12",
"@graphql-mesh/transform-naming-convention": "0.103.13",
"graphql": "16.10.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-fhir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"graphql": "16.10.0",
"unzip-stream": "0.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"fets": "0.8.4",
"graphql": "16.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-live-query": "0.103.11",
"@whatwg-node/fetch": "^0.10.0",
"fets": "0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/mongoose": "0.103.11",
"@graphql-mesh/mongoose": "0.103.12",
"graphql": "16.10.0",
"mongoose": "8.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-apollo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/config": "0.106.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"@graphql-mesh/runtime": "0.105.12",
"apollo-server-micro": "3.13.0",
"graphql": "16.10.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-sdk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/config": "0.106.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"@graphql-mesh/runtime": "0.105.12",
"apollo-server-micro": "3.13.0",
"graphql": "16.10.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-javascript-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"graphql": "16.10.0",
"moment": "2.30.1",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-location-weather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"@graphql-mesh/plugin-response-cache": "0.103.11",
"@graphql-mesh/runtime": "0.105.12",
"@graphql-mesh/transform-cache": "0.103.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-meilisearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-stackexchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"@whatwg-node/fetch": "^0.10.0",
"concurrently": "9.1.2",
"fets": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-youtrack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"@graphql-mesh/transform-resolvers-composition": "0.103.11",
"graphql": "16.10.0",
"graphql-fields": "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/persisted-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-mock": "0.103.12",
"@graphql-yoga/plugin-sofa": "3.10.9",
"graphql": "16.10.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/programmatic-batching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.13",
"@graphql-mesh/openapi": "0.108.14",
"@sinclair/typebox": "0.34.13",
"fets": "0.8.4",
"graphql": "16.10.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/reddit-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.12"
"@graphql-mesh/json-schema": "0.108.13"
}
}
8 changes: 8 additions & 0 deletions examples/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-response-cache

## 0.4.19

### Patch Changes

- Updated dependencies
[[`d3656b6`](https://github.com/ardatan/graphql-mesh/commit/d3656b60fe47c74122e9dfad28273426b07b42ab)]:
- @graphql-mesh/json-schema@0.108.13

## 0.4.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/response-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-response-cache",
"version": "0.4.18",
"version": "0.4.19",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "^0.98.17",
"@graphql-mesh/json-schema": "^0.108.12",
"@graphql-mesh/json-schema": "^0.108.13",
"@graphql-mesh/plugin-mock": "^0.103.12",
"graphql": "16.10.0"
}
Expand Down
Loading

0 comments on commit 27b5ecc

Please sign in to comment.