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.3 #47

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps socket.io from 2.4.1 to 4.1.3.

Release notes

Sourced from socket.io's releases.

4.1.2

Bug Fixes

  • typings: ensure compatibility with TypeScript 3.x (0cb6ac9)
  • ensure compatibility with previous versions of the adapter (a2cf248)

Links:

4.1.1

Bug Fixes

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

Links:

4.1.0

Blog post: https://socket.io/blog/socket-io-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:

... (truncated)

Changelog

Sourced from socket.io's changelog.

4.1.3 (2021-07-10)

Bug Fixes

  • fix io.except() method (94e27cd)
  • remove x-sourcemap header (a4dffc6)

4.1.2 (2021-05-17)

Bug Fixes

  • typings: ensure compatibility with TypeScript 3.x (0cb6ac9)
  • ensure compatibility with previous versions of the adapter (a2cf248)

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)

... (truncated)

Commits
  • dbd2a07 chore(release): 4.1.3
  • 94e27cd fix: fix io.except() method
  • a4dffc6 fix: remove x-sourcemap header
  • 7c44893 chore: bump dependencies
  • b833f91 ci: update to node 16 (#3990)
  • 24d8d1f ci: update setup-node step (#3986)
  • 6f2a50b docs(examples): update example to webpack 5
  • 1633150 chore(release): 4.1.2
  • 0cb6ac9 fix(typings): ensure compatibility with TypeScript 3.x
  • a2cf248 fix: ensure compatibility with previous versions of the adapter
  • 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 #48.