chore: update pnpm to v11.1.3#11719
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughBumps pnpm in ChangesPackage Manager & CI updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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
packageManageranddevEngines.packageManager.versiontopnpm@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.
Integrated-Benchmark Report (Linux)Scenario: Frozen Lockfile
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)
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
]
}
]
} |
Summary by CodeRabbit