Skip to content

chore: update pacquet to 0.2.13#12130

Merged
zkochan merged 1 commit into
mainfrom
update-p
Jun 2, 2026
Merged

chore: update pacquet to 0.2.13#12130
zkochan merged 1 commit into
mainfrom
update-p

Conversation

@zkochan

@zkochan zkochan commented Jun 2, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Updated package management configuration dependencies.

Copilot AI review requested due to automatic review settings June 2, 2026 08:20
@qodo-free-for-open-source-projects

Copy link
Copy Markdown

Review Summary by Qodo

Update pacquet dependency to version 0.2.13

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Update @pnpm/pacquet dependency from 0.2.2-15 to 0.2.13
• Update all platform-specific pacquet packages to 0.2.13
• Update integrity hashes for all pacquet binaries
• Synchronize lock file and workspace configuration
Diagram
flowchart LR
  A["pacquet 0.2.2-15"] -- "upgrade" --> B["pacquet 0.2.13"]
  B --> C["darwin-arm64"]
  B --> D["darwin-x64"]
  B --> E["linux-arm64"]
  B --> F["linux-x64"]
  B --> G["win32-arm64"]
  B --> H["win32-x64"]

Loading

Grey Divider

File Changes

1. pnpm-lock.yaml Dependencies +29/-29

Update pacquet packages and integrity hashes

• Updated @pnpm/pacquet specifier and version from 0.2.2-15 to 0.2.13
• Updated all six platform-specific pacquet packages to 0.2.13 with new integrity hashes
• Updated optional dependencies in snapshots section to reference 0.2.13
• Updated main pacquet package resolution with new integrity hash

pnpm-lock.yaml


2. pnpm-workspace.yaml ⚙️ Configuration changes +1/-1

Update workspace pacquet configuration

• Updated @pnpm/pacquet configDependency version from 0.2.2-15 to 0.2.13

pnpm-workspace.yaml


Grey Divider

Qodo Logo

@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The PR updates the @pnpm/pacquet dependency version in pnpm-workspace.yaml. The configDependencies entry for @pnpm/pacquet is bumped from 0.2.2-15 to 0.2.13 on a single configuration line.

Changes

pacquet Dependency Update

Layer / File(s) Summary
pacquet version update
pnpm-workspace.yaml
configDependencies['@pnpm/pacquet'] version is bumped from 0.2.2-15 to 0.2.13.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • pnpm/pnpm#11893: Both PRs modify the same pnpm-workspace.yaml configDependencies['@pnpm/pacquet'] version entry.
  • pnpm/pnpm#11765: Both PRs modify pnpm-workspace.yaml's configDependencies to pin @pnpm/pacquet.
  • pnpm/pnpm#11719: Both PRs pin/update the @pnpm/pacquet version across the pnpm monorepo.

Poem

🐰 A version bump, so small yet grand,
Pacquet climbs from 0.2.2-15 to 0.2.13 sand,
One line changed, dependencies aligned,
The workspace config, now refined! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating the pacquet dependency to version 0.2.13, which matches the single-line YAML configuration update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-p

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the workspace’s @pnpm/pacquet config dependency to 0.2.13 and refreshes the lockfile so the resolved @pnpm/pacquet and platform-specific @pacquet/* packages match the new version.

Changes:

  • Bump @pnpm/pacquet from 0.2.2-15 to 0.2.13 in pnpm-workspace.yaml.
  • Update pnpm-lock.yaml to reflect the new @pnpm/pacquet@0.2.13 resolution and associated @pacquet/*@0.2.13 entries.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pnpm-workspace.yaml Updates the configured pacquet version used by the workspace.
pnpm-lock.yaml Aligns lockfile resolutions/snapshots with pacquet 0.2.13.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@pnpm-workspace.yaml`:
- Line 331: The bump of '`@pnpm/pacquet`' to 0.2.13 is present but unverified for
CLI compatibility; verify by running a smoke test and ensure runPacquet.ts still
works with the new pacquet binary. Reproduce a local run of the delegated flow
(execute pnpm install with pacquet delegation enabled) and confirm the args used
in installing/commands/src/runPacquet.ts
(['--reporter=ndjson','install','--frozen-lockfile','--ignore-manifest-check',
...forwardedFlags]) are accepted by `@pnpm/pacquet`@0.2.13 and that NDJSON stderr
parsing still produces valid records; if any flags or reporter behavior changed,
update runPacquet.ts to adjust argument/parse logic or pin to the compatible
pacquet version in pnpm-workspace.yaml accordingly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: cb7f1f70-1313-4265-8f14-30bc3939a6c8

📥 Commits

Reviewing files that changed from the base of the PR and between ba2bacd and 2aa5d4e.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • pnpm-workspace.yaml
📜 Review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: Agent
  • GitHub Check: Run benchmark on ubuntu-latest
  • GitHub Check: Analyze (javascript)
  • GitHub Check: ubuntu-latest / Node.js 24 / Test

Comment thread pnpm-workspace.yaml
@zkochan zkochan merged commit c0368f4 into main Jun 2, 2026
16 of 17 checks passed
@zkochan zkochan deleted the update-p branch June 2, 2026 08:32
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