masloff-open-projects / eventplus

EventPlus is a faster and more asynchronous version of Event terminals.
Apache License 2.0
5 stars 5 forks source link

Bump socket.io from 2.4.1 to 4.1.1 #39

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps socket.io from 2.4.1 to 4.1.1.

Release notes

Sourced from socket.io's releases.

4.1.1

Bug Fixes

  • typings: properly type server-side events (b84ed1e)
  • typings: properly type the adapter attribute (891b187)

Links:

4.1.0

Features

  • add support for inter-server communication (93cce05)
  • notify upon namespace creation (499c892)
  • add a "connection_error" event (7096e98, from engine.io)
  • add the "initial_headers" and "headers" events (2527543, from engine.io)

Links:

4.0.2

Bug Fixes

  • typings: make "engine" attribute public (b81ce4c)
  • properly export the Socket class (d65b6ee)

Links:

4.0.1

Bug Fixes

  • typings: add fallback to untyped event listener (#3834) (a11152f)
  • typings: update return type from emit (#3843) (1a72ae4)

Links:

... (truncated)

Changelog

Sourced from socket.io's changelog.

4.1.1 (2021-05-11)

Bug Fixes

  • typings: properly type server-side events (b84ed1e)
  • typings: properly type the adapter attribute (891b187)

4.1.0 (2021-05-11)

Features

  • add support for inter-server communication (93cce05)
  • notify upon namespace creation (499c892)
  • add a "connection_error" event (7096e98, from engine.io)
  • add the "initial_headers" and "headers" events (2527543, from engine.io)

Performance Improvements

  • add support for the "wsPreEncoded" writing option (dc381b7)

4.0.2 (2021-05-06)

Bug Fixes

  • typings: make "engine" attribute public (b81ce4c)
  • properly export the Socket class (d65b6ee)

4.0.1 (2021-03-31)

Bug Fixes

  • typings: add fallback to untyped event listener (#3834) (a11152f)
  • typings: update return type from emit (#3843) (1a72ae4)

4.0.0 (2021-03-10)

Bug Fixes

  • make io.to(...) immutable (ac9e8ca)

... (truncated)

Commits
  • 995f38f chore(release): 4.1.1
  • 891b187 fix(typings): properly type the adapter attribute
  • b84ed1e fix(typings): properly type server-side events
  • fb6b0ef chore(release): 4.1.0
  • 95d9e4a test: fix randomly failing test
  • 499c892 feat: notify upon namespace creation
  • 93cce05 feat: add support for inter-server communication
  • dc381b7 perf: add support for the "wsPreEncoded" writing option
  • 9fff034 chore(release): 4.0.2
  • b81ce4c fix(typings): make "engine" attribute public
  • 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 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)
dependabot[bot] commented 3 years ago

Superseded by #41.