bcomnes / npm-run-all2

A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)
MIT License
262 stars 13 forks source link

Upgrade: Bump which from 3.0.1 to 5.0.0 #157

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps which from 3.0.1 to 5.0.0.

Release notes

Sourced from which's releases.

v5.0.0

5.0.0 (2024-10-01)

⚠️ BREAKING CHANGES

  • which now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Chores

v4.0.0

4.0.0 (2023-08-29)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

Changelog

Sourced from which's changelog.

5.0.0 (2024-10-01)

⚠️ BREAKING CHANGES

  • which now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Chores

4.0.0 (2023-08-29)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

Commits
  • b8d11c7 chore: release 5.0.0 (#152)
  • 5d49ed0 chore: run template-oss-apply
  • 77aba08 fix!: align to npm 10 node engine range
  • 8a2d8e0 chore: bump @​npmcli/eslint-config from 4.0.5 to 5.0.0
  • 1a07cd7 chore: postinstall for dependabot template-oss PR
  • 45f3aa8 chore: bump @​npmcli/template-oss from 4.23.1 to 4.23.3
  • 26bb552 chore: postinstall for dependabot template-oss PR
  • c184c01 chore: bump @​npmcli/template-oss from 4.22.0 to 4.23.1
  • a0799ff chore: postinstall for dependabot template-oss PR
  • d4009b2 chore: bump @​npmcli/template-oss to 4.22.0
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/which@5.0.0 environment Transitive: filesystem +1 50.5 kB npm-cli-ops

🚮 Removed packages: npm/which@3.0.1

View full report↗︎

bcomnes commented 1 month ago

@voxpelli any reason not to use the newer version?

voxpelli commented 1 month ago

@bcomnes Because the two major versions after it require Node 16 and 18 respectively and would require an engine bump :)