Skip to content

build(deps-dev): bump lint-staged from 16.4.0 to 17.4.1 - #2007

Merged
erickzhao merged 1 commit into
mainfrom
lint-staged-17.4.1
Sep 10, 2026
Merged

build(deps-dev): bump lint-staged from 16.4.0 to 17.4.1#2007
erickzhao merged 1 commit into
mainfrom
lint-staged-17.4.1

Conversation

@claude

@claude claude Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Before: lint-staged is pinned at ^16.4.0, which pulls in a large transitive tree into yarn.lock.

After: lint-staged is ^17.4.1, which drops most of that tree, thinning yarn.lock by 146 lines.

Part of an ecosystem-wide bump requested by @dsanders11 (see the earlier batch in the other electron repos).

How: bumped the devDependency and regenerated yarn.lock with the repo's pinned Yarn; no other dependencies changed.

🤖 Generated with Claude Code

https://claude.ai/code/session_01FYHE9pAHKgNagai4AYyBbH


Generated by Claude Code

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FYHE9pAHKgNagai4AYyBbH
@claude
claude Bot requested review from a team and codebytere as code owners September 9, 2026 22:27
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedlint-staged@​16.4.0 ⏵ 17.4.1100 +110010096 +1100

View full report

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 87.336%. remained the same — lint-staged-17.4.1 into main

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Looks good, straightforward dependency bump. Checked that package.json and yarn.lock changes match the stated version bump (lint-staged ^16.4.0 to ^17.4.1) with no other dependency or source code changes, and no bugs were reported by the hunt.

Extended reasoning...

Overview

This PR bumps the lint-staged devDependency from ^16.4.0 to ^17.4.1 in package.json, with a corresponding regeneration of yarn.lock. I confirmed via git diff that package.json only changes this single line, and no other dependencies or source files are touched.

Security risks

None identified. This is a devDependency (lint-staged, used for git pre-commit linting) that does not ship in production builds or runtime code paths. No auth, crypto, or data-handling code is affected.

Level of scrutiny

Low. Version bumps of devDependencies with mechanical lockfile regeneration are inherently low-risk and don't require deep review of transitive dependency internals, especially since lint-staged only runs in local dev/CI tooling, not in the shipped product.

Other factors

No bug hunter findings were reported. The change is small, self-contained, and matches the PR's stated description exactly. No CODEOWNERS or CLAUDE.md conventions apply to these files.

@erickzhao
erickzhao merged commit 7552393 into main Sep 10, 2026
19 checks passed
@erickzhao
erickzhao deleted the lint-staged-17.4.1 branch September 10, 2026 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants