Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#7768)
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 Oct 14, 2024
1 parent abb08ee commit 5a03b4c
Show file tree
Hide file tree
Showing 84 changed files with 400 additions and 217 deletions.

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphql-mesh_plugin-hive-7767-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_serve-runtime-7767-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphql-mesh_transform-hive-7767-dependencies.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/real-birds-battle.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.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"@graphql-mesh/plugin-operation-field-permissions": "0.102.6",
"graphql": "16.9.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.102.6",
"@graphql-mesh/cli": "0.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"@graphql-mesh/plugin-response-cache": "0.102.6",
"graphql": "16.9.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.2",
"@graphql-mesh/cli": "0.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"@types/node": "20.16.11",
"graphql": "16.9.0",
"typescript": "^5.4.2"
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.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"@graphql-mesh/plugin-mock": "0.102.7",
"graphql": "16.9.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.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"@graphql-mesh/plugin-mock": "0.102.7",
"@graphql-yoga/plugin-sofa": "3.7.0",
"graphql": "16.9.0"
Expand Down
6 changes: 3 additions & 3 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.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/plugin-hive": "0.102.7",
"@graphql-mesh/transform-hive": "0.102.7",
"@graphql-mesh/openapi": "0.107.0",
"@graphql-mesh/plugin-hive": "0.102.8",
"@graphql-mesh/transform-hive": "0.102.8",
"graphql": "16.9.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.44.1",
"@graphql-mesh/cli": "0.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"graphql": "16.9.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.44.1",
"@graphql-mesh/cli": "0.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/graphql": "0.102.7",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"@graphql-mesh/plugin-mock": "0.102.7",
"@graphql-mesh/transform-naming-convention": "0.102.6",
"graphql": "16.9.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.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"fets": "0.8.3",
"graphql": "16.9.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.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"@graphql-mesh/plugin-live-query": "0.102.6",
"@whatwg-node/fetch": "^0.9.0",
"fets": "0.8.3",
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.96.5",
"@graphql-mesh/config": "0.104.7",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"@graphql-mesh/runtime": "0.103.7",
"apollo-server-micro": "3.13.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/config": "0.104.7",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"@graphql-mesh/runtime": "0.103.7",
"apollo-server-micro": "3.13.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"@graphql-mesh/plugin-response-cache": "0.102.6",
"@graphql-mesh/runtime": "0.103.7",
"@graphql-mesh/transform-cache": "0.102.6",
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.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"@whatwg-node/fetch": "^0.9.0",
"concurrently": "9.0.1",
"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.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"@graphql-mesh/transform-resolvers-composition": "0.102.6",
"graphql": "16.9.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.96.5",
"@graphql-mesh/json-schema": "0.106.8",
"@graphql-mesh/json-schema": "0.107.0",
"@graphql-mesh/plugin-mock": "0.102.7",
"@graphql-yoga/plugin-sofa": "3.7.0",
"graphql": "16.9.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.96.5",
"@graphql-mesh/openapi": "0.106.9",
"@graphql-mesh/openapi": "0.107.0",
"@sinclair/typebox": "0.33.16",
"fets": "0.8.3",
"graphql": "16.9.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.96.5",
"@graphql-mesh/json-schema": "0.106.8"
"@graphql-mesh/json-schema": "0.107.0"
}
}
7 changes: 7 additions & 0 deletions examples/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-response-cache

## 0.2.0

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.107.0

## 0.1.5

### 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.1.5",
"version": "0.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "^0.96.5",
"@graphql-mesh/json-schema": "^0.106.8",
"@graphql-mesh/json-schema": "^0.107.0",
"@graphql-mesh/plugin-mock": "^0.102.7",
"graphql": "16.9.0"
}
Expand Down
7 changes: 7 additions & 0 deletions examples/v1-next/apollo-federation-compatibility/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-apollo-federation-compatibility

## 1.1.0

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/serve-cli@1.1.0

## 1.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/v1-next/apollo-federation-compatibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-apollo-federation-compatibility",
"version": "1.0.8",
"version": "1.1.0",
"description": "Apollo Federation implemented with GraphQL Mesh",
"author": "Arda TANRIKULU <[email protected]>",
"private": true,
Expand All @@ -15,7 +15,7 @@
"start": "node bundle.js"
},
"dependencies": {
"@graphql-mesh/serve-cli": "1.0.8",
"@graphql-mesh/serve-cli": "1.1.0",
"@graphql-yoga/plugin-apollo-inline-trace": "3.7.0",
"concurrently": "9.0.1",
"graphql": "16.9.0",
Expand All @@ -27,7 +27,7 @@
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/typescript": "4.1.0",
"@graphql-codegen/typescript-resolvers": "4.3.0",
"@graphql-mesh/compose-cli": "1.0.4",
"@graphql-mesh/compose-cli": "1.1.0",
"@types/node": "20.16.11",
"esbuild": "^0.24.0",
"lru-cache": "11.0.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/v1-next/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@envelop/auth0": "^6.0.0",
"@graphql-mesh/compose-cli": "^1.0.4",
"@graphql-mesh/compose-cli": "^1.1.0",
"@graphql-mesh/plugin-operation-field-permissions": "^0.102.6",
"@graphql-mesh/serve-cli": "^1.0.8",
"@omnigraph/json-schema": "^0.106.8",
"@graphql-mesh/serve-cli": "^1.1.0",
"@omnigraph/json-schema": "^0.107.0",
"graphql": "16.9.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/v1-next/integrations/cfw-breweries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "^0.102.6",
"@graphql-mesh/cache-localforage": "^0.102.6",
"@graphql-mesh/compose-cli": "^1.0.4",
"@graphql-mesh/compose-cli": "^1.1.0",
"@graphql-mesh/plugin-response-cache": "^0.102.6",
"@graphql-mesh/serve-runtime": "^1.0.5",
"@omnigraph/json-schema": "^0.106.8",
"@graphql-mesh/serve-runtime": "^1.1.0",
"@omnigraph/json-schema": "^0.107.0",
"graphql": "16.9.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-spacex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@graphql-mesh/cache-cfw-kv": "^0.102.6",
"@graphql-mesh/plugin-rate-limit": "^0.102.6",
"@graphql-mesh/plugin-response-cache": "^0.102.6",
"@graphql-mesh/serve-runtime": "^1.0.5",
"@graphql-mesh/serve-runtime": "^1.1.0",
"graphql": "16.9.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/v1-next/integrations/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/compose-cli": "^1.0.4",
"@graphql-mesh/serve-runtime": "^1.0.5",
"@omnigraph/openapi": "^0.106.9",
"@graphql-mesh/compose-cli": "^1.1.0",
"@graphql-mesh/serve-runtime": "^1.1.0",
"@omnigraph/openapi": "^0.107.0",
"fastify": "^5.0.0",
"graphql": "16.9.0",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 5a03b4c

Please sign in to comment.