Skip to content

fix: update pnpm - #10557

Merged
zkochan merged 2 commits into
teambit:masterfrom
zkochan:update-pnpm
Aug 3, 2026
Merged

fix: update pnpm#10557
zkochan merged 2 commits into
teambit:masterfrom
zkochan:update-pnpm

Conversation

@zkochan

@zkochan zkochan commented Aug 3, 2026

Copy link
Copy Markdown
Member

Proposed Changes

@qodo-free-for-open-source-projects

Copy link
Copy Markdown

PR Summary by Qodo

Update pnpm internal package set and regenerate lockfile

⚙️ Configuration changes 🕐 10-20 Minutes

Grey Divider

AI Description

• Bump pinned @pnpm/* toolchain versions used by the workspace.
• Regenerate pnpm-lock.yaml to reflect updated pnpm internals and transitive deps.
• Remove outdated workspace comment around PATH/node-gyp behavior.
Diagram

graph TD
  A["workspace.jsonc"] --> B["Pinned @pnpm/*"] --> C["pnpm install"] --> D["pnpm-lock.yaml"]
  B --> E["pnpm CLI behavior"]
  D --> F["CI/build reproducibility"]

  subgraph Legend
    direction LR
    _cfg["Config"] ~~~ _dep["Dependencies"] ~~~ _out["Generated lockfile"]
  end
Loading
High-Level Assessment

The PR follows the standard and lowest-risk approach: bump the pinned pnpm internal packages and commit the regenerated lockfile. Alternatives (e.g., selectively editing lockfile entries or partially bumping @pnpm/* packages) are more error-prone and likely to create inconsistent resolution across environments.

Files changed (2) +448 / -477

Other (2) +448 / -477
pnpm-lock.yamlRegenerate lockfile for updated pnpm internal dependencies +435/-462

Regenerate lockfile for updated pnpm internal dependencies

• Updates numerous @pnpm/* package versions (e.g., cli.default-reporter, types, lockfile.*, network.fetch, napi) and corresponding snapshot entries. Also reflects related transitive changes (e.g., msgpackr bump, chalk resolution cleanup) consistent with a pnpm toolchain update.

pnpm-lock.yaml

workspace.jsoncBump pinned @pnpm/* versions used by the workspace +13/-15

Bump pinned @pnpm/* versions used by the workspace

• Updates pinned versions for multiple @pnpm/* packages (reporter, lockfile libs, network.fetch, types, napi) to match the newer pnpm set. Removes an outdated explanatory comment near the node-gyp entry.

workspace.jsonc

@qodo-free-for-open-source-projects

qodo-free-for-open-source-projects Bot commented Aug 3, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

To customize comments, go to the Qodo configuration screen, or learn more in the docs.

Previous review results

Review updated until commit 81408ec ⚖️ Balanced

Results up to commit 9fc6604


🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Qodo Logo

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@qodo-free-for-open-source-projects

Copy link
Copy Markdown

Code review by qodo was updated up to the latest commit 81408ec

@zkochan
zkochan enabled auto-merge (squash) August 3, 2026 15:00
@zkochan
zkochan merged commit 818d1f6 into teambit:master Aug 3, 2026
13 checks passed
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