Skip to content

🔧 chore(deps): bump eslint patch#28

Open
xdanger wants to merge 1 commit into
mainfrom
codex/dependency-sweep-20260531-taptap.github
Open

🔧 chore(deps): bump eslint patch#28
xdanger wants to merge 1 commit into
mainfrom
codex/dependency-sweep-20260531-taptap.github

Conversation

@xdanger
Copy link
Copy Markdown
Member

@xdanger xdanger commented May 31, 2026

Summary

  • bump eslint from ^10.4.0 to ^10.4.1
  • refresh pnpm-lock.yaml for the patch release

Validation

  • pnpm install --frozen-lockfile
  • pnpm run lint
  • pnpm outdated --format json -> {}

Breaking-change risk: low; patch-only lint tooling update.

Copilot AI review requested due to automatic review settings May 31, 2026 07:35
@xdanger xdanger self-assigned this May 31, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 31, 2026

Greptile Summary

此 PR 将 lint 工具链做了补丁级别升级,同时刷新了锁文件。

  • eslint10.4.0 升级到 10.4.1,并随之升级了传递依赖 @eslint/plugin-kit0.7.10.7.2);PR 描述中未提及 lint-staged 也同步从 17.0.5 升级到了 17.0.6
  • pnpm-lock.yaml 中所有相关快照的版本号与 integrity hash 均已正确更新,与 package.json 一致。

Confidence Score: 5/5

仅涉及 lint 工具链的补丁级升级,不影响运行时代码,可安全合入。

所有变更均为 devDependencies 的补丁升级,锁文件与 package.json 完全一致,integrity hash 已刷新,对生产构建和运行时行为无任何影响。

无需特别关注的文件。

Important Files Changed

Filename Overview
package.json eslint 从 10.4.0 升级到 10.4.1,同时 lint-staged 从 17.0.5 升级到 17.0.6(PR 描述未提及后者)
pnpm-lock.yaml 锁文件正确更新,包含 eslint@10.4.1、@eslint/plugin-kit@0.7.2 及 lint-staged@17.0.6 的完整快照,所有 integrity hash 已刷新

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json] --> B[eslint 10.4.1]
    A --> C[lint-staged 17.0.6]
    B --> D[plugin-kit 0.7.2]
    B --> E[eslint-utils 4.9.1]
    B --> F[typescript-eslint 8.60.0]
    F --> G[ts-eslint-plugin 8.60.0]
    F --> H[ts-eslint-parser 8.60.0]
    B --> I[pnpm-lock.yaml refresh]
    C --> I
    D --> I
    E --> I
    G --> I
    H --> I
Loading

Reviews (2): Last reviewed commit: "🔧 chore(deps): bump lint-staged patch" | Re-trigger Greptile

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s lint tooling by bumping ESLint to the latest patch release and refreshing the pnpm lockfile to match, keeping the dev toolchain current with minimal risk.

Changes:

  • Bump eslint devDependency from ^10.4.0 to ^10.4.1.
  • Regenerate pnpm-lock.yaml to reflect the updated ESLint resolution (and related transitive updates).

Reviewed changes

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

File Description
package.json Updates the ESLint devDependency version range to ^10.4.1.
pnpm-lock.yaml Refreshes lock entries to resolve ESLint 10.4.1 (and related transitive dependency versions/integrity).
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

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

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@xdanger
Copy link
Copy Markdown
Member Author

xdanger commented May 31, 2026

Dependency validation is clean (pnpm install --frozen-lockfile, pnpm run lint, pnpm outdated --format json -> {}). The remaining failing review check is external CI configuration: the Claude review action starts, but exits with Invalid API key · Fix external API key. No dependency patch change is indicated by the log.

- 🔧 keep lint-staged on the current patch release
@xdanger xdanger force-pushed the codex/dependency-sweep-20260531-taptap.github branch from 243a495 to 5438f7c Compare June 1, 2026 07:31
@github-actions github-actions Bot requested a review from Copilot June 1, 2026 07:31
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

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

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Comment thread package.json
"globals": "^17.6.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.5",
"lint-staged": "^17.0.6",
@xdanger
Copy link
Copy Markdown
Member Author

xdanger commented Jun 1, 2026

Dependency diff is updated and local validation is clean (pnpm install --frozen-lockfile, pnpm run lint, pnpm outdated --format json => {}). The remaining failing review check is external CI configuration: Claude Code returned an error result: Invalid API key · Fix external API key. No buffered inline comments were produced.

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.

2 participants