Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8278)
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 23, 2025
1 parent 68d6c4a commit 709000e
Show file tree
Hide file tree
Showing 246 changed files with 2,264 additions and 1,064 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_cli-8272-dependencies.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_runtime-8325-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_utils-8325-dependencies.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fast-cars-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-hats-begin.md

This file was deleted.

46 changes: 0 additions & 46 deletions .changeset/large-oranges-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-lions-appear.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sour-carrots-notice.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tiny-fans-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-games-raise.md

This file was deleted.

2 changes: 1 addition & 1 deletion e2e/cache-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@apollo/server": "^4.11.3",
"@apollo/subgraph": "^2.9.3",
"@graphql-hive/gateway": "^1.8.0",
"@graphql-mesh/compose-cli": "^1.2.13",
"@graphql-mesh/compose-cli": "^1.3.6",
"@graphql-yoga/plugin-response-cache": "^3.12.10",
"graphql": "^16.9.0",
"graphql-yoga": "^5.10.10",
Expand Down
2 changes: 1 addition & 1 deletion e2e/thrift-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@creditkarma/thrift-server-express": "^1.0.4",
"@creditkarma/thrift-typescript": "^3.7.6",
"@graphql-hive/gateway": "^1.8.0",
"@omnigraph/thrift": "^0.8.11",
"@omnigraph/thrift": "^0.8.12",
"express": "^4.18.2",
"graphql": "^16.9.0",
"thrift": "^0.21.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-operation-field-permissions": "0.103.11",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.14",
"@graphql-mesh/plugin-operation-field-permissions": "0.103.12",
"graphql": "16.10.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@examples/cloudflare-workers",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.104.11",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-response-cache": "0.103.11",
"@graphql-mesh/cache-cfw-kv": "0.104.12",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.14",
"@graphql-mesh/plugin-response-cache": "0.103.12",
"graphql": "16.10.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/graphql": "0.103.12",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/graphql": "0.103.13",
"fastify": "5.2.1",
"graphql": "16.10.0",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/federation-example/gateway-supergraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/supergraph": "0.9.12",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/supergraph": "0.9.13",
"graphql": "16.10.0"
}
}
6 changes: 3 additions & 3 deletions examples/federation-example/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/graphql": "0.103.12",
"@graphql-mesh/transform-federation": "0.103.11",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/graphql": "0.103.13",
"@graphql-mesh/transform-federation": "0.103.12",
"graphql": "16.10.0"
}
}
4 changes: 2 additions & 2 deletions examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@google-cloud/functions-framework": "3.4.5",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.14",
"@types/node": "22.10.9",
"graphql": "16.10.0",
"typescript": "^5.4.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-file-upload-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/graphql": "0.103.12",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/graphql": "0.103.13",
"concurrently": "9.1.2",
"graphql": "16.10.0",
"graphql-yoga": "5.10.10",
Expand Down
6 changes: 3 additions & 3 deletions examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/grpc": "0.107.2",
"@graphql-mesh/transform-naming-convention": "0.103.13",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/grpc": "0.107.3",
"@graphql-mesh/transform-naming-convention": "0.103.14",
"@grpc/grpc-js": "1.12.5",
"@grpc/proto-loader": "0.7.13",
"google-protobuf": "3.21.4",
Expand Down
6 changes: 3 additions & 3 deletions examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/grpc": "0.107.2",
"@graphql-mesh/transform-naming-convention": "0.103.13",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/grpc": "0.107.3",
"@graphql-mesh/transform-naming-convention": "0.103.14",
"@grpc/grpc-js": "1.12.5",
"@grpc/proto-loader": "0.7.13",
"google-protobuf": "3.21.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/hasura-openbrewery-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.14",
"graphql": "16.10.0"
}
}
6 changes: 3 additions & 3 deletions examples/hello-world-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-mock": "0.103.12",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.14",
"@graphql-mesh/plugin-mock": "0.103.13",
"graphql": "16.10.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-mock": "0.103.12",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.14",
"@graphql-mesh/plugin-mock": "0.103.13",
"@graphql-yoga/plugin-sofa": "3.10.10",
"graphql": "16.10.0"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/hive-example/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.14",
"@graphql-mesh/plugin-hive": "0.103.12",
"@graphql-mesh/transform-hive": "0.103.14",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/openapi": "0.108.15",
"@graphql-mesh/plugin-hive": "0.103.13",
"@graphql-mesh/transform-hive": "0.103.15",
"graphql": "16.10.0"
}
}
4 changes: 2 additions & 2 deletions examples/hive-example/sources/authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@graphql-hive/cli": "0.45.0",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.14",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/openapi": "0.108.15",
"graphql": "16.10.0"
}
}
4 changes: 2 additions & 2 deletions examples/hive-example/sources/books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@graphql-hive/cli": "0.45.0",
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/openapi": "0.108.14",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/openapi": "0.108.15",
"graphql": "16.10.0"
}
}
6 changes: 3 additions & 3 deletions examples/json-schema-covid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/graphql": "0.103.12",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/graphql": "0.103.13",
"@graphql-mesh/json-schema": "0.108.14",
"graphql": "16.10.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/plugin-mock": "0.103.12",
"@graphql-mesh/transform-naming-convention": "0.103.13",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.14",
"@graphql-mesh/plugin-mock": "0.103.13",
"@graphql-mesh/transform-naming-convention": "0.103.14",
"graphql": "16.10.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/json-schema-fhir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start:prod": "mesh start"
},
"dependencies": {
"@graphql-mesh/cli": "0.98.17",
"@graphql-mesh/json-schema": "0.108.13",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.14",
"graphql": "16.10.0",
"unzip-stream": "0.3.4"
},
Expand Down
Loading

0 comments on commit 709000e

Please sign in to comment.