Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7140)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* Support [email protected]

* Fix changeset

* Update snapshots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
renovate[bot] and ardatan authored Jun 21, 2024
1 parent bd25550 commit 6a99c52
Show file tree
Hide file tree
Showing 97 changed files with 281 additions and 226 deletions.
6 changes: 6 additions & 0 deletions .changeset/sour-goats-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-mesh/transport-rest': patch
'@graphql-mesh/runtime': patch
---

Support [email protected]
2 changes: 1 addition & 1 deletion e2e/cjs-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
"@graphql-mesh/serve-cli": "workspace:*",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/compose-to-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
"@graphql-mesh/serve-cli": "workspace:*",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/esm-config-in-cjs-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
"@graphql-mesh/serve-cli": "workspace:*",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/esm-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
"@graphql-mesh/serve-cli": "workspace:*",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@graphql-mesh/serve-cli": "workspace:*",
"@omnigraph/json-schema": "workspace:*",
"fets": "^0.8.0",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/logs-to-stderr-results-to-stdout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
"@graphql-mesh/serve-cli": "workspace:*",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion e2e/mysql-rfam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@graphql-mesh/serve-cli": "workspace:*",
"@graphql-mesh/utils": "workspace:*",
"@omnigraph/mysql": "workspace:*",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ exports[`should compose the appropriate schema 1`] = `
directive @enum(subgraph: String, value: String) on ENUM_VALUE
directive @oneOf on OBJECT | INTERFACE | INPUT_OBJECT
directive @resolveRoot(subgraph: String) on FIELD_DEFINITION
directive @resolveRootField(subgraph: String, field: String) on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
Expand Down
2 changes: 1 addition & 1 deletion e2e/openapi-javascript-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@graphql-mesh/compose-cli": "workspace:*",
"@graphql-mesh/serve-cli": "workspace:*",
"@omnigraph/openapi": "workspace:*",
"graphql": "16.8.2",
"graphql": "16.9.0",
"moment": "2.30.1"
}
}
2 changes: 1 addition & 1 deletion e2e/openapi-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@graphql-mesh/utils": "workspace:*",
"@omnigraph/openapi": "workspace:*",
"fets": "^0.8.0",
"graphql": "16.8.2",
"graphql": "16.9.0",
"url-join": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion e2e/programmatic-batching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@graphql-mesh/serve-cli": "workspace:*",
"@omnigraph/openapi": "workspace:*",
"fets": "^0.8.0",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/json-schema": "0.100.12",
"@graphql-mesh/plugin-operation-field-permissions": "0.98.8",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"jest": "29.7.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 @@ -7,7 +7,7 @@
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/json-schema": "0.100.12",
"@graphql-mesh/plugin-response-cache": "0.98.9",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"wrangler": "3.61.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 @@ -10,7 +10,7 @@
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/graphql": "0.98.9",
"fastify": "4.28.0",
"graphql": "16.8.2",
"graphql": "16.9.0",
"ts-node": "^10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "^5.4.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/supergraph": "0.4.9",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/federation-example/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/graphql": "0.98.9",
"@graphql-mesh/transform-federation": "0.98.8",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.8.1",
"graphql": "16.8.2",
"graphql": "16.9.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/server": "4.10.4",
"graphql": "16.8.2",
"graphql": "16.9.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.8.1",
"graphql": "16.8.2",
"graphql": "16.9.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.8.1",
"graphql": "16.8.2",
"graphql": "16.9.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.8.1",
"graphql": "16.8.2",
"graphql": "16.9.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
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 @@ -16,7 +16,7 @@
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/json-schema": "0.100.12",
"@types/node": "20.14.7",
"graphql": "16.8.2",
"graphql": "16.9.0",
"typescript": "^5.4.2"
}
}
4 changes: 2 additions & 2 deletions examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"test": "react-scripts test"
},
"dependencies": {
"@apollo/client": "3.10.5",
"@apollo/client": "3.10.6",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"apollo-upload-client": "18.0.1",
"graphql": "16.8.2",
"graphql": "16.9.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1",
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 @@ -12,7 +12,7 @@
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/graphql": "0.98.9",
"concurrently": "8.2.2",
"graphql": "16.8.2",
"graphql": "16.9.0",
"graphql-yoga": "^5.3.0",
"sharp": "0.33.4"
},
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 @@ -17,7 +17,7 @@
"@grpc/grpc-js": "1.10.9",
"@grpc/proto-loader": "0.7.13",
"google-protobuf": "3.21.2",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"concurrently": "8.2.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 @@ -17,7 +17,7 @@
"@grpc/grpc-js": "1.10.9",
"@grpc/proto-loader": "0.7.13",
"google-protobuf": "3.21.2",
"graphql": "16.8.2",
"graphql": "16.9.0",
"grpc-node-server-reflection": "1.0.2"
},
"devDependencies": {
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 @@ -9,6 +9,6 @@
"dependencies": {
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/json-schema": "0.100.12",
"graphql": "16.8.2"
"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 @@ -14,7 +14,7 @@
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/json-schema": "0.100.12",
"@graphql-mesh/plugin-mock": "0.98.8",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"jest": "29.7.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 @@ -12,7 +12,7 @@
"@graphql-mesh/json-schema": "0.100.12",
"@graphql-mesh/plugin-mock": "0.98.8",
"@graphql-yoga/plugin-sofa": "3.4.0",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"jest": "29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/hive-example/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@graphql-mesh/openapi": "0.100.13",
"@graphql-mesh/plugin-hive": "0.98.8",
"@graphql-mesh/transform-hive": "0.98.8",
"graphql": "16.8.2"
"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 @@ -17,6 +17,6 @@
"@graphql-hive/cli": "0.38.3",
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/openapi": "0.100.13",
"graphql": "16.8.2"
"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 @@ -17,6 +17,6 @@
"@graphql-hive/cli": "0.38.3",
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/openapi": "0.100.13",
"graphql": "16.8.2"
"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 @@ -15,7 +15,7 @@
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/graphql": "0.98.9",
"@graphql-mesh/json-schema": "0.100.12",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"jest": "29.7.0"
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 @@ -14,7 +14,7 @@
"@graphql-mesh/json-schema": "0.100.12",
"@graphql-mesh/plugin-mock": "0.98.8",
"@graphql-mesh/transform-naming-convention": "0.98.8",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"jest": "29.7.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 @@ -12,7 +12,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/json-schema": "0.100.12",
"graphql": "16.8.2",
"graphql": "16.9.0",
"unzip-stream": "0.3.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ exports[`FHIR should generate correct schema 1`] = `
query: Query
}

