Skip to content

Bump eventsource from 2.0.2 to 4.1.0 in /frontend#21

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/eventsource-4.1.0
Open

Bump eventsource from 2.0.2 to 4.1.0 in /frontend#21
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/eventsource-4.1.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps eventsource from 2.0.2 to 4.1.0.

Changelog

Sourced from eventsource's changelog.

4.1.0 (2025-11-19)

Features

  • declare fetch override support symbol on class (5575122)

4.0.0 (2025-05-13)

⚠ BREAKING CHANGES

  • FetchLikeInit is now removed. Use EventSourceFetchInit.
  • Drop support for Node.js v18, as it is end-of-life.

Features

  • require node.js v20 or higher (91a3a48)

Bug Fixes

  • drop FetchLikeInit type. Use EventSourceFetchInit instead. (6786e46)

3.0.7 (2025-05-09)

Bug Fixes

  • mark fetch init properties required in typings (1282872)

3.0.6 (2025-03-27)

Bug Fixes

  • upgrade parser to latest version, improving performance (59a5ddd)

3.0.5 (2025-01-28)

Bug Fixes

  • include message and code on errors when logging in node.js and deno (f2596b3)

3.0.4 (2025-01-28)

Bug Fixes

  • ensure message is set on ErrorEvent on network errors (d1dc711)

3.0.3 (2025-01-27)

Bug Fixes

... (truncated)

Commits
  • a7f9ced chore(release): 4.1.0 [skip ci]
  • 5575122 feat: declare fetch override support symbol on class
  • f138661 docs: fix incorrect minimum version for Chrome (v71)
  • 9896ad3 docs: env needs TextDecoder, not TextDecoderStream
  • 04cc31d docs: add example of using HTTP2 through undici
  • 7d7d207 docs: update readme with same guidance on proxying
  • 06dfbb6 docs: update migration guide with better guidance on proxying
  • d4385cb chore(release): 4.0.0 [skip ci]
  • 3057f3a docs: update migration guide
  • 6786e46 fix!: drop FetchLikeInit type. Use EventSourceFetchInit instead.
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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](https://github.com/EventSource/eventsource) from 2.0.2 to 4.1.0.
- [Changelog](https://github.com/EventSource/eventsource/blob/main/CHANGELOG.md)
- [Commits](EventSource/eventsource@v2.0.2...v4.1.0)

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

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 27, 2026
Comment thread frontend/package.json
"eventsource": "^1.1.0"
"eventsource": "^4.1.0"
}
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review:

Bug Risk:

  1. Version Update: Ensure that updating the EventSource library from 1.1.0 to 4.1.0 won't introduce breaking changes or incompatibilities with the existing codebase. Such a significant version jump might have substantial differences in behavior or API.

Improvement Suggestions:

  1. Detailed Testing: Verify that the application still functions as expected after updating the eventsource library. Comprehensive unit tests, integration tests, and possibly end-to-end tests should be run to ensure everything works correctly.

  2. Changelog Review: Check the changelog of the EventSource library between versions 1.1.0 and 4.1.0. This can give insights into any major changes, deprecations, or additions made in the new version.

  3. Dependency Security: Regularly monitor for security advisories related to the dependencies in your project. Keeping dependencies up to date helps mitigate vulnerabilities.

  4. Documentation Update: If there are significant changes due to the dependency update, make sure to update the documentation to reflect the latest usage or features.

  5. Automated Dependency Update: You may consider using tools like Renovate or Dependabot to automate the process of updating dependencies.

  6. Community Knowledge: Seek feedback from other developers who have already upgraded to version 4.1.0 of the EventSource library. This can provide insights into potential issues encountered during the upgrade process.

Remember always to back up your codebase before making such updates to avoid unexpected complications.

It's important to carefully test and validate these changes in a development or staging environment before deploying them to production to mitigate any unforeseen issues that may arise due to the library version update.

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