Skip to content

Commit

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

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Aug 16, 2022
1 parent 4852f37 commit cbc0074
Show file tree
Hide file tree
Showing 60 changed files with 167 additions and 121 deletions.
7 changes: 7 additions & 0 deletions .changeset/@graphql-mesh_config-4314-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-mesh/config": patch
---

dependencies updates:

- Updated dependency [`@envelop/[email protected]` ↗︎](https://www.npmjs.com/package/@envelop/core/v/2.5.0) (from `2.4.2`, in `dependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-mesh_container-4314-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-mesh/container": patch
---

dependencies updates:

- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/graphql/v/16.6.0) (from `16.5.0`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-mesh/plugin-live-query": patch
---

dependencies updates:

- Updated dependency [`@envelop/[email protected]` ↗︎](https://www.npmjs.com/package/@envelop/live-query/v/4.1.0) (from `4.0.1`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-mesh/plugin-response-cache": patch
---

dependencies updates:

- Updated dependency [`@envelop/[email protected]` ↗︎](https://www.npmjs.com/package/@envelop/response-cache/v/3.1.0) (from `3.0.2`, in `dependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-mesh_plugin-webhook-4314-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-mesh/plugin-webhook": patch
---

dependencies updates:

- Updated dependency [`@graphql-yoga/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-yoga/common/v/2.12.6) (from `2.12.5`, in `dependencies`)
8 changes: 8 additions & 0 deletions .changeset/@graphql-mesh_runtime-4314-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@graphql-mesh/runtime": patch
---

dependencies updates:

- Updated dependency [`@envelop/[email protected]` ↗︎](https://www.npmjs.com/package/@envelop/core/v/2.5.0) (from `2.4.2`, in `dependencies`)
- Updated dependency [`@envelop/[email protected]` ↗︎](https://www.npmjs.com/package/@envelop/extended-validation/v/1.8.0) (from `1.7.2`, in `dependencies`)
6 changes: 3 additions & 3 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"@graphql-mesh/json-schema": "0.31.2",
"@graphql-mesh/cache-cfw-kv": "0.0.11",
"@graphql-mesh/plugin-response-cache": "0.1.12",
"@graphql-yoga/common": "2.12.5",
"graphql": "16.5.0"
"@graphql-yoga/common": "2.12.6",
"graphql": "16.6.0"
},
"devDependencies": {
"wrangler": "2.0.25"
"wrangler": "2.0.26"
}
}
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.75.9",
"@graphql-mesh/graphql": "0.29.9",
"@graphql-mesh/transform-federation": "0.9.19",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
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,6 +8,6 @@
},
"dependencies": {
"apollo-server": "2.25.4",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@apollo/subgraph": "0.5.0",
"apollo-server": "3.10.1",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
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,6 +9,6 @@
"dependencies": {
"@apollo/subgraph": "0.5.0",
"apollo-server": "2.25.4",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
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,6 +9,6 @@
"dependencies": {
"@apollo/subgraph": "0.5.0",
"apollo-server": "2.25.4",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@testing-library/user-event": "14.4.3",
"@apollo/client": "3.6.9",
"apollo-upload-client": "17.0.0",
"graphql": "16.5.0",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
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 @@ -11,8 +11,8 @@
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/graphql": "0.29.9",
"concurrently": "5.3.0",
"@graphql-yoga/node": "2.13.6",
"@graphql-yoga/node": "2.13.7",
"sharp": "0.30.7",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-mesh/transform-naming-convention": "0.10.65",
"@grpc/proto-loader": "0.7.0",
"google-protobuf": "3.21.0",
"graphql": "16.5.0",
"graphql": "16.6.0",
"@grpc/grpc-js": "1.6.10"
},
"devDependencies": {
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 @@ -15,7 +15,7 @@
"@graphql-mesh/transform-naming-convention": "0.10.65",
"@grpc/proto-loader": "0.7.0",
"google-protobuf": "3.21.0",
"graphql": "16.5.0",
"graphql": "16.6.0",
"grpc-node-server-reflection": "1.0.2",
"@grpc/grpc-js": "1.6.10"
},
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.75.9",
"@graphql-mesh/json-schema": "0.31.2",
"graphql": "16.5.0"
"graphql": "16.6.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 @@ -13,7 +13,7 @@
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/json-schema": "0.31.2",
"@graphql-mesh/plugin-mock": "0.0.2",
"graphql": "16.5.0"
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "28.1.3"
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 @@ -10,7 +10,7 @@
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/json-schema": "0.31.2",
"@graphql-mesh/plugin-mock": "0.0.2",
"graphql": "16.5.0"
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "28.1.3"
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 @@ -13,7 +13,7 @@
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/json-schema": "0.31.2",
"@graphql-mesh/plugin-mock": "0.0.2",
"graphql": "16.5.0"
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "28.1.3"
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.75.9",
"@graphql-mesh/json-schema": "0.31.2",
"graphql": "16.5.0",
"graphql": "16.6.0",
"unzip-stream": "0.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@graphql-mesh/json-schema": "0.31.2",
"@graphql-mesh/plugin-live-query": "0.1.10",
"@graphql-mesh/plugin-webhook": "0.0.7",
"graphql": "16.5.0",
"graphql": "16.6.0",
"body-parser": "1.20.0",
"express": "4.18.1",
"@whatwg-node/fetch": "0.2.9"
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.75.9",
"@graphql-mesh/mongoose": "0.10.78",
"graphql": "16.5.0",
"graphql": "16.6.0",
"mongoose": "6.5.2"
},
"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.75.9",
"@graphql-mesh/mysql": "0.16.18",
"graphql": "16.5.0"
"graphql": "16.6.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.75.9",
"@graphql-mesh/mysql": "0.16.18",
"graphql": "16.5.0"
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "28.1.3"
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/cli": "0.75.9",
"@graphql-mesh/neo4j": "0.18.11",
"@graphql-mesh/cache-file": "0.9.10",
"graphql": "16.5.0"
"graphql": "16.6.0"
},
"resolutions": {
"graphql": "16.5.0"
"graphql": "16.6.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/new-openapi": "0.6.2",
"@graphql-mesh/runtime": "0.41.9",
"apollo-server-micro": "2.25.4",
"graphql": "16.5.0",
"graphql": "16.6.0",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0"
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/new-openapi": "0.6.2",
"@graphql-mesh/runtime": "0.41.9",
"apollo-server-micro": "2.25.4",
"graphql": "16.5.0",
"graphql": "16.6.0",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.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 @@ -10,7 +10,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/odata": "0.18.11",
"graphql": "16.5.0",
"graphql": "16.6.0",
"cross-env": "7.0.3"
}
}
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 @@ -12,7 +12,7 @@
"@graphql-mesh/config": "5.1.7",
"@graphql-mesh/runtime": "0.41.9",
"@graphql-mesh/odata": "0.18.11",
"graphql": "16.5.0",
"graphql": "16.6.0",
"ts-node": "10.9.1"
}
}
2 changes: 1 addition & 1 deletion examples/odata-msgraph-programmatic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@graphql-mesh/config": "5.1.7",
"@graphql-mesh/runtime": "0.41.9",
"@graphql-mesh/odata": "0.18.11",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/odata-trippin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/odata": "0.18.11",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-javascript-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/openapi": "0.30.2",
"graphql": "16.5.0",
"graphql": "16.6.0",
"moment": "2.29.4",
"typescript": "4.7.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-jira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"dependencies": {
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/new-openapi": "0.6.2",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-location-weather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@graphql-mesh/transform-cache": "0.12.30",
"@graphql-mesh/transform-rename": "0.12.65",
"apollo-server": "2.25.4",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.3.176",
"private": true,
"dependencies": {
"graphql": "16.5.0",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -13,7 +13,7 @@
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.0.1",
"typescript": "4.7.4",
"vite": "3.0.7"
"vite": "3.0.8"
},
"scripts": {
"build:mesh": "yarn mesh build",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-stackexchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/openapi": "0.30.2",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/openapi": "0.30.2",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/openapi": "0.30.2",
"graphql": "16.5.0",
"graphql": "16.6.0",
"body-parser": "1.20.0",
"express": "4.18.1",
"@whatwg-node/fetch": "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-youtrack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/openapi": "0.30.2",
"@graphql-mesh/transform-resolvers-composition": "0.12.74",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-fields": "2.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@graphql-mesh/cache-file": "0.9.10",
"@graphql-mesh/config": "5.1.7",
"@graphql-mesh/runtime": "0.41.9",
"graphql": "16.5.0"
"graphql": "16.6.0"
},
"resolutions": {
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/soap-country-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/soap": "0.12.9",
"@graphql-mesh/transform-snapshot": "0.14.41",
"graphql": "16.5.0"
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/soap-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/soap": "0.12.9",
"graphql": "16.5.0"
"graphql": "16.6.0"
},
"devDependencies": {
"cross-env": "7.0.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/soap-netsuite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.75.9",
"@graphql-mesh/soap": "0.12.9",
"graphql": "16.5.0"
"graphql": "16.6.0"
},
"devDependencies": {
"cross-env": "7.0.3"
Expand Down
Loading

1 comment on commit cbc0074

@vercel
Copy link

@vercel vercel bot commented on cbc0074 Aug 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.