[PR #29] Bump node-fetch and isomorphic-fetch #38

Open
opened 2026-03-02 04:04:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/f/fatura/pull/29
Author: @dependabot[bot]
Created: 5/7/2023
Status: 🔄 Open

Base: masterHead: dependabot/npm_and_yarn/node-fetch-and-isomorphic-fetch-2.6.9


📝 Commits (1)

  • 345a791 Bump node-fetch and isomorphic-fetch

📊 Changes

2 files changed (+32 additions, -40 deletions)

View changed files

📝 package-lock.json (+31 -39)
📝 package.json (+1 -1)

📄 Description

Bumps node-fetch to 2.6.9 and updates ancestor dependency isomorphic-fetch. These dependencies need to be updated together.

Updates node-fetch from 1.7.3 to 2.6.9

Release notes

Sourced from node-fetch's releases.

v2.6.9

2.6.9 (2023-01-30)

Bug Fixes

v2.6.8

2.6.8 (2023-01-13)

Bug Fixes

v2.6.7

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

Full Changelog: https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7

v2.6.6

What's Changed

Full Changelog: https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.6

v2.6.2

fixed main path in package.json

v2.6.1

This is an important security release. It is strongly recommended to update as soon as possible.

See CHANGELOG for details.

v2.6.0

See CHANGELOG.

v2.5.0

See CHANGELOG.

v2.4.1

... (truncated)

Commits
  • 70f592d fix: "global is not defined" (#1704)
  • 0f1ebb0 Prevent error when response is null (#1699)
  • 6e9464d ci(release): install dependencies
  • dd2a0ba ci(release): install dependencies
  • 49bef02 ci(release): use latest Node LTS
  • ce37bcd ci(semantic-release): config
  • 1768eaa ci(release): initial version
  • 8bb6e31 fix: prevent hoisting of the undefined global variable in browser.js (#1534)
  • e218f8d Add missing changelog entries. (#1613)
  • fddad0e fix(headers): don't forward secure headers on protocol change (#1605)
  • 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.


Updates isomorphic-fetch from 2.2.1 to 3.0.0

Commits
  • fc5e0d0 3.0.0
  • 496fa43 Add version that was previously uncomitted to the package.json due to the pre...
  • 9f5a8b6 Add a list of alternatives
  • 49280e6 Resolve minor security issue
  • 0f5edd0 Explain why Isomorphic Fetch is needed in docs (#135)
  • e32b006 Fix travis (#190)
  • db0aa8c Update to latest version
  • 8bf02c4 Bump node-fetch from 1.7.3 to 2.6.1 (#189)
  • 89c7e70 Merge pull request #93 from paulmelnikow/fetch_ponyfill
  • 25e3cab Add link to fetch-ponyfill
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/f/fatura/pull/29 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/7/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/node-fetch-and-isomorphic-fetch-2.6.9` --- ### 📝 Commits (1) - [`345a791`](https://github.com/f/fatura/commit/345a79183e58de7440ce186b48d50535363d515f) Bump node-fetch and isomorphic-fetch ### 📊 Changes **2 files changed** (+32 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+31 -39) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.6.9 and updates ancestor dependency [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch). These dependencies need to be updated together. Updates `node-fetch` from 1.7.3 to 2.6.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.9</h2> <h2><a href="https://github.com/bitinn/node-fetch/compare/v2.6.8...v2.6.9">2.6.9</a> (2023-01-30)</h2> <h3>Bug Fixes</h3> <ul> <li>&quot;global is not defined&quot; (<a href="https://redirect.github.com/bitinn/node-fetch/issues/1704">#1704</a>) (<a href="https://github.com/bitinn/node-fetch/commit/70f592d9d2da959df1cebc2dd2314286a4bcf345">70f592d</a>)</li> </ul> <h2>v2.6.8</h2> <h2><a href="https://github.com/bitinn/node-fetch/compare/v2.6.7...v2.6.8">2.6.8</a> (2023-01-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>headers:</strong> don't forward secure headers on protocol change (<a href="https://redirect.github.com/bitinn/node-fetch/issues/1605">#1605</a>) (<a href="https://github.com/bitinn/node-fetch/commit/fddad0e7ea3fd6da01cc006fdf0ed304ccdd7990">fddad0e</a>), closes <a href="https://redirect.github.com/bitinn/node-fetch/issues/1599">#1599</a></li> <li>premature close with chunked transfer encoding and for async iterators in Node 12 (<a href="https://redirect.github.com/bitinn/node-fetch/issues/1172">#1172</a>) (<a href="https://github.com/bitinn/node-fetch/commit/50536d1e02ad42bdf262381034805378b98bfa53">50536d1</a>), closes <a href="https://redirect.github.com/bitinn/node-fetch/issues/1064">#1064</a> <a href="https://redirect.github.com//redirect.github.com/node-fetch/node-fetch/pull/1064/issues/issuecomment-849167400">node-fetch/node-fetch#1064</a></li> <li>prevent hoisting of the undefined <code>global</code> variable in <code>browser.js</code> (<a href="https://redirect.github.com/bitinn/node-fetch/issues/1534">#1534</a>) (<a href="https://github.com/bitinn/node-fetch/commit/8bb6e317c866c4134e7d67e90a5596a8c67e3965">8bb6e31</a>)</li> </ul> <h2>v2.6.7</h2> <h1>Security patch release</h1> <p>Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred</p> <h2>What's Changed</h2> <ul> <li>fix: don't forward secure headers to 3th party by <a href="https://github.com/jimmywarting"><code>@​jimmywarting</code></a> in <a href="https://redirect.github.com/node-fetch/node-fetch/pull/1453">node-fetch/node-fetch#1453</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7">https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7</a></p> <h2>v2.6.6</h2> <h2>What's Changed</h2> <ul> <li>fix(URL): prefer built in URL version when available and fallback to whatwg by <a href="https://github.com/jimmywarting"><code>@​jimmywarting</code></a> in <a href="https://redirect.github.com/node-fetch/node-fetch/pull/1352">node-fetch/node-fetch#1352</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.6">https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.6</a></p> <h2>v2.6.2</h2> <p>fixed main path in package.json</p> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> <h2>v2.6.0</h2> <p>See <a href="https://github.com/bitinn/node-fetch/blob/v2.6.0/CHANGELOG.md#v260">CHANGELOG</a>.</p> <h2>v2.5.0</h2> <p>See <a href="https://github.com/bitinn/node-fetch/blob/v2.5.0/CHANGELOG.md#v250">CHANGELOG</a>.</p> <h2>v2.4.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/70f592d9d2da959df1cebc2dd2314286a4bcf345"><code>70f592d</code></a> fix: &quot;global is not defined&quot; (<a href="https://redirect.github.com/node-fetch/node-fetch/issues/1704">#1704</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/0f1ebb0d9d9726351a83a50eaaccf66342f04e06"><code>0f1ebb0</code></a> Prevent error when response is null (<a href="https://redirect.github.com/node-fetch/node-fetch/issues/1699">#1699</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6e9464d7e34dc323edf4dabad7615dd94ab847bd"><code>6e9464d</code></a> ci(release): install dependencies</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/dd2a0ba0fb1ed0d321fcde46562e824d9f40fea1"><code>dd2a0ba</code></a> ci(release): install dependencies</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/49bef02a2f630bb083d1920cb40ff09363479ef2"><code>49bef02</code></a> ci(release): use latest Node LTS</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/ce37bcd93e869e2c0a05d4a913ad08ce94399e88"><code>ce37bcd</code></a> ci(semantic-release): config</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1768eaa7dcc51adc0038cb07e2cdfd6d44b2164a"><code>1768eaa</code></a> ci(release): initial version</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8bb6e317c866c4134e7d67e90a5596a8c67e3965"><code>8bb6e31</code></a> fix: prevent hoisting of the undefined <code>global</code> variable in <code>browser.js</code> (<a href="https://redirect.github.com/node-fetch/node-fetch/issues/1534">#1534</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/e218f8d5b7c6ad48b3a6c8e85bc65948ed295b26"><code>e218f8d</code></a> Add missing changelog entries. (<a href="https://redirect.github.com/node-fetch/node-fetch/issues/1613">#1613</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/fddad0e7ea3fd6da01cc006fdf0ed304ccdd7990"><code>fddad0e</code></a> fix(headers): don't forward secure headers on protocol change (<a href="https://redirect.github.com/node-fetch/node-fetch/issues/1605">#1605</a>)</li> <li>Additional commits viewable in <a href="https://github.com/node-fetch/node-fetch/compare/1.7.3...v2.6.9">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~node-fetch-bot">node-fetch-bot</a>, a new releaser for node-fetch since your current version.</p> </details> <br /> Updates `isomorphic-fetch` from 2.2.1 to 3.0.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matthew-andrews/isomorphic-fetch/commit/fc5e0d0d0b180e5b4c70b2ae7f738c50a9a51b25"><code>fc5e0d0</code></a> 3.0.0</li> <li><a href="https://github.com/matthew-andrews/isomorphic-fetch/commit/496fa435d27c42521df36388856d96e446ac1ec6"><code>496fa43</code></a> Add version that was previously uncomitted to the package.json due to the pre...</li> <li><a href="https://github.com/matthew-andrews/isomorphic-fetch/commit/9f5a8b65f18a820f92860498bb75fdd8621fce20"><code>9f5a8b6</code></a> Add a list of alternatives</li> <li><a href="https://github.com/matthew-andrews/isomorphic-fetch/commit/49280e605662fb9c4e841f934ee6359406f3f379"><code>49280e6</code></a> Resolve minor security issue</li> <li><a href="https://github.com/matthew-andrews/isomorphic-fetch/commit/0f5edd07401a27a34e1047831abf8aca8e517aa3"><code>0f5edd0</code></a> Explain why Isomorphic Fetch is needed in docs (<a href="https://redirect.github.com/matthew-andrews/isomorphic-fetch/issues/135">#135</a>)</li> <li><a href="https://github.com/matthew-andrews/isomorphic-fetch/commit/e32b006ba5b4d70ff61ae70ab30a212feb9b4647"><code>e32b006</code></a> Fix travis (<a href="https://redirect.github.com/matthew-andrews/isomorphic-fetch/issues/190">#190</a>)</li> <li><a href="https://github.com/matthew-andrews/isomorphic-fetch/commit/db0aa8cd0771afea252dcc2b52bf8d2166711e71"><code>db0aa8c</code></a> Update to latest version</li> <li><a href="https://github.com/matthew-andrews/isomorphic-fetch/commit/8bf02c414bc422bf3aee4a965bb8d8236dfb12ee"><code>8bf02c4</code></a> Bump node-fetch from 1.7.3 to 2.6.1 (<a href="https://redirect.github.com/matthew-andrews/isomorphic-fetch/issues/189">#189</a>)</li> <li><a href="https://github.com/matthew-andrews/isomorphic-fetch/commit/89c7e70c313d4965f05ac8f0f3a2fcf239c82876"><code>89c7e70</code></a> Merge pull request <a href="https://redirect.github.com/matthew-andrews/isomorphic-fetch/issues/93">#93</a> from paulmelnikow/fetch_ponyfill</li> <li><a href="https://github.com/matthew-andrews/isomorphic-fetch/commit/25e3cab94a787d29aec6ab885507d307202ad31e"><code>25e3cab</code></a> Add link to fetch-ponyfill</li> <li>Additional commits viewable in <a href="https://github.com/matthew-andrews/isomorphic-fetch/compare/v2.2.1...v3.0.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/f/fatura/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fatura-f#38
No description provided.