Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#7937)
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 Nov 13, 2024
1 parent fcf18fb commit 53b6870
Show file tree
Hide file tree
Showing 16 changed files with 236 additions and 143 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_compose-cli-7937-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/compose-cli": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-file-loader/v/8.0.3) (from `8.0.2`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_merger-bare-7937-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/merger-bare": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/10.0.8) (from `10.0.7`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/programmatic-batching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.97.1",
"@graphql-mesh/openapi": "0.107.6",
"@sinclair/typebox": "0.33.22",
"@sinclair/typebox": "0.34.0",
"fets": "0.8.3",
"graphql": "16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"node-gyp": "10.2.0",
"sqlite3": "^5.1.7",
"tslib": "2.8.1",
"undici": "6.20.1",
"undici": "6.21.0",
"uuid": "11.0.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compose-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@graphql-mesh/fusion-composition": "^0.6.6",
"@graphql-mesh/include": "^0.2.3",
"@graphql-mesh/utils": "^0.102.12",
"@graphql-tools/graphql-file-loader": "8.0.2",
"@graphql-tools/graphql-file-loader": "8.0.3",
"@graphql-tools/load": "^8.0.1",
"@graphql-tools/schema": "^10.0.5",
"@graphql-tools/utils": "^10.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/mergers/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-mesh/merger-stitching": "0.103.1",
"@graphql-tools/schema": "10.0.7"
"@graphql-tools/schema": "10.0.8"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"graphql-jit": "^0.8.7"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.7"
"@graphql-tools/schema": "10.0.8"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/encapsulate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@graphql-tools/wrap": "^10.0.12"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.7"
"@graphql-tools/schema": "10.0.8"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/naming-convention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "^0.102.12",
"@graphql-tools/schema": "10.0.7"
"@graphql-tools/schema": "10.0.8"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.102.12",
"@graphql-tools/schema": "10.0.7"
"@graphql-tools/schema": "10.0.8"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/transforms/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.102.12",
"@graphql-tools/schema": "10.0.7",
"@graphql-tools/wrap": "10.0.15"
"@graphql-tools/schema": "10.0.8",
"@graphql-tools/wrap": "10.0.16"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/rename/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.102.12",
"@graphql-tools/schema": "10.0.7"
"@graphql-tools/schema": "10.0.8"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/replace-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.102.12",
"@graphql-tools/schema": "10.0.7"
"@graphql-tools/schema": "10.0.8"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"openapi-types": "^12.1.0"
},
"devDependencies": {
"@graphql-tools/utils": "10.5.5",
"@graphql-tools/utils": "10.5.6",
"@whatwg-node/fetch": "0.10.1",
"fets": "0.8.3",
"graphql-yoga": "5.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/thrift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"thrift": "^0.21.0"
},
"devDependencies": {
"@graphql-tools/utils": "10.5.5"
"@graphql-tools/utils": "10.5.6"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 53b6870

Please sign in to comment.