From b08bc724ee75708efa823de0e03631e6830239e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:54:16 +0000 Subject: [PATCH] fix(deps): update dependency @whatwg-node/fetch to v0.9.9 (#8942) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@whatwg-node/fetch](https://togithub.com/ardatan/whatwg-node) | [`0.9.7` -> `0.9.9`](https://renovatebot.com/diffs/npm/@whatwg-node%2ffetch/0.9.7/0.9.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@whatwg-node%2ffetch/0.9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@whatwg-node%2ffetch/0.9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@whatwg-node%2ffetch/0.9.7/0.9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@whatwg-node%2ffetch/0.9.7/0.9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ardatan/whatwg-node (@​whatwg-node/fetch) ### [`v0.9.9`](https://togithub.com/ardatan/whatwg-node/blob/HEAD/packages/fetch/CHANGELOG.md#099) [Compare Source](https://togithub.com/ardatan/whatwg-node/compare/@whatwg-node/fetch@0.9.8...@whatwg-node/fetch@0.9.9) ##### Patch Changes - [#​567](https://togithub.com/ardatan/whatwg-node/pull/567) [`f8715cd`](https://togithub.com/ardatan/whatwg-node/commit/f8715cd15175e348169a11fd5531b901fec47e62) Thanks [@​ardatan](https://togithub.com/ardatan)! - ### Faster HTTP Client experience in Node.js with HTTP/2 support If you install `node-libcurl` seperately, `@whatwg-node/fetch` will select `libcurl` instead of `node:http` which is faster. [See benchmarks](https://togithub.com/JCMais/node-libcurl/tree/develop/benchmark#ubuntu-1910-i7-5500u-24ghz---linux-530-42---node-v12162) - Updated dependencies \[[`f8715cd`](https://togithub.com/ardatan/whatwg-node/commit/f8715cd15175e348169a11fd5531b901fec47e62)]: - [@​whatwg-node/node-fetch](https://togithub.com/whatwg-node/node-fetch)[@​0](https://togithub.com/0).4.8 ### [`v0.9.8`](https://togithub.com/ardatan/whatwg-node/blob/HEAD/packages/fetch/CHANGELOG.md#098) [Compare Source](https://togithub.com/ardatan/whatwg-node/compare/@whatwg-node/fetch@0.9.7...@whatwg-node/fetch@0.9.8) ##### Patch Changes - [`a1c2140`](https://togithub.com/ardatan/whatwg-node/commit/a1c2140240388ca11a6f4c7bcec2682c47bdc24d) Thanks [@​ardatan](https://togithub.com/ardatan)! - Do not use async iterators to consume incoming Readable stream - Updated dependencies \[[`a1c2140`](https://togithub.com/ardatan/whatwg-node/commit/a1c2140240388ca11a6f4c7bcec2682c47bdc24d)]: - [@​whatwg-node/node-fetch](https://togithub.com/whatwg-node/node-fetch)[@​0](https://togithub.com/0).4.7
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/api/package.json | 2 +- packages/codemods/package.json | 2 +- packages/graphql-server/package.json | 2 +- packages/prerender/package.json | 2 +- packages/telemetry/package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index 1045a1036de8..ca5196232ff2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -33,7 +33,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.22.6", "@prisma/client": "5.0.0", - "@whatwg-node/fetch": "0.9.7", + "@whatwg-node/fetch": "0.9.9", "core-js": "3.31.1", "humanize-string": "2.1.0", "jsonwebtoken": "9.0.0", diff --git a/packages/codemods/package.json b/packages/codemods/package.json index 5d2fa588a694..0b53ad2cc9af 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -33,7 +33,7 @@ "@svgr/core": "8.0.0", "@svgr/plugin-jsx": "8.0.1", "@vscode/ripgrep": "1.15.5", - "@whatwg-node/fetch": "0.9.7", + "@whatwg-node/fetch": "0.9.9", "cheerio": "1.0.0-rc.12", "core-js": "3.31.1", "deepmerge": "4.3.1", diff --git a/packages/graphql-server/package.json b/packages/graphql-server/package.json index 8fae63a2e54c..644b6f01f94c 100644 --- a/packages/graphql-server/package.json +++ b/packages/graphql-server/package.json @@ -52,7 +52,7 @@ "@types/jsonwebtoken": "9.0.2", "@types/lodash": "4.14.195", "@types/uuid": "9.0.2", - "@whatwg-node/fetch": "0.9.7", + "@whatwg-node/fetch": "0.9.9", "aws-lambda": "1.0.7", "jest": "29.6.1", "jsonwebtoken": "9.0.0", diff --git a/packages/prerender/package.json b/packages/prerender/package.json index df076ea37184..8b045492bcd3 100644 --- a/packages/prerender/package.json +++ b/packages/prerender/package.json @@ -31,7 +31,7 @@ "@redwoodjs/router": "6.0.2", "@redwoodjs/structure": "6.0.2", "@redwoodjs/web": "6.0.2", - "@whatwg-node/fetch": "0.9.7", + "@whatwg-node/fetch": "0.9.9", "babel-plugin-ignore-html-and-css-imports": "0.1.0", "cheerio": "1.0.0-rc.12", "core-js": "3.31.1", diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 9f47fabeb345..00eb8088ea17 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -29,7 +29,7 @@ "@babel/runtime-corejs3": "7.22.6", "@redwoodjs/project-config": "6.0.2", "@redwoodjs/structure": "6.0.2", - "@whatwg-node/fetch": "0.9.7", + "@whatwg-node/fetch": "0.9.9", "ci-info": "3.8.0", "core-js": "3.31.1", "envinfo": "7.9.0", diff --git a/yarn.lock b/yarn.lock index c3fd7600c718..aa13920b870f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6819,7 +6819,7 @@ __metadata: "@types/memjs": 1 "@types/pascalcase": 1.0.1 "@types/split2": 4.2.0 - "@whatwg-node/fetch": 0.9.7 + "@whatwg-node/fetch": 0.9.9 core-js: 3.31.1 humanize-string: 2.1.0 jest: 29.6.1 @@ -7442,7 +7442,7 @@ __metadata: "@types/prettier": 2.7.3 "@types/yargs": 17.0.24 "@vscode/ripgrep": 1.15.5 - "@whatwg-node/fetch": 0.9.7 + "@whatwg-node/fetch": 0.9.9 cheerio: 1.0.0-rc.12 core-js: 3.31.1 deepmerge: 4.3.1 @@ -7661,7 +7661,7 @@ __metadata: "@types/jsonwebtoken": 9.0.2 "@types/lodash": 4.14.195 "@types/uuid": 9.0.2 - "@whatwg-node/fetch": 0.9.7 + "@whatwg-node/fetch": 0.9.9 aws-lambda: 1.0.7 core-js: 3.31.1 graphql: 16.7.1 @@ -7746,7 +7746,7 @@ __metadata: "@redwoodjs/structure": 6.0.2 "@redwoodjs/web": 6.0.2 "@types/mime-types": 2.1.1 - "@whatwg-node/fetch": 0.9.7 + "@whatwg-node/fetch": 0.9.9 babel-plugin-ignore-html-and-css-imports: 0.1.0 babel-plugin-tester: 11.0.4 cheerio: 1.0.0-rc.12 @@ -7940,7 +7940,7 @@ __metadata: "@types/envinfo": 7.8.1 "@types/uuid": 9.0.2 "@types/yargs": 17.0.24 - "@whatwg-node/fetch": 0.9.7 + "@whatwg-node/fetch": 0.9.9 ci-info: 3.8.0 core-js: 3.31.1 envinfo: 7.9.0 @@ -11408,13 +11408,13 @@ __metadata: languageName: node linkType: hard -"@whatwg-node/fetch@npm:0.9.7, @whatwg-node/fetch@npm:^0.9.0, @whatwg-node/fetch@npm:^0.9.6": - version: 0.9.7 - resolution: "@whatwg-node/fetch@npm:0.9.7" +"@whatwg-node/fetch@npm:0.9.9, @whatwg-node/fetch@npm:^0.9.0, @whatwg-node/fetch@npm:^0.9.6": + version: 0.9.9 + resolution: "@whatwg-node/fetch@npm:0.9.9" dependencies: - "@whatwg-node/node-fetch": ^0.4.6 + "@whatwg-node/node-fetch": ^0.4.8 urlpattern-polyfill: ^9.0.0 - checksum: 6bc286375be4855078608a4e0af69a8f09bb923f563b7f438ef277118b966282dbef727d180c1dab106d360ec193d9e6ab25139013880bc2380884ab3b2b54d7 + checksum: c628a85ba2e6665ba4601be1bb12126a7656f2d76fe8e8d9664c120b2c780b39b9f38cb49cf2adcd9eb9420f0a0c5de82537cafc0379ad0474c5a6b28099391e languageName: node linkType: hard @@ -11444,16 +11444,16 @@ __metadata: languageName: node linkType: hard -"@whatwg-node/node-fetch@npm:^0.4.6": - version: 0.4.6 - resolution: "@whatwg-node/node-fetch@npm:0.4.6" +"@whatwg-node/node-fetch@npm:^0.4.8": + version: 0.4.11 + resolution: "@whatwg-node/node-fetch@npm:0.4.11" dependencies: "@whatwg-node/events": ^0.1.0 busboy: ^1.6.0 fast-querystring: ^1.1.1 fast-url-parser: ^1.1.3 tslib: ^2.3.1 - checksum: 4a3e140fab7712c9af9cdcd65c48fc6fb06830b2e0f764aa475a6a8c302c58086bd68c535b8bd012dc4344902c05e56e2f2f82a623ebfb517aebdac1fca080a7 + checksum: 2393bb295cbe90d69059634d52cb736fdac2966c973751d900f34380ca766ee836fa51c33c3687ede5ed6e44dddf35f07491660f5022f0455de4f897d127220e languageName: node linkType: hard