Skip to content

chore(deps): bump better-sse from 0.8.0 to 0.16.1#555

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/better-sse-0.16.1
Open

chore(deps): bump better-sse from 0.8.0 to 0.16.1#555
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/better-sse-0.16.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps better-sse from 0.8.0 to 0.16.1.

Release notes

Sourced from better-sse's releases.

v0.16.1

Better SSE Version 0.16.1

npm install better-sse@latest
yarn add better-sse@latest
pnpm add better-sse@latest

This release fixes a minor crash when using frameworks that emulate but do not fully implement the Node HTTP/1 or HTTP/2 Compatibility APIs.

Changes

Crash fix for Node connection adapters

This fixes a crash that occurred when the Node web framework did not define the setNoDelay method on the request or response socket objects.

Full Changelog

Fixed

v0.16.0

Better SSE Version 0.16.0

npm install better-sse@latest
yarn add better-sse@latest
pnpm add better-sse@latest

This release adds connection adapters that enable Better SSE to be truly be compatible with any protocol, framework or runtime environment.

Changes

Connection Adapters

... (truncated)

Changelog

Sourced from better-sse's changelog.

0.16.1 - 2025-12-29

Fixed

0.16.0 - 2025-12-29

Added

  • Added support for passing custom connection adapters to the Session constructor that enables compatibility with any protocol, framework or runtime environment.

Changed

Fixed

  • Fixed a warning being printed by the Node internals when adding more than ten listeners to events emitted by sessions and channels.
  • Fixed a crash that occurred when passing a Request but no corresponding Response object from the Fetch API to the Session constructor.
  • Fixed a crash that occurred when the request had no Host header when using the Node HTTP/1 or Node HTTP/2 Compatibility API.

0.15.1 - 2025-05-26

Added

Fixed

  • Fixed the stream, iterate and EventBuffer#clear methods not having explicit return types, resulting in slow inference in certain environments.

0.15.0 - 2025-05-22

Added

  • Added support for the Session constructor to be able to take in a Request (and optionally a Response) object from the Fetch API.
  • Added the Session#getRequest and Session#getResponse methods to retrieve the Fetch API Request and Response objects, respectively.
  • Added the createResponse utility function to create a Session instance and immediately return its associated Response object.
  • Added type overloads for each combination of arguments to createSession and the Session constructor.
  • Added support for passing a ReadableStream from the Web Streams API to Session#stream and EventBuffer#stream.

Changed

  • Update type of Session constructor options#headers argument to accept any string->(string | string[] | undefined) type rather than only OutgoingHttpHeaders.
  • Update the Session constructor options#headers argument to omit headers whose values are given as undefined, rather than an empty string.
  • Update the Session constructor to throw if given an IncomingMessage or Http2ServerRequest with no corresponding ServerResponse or Http2ServerResponse, respectively.

Fixed

... (truncated)

Commits
  • f4da537 docs: bump version to 0.16.1. add latest changes to changelog
  • b489f41 fix(adapters): crash when request socket does not define setNoDelay method
  • e712e5b docs(recipes): add ultimate express example
  • dd3e599 chore(examples): upgrade better-sse to latest
  • c637506 refactor(adapters): add explicit returns to built-in adapter method implement...
  • 4cddbc3 refactor(adapters/Connection): define type of ConnectionConstants explicitly ...
  • b1916c5 docs: bump version to 0.16.0. add latest changes to changelog
  • e92c55d feat(examples): add koa connection adapter example project
  • 2b39661 fix(biome.json): match schema to cli version
  • 81a329d Merge pull request #115 from MatthewWid/feat/migrate-tsdown
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [better-sse](https://github.com/MatthewWid/better-sse) from 0.8.0 to 0.16.1.
- [Release notes](https://github.com/MatthewWid/better-sse/releases)
- [Changelog](https://github.com/MatthewWid/better-sse/blob/master/CHANGELOG.md)
- [Commits](MatthewWid/better-sse@v0.8.0...v0.16.1)

---
updated-dependencies:
- dependency-name: better-sse
  dependency-version: 0.16.1
  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 Apr 9, 2026
@netlify

netlify Bot commented Apr 9, 2026

Copy link
Copy Markdown

Deploy Preview for multi-scrobbler ready!

Name Link
🔨 Latest commit e1fe034
🔍 Latest deploy log https://app.netlify.com/projects/multi-scrobbler/deploys/69d7b9cbbe34f3000718ae3d
😎 Deploy Preview https://deploy-preview-555--multi-scrobbler.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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