Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 26, 2024
1 parent 1b15706 commit 7cfdcf8
Show file tree
Hide file tree
Showing 23 changed files with 78 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/@omnigraph_thrift-7708-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-dodos-visit.md

This file was deleted.

2 changes: 1 addition & 1 deletion e2e/thrift-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@graphql-mesh/compose-cli": "workspace:*",
"@graphql-mesh/fusion-runtime": "workspace:*",
"@graphql-mesh/serve-cli": "workspace:*",
"@omnigraph/thrift": "^0.7.6",
"@omnigraph/thrift": "^0.7.7",
"express": "^4.18.2",
"graphql": "^16.9.0",
"thrift": "^0.21.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/thrift-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@creditkarma/thrift-server-express": "1.0.4",
"@creditkarma/thrift-typescript": "3.7.6",
"@graphql-mesh/cli": "0.96.4",
"@graphql-mesh/thrift": "0.104.6",
"@graphql-mesh/thrift": "0.104.7",
"express": "4.21.0",
"graphql": "16.9.0",
"thrift": "0.21.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.0.5

## 1.0.4

### Patch Changes
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.0.4",
"version": "1.0.5",
"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.2",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-resolvers": "4.2.1",
"@graphql-mesh/compose-cli": "1.0.2",
"@graphql-mesh/compose-cli": "1.0.3",
"@types/node": "20.16.9",
"esbuild": "^0.24.0",
"lru-cache": "11.0.1"
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/auth0": "^6.0.0",
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/plugin-operation-field-permissions": "^0.102.5",
"@graphql-mesh/serve-cli": "^1.0.4",
"@omnigraph/json-schema": "^0.106.7",
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 @@ -8,7 +8,7 @@
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "^0.102.5",
"@graphql-mesh/cache-localforage": "^0.102.5",
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/plugin-response-cache": "^0.102.5",
"@graphql-mesh/serve-runtime": "^1.0.3",
"@omnigraph/json-schema": "^0.106.7",
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 @@ -6,7 +6,7 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/serve-runtime": "^1.0.3",
"@omnigraph/openapi": "^0.106.8",
"fastify": "^5.0.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 @@ -12,7 +12,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/serve-runtime": "^1.0.3",
"@omnigraph/json-schema": "^0.106.7",
"@types/node": "^20.10.6",
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 @@ -8,7 +8,7 @@
},
"dependencies": {
"@graphql-mesh/cache-localforage": "^0.102.5",
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/serve-cli": "^1.0.4",
"@omnigraph/openapi": "^0.106.8",
"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 @@ -7,7 +7,7 @@
"serve": "node ../../packages/serve-cli/dist/esm/bin.js"
},
"dependencies": {
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/serve-cli": "^1.0.4",
"@omnigraph/openapi": "^0.106.8",
"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.0.3

### Patch Changes

- Updated dependencies
[[`e9483d6`](https://github.com/ardatan/graphql-mesh/commit/e9483d69cbfb8a774d5184fdd12665c30984d5ab)]:
- @graphql-mesh/fusion-composition@0.5.3

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.2",
"version": "1.0.3",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@graphql-mesh/fusion-composition": "^0.5.2",
"@graphql-mesh/fusion-composition": "^0.5.3",
"@graphql-mesh/include": "^0.2.2",
"@graphql-mesh/utils": "^0.102.5",
"@graphql-tools/graphql-file-loader": "8.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/fusion/composition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-mesh/fusion-composition

## 0.5.3

### Patch Changes

- [#7722](https://github.com/ardatan/graphql-mesh/pull/7722)
[`e9483d6`](https://github.com/ardatan/graphql-mesh/commit/e9483d69cbfb8a774d5184fdd12665c30984d5ab)
Thanks [@ardatan](https://github.com/ardatan)! - Do not add another `@hidden` directive definition
if it already exists

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fusion/composition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/fusion-composition",
"version": "0.5.2",
"version": "0.5.3",
"type": "module",
"description": "Basic composition utility for Fusion spec",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/legacy/handlers/thrift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-mesh/thrift

## 0.104.7

### Patch Changes

- Updated dependencies
[[`c024b77`](https://github.com/ardatan/graphql-mesh/commit/c024b774f5b2b9536396b235834b25d1eeb6c04d)]:
- @omnigraph/thrift@0.7.7

## 0.104.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/handlers/thrift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/thrift",
"version": "0.104.6",
"version": "0.104.7",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@omnigraph/thrift": "^0.7.6"
"@omnigraph/thrift": "^0.7.7"
},
"devDependencies": {
"@types/thrift": "0.10.17",
Expand Down
7 changes: 7 additions & 0 deletions packages/legacy/migrate-config-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-mesh/migrate-config-cli

## 1.0.3

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/compose-cli@1.0.3

## 1.0.2

### 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.0.2",
"version": "1.0.3",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "^0.96.4",
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/config": "^0.104.5",
"@graphql-mesh/types": "^0.102.5",
"@graphql-mesh/utils": "^0.102.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/loaders/thrift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @omnigraph/thrift

## 0.7.7

### Patch Changes

- [#7708](https://github.com/ardatan/graphql-mesh/pull/7708)
[`c024b77`](https://github.com/ardatan/graphql-mesh/commit/c024b774f5b2b9536396b235834b25d1eeb6c04d)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`thrift@^0.21.0` ↗︎](https://www.npmjs.com/package/thrift/v/0.21.0) (from
`^0.20.0`, in `dependencies`)

## 0.7.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/thrift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omnigraph/thrift",
"version": "0.7.6",
"version": "0.7.7",
"type": "module",
"repository": {
"type": "git",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3885,7 +3885,7 @@ __metadata:
"@graphql-mesh/compose-cli": "workspace:*"
"@graphql-mesh/fusion-runtime": "workspace:*"
"@graphql-mesh/serve-cli": "workspace:*"
"@omnigraph/thrift": "npm:^0.7.6"
"@omnigraph/thrift": "npm:^0.7.7"
express: "npm:^4.18.2"
graphql: "npm:^16.9.0"
thrift: "npm:^0.21.0"
Expand Down Expand Up @@ -4438,7 +4438,7 @@ __metadata:
resolution: "@examples-v1-next/auth0@workspace:examples/v1-next/auth0"
dependencies:
"@envelop/auth0": "npm:^6.0.0"
"@graphql-mesh/compose-cli": "npm:^1.0.2"
"@graphql-mesh/compose-cli": "npm:^1.0.3"
"@graphql-mesh/plugin-operation-field-permissions": "npm:^0.102.5"
"@graphql-mesh/serve-cli": "npm:^1.0.4"
"@omnigraph/json-schema": "npm:^0.106.7"
Expand All @@ -4453,7 +4453,7 @@ __metadata:
dependencies:
"@graphql-mesh/cache-cfw-kv": "npm:^0.102.5"
"@graphql-mesh/cache-localforage": "npm:^0.102.5"
"@graphql-mesh/compose-cli": "npm:^1.0.2"
"@graphql-mesh/compose-cli": "npm:^1.0.3"
"@graphql-mesh/plugin-response-cache": "npm:^0.102.5"
"@graphql-mesh/serve-runtime": "npm:^1.0.3"
"@omnigraph/json-schema": "npm:^0.106.7"
Expand All @@ -4480,7 +4480,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@examples-v1-next/fastify@workspace:examples/v1-next/integrations/fastify"
dependencies:
"@graphql-mesh/compose-cli": "npm:^1.0.2"
"@graphql-mesh/compose-cli": "npm:^1.0.3"
"@graphql-mesh/serve-runtime": "npm:^1.0.3"
"@omnigraph/openapi": "npm:^0.106.8"
fastify: "npm:^5.0.0"
Expand All @@ -4496,7 +4496,7 @@ __metadata:
resolution: "@examples-v1-next/gcp-functions@workspace:examples/v1-next/integrations/gcp-functions"
dependencies:
"@google-cloud/functions-framework": "npm:^3.3.0"
"@graphql-mesh/compose-cli": "npm:^1.0.2"
"@graphql-mesh/compose-cli": "npm:^1.0.3"
"@graphql-mesh/serve-runtime": "npm:^1.0.3"
"@omnigraph/json-schema": "npm:^0.106.7"
"@types/node": "npm:^20.10.6"
Expand Down Expand Up @@ -4559,7 +4559,7 @@ __metadata:
resolution: "@examples-v1-next/openapi-location-weather@workspace:examples/v1-next/openapi-location-weather"
dependencies:
"@graphql-mesh/cache-localforage": "npm:^0.102.5"
"@graphql-mesh/compose-cli": "npm:^1.0.2"
"@graphql-mesh/compose-cli": "npm:^1.0.3"
"@graphql-mesh/serve-cli": "npm:^1.0.4"
"@omnigraph/openapi": "npm:^0.106.8"
graphql: "npm:^16.9.0"
Expand All @@ -4570,7 +4570,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@examples-v1-next/openapi-youtrack@workspace:examples/v1-next/openapi-youtrack"
dependencies:
"@graphql-mesh/compose-cli": "npm:^1.0.2"
"@graphql-mesh/compose-cli": "npm:^1.0.3"
"@graphql-mesh/serve-cli": "npm:^1.0.4"
"@omnigraph/openapi": "npm:^0.106.8"
graphql: "npm:^16.9.0"
Expand Down Expand Up @@ -5321,7 +5321,7 @@ __metadata:
"@creditkarma/thrift-server-express": "npm:1.0.4"
"@creditkarma/thrift-typescript": "npm:3.7.6"
"@graphql-mesh/cli": "npm:0.96.4"
"@graphql-mesh/thrift": "npm:0.104.6"
"@graphql-mesh/thrift": "npm:0.104.7"
concurrently: "npm:9.0.1"
express: "npm:4.21.0"
graphql: "npm:16.9.0"
Expand Down Expand Up @@ -5959,12 +5959,12 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/compose-cli@npm:1.0.2, @graphql-mesh/compose-cli@npm:^1.0.2, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:packages/compose-cli":
"@graphql-mesh/compose-cli@npm:1.0.3, @graphql-mesh/compose-cli@npm:^1.0.3, @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:
"@commander-js/extra-typings": "npm:^12.1.0"
"@graphql-mesh/fusion-composition": "npm:^0.5.2"
"@graphql-mesh/fusion-composition": "npm:^0.5.3"
"@graphql-mesh/include": "npm:^0.2.2"
"@graphql-mesh/utils": "npm:^0.102.5"
"@graphql-tools/graphql-file-loader": "npm:8.0.1"
Expand Down Expand Up @@ -6021,7 +6021,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/fusion-composition@npm:^0.5.2, @graphql-mesh/fusion-composition@workspace:packages/fusion/composition":
"@graphql-mesh/fusion-composition@npm:^0.5.3, @graphql-mesh/fusion-composition@workspace:packages/fusion/composition":
version: 0.0.0-use.local
resolution: "@graphql-mesh/fusion-composition@workspace:packages/fusion/composition"
dependencies:
Expand Down Expand Up @@ -6242,7 +6242,7 @@ __metadata:
resolution: "@graphql-mesh/migrate-config-cli@workspace:packages/legacy/migrate-config-cli"
dependencies:
"@graphql-mesh/cli": "npm:^0.96.4"
"@graphql-mesh/compose-cli": "npm:^1.0.2"
"@graphql-mesh/compose-cli": "npm:^1.0.3"
"@graphql-mesh/config": "npm:^0.104.5"
"@graphql-mesh/types": "npm:^0.102.5"
"@graphql-mesh/utils": "npm:^0.102.5"
Expand Down Expand Up @@ -6822,11 +6822,11 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/thrift@npm:0.104.6, @graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift":
"@graphql-mesh/thrift@npm:0.104.7, @graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift":
version: 0.0.0-use.local
resolution: "@graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift"
dependencies:
"@omnigraph/thrift": "npm:^0.7.6"
"@omnigraph/thrift": "npm:^0.7.7"
"@types/thrift": "npm:0.10.17"
"@types/url-join": "npm:4.0.3"
peerDependencies:
Expand Down Expand Up @@ -10150,7 +10150,7 @@ __metadata:
languageName: unknown
linkType: soft

"@omnigraph/thrift@npm:^0.7.6, @omnigraph/thrift@workspace:packages/loaders/thrift":
"@omnigraph/thrift@npm:^0.7.7, @omnigraph/thrift@workspace:packages/loaders/thrift":
version: 0.0.0-use.local
resolution: "@omnigraph/thrift@workspace:packages/loaders/thrift"
dependencies:
Expand Down Expand Up @@ -20831,7 +20831,7 @@ __metadata:
"@graphql-codegen/cli": "npm:5.0.2"
"@graphql-codegen/typescript": "npm:4.0.9"
"@graphql-codegen/typescript-resolvers": "npm:4.2.1"
"@graphql-mesh/compose-cli": "npm:1.0.2"
"@graphql-mesh/compose-cli": "npm:1.0.3"
"@graphql-mesh/serve-cli": "npm:1.0.4"
"@graphql-yoga/plugin-apollo-inline-trace": "npm:3.7.0"
"@types/node": "npm:20.16.9"
Expand Down

0 comments on commit 7cfdcf8

Please sign in to comment.