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/template-oss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.23.1
Choose a base ref
...
head repository: npm/template-oss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.23.3
Choose a head ref
  • 7 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 5, 2024

  1. fix: update codeql runner version (#466)

    v3 uses a newer nodejs image
    wraithgar authored Aug 5, 2024
    Copy the full SHA
    87d3ed9 View commit details
  2. fix: Don't restrict length for commit message footer (#467)

    <!-- What / Why -->
    <!-- Describe the request in detail. What it does and why it's being
    changed. -->
    
    Our breaking change footers related to engine changes are often >100
    characters, resulting in commitlint CI failures.
    
    <!-- Examples:
      Related to #0
      Depends on #0
      Blocked by #0
      Fixes #0
      Closes #0
    -->
    
    Example CI failure:
    https://github.com/npm/ssri/actions/runs/10169599799/job/28126863705#step:7:12
    
    Associated PR: npm/ssri#137
    hashtagchris committed Aug 5, 2024
    Copy the full SHA
    6ee703d View commit details

Commits on Aug 6, 2024

  1. fix: omit nyc config for all tap versions above 18 (#465)

    wraithgar authored Aug 6, 2024
    Copy the full SHA
    6a2200d View commit details

Commits on Aug 13, 2024

  1. fix: proper workspace tap config for tap18 and up

    wraithgar committed Aug 13, 2024
    Copy the full SHA
    fa37073 View commit details
  2. chore: release 4.23.2 (#468)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.23.2](v4.23.1...v4.23.2)
    (2024-08-13)
    
    ### Bug Fixes
    
    *
    [`fa37073`](fa37073)
    [#469](#469) proper workspace
    tap config for tap18 and up (@wraithgar)
    *
    [`6a2200d`](6a2200d)
    [#465](#465) omit nyc config for
    all tap versions above 18 (#465) (@wraithgar)
    *
    [`6ee703d`](6ee703d)
    Don't restrict length for commit message footer (#467) (@hashtagchris)
    *
    [`87d3ed9`](87d3ed9)
    [#466](#466) update codeql
    runner version (#466) (@wraithgar)
    
    ---
    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 Aug 13, 2024
    Copy the full SHA
    bba605f View commit details

Commits on Aug 26, 2024

  1. fix: no duplicate changelog entries (#471)

    release-please will re-inject the entire changelog when looking
    for the existing dependencies section in some cases. Have multiple
    newlines between sections of the changelog triggers that behavior
    because it looks for lines that do no start with '*' but it does
    not account for empty lines
    lukekarrys authored Aug 26, 2024
    Copy the full SHA
    a102a8b View commit details
  2. chore: release 4.23.3 (#472)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.23.3](v4.23.2...v4.23.3)
    (2024-08-26)
    ### Bug Fixes
    *
    [`a102a8b`](a102a8b)
    [#471](#471) no duplicate
    changelog entries (#471) (@lukekarrys)
    
    ---
    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 Aug 26, 2024
    Copy the full SHA
    68990e6 View commit details
Loading