Skip to content

Releases: bcomnes/npm-run-all2

v9.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 18:22
Immutable release. Only release title and notes can be modified.

Merged

  • fix: update Node.js version requirements #232
  • Upgrade: Bump codecov/codecov-action from 6 to 7 #233
  • fix: bump shell-quote to ^1.8.4 #236
  • Upgrade: Bump pidtree from 0.6.1 to 1.0.0 #234

v9.0.1

Choose a tag to compare

@github-actions github-actions released this 23 May 02:23
Immutable release. Only release title and notes can be modified.

Merged

  • fix: update help.js to include --node-run option details #230

v9.0.0

Choose a tag to compare

@github-actions github-actions released this 19 May 01:36
Immutable release. Only release title and notes can be modified.

Breaking changes

  • ESM only
  • engines.node: "^22.22.2 || ^24.15.0 || >=26.0.0",
  • Empty glob patters no longer throw an error #226
  • Fully type checked with published types

New features

  • node --run mode: #225
  • More colors: #222

Merged

  • Add more colors based on terminal capabilities #222
  • Upgrade: Bump releasearoni from 0.1.14 to 0.2.0 #227
  • Breaking change: Glob patterns that match no tasks now succeed silently #226
  • Add -x / --node-run flag to bypass the package manager #225
  • Remove redundant build call from prepublishOnly #224
  • Whitelist files to include in npm package #199
  • Fix jsdoc types and use tsc for type safety checks #220
  • Upgrade: Bump codecov/codecov-action from 5 to 6 #215
  • Update SECURITY.md with new reporting process #201
  • Upgrade: Bump actions/checkout from 5 to 6 #200
  • Upgrade: Bump actions/setup-node from 5 to 6 #196
  • Upgrade: Bump github/codeql-action from 3 to 4 #195
  • Upgrade: Bump actions/setup-node from 4 to 5 #192
  • Upgrade: Bump actions/checkout from 4 to 5 #191
  • chore: fix typo in test #185
  • refactor: use optional chain for better readability #184

Fixed

  • Breaking change: Glob patterns that match no tasks now succeed silently (#226) #149
  • Add -x / --node-run flag to use node --run instead of the package manager #155
  • docs: clarify glob pattern execution order guarantee #167

Commits

  • Add node-run smoke tests f4ac667
  • Implement releasaroni for the release process 6a2baff
  • Use shared publishing action b6a39a6

v8.1.0-beta.0

v8.1.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@bcomnes bcomnes released this 01 Jun 23:16
v8.1.0-beta.0
1ac5e39

Merged

  • Convert to using the node test runner #181

Commits

  • Convert codebase to mostly ESM 8f4f68d

v8.0.4

Choose a tag to compare

@github-actions github-actions released this 25 May 15:18

Commits

v8.0.4-beta.0

v8.0.4-beta.0 Pre-release
Pre-release

Choose a tag to compare

@bcomnes bcomnes released this 20 May 21:38
v8.0.4-beta.0
e23faea

Merged

  • add tests for double stars #179

Commits

v8.0.3

Choose a tag to compare

@github-actions github-actions released this 20 May 17:24

Commits

  • Merge pull request #175 from bcomnes/revert-pico 75bb00e
  • Revert "replace minimatch with picomatch" 5d93a54

v8.0.2

Choose a tag to compare

@github-actions github-actions released this 16 May 16:23

Commits

v8.0.1

Choose a tag to compare

@github-actions github-actions released this 02 May 19:09

Commits

  • Merge pull request #159 from bcomnes/dependabot/npm_and_yarn/minimatch-10.0.1 54af3ab
  • Upgrade: Bump minimatch from 9.0.5 to 10.0.1 f50ddf4
  • Merge pull request #170 from bcomnes/fix-engine-range e43e670

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 02 May 17:55

Commits

  • Breaking change: Raise engine floor to >= Node 20 b1b12f8
  • Merge pull request #169 from bcomnes/node-20-or-greater bb27458