Skip to content

chore(deps): update pnpm to v10.12.1#498

Merged
kohsuke256 merged 1 commit intomainfrom
renovate/pnpm-10.x
Jun 13, 2025
Merged

chore(deps): update pnpm to v10.12.1#498
kohsuke256 merged 1 commit intomainfrom
renovate/pnpm-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 10.11.1 -> 10.12.1 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm)

v10.12.1

Minor Changes
  • Experimental. Added support for global virtual stores. When enabled, node_modules contains only symlinks to a central virtual store, rather to node_modules/.pnpm. By default, this central store is located at <store-path>/links (you can find the store path by running pnpm store path).

    In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.

    This is conceptually similar to how NixOS manages packages, using dependency graph hashes to create isolated and reusable package directories.

    To enable the global virtual store, set enableGlobalVirtualStore: true in your root pnpm-workspace.yaml, or globally via:

    pnpm config -g set enable-global-virtual-store true

    NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.

    Related PR: #​8190

  • The pnpm update command now supports updating catalog: protocol dependencies and writes new specifiers to pnpm-workspace.yaml.
  • Added two new CLI options (--save-catalog and --save-catalog-name=<name>) to pnpm add to save new dependencies as catalog entries. catalog: or catalog:<name> will be added to package.json and the package specifier will be added to the catalogs or catalog[<name>] object in pnpm-workspace.yaml #​9425.
  • Semi-breaking. The keys used for side-effects caches have changed. If you have a side-effects cache generated by a previous version of pnpm, the new version will not use it and will create a new cache instead #​9605.
  • Added a new setting called ci for explicitly telling pnpm if the current environment is a CI or not.
Patch Changes
  • Sort versions printed by pnpm patch using semantic versioning rules.
  • Improve the way the error message displays mismatched specifiers. Show differences instead of 2 whole objects #​9598.
  • Revert #​9574 to fix a regression #​9596.

Configuration

📅 Schedule: Branch creation - "before 4:00am on Friday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate Created by renovate label Jun 12, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 12, 2025

⚠️ No Changeset found

Latest commit: fe5777f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 12, 2025

✅ Snapshot test success

See the details: workflow run

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Jun 12, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@virtual-live-lab/eslint-config@498
npm i https://pkg.pr.new/@virtual-live-lab/prettier-config@498
npm i https://pkg.pr.new/@virtual-live-lab/stylelint-config@498
npm i https://pkg.pr.new/@virtual-live-lab/tsconfig@498

commit: fe5777f

@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 0fd8805 to fe5777f Compare June 13, 2025 14:29
@kohsuke256 kohsuke256 merged commit 7f3d153 into main Jun 13, 2025
8 checks passed
@kohsuke256 kohsuke256 deleted the renovate/pnpm-10.x branch June 13, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Created by renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant