Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2025

This PR contains the following updates:

Package Change Age Confidence
@vitest/coverage-v8 (source) ^4.0.15^4.0.16 age confidence
eslint (source) ^9.39.1^9.39.2 age confidence
eslint-config-unjs ^0.5.0^0.6.2 age confidence
h3 (source) ^2.0.1-rc.5^2.0.1-rc.7 age confidence
obuild ^0.4.7^0.4.14 age confidence
oxc-minify (source) ^0.101.0^0.107.0 age confidence
pnpm (source) 10.24.010.27.0 age confidence
srvx (source) ^0.9.7^0.10.0 age confidence
ufo ^1.6.1^1.6.2 age confidence
vitest (source) ^4.0.15^4.0.16 age confidence

Release Notes

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

v4.0.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.39.2

Compare Source

unjs/eslint-config (eslint-config-unjs)

v0.6.2

Compare Source

compare changes

🩹 Fixes
  • Disable array immutation rules for now (3cde73a)
❤️ Contributors

v0.6.1

Compare Source

compare changes

💅 Refactors
  • Migrate to @eslint/markdown (2f92a53)
  • Update default rules (84cdbad)
📦 Build
🏡 Chore
❤️ Contributors

v0.6.0

Compare Source

compare changes

💅 Refactors
  • Migrate to @eslint/markdown (2f92a53)
📦 Build
🏡 Chore
❤️ Contributors
h3js/h3 (h3)

v2.0.1-rc.7

Compare Source

compare changes

🚀 Enhancements
  • Experimental tracing support (#​1251)
  • Customizable validation errors (#​1146)
🩹 Fixes
  • mockEvent: Make sure duplex option is properly set (eb83aad)
  • handleCacheHeaders: Round modifiedTime to seconds (#​1262)
🏡 Chore
❤️ Contributors

v2.0.1-rc.6

Compare Source

compare changes

🚀 Enhancements
  • defineWebSocketHandler: Support callback with event (#​1242)
🩹 Fixes
  • proxy: Strip transfer-encoding header from proxied response (#​1248)
  • Clear event.res after prepare (#​1259)
📖 Documentation
  • Add H3ravel to the community section (#​1239)
  • Add intlify to community integrations (#​1244)
🏡 Chore
❤️ Contributors
unjs/obuild (obuild)

v0.4.14

Compare Source

compare changes

🏡 Chore
  • Update rolldown to 1.0.0-beta.59 (51bd7d2)
❤️ Contributors

v0.4.13

Compare Source

compare changes

🩹 Fixes
  • rolldown: Revert includeDependenciesRecursively (7325ddd)
❤️ Contributors

v0.4.12

Compare Source

compare changes

🩹 Fixes
  • rolldown: Enable includeDependenciesRecursively (6974fb5)
  • bundle: Avoid recursion on resolveDeps (2bba5b9)
❤️ Contributors

v0.4.11

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.10

Compare Source

compare changes

🏡 Chore

v0.4.9

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.8

Compare Source

compare changes

📖 Documentation
  • Add c12 to "currently used" section (#​66)
🏡 Chore
🤖 CI
  • Bump actions checkout (#​64)
❤️ Contributors
oxc-project/oxc (oxc-minify)

v0.107.0

v0.106.0

🚀 Features

v0.105.0

v0.102.0

💥 BREAKING CHANGES
  • 083fea9 napi/parser: [BREAKING] Represent empty optional fields on JS side as null (#​16411) (overlookmotel)
pnpm/pnpm (pnpm)

v10.27.0

Compare Source

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.0

Compare Source

v10.25.0

Compare Source

h3js/srvx (srvx)

v0.10.0

Compare Source

compare changes

🩹 Fixes
  • types: Split http1 and http2 handler types (#​154)
💅 Refactors
  • node: ⚠️ Avoid patching global request by default (#​155)
📖 Documentation
  • Add notes about NodeRequest (f483611)
  • node: Also mention req.clone() (7a88abf)
🌊 Types
⚠️ Breaking Changes
  • node: ⚠️ Avoid patching global request by default (#​155)
❤️ Contributors

v0.9.8

Compare Source

compare changes

🚀 Enhancements
  • Export AdapterMeta (#​151)
  • Experimental tracing channel support (#​141)
🩹 Fixes
  • node: Don't fire abort signal on normal request completion (#​153)
🏡 Chore
❤️ Contributors
unjs/ufo (ufo)

v1.6.2

Compare Source

compare changes

🩹 Fixes
  • Fix parsePath return type (#​293)
📖 Documentation
  • Add more examples in jsdoc (#​291)
📦 Build
  • Fix exports condition order to prefer esm with default fallback (8457581)
🏡 Chore
❤️ Contributors

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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 requested a review from pi0 as a code owner December 17, 2025 02:47
@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.27%. Comparing base (3189d0e) to head (2f5607e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #286   +/-   ##
=======================================
  Coverage   72.27%   72.27%           
=======================================
  Files           8        8           
  Lines         404      404           
  Branches      104      104           
=======================================
  Hits          292      292           
  Misses         92       92           
  Partials       20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7955748 to 858cd20 Compare December 23, 2025 14:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 73964ab to 63efd9b Compare January 2, 2026 14:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2340d69 to e2a9883 Compare January 7, 2026 11:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e2a9883 to 2865fff Compare January 8, 2026 21:22
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.

1 participant