Skip to content

fix(deps): update all non-major dependencies#7

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 14, 2025
Merged

fix(deps): update all non-major dependencies#7
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

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
oxc-minify (source) ^0.62.0 -> ^0.63.0 age adoption passing confidence
oxc-resolver (source) ^5.1.1 -> ^5.2.0 age adoption passing confidence
oxc-transform (source) ^0.62.0 -> ^0.63.0 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

oxc-project/oxc-resolver (oxc-resolver)

v5.2.0

Compare Source

Bug Fixes
  • resolve ${configDir} in tsconfig compilerOptions.baseUrl (#​450)
oxc-project/oxc (oxc-transform)

v0.63.0

Features
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

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.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Apr 14, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unplugin/unplugin-oxc@7

commit: 7295641

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub ↗.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedoxc-minify@​0.62.0 ⏵ 0.63.075 +110083 +195 +1100
Updatedoxc-resolver@​5.1.1 ⏵ 5.2.0981008195 +1100
Updatedunplugin@​2.3.1 ⏵ 2.3.2100 +11008296 +1100
Addedoxc-transform@​0.63.0991008796100
Updatedrollup@​4.39.0 ⏵ 4.40.097 +110010099100
Updated@​types/​node@​22.14.0 ⏵ 22.14.1100 +1100100 +21100 +5100

View full report ↗

@renovate renovate bot merged commit 24f1cbe into main Apr 14, 2025
14 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 14, 2025 07:00
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