Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency pnpm/pnpm to v10.6.0 #10720

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
pnpm/pnpm minor 10.5.2 -> 10.6.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pnpm/pnpm (pnpm/pnpm)

v10.6.0: pnpm 10.6

Compare Source

Minor Changes

  • pnpm-workspace.yaml can now hold all the settings that .npmrc accepts. The settings should use camelCase #​9211.

    pnpm-workspace.yaml example:

    verifyDepsBeforeRun: install
    optimisticRepeatInstall: true
    publicHoistPattern:
      - "*types*"
      - "!@​types/react"
  • Projects using a file: dependency on a local tarball file (i.e. .tgz, .tar.gz, .tar) will see a performance improvement during installation. Previously, using a file: dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.

Patch Changes

  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • fast-glob replace with tinyglobby to reduce the size of the pnpm CLI dependencies #​9169.
  • pnpm deploy should not remove fields from the deployed package's package.json file #​9215.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • Fix pnpm deploy creating a package.json without the imports and license field #​9193.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

Copy link

@nicholasdille-bot nicholasdille-bot left a comment

Choose a reason for hiding this comment

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

Auto-approved because label type/renovate is present.

Copy link

github-actions bot commented Mar 6, 2025

🔍 Vulnerabilities of ghcr.io/uniget-org/tools/pnpm:10.6.0

📦 Image Reference ghcr.io/uniget-org/tools/pnpm:10.6.0
digestsha256:7d505bf93860176701f6a9cb9c78b841037f43f98c829b0995f1b9d725df8269
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size25 MB
packages0

Copy link

github-actions bot commented Mar 6, 2025

Attempting automerge. See https://github.com/uniget-org/tools/actions/runs/13703713550.

Copy link

github-actions bot commented Mar 6, 2025

PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/13703713550.

@github-actions github-actions bot merged commit 9af1b06 into main Mar 6, 2025
10 of 11 checks passed
@github-actions github-actions bot deleted the renovate/pnpm-pnpm-10.x branch March 6, 2025 16:42
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.

3 participants