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.6
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.24.3
Choose a head ref
  • 10 commits
  • 46 files changed
  • 3 contributors

Commits on Jan 29, 2025

  1. feat: engines to ^20.17.0 || >=22.9.0 (#500)

    prereq for #498
    reggi authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    402d480 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. deps: [email protected] (#498)

    Resurfaces an old PR that updated tap 16 -> 19 (still not sure what's
    needed from that until i see the diff.
    Had to do some googling to find why `/* istanbul ignore next */` doesn't
    work anymore.
    
    tapjs/tapjs#1027
    
    got some node 22
    failures - ENOENT: no such file or directory, open
    '/home/runner/work/template-oss/template-oss/.tap/fixtures/test-apply-esm.js-basic/file.js'
    
    doesn't work on 20.5.0 because of
    tapjs/tapjs#1028
    reggi authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    83c0c7d View commit details
    Browse the repository at this point in the history
  2. chore: release 4.24.0 (#501)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.24.0](v4.23.6...v4.24.0)
    (2025-01-30)
    ### Features
    *
    [`402d480`](402d480)
    [#500](#500) engines to ^20.17.0
    || >=22.9.0 (#500) (@reggi)
    ### Dependencies
    *
    [`83c0c7d`](83c0c7d)
    [#498](#498) `[email protected]` (#498)
    (@reggi)
    
    ---
    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 Jan 30, 2025
    Configuration menu
    Copy the full SHA
    0016dce View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. fix: tap exclude (#503)

    reggi authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    4f871ab View commit details
    Browse the repository at this point in the history
  2. chore: release 4.24.1 (#504)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.24.1](v4.24.0...v4.24.1)
    (2025-02-04)
    ### Bug Fixes
    *
    [`4f871ab`](4f871ab)
    [#503](#503) tap exclude (#503)
    (@reggi)
    
    ---
    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 4, 2025
    Configuration menu
    Copy the full SHA
    ae11040 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    1cb710e View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    fa962c3 View commit details
    Browse the repository at this point in the history
  3. chore: release 4.24.2 (#507)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.24.2](v4.24.1...v4.24.2)
    (2025-03-05)
    ### Bug Fixes
    *
    [`fa962c3`](fa962c3)
    [#506](#506) propagate content
    read for release integration (#506) (@reggi)
    *
    [`1cb710e`](1cb710e)
    [#505](#505) adds permissions to
    all workflows (#505) (@reggi)
    
    ---
    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 Mar 5, 2025
    Configuration menu
    Copy the full SHA
    8d84cd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. fix: allow eslint.config.js in npm project gitignore files (#508)

    npm/documentation#1518 the github eslint plugin
    is now esm only in 6.0.0. We need to be able to add an eslint.config to
    adapt.
    owlstronaut committed Mar 31, 2025
    1 Configuration menu
    Copy the full SHA
    f0975da View commit details
    Browse the repository at this point in the history
  2. chore: release 4.24.3 (#509)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.24.3](v4.24.2...v4.24.3)
    (2025-03-31)
    ### Bug Fixes
    *
    [`f0975da`](f0975da)
    allow eslint.config.js in npm project gitignore files (#508)
    (@owlstronaut)
    
    ---
    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 Mar 31, 2025
    1 Configuration menu
    Copy the full SHA
    415deb2 View commit details
    Browse the repository at this point in the history
Loading