Skip to content

chore: update pnpm to v11.1.3#11719

Merged
zkochan merged 2 commits into
mainfrom
update-pnpm-version
May 18, 2026
Merged

chore: update pnpm to v11.1.3#11719
zkochan merged 2 commits into
mainfrom
update-pnpm-version

Conversation

@zkochan

@zkochan zkochan commented May 18, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Updated pnpm package manager declaration to 11.1.3 for more consistent local tooling.
    • Pinned the installer used in CI to a specific pacquet release and adjusted the install invocation to improve reproducible and stable CI installs.

Review Change Stack

Copilot AI review requested due to automatic review settings May 18, 2026 14:18
@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4ae35c91-51ae-44ca-9ccf-5dcedb7e47dd

📥 Commits

Reviewing files that changed from the base of the PR and between 2929ac7 and 597f85e.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/test.yml

📝 Walkthrough

Walkthrough

Bumps pnpm in package.json from 11.1.1 to 11.1.3 and pins pacquet to pacquet@0.2.2-7 in CI install steps while preserving existing install flags.

Changes

Package Manager & CI updates

Layer / File(s) Summary
pnpm version upgrade to 11.1.3
package.json
The packageManager field and devEngines.packageManager.version are updated from pnpm@11.1.1 to pnpm@11.1.3; adjacent engine lines unchanged.
Pin pacquet in CI/test workflows
.github/workflows/ci.yml, .github/workflows/test.yml
The pacquet install steps are changed to install pacquet@0.2.2-7 (via pnx with --config.minimum-release-age=0, --frozen-lockfile, --no-runtime as applicable).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • pnpm/pnpm#11719: Updates packageManager/devEngines.packageManager.version to 11.1.3 (same version bump).
  • pnpm/pnpm#11657: Similar CI/test workflow changes around pnx pacquet install and pinned pacquet usage.
  • pnpm/pnpm#11553: Previous pnpm version alignment and CI adjustments.

Poem

🐰 I nibble at json, a tiny bump indeed,
pnpm hops forward — a small, tidy deed.
CI tucks pacquet in with a pinned bow,
Tests march on steady where version winds blow.
Hooray for small fixes that help things proceed!

🚥 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 'chore: update pnpm to v11.1.3' directly and accurately describes the main change—updating the pnpm package manager version from 11.1.1 to 11.1.3 as shown in package.json.
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-pnpm-version

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 repository’s pinned pnpm version from 11.1.1 to 11.1.3, keeping the root manifest and lockfile package-manager metadata aligned.

Changes:

  • Bumps packageManager and devEngines.packageManager.version to pnpm@11.1.3.
  • Updates lockfile package manager dependencies and platform-specific @pnpm/* artifact entries to 11.1.3.

Reviewed changes

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

File Description
package.json Updates the root pnpm version pin.
pnpm-lock.yaml Updates locked pnpm/package-manager artifact versions and integrity entries.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

@github-actions

Copy link
Copy Markdown
Contributor

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [s] Min [s] Max [s] Relative
pacquet@HEAD 2.425 ± 0.095 2.301 2.594 1.04 ± 0.05
pacquet@main 2.340 ± 0.081 2.239 2.491 1.00
pnpm 4.672 ± 0.101 4.554 4.872 2.00 ± 0.08
BENCHMARK_REPORT.json
{
  "results": [
    {
      "command": "pacquet@HEAD",
      "mean": 2.4251169687600003,
      "stddev": 0.09511088583084142,
      "median": 2.41351500636,
      "user": 2.74826068,
      "system": 3.6614517600000007,
      "min": 2.30141804436,
      "max": 2.59355962336,
      "times": [
        2.59355962336,
        2.56823872936,
        2.30141804436,
        2.3219510253599998,
        2.3902028993599997,
        2.41810284836,
        2.4089271643599997,
        2.4592522303599997,
        2.36255187236,
        2.42696525036
      ]
    },
    {
      "command": "pacquet@main",
      "mean": 2.33997756946,
      "stddev": 0.08065224583390104,
      "median": 2.30128771636,
      "user": 2.74610568,
      "system": 3.6372266600000005,
      "min": 2.2386832063599997,
      "max": 2.49113759136,
      "times": [
        2.2386832063599997,
        2.49113759136,
        2.4490944883599997,
        2.2980966553599997,
        2.30447877736,
        2.29276660636,
        2.36505136736,
        2.2807912613599997,
        2.38540022836,
        2.2942755123599996
      ]
    },
    {
      "command": "pnpm",
      "mean": 4.67223823676,
      "stddev": 0.10130967679111225,
      "median": 4.64182158536,
      "user": 7.919712779999998,
      "system": 4.080547559999999,
      "min": 4.55395406536,
      "max": 4.87201240136,
      "times": [
        4.66091924836,
        4.60021141336,
        4.55395406536,
        4.70952455636,
        4.62272392236,
        4.87201240136,
        4.62253420736,
        4.66370169536,
        4.81829879636,
        4.59850206136
      ]
    }
  ]
}

Scenario: Frozen Lockfile (Hot Cache)

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 720.6 ± 50.5 695.7 847.1 1.01 ± 0.08
pacquet@main 716.4 ± 19.4 694.8 761.9 1.00
pnpm 2570.4 ± 88.2 2452.8 2719.6 3.59 ± 0.16
BENCHMARK_REPORT.json
{
  "results": [
    {
      "command": "pacquet@HEAD",
      "mean": 0.72060072046,
      "stddev": 0.050450874726375834,
      "median": 0.69802536316,
      "user": 0.38781568,
      "system": 1.60574784,
      "min": 0.69570381166,
      "max": 0.84707621266,
      "times": [
        0.84707621266,
        0.69782923966,
        0.6982214866600001,
        0.69570381166,
        0.77388161066,
        0.69683029466,
        0.70207215966,
        0.69693359966,
        0.70076702166,
        0.69669176766
      ]
    },
    {
      "command": "pacquet@main",
      "mean": 0.71644743526,
      "stddev": 0.01937019195047239,
      "median": 0.71226409516,
      "user": 0.39012118,
      "system": 1.6074963400000002,
      "min": 0.69477177966,
      "max": 0.76186943666,
      "times": [
        0.76186943666,
        0.69477177966,
        0.70105328266,
        0.71924340866,
        0.70350797466,
        0.71271841666,
        0.70866441366,
        0.71180977366,
        0.71607204766,
        0.73476381866
      ]
    },
    {
      "command": "pnpm",
      "mean": 2.5703862849600005,
      "stddev": 0.08823789020158398,
      "median": 2.54743288116,
      "user": 3.0645470799999996,
      "system": 2.23362704,
      "min": 2.45281721166,
      "max": 2.7195839256600003,
      "times": [
        2.56287453266,
        2.6455236396600004,
        2.5319912296600005,
        2.7195839256600003,
        2.6492344606600002,
        2.4933596536600002,
        2.45281721166,
        2.50974058866,
        2.49525885866,
        2.64347874866
      ]
    }
  ]
}

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