Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#7892)
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 Nov 6, 2024
1 parent 4d1893d commit 7005dd7
Show file tree
Hide file tree
Showing 25 changed files with 63 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-boats-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-weeks-drive.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.97.0",
"@graphql-mesh/graphql": "0.102.13",
"@graphql-mesh/graphql": "0.102.14",
"fastify": "5.1.0",
"graphql": "16.9.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.97.0",
"@graphql-mesh/graphql": "0.102.13",
"@graphql-mesh/graphql": "0.102.14",
"@graphql-mesh/transform-federation": "0.102.11",
"graphql": "16.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.97.0",
"@graphql-mesh/graphql": "0.102.13",
"@graphql-mesh/graphql": "0.102.14",
"concurrently": "9.1.0",
"graphql": "16.9.0",
"graphql-yoga": "5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-covid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.97.0",
"@graphql-mesh/graphql": "0.102.13",
"@graphql-mesh/graphql": "0.102.14",
"@graphql-mesh/json-schema": "0.107.5",
"graphql": "16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/openwhisk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.97.0",
"@graphql-mesh/graphql": "0.102.13",
"@graphql-mesh/graphql": "0.102.14",
"esbuild": "^0.24.0",
"graphql": "16.9.0",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@graphql-mesh/cache-file": "0.102.11",
"@graphql-mesh/cli": "0.97.0",
"@graphql-mesh/config": "0.105.0",
"@graphql-mesh/graphql": "0.102.13",
"@graphql-mesh/graphql": "0.102.14",
"@graphql-mesh/postgraphile": "0.102.11",
"@graphql-mesh/runtime": "0.104.0",
"@graphql-mesh/transform-prefix": "0.102.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@envelop/depth-limit": "4.0.0",
"@graphql-mesh/cache-cfw-kv": "0.102.11",
"@graphql-mesh/cli": "0.97.0",
"@graphql-mesh/graphql": "0.102.13",
"@graphql-mesh/graphql": "0.102.14",
"@graphql-mesh/plugin-rate-limit": "0.102.11",
"@graphql-mesh/plugin-response-cache": "0.102.11",
"graphql": "16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/type-merging-batching-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.97.0",
"@graphql-mesh/graphql": "0.102.13",
"@graphql-mesh/graphql": "0.102.14",
"@graphql-mesh/transform-rename": "0.102.11",
"@graphql-mesh/transform-type-merging": "0.102.11",
"graphql": "16.9.0"
Expand Down
2 changes: 2 additions & 0 deletions examples/v1-next/apollo-federation-compatibility/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# example-apollo-federation-compatibility

## 1.4.3

## 1.4.2

## 1.4.1
Expand Down
4 changes: 2 additions & 2 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.4.2",
"version": "1.4.3",
"description": "Apollo Federation implemented with GraphQL Mesh",
"author": "Arda TANRIKULU <[email protected]>",
"private": true,
Expand All @@ -27,7 +27,7 @@
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/typescript": "4.1.1",
"@graphql-codegen/typescript-resolvers": "4.4.0",
"@graphql-mesh/compose-cli": "1.1.6",
"@graphql-mesh/compose-cli": "1.1.7",
"@types/node": "22.9.0",
"esbuild": "^0.24.0",
"lru-cache": "11.0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/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-hive/gateway": "^1.4.8",
"@graphql-mesh/compose-cli": "^1.1.6",
"@graphql-mesh/compose-cli": "^1.1.7",
"@graphql-mesh/plugin-operation-field-permissions": "^0.102.11",
"@omnigraph/json-schema": "^0.107.5",
"graphql": "16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-breweries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@graphql-hive/gateway": "^1.4.8",
"@graphql-mesh/cache-cfw-kv": "^0.102.11",
"@graphql-mesh/cache-localforage": "^0.102.11",
"@graphql-mesh/compose-cli": "^1.1.6",
"@graphql-mesh/compose-cli": "^1.1.7",
"@graphql-mesh/plugin-response-cache": "^0.102.11",
"@omnigraph/json-schema": "^0.107.5",
"graphql": "16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-hive/gateway": "^1.4.8",
"@graphql-mesh/compose-cli": "^1.1.6",
"@graphql-mesh/compose-cli": "^1.1.7",
"@omnigraph/openapi": "^0.107.5",
"fastify": "^5.0.0",
"graphql": "16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/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.3.0",
"@graphql-hive/gateway": "^1.4.8",
"@graphql-mesh/compose-cli": "^1.1.6",
"@graphql-mesh/compose-cli": "^1.1.7",
"@omnigraph/json-schema": "^0.107.5",
"@types/node": "^22.0.0",
"graphql": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/openapi-location-weather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@graphql-hive/gateway": "^1.4.8",
"@graphql-mesh/cache-localforage": "^0.102.11",
"@graphql-mesh/compose-cli": "^1.1.6",
"@graphql-mesh/compose-cli": "^1.1.7",
"@omnigraph/openapi": "^0.107.5",
"graphql": "^16.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/openapi-youtrack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@graphql-hive/gateway": "^1.4.8",
"@graphql-mesh/compose-cli": "^1.1.6",
"@graphql-mesh/compose-cli": "^1.1.7",
"@omnigraph/openapi": "^0.107.5",
"graphql": "^16.9.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/compose-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-mesh/compose-cli

