Skip to content

Bump srvx from 0.11.21 to 0.12.5 - #49

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/srvx-0.12.5
Open

Bump srvx from 0.11.21 to 0.12.5#49
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/srvx-0.12.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps srvx from 0.11.21 to 0.12.5.

Release notes

Sourced from srvx's releases.

v0.12.5

compare changes

🌊 Types

  • Inline minimal runtime types (#287)

v0.12.2

🚀 Enhancements

  • Export body size limit helpers via srvx/body-limit (#280) (docs)

v0.12.0

compare changes

🚀 Enhancements

  • static: ⚠️ Security hardenings and general improvements (#252)
  • static: Add Last-Modified and ETag conditional caching (#269)
  • static: Add opt-in Cache-Control via maxAge/immutable (#273)
  • static: Add byte-range request support (#275)

🔥 Performance

  • middleware: Precompose the middleware chain at construction time (#264)
  • log: Batch stdout writes and cache the timestamp (#266, #274)

💅 Refactors

  • ⚠️ Rename subpath exports to *Middleware / *Plugin (#278)

🩹 Fixes

  • service-worker: Call respondWith synchronously and drop extension bypass (#226)
  • node/web: Correct body handling in toFetchHandler compat layer (#232)
  • Handle file:// entry in loader and node-level TLS in mtls (#231)
  • node: Prevent body-read crashes and wire corruption in the Node adapter (#228)
  • Prevent waitUntil leak and reject NaN ports (#225)
  • cli: Stabilization batch and add CLI test suite (#234)
  • url: Repair FastURL origin-form string and HTTP/2 char normalization (#227)
  • Resolve x-forwarded-* hop-aware, right-to-left (#229)
  • node: Node adapter correctness fixes (statusText, empty body, HEAD streaming, send errors, sync bridge) (#243)
  • node: Make patchGlobalRequest idempotent (#255)
  • node/web: Remove "data" listener from the socket it was added to (#261)
  • node: Guard already-destroyed streamBody cancel against unhandled rejection (#257)
  • node: Enable SO_REUSEPORT for reusePort option (#258)
  • node: Don't permanently cache a missed kNeedDrain symbol lookup (#256)
  • node: Reject body reads after the body is consumed (#254)
  • node/web: Supply next to connect-style middleware on the synthetic bridge path (#259)
  • node: Answer 500 for unhandled handler errors (#251)

... (truncated)

Changelog

Sourced from srvx's changelog.

v0.12.5

compare changes

🌊 Types

  • Inline minimal runtime types (#287)

❤️ Contributors

v0.12.4

compare changes

🚀 Enhancements

  • body-limit: Allow injecting the over-limit error (#282)

❤️ Contributors

v0.12.3

compare changes

🩹 Fixes

  • body-limit: Preserve ServerRequest in limitRequestBody (#281)

📖 Documentation

❤️ Contributors

v0.12.2

compare changes

🚀 Enhancements

  • Export body size limit helpers via srvx/body-limit (#280)

🏡 Chore

... (truncated)

Commits
  • 28a0e73 chore(release): v0.12.5
  • 535ef4e types: inline minimal runtime types (#287)
  • 55d90b3 chore(release): v0.12.4
  • 555a793 feat(body-limit): allow injecting the over-limit error (#282)
  • 5dc246a chore(release): v0.12.3
  • 54be1d7 fix(body-limit): preserve ServerRequest in limitRequestBody (#281)
  • f9e9c4b docs: fix order!
  • b1fd82e chore(release): v0.12.2
  • 119de32 chore: remove npmrc
  • 851bf2e feat: export body size limit helpers via srvx/body-limit (#280)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [srvx](https://github.com/h3js/srvx) from 0.11.21 to 0.12.5.
- [Release notes](https://github.com/h3js/srvx/releases)
- [Changelog](https://github.com/h3js/srvx/blob/main/CHANGELOG.md)
- [Commits](h3js/srvx@v0.11.21...v0.12.5)

---
updated-dependencies:
- dependency-name: srvx
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants