Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-tools/utils to v9 (#8771)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @graphql-tools/utils to v9

* 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] committed Dec 27, 2022
1 parent d9d56c6 commit ed87c78
Show file tree
Hide file tree
Showing 19 changed files with 56 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-codegen_cli-8771-dependencies.md
@@ -0,0 +1,5 @@
---
"@graphql-codegen/cli": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.9.0`, in `dependencies`)
@@ -0,0 +1,5 @@
---
"@graphql-codegen/client-preset": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
@@ -0,0 +1,5 @@
---
"@graphql-codegen/gql-tag-operations": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
@@ -0,0 +1,5 @@
---
"@graphql-codegen/gql-tag-operations-preset": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
@@ -0,0 +1,5 @@
---
"@graphql-codegen/graphql-modules-preset": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
@@ -0,0 +1,5 @@
---
"@graphql-codegen/plugin-helpers": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-codegen_schema-ast-8771-dependencies.md
@@ -0,0 +1,5 @@
---
"@graphql-codegen/schema-ast": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
@@ -0,0 +1,5 @@
---
"@graphql-codegen/typescript-resolvers": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
@@ -0,0 +1,5 @@
---
"@graphql-codegen/visitor-plugin-common": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Expand Up @@ -54,7 +54,7 @@
"@graphql-tools/load": "7.8.0",
"@graphql-tools/prisma-loader": "^7.2.7",
"@graphql-tools/url-loader": "^7.13.2",
"@graphql-tools/utils": "^8.9.0",
"@graphql-tools/utils": "^9.0.0",
"@whatwg-node/fetch": "^0.5.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/schema-ast/package.json
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-tools/utils": "^8.8.0",
"@graphql-tools/utils": "^9.0.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/visitor-plugin-common/package.json
Expand Up @@ -15,7 +15,7 @@
"@graphql-tools/optimize": "^1.3.0",
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-tools/relay-operation-optimizer": "^6.5.0",
"@graphql-tools/utils": "^8.8.0",
"@graphql-tools/utils": "^9.0.0",
"auto-bind": "~4.0.0",
"dependency-graph": "^0.11.0",
"graphql-tag": "^2.11.0",
Expand Down
Expand Up @@ -16,7 +16,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^8.8.0",
"@graphql-tools/utils": "^9.0.0",
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/visitor-plugin-common": "2.13.5",
"auto-bind": "~4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/resolvers/package.json
Expand Up @@ -16,7 +16,7 @@
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/typescript": "^2.8.5",
"@graphql-codegen/visitor-plugin-common": "2.13.5",
"@graphql-tools/utils": "^8.8.0",
"@graphql-tools/utils": "^9.0.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/client/package.json
Expand Up @@ -27,7 +27,7 @@
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/visitor-plugin-common": "^2.13.5",
"@graphql-typed-document-node/core": "3.1.1",
"@graphql-tools/utils": "^8.8.0",
"@graphql-tools/utils": "^9.0.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/gql-tag-operations/package.json
Expand Up @@ -26,7 +26,7 @@
"@graphql-codegen/gql-tag-operations": "^1.5.11",
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/visitor-plugin-common": "^2.13.5",
"@graphql-tools/utils": "^8.8.0",
"@graphql-tools/utils": "^9.0.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/graphql-modules/package.json
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/visitor-plugin-common": "2.13.5",
"@graphql-tools/utils": "^8.8.0",
"@graphql-tools/utils": "^9.0.0",
"parse-filepath": "^1.0.2",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/plugins-helpers/package.json
Expand Up @@ -16,7 +16,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^8.8.0",
"@graphql-tools/utils": "^9.0.0",
"change-case-all": "1.0.15",
"common-tags": "1.8.2",
"import-from": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -2402,7 +2402,7 @@
dependencies:
tslib "^2.4.0"

"@graphql-tools/utils@8.12.0", "@graphql-tools/utils@^8.6.5", "@graphql-tools/utils@^8.8.0", "@graphql-tools/utils@^8.9.0":
"@graphql-tools/utils@8.12.0", "@graphql-tools/utils@^8.6.5", "@graphql-tools/utils@^8.8.0":
version "8.12.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.12.0.tgz#243bc4f5fc2edbc9e8fd1038189e57d837cbe31f"
integrity sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==
Expand All @@ -2423,7 +2423,7 @@
dependencies:
tslib "^2.4.0"

"@graphql-tools/utils@9.1.1", "@graphql-tools/utils@^9.1.1":
"@graphql-tools/utils@9.1.1", "@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.1.tgz#b47ea8f0d18c038c5c1c429e72caa5c25039fbab"
integrity sha512-DXKLIEDbihK24fktR2hwp/BNIVwULIHaSTNTNhXS+19vgT50eX9wndx1bPxGwHnVBOONcwjXy0roQac49vdt/w==
Expand Down

0 comments on commit ed87c78

Please sign in to comment.