Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2025

This PR contains the following updates:

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

Release Notes

pnpm/pnpm (pnpm)

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.

Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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.

Copy link

netlify bot commented Feb 5, 2025

Deploy Preview for donny-eslint-config ready!

Name Link
🔨 Latest commit b45d8de
🔍 Latest deploy log https://app.netlify.com/sites/donny-eslint-config/deploys/67b0d8ce84265c000860c3e0
😎 Deploy Preview https://deploy-preview-564--donny-eslint-config.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from dcfa27d to 305f6e9 Compare February 6, 2025 21:39
@renovate renovate bot changed the title chore(deps): update pnpm to v10 chore(deps): update pnpm to v10 - autoclosed Feb 7, 2025
@renovate renovate bot closed this Feb 7, 2025
@renovate renovate bot deleted the renovate/pnpm-10.x branch February 7, 2025 08:47
@renovate renovate bot changed the title chore(deps): update pnpm to v10 - autoclosed chore(deps): update pnpm to v10 Feb 11, 2025
@renovate renovate bot reopened this Feb 11, 2025
@renovate renovate bot changed the title chore(deps): update pnpm to v10 chore(deps): update pnpm to v10.3.0 Feb 11, 2025
@renovate renovate bot changed the title chore(deps): update pnpm to v10.3.0 chore(deps): update pnpm to v10.3.0 - autoclosed Feb 12, 2025
@renovate renovate bot closed this Feb 12, 2025
@renovate renovate bot changed the title chore(deps): update pnpm to v10.3.0 - autoclosed chore(deps): update pnpm to v10.3.0 Feb 15, 2025
@renovate renovate bot reopened this Feb 15, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 38995f2 to 305f6e9 Compare February 15, 2025 14:15
@renovate renovate bot changed the title chore(deps): update pnpm to v10.3.0 chore(deps): update pnpm to v10.4.0 Feb 15, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 305f6e9 to b45d8de Compare February 15, 2025 18:11
@renovate renovate bot merged commit 4115a94 into main Feb 15, 2025
5 checks passed
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