Bump socket.io-client from 4.7.0 to 4.7.1 in /client #36

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/socket.io-client-4.7.1 into main 2023-06-29 10:37:16 +00:00
dependabot[bot] commented 2023-06-29 00:38:46 +00:00 (Migrated from github.com)

Bumps socket.io-client from 4.7.0 to 4.7.1.

Release notes

Sourced from socket.io-client's releases.

4.7.1

Some bug fixes are included from the engine.io-client package:

  • make closeOnBeforeunload default to false (a63066b)
  • webtransport: properly handle abruptly closed connections (cf6aa1f)

Links

Changelog

Sourced from socket.io-client's changelog.

4.7.1 (2023-06-28)

Some bug fixes are included from the engine.io-client package:

  • make closeOnBeforeunload default to false (a63066b)
  • webtransport: properly handle abruptly closed connections (cf6aa1f)

Dependencies

Commits
  • 0536fcc chore(release): 4.7.1
  • 6169bb8 chore: bump dev dependencies
  • 84ec6cf refactor: expose the ESM build with debug (bis)
  • 630ff41 chore: bump engine.io-client to version 6.5.1
  • 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-client](https://github.com/socketio/socket.io-client) from 4.7.0 to 4.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io-client/releases">socket.io-client's releases</a>.</em></p> <blockquote> <h2>4.7.1</h2> <p>Some bug fixes are included from the <code>engine.io-client</code> package:</p> <ul> <li>make closeOnBeforeunload default to false (<a href="https://github.com/socketio/engine.io-client/commit/a63066bdc8ae9e6746c3113d06c2ead78f4a4851">a63066b</a>)</li> <li><strong>webtransport:</strong> properly handle abruptly closed connections (<a href="https://github.com/socketio/engine.io-client/commit/cf6aa1f43c27a56c076bf26fddfce74bfeb65040">cf6aa1f</a>)</li> </ul> <h3>Links</h3> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io-client/compare/4.7.0...4.7.1">https://github.com/socketio/socket.io-client/compare/4.7.0...4.7.1</a></li> <li>Server release: <a href="https://github.com/socketio/socket.io/releases/tag/4.7.1">4.7.1</a></li> <li><a href="https://github.com/socketio/engine.io-client/releases/tag/6.5.1"><code>engine.io-client@~6.5.1</code></a> (<a href="https://github.com/socketio/engine.io-client/compare/6.5.0...6.5.1">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-client/blob/main/CHANGELOG.md">socket.io-client's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/socketio/socket.io-client/compare/4.7.0...4.7.1">4.7.1</a> (2023-06-28)</h2> <p>Some bug fixes are included from the <code>engine.io-client</code> package:</p> <ul> <li>make closeOnBeforeunload default to false (<a href="https://github.com/socketio/engine.io-client/commit/a63066bdc8ae9e6746c3113d06c2ead78f4a4851">a63066b</a>)</li> <li><strong>webtransport:</strong> properly handle abruptly closed connections (<a href="https://github.com/socketio/engine.io-client/commit/cf6aa1f43c27a56c076bf26fddfce74bfeb65040">cf6aa1f</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/socketio/engine.io-client/releases/tag/6.5.1"><code>engine.io-client@~6.5.1</code></a> (<a href="https://github.com/socketio/engine.io-client/compare/6.5.0...6.5.1">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-client/commit/0536fccfc29b58ccc7bbf7e6103877134ac6ec5b"><code>0536fcc</code></a> chore(release): 4.7.1</li> <li><a href="https://github.com/socketio/socket.io-client/commit/6169bb878213c21ac76e26a919becab7651e74f7"><code>6169bb8</code></a> chore: bump dev dependencies</li> <li><a href="https://github.com/socketio/socket.io-client/commit/84ec6cf4278cf1c1ce3e7f660d67f910b94eb3f0"><code>84ec6cf</code></a> refactor: expose the ESM build with debug (bis)</li> <li><a href="https://github.com/socketio/socket.io-client/commit/630ff412a4b8d42930748bbb713b409f2e15c4cc"><code>630ff41</code></a> chore: bump engine.io-client to version 6.5.1</li> <li>See full diff in <a href="https://github.com/socketio/socket.io-client/compare/4.7.0...4.7.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket.io-client&package-manager=npm_and_yarn&previous-version=4.7.0&new-version=4.7.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>
cloudflare-workers-and-pages[bot] commented 2023-06-29 00:38:47 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: a56ed69
Status:   Deploy successful!
Preview URL: https://cbf9f905.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-kekj.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>a56ed69</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://cbf9f905.powertools.pages.dev'>https://cbf9f905.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-kekj.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-kekj.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/cbf9f905-8c2e-4c4f-acbc-e0e17091b6f6)
This repo is archived. You cannot comment on pull requests.
No description provided.