-
Notifications
You must be signed in to change notification settings - Fork 41
Comparing changes
Open a pull request
base repository: npm/npm-registry-fetch
base: dbb86ffa71bcabdc0e41bb2e62ff634058041d81
head repository: npm/npm-registry-fetch
compare: 975cd41c78b3e0e3fd12b057569899ca3a5bd8ff
- 15 commits
- 12 files changed
- 4 contributors
Commits on May 31, 2023
-
chore: bump @npmcli/template-oss from 4.14.1 to 4.15.1
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.14.1 to 4.15.1. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v4.14.1...v4.15.1) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c267ac6 - Browse repository at this point
Copy the full SHA c267ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1136eae - Browse repository at this point
Copy the full SHA 1136eaeView commit details
Commits on Jul 13, 2023
-
chore: bump @npmcli/template-oss from 4.15.1 to 4.17.0
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.15.1 to 4.17.0. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v4.15.1...v4.17.0) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e02d4ef - Browse repository at this point
Copy the full SHA e02d4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e4427e - Browse repository at this point
Copy the full SHA 7e4427eView commit details
Commits on Jul 19, 2023
-
chore: bump @npmcli/template-oss from 4.17.0 to 4.18.0
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d15eeb - Browse repository at this point
Copy the full SHA 5d15eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for baaa886 - Browse repository at this point
Copy the full SHA baaa886View commit details
Commits on Jul 27, 2023
-
fix: drop node14 support (#193)
BREAKING CHANGE: support for node 14 has been removed
Configuration menu - View commit details
-
Copy full SHA for b875c26 - Browse repository at this point
Copy the full SHA b875c26View commit details -
deps: bump minipass from 5.0.0 to 7.0.2
Bumps [minipass](https://github.com/isaacs/minipass) from 5.0.0 to 7.0.2. - [Changelog](https://github.com/isaacs/minipass/blob/main/CHANGELOG.md) - [Commits](isaacs/minipass@v5.0.0...v7.0.2) --- updated-dependencies: - dependency-name: minipass dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e154d49 - Browse repository at this point
Copy the full SHA e154d49View commit details
Commits on Jul 28, 2023
-
deps: bump make-fetch-happen from 11.1.1 to 12.0.0 (#195)
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 /> [](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>Configuration menu - View commit details
-
Copy full SHA for a97564f - Browse repository at this point
Copy the full SHA a97564fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16893c3 - Browse repository at this point
Copy the full SHA 16893c3View commit details
Commits on Aug 15, 2023
-
chore: bump cacache from 17.1.4 to 18.0.0
Bumps [cacache](https://github.com/npm/cacache) from 17.1.4 to 18.0.0. - [Release notes](https://github.com/npm/cacache/releases) - [Changelog](https://github.com/npm/cacache/blob/main/CHANGELOG.md) - [Commits](npm/cacache@v17.1.4...v18.0.0) --- updated-dependencies: - dependency-name: cacache dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 17a95eb - Browse repository at this point
Copy the full SHA 17a95ebView commit details -
fix: drop node 16.13.x support
BREAKING CHANGE: support for node <=16.13 has been removed
Configuration menu - View commit details
-
Copy full SHA for 4c0be5e - Browse repository at this point
Copy the full SHA 4c0be5eView commit details -
deps: bump make-fetch-happen from 12.0.0 to 13.0.0
Bumps [make-fetch-happen](https://github.com/npm/make-fetch-happen) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/npm/make-fetch-happen/releases) - [Changelog](https://github.com/npm/make-fetch-happen/blob/main/CHANGELOG.md) - [Commits](npm/make-fetch-happen@v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: make-fetch-happen dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c1d490d - Browse repository at this point
Copy the full SHA c1d490dView commit details -
deps: bump npm-package-arg from 10.1.0 to 11.0.0
Bumps [npm-package-arg](https://github.com/npm/npm-package-arg) from 10.1.0 to 11.0.0. - [Release notes](https://github.com/npm/npm-package-arg/releases) - [Changelog](https://github.com/npm/npm-package-arg/blob/main/CHANGELOG.md) - [Commits](npm/npm-package-arg@v10.1.0...v11.0.0) --- updated-dependencies: - dependency-name: npm-package-arg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c859195 - Browse repository at this point
Copy the full SHA c859195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 975cd41 - Browse repository at this point
Copy the full SHA 975cd41View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dbb86ffa71bcabdc0e41bb2e62ff634058041d81...975cd41c78b3e0e3fd12b057569899ca3a5bd8ff