Bump socket.io from 4.4.0 to 4.4.1 #278

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/socket.io-4.4.1 into main 2022-01-06 10:41:53 +00:00
dependabot[bot] commented 2022-01-06 07:05:56 +00:00 (Migrated from github.com)

Bumps socket.io from 4.4.0 to 4.4.1.

Release notes

Sourced from socket.io's releases.

4.4.1

Bug Fixes

  • types: make RemoteSocket.data type safe (#4234) (770ee59)
  • types: pass SocketData type to custom namespaces (#4233) (f2b8de7)

Links:

Changelog

Sourced from socket.io's changelog.

4.4.1 (2022-01-06)

Bug Fixes

  • types: make RemoteSocket.data type safe (#4234) (770ee59)
  • types: pass SocketData type to custom namespaces (#4233) (f2b8de7)
Commits
  • c82a4bd chore(release): 4.4.1
  • 770ee59 fix(types): make RemoteSocket.data type safe (#4234)
  • 3bf5d92 refactor: add note about fetchSockets() for parent namespaces
  • fc82e44 refactor(typings): export Event type (#4215)
  • c840bad test: fix flaky tests
  • f2b8de7 fix(typings): pass SocketData type to custom namespaces (#4233)
  • 51784d0 chore: add types to exports field to be compatible with nodenext module resol...
  • c196689 docs: fix basic crud example
  • 7a70f63 docs: fix reconnection handling in the chat demo app (#4189)
  • e5897dd docs: add usage with ES modules (#4195)
  • 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)
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.4.0 to 4.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io/releases">socket.io's releases</a>.</em></p> <blockquote> <h2>4.4.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> make <code>RemoteSocket.data</code> type safe (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4234">#4234</a>) (<a href="https://github.com/socketio/socket.io/commit/770ee5949fb47c2556876c622f06c862573657d6">770ee59</a>)</li> <li><strong>types:</strong> pass <code>SocketData</code> type to custom namespaces (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4233">#4233</a>) (<a href="https://github.com/socketio/socket.io/commit/f2b8de71919e1b4d3e57f15a459972c1d1064787">f2b8de7</a>)</li> </ul> <h4>Links:</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.4.0...4.4.1">https://github.com/socketio/socket.io/compare/4.4.0...4.4.1</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.4.1">4.4.1</a></li> <li>engine.io version: <code>~6.1.0</code> (<a href="https://github.com/socketio/engine.io/compare/6.0.0...6.1.0">diff</a>)</li> <li>ws version: <code>~8.2.3</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io/blob/master/CHANGELOG.md">socket.io's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/socketio/socket.io/compare/4.4.0...4.4.1">4.4.1</a> (2022-01-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> make <code>RemoteSocket.data</code> type safe (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4234">#4234</a>) (<a href="https://github.com/socketio/socket.io/commit/770ee5949fb47c2556876c622f06c862573657d6">770ee59</a>)</li> <li><strong>types:</strong> pass <code>SocketData</code> type to custom namespaces (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4233">#4233</a>) (<a href="https://github.com/socketio/socket.io/commit/f2b8de71919e1b4d3e57f15a459972c1d1064787">f2b8de7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/socketio/socket.io/commit/c82a4bdf1f900644cd7ee823a32c7820164fe80e"><code>c82a4bd</code></a> chore(release): 4.4.1</li> <li><a href="https://github.com/socketio/socket.io/commit/770ee5949fb47c2556876c622f06c862573657d6"><code>770ee59</code></a> fix(types): make <code>RemoteSocket.data</code> type safe (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4234">#4234</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/3bf5d92735e8b57c00a57836211027ebb8eb3eae"><code>3bf5d92</code></a> refactor: add note about fetchSockets() for parent namespaces</li> <li><a href="https://github.com/socketio/socket.io/commit/fc82e44f731d3735b66805dd29eb33f12cb1932e"><code>fc82e44</code></a> refactor(typings): export Event type (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4215">#4215</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/c840bad43a2526dddd7358f25ba93c17477b6312"><code>c840bad</code></a> test: fix flaky tests</li> <li><a href="https://github.com/socketio/socket.io/commit/f2b8de71919e1b4d3e57f15a459972c1d1064787"><code>f2b8de7</code></a> fix(typings): pass <code>SocketData</code> type to custom namespaces (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4233">#4233</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/51784d0305fda6695af9e325fd14edbabae4c5f4"><code>51784d0</code></a> chore: add types to exports field to be compatible with nodenext module resol...</li> <li><a href="https://github.com/socketio/socket.io/commit/c196689545ead08fd529c04ae287126567eb4d3f"><code>c196689</code></a> docs: fix basic crud example</li> <li><a href="https://github.com/socketio/socket.io/commit/7a70f63499e2be66b072543db8ebf928b6923633"><code>7a70f63</code></a> docs: fix reconnection handling in the chat demo app (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4189">#4189</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/e5897dd7dc792e0abadf39dd9677a2ca19970058"><code>e5897dd</code></a> docs: add usage with ES modules (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/4195">#4195</a>)</li> <li>Additional commits viewable in <a href="https://github.com/socketio/socket.io/compare/4.4.0...4.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket.io&package-manager=npm_and_yarn&previous-version=4.4.0&new-version=4.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#278
No description provided.