Commit fa59fb7
authored
Bump node-fetch from 2.6.7 to 2.7.0 (#377)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7
to 2.7.0.
<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.7.0</h2>
<h1><a
href="https://github.com/bitinn/node-fetch/compare/v2.6.13...v2.7.0">2.7.0</a>
(2023-08-23)</h1>
<h3>Features</h3>
<ul>
<li><code>AbortError</code> (<a
href="https://redirect.github.com/bitinn/node-fetch/issues/1744">#1744</a>)
(<a
href="https://github.com/bitinn/node-fetch/commit/9b9d45881e5ca68757077726b3c0ecf8fdca1f29">9b9d458</a>)</li>
</ul>
<h2>v2.6.13</h2>
<h2><a
href="https://github.com/bitinn/node-fetch/compare/v2.6.12...v2.6.13">2.6.13</a>
(2023-08-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Remove the default connection close header (<a
href="https://redirect.github.com/bitinn/node-fetch/issues/1765">#1765</a>)
(<a
href="https://github.com/bitinn/node-fetch/commit/65ae25a1da2834b046c218685f2085a06f679492">65ae25a</a>),
closes <a
href="https://redirect.github.com/bitinn/node-fetch/issues/1735">#1735</a>
<a
href="https://redirect.github.com/bitinn/node-fetch/issues/1473">#1473</a>
<a
href="https://redirect.github.com/bitinn/node-fetch/issues/1736">#1736</a></li>
</ul>
<h2>v2.6.12</h2>
<h2><a
href="https://github.com/bitinn/node-fetch/compare/v2.6.11...v2.6.12">2.6.12</a>
(2023-06-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>socket variable testing for undefined (<a
href="https://redirect.github.com/bitinn/node-fetch/issues/1726">#1726</a>)
(<a
href="https://github.com/bitinn/node-fetch/commit/8bc3a7c85f67fb81bb3d71c8254e68f3b88e9169">8bc3a7c</a>)</li>
</ul>
<h2>v2.6.11</h2>
<h2><a
href="https://github.com/bitinn/node-fetch/compare/v2.6.10...v2.6.11">2.6.11</a>
(2023-05-09)</h2>
<h3>Reverts</h3>
<ul>
<li>Revert "fix: handle bom in text and json (<a
href="https://redirect.github.com/node-fetch/node-fetch/issues/1739">#1739</a>)"
(<a
href="https://redirect.github.com/node-fetch/node-fetch/issues/1741">#1741</a>)
(<a
href="https://github.com/bitinn/node-fetch/commit/afb36f6c178342488d71947dfc87e7ddd19fab9e">afb36f6</a>),
closes <a
href="https://redirect.github.com/bitinn/node-fetch/issues/1739">#1739</a>
<a
href="https://redirect.github.com/bitinn/node-fetch/issues/1741">#1741</a></li>
</ul>
<h2>v2.6.10</h2>
<h2><a
href="https://github.com/bitinn/node-fetch/compare/v2.6.9...v2.6.10">2.6.10</a>
(2023-05-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>handle bom in text and json (<a
href="https://redirect.github.com/bitinn/node-fetch/issues/1739">#1739</a>)
(<a
href="https://github.com/bitinn/node-fetch/commit/29909d75c62d51e0d1c23758e526dba74bfd463d">29909d7</a>)</li>
</ul>
<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>"global is not defined" (<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/node-fetch/node-fetch/commit/9b9d45881e5ca68757077726b3c0ecf8fdca1f29"><code>9b9d458</code></a>
feat: <code>AbortError</code> (<a
href="https://redirect.github.com/node-fetch/node-fetch/issues/1744">#1744</a>)</li>
<li><a
href="https://github.com/node-fetch/node-fetch/commit/65ae25a1da2834b046c218685f2085a06f679492"><code>65ae25a</code></a>
fix: Remove the default connection close header (<a
href="https://redirect.github.com/node-fetch/node-fetch/issues/1765">#1765</a>)</li>
<li><a
href="https://github.com/node-fetch/node-fetch/commit/8bc3a7c85f67fb81bb3d71c8254e68f3b88e9169"><code>8bc3a7c</code></a>
fix: socket variable testing for undefined (<a
href="https://redirect.github.com/node-fetch/node-fetch/issues/1726">#1726</a>)</li>
<li><a
href="https://github.com/node-fetch/node-fetch/commit/afb36f6c178342488d71947dfc87e7ddd19fab9e"><code>afb36f6</code></a>
Revert "fix: handle bom in text and json (<a
href="https://redirect.github.com/node-fetch/node-fetch/issues/1739">#1739</a>)"
(<a
href="https://redirect.github.com/node-fetch/node-fetch/issues/1741">#1741</a>)</li>
<li><a
href="https://github.com/node-fetch/node-fetch/commit/29909d75c62d51e0d1c23758e526dba74bfd463d"><code>29909d7</code></a>
fix: handle bom in text and json (<a
href="https://redirect.github.com/node-fetch/node-fetch/issues/1739">#1739</a>)</li>
<li><a
href="https://github.com/node-fetch/node-fetch/commit/70f592d9d2da959df1cebc2dd2314286a4bcf345"><code>70f592d</code></a>
fix: "global is not defined" (<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>Additional commits viewable in <a
href="https://github.com/node-fetch/node-fetch/compare/v2.6.7...v2.7.0">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 />
<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>
| Dependency Name | Ignore Conditions |
| --- | --- |
| node-fetch | [>= 3.a, < 4] |
</details>
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4741 | 4741 | | |
4742 | 4742 | | |
4743 | 4743 | | |
4744 | | - | |
4745 | | - | |
4746 | | - | |
| 4744 | + | |
| 4745 | + | |
| 4746 | + | |
4747 | 4747 | | |
4748 | 4748 | | |
4749 | 4749 | | |
| |||
0 commit comments