chore(deps): bump lint-staged from 17.5.0 to 17.5.1 in the all-dependencies group - #428
Open
lornakelly wants to merge 1 commit into
Open
lornakelly wants to merge 1 commit into
lornakelly wants to merge 1 commit into
Conversation
Signed-off-by: lornakelly <lornakelly88@gmail.com>
✅ Deploy Preview for openworkflow-editor canceled.
|
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
Resolve the Node.js version compatibility mismatch before approval.
Pull request overview
This PR bumps lint-staged from 17.5.0 to 17.5.1.
Changes:
- Updates the workspace catalog version.
- Refreshes lockfile resolution and integrity metadata.
The new version requires Node >=22.22.1, conflicting with the project’s advertised Node 22 support starting at 22.13.0.
File summaries
| File | Summary |
|---|---|
pnpm-workspace.yaml |
Updates the shared lint-staged catalog version. |
pnpm-lock.yaml |
Records lint-staged 17.5.1 and its resolution metadata. |
Review details
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
Suppressed comments (1)
pnpm-workspace.yaml:38
lint-staged@17.5.1now declares Node>=22.22.1(seepnpm-lock.yaml:3428), while the root package still advertises^22.13.0 || >=24.0.0(package.json:45). That leaves Node 22.13.0 through 22.22.0 as supported by this project but outside the dependency's runtime range, so installs orpnpm exec lint-stagedcan fail for users on those versions. Please either raise the project's Node 22 minimum to 22.22.1 or keep a lint-staged version compatible with the existing range.
lint-staged: ^17.5.1
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
lornakelly
requested review from
fantonangeli,
handreyrc and
kumaradityaraj
September 14, 2026 15:40
handreyrc
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Original PR: #426
Summary
Bump lint pacakge