Skip to content

Commit c00dad3

Browse files
authoredJul 29, 2022
Bump @whatwg-node/fetch to get the latest fixes (#1493)
1 parent 58fb6e4 commit c00dad3

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed
 

‎.changeset/dirty-news-matter.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-yoga/common': patch
3+
'@graphql-yoga/node': patch
4+
---
5+
6+
Resolve issue where `@whatwg-node/fetch` caused other `fetch` to fail processing HTTP requests.

‎.github/workflows/deployment-e2e.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
test-deploy:
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
plan: ['cf-worker', 'azure-function', 'aws-lambda', 'vercel-function']
1213
name: ${{ matrix.plan }}

‎examples/error-handling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@graphql-yoga/node": "2.13.4",
11-
"@whatwg-node/fetch": "^0.2.0",
11+
"@whatwg-node/fetch": "^0.2.6",
1212
"graphql": "^16.1.0"
1313
},
1414
"devDependencies": {

‎packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@graphql-tools/schema": "^8.5.0",
7272
"@graphql-tools/utils": "^8.8.0",
7373
"@graphql-yoga/subscription": "^2.2.2",
74-
"@whatwg-node/fetch": "^0.2.0",
74+
"@whatwg-node/fetch": "^0.2.6",
7575
"dset": "^3.1.1",
7676
"tslib": "^2.3.1"
7777
},

‎packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@graphql-tools/utils": "^8.8.0",
6868
"@graphql-yoga/common": "^2.12.3",
6969
"@graphql-yoga/subscription": "^2.2.2",
70-
"@whatwg-node/fetch": "^0.2.0",
70+
"@whatwg-node/fetch": "^0.2.6",
7171
"tslib": "^2.3.1"
7272
},
7373
"devDependencies": {

‎yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -6493,7 +6493,7 @@
64936493
"@webassemblyjs/ast" "1.11.1"
64946494
"@xtuc/long" "4.2.2"
64956495

6496-
"@whatwg-node/fetch@^0.2.0", "@whatwg-node/fetch@^0.2.4":
6496+
"@whatwg-node/fetch@^0.2.4", "@whatwg-node/fetch@^0.2.6":
64976497
version "0.2.6"
64986498
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.2.6.tgz#eb8e68624c55aecfa4c6d7ea36b3ce3ad5d5f79e"
64996499
integrity sha512-NhHiqeGcKjgqUZvJTZSou9qsFEPBBG1LPm2Npz0cmcPvukhhQfjX+p3quRx6b9AyjNPp1f73VB1z4ApHy9FcNg==

0 commit comments

Comments
 (0)
Please sign in to comment.