Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#7651)
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 Sep 10, 2024
1 parent 24c7868 commit ecda089
Show file tree
Hide file tree
Showing 109 changed files with 523 additions and 338 deletions.
5 changes: 0 additions & 5 deletions .changeset/@omnigraph_json-schema-7641-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/early-laws-develop.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/odd-jokes-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-teachers-design.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/slimy-camels-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-rice-battle.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/json-schema": "0.106.7",
"@graphql-mesh/plugin-operation-field-permissions": "0.102.5",
"graphql": "16.9.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.102.5",
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/json-schema": "0.106.7",
"@graphql-mesh/plugin-response-cache": "0.102.5",
"graphql": "16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/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/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/graphql": "0.102.5",
"fastify": "4.28.1",
"graphql": "16.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/supergraph": "0.8.5",
"graphql": "16.9.0"
}
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 @@ -3,7 +3,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/graphql": "0.102.5",
"@graphql-mesh/transform-federation": "0.102.5",
"graphql": "16.9.0"
Expand Down
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.2",
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/json-schema": "0.106.7",
"@types/node": "20.16.5",
"graphql": "16.9.0",
"typescript": "^5.4.2"
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 @@ -8,7 +8,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/graphql": "0.102.5",
"concurrently": "9.0.0",
"graphql": "16.9.0",
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 @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/grpc": "0.104.6",
"@graphql-mesh/transform-naming-convention": "0.102.5",
"@grpc/grpc-js": "1.11.2",
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 @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/grpc": "0.104.6",
"@graphql-mesh/transform-naming-convention": "0.102.5",
"@grpc/grpc-js": "1.11.2",
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.96.2",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/json-schema": "0.106.7",
"graphql": "16.9.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.96.2",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/plugin-mock": "0.102.5",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/json-schema": "0.106.7",
"@graphql-mesh/plugin-mock": "0.102.6",
"graphql": "16.9.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.96.2",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/plugin-mock": "0.102.5",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/json-schema": "0.106.7",
"@graphql-mesh/plugin-mock": "0.102.6",
"@graphql-yoga/plugin-sofa": "3.7.0",
"graphql": "16.9.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 @@ -6,8 +6,8 @@
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/openapi": "0.106.7",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/openapi": "0.106.8",
"@graphql-mesh/plugin-hive": "0.102.6",
"@graphql-mesh/transform-hive": "0.102.6",
"graphql": "16.9.0"
Expand Down
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.43.0",
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/openapi": "0.106.7",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/openapi": "0.106.8",
"graphql": "16.9.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.43.0",
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/openapi": "0.106.7",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/openapi": "0.106.8",
"graphql": "16.9.0"
}
}
4 changes: 2 additions & 2 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.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/graphql": "0.102.5",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/json-schema": "0.106.7",
"graphql": "16.9.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/plugin-mock": "0.102.5",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/json-schema": "0.106.7",
"@graphql-mesh/plugin-mock": "0.102.6",
"@graphql-mesh/transform-naming-convention": "0.102.5",
"graphql": "16.9.0"
},
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.96.2",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/json-schema": "0.106.7",
"graphql": "16.9.0",
"unzip-stream": "0.3.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/json-schema-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start:mesh": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/json-schema": "0.106.7",
"fets": "0.8.3",
"graphql": "16.9.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start:mesh": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/json-schema": "0.106.6",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/json-schema": "0.106.7",
"@graphql-mesh/plugin-live-query": "0.102.5",
"@whatwg-node/fetch": "^0.9.0",
"fets": "0.8.3",
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 @@ -6,7 +6,7 @@
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/mongoose": "0.102.6",
"graphql": "16.9.0",
"mongoose": "8.6.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql-employees/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/mysql": "0.103.6",
"graphql": "16.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql-rfam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/mysql": "0.103.6",
"graphql": "16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/neo4j-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-mesh/cache-file": "0.102.5",
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/neo4j": "0.103.6",
"graphql": "16.9.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-apollo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"start:prod": "next start"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/config": "0.104.6",
"@graphql-mesh/openapi": "0.106.7",
"@graphql-mesh/openapi": "0.106.8",
"@graphql-mesh/runtime": "0.103.6",
"apollo-server-micro": "3.13.0",
"graphql": "16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-sdk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"start:prod": "next start"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/config": "0.104.6",
"@graphql-mesh/openapi": "0.106.7",
"@graphql-mesh/openapi": "0.106.8",
"@graphql-mesh/runtime": "0.103.6",
"apollo-server-micro": "3.13.0",
"graphql": "16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/odata-microsoft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start:beta": "cross-env GRAPH_VERSION=\"beta\" mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/odata": "0.104.5",
"cross-env": "7.0.3",
"graphql": "16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/odata-msgraph-programmatic-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/config": "0.104.6",
"@graphql-mesh/odata": "0.104.5",
"@graphql-mesh/runtime": "0.103.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/odata-msgraph-programmatic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/config": "0.104.6",
"@graphql-mesh/odata": "0.104.5",
"@graphql-mesh/runtime": "0.103.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/odata-trippin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/odata": "0.104.5",
"graphql": "16.9.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-javascript-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/openapi": "0.106.7",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/openapi": "0.106.8",
"graphql": "16.9.0",
"moment": "2.30.1",
"typescript": "^5.4.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-location-weather/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.96.2",
"@graphql-mesh/openapi": "0.106.7",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/openapi": "0.106.8",
"@graphql-mesh/plugin-response-cache": "0.102.5",
"@graphql-mesh/runtime": "0.103.6",
"@graphql-mesh/transform-cache": "0.102.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-meilisearch/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.96.2",
"@graphql-mesh/openapi": "0.106.7",
"@graphql-mesh/cli": "0.96.3",
"@graphql-mesh/openapi": "0.106.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@graphql-mesh/cli": "0.96.2",
"@graphql-mesh/cli": "0.96.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down
Loading

0 comments on commit ecda089

Please sign in to comment.