## 1.1.7

### Patch Changes

- [`56e7b60`](https://github.com/ardatan/graphql-mesh/commit/56e7b602ec8a17b52127eecb3457cf16e6030ae9)
Thanks [@ardatan](https://github.com/ardatan)! - Pass `ignoreSemanticConventions` to the
composition

## 1.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compose-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/compose-cli",
"version": "1.1.6",
"version": "1.1.7",
"type": "module",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/legacy/handlers/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-mesh/graphql

## 0.102.14

### Patch Changes

- [`4d1893d`](https://github.com/ardatan/graphql-mesh/commit/4d1893da99ea0bc18a906c70fa5560a4ad6ccc62)
Thanks [@ardatan](https://github.com/ardatan)! - Handle interpolation on `source`

## 0.102.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/graphql",
"version": "0.102.13",
"version": "0.102.14",
"type": "module",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/legacy/migrate-config-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-mesh/migrate-config-cli

## 1.2.1

### Patch Changes

- Updated dependencies
[[`56e7b60`](https://github.com/ardatan/graphql-mesh/commit/56e7b602ec8a17b52127eecb3457cf16e6030ae9)]:
- @graphql-mesh/compose-cli@1.1.7

## 1.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/migrate-config-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/migrate-config-cli",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "^0.97.0",
"@graphql-mesh/compose-cli": "^1.1.6",
"@graphql-mesh/compose-cli": "^1.1.7",
"@graphql-mesh/config": "^0.105.0",
"@graphql-mesh/types": "^0.102.11",
"@graphql-mesh/utils": "^0.102.11",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4421,7 +4421,7 @@ __metadata:
dependencies:
"@envelop/auth0": "npm:^6.0.0"
"@graphql-hive/gateway": "npm:^1.4.8"
"@graphql-mesh/compose-cli": "npm:^1.1.6"
"@graphql-mesh/compose-cli": "npm:^1.1.7"
"@graphql-mesh/plugin-operation-field-permissions": "npm:^0.102.11"
"@omnigraph/json-schema": "npm:^0.107.5"
graphql: "npm:16.9.0"
Expand All @@ -4436,7 +4436,7 @@ __metadata:
"@graphql-hive/gateway": "npm:^1.4.8"
"@graphql-mesh/cache-cfw-kv": "npm:^0.102.11"
"@graphql-mesh/cache-localforage": "npm:^0.102.11"
"@graphql-mesh/compose-cli": "npm:^1.1.6"
"@graphql-mesh/compose-cli": "npm:^1.1.7"
"@graphql-mesh/plugin-response-cache": "npm:^0.102.11"
"@omnigraph/json-schema": "npm:^0.107.5"
graphql: "npm:16.9.0"
Expand All @@ -4463,7 +4463,7 @@ __metadata:
resolution: "@examples-v1-next/fastify@workspace:examples/v1-next/integrations/fastify"
dependencies:
"@graphql-hive/gateway": "npm:^1.4.8"
"@graphql-mesh/compose-cli": "npm:^1.1.6"
"@graphql-mesh/compose-cli": "npm:^1.1.7"
"@omnigraph/openapi": "npm:^0.107.5"
fastify: "npm:^5.0.0"
graphql: "npm:16.9.0"
Expand All @@ -4479,7 +4479,7 @@ __metadata:
dependencies:
"@google-cloud/functions-framework": "npm:^3.3.0"
"@graphql-hive/gateway": "npm:^1.4.8"
"@graphql-mesh/compose-cli": "npm:^1.1.6"
"@graphql-mesh/compose-cli": "npm:^1.1.7"
"@omnigraph/json-schema": "npm:^0.107.5"
"@types/node": "npm:^22.0.0"
graphql: "npm:^16.9.0"
Expand Down Expand Up @@ -4542,7 +4542,7 @@ __metadata:
dependencies:
"@graphql-hive/gateway": "npm:^1.4.8"
"@graphql-mesh/cache-localforage": "npm:^0.102.11"
"@graphql-mesh/compose-cli": "npm:^1.1.6"
"@graphql-mesh/compose-cli": "npm:^1.1.7"
"@omnigraph/openapi": "npm:^0.107.5"
graphql: "npm:^16.9.0"
languageName: unknown
Expand All @@ -4553,7 +4553,7 @@ __metadata:
resolution: "@examples-v1-next/openapi-youtrack@workspace:examples/v1-next/openapi-youtrack"
dependencies:
"@graphql-hive/gateway": "npm:^1.4.8"
"@graphql-mesh/compose-cli": "npm:^1.1.6"
"@graphql-mesh/compose-cli": "npm:^1.1.7"
"@omnigraph/openapi": "npm:^0.107.5"
graphql: "npm:^16.9.0"
languageName: unknown
Expand Down Expand Up @@ -4601,7 +4601,7 @@ __metadata:
resolution: "@examples/fastify@workspace:examples/fastify"
dependencies:
"@graphql-mesh/cli": "npm:0.97.0"
"@graphql-mesh/graphql": "npm:0.102.13"
"@graphql-mesh/graphql": "npm:0.102.14"
fastify: "npm:5.1.0"
graphql: "npm:16.9.0"
ts-node: "npm:^10.9.2"
Expand All @@ -4625,7 +4625,7 @@ __metadata:
resolution: "@examples/federation-example-gateway@workspace:examples/federation-example/gateway"
dependencies:
"@graphql-mesh/cli": "npm:0.97.0"
"@graphql-mesh/graphql": "npm:0.102.13"
"@graphql-mesh/graphql": "npm:0.102.14"
"@graphql-mesh/transform-federation": "npm:0.102.11"
graphql: "npm:16.9.0"
languageName: unknown
Expand Down Expand Up @@ -4745,7 +4745,7 @@ __metadata:
resolution: "@examples/graphql-file-upload-example@workspace:examples/graphql-file-upload-example"
dependencies:
"@graphql-mesh/cli": "npm:0.97.0"
"@graphql-mesh/graphql": "npm:0.102.13"
"@graphql-mesh/graphql": "npm:0.102.14"
concurrently: "npm:9.1.0"
graphql: "npm:16.9.0"
graphql-yoga: "npm:5.8.0"
Expand Down Expand Up @@ -4876,7 +4876,7 @@ __metadata:
resolution: "@examples/json-schema-covid@workspace:examples/json-schema-covid"
dependencies:
"@graphql-mesh/cli": "npm:0.97.0"
"@graphql-mesh/graphql": "npm:0.102.13"
"@graphql-mesh/graphql": "npm:0.102.14"
"@graphql-mesh/json-schema": "npm:0.107.5"
graphql: "npm:16.9.0"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -5173,7 +5173,7 @@ __metadata:
resolution: "@examples/openwhisk-example@workspace:examples/openwhisk-example"
dependencies:
"@graphql-mesh/cli": "npm:0.97.0"
"@graphql-mesh/graphql": "npm:0.102.13"
"@graphql-mesh/graphql": "npm:0.102.14"
esbuild: "npm:^0.24.0"
graphql: "npm:16.9.0"
typescript: "npm:^5.4.2"
Expand All @@ -5200,7 +5200,7 @@ __metadata:
"@graphql-mesh/cache-file": "npm:0.102.11"
"@graphql-mesh/cli": "npm:0.97.0"
"@graphql-mesh/config": "npm:0.105.0"
"@graphql-mesh/graphql": "npm:0.102.13"
"@graphql-mesh/graphql": "npm:0.102.14"
"@graphql-mesh/postgraphile": "npm:0.102.11"
"@graphql-mesh/runtime": "npm:0.104.0"
"@graphql-mesh/transform-prefix": "npm:0.102.11"
Expand Down Expand Up @@ -5276,7 +5276,7 @@ __metadata:
"@envelop/depth-limit": "npm:4.0.0"
"@graphql-mesh/cache-cfw-kv": "npm:0.102.11"
"@graphql-mesh/cli": "npm:0.97.0"
"@graphql-mesh/graphql": "npm:0.102.13"
"@graphql-mesh/graphql": "npm:0.102.14"
"@graphql-mesh/plugin-rate-limit": "npm:0.102.11"
"@graphql-mesh/plugin-response-cache": "npm:0.102.11"
graphql: "npm:16.9.0"
Expand Down Expand Up @@ -5317,7 +5317,7 @@ __metadata:
resolution: "@examples/type-merging-batching-example@workspace:examples/type-merging-batching-example"
dependencies:
"@graphql-mesh/cli": "npm:0.97.0"
"@graphql-mesh/graphql": "npm:0.102.13"
"@graphql-mesh/graphql": "npm:0.102.14"
"@graphql-mesh/transform-rename": "npm:0.102.11"
"@graphql-mesh/transform-type-merging": "npm:0.102.11"
graphql: "npm:16.9.0"
Expand Down Expand Up @@ -6054,7 +6054,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/compose-cli@npm:1.1.6, @graphql-mesh/compose-cli@npm:^1.1.6, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:packages/compose-cli":
"@graphql-mesh/compose-cli@npm:1.1.7, @graphql-mesh/compose-cli@npm:^1.1.7, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:packages/compose-cli":
version: 0.0.0-use.local
resolution: "@graphql-mesh/compose-cli@workspace:packages/compose-cli"
dependencies:
Expand Down Expand Up @@ -6166,7 +6166,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/graphql@npm:0.102.13, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql":
"@graphql-mesh/graphql@npm:0.102.14, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql":
version: 0.0.0-use.local
resolution: "@graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql"
dependencies:
Expand Down Expand Up @@ -6307,7 +6307,7 @@ __metadata:
resolution: "@graphql-mesh/migrate-config-cli@workspace:packages/legacy/migrate-config-cli"
dependencies:
"@graphql-mesh/cli": "npm:^0.97.0"
"@graphql-mesh/compose-cli": "npm:^1.1.6"
"@graphql-mesh/compose-cli": "npm:^1.1.7"
"@graphql-mesh/config": "npm:^0.105.0"
"@graphql-mesh/types": "npm:^0.102.11"
"@graphql-mesh/utils": "npm:^0.102.11"
Expand Down Expand Up @@ -21051,7 +21051,7 @@ __metadata:
"@graphql-codegen/typescript": "npm:4.1.1"
"@graphql-codegen/typescript-resolvers": "npm:4.4.0"
"@graphql-hive/gateway": "npm:1.4.11"
"@graphql-mesh/compose-cli": "npm:1.1.6"
"@graphql-mesh/compose-cli": "npm:1.1.7"
"@graphql-yoga/plugin-apollo-inline-trace": "npm:3.8.0"
"@types/node": "npm:22.9.0"
concurrently: "npm:9.1.0"
Expand Down

0 comments on commit 7005dd7

Please sign in to comment.