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/node-semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.5.4
Choose a base ref
...
head repository: npm/node-semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.6.0
Choose a head ref
  • 15 commits
  • 23 files changed
  • 8 contributors

Commits on Jul 19, 2023

  1. 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>
    dependabot[bot] authored and lukekarrys committed Jul 19, 2023
    Copy the full SHA
    b914a3d View commit details
  2. 1
    Copy the full SHA
    cce6180 View commit details

Commits on Sep 13, 2023

  1. chore: bump @npmcli/template-oss from 4.18.0 to 4.18.1

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.18.0 to 4.18.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.18.0...v4.18.1)
    
    ---
    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 lukekarrys committed Sep 13, 2023
    Copy the full SHA
    737d5e1 View commit details
  2. Copy the full SHA
    123e0b0 View commit details

Commits on Sep 18, 2023

  1. chore: bump @npmcli/template-oss from 4.18.1 to 4.19.0

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.18.1 to 4.19.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.18.1...v4.19.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>
    dependabot[bot] authored and lukekarrys committed Sep 18, 2023
    Copy the full SHA
    7c34e1a View commit details
  2. Copy the full SHA
    14d263f View commit details

Commits on Nov 20, 2023

  1. chore: add missing quotes in README.md (#656)

    We don't have `2.1.5` in js, but `'2.1.5'`
    zyxkad authored Nov 20, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6240d75 View commit details

Commits on Nov 30, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7303db1 View commit details

Commits on Dec 4, 2023

  1. chore: bump @npmcli/template-oss from 4.19.0 to 4.21.0

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.19.0 to 4.21.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.19.0...v4.21.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>
    dependabot[bot] authored and lukekarrys committed Dec 4, 2023
    Copy the full SHA
    f317dc8 View commit details
  2. 1
    Copy the full SHA
    8873991 View commit details
  3. Copy the full SHA
    e521932 View commit details

Commits on Dec 7, 2023

  1. chore: bump @npmcli/template-oss from 4.21.1 to 4.21.3

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.21.1 to 4.21.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.21.1...v4.21.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 lukekarrys committed Dec 7, 2023
    Copy the full SHA
    0bd24d9 View commit details
  2. 5
    Copy the full SHA
    816c7b2 View commit details

Commits on Jan 31, 2024

  1. feat: preserve pre-release and build parts of a version on coerce (#671)

    # What / Why
    
    Introduces the new coerce option `includePrerelease`, if set, allowing
    to preserve pre-release and build parts of a version.
    
    ## References
    
    Fixes #592
    Fixes #357
    
    ---------
    
    Co-authored-by: madtisa <temp-email-for-oauth-madtisa@gitlab.localhost>
    Co-authored-by: Gar <wraithgar@github.com>
    3 people authored Jan 31, 2024
    1

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    a7ab13a View commit details

Commits on Feb 5, 2024

  1. chore: release 7.6.0 (#661)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [7.6.0](v7.5.4...v7.6.0)
    (2024-01-31)
    
    ### Features
    
    *
    [`a7ab13a`](a7ab13a)
    [#671](#671) preserve pre-release
    and build parts of a version on coerce (#671) (@madtisa, madtisa,
    @wraithgar)
    
    ### Chores
    
    *
    [`816c7b2`](816c7b2)
    [#667](#667) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`0bd24d9`](0bd24d9)
    [#667](#667) bump
    @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
    *
    [`e521932`](e521932)
    [#652](#652) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`8873991`](8873991)
    [#652](#652) chore: chore:
    postinstall for dependabot template-oss PR (@lukekarrys)
    *
    [`f317dc8`](f317dc8)
    [#652](#652) bump
    @npmcli/template-oss from 4.19.0 to 4.21.0 (@dependabot[bot])
    *
    [`7303db1`](7303db1)
    [#658](#658) add clean() test for
    build metadata (#658) (@jethrodaniel)
    *
    [`6240d75`](6240d75)
    [#656](#656) add missing quotes
    in README.md (#656) (@zyxkad)
    *
    [`14d263f`](14d263f)
    [#625](#625) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`7c34e1a`](7c34e1a)
    [#625](#625) bump
    @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
    *
    [`123e0b0`](123e0b0)
    [#622](#622) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`737d5e1`](737d5e1)
    [#622](#622) bump
    @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])
    *
    [`cce6180`](cce6180)
    [#598](#598) postinstall for
    dependabot template-oss PR (@lukekarrys)
    *
    [`b914a3d`](b914a3d)
    [#598](#598) bump
    @npmcli/template-oss from 4.17.0 to 4.18.0 (@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 Feb 5, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    377f709 View commit details
Loading