Skip to content

fix(deps): update automerge non-major updates#280

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/automerge-non-major-updates
Feb 14, 2025
Merged

fix(deps): update automerge non-major updates#280
renovate[bot] merged 1 commit intomainfrom
renovate/automerge-non-major-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.13.2 -> 22.13.4 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 - 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Change in project dependencies. label Feb 13, 2025
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from de74f70 to 4e9da16 Compare February 13, 2025 22:47
@renovate renovate Bot changed the title fix(deps): update dependency @types/node to v22.13.4 fix(deps): update automerge non-major updates Feb 14, 2025
@renovate renovate Bot force-pushed the renovate/automerge-non-major-updates branch from 4e9da16 to fc55bbf Compare February 14, 2025 01:52
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from fc55bbf to 9ba7a40 Compare February 14, 2025 01:52
@renovate renovate Bot merged commit d06bfe9 into main Feb 14, 2025
@renovate renovate Bot deleted the renovate/automerge-non-major-updates branch February 14, 2025 07:30
@github-actions
Copy link
Copy Markdown

Pull Request closed and locked due to lack of activity.
If you'd like to build on this closed PR, you can clone it using this method: https://stackoverflow.com/a/14969986
Then open a new PR, referencing this closed PR in your message.

@github-actions github-actions Bot locked and limited conversation to collaborators Feb 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Change in project dependencies.

Development

Successfully merging this pull request may close these issues.

0 participants