Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/make-fetch-happen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.0.1
Choose a base ref
...
head repository: npm/make-fetch-happen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.0.0
Choose a head ref
  • 15 commits
  • 17 files changed
  • 6 contributors

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    58dc7ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    672a31e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. 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.
    okx-code authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d255fcb View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. 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>
    dependabot[bot] authored and hashtagchris committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4ce1726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0e6da7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. 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>
    dependabot[bot] authored and hashtagchris committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    381750e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f51f1de View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. 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>
    dependabot[bot] authored and hashtagchris committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    253f3b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix!: align to npm 10 node engine range

    BREAKING CHANGE: `make-fetch-happen` now supports node `^18.17.0 || >=20.5.0`
    reggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a1beba7 View commit details
    Browse the repository at this point in the history
  2. chore: run template-oss-apply

    reggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    30ee575 View commit details
    Browse the repository at this point in the history
  3. deps: @npmcli/agent@3.0.0

    reggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    be3558d View commit details
    Browse the repository at this point in the history
  4. deps: minipass-fetch@4.0.0

    reggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f0db136 View commit details
    Browse the repository at this point in the history
  5. deps: proc-log@5.0.0

    reggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0113d1f View commit details
    Browse the repository at this point in the history
  6. deps: ssri@12.0.0

    reggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    aa5d07a View commit details
    Browse the repository at this point in the history
  7. chore: release 14.0.0 (#300)

    🤖 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>
    github-actions[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d8057f3 View commit details
    Browse the repository at this point in the history
Loading