Skip to content

build(deps): bump uWebSockets.js from v20.64.0 to v20.66.0 in /benchmarks#5130

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/benchmarks/uWebSockets.js-v20.66.0
Open

build(deps): bump uWebSockets.js from v20.64.0 to v20.66.0 in /benchmarks#5130
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/benchmarks/uWebSockets.js-v20.66.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps uWebSockets.js from v20.64.0 to v20.66.0.

Release notes

Sourced from uWebSockets.js's releases.

v20.66.0

User space cache for getRemoteAddress(), getRemoteAddressAsText() is now re-enabled after being extended to also support WorkerThreads. These calls are now zero-cost.

v20.65.0

The optimization introduced in v20.63.0 is not valid for Latin-1 strings; V8 does not store ASCII or UTF-8, it stores Latin-1 or UTF-16 or some rope combination of them. In v20.63.0, a Latin-1 stored V8 string will pop out as Latin-1 bytes, not the expected (implied) standard UTF-8, and there is no way to tell what uWS will give you.

This release removes the optimization for a conservative, always-UTF-8 output like before. It means uWS will always put UTF-8 bytes on the wire if the input was a JavaScript String.

Commits
  • a63031f Bump version from 20.65.0 to 20.66.0
  • e51705d [GitHub Actions] Updated macos-15 binaries
  • 245df63 [GitHub Actions] Updated windows-latest binaries
  • 290def0 [GitHub Actions] Updated ubuntu-24.04 binaries
  • e48abb1 [GitHub Actions] Updated ubuntu-24.04-arm binaries
  • aed53b7 [GitHub Actions] Updated macos-15 binaries
  • 0a16286 [GitHub Actions] Updated windows-latest binaries
  • cb5b4aa [GitHub Actions] Updated ubuntu-24.04 binaries
  • d1a02ea [GitHub Actions] Updated ubuntu-24.04-arm binaries
  • 93baa7b [GitHub Actions] Updated macos-15 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.64.0 to v20.66.0.
- [Release notes](https://github.com/uNetworking/uWebSockets.js/releases)
- [Commits](uNetworking/uWebSockets.js@v20.64.0...a63031f)

---
updated-dependencies:
- dependency-name: uWebSockets.js
  dependency-version: a63031f40f76dc2422e8da736c04217053e9db2b
  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 Apr 28, 2026
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.14%. Comparing base (2eb9ddc) to head (feaa7c1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5130      +/-   ##
==========================================
- Coverage   93.14%   93.14%   -0.01%     
==========================================
  Files         110      110              
  Lines       36117    36117              
==========================================
- Hits        33642    33640       -2     
- Misses       2475     2477       +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.

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