Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps srvx from 0.9.8 to 0.10.0.

Release notes

Sourced from srvx's releases.

v0.10.0

compare changes

[!IMPORTANT] This release updates the Node.js adapter to avoid doing any global patches by default.

As a result, in some use-cases like new Request(req), you might see an error like Cannot read private member #state....

You can explicitly opt-in to previous behavior like this:

import { patchGlobalRequest } from "srvx/node";
// Fix compatibility issues with Node.js Request
patchGlobalRequest();

Please refer to the docs for more info.

🩹 Fixes

  • types: Split HTTP1 and HTTP2 handler types (#154)
  • node: Avoid patching global request by default (#155)

❤️ Contributors

Changelog

Sourced from srvx's changelog.

v0.10.0

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

Commits
  • 83dba8e chore(release): v0.10.0
  • 7a88abf docs(node): also mention req.clone()
  • ddc4ac3 types: add _request type
  • f483611 docs: add notes about NodeRequest
  • aa0edc2 refactor(node)!: avoid patching global request by default (#155)
  • 80f95b6 fix(types): split http1 and http2 handler types (#154)
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.9.8 to 0.10.0.
- [Release notes](https://github.com/h3js/srvx/releases)
- [Changelog](https://github.com/h3js/srvx/blob/main/CHANGELOG.md)
- [Commits](h3js/srvx@v0.9.8...v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2026
@github-actions github-actions bot merged commit 07ecb01 into main Jan 1, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/srvx-0.10.0 branch January 1, 2026 18:04
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