Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.14.0 -> ^22.14.1 age adoption passing confidence
pnpm (source) 10.7.1 -> 10.8.0 age adoption passing confidence
rollup (source) ^4.39.0 -> ^4.40.0 age adoption passing confidence
unplugin ^2.2.2 -> ^2.3.2 age adoption passing confidence
vite (source) ^6.2.5 -> ^6.2.6 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.
rollup/rollup (rollup)

v4.40.0

Compare Source

2025-04-12

Features
  • Only show eval warnings on first render and only when the call is not tree-shaken (#​5892)
  • Tree-shake non-included dynamic import members when the handler just maps to one named export (#​5898)
Bug Fixes
  • Consider dynamic imports nested within top-level-awaited dynamic import expressions to be awaited as well (#​5900)
  • Fix namespace rendering when tree-shaking is disabled (#​5908)
  • When using multiple transform hook filters, all of them need to be satisfied together (#​5909)
Pull Requests
unjs/unplugin (unplugin)

v2.3.2

Compare Source

   🐞 Bug Fixes
  • Update minimum rollup version requirement for native filter support  -  by @​sxzz (a0e08)
    View changes on GitHub

v2.3.1

Compare Source

   🐞 Bug Fixes
  • filter: Correct the behavior when multiple transform filter options are specified  -  by @​sxzz (f5a5a)
    View changes on GitHub

v2.3.0

Compare Source

   🚀 Features
    View changes on GitHub
vitejs/vite (vite)

v6.2.6

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 merged commit e95977f into main Apr 14, 2025
8 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 14, 2025 05:49
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.

1 participant