Skip to content

🔧 chore(deps): bump eslint to 10.4.0#20

Merged
xdanger merged 1 commit into
mainfrom
codex/dependency-sweep-2-20260517-repos-taptap-github
May 17, 2026
Merged

🔧 chore(deps): bump eslint to 10.4.0#20
xdanger merged 1 commit into
mainfrom
codex/dependency-sweep-2-20260517-repos-taptap-github

Conversation

@xdanger
Copy link
Copy Markdown
Member

@xdanger xdanger commented May 17, 2026

Summary

  • bump direct devDependency eslint from 10.3.0 to 10.4.0
  • refresh and format pnpm-lock.yaml with the existing pnpm 11.1.2 project pin

Validation

  • corepack pnpm exec prettier --check --ignore-unknown package.json pnpm-lock.yaml
  • corepack pnpm install --frozen-lockfile
  • corepack pnpm run lint
  • corepack pnpm outdated --format json -> {}

Risk

  • No breaking-change migration expected; this is a patch-level lint tooling update.
  • pnpm was checked separately and is already current for this repo.

- 🔧 keep lint tooling current with the latest safe patch
@claude
Copy link
Copy Markdown

claude Bot commented May 17, 2026

✅ Approved

No new issues found.

Assessment: This is a clean, minimal dependency bump (eslint 10.3.0 → 10.4.0) with a correctly regenerated lockfile. The only transitive change is @eslint/config-helpers 0.5.5 → 0.6.0, which is expected. No source code changes, no new or removed dependencies, no security concerns. CI checks are still pending but nothing in the diff raises concern. LGTM.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 17, 2026

Greptile Summary

将开发依赖 eslint 从 10.3.0 升级至 10.4.0,并同步刷新 pnpm-lock.yaml

  • package.json 的版本说明符从 ^10.3.0 改为 ^10.4.0,无其他依赖变动。
  • pnpm-lock.yamleslint 本体及其传递依赖 @eslint/config-helpers(0.5.5→0.6.0)、所有 peer dependency 快照均已一致更新,锁文件内容自洽。

Confidence Score: 5/5

这是一次纯 lint 工具链的补丁级升级,不涉及任何生产代码,可安全合并。

变更仅限于将 eslint 从 10.3.0 升至 10.4.0,以及随之联动的传递依赖 @eslint/config-helpers(0.5.5→0.6.0)。所有 peer dependency 快照在锁文件中已一致更新,未发现不匹配或遗漏项。不涉及业务逻辑、配置或工作流文件。

无需特别关注的文件。

Important Files Changed

Filename Overview
package.json 将 eslint 的 devDependency 版本说明符从 ^10.3.0 更新为 ^10.4.0,其余依赖不变。
pnpm-lock.yaml 锁文件随 eslint 升级同步更新,eslint 10.3.0→10.4.0,传递依赖 @eslint/config-helpers 0.5.5→0.6.0,所有 peer dependency 引用均一致更新。

Reviews (1): Last reviewed commit: "🔧 chore(deps): bump eslint to 10.4.0" | Re-trigger Greptile

@xdanger xdanger merged commit e00d7fe into main May 17, 2026
8 checks passed
@xdanger xdanger deleted the codex/dependency-sweep-2-20260517-repos-taptap-github branch May 17, 2026 07:26
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 repo’s linting toolchain by bumping the direct eslint devDependency and regenerating the pnpm lockfile to reflect the new resolved dependency graph.

Changes:

  • Bump eslint from ^10.3.0 to ^10.4.0 in package.json.
  • Refresh pnpm-lock.yaml to resolve eslint@10.4.0 and related transitive updates (e.g., @eslint/config-helpers).

Reviewed changes

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

File Description
package.json Updates the direct eslint devDependency version range to ^10.4.0.
pnpm-lock.yaml Updates resolved eslint version and associated lock entries/transitive dependencies.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

Comment thread package.json
"@eslint/js": "^10.0.1",
"autocorrect-node": "^2.14.0",
"eslint": "^10.3.0",
"eslint": "^10.4.0",
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