Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#4943)
Browse files Browse the repository at this point in the history
* chore(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] committed Jan 6, 2023
1 parent 72cdb22 commit a4d36fc
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-tools_batch-execute-4943-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/batch-execute': patch
---
dependencies updates:
- Updated dependency [`value-or-promise@1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.11`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-tools_delegate-4943-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/delegate': patch
---
dependencies updates:
- Updated dependency [`value-or-promise@1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.11`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-tools_executor-4943-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/executor': patch
---
dependencies updates:
- Updated dependency [`value-or-promise@1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.11`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-tools_executor-http-4943-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/executor-http': patch
---
dependencies updates:
- Updated dependency [`value-or-promise@1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.11`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-tools_schema-4943-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/schema': patch
---
dependencies updates:
- Updated dependency [`value-or-promise@1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.11`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-tools_wrap-4943-dependencies.md
@@ -0,0 +1,5 @@
---
'@graphql-tools/wrap': patch
---
dependencies updates:
- Updated dependency [`value-or-promise@1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.11`, in `dependencies`)
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -60,10 +60,10 @@
"globby": "11.1.0",
"graphql": "16.6.0",
"graphql-subscriptions": "2.0.0",
"husky": "8.0.2",
"husky": "8.0.3",
"jest": "29.3.1",
"lint-staged": "13.1.0",
"patch-package": "6.5.0",
"patch-package": "6.5.1",
"prettier": "2.8.1",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/batch-execute/package.json
Expand Up @@ -56,7 +56,7 @@
"@graphql-tools/utils": "9.1.3",
"dataloader": "2.1.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
"value-or-promise": "1.0.12"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/delegate/package.json
Expand Up @@ -59,7 +59,7 @@
"@graphql-tools/utils": "9.1.3",
"dataloader": "2.1.0",
"tslib": "~2.4.0",
"value-or-promise": "1.0.11"
"value-or-promise": "1.0.12"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/executor/package.json
Expand Up @@ -56,7 +56,7 @@
"@graphql-tools/utils": "9.1.3",
"@graphql-typed-document-node/core": "3.1.1",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
"value-or-promise": "1.0.12"
},
"devDependencies": {
"graphql": "^16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/http/package.json
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@graphql-tools/utils": "9.1.3",
"value-or-promise": "1.0.11",
"value-or-promise": "1.0.12",
"@whatwg-node/fetch": "0.6.1",
"@repeaterjs/repeater": "3.0.4",
"dset": "3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Expand Up @@ -59,7 +59,7 @@
"@graphql-tools/merge": "8.3.14",
"@graphql-tools/utils": "9.1.3",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
"value-or-promise": "1.0.12"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/stitch/package.json
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"dataloader": "2.1.0",
"value-or-promise": "1.0.11"
"value-or-promise": "1.0.12"
},
"dependencies": {
"@graphql-tools/batch-delegate": "8.4.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/wrap/package.json
Expand Up @@ -57,7 +57,7 @@
"@graphql-tools/schema": "9.0.12",
"@graphql-tools/utils": "9.1.3",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
"value-or-promise": "1.0.12"
},
"publishConfig": {
"directory": "dist",
Expand Down
41 changes: 28 additions & 13 deletions yarn.lock
Expand Up @@ -3938,6 +3938,11 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

at-least-node@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==

autoprefixer@^10.4.12:
version "10.4.12"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.12.tgz#183f30bf0b0722af54ee5ef257f7d4320bb33129"
Expand Down Expand Up @@ -6620,6 +6625,16 @@ fs-extra@^8.1.0:
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-extra@^9.0.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-minipass@^2.0.0, fs-minipass@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"
Expand Down Expand Up @@ -7101,10 +7116,10 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.2.tgz#5816a60db02650f1f22c8b69b928fd6bcd77a236"
integrity sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==
husky@8.0.3:
version "8.0.3"
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==

iconv-lite@0.4, iconv-lite@0.4.24, iconv-lite@^0.4.24:
version "0.4.24"
Expand Down Expand Up @@ -9782,16 +9797,16 @@ pascal-case@^3.1.1:
no-case "^3.0.4"
tslib "^2.0.3"

patch-package@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.5.0.tgz#feb058db56f0005da59cfa316488321de585e88a"
integrity sha512-tC3EqJmo74yKqfsMzELaFwxOAu6FH6t+FzFOsnWAuARm7/n2xB5AOeOueE221eM9gtMuIKMKpF9tBy/X2mNP0Q==
patch-package@6.5.1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.5.1.tgz#3e5d00c16997e6160291fee06a521c42ac99b621"
integrity sha512-I/4Zsalfhc6bphmJTlrLoOcAF87jcxko4q0qsv4bGcurbr8IskEOtdnt9iCmsQVGL1B+iUhSQqweyTLJfCF9rA==
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
chalk "^4.1.2"
cross-spawn "^6.0.5"
find-yarn-workspace-root "^2.0.0"
fs-extra "^7.0.1"
fs-extra "^9.0.0"
is-ci "^2.0.0"
klaw-sync "^6.0.0"
minimist "^1.2.6"
Expand Down Expand Up @@ -12172,10 +12187,10 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"

value-or-promise@1.0.11, value-or-promise@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.11.tgz#3e90299af31dd014fe843fe309cefa7c1d94b140"
integrity sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==
value-or-promise@1.0.12, value-or-promise@^1.0.11:
version "1.0.12"
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==

vary@~1.1.2:
version "1.1.2"
Expand Down

0 comments on commit a4d36fc

Please sign in to comment.