-
Notifications
You must be signed in to change notification settings - Fork 38
Comparing changes
Open a pull request
base repository: npm/make-fetch-happen
base: v13.0.1
head repository: npm/make-fetch-happen
compare: v14.0.0
- 15 commits
- 17 files changed
- 6 contributors
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58dc7ef - Browse repository at this point
Copy the full SHA 58dc7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 672a31e - Browse repository at this point
Copy the full SHA 672a31eView commit details
Commits on Jun 11, 2024
-
deps: remove is-lambda dependency (#299)
This dependency stopped being used in commit 7c25367, as the responsibility for the HTTP agent was moved outside this package, but the dependency was not removed from package.json. `@npmcli/agent` doesn't use `is-lambda` either, so this does actually remove a dependency.
Configuration menu - View commit details
-
Copy full SHA for d255fcb - Browse repository at this point
Copy the full SHA d255fcbView commit details
Commits on Aug 27, 2024
-
chore: bump @npmcli/template-oss from 4.22.0 to 4.23.1
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.22.0 to 4.23.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.22.0...v4.23.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 4ce1726 - Browse repository at this point
Copy the full SHA 4ce1726View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e6da7 - Browse repository at this point
Copy the full SHA b0e6da7View commit details
Commits on Sep 4, 2024
-
chore: bump @npmcli/template-oss from 4.23.1 to 4.23.3
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.23.1 to 4.23.3. - [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.23.1...v4.23.3) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 381750e - Browse repository at this point
Copy the full SHA 381750eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f51f1de - Browse repository at this point
Copy the full SHA f51f1deView commit details
Commits on Sep 5, 2024
-
chore: bump @npmcli/eslint-config from 4.0.5 to 5.0.0
Bumps [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 4.0.5 to 5.0.0. - [Release notes](https://github.com/npm/eslint-config/releases) - [Changelog](https://github.com/npm/eslint-config/blob/main/CHANGELOG.md) - [Commits](npm/eslint-config@v4.0.5...v5.0.0) --- updated-dependencies: - dependency-name: "@npmcli/eslint-config" 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 253f3b9 - Browse repository at this point
Copy the full SHA 253f3b9View commit details
Commits on Sep 26, 2024
-
fix!: align to npm 10 node engine range
BREAKING CHANGE: `make-fetch-happen` now supports node `^18.17.0 || >=20.5.0`
Configuration menu - View commit details
-
Copy full SHA for a1beba7 - Browse repository at this point
Copy the full SHA a1beba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ee575 - Browse repository at this point
Copy the full SHA 30ee575View commit details -
Configuration menu - View commit details
-
Copy full SHA for be3558d - Browse repository at this point
Copy the full SHA be3558dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0db136 - Browse repository at this point
Copy the full SHA f0db136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0113d1f - Browse repository at this point
Copy the full SHA 0113d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa5d07a - Browse repository at this point
Copy the full SHA aa5d07aView commit details -
🤖 I have created a release *beep* *boop* --- ## [14.0.0](v13.0.1...v14.0.0) (2024-09-26) ###
⚠️ BREAKING CHANGES * `make-fetch-happen` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`a1beba7`](a1beba7) [#318](#318) align to npm 10 node engine range (@reggi) ### Dependencies * [`aa5d07a`](aa5d07a) [#318](#318) `ssri@12.0.0` * [`0113d1f`](0113d1f) [#318](#318) `proc-log@5.0.0` * [`f0db136`](f0db136) [#318](#318) `minipass-fetch@4.0.0` * [`be3558d`](be3558d) [#318](#318) `@npmcli/agent@3.0.0` * [`d255fcb`](d255fcb) [#299](#299) remove is-lambda dependency (#299) ### Chores * [`30ee575`](30ee575) [#318](#318) run template-oss-apply (@reggi) * [`253f3b9`](253f3b9) [#309](#309) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`58dc7ef`](58dc7ef) [#295](#295) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`f51f1de`](f51f1de) [#311](#311) postinstall for dependabot template-oss PR (@hashtagchris) * [`381750e`](381750e) [#311](#311) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for d8057f3 - Browse repository at this point
Copy the full SHA d8057f3View 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 v13.0.1...v14.0.0