Skip to content

chore: update lockfile, Node.js, and pnpm versions#13224

Open
zkochan wants to merge 1 commit into
mainfrom
chore/update-lockfile
Open

chore: update lockfile, Node.js, and pnpm versions#13224
zkochan wants to merge 1 commit into
mainfrom
chore/update-lockfile

Conversation

@zkochan

@zkochan zkochan commented Jul 23, 2026

Copy link
Copy Markdown
Member

This automated PR refreshes the project's pinned versions:

  • Updates the lockfile to the latest compatible versions of dependencies.
  • Bumps Node.js to the latest 26.x release, propagated into the CI, release, and benchmark workflows via the meta-updater.
  • Bumps pnpm to the latest next-12 release (packageManager and devEngines.packageManager).

Created by the update-lockfile workflow.


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Copilot AI review requested due to automatic review settings July 23, 2026 06:55

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml, !pnpm-lock.yaml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 64d67677-54cc-4149-bd86-6f40a8a6e523

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/update-lockfile

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.

@github-actions github-actions Bot added the reviewed: coderabbit CodeRabbit submitted an approving review label Jul 23, 2026
@qodo-code-review

Copy link
Copy Markdown

PR Summary by Qodo

chore: refresh pnpm lockfile dependency pins

⚙️ Configuration changes 🕐 10-20 Minutes

Grey Divider

AI Description

• Refreshes pnpm lockfile to newest compatible dependency resolutions.
• Bumps pinned versions for tar and electron-to-chromium in lockfile snapshots.
• Keeps importer catalog entries consistent with updated package resolutions.
Diagram

graph TD
  A["Node.js runtime"] --> B["pnpm"] --> C["pnpm-lock.yaml"] --> D["Installed deps"]
  D --> E["tar@7.5.21"]
  D --> F["electron-to-chromium@1.5.395"]
Loading
High-Level Assessment

For an automated dependency refresh, updating the lockfile in-place is the correct and lowest-risk approach; alternatives (manual pin management, partial lockfile edits, or switching automation tooling) would add process complexity without improving determinism.

Files changed (1) +15 / -15

Other (1) +15 / -15
pnpm-lock.yamlRefresh resolved dependency versions in lockfile +15/-15

Refresh resolved dependency versions in lockfile

• Updates lockfile resolutions and snapshots to bump tar from 7.5.20 to 7.5.21 and electron-to-chromium from 1.5.394 to 1.5.395. Ensures importer catalog references align with the new resolved versions and integrity hashes.

pnpm-lock.yaml

@qodo-code-review

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

Qodo Logo

@qodo-code-review

Copy link
Copy Markdown

PR Code Suggestions ✨

Warning

/improve is deprecated. Use /agentic_review instead (removal date not yet scheduled).

No code suggestions found for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

reviewed: coderabbit CodeRabbit submitted an approving review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants