🔧 chore(deps): bump eslint to 10.4.0#20
Conversation
- 🔧 keep lint tooling current with the latest safe patch
|
✅ Approved No new issues found. Assessment: This is a clean, minimal dependency bump ( |
|
| 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
There was a problem hiding this comment.
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
eslintfrom^10.3.0to^10.4.0inpackage.json. - Refresh
pnpm-lock.yamlto resolveeslint@10.4.0and 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.
| "@eslint/js": "^10.0.1", | ||
| "autocorrect-node": "^2.14.0", | ||
| "eslint": "^10.3.0", | ||
| "eslint": "^10.4.0", |
Summary
eslintfrom 10.3.0 to 10.4.0pnpm-lock.yamlwith the existing pnpm 11.1.2 project pinValidation
corepack pnpm exec prettier --check --ignore-unknown package.json pnpm-lock.yamlcorepack pnpm install --frozen-lockfilecorepack pnpm run lintcorepack pnpm outdated --format json->{}Risk