Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump sse.js from 1.0.0 to 2.1.0 #10150

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2023

Bumps sse.js from 1.0.0 to 2.1.0.

Release notes

Sourced from sse.js's releases.

sse.js v2.1.0

This new release of SSE fixes an important event parsing bug when the event stream uses \r\n as the event separator (see #17). This should dramatically improve the compatibility of SSE.js with server-side SSE frameworks.

sse.js v2.0.0

SSE.js should now be usable as an ECMAScript module. This is the only change for this new major release.

Commits
  • 5727204 2.1.0
  • 2f93f83 Merge pull request #47 from cwelton/fix_newline_bug
  • a0fd6dc fix parse bug with windows style newlines
  • 7723ab8 Merge pull request #44 from vsantele/fix/SSEHeaders
  • 4fd09ed Fix SSEHeaders type name
  • f07a302 Update property header from SSE from string to SSEHeaders
  • 5de7cf1 2.0.2
  • 6dbca90 Merge pull request #43 from caugner/patch-1
  • 9314442 fixup! fix(SSEOptions): declare properties optional
  • da882cb fix(SSEOptions): declare properties optional
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from mdn-bot as a code owner December 8, 2023 12:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 8, 2023
@caugner
Copy link
Contributor

caugner commented Dec 8, 2023

@dependabot rebase

Bumps [sse.js](https://github.com/mpetazzoni/sse.js) from 1.0.0 to 2.1.0.
- [Release notes](https://github.com/mpetazzoni/sse.js/releases)
- [Commits](mpetazzoni/sse.js@v1.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: sse.js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sse.js-2.1.0 branch from 89d7913 to 800f80a Compare December 8, 2023 22:22
Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

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

Tested locally.

@caugner caugner merged commit 1f87eef into main Dec 11, 2023
13 checks passed
@caugner caugner deleted the dependabot/npm_and_yarn/sse.js-2.1.0 branch December 11, 2023 10:49
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