Skip to content

chore(deps): update all non-major dependencies#618

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#618
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 20, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@antfu/ni ^30.0.0^30.1.0 age confidence
@iconify-json/octicon ^1.2.22^1.2.23 age confidence
@rive-app/canvas (source) ^2.37.1^2.37.5 age confidence
@types/node (source) ^25.6.0^25.6.2 age confidence
@vitest/coverage-v8 (source) ^4.1.4^4.1.5 age confidence
@vitest/ui (source) ^4.1.4^4.1.5 age confidence
@vueuse/core (source) ^14.2.1^14.3.0 age confidence
bumpp ^11.0.1^11.1.0 age confidence
es-toolkit (source) ^1.45.1^1.46.1 age confidence
eslint (source) ^10.2.0^10.3.0 age confidence
fs-extra ^11.3.4^11.3.5 age confidence
ora ^9.3.0^9.4.0 age confidence
pnpm (source) 10.33.010.33.4 age confidence
typescript (source) ^6.0.2^6.0.3 age confidence
unplugin-yaml ^4.1.0^4.2.0 age confidence
vite (source) ^8.0.8^8.0.11 age confidence
vite-plugin-vue-devtools (source) ^8.1.1^8.1.2 age confidence
vitest (source) ^4.1.4^4.1.5 age confidence
vue (source) ^3.5.32^3.5.34 age confidence
vue (source) >=3.5.32>=3.5.34 age confidence
vue-tsc (source) ^3.2.6^3.2.8 age confidence

Release Notes

antfu-collective/ni (@​antfu/ni)

v30.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
rive-app/rive-wasm (@​rive-app/canvas)

v2.37.5

Compare Source

Commits

v2.37.4

Compare Source

Commits

v2.37.3

Compare Source

Commits

v2.37.2

Compare Source

Commits
vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v14.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
antfu-collective/bumpp (bumpp)

v11.1.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
toss/es-toolkit (es-toolkit)

v1.46.1

Compare Source

Released on April 29th, 2026.

  • Fixed AbortError and TimeoutError to fall back to Error when DOMException is undefined. ([#​1694])
  • Fixed missing forEach and countBy exports for map and set. ([#​1695])

We sincerely thank @​SrAnthony and @​umsungjun for their contributions. We appreciate your great efforts!

v1.46.0

Compare Source

Released on April 22th, 2026.

  • Changed AbortError and TimeoutError to extend DOMException. ([#​1660])
  • Added keyBy to the map entrypoint exports. ([#​1650])
  • Added Claude Code plugin marketplace and es-toolkit usage skills. ([#​1644])
  • Fixed isBuffer to add a browser export condition to avoid a 44KB Buffer polyfill. ([#​1671])
  • Fixed toCamelCaseKeys and toSnakeCaseKeys to be exported from compat for the browser bundle. ([#​1685])
  • Fixed partial by adding missing full-application overloads for 2/3/4 arguments. ([#​1684])
  • Added Agent Skills and Claude Code Plugin guide to the AI Integration page. ([#​1664])

We sincerely thank @​raon0211, @​jantimon, @​jaydeep-pipaliya, @​ethanresnick, @​zaewc, @​minsoo-web, @​wondonghwi, @​xxxxxxjun, @​jiji-hoon96, @​james-rae, @​Gamez0, and @​dayongkr for their contributions. We appreciate your great efforts!

eslint/eslint (eslint)

v10.3.0

Compare Source

v10.2.1

Compare Source

jprichardson/node-fs-extra (fs-extra)

v11.3.5

Compare Source

  • Fix ensureLink*/ensureSymlink* identical file detection on Windows (#​1068)
  • Fix error handling in timestamp preservation code (#​1065, #​1069)
  • Fix potential file descriptor leak on error in synchronous timestamp preservation code (#​1066)
sindresorhus/ora (ora)

v9.4.0

Compare Source

  • Add successSymbol and failSymbol options to oraPromise 3d2e0a9

pnpm/pnpm (pnpm)

v10.33.4: pnpm 10.33.4

Compare Source

Patch Changes

  • Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.

    A new gitHosted: true field is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.

  • Fix a regression where pnpm --recursive --filter '!<pkg>' run/exec/test/add would include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative --filter arguments are provided, matching the documented behavior. To include the root, pass --include-workspace-root #​11341.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.33.3

Compare Source

v10.33.2

Compare Source

v10.33.1: pnpm 10.33.1

Compare Source

Patch Changes
  • When a project's packageManager field selects pnpm v11 or newer, commands that v10 would have passed through to npm (version, login, logout, publish, unpublish, deprecate, dist-tag, docs, ping, search, star, stars, unstar, whoami, etc.) are now handed over to the wanted pnpm, which implements them natively. Previously they silently shelled out to npm — making, for example, pnpm version --help print npm's help on a project with packageManager: pnpm@11.0.0-rc.3 #​11328.
Platinum Sponsors
Bit
Gold Sponsors
Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx
microsoft/TypeScript (typescript)

v6.0.3

Compare Source

luxass/unplugin-yaml (unplugin-yaml)

v4.2.0

Compare Source

No significant changes

    View changes on GitHub
vitejs/vite (vite)

v8.0.11

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 Pull requests that update a dependency file label Apr 20, 2026
@renovate renovate Bot enabled auto-merge (squash) April 20, 2026 02:02
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 20, 2026

❌ Failed to deploy to Netlify

Platform Status URL
Ubuntu Failed Please check the status and logs of the workflow run.
Windows Failed Please check the status and logs of the workflow run.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 93be38b to eef0b4f Compare April 27, 2026 04:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 903a4ae to 0ce2277 Compare May 5, 2026 01:07
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5c3cd88 to cdbd6e8 Compare May 7, 2026 21:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cdbd6e8 to d874df7 Compare May 8, 2026 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants