Skip to content

chore(deps): update pnpm to v10.8.0#439

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/pnpm-10.x
Apr 14, 2025
Merged

chore(deps): update pnpm to v10.8.0#439
renovate[bot] merged 1 commit intomainfrom
renovate/pnpm-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2025

This PR contains the following updates:

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

Release Notes

pnpm/pnpm (pnpm)

v10.8.0

Compare Source

Minor Changes
  • Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example:

    module.exports = {
      hooks: {
        updateConfig: (config) => ({
          ...config,
          nodeLinker: "hoisted",
        }),
      },
    };
  • Now you can use the pnpm add command with the --config flag to install new configurational dependencies #​9377.

Patch Changes
  • Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspace.yaml. This fixes a regression introduced by #​9169.
  • pnpm audit --fix should update the overrides in pnpm-workspace.yaml.
  • pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #​9365.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) April 10, 2025 17:15
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch 2 times, most recently from cb43ee8 to e9dc20a Compare April 14, 2025 18:16
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from e9dc20a to c7871be Compare April 14, 2025 19:15
@renovate renovate bot merged commit e2fe3f8 into main Apr 14, 2025
8 checks passed
@renovate renovate bot deleted the renovate/pnpm-10.x branch April 14, 2025 19:21
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.

0 participants