Skip to content

Commit

Permalink
fix(deps): update graphql-tools (#2742)
Browse files Browse the repository at this point in the history
* fix(deps): update graphql-tools

* 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 May 26, 2024
1 parent bf84147 commit 77b3a2e
Show file tree
Hide file tree
Showing 21 changed files with 268 additions and 137 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/audit-command': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@10.2.0`
↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.2.0) (from `10.0.3`, in
`dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/code-loader': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/code-file-loader@8.1.2`
↗︎](https://www.npmjs.com/package/@graphql-tools/code-file-loader/v/8.1.2) (from `8.0.1`, in
`dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/coverage-command': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@10.2.0`
↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.2.0) (from `10.0.3`, in
`dependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-inspector_git-loader-2742-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/git-loader': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/git-loader@8.0.6`
↗︎](https://www.npmjs.com/package/@graphql-tools/git-loader/v/8.0.6) (from `8.0.1`, in
`dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/github-loader': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/github-loader@8.0.1`
↗︎](https://www.npmjs.com/package/@graphql-tools/github-loader/v/8.0.1) (from `8.0.0`, in
`dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/graphql-loader': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/graphql-file-loader@8.0.1`
↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-file-loader/v/8.0.1) (from `8.0.0`, in
`dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/json-loader': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/json-file-loader@8.0.1`
↗︎](https://www.npmjs.com/package/@graphql-tools/json-file-loader/v/8.0.1) (from `8.0.0`, in
`dependencies`)
12 changes: 12 additions & 0 deletions .changeset/@graphql-inspector_loaders-2742-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@graphql-inspector/loaders': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/code-file-loader@8.1.2`
↗︎](https://www.npmjs.com/package/@graphql-tools/code-file-loader/v/8.1.2) (from `8.0.1`, in
`dependencies`)
- Updated dependency [`@graphql-tools/load@8.0.2`
↗︎](https://www.npmjs.com/package/@graphql-tools/load/v/8.0.2) (from `8.0.0`, in `dependencies`)
- Updated dependency [`@graphql-tools/utils@10.2.0`
↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.2.0) (from `10.0.3`, in
`dependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-inspector_url-loader-2742-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/url-loader': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/url-loader@8.0.2`
↗︎](https://www.npmjs.com/package/@graphql-tools/url-loader/v/8.0.2) (from `8.0.0`, in
`dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/validate-command': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@10.2.0`
↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.2.0) (from `10.0.3`, in
`dependencies`)
2 changes: 1 addition & 1 deletion packages/commands/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@graphql-inspector/commands": "workspace:*",
"@graphql-inspector/core": "workspace:*",
"@graphql-inspector/logger": "workspace:*",
"@graphql-tools/utils": "10.0.3",
"@graphql-tools/utils": "10.2.0",
"cli-table3": "0.6.3",
"tslib": "2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@graphql-inspector/commands": "workspace:*",
"@graphql-inspector/core": "workspace:*",
"@graphql-inspector/logger": "workspace:*",
"@graphql-tools/utils": "10.0.3",
"@graphql-tools/utils": "10.2.0",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@graphql-inspector/commands": "workspace:*",
"@graphql-inspector/core": "workspace:*",
"@graphql-inspector/logger": "workspace:*",
"@graphql-tools/utils": "10.0.3",
"@graphql-tools/utils": "10.2.0",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/code-file-loader": "8.0.1",
"@graphql-tools/code-file-loader": "8.1.2",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/git-loader": "8.0.1",
"@graphql-tools/git-loader": "8.0.6",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/github-loader": "8.0.0",
"@graphql-tools/github-loader": "8.0.1",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/graphql-file-loader": "8.0.0",
"@graphql-tools/graphql-file-loader": "8.0.1",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/json-file-loader": "8.0.0",
"@graphql-tools/json-file-loader": "8.0.1",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/loaders/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/code-file-loader": "8.0.1",
"@graphql-tools/load": "8.0.0",
"@graphql-tools/utils": "10.0.3",
"@graphql-tools/code-file-loader": "8.1.2",
"@graphql-tools/load": "8.0.2",
"@graphql-tools/utils": "10.2.0",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/url-loader": "8.0.0",
"@graphql-tools/url-loader": "8.0.2",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 77b3a2e

Please sign in to comment.