Skip to content

deps(deps): bump which from 5.0.0 to 7.0.0#685

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/which-7.0.0
Closed

deps(deps): bump which from 5.0.0 to 7.0.0#685
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/which-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps which from 5.0.0 to 7.0.0.

Release notes

Sourced from which's releases.

v7.0.0

7.0.0 (2026-05-08)

⚠️ BREAKING CHANGES

  • which now supports node ^22.22.2 || ^24.15.0 || >=26.0.0
  • template-oss-apply

Features

Chores

v6.0.1

6.0.1 (2026-02-10)

Dependencies

Chores

v6.0.0

6.0.0 (2025-10-22)

⚠️ BREAKING CHANGES

  • align to npm 11 node engine range (#161)

Bug Fixes

Chores

Changelog

Sourced from which's changelog.

7.0.0 (2026-05-08)

⚠️ BREAKING CHANGES

  • which now supports node ^22.22.2 || ^24.15.0 || >=26.0.0
  • template-oss-apply

Features

Chores

6.0.1 (2026-02-10)

Dependencies

Chores

6.0.0 (2025-10-22)

⚠️ BREAKING CHANGES

  • align to npm 11 node engine range (#161)

Bug Fixes

Chores

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for which since your current version.


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 show <dependency name> 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)

Bumps [which](https://github.com/npm/node-which) from 5.0.0 to 7.0.0.
- [Release notes](https://github.com/npm/node-which/releases)
- [Changelog](https://github.com/npm/node-which/blob/main/CHANGELOG.md)
- [Commits](npm/node-which@v5.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: which
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested

🤖 Claude Sonnet 4.6 (OpenRouter) (anthropic/claude-sonnet-4.6) via OpenRouter

⚠️ Review call failed (fail-closed): OPENROUTER_API_KEY not set — a maintainer must review.


Gate wrong or a false positive? Do not edit this workflow to pass — open an issue on lagowski/pr-review-gate.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Human review required

🤖 Claude Sonnet 4.6 (OpenRouter) (anthropic/claude-sonnet-4.6) via OpenRouter

⚠️ Engine rate-limited or out of credits; will retry on the next cron tick. A maintainer may review meanwhile.


Gate wrong or a false positive? Do not edit this workflow to pass — open an issue on lagowski/pr-review-gate.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested

🤖 Claude Sonnet 4.6 (OpenRouter) (anthropic/claude-sonnet-4.6) via OpenRouter

This PR bumps which from 5.0.0 to 7.0.0 and removes @upstash/context7-mcp from dependencies. The critical concern is that which 7.0.0 declares a Node.js engine requirement of ^22.22.2 || ^24.15.0 || >=26.0.0, which is incompatible with the project's stated minimum of Node.js >=16 and the current LTS baseline, meaning the package will fail to install or produce engine warnings on any Node 16, 18, or 20 environment.

1 finding:

  • 🟠 HIGH HIGH package.json:153 / package-lock.json:10676 — which@7.0.0 declares engines: { node: '^22.22.2 || ^24.15.0 || >=26.0.0' } but package.json specifies engines: { node: '>=16' } for this project. Any CI runner or user on Node 16, 18, or 20 (all still in common use and within the project's stated support range) will get an engine incompatibility error or silent misbehaviour when npm strict-engine checks are enabled, and npm install with --engine-strict will hard-fail. The lock file confirms the new top-level node_modules/which entry carries this constraint.
    • Fix: Either pin which to ^5.0.0 (or ^6.x which supports >=18) until the project's own engines field is updated to require Node >=22, or update package.json engines to ^22.22.2 || ^24.15.0 || >=26.0.0 and update CI matrix accordingly before merging.
    • Evidence: '"engines": { "node": "^22.22.2 || ^24.15.0 || >=26.0.0" }' in lock file for 'node_modules/which' vs project 'engines: '>=16''

Gate wrong or a false positive? Do not edit this workflow to pass — open an issue on lagowski/pr-review-gate.

@Dixter999 Dixter999 closed this Jun 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@Dixter999 Dixter999 reopened this Jun 22, 2026
@Dixter999

Copy link
Copy Markdown
Collaborator

Closing per AI Review Gate finding.

which@7.0.0 declares engines: { node: '^22.22.2 || ^24.15.0 || >=26.0.0' } but this project's package.json specifies engines: { node: '>=16' }. Merging would break Node 16/18/20 users — npm install --engine-strict would hard-fail, and even without strict mode users would get engine warnings or silent misbehaviour.

Two paths forward (separate decisions):

Both are real architectural calls, not auto-merge material.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants