Skip to content

build(deps): bump uWebSockets.js from v20.56.0 to v20.58.0 in /benchmarks#4855

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/benchmarks/uWebSockets.js-v20.58.0
Mar 3, 2026
Merged

build(deps): bump uWebSockets.js from v20.56.0 to v20.58.0 in /benchmarks#4855
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/benchmarks/uWebSockets.js-v20.58.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps uWebSockets.js from v20.56.0 to v20.58.0.

Release notes

Sourced from uWebSockets.js's releases.

v20.58.0

Easier URL route debugging

Whenever a URL route isn't handled properly, we used to display a fatal error and terminate the process like so:

Error: Returning from a request handler without responding or attaching an abort handler is forbidden!

This was not an issue in C++ since you could easily catch what route is broken by using a debugger. This is not possible in JavaScript since you aren't debugging the C++ code, only the JS code and the error isn't coming from JS.

A simple ergonomical upgrade is to display method & URL as part of the error:

Error: Returning from a request handler without responding or attaching an abort handler is forbidden!
        Method: "GET"
        URL: "/this_url_is_unhandled_test"
terminate called without an active exception

v20.57.0

  • Fixes a bug in uWS.getParts where returned parts were previously zero-copy references into the given buffer. These parts are now copies, eliminating potential complex memory issues which shouldn't have been be exposed to script. uWS.getParts is not a streaming parser unlike most of uWS, so I would still caution against using it (even though it is faster than all other such parsers for Node.js given small files).
Commits
  • ba110e8 [GitHub Actions] Updated windows-latest binaries
  • 4979671 [GitHub Actions] Updated ubuntu-24.04-arm binaries
  • 56a8352 [GitHub Actions] Updated macos-15 binaries
  • fd4c230 [GitHub Actions] Updated windows-latest binaries
  • 5758144 [GitHub Actions] Updated ubuntu-24.04 binaries
  • 2d3cf65 [GitHub Actions] Updated ubuntu-24.04-arm binaries
  • d531ec6 Bump version to 20.58.0
  • 6fa1d85 [GitHub Actions] Updated macos-15 binaries
  • 6fb6adc [GitHub Actions] Updated windows-latest binaries
  • eb9440b [GitHub Actions] Updated ubuntu-24.04-arm binaries
  • Additional commits viewable in compare view

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 [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js) from v20.56.0 to v20.58.0.
- [Release notes](https://github.com/uNetworking/uWebSockets.js/releases)
- [Commits](uNetworking/uWebSockets.js@v20.56.0...ba110e8)

---
updated-dependencies:
- dependency-name: uWebSockets.js
  dependency-version: ba110e817908b56c61d625b02f367b4ec9cfc8ab
  dependency-type: direct:production
...

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 Mar 2, 2026
@github-actions github-actions bot merged commit b2f6059 into main Mar 3, 2026
45 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/benchmarks/uWebSockets.js-v20.58.0 branch March 3, 2026 00:02
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.14%. Comparing base (0bf0a2a) to head (10c58b7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4855      +/-   ##
==========================================
- Coverage   93.14%   93.14%   -0.01%     
==========================================
  Files         109      109              
  Lines       34239    34239              
==========================================
- Hits        31893    31891       -2     
- Misses       2346     2348       +2     

☔ 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.

@github-actions github-actions bot mentioned this pull request Mar 12, 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.

1 participant