editorconfig-checker.javascript
editorconfig-checker.javascript copied to clipboard
chore(deps): bump node-fetch from 2.6.1 to 3.2.0
Bumps node-fetch from 2.6.1 to 3.2.0.
Release notes
Sourced from node-fetch's releases.
v3.2.0
3.2.0 (2022-01-20)
Features
v3.1.1
Security patch release
Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred
What's Changed
- core: update fetch-blob by
@jimmywartingin node-fetch/node-fetch#1371- docs: Fix typo around sending a file by
@jimmywartingin node-fetch/node-fetch#1381- core: (http.request): Cast URL to string before sending it to NodeJS core by
@jimmywartingin node-fetch/node-fetch#1378- core: handle errors from the request body stream by
@mdmitry01in node-fetch/node-fetch#1392- core: Better handle wrong redirect header in a response by
@tasinetin node-fetch/node-fetch#1387- core: Don't use buffer to make a blob by
@jimmywartingin node-fetch/node-fetch#1402- docs: update readme for TS
@types/node-fetchby@adamellsworthin node-fetch/node-fetch#1405- core: Fix logical operator priority to disallow GET/HEAD with non-empty body by
@maxshirshinin node-fetch/node-fetch#1369- core: Don't use global buffer by
@jimmywartingin node-fetch/node-fetch#1422- ci: fix main branch by
@dnalborczykin node-fetch/node-fetch#1429- core: use more node: protocol imports by
@dnalborczykin node-fetch/node-fetch#1428- core: Warn when using data by
@jimmywartingin node-fetch/node-fetch#1421- docs: Create SECURITY.md by
@JamieSlomein node-fetch/node-fetch#1445- core: don't forward secure headers to 3th party by
@jimmywartingin node-fetch/node-fetch#1449New Contributors
@mdmitry01made their first contribution in node-fetch/node-fetch#1392@tasinetmade their first contribution in node-fetch/node-fetch#1387@adamellsworthmade their first contribution in node-fetch/node-fetch#1405@maxshirshinmade their first contribution in node-fetch/node-fetch#1369@JamieSlomemade their first contribution in node-fetch/node-fetch#1445Full Changelog: https://github.com/node-fetch/node-fetch/compare/v3.1.0...v3.1.1
v3.1.0
What's Changed
- fix(Body): Discourage form-data and buffer() by
@jimmywartingin node-fetch/node-fetch#1212- fix: Pass url string to http.request by
@serverwentdownin node-fetch/node-fetch#1268- Fix octocat image link by
@lakuapikin node-fetch/node-fetch#1281- fix(Body.body): Normalize
Body.bodyinto anode:streamby@jimmywartingin node-fetch/node-fetch#924- docs(Headers): Add default Host request header to README.md file by
@robertoacevesin node-fetch/node-fetch#1316- Update CHANGELOG.md by
@jimmywartingin node-fetch/node-fetch#1292- Add highWaterMark to cloned properties by
@davesidiousin node-fetch/node-fetch#1162- Update README.md to fix HTTPResponseError by
@thedanfernandezin node-fetch/node-fetch#1135- docs: switch
urltoURLby@dhritzkivin node-fetch/node-fetch#1318- fix(types): declare buffer() deprecated by
@dnalborczykin node-fetch/node-fetch#1345- chore: fix lint by
@dnalborczykin node-fetch/node-fetch#1348
... (truncated)
Changelog
Sourced from node-fetch's changelog.
Changelog
All notable changes will be recorded here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
What's Changed
- core: update fetch-blob by
@jimmywartingin node-fetch/node-fetch#1371- docs: Fix typo around sending a file by
@jimmywartingin node-fetch/node-fetch#1381- core: (http.request): Cast URL to string before sending it to NodeJS core by
@jimmywartingin node-fetch/node-fetch#1378- core: handle errors from the request body stream by
@mdmitry01in node-fetch/node-fetch#1392- core: Better handle wrong redirect header in a response by
@tasinetin node-fetch/node-fetch#1387- core: Don't use buffer to make a blob by
@jimmywartingin node-fetch/node-fetch#1402- docs: update readme for TS
@types/node-fetchby@adamellsworthin node-fetch/node-fetch#1405- core: Fix logical operator priority to disallow GET/HEAD with non-empty body by
@maxshirshinin node-fetch/node-fetch#1369- core: Don't use global buffer by
@jimmywartingin node-fetch/node-fetch#1422- ci: fix main branch by
@dnalborczykin node-fetch/node-fetch#1429- core: use more node: protocol imports by
@dnalborczykin node-fetch/node-fetch#1428- core: Warn when using data by
@jimmywartingin node-fetch/node-fetch#1421- docs: Create SECURITY.md by
@JamieSlomein node-fetch/node-fetch#1445- core: don't forward secure headers to 3th party by
@jimmywartingin node-fetch/node-fetch#1449New Contributors
@mdmitry01made their first contribution in node-fetch/node-fetch#1392@tasinetmade their first contribution in node-fetch/node-fetch#1387@adamellsworthmade their first contribution in node-fetch/node-fetch#1405@maxshirshinmade their first contribution in node-fetch/node-fetch#1369@JamieSlomemade their first contribution in node-fetch/node-fetch#1445Full Changelog: https://github.com/node-fetch/node-fetch/compare/v3.1.0...v3.1.2
3.1.0
What's Changed
- fix(Body): Discourage form-data and buffer() by
@jimmywartingin node-fetch/node-fetch#1212- fix: Pass url string to http.request by
@serverwentdownin node-fetch/node-fetch#1268- Fix octocat image link by
@lakuapikin node-fetch/node-fetch#1281- fix(Body.body): Normalize
Body.bodyinto anode:streamby@jimmywartingin node-fetch/node-fetch#924- docs(Headers): Add default Host request header to README.md file by
@robertoacevesin node-fetch/node-fetch#1316- Update CHANGELOG.md by
@jimmywartingin node-fetch/node-fetch#1292- Add highWaterMark to cloned properties by
@davesidiousin node-fetch/node-fetch#1162- Update README.md to fix HTTPResponseError by
@thedanfernandezin node-fetch/node-fetch#1135- docs: switch
urltoURLby@dhritzkivin node-fetch/node-fetch#1318- fix(types): declare buffer() deprecated by
@dnalborczykin node-fetch/node-fetch#1345- chore: fix lint by
@dnalborczykin node-fetch/node-fetch#1348- refactor: use node: prefix for imports by
@dnalborczykin node-fetch/node-fetch#1346- Bump data-uri-to-buffer from 3.0.1 to 4.0.0 by
@dependabotin node-fetch/node-fetch#1319- Bump mocha from 8.4.0 to 9.1.3 by
@dependabotin node-fetch/node-fetch#1339- Referrer and Referrer Policy by
@tekwizin node-fetch/node-fetch#1057- Add typing for Response.redirect(url, status) by
@c-win node-fetch/node-fetch#1169
... (truncated)
Commits
81b1378feat: export Blob, File and FormData + utilities (#1463)b2f5d8dci: semantic-release (#1270)015798etest: Modernize and convert some test inmain.jsto async/await (#1456)1028f83test: Update major busboy version (#1457)dd2cea4Handle zero-length OK deflate responses (master) (#965)92dee09Simplify check in isDomainOrSubdomain (#1455)36e47e83.1.1 release (#1451)5304f3fDon't change relative location header on manual redirect (#1105)f5d3cf5fix(Headers): don't forward secure headers to 3th party (#1449)f2c3d56Create SECURITY.md (#1445)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)