Skip to content

🔧 chore(deps): bump pnpm and lint-staged#21

Merged
xdanger merged 1 commit into
mainfrom
codex/dependency-sweep-20260519-taptap-github
May 19, 2026
Merged

🔧 chore(deps): bump pnpm and lint-staged#21
xdanger merged 1 commit into
mainfrom
codex/dependency-sweep-20260519-taptap-github

Conversation

@xdanger
Copy link
Copy Markdown
Member

@xdanger xdanger commented May 19, 2026

Summary

  • Bump packageManager from pnpm@11.1.2 to pnpm@11.1.3.
  • Bump direct devDependency lint-staged from ^17.0.4 to ^17.0.5.
  • Refresh pnpm-lock.yaml for the patch release and resulting transitive resolutions.

Risk / migrations

  • Patch-level tooling updates only; no app/runtime dependencies.
  • pnpm@11.1.3 keeps the pnpm 11 line and requires Node >=22.13; no package.json engine floor changes were made.
  • lint-staged@17.0.5 remains on major 17; no migration required.

Validation

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

- 🔧 keep direct dependency pins current with patch-level tooling updates
@claude
Copy link
Copy Markdown

claude Bot commented May 19, 2026

✅ Approved

Patch-level tooling bumps only (pnpm 11.1.2 → 11.1.3, lint-staged 17.0.4 → 17.0.5). Lock file changes are consistent with the declared version updates — transitive dependency resolutions (get-east-asian-width, string-width) track correctly. No new findings.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 19, 2026

Greptile Summary

本 PR 将工具链依赖进行 patch 级别升级:packageManager 字段从 pnpm@11.1.2 升至 pnpm@11.1.3lint-staged devDependency 从 ^17.0.4 升至 ^17.0.5,并同步刷新了 pnpm-lock.yaml

  • package.json:仅更新 packageManager 的版本号和 SHA512 hash,以及 lint-staged 的 specifier。
  • pnpm-lock.yaml:除 lint-staged 本身外,传递依赖 get-east-asian-width(1.5.0→1.6.0)和 string-width(8.2.0→8.2.1)也随之升级,所有 integrity hash 均已对应更新。

Confidence Score: 5/5

纯 patch 级别工具链升级,无 runtime 依赖变更,可安全合并。

变更范围仅限于开发工具(pnpm、lint-staged 及其传递依赖),所有更新均为 patch 版本,lockfile 的 integrity hash 已正确同步,不涉及应用代码或 runtime 依赖。

无需特别关注的文件。

Important Files Changed

Filename Overview
package.json packageManagerpnpm@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

@xdanger xdanger merged commit c189fd7 into main May 19, 2026
9 checks passed
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 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 packageManager to pnpm@11.1.3.
  • Bump lint-staged devDependency to ^17.0.5.
  • Refresh pnpm-lock.yaml for 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.

Comment thread package.json
Comment on lines 14 to 17
"globals": "^17.6.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.4",
"lint-staged": "^17.0.5",
"prettier": "^3.8.3",
@xdanger xdanger deleted the codex/dependency-sweep-20260519-taptap-github branch May 19, 2026 07:30
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