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: bcomnes/npm-run-all2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.2
Choose a base ref
...
head repository: bcomnes/npm-run-all2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.2
Choose a head ref
  • 12 commits
  • 5 files changed
  • 4 contributors

Commits on May 2, 2025

  1. Raise engine floor to >= Node 20

    BREAKING CHANGE: Node 18 EOL. Please update to Node 20 or newer (preferably 22). Running on older versions of node will stop working eventually.
    bcomnes committed May 2, 2025
    Configuration menu
    Copy the full SHA
    b1b12f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb27458 View commit details
    Browse the repository at this point in the history
  3. 8.0.0

    bcomnes committed May 2, 2025
    Configuration menu
    Copy the full SHA
    57337c9 View commit details
    Browse the repository at this point in the history
  4. Use a more specific engine range within 20

    Counting this as a bugfix to the major version we just did.
    bcomnes authored May 2, 2025
    Configuration menu
    Copy the full SHA
    19452b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e43e670 View commit details
    Browse the repository at this point in the history
  6. Upgrade: Bump minimatch from 9.0.5 to 10.0.1

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.1.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v9.0.5...v10.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 2, 2025
    Configuration menu
    Copy the full SHA
    f50ddf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54af3ab View commit details
    Browse the repository at this point in the history
  8. 8.0.1

    bcomnes committed May 2, 2025
    Configuration menu
    Copy the full SHA
    20de941 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. add type field

    beeequeue committed May 15, 2025
    Configuration menu
    Copy the full SHA
    e8f046a View commit details
    Browse the repository at this point in the history
  2. replace minimatch with picomatch

    446kb -> 83kb, faster
    beeequeue committed May 15, 2025
    Configuration menu
    Copy the full SHA
    74201f5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Configuration menu
    Copy the full SHA
    4f42923 View commit details
    Browse the repository at this point in the history
  2. 8.0.2

    bcomnes committed May 16, 2025
    Configuration menu
    Copy the full SHA
    9a976b1 View commit details
    Browse the repository at this point in the history
Loading