Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^7.7.0^7.7.3 age confidence
@nuxt/nitro-server (source) ^4.3.1^4.4.2 age confidence
@types/debug (source) ^4.1.12^4.1.13 age confidence
@vitest/coverage-v8 (source) ^4.0.18^4.1.0 age confidence
deno (source) 2.7.42.7.7 age confidence
eslint-plugin-jsdoc 62.7.162.8.0 age confidence
knip (source) ^5.86.0^5.88.1 age confidence
pkg-pr-new (source) ^0.0.65^0.0.66 age confidence
pnpm (source) 10.32.010.32.1 age confidence
srvx (source) ^0.11.9^0.11.12 age confidence
tinyexec ^1.0.2^1.0.4 age confidence
tsdown (source) ^0.20.3^0.21.4 age confidence
undici (source) ^7.22.0^7.24.4 age confidence
vitest (source) ^4.0.18^4.1.0 age confidence
vue-router (source) ^5.0.3^5.0.4 age confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v7.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.0

Compare Source

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
denoland/deno (deno)

v2.7.7

Compare Source

  • fix(core): implement select fallback on macOS (#​32812)
  • fix(ext/node): add disabled process function stubs in worker threads (#​32809)
  • fix(ext/node): add key/IV length validation for aes-128-cbc and ecb cipher
    modes (#​32824)
  • fix(ext/node): improve node:dns module compatibility (#​32704)
  • fix(ext/node): improve process.title and support --title flag (#​32201)
  • fix(ext/node): set kLastWriteWasAsync in JS write path to prevent double
    callback (#​32814)
  • fix(ext/node): skip normalization in path.win32.join for reserved device names
    (#​32808)
  • fix(ext/node): support interface option for IPv6 multicast membership (#​32754)
  • fix(ext/node): use constant-time comparison for GCM auth tag verification
    (#​32817)
  • fix(ext/node): validate process.exitCode and fix process constructor name
    (#​32806)
  • fix(watch): support graceful shutdown via SIGTERM dispatch (#​32564)
  • perf(ext/webidl): optimize dictionary converters (#​32729)

v2.7.6

Compare Source

  • feat(core): add cloneable resource registry for structured clone (#​32672)
  • feat(core): update v8 to 146.8.0 with foreground task ownership (#​32771)
  • feat(eval): auto-detect CJS vs ESM in deno eval (#​32472)
  • feat(ext/node): add MIMEType, convertProcessSignalToExitCode, Symbol.dispose
    for ChildProcess (#​32793)
  • feat(ext/signals): support additional signals on Windows (#​32689)
  • feat(ext/telemetry): support array values in OTEL attributes (#​32748)
  • feat: add --cpu-prof-flamegraph to generate interactive SVG flamegraphs
    (#​32572)
  • fix(cli): update typescript-go to 2026-03-09 (#​32656)
  • fix(core): don't panic in to_v8_error when JS error builder callback fails
    (#​32749)
  • fix(core): prevent panic when multiple lazy-loaded ESM modules are loaded
    during TLA (#​32769)
  • fix(coverage): don't mark lines uncovered when zero-count range only partially
    overlaps (#​32601)
  • fix(ext/console): make timer and counter state per-instance to fix OTEL
    console wrapping (#​32719)
  • fix(ext/crypto): support structuredClone for CryptoKey (#​32674)
  • fix(ext/fetch): retry on stale pooled HTTP/1.1 connections (#​32566)
  • fix(ext/ffi): retain backing store references in nonblocking calls (#​32775)
  • fix(ext/napi): call wrap/ref finalizers at shutdown (#​32592)
  • fix(ext/napi): keep event loop alive while uv_async_t handle is active
    (#​32702)
  • fix(ext/napi): prevent spurious TypeError from napi_coerce_to_object on
    null/undefined (#​32695)
  • fix(ext/node): accept all TypedArrays in spawnSync input option (#​32712)
  • fix(ext/node): allow IPv6 multicast addresses in UDP
    addMembership/dropMembership (#​32739)
  • fix(ext/node): allow passing FileHandle as fd argument for WriteStream
    and ReadStream (#​32770)
  • fix(ext/node): emit "connect" event on http.Server for CONNECT requests
    (#​32599)
  • fix(ext/node): enable 8 already-passing child_process compat tests (#​32710)
  • fix(ext/node): fix 8 Node.js compat test failures (#​32755)
  • fix(ext/node): fix AbortController signal handling in child_process s…
    (#​32713)
  • fix(ext/node): fix Buffer.concat, expose internal/buffer, implement
    markAsUntransferable (#​32760)
  • fix(ext/node): fix IPC message prototype for child_process JSON (#​32731)
  • fix(ext/node): fix TLA stall with native TTY handles and make stdio
    indestructible (#​32792)
  • fix(ext/node): fix TLS JSStreamSocket resource leak causing process hang
    (#​32325)
  • fix(ext/node): fix multiple deepEqual comparison issues (#​32763)
  • fix(ext/node): fix perm checks in TCPWrap (#​32721)
  • fix(ext/node): fix send() validation in child_process IPC (#​32779)
  • fix(ext/node): handle cargo features during publish (#​32636)
  • fix(ext/node): handle signal 0 in child_process.kill() (#​32294)
  • fix(ext/node): implement safe, add, rem options for crypto.generatePrime
    (#​32618)
  • fix(ext/node): improve Node.js crypto compatibility (#​32690)
  • fix(ext/node): improve X509Certificate Node.js compatibility (#​32671)
  • fix(ext/node): improve crypto.generateKeyPair validation (#​32620)
  • fix(ext/node): improve worker_threads path validation and error handling
    (#​32791)
  • fix(ext/node): include prototype env vars in child_process spawn (#​32699)
  • fix(ext/node): remove extra properties from node:fs exports (#​32670)
  • fix(ext/node): require --allow-net for udp.send (#​32774)
  • fix(ext/node): rewrite node:tty on top of uv compat (#​32777)
  • fix(ext/node): set up stdio streams on failed child_process spawn (#​32698)
  • fix(ext/node): signal listeners added via process.once can now be removed
    (#​32606)
  • fix(ext/node): support encrypted PEM export and deprecated hash option in
    crypto keygen (#​32703)
  • fix(ext/node): use non-blocking write in fs.writev (#​32673)
  • fix(ext/node): validate handle type in child_process send() (#​32711)
  • fix(ext/node): wrap non-Error unhandled rejections in ERR_UNHANDL

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 requested a review from danielroe as a code owner March 16, 2026 06:40
@github-actions
Copy link
Contributor

github-actions bot commented Mar 16, 2026

📦 Bundle Size Comparison

📈 nuxi

Metric Base Head Diff
Rendered 3385.37 KB 3386.48 KB +1.11 KB (+0.03%)

📉 nuxt-cli

Metric Base Head Diff
Rendered 149.88 KB 149.50 KB -0.38 KB (-0.25%)

📉 create-nuxt

Metric Base Head Diff
Rendered 1640.37 KB 1639.76 KB -0.61 KB (-0.04%)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 7e60bc2 to 34a9453 Compare March 19, 2026 14:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 34a9453 to 26e9a6e Compare March 19, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants