[codex] update pnpm pin#6
Merged
Merged
Conversation
- 🔧 keep dependency graph unchanged while using the latest patch pnpm release
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Corepack packageManager pin to a newer patch release of pnpm to keep the toolchain current without changing the dependency graph.
Changes:
- Bumped
packageManagerfrompnpm@10.33.0topnpm@10.33.3(including the integrity hash) inpackage.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
| Filename | Overview |
|---|---|
| package.json | 将 packageManager 的 pnpm pin 从 10.33.0 更新至 10.33.3,并同步更新了 SHA512 完整性哈希 |
Sequence Diagram
sequenceDiagram
participant Dev as 开发者
participant Corepack
participant npm as npm Registry
participant pnpm as pnpm@10.33.3
Dev->>Corepack: 执行 pnpm 命令
Corepack->>Corepack: 读取 package.json#packageManager
Corepack->>npm: 下载 pnpm@10.33.3 tarball
npm-->>Corepack: 返回 tarball
Corepack->>Corepack: 验证 SHA512 哈希
alt 哈希匹配
Corepack->>pnpm: 激活 pnpm@10.33.3
pnpm-->>Dev: 正常运行
else 哈希不匹配
Corepack-->>Dev: 报错,拒绝执行
end
Reviews (1): Last reviewed commit: "🔧 chore(deps): update pnpm pin" | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
packageManagerpin frompnpm@10.33.0topnpm@10.33.3pnpm-lock.yamlunchanged because the direct dependency sweep found no available upgradesDependency scan
@eslint/js@10.0.1,autocorrect-node@2.14.0,eslint@10.3.0,globals@17.6.0,husky@9.1.7,lint-staged@16.4.0,prettier@3.8.3,typescript-eslint@8.59.2,pnpm@10.33.0pnpm outdated --format jsonreported no outdated declared dependencies after the sweep ({})pnpm update --lockfile-onlyproduced no lockfile changesRisk
Validation
pnpm install --frozen-lockfilepnpm run lintgit diff --check