Skip to content

build(deps): bump srvx from 0.12.5 to 1.0.0 - #184

Merged
uhyo merged 1 commit into
masterfrom
dependabot/npm_and_yarn/srvx-1.0.0
Sep 6, 2026
Merged

build(deps): bump srvx from 0.12.5 to 1.0.0#184
uhyo merged 1 commit into
masterfrom
dependabot/npm_and_yarn/srvx-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps srvx from 0.12.5 to 1.0.0.

Release notes

Sourced from srvx's releases.

v1.0.0

We made it!

v0.12.8

🔥 Performance

  • url: Avoid full parse when reading hash on the fast path (#296)

🩹 Fixes

  • node: Allow body reads when stream is pre-drained with rawBody (#295)

❤️ Contributors

v0.12.7

compare changes

🩹 Fixes

  • node/http2: Detect client disconnects on Node 26 (dfb0306)

v0.12.6

compare changes

🩹 Fixes

  • node: Make send-failure recovery unable to throw (474ac29)
  • node: Discard the body for HEAD requests to a Node stream response (e2fc775)
  • node: Destroy body stream when client aborts before first chunk (8d9c958)
  • node: Normalize absolute-form request targets instead of trusting them (a11765b)
  • aws-lambda: Prevent client path and Host header from overriding request.url origin (b1e440c)
  • cli: Honor NODE_ENV=production again (2e7a135)
  • cli: Forward tls/protocol/node from an intercepted serve() entry (2f5ff20)
  • body-limit: Serve _request over the size-limited body (6882f6d)
  • node/web: Honor writeHead headers when statusMessage is not a string (46336b3)
  • aws-lambda: Do not duplicate cookies from headers and cookies[] (#291)
  • node: Reject body reads with the abort reason after a client disconnect (3a5187e)
  • node/http2: Detect client disconnects before a body read (5f1ed2c)
  • node/web: Do not rely on Node's lazy IncomingMessage.headers accessor (0fbfb06)

📖 Documentation

  • node: Document that mutating response headers preserves the raw body (8f8f95b)

🌊 Types

  • bun: Derive HeadersInit from the ambient Headers (#288)

... (truncated)

Changelog

Sourced from srvx's changelog.

Changelog

v1.0.3

compare changes

🩹 Fixes

  • aws-lambda: Strip parameters before matching content type (5866bc7)
  • aws-lambda: Don't declare chunked encoding for bodyless streamed responses (9abe720)
  • aws-lambda: Frame empty streamed bodies as bodyless (175d1cf)

❤️ Contributors

v1.0.2

compare changes

🩹 Fixes

  • node/web: Handle requests without an abort signal (bf61f18)
  • aws-lambda: Query params, set-cookie, v1 response shape, drain hang (#300)
  • aws-lambda: Address review follow-ups on the streaming and query paths (4de428d)

❤️ Contributors

v1.0.1

compare changes

🩹 Fixes

  • node: Report auto-listen failure instead of exiting 0 silently (81a3b64)

📖 Documentation

🏡 Chore

❤️ Contributors

... (truncated)

Commits
  • 1a99f53 v1.0.0
  • 378f2bb chore(release): v0.12.8
  • 19540c4 fix(node): allow body reads when stream is pre-drained with rawBody (#295)
  • a3117b4 perf(url): avoid full parse when reading hash on the fast path (#296)
  • 053be62 chore(release): v0.12.7
  • dfb0306 fix(node/http2): detect client disconnects on Node 26
  • 0ba6e48 chore(release): v0.12.6
  • d265cb6 chore: update bench script
  • 27a071c test(bun): actually run the node-compat suites under Bun
  • 0fbfb06 fix(node/web): do not rely on Node's lazy IncomingMessage.headers accessor
  • 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.12.5 to 1.0.0.
- [Release notes](https://github.com/h3js/srvx/releases)
- [Changelog](https://github.com/h3js/srvx/blob/main/CHANGELOG.md)
- [Commits](h3js/srvx@v0.12.5...v1.0.0)

---
updated-dependencies:
- dependency-name: srvx
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Sep 6, 2026
@uhyo
uhyo merged commit 708e4a9 into master Sep 6, 2026
2 checks passed
@uhyo
uhyo deleted the dependabot/npm_and_yarn/srvx-1.0.0 branch September 6, 2026 08:26
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.

1 participant