🔧 chore(deps): bump eslint patch#28
Conversation
|
| 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
Reviews (2): Last reviewed commit: "🔧 chore(deps): bump lint-staged patch" | Re-trigger Greptile
There was a problem hiding this comment.
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
eslintdevDependency from^10.4.0to^10.4.1. - Regenerate
pnpm-lock.yamlto 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.
|
Dependency validation is clean ( |
- 🔧 keep lint-staged on the current patch release
243a495 to
5438f7c
Compare
| "globals": "^17.6.0", | ||
| "husky": "^9.1.7", | ||
| "lint-staged": "^17.0.5", | ||
| "lint-staged": "^17.0.6", |
|
Dependency diff is updated and local validation is clean ( |
Summary
eslintfrom^10.4.0to^10.4.1pnpm-lock.yamlfor the patch releaseValidation
pnpm install --frozen-lockfilepnpm run lintpnpm outdated --format json->{}Breaking-change risk: low; patch-only lint tooling update.