Skip to content

Update pnpm to v10.14.0#90

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/pnpm-10.x
Aug 17, 2025
Merged

Update pnpm to v10.14.0#90
renovate[bot] merged 1 commit into
mainfrom
renovate/pnpm-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 13, 2025

This PR contains the following updates:

Package Change Age Confidence
pnpm (source) 10.12.1 -> 10.14.0 age confidence

Release Notes

pnpm/pnpm (pnpm)

v10.14.0

Compare Source

Minor Changes
  • Added support for JavaScript runtime resolution

    Declare Node.js, Deno, or Bun in devEngines.runtime (inside package.json) and let pnpm download and pin it automatically.

    Usage example:

    {
      "devEngines": {
        "runtime": {
          "name": "node",
          "version": "^24.4.0",
          "onFail": "download" (we only support the "download" value for now)
        }
      }
    }

    How it works:

    1. pnpm install resolves your specified range to the latest matching runtime version.
    2. The exact version (and checksum) is saved in the lockfile.
    3. Scripts use the local runtime, ensuring consistency across environments.

    Why this is better:

    1. This new setting supports also Deno and Bun (vs. our Node-only settings useNodeVersion and executionEnv.nodeVersion)
    2. Supports version ranges (not just a fixed version).
    3. The resolved version is stored in the pnpm lockfile, along with an integrity checksum for future validation of the Node.js content's validity.
    4. It can be used on any workspace project (like executionEnv.nodeVersion). So, different projects in a workspace can use different runtimes.
    5. For now devEngines.runtime setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.

    Related PR: #​9755.

  • Add --cpu, --libc, and --os to pnpm install, pnpm add, and pnpm dlx to customize supportedArchitectures via the CLI #​7510.

Patch Changes
  • Fix a bug in which pnpm add downloads packages whose libc differ from pnpm.supportedArchitectures.libc.
  • The integrities of the downloaded Node.js artifacts are verified #​9750.
  • Allow dlx to parse CLI flags and options between the dlx command and the command to run or between the dlx command and -- #​9719.
  • pnpm install --prod should removing hoisted dev dependencies #​9782.
  • Fix an edge case bug causing local tarballs to not re-link into the virtual store. This bug would happen when changing the contents of the tarball without renaming the file and running a filtered install.
  • Fix a bug causing pnpm install to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.

v10.13.1

Compare Source

Patch Changes
  • Run user defined pnpmfiles after pnpmfiles of plugins.

v10.13.0

Compare Source

Minor Changes
  • Added the possibility to load multiple pnpmfiles. The pnpmfile setting can now accept a list of pnpmfile locations #​9702.

  • pnpm will now automatically load the pnpmfile.cjs file from any config dependency named @pnpm/plugin-* or pnpm-plugin-* #​9729.

    The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the pnpmfile.cjs files in the config dependencies can be explicitly listed using the pnpmfile setting in pnpm-workspace.yaml.

Patch Changes
  • When patching dependencies installed via pkg.pr.new, treat them as Git tarball URLs #​9694.
  • Prevent conflicts between local projects' config and the global config in dangerouslyAllowAllBuilds, onlyBuiltDependencies, onlyBuiltDependenciesFile, and neverBuiltDependencies #​9628.
  • Sort keys in pnpm-workspace.yaml with deep #​9701.
  • The pnpm rebuild command should not add pkgs included in ignoredBuiltDependencies to ignoredBuilds in node_modules/.modules.yaml #​9338.
  • Replaced shell-quote with shlex for quoting command arguments #​9381.

v10.12.4

Compare Source

Patch Changes

v10.12.3

Compare Source

Patch Changes
  • Restore hoisting of optional peer dependencies when installing with an outdated lockfile.
    Regression introduced in v10.12.2 by #​9648; resolves #​9685.

v10.12.2

Compare Source

Patch Changes
  • Fixed hoisting with enableGlobalVirtualStore set to true #​9648.
  • Fix the --help and -h flags not working as expected for the pnpm create command.
  • The dependency package path output by the pnpm licenses list --json command is incorrect.
  • Fix a bug in which pnpm deploy fails due to overridden dependencies having peer dependencies causing ERR_PNPM_OUTDATED_LOCKFILE #​9595.

Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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


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

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jul 13, 2025

Project Preview URL
Docs https://14dfb8b0.ue-table.pages.dev

Logs

@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch 2 times, most recently from adeb630 to 97393f9 Compare July 27, 2025 22:08
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from 97393f9 to c72a7ed Compare August 3, 2025 21:28
@renovate renovate Bot changed the title Update pnpm to v10.13.1 Update pnpm to v10.14.0 Aug 3, 2025
@renovate renovate Bot force-pushed the renovate/pnpm-10.x branch from c72a7ed to 95a20ee Compare August 10, 2025 21:42
@renovate renovate Bot merged commit a1d194f into main Aug 17, 2025
14 checks passed
@renovate renovate Bot deleted the renovate/pnpm-10.x branch August 17, 2025 22:39
johanrd added a commit to johanrd/table that referenced this pull request Aug 25, 2025
* main: (21 commits)
  Prepare Release using 'release-plan'
  remove unused @ts-expect-error
  pass through generics of resize handle
  consistency
  make sure generics are passed into helpers
  Update pnpm to v10.14.0 (universal-ember#90)
  Update Node.js to v22.18.0 (universal-ember#89)
  Update dependency @babel/runtime to v7.28.2 (universal-ember#91)
  Update dependency @embroider/addon-shim to v1.10.0 (universal-ember#76)
  Update dependency @babel/runtime to v7.27.6 (universal-ember#85)
  Update dependency ember-resources to v7.0.6 (universal-ember#81)
  Update dependency ember-modify-based-class-resource to v1.1.2 (universal-ember#83)
  Update dependency ember-modifier to v4.2.2 (universal-ember#82)
  Update pnpm to v10.12.1 (universal-ember#86)
  Update Node.js to v22.16.0 (universal-ember#79)
  Update pnpm to v10.11.0 (universal-ember#70)
  Update dependency @babel/runtime to v7.27.1 (universal-ember#78)
  Update dependency reactiveweb to v1.4.1 (universal-ember#77)
  Update dependency vite to v6.2.7 [SECURITY] (universal-ember#80)
  Update dependency @babel/runtime to v7.27.0 (universal-ember#69)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants