Skip to content

feat(deps): bump eventsource-parser from 1.1.2 to 3.0.6#1430

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eventsource-parser-3.0.6
Closed

feat(deps): bump eventsource-parser from 1.1.2 to 3.0.6#1430
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eventsource-parser-3.0.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps eventsource-parser from 1.1.2 to 3.0.6.

Release notes

Sourced from eventsource-parser's releases.

v3.0.6

3.0.6 (2025-08-29)

Bug Fixes

  • reintroduce explicit support for node 18 (d845cef)

This release is also available on:

v3.0.5

3.0.5 (2025-08-18)

Bug Fixes

  • types: use exact optional property types (a763097)

This release is also available on:

v3.0.3

3.0.3 (2025-06-25)

Bug Fixes

  • reintroduce legacy exports for stream module (6be2292)

This release is also available on:

v3.0.2

3.0.2 (2025-05-14)

Bug Fixes

  • drop legacy module export, use shared esm (26ccc1c)

This release is also available on:

v3.0.1

3.0.1 (2025-03-27)

Bug Fixes

  • optimize splitLines function (8952917)

... (truncated)

Changelog

Sourced from eventsource-parser's changelog.

3.0.6 (2025-08-29)

Bug Fixes

  • reintroduce explicit support for node 18 (d845cef)

3.0.5 (2025-08-18)

Bug Fixes

  • types: use exact optional property types (a763097)

3.0.4 (2025-08-18)

Bug Fixes

  • cr+lf spanning chunks emit two events instead of one (85f4519), closes #17

3.0.3 (2025-06-25)

Bug Fixes

  • reintroduce legacy exports for stream module (6be2292)

3.0.2 (2025-05-14)

Bug Fixes

  • drop legacy module export, use shared esm (26ccc1c)

3.0.1 (2025-03-27)

Bug Fixes

  • optimize splitLines function (8952917)
  • throw helpful error if passing function to createParser() (4cd3a44)

3.0.0 (2024-10-19)

⚠ BREAKING CHANGES

  • The parser now takes an object of callbacks instead of an onParse callback. This means you do not have to check the type of the event in the onEvent callback, but instead provide separate callbacks for each event type.

  • The ParsedEvent type has been renamed to EventSourceMessage and the type attribute has been removed.

  • The EventSourceCallback type has been removed in favor of the ParserCallbacks interface.

  • The ReconnectInterval type has been removed in favor of providing the interval directly to the onRetry callback.

  • The ParseEvent type has been removed in favor of providing separate callbacks for each event type.

  • The parser has been rewritten to be more specification compliant. Certain rare edge cases may now be handled differently. Mixed CRLF and LF line endings will now be handled correctly. retry fields now have to be completely valid integers to be parsed.

Features

... (truncated)

Commits
  • 244d9f5 chore(release): 3.0.6 [skip ci]
  • d845cef fix: reintroduce explicit support for node 18
  • 3f72c26 chore(release): 3.0.5 [skip ci]
  • 812478d ci: run build on successful tests
  • a763097 fix(types): use exact optional property types
  • 9d33c9f chore(release): 3.0.4 [skip ci]
  • f3359f9 chore: upgrade dev dependencies
  • 8e197e1 chore: bun lockfile
  • e4060be chore: deno lockfile
  • 5bcb0a2 chore: bump @​types/node to ^20.19
  • 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 [eventsource-parser](https://github.com/rexxars/eventsource-parser) from 1.1.2 to 3.0.6.
- [Release notes](https://github.com/rexxars/eventsource-parser/releases)
- [Changelog](https://github.com/rexxars/eventsource-parser/blob/main/CHANGELOG.md)
- [Commits](rexxars/eventsource-parser@v1.1.2...v3.0.6)

---
updated-dependencies:
- dependency-name: eventsource-parser
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Feb 27, 2026
@AbhiPrasad AbhiPrasad closed this Feb 27, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 27, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eventsource-parser-3.0.6 branch February 27, 2026 17:18
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