🔧 chore(deps): bump pnpm and lint-staged#21
Conversation
- 🔧 keep direct dependency pins current with patch-level tooling updates
|
✅ Approved Patch-level tooling bumps only ( |
|
| Filename | Overview |
|---|---|
| package.json | 将 packageManager 从 pnpm@11.1.2 升级至 pnpm@11.1.3(含新 SHA512 hash),并将 devDependency lint-staged 从 ^17.0.4 升级至 ^17.0.5,均为 patch 版本变更,无 breaking change。 |
| pnpm-lock.yaml | 同步更新 lockfile:lint-staged 17.0.4→17.0.5,以及其传递依赖 get-east-asian-width 1.5.0→1.6.0、string-width 8.2.0→8.2.1,均为 patch 级别更新,integrity hash 已同步更新。 |
Reviews (1): Last reviewed commit: "🔧 chore(deps): bump pnpm and lint-stage..." | Re-trigger Greptile
There was a problem hiding this comment.
Pull request overview
Updates project tooling versions to keep the development workflow current, bumping pnpm (via packageManager) and lint-staged, and regenerating the pnpm lockfile to reflect the new resolutions.
Changes:
- Bump
packageManagertopnpm@11.1.3. - Bump
lint-stageddevDependency to^17.0.5. - Refresh
pnpm-lock.yamlfor updated direct/transitive dependency versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates pnpm packageManager pin and bumps lint-staged version. |
| pnpm-lock.yaml | Refreshes lockfile entries to match the new pnpm + lint-staged versions and transitive updates. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "globals": "^17.6.0", | ||
| "husky": "^9.1.7", | ||
| "lint-staged": "^17.0.4", | ||
| "lint-staged": "^17.0.5", | ||
| "prettier": "^3.8.3", |
Summary
packageManagerfrompnpm@11.1.2topnpm@11.1.3.lint-stagedfrom^17.0.4to^17.0.5.pnpm-lock.yamlfor the patch release and resulting transitive resolutions.Risk / migrations
pnpm@11.1.3keeps the pnpm 11 line and requires Node>=22.13; no package.json engine floor changes were made.lint-staged@17.0.5remains on major 17; no migration required.Validation
corepack pnpm install --frozen-lockfilecorepack pnpm run lintcorepack pnpm outdated --format json->{}