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/npm-registry-fetch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.1.0
Choose a base ref
...
head repository: npm/npm-registry-fetch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v18.0.0
Choose a head ref
  • 14 commits
  • 12 files changed
  • 4 contributors

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

Commits on Aug 29, 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] <[email protected]>
    dependabot[bot] authored and hashtagchris committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    81080b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4317115 View commit details
    Browse the repository at this point in the history
  3. 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] <[email protected]>
    dependabot[bot] authored and hashtagchris committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0a9f05b 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: `npm-registry-fetch` now supports node `^18.17.0 || >=20.5.0`
    reggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    93d71a6 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
    60a396a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    351e1f4 View commit details
    Browse the repository at this point in the history
  4. deps: [email protected]

    reggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c2b986a View commit details
    Browse the repository at this point in the history
  5. deps: [email protected]

    reggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b394f34 View commit details
    Browse the repository at this point in the history
  6. deps: [email protected]

    reggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    842f324 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd5f617 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78aa620 View commit details
    Browse the repository at this point in the history
  9. chore: release 18.0.0 (#265)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [18.0.0](v17.1.0...v18.0.0)
    (2024-09-26)
    ### ⚠️ BREAKING CHANGES
    * `npm-registry-fetch` now supports node `^18.17.0 || >=20.5.0`
    ### Bug Fixes
    *
    [`93d71a6`](93d71a6)
    [#264](#264) align to npm
    10 node engine range (@reggi)
    ### Dependencies
    *
    [`78aa620`](78aa620)
    [#266](#266) bump minizlib
    from 2.1.2 to 3.0.1 (#266)
    *
    [`842f324`](842f324)
    [#264](#264)
    `[email protected]`
    *
    [`b394f34`](b394f34)
    [#264](#264)
    `[email protected]`
    *
    [`c2b986a`](c2b986a)
    [#264](#264)
    `[email protected]`
    *
    [`351e1f4`](351e1f4)
    [#264](#264)
    `@npmcli/[email protected]`
    ### Chores
    *
    [`bd5f617`](bd5f617)
    [#262](#262) bump ssri
    from 10.0.6 to 12.0.0 (#262) (@dependabot[bot])
    *
    [`60a396a`](60a396a)
    [#264](#264) run
    template-oss-apply (@reggi)
    *
    [`0a9f05b`](0a9f05b)
    [#256](#256) bump
    @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
    *
    [`4317115`](4317115)
    [#257](#257) postinstall
    for dependabot template-oss PR (@hashtagchris)
    *
    [`81080b9`](81080b9)
    [#257](#257) 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
    99fd7a6 View commit details
    Browse the repository at this point in the history
Loading