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 pnpm to v10.5.2 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

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

Release Notes

pnpm/pnpm (pnpm)

v10.5.2

Compare Source

Patch Changes
  • The pnpm config set command should change the global .npmrc file by default.
    This was a regression introduced by #​9151 and shipped in pnpm v10.5.0.

v10.5.1

Compare Source

Patch Changes
  • Throw an error message if a pnpm-workspaces.yaml or pnpm-workspaces.yml file is found instead of a pnpm-workspace.yaml #​9170.
  • Fix the update of pnpm-workspace.yaml by the pnpm approve-builds command #​9168.
  • Normalize generated link paths in package.json #​9163
  • Specifying overrides in pnpm-workspace.yaml should work.
  • pnpm dlx should ignore settings from the package.json file in the current working directory #​9178.

v10.5.0

Compare Source

Minor Changes
  • Allow to set the "pnpm" settings from package.json via the pnpm-workspace.yaml file #​9121.

  • Added support for automatically syncing files of injected workspace packages after pnpm run #​9081. Use the sync-injected-deps-after-scripts setting to specify which scripts build the workspace package. This tells pnpm when syncing is needed. The setting should be defined in a .npmrc file at the root of the workspace. Example:

    sync-injected-deps-after-scripts[]=compile
  • The packages field in pnpm-workspace.yaml became optional.

Patch Changes
  • pnpm link with no parameters should work as if --global is specified #​9151.
  • Allow scope registry CLI option without --config. prefix such as --@​scope:registry=https://scope.example.com/npm #​9089.
  • pnpm link <path> should calculate relative path from the root of the workspace directory #​9132.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.

v10.4.1

Compare Source

Patch Changes
  • Throws an error when the value provided by the --allow-build option overlaps with the pnpm.ignoredBuildDependencies list #​9105.
  • Print pnpm's version after the execution time at the end of the console output.
  • Print warning about ignored builds of dependencies on repeat install #​9106.
  • Setting init-package-manager should work.

v10.4.0

Compare Source

Minor Changes
  • pnpm approve-builds --global works now for allowing dependencies of globally installed packages to run postinstall scripts.

  • The pnpm add command now supports a new flag, --allow-build, which allows building the specified dependencies. For instance, if you want to install a package called bundle that has esbuild as a dependency and want to allow esbuild to run postinstall scripts, you can run:

    pnpm --allow-build=esbuild add bundle
    

    This will run esbuild's postinstall script and also add it to the pnpm.onlyBuiltDependencies field of package.json. So, esbuild will always be allowed to run its scripts in the future.

    Related PR: #​9086.

  • The pnpm init command adds a packageManager field with the current version of pnpm CLI #​9069. To disable this behaviour, set the init-package-manager setting to false.

Patch Changes
  • pnpm approve-builds should work after two consecutive pnpm install runs #​9083.
  • Fix instruction for updating pnpm with corepack #​9101.
  • The pnpm version specified by packageManager cannot start with v.

v10.3.0

Compare Source

Minor Changes
  • Added a new setting called strict-dep-builds. When enabled, the installation will exit with a non-zero exit code if any dependencies have unreviewed build scripts (aka postinstall scripts) #​9071.
Patch Changes
  • Fix a false negative of verify-deps-before-run after pnpm install --production|--no-optional #​9019.
  • Print the warning about blocked installation scripts at the end of the installation output and make it more prominent.

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 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.

Copy link

changeset-bot bot commented Feb 3, 2025

⚠️ No Changeset found

Latest commit: db03baa

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

@renovate renovate bot force-pushed the renovate/pnpm-10.x branch 3 times, most recently from 5378ed8 to bbe2cae Compare February 6, 2025 12:15
@renovate renovate bot changed the title chore(deps): update pnpm to v10.2.0 chore(deps): update pnpm to v10.2.0 - autoclosed Feb 6, 2025
@renovate renovate bot closed this Feb 6, 2025
@renovate renovate bot deleted the renovate/pnpm-10.x branch February 6, 2025 20:31
@renovate renovate bot changed the title chore(deps): update pnpm to v10.2.0 - autoclosed chore(deps): update pnpm to v10.2.0 Feb 11, 2025
@renovate renovate bot reopened this Feb 11, 2025
@renovate renovate bot changed the title chore(deps): update pnpm to v10.2.0 chore(deps): update pnpm to v10.3.0 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch 2 times, most recently from bbe2cae to 3f96d3a Compare February 11, 2025 05:32
@renovate renovate bot changed the title chore(deps): update pnpm to v10.3.0 chore(deps): update pnpm to v10.4.0 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 3f96d3a to 64e40c6 Compare February 14, 2025 02:34
@renovate renovate bot changed the title chore(deps): update pnpm to v10.4.0 chore(deps): update pnpm to v10.4.1 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 64e40c6 to 8db7d14 Compare February 17, 2025 02:16
@renovate renovate bot changed the title chore(deps): update pnpm to v10.4.1 chore(deps): update pnpm to v10.5.0 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 8db7d14 to 7cbdffc Compare February 25, 2025 13:29
@renovate renovate bot changed the title chore(deps): update pnpm to v10.5.0 chore(deps): update pnpm to v10.5.1 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 7cbdffc to 7f34eb2 Compare February 26, 2025 14:35
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 7f34eb2 to db03baa Compare February 27, 2025 02:37
@renovate renovate bot changed the title chore(deps): update pnpm to v10.5.1 chore(deps): update pnpm to v10.5.2 Feb 27, 2025
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