Title: ⬆️ Bump node-fetch from 2.6.1 to 3.1.1 in /packages/feer-cli/templates/feer-pc-multipage by dependabot[bot] · Pull Request #20 · consolejs/feer-cli · GitHub
Open Graph Title: ⬆️ Bump node-fetch from 2.6.1 to 3.1.1 in /packages/feer-cli/templates/feer-pc-multipage by dependabot[bot] · Pull Request #20 · consolejs/feer-cli
X Title: ⬆️ Bump node-fetch from 2.6.1 to 3.1.1 in /packages/feer-cli/templates/feer-pc-multipage by dependabot[bot] · Pull Request #20 · consolejs/feer-cli
Description: Bumps node-fetch from 2.6.1 to 3.1.1. Release notes Sourced from node-fetch's releases. 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 @jimmywarting in node-fetch/node-fetch#1371 docs: Fix typo around sending a file by @jimmywarting in node-fetch/node-fetch#1381 core: (http.request): Cast URL to string before sending it to NodeJS core by @jimmywarting in node-fetch/node-fetch#1378 core: handle errors from the request body stream by @mdmitry01 in node-fetch/node-fetch#1392 core: Better handle wrong redirect header in a response by @tasinet in node-fetch/node-fetch#1387 core: Don't use buffer to make a blob by @jimmywarting in node-fetch/node-fetch#1402 docs: update readme for TS @types/node-fetch by @adamellsworth in node-fetch/node-fetch#1405 core: Fix logical operator priority to disallow GET/HEAD with non-empty body by @maxshirshin in node-fetch/node-fetch#1369 core: Don't use global buffer by @jimmywarting in node-fetch/node-fetch#1422 ci: fix main branch by @dnalborczyk in node-fetch/node-fetch#1429 core: use more node: protocol imports by @dnalborczyk in node-fetch/node-fetch#1428 core: Warn when using data by @jimmywarting in node-fetch/node-fetch#1421 docs: Create SECURITY.md by @JamieSlome in node-fetch/node-fetch#1445 core: don't forward secure headers to 3th party by @jimmywarting in node-fetch/node-fetch#1449 New Contributors @mdmitry01 made their first contribution in node-fetch/node-fetch#1392 @tasinet made their first contribution in node-fetch/node-fetch#1387 @adamellsworth made their first contribution in node-fetch/node-fetch#1405 @maxshirshin made their first contribution in node-fetch/node-fetch#1369 @JamieSlome made their first contribution in node-fetch/node-fetch#1445 Full Changelog: node-fetch/node-fetch@v3.1.0...v3.1.1 v3.1.0 What's Changed fix(Body): Discourage form-data and buffer() by @jimmywarting in node-fetch/node-fetch#1212 fix: Pass url string to http.request by @serverwentdown in node-fetch/node-fetch#1268 Fix octocat image link by @lakuapik in node-fetch/node-fetch#1281 fix(Body.body): Normalize Body.body into a node:stream by @jimmywarting in node-fetch/node-fetch#924 docs(Headers): Add default Host request header to README.md file by @robertoaceves in node-fetch/node-fetch#1316 Update CHANGELOG.md by @jimmywarting in node-fetch/node-fetch#1292 Add highWaterMark to cloned properties by @davesidious in node-fetch/node-fetch#1162 Update README.md to fix HTTPResponseError by @thedanfernandez in node-fetch/node-fetch#1135 docs: switch url to URL by @dhritzkiv in node-fetch/node-fetch#1318 fix(types): declare buffer() deprecated by @dnalborczyk in node-fetch/node-fetch#1345 chore: fix lint by @dnalborczyk in node-fetch/node-fetch#1348 refactor: use node: prefix for imports by @dnalborczyk in node-fetch/node-fetch#1346 Bump data-uri-to-buffer from 3.0.1 to 4.0.0 by @dependabot in node-fetch/node-fetch#1319 Bump mocha from 8.4.0 to 9.1.3 by @dependabot in node-fetch/node-fetch#1339 Referrer and Referrer Policy by @tekwiz in node-fetch/node-fetch#1057 Add typing for Response.redirect(url, status) by @c-w in node-fetch/node-fetch#1169 chore: Correct stuff in README.md by @Jiralite in node-fetch/node-fetch#1361 docs: Improve clarity of "Loading and configuring" by @serverwentdown in node-fetch/node-fetch#1323 feat(Body): Added support for BodyMixin.formData() and constructing bodies with FormData by @jimmywarting in node-fetch/node-fetch#1314 ... (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 @jimmywarting in node-fetch/node-fetch#1371 docs: Fix typo around sending a file by @jimmywarting in node-fetch/node-fetch#1381 core: (http.request): Cast URL to string before sending it to NodeJS core by @jimmywarting in node-fetch/node-fetch#1378 core: handle errors from the request body stream by @mdmitry01 in node-fetch/node-fetch#1392 core: Better handle wrong redirect header in a response by @tasinet in node-fetch/node-fetch#1387 core: Don't use buffer to make a blob by @jimmywarting in node-fetch/node-fetch#1402 docs: update readme for TS @types/node-fetch by @adamellsworth in node-fetch/node-fetch#1405 core: Fix logical operator priority to disallow GET/HEAD with non-empty body by @maxshirshin in node-fetch/node-fetch#1369 core: Don't use global buffer by @jimmywarting in node-fetch/node-fetch#1422 ci: fix main branch by @dnalborczyk in node-fetch/node-fetch#1429 core: use more node: protocol imports by @dnalborczyk in node-fetch/node-fetch#1428 core: Warn when using data by @jimmywarting in node-fetch/node-fetch#1421 docs: Create SECURITY.md by @JamieSlome in node-fetch/node-fetch#1445 core: don't forward secure headers to 3th party by @jimmywarting in node-fetch/node-fetch#1449 New Contributors @mdmitry01 made their first contribution in node-fetch/node-fetch#1392 @tasinet made their first contribution in node-fetch/node-fetch#1387 @adamellsworth made their first contribution in node-fetch/node-fetch#1405 @maxshirshin made their first contribution in node-fetch/node-fetch#1369 @JamieSlome made their first contribution in node-fetch/node-fetch#1445 Full Changelog: node-fetch/node-fetch@v3.1.0...v3.1.2 3.1.0 What's Changed fix(Body): Discourage form-data and buffer() by @jimmywarting in node-fetch/node-fetch#1212 fix: Pass url string to http.request by @serverwentdown in node-fetch/node-fetch#1268 Fix octocat image link by @lakuapik in node-fetch/node-fetch#1281 fix(Body.body): Normalize Body.body into a node:stream by @jimmywarting in node-fetch/node-fetch#924 docs(Headers): Add default Host request header to README.md file by @robertoaceves in node-fetch/node-fetch#1316 Update CHANGELOG.md by @jimmywarting in node-fetch/node-fetch#1292 Add highWaterMark to cloned properties by @davesidious in node-fetch/node-fetch#1162 Update README.md to fix HTTPResponseError by @thedanfernandez in node-fetch/node-fetch#1135 docs: switch url to URL by @dhritzkiv in node-fetch/node-fetch#1318 fix(types): declare buffer() deprecated by @dnalborczyk in node-fetch/node-fetch#1345 chore: fix lint by @dnalborczyk in node-fetch/node-fetch#1348 refactor: use node: prefix for imports by @dnalborczyk in node-fetch/node-fetch#1346 Bump data-uri-to-buffer from 3.0.1 to 4.0.0 by @dependabot in node-fetch/node-fetch#1319 Bump mocha from 8.4.0 to 9.1.3 by @dependabot in node-fetch/node-fetch#1339 Referrer and Referrer Policy by @tekwiz in node-fetch/node-fetch#1057 Add typing for Response.redirect(url, status) by @c-w in node-fetch/node-fetch#1169 ... (truncated) Commits 36e47e8 3.1.1 release (#1451) 5304f3f Don't change relative location header on manual redirect (#1105) f5d3cf5 fix(Headers): don't forward secure headers to 3th party (#1449) f2c3d56 Create SECURITY.md (#1445) 4ae3538 core: Warn when using data (#1421) 41f53b9 fix: use more node: protocol imports (#1428) f674875 ci: fix main branch (#1429) 1493d04 core: Don't use global buffer (#1422) eb33090 Chore: Fix logical operator priority (regression) to disallow GET/HEAD with n... 7ba5bc9 update readme for TS @type/node-fetch (#1405) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by endless, 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 rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.
Open Graph Description: Bumps node-fetch from 2.6.1 to 3.1.1. Release notes Sourced from node-fetch's releases. v3.1.1 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication h...
X Description: Bumps node-fetch from 2.6.1 to 3.1.1. Release notes Sourced from node-fetch's releases. v3.1.1 Security patch release Recommended to upgrade, to not leak sensitive cookie and authenticati...
Opengraph URL: https://github.com/consolejs/feer-cli/pull/20
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:045c3629-481c-b444-a1ed-3810a63e3771 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 9E24:1E0AAF:1B67224:25F75B8:6977874D |
| html-safe-nonce | 10a41819b637575bd75713df1c39febd51cc5453057d45102ca762de279524d9 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RTI0OjFFMEFBRjoxQjY3MjI0OjI1Rjc1Qjg6Njk3Nzg3NEQiLCJ2aXNpdG9yX2lkIjoiNTk0Njk1MDA1NjQxMjY3Nzk2NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | d2d0baea40d4167c90131cfe198bb3e1b821a6c502b006cc396b2adc191114b0 |
| hovercard-subject-tag | pull_request:829535143 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/consolejs/feer-cli/pull/20/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps node-fetch from 2.6.1 to 3.1.1. Release notes Sourced from node-fetch's releases. v3.1.1 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication h... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | fd37f8e74ecc49b700617ea694fa6d7b395b6c9a4b79c59b3014da220462ac69 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/consolejs/feer-cli git https://github.com/consolejs/feer-cli.git |
| octolytics-dimension-user_id | 5219949 |
| octolytics-dimension-user_login | consolejs |
| octolytics-dimension-repository_id | 269024202 |
| octolytics-dimension-repository_nwo | consolejs/feer-cli |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 269024202 |
| octolytics-dimension-repository_network_root_nwo | consolejs/feer-cli |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 523f6485bbeeb9958ec03260b225e9183734585d |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width