Skip to content

chore(deps): bump lint-staged from 17.0.2 to 17.0.4#11

Closed
xdanger wants to merge 1 commit into
mainfrom
claude/sleepy-ritchie-Ze7J5
Closed

chore(deps): bump lint-staged from 17.0.2 to 17.0.4#11
xdanger wants to merge 1 commit into
mainfrom
claude/sleepy-ritchie-Ze7J5

Conversation

@xdanger

@xdanger xdanger commented May 10, 2026

Copy link
Copy Markdown
Member

Summary

  • Bumps lint-staged from ^17.0.2 to ^17.0.4 (patch-level, no breaking changes)
  • All other devDependencies (@eslint/js, autocorrect-node, eslint, globals, husky, prettier, typescript-eslint) are already at their latest versions — no upgrades needed

Breaking-change risk

None. This is a patch bump within the same major/minor version. The lint-staged changelog for 17.0.3 and 17.0.4 contains only bug fixes.

Test plan

  • pnpm install completes cleanly
  • Pre-commit hook (lint-staged) ran successfully on the staged files during commit

Generated by Claude Code

Patch-level upgrade with no breaking changes. All other devDependencies
are already at their latest versions.

https://claude.ai/code/session_01PNfzADFxFVacqPmUBVEqru
@xdanger xdanger marked this pull request as ready for review July 14, 2026 17:47
@xdanger xdanger requested a review from Copilot July 14, 2026 17:47
@greptile-apps

greptile-apps Bot commented Jul 14, 2026

Copy link
Copy Markdown

Greptile Summary

lint-staged17.0.2 升级至 17.0.4(patch 级别),同时更新 pnpm-lock.yaml 中对应的版本号与完整性哈希。

  • package.jsonlint-staged 的 specifier 从 ^17.0.2 改为 ^17.0.4,其余 devDependencies 不变。
  • pnpm-lock.yaml 中 specifier、resolved version、integrity hash 及 snapshot 条目均已同步更新,依赖子树(listr2picomatch)保持不变。

Confidence Score: 5/5

这是一个仅涉及 lint-staged patch 版本的升级,lockfile 中的版本号、integrity hash 及 snapshot 条目均已正确同步,无破坏性变更风险。

变更范围极小:仅更新了 lint-staged 的版本约束与 lockfile,依赖子树(listr2、picomatch)结构不变,其余 devDependencies 均未受影响。

无需特别关注的文件,两处变更均符合预期。

Important Files Changed

Filename Overview
package.json 将 lint-staged 版本约束从 ^17.0.2 更新为 ^17.0.4,其余依赖未变动
pnpm-lock.yaml 同步更新 lint-staged 的 specifier、resolved version、integrity hash 及 snapshot 条目,依赖子树结构不变

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json\nlint-staged: ^17.0.2] -->|patch bump| B[package.json\nlint-staged: ^17.0.4]
    C[pnpm-lock.yaml\nversion: 17.0.2\nintegrity: sha512-Rbr6...] -->|pnpm install| D[pnpm-lock.yaml\nversion: 17.0.4\nintegrity: sha512-+rU9...]
    B --> E[pre-commit hook\nhusky → lint-staged@17.0.4]
    D --> E
    E --> F[staged files linted & formatted]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[package.json\nlint-staged: ^17.0.2] -->|patch bump| B[package.json\nlint-staged: ^17.0.4]
    C[pnpm-lock.yaml\nversion: 17.0.2\nintegrity: sha512-Rbr6...] -->|pnpm install| D[pnpm-lock.yaml\nversion: 17.0.4\nintegrity: sha512-+rU9...]
    B --> E[pre-commit hook\nhusky → lint-staged@17.0.4]
    D --> E
    E --> F[staged files linted & formatted]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump lint-staged from 17.0...." | Re-trigger Greptile

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR performs a patch-level dependency update to keep the repo’s pre-commit tooling current by bumping lint-staged from ^17.0.2 to ^17.0.4, aligning the lockfile to the new resolved version.

Changes:

  • Bump lint-staged in package.json from ^17.0.2 to ^17.0.4.
  • Update pnpm-lock.yaml to resolve lint-staged@17.0.4 (including integrity and snapshot entries).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates the lint-staged devDependency version specifier to ^17.0.4.
pnpm-lock.yaml Updates the lockfile resolution and snapshots to match lint-staged@17.0.4.
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@xdanger xdanger closed this Jul 14, 2026
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.

3 participants