Bump socket.io from 4.7.2 to 4.7.3 #172

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/socket.io-4.7.3 into main 2024-01-06 12:15:33 +00:00
dependabot[bot] commented 2024-01-04 00:13:40 +00:00 (Migrated from github.com)

Bumps socket.io from 4.7.2 to 4.7.3.

Release notes

Sourced from socket.io's releases.

4.7.3

Bug Fixes

  • return the first response when broadcasting to a single socket (#4878) (df8e70f)
  • typings: allow to bind to a non-secure Http2Server (#4853) (8c9ebc3)

Links

Changelog

Sourced from socket.io's changelog.

4.7.3 (2024-01-03)

Bug Fixes

  • return the first response when broadcasting to a single socket (#4878) (df8e70f)
  • typings: allow to bind to a non-secure Http2Server (#4853) (8c9ebc3)

Dependencies

Commits
  • 0d89319 chore(release): 4.7.3
  • df8e70f fix: return the first response when broadcasting to a single socket (#4878)
  • 8c9ebc3 fix(typings): allow to bind to a non-secure Http2Server (#4853)
  • efb5c21 docs(examples): add Vue client with CRUD example
  • 3848280 docs(examples): upgrade basic-crud-application to Angular v17
  • 9a2a83f refactor: cleanup after merge
  • f6ef267 refactor(typings): improve emit types (#4817)
  • 1cdf36b test: build examples in the CI (#3856)
  • bbf1fdc docs: add Elephant.IO as PHP client library (#4779)
  • b4dc83e docs(examples): add codesandbox configuration
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.2 to 4.7.3. <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.3</h2> <h3>Bug Fixes</h3> <ul> <li>return the first response when broadcasting to a single socket (<a href="https://redirect.github.com/socketio/socket.io/issues/4878">#4878</a>) (<a href="https://github.com/socketio/socket.io/commit/df8e70f79822e3887b4f21ca718af8a53bbda2c4">df8e70f</a>)</li> <li><strong>typings:</strong> allow to bind to a non-secure Http2Server (<a href="https://redirect.github.com/socketio/socket.io/issues/4853">#4853</a>) (<a href="https://github.com/socketio/socket.io/commit/8c9ebc30e5452ff9381af5d79f547394fa55633c">8c9ebc3</a>)</li> </ul> <h4>Links</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.7.2...4.7.3">https://github.com/socketio/socket.io/compare/4.7.2...4.7.3</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.7.3">4.7.3</a></li> <li><a href="https://github.com/socketio/engine.io/releases/tag/6.5.2"><code>engine.io@~6.5.2</code></a> (no change)</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.2...4.7.3">4.7.3</a> (2024-01-03)</h2> <h3>Bug Fixes</h3> <ul> <li>return the first response when broadcasting to a single socket (<a href="https://redirect.github.com/socketio/socket.io/issues/4878">#4878</a>) (<a href="https://github.com/socketio/socket.io/commit/df8e70f79822e3887b4f21ca718af8a53bbda2c4">df8e70f</a>)</li> <li><strong>typings:</strong> allow to bind to a non-secure Http2Server (<a href="https://redirect.github.com/socketio/socket.io/issues/4853">#4853</a>) (<a href="https://github.com/socketio/socket.io/commit/8c9ebc30e5452ff9381af5d79f547394fa55633c">8c9ebc3</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> (no change)</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/0d893196f8e86ccba3a7a1ab728d00593d7aa238"><code>0d89319</code></a> chore(release): 4.7.3</li> <li><a href="https://github.com/socketio/socket.io/commit/df8e70f79822e3887b4f21ca718af8a53bbda2c4"><code>df8e70f</code></a> fix: return the first response when broadcasting to a single socket (<a href="https://redirect.github.com/socketio/socket.io/issues/4878">#4878</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/8c9ebc30e5452ff9381af5d79f547394fa55633c"><code>8c9ebc3</code></a> fix(typings): allow to bind to a non-secure Http2Server (<a href="https://redirect.github.com/socketio/socket.io/issues/4853">#4853</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/efb5c21e856f114f7366ec17282ab686ff06c24c"><code>efb5c21</code></a> docs(examples): add Vue client with CRUD example</li> <li><a href="https://github.com/socketio/socket.io/commit/3848280125f35768e74be4d778d7b55acf82f7df"><code>3848280</code></a> docs(examples): upgrade basic-crud-application to Angular v17</li> <li><a href="https://github.com/socketio/socket.io/commit/9a2a83fdd42faa840d4f11fd223349e5d8e4d52c"><code>9a2a83f</code></a> refactor: cleanup after merge</li> <li><a href="https://github.com/socketio/socket.io/commit/f6ef267b035a4db49b7d0fce438ca5c5b686f547"><code>f6ef267</code></a> refactor(typings): improve emit types (<a href="https://redirect.github.com/socketio/socket.io/issues/4817">#4817</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/1cdf36bfea581b2de00da94172637cecf4208ad6"><code>1cdf36b</code></a> test: build examples in the CI (<a href="https://redirect.github.com/socketio/socket.io/issues/3856">#3856</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/bbf1fdc7a62be13c68f3061e7618cef99c2ec053"><code>bbf1fdc</code></a> docs: add Elephant.IO as PHP client library (<a href="https://redirect.github.com/socketio/socket.io/issues/4779">#4779</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/b4dc83eb9b85e26f09f25e1b5320fe3f49b521d3"><code>b4dc83e</code></a> docs(examples): add codesandbox configuration</li> <li>Additional commits viewable in <a href="https://github.com/socketio/socket.io/compare/4.7.2...4.7.3">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.2&new-version=4.7.3)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 2024-01-04 00:13:41 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 49f9ef0
Status:   Deploy successful!
Preview URL: https://70f283d8.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-sock-bjfu.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>49f9ef0</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://70f283d8.powertools.pages.dev'>https://70f283d8.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-sock-bjfu.powertools.pages.dev'>https://dependabot-npm-and-yarn-sock-bjfu.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/70f283d8-a785-4aca-a8bc-b1b864258885)
This repo is archived. You cannot comment on pull requests.
No description provided.