Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 635f6d3190
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@types/node": "^22.16.5", | ||
| "bumpp": "^10.4.1", | ||
| "check-dependency-version-consistency": "^5.0.1", | ||
| "check-dependency-version-consistency": "^6.0.0", |
There was a problem hiding this comment.
Raise Node 22 floor or avoid this dependency bump
This upgrade pulls in check-dependency-version-consistency@6.0.0, whose lockfile metadata now requires Node ^22.13.1, while the repo still advertises support for >=22.12.0 in engines. That leaves a supported Node version range where contributor tooling can break (for example pnpm run check-dependency-version, which is wired into pre-commit for package.json changes), so the dependency bump and declared engine support are now inconsistent.
Useful? React with 👍 / 👎.
This PR contains the following updates:
^5.0.1→^6.0.0Release Notes
bmish/check-dependency-version-consistency (check-dependency-version-consistency)
v6.0.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.