directive @oneOf on OBJECT | INTERFACE | INPUT_OBJECT

directive @enum(subgraph: String, value: String) on ENUM_VALUE

directive @typescript(subgraph: String, type: String) on SCALAR | ENUM
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 @@ -12,7 +12,7 @@
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/json-schema": "0.100.12",
"fets": "0.8.1",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"@types/node": "20.14.7",
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 @@ -13,7 +13,7 @@
"@graphql-mesh/plugin-live-query": "0.98.8",
"@whatwg-node/fetch": "^0.9.0",
"fets": "0.8.1",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"concurrently": "8.2.2",
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 @@ -9,7 +9,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/mongoose": "0.98.8",
"graphql": "16.8.2",
"graphql": "16.9.0",
"mongoose": "8.4.3"
},
"devDependencies": {
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 @@ -9,6 +9,6 @@
"dependencies": {
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/mysql": "0.98.8",
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/mysql-rfam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/mysql": "0.98.8",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"jest": "29.7.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/neo4j-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@graphql-mesh/cache-file": "0.98.8",
"@graphql-mesh/cli": "0.90.11",
"@graphql-mesh/neo4j": "0.98.8",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"resolutions": {
"graphql": "16.8.2"
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs-apollo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-mesh/openapi": "0.100.13",
"@graphql-mesh/runtime": "0.99.9",
"apollo-server-micro": "3.13.0",
"graphql": "16.8.2",
"graphql": "16.9.0",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1"
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 @@ -17,7 +17,7 @@
"@graphql-mesh/openapi": "0.100.13",
"@graphql-mesh/runtime": "0.99.9",
"apollo-server-micro": "3.13.0",
"graphql": "16.8.2",
"graphql": "16.9.0",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
Loading

0 comments on commit 6a99c52

Please sign in to comment.