Skip to content

Conversation

@ctison
Copy link
Owner

@ctison ctison commented Dec 9, 2025

This PR contains the following updates:

Package Type Update Change
pnpm (source) packageManager minor 10.24.0 -> 10.25.0

Release Notes

pnpm/pnpm (pnpm)

v10.25.0: pnpm 10.25

Compare Source

Minor Changes

  • Allow loading certificates from cert, ca, and key for specific registry URLs. E.g., //registry.example.com/:ca=-----BEGIN CERTIFICATE-----.... Previously this was only working via certfile, cafile, and keyfile.

    These properties are supported in .npmrc, but were ignored by pnpm, this will make pnpm read and use them as well.

    Related PR: #​10230.

  • Added a new flag called --bare to pnpm init for creating a package.json with the bare minimum of required fields #​10226.

Patch Changes

  • Improved reporting of ignored dependency scripts #​10276.
  • pnpm install should build any dependencies that were added to onlyBuiltDependencies and were not built yet #​10256.
  • pnpm publish -r --force should allow to run publish over already existing versions in the registry #​10272.
  • Don't fail with a ERR_PNPM_MISSING_TIME error if a package that is excluded from trust policy checks is missing the time field in the metadata.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

Copilot AI review requested due to automatic review settings December 9, 2025 06:03
@ctison ctison self-assigned this Dec 9, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the pnpm package manager from version 10.24.0 to 10.25.0. The update includes minor enhancements and bug fixes such as improved certificate loading for specific registry URLs, a new --bare flag for pnpm init, and improvements to dependency script reporting and build handling.

  • Updates the packageManager field in package.json to use pnpm 10.25.0

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

@ctison ctison force-pushed the renovate/pnpm-10.x branch from dbadea2 to 62c5d45 Compare December 10, 2025 06:04
@ctison ctison merged commit 2ddafc2 into main Dec 11, 2025
1 check passed
@ctison ctison deleted the renovate/pnpm-10.x branch December 11, 2025 06:03
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.

3 participants