Bump socket.io from 4.7.1 to 4.7.2 #66

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/socket.io-4.7.2 into main 2023-08-03 10:12:45 +00:00
dependabot[bot] commented 2023-08-03 00:22:33 +00:00 (Migrated from github.com)

Bumps socket.io from 4.7.1 to 4.7.2.

Release notes

Sourced from socket.io's releases.

4.7.2

Bug Fixes

  • clean up child namespace when client is rejected in middleware (#4773) (0731c0d)
  • webtransport: properly handle WebTransport-only connections (3468a19)
  • webtransport: add proper framing (a306db0)

Links

Changelog

Sourced from socket.io's changelog.

4.7.2 (2023-08-02)

Bug Fixes

  • clean up child namespace when client is rejected in middleware (#4773) (0731c0d)
  • webtransport: properly handle WebTransport-only connections (3468a19)
  • webtransport: add proper framing (a306db0)

Dependencies

Commits
  • c332643 chore(release): 4.7.2
  • 3468a19 fix(webtransport): properly handle WebTransport-only connections
  • 09d4549 chore: bump engine.io to version 6.5.2
  • 0731c0d fix: clean up child namespace when client is rejected in middleware (#4773)
  • 03046a6 docs: update the list of supported Node.js versions
  • 443e447 docs(examples): add example with WebTransport
  • See full diff 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.7.1 to 4.7.2. <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.7.2</h2> <h3>Bug Fixes</h3> <ul> <li>clean up child namespace when client is rejected in middleware (<a href="https://redirect.github.com/socketio/socket.io/issues/4773">#4773</a>) (<a href="https://github.com/socketio/socket.io/commit/0731c0d2f497d5cce596ea1ec32a67c08bcccbcd">0731c0d</a>)</li> <li><strong>webtransport:</strong> properly handle WebTransport-only connections (<a href="https://github.com/socketio/socket.io/commit/3468a197afe87e65eb0d779fabd347fe683013ab">3468a19</a>)</li> <li><strong>webtransport:</strong> add proper framing (<a href="https://github.com/socketio/engine.io/commit/a306db09e8ddb367c7d62f45fec920f979580b7c">a306db0</a>)</li> </ul> <h4>Links</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.7.1...4.7.2">https://github.com/socketio/socket.io/compare/4.7.1...4.7.2</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.7.2">4.7.2</a></li> <li><a href="https://github.com/socketio/engine.io/releases/tag/6.5.2"><code>engine.io@~6.5.2</code></a> (<a href="https://github.com/socketio/engine.io/compare/6.5.0...6.5.2">diff</a>)</li> <li><a href="https://github.com/websockets/ws/releases/tag/8.11.0"><code>ws@~8.11.0</code></a> (no change)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io/blob/main/CHANGELOG.md">socket.io's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/socketio/socket.io/compare/4.7.1...4.7.2">4.7.2</a> (2023-08-02)</h2> <h3>Bug Fixes</h3> <ul> <li>clean up child namespace when client is rejected in middleware (<a href="https://redirect.github.com/socketio/socket.io/issues/4773">#4773</a>) (<a href="https://github.com/socketio/socket.io/commit/0731c0d2f497d5cce596ea1ec32a67c08bcccbcd">0731c0d</a>)</li> <li><strong>webtransport:</strong> properly handle WebTransport-only connections (<a href="https://github.com/socketio/socket.io/commit/3468a197afe87e65eb0d779fabd347fe683013ab">3468a19</a>)</li> <li><strong>webtransport:</strong> add proper framing (<a href="https://github.com/socketio/engine.io/commit/a306db09e8ddb367c7d62f45fec920f979580b7c">a306db0</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/socketio/engine.io/releases/tag/6.5.2"><code>engine.io@~6.5.2</code></a> (<a href="https://github.com/socketio/engine.io/compare/6.5.0...6.5.2">diff</a>)</li> <li><a href="https://github.com/websockets/ws/releases/tag/8.11.0"><code>ws@~8.11.0</code></a> (no change)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/socketio/socket.io/commit/c332643ad8b2eff3a9edee432bfd53fb37559280"><code>c332643</code></a> chore(release): 4.7.2</li> <li><a href="https://github.com/socketio/socket.io/commit/3468a197afe87e65eb0d779fabd347fe683013ab"><code>3468a19</code></a> fix(webtransport): properly handle WebTransport-only connections</li> <li><a href="https://github.com/socketio/socket.io/commit/09d45491c4eb817274e4c38e7ccbc61ceb3fce18"><code>09d4549</code></a> chore: bump engine.io to version 6.5.2</li> <li><a href="https://github.com/socketio/socket.io/commit/0731c0d2f497d5cce596ea1ec32a67c08bcccbcd"><code>0731c0d</code></a> fix: clean up child namespace when client is rejected in middleware (<a href="https://redirect.github.com/socketio/socket.io/issues/4773">#4773</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/03046a64adbfd021a01449027401cab639fd244e"><code>03046a6</code></a> docs: update the list of supported Node.js versions</li> <li><a href="https://github.com/socketio/socket.io/commit/443e447087430066ae88bfd69639fdc8a4851e57"><code>443e447</code></a> docs(examples): add example with WebTransport</li> <li>See full diff in <a href="https://github.com/socketio/socket.io/compare/4.7.1...4.7.2">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.7.1&new-version=4.7.2)](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>
cloudflare-workers-and-pages[bot] commented 2023-08-03 00:22:35 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 84b1356
Status:   Deploy successful!
Preview URL: https://265f0541.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-sock-4ode.powertools.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>84b1356</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://265f0541.powertools.pages.dev'>https://265f0541.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-sock-4ode.powertools.pages.dev'>https://dependabot-npm-and-yarn-sock-4ode.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/265f0541-1c70-431c-bf18-5ff027584071)
This repo is archived. You cannot comment on pull requests.
No description provided.