🔧 chore(deps): bump patch dependencies#22
Conversation
- 🔧 keep dependency metadata current with patch-only updates
|
✅ Approved Routine patch bump of 🤖 Generated with Claude Code |
|
| Filename | Overview |
|---|---|
| package.json | 将 typescript-eslint 版本说明符从 ^8.59.3 更新至 ^8.59.4,纯补丁级别变更。 |
| pnpm-lock.yaml | 一致地将所有 @typescript-eslint/* 子包(共 9 个)从 8.59.3 升级至 8.59.4,并更新了对应的 integrity hash。 |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["package.json\ntypescript-eslint ^8.59.4"] --> B["pnpm-lock.yaml"]
B --> C["typescript-eslint 8.59.4"]
C --> D["eslint-plugin 8.59.4"]
C --> E["parser 8.59.4"]
C --> F["typescript-estree 8.59.4"]
C --> G["utils 8.59.4"]
D --> H["scope-manager 8.59.4"]
D --> I["type-utils 8.59.4"]
D --> J["visitor-keys 8.59.4"]
F --> K["project-service 8.59.4"]
F --> L["tsconfig-utils 8.59.4"]
F --> M["types 8.59.4"]
Reviews (1): Last reviewed commit: "🔧 chore(deps): bump patch dependencies" | Re-trigger Greptile
There was a problem hiding this comment.
Pull request overview
This PR performs a patch-level tooling dependency bump for typescript-eslint, updating the devDependency and synchronizing the pnpm lockfile accordingly.
Changes:
- Bump
typescript-eslintfrom^8.59.3to^8.59.4inpackage.json. - Update
pnpm-lock.yamlto reflect the resolvedtypescript-eslint8.59.4 package set and integrity hashes.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the typescript-eslint devDependency to ^8.59.4. |
| pnpm-lock.yaml | Refreshes lock entries/snapshots for typescript-eslint and its @typescript-eslint/* packages to 8.59.4. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
typescript-eslintfrom^8.59.3to^8.59.4.pnpmunchanged at 11.1.3;npm view pnpm versionalso reports 11.1.3.Risk
Validation
pnpm outdated --format json->{}pnpm run lint