Skip to content

Commit

Permalink
deps: bump make-fetch-happen from 11.1.1 to 12.0.0 (#195)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the underlying fetch module now uses `@npmcli/agent`. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.

Bumps [make-fetch-happen](https://github.com/npm/make-fetch-happen) from
11.1.1 to 12.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/npm/make-fetch-happen/releases">make-fetch-happen's
releases</a>.</em></p>
<blockquote>
<h2>v12.0.0</h2>
<h2><a
href="https://github.com/npm/make-fetch-happen/compare/v11.1.1...v12.0.0">12.0.0</a>
(2023-07-27)</h2>
<h3>⚠️ BREAKING CHANGES</h3>
<ul>
<li>support for node 14 has been removed</li>
<li>this changes the underlying http agents to those provided by
<code>@npmcli/agent</code>. Backwards compatibility should be fully
implemented but due to the scope of this change it was made a breaking
change out of an abundance of caution.</li>
</ul>
<h3>Features</h3>
<ul>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/7c25367d95c5a0853b4b1e93c13456ac1cfc493d"><code>7c25367</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
move to <code>@​npmcli/agent</code> (<a
href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/3059b286be9884f0d2f83f5b57314e924c07c57d"><code>3059b28</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/259">#259</a>
drop node14 support (<a
href="https://redirect.github.com/npm/make-fetch-happen/issues/259">#259</a>)
(<a
href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/efd1e2f02a38e7f39fe291503546f1be92ad0fa7"><code>efd1e2f</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
update readme (<a
href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/5318d239280b951479877badd81868411d71f19f"><code>5318d23</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/253">#253</a>
bump minipass from 5.0.0 to 7.0.2 (<a
href="https://redirect.github.com/npm/make-fetch-happen/issues/253">#253</a>)</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/5493550d841cc2b182deae6717c010d9fb445002"><code>5493550</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
remove lru-cache</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/193b901f69adb8497f932beaeb60bff1fe0a94b5"><code>193b901</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
remove socks-proxy-agent</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/fc356228b1127e65f3c5c27f4e2b1dc26167298a"><code>fc35622</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
remove agentkeepalive</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/e78fcdf507938806dffcd4ce82c0f9373e589b29"><code>e78fcdf</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
remove https-proxy-agent</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/a4089a0946476d5ea2624130d0fcf6da5b99d730"><code>a4089a0</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
remove http-proxy-agent</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/92c32269646e531e86a0b1b7efe96596506ef563"><code>92c3226</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
add <code>@​npmcli/agent</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/npm/make-fetch-happen/blob/main/CHANGELOG.md">make-fetch-happen's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/npm/make-fetch-happen/compare/v11.1.1...v12.0.0">12.0.0</a>
(2023-07-27)</h2>
<h3>⚠️ BREAKING CHANGES</h3>
<ul>
<li>support for node 14 has been removed</li>
<li>this changes the underlying http agents to those provided by
<code>@npmcli/agent</code>. Backwards compatibility should be fully
implemented but due to the scope of this change it was made a breaking
change out of an abundance of caution.</li>
</ul>
<h3>Features</h3>
<ul>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/7c25367d95c5a0853b4b1e93c13456ac1cfc493d"><code>7c25367</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
move to <code>@​npmcli/agent</code> (<a
href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/3059b286be9884f0d2f83f5b57314e924c07c57d"><code>3059b28</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/259">#259</a>
drop node14 support (<a
href="https://redirect.github.com/npm/make-fetch-happen/issues/259">#259</a>)
(<a
href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/efd1e2f02a38e7f39fe291503546f1be92ad0fa7"><code>efd1e2f</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
update readme (<a
href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/5318d239280b951479877badd81868411d71f19f"><code>5318d23</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/253">#253</a>
bump minipass from 5.0.0 to 7.0.2 (<a
href="https://redirect.github.com/npm/make-fetch-happen/issues/253">#253</a>)</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/5493550d841cc2b182deae6717c010d9fb445002"><code>5493550</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
remove lru-cache</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/193b901f69adb8497f932beaeb60bff1fe0a94b5"><code>193b901</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
remove socks-proxy-agent</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/fc356228b1127e65f3c5c27f4e2b1dc26167298a"><code>fc35622</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
remove agentkeepalive</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/e78fcdf507938806dffcd4ce82c0f9373e589b29"><code>e78fcdf</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
remove https-proxy-agent</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/a4089a0946476d5ea2624130d0fcf6da5b99d730"><code>a4089a0</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
remove http-proxy-agent</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/92c32269646e531e86a0b1b7efe96596506ef563"><code>92c3226</code></a>
<a
href="https://redirect.github.com/npm/make-fetch-happen/pull/255">#255</a>
add <code>@​npmcli/agent</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/bb3a5f55e78e4b0ef61a95756b484379a6bcaf7c"><code>bb3a5f5</code></a>
chore: release 12.0.0</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/5318d239280b951479877badd81868411d71f19f"><code>5318d23</code></a>
deps: bump minipass from 5.0.0 to 7.0.2 (<a
href="https://redirect.github.com/npm/make-fetch-happen/issues/253">#253</a>)</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/3059b286be9884f0d2f83f5b57314e924c07c57d"><code>3059b28</code></a>
fix: drop node14 support (<a
href="https://redirect.github.com/npm/make-fetch-happen/issues/259">#259</a>)</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/096e2b8fc769247599a34fdc974e1670da3cd693"><code>096e2b8</code></a>
chore: bump <code>@​npmcli/template-oss</code> from 4.15.1 to 4.18.0 (<a
href="https://redirect.github.com/npm/make-fetch-happen/issues/256">#256</a>)</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/efd1e2f02a38e7f39fe291503546f1be92ad0fa7"><code>efd1e2f</code></a>
docs: update readme</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/7c25367d95c5a0853b4b1e93c13456ac1cfc493d"><code>7c25367</code></a>
feat: move to <code>@​npmcli/agent</code></li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/5493550d841cc2b182deae6717c010d9fb445002"><code>5493550</code></a>
deps: remove lru-cache</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/193b901f69adb8497f932beaeb60bff1fe0a94b5"><code>193b901</code></a>
deps: remove socks-proxy-agent</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/fc356228b1127e65f3c5c27f4e2b1dc26167298a"><code>fc35622</code></a>
deps: remove agentkeepalive</li>
<li><a
href="https://github.com/npm/make-fetch-happen/commit/e78fcdf507938806dffcd4ce82c0f9373e589b29"><code>e78fcdf</code></a>
deps: remove https-proxy-agent</li>
<li>Additional commits viewable in <a
href="https://github.com/npm/make-fetch-happen/compare/v11.1.1...v12.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=make-fetch-happen&package-manager=npm_and_yarn&previous-version=11.1.1&new-version=12.0.0)](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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 28, 2023
1 parent e154d49 commit a97564f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"make-fetch-happen": "^11.0.0",
"make-fetch-happen": "^12.0.0",
"minipass": "^7.0.2",
"minipass-fetch": "^3.0.0",
"minipass-json-stream": "^1.0.1",
Expand Down

0 comments on commit a97564f

Please sign in to comment.