Bump socket.io from 4.7.3 to 4.7.4 #177

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/socket.io-4.7.4 into main 2024-01-15 13:20:47 +00:00
dependabot[bot] commented 2024-01-15 01:06:49 +00:00 (Migrated from github.com)

Bumps socket.io from 4.7.3 to 4.7.4.

Release notes

Sourced from socket.io's releases.

4.7.4

Bug Fixes

  • typings: calling io.emit with no arguments incorrectly errored (cb6d2e0), closes #4914

Links

Changelog

Sourced from socket.io's changelog.

4.7.4 (2024-01-12)

Bug Fixes

  • typings: calling io.emit with no arguments incorrectly errored (cb6d2e0), closes #4914

Dependencies

Commits
  • 6ab2509 chore(release): 4.7.4
  • d9fb2f6 chore(tests): add a test for noArgs in a namespace
  • 2c0a81c chore(tests): fix issues due to client#id type change
  • f8d2644 chore(tests): add type defs for expectjs and fix invalid expectations
  • 04640d6 chore(tests): indicate a future ts error with version
  • cb6d2e0 fix(typings): calling io.emit with no arguments incorrectly errored
  • 80b2c34 chore: bump socket.io-client version
  • 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 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.3 to 4.7.4. <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.4</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> calling io.emit with no arguments incorrectly errored (<a href="https://github.com/socketio/socket.io/commit/cb6d2e02aa7ec03c2de1817d35cffa1128b107ef">cb6d2e0</a>), closes <a href="https://redirect.github.com/socketio/socket.io/issues/4914">#4914</a></li> </ul> <h4>Links</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.7.3...4.7.4">https://github.com/socketio/socket.io/compare/4.7.3...4.7.4</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.7.4">4.7.4</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.3...4.7.4">4.7.4</a> (2024-01-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> calling io.emit with no arguments incorrectly errored (<a href="https://github.com/socketio/socket.io/commit/cb6d2e02aa7ec03c2de1817d35cffa1128b107ef">cb6d2e0</a>), closes <a href="https://redirect.github.com/socketio/socket.io/issues/4914">#4914</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/6ab2509d529d438e25b6c3a701444aa6585fa153"><code>6ab2509</code></a> chore(release): 4.7.4</li> <li><a href="https://github.com/socketio/socket.io/commit/d9fb2f64b618af2d50adae83b17d6d757b05600a"><code>d9fb2f6</code></a> chore(tests): add a test for noArgs in a namespace</li> <li><a href="https://github.com/socketio/socket.io/commit/2c0a81cd8737388f92a87afe51deb1e92b4aba45"><code>2c0a81c</code></a> chore(tests): fix issues due to client#id type change</li> <li><a href="https://github.com/socketio/socket.io/commit/f8d2644921cdcaf877d07d68a2ad61c13d586663"><code>f8d2644</code></a> chore(tests): add type defs for expectjs and fix invalid expectations</li> <li><a href="https://github.com/socketio/socket.io/commit/04640d68cfd0469c04ecce63b86801625402c691"><code>04640d6</code></a> chore(tests): indicate a future ts error with version</li> <li><a href="https://github.com/socketio/socket.io/commit/cb6d2e02aa7ec03c2de1817d35cffa1128b107ef"><code>cb6d2e0</code></a> fix(typings): calling io.emit with no arguments incorrectly errored</li> <li><a href="https://github.com/socketio/socket.io/commit/80b2c34478892e266abdc22318cf993ac4efef22"><code>80b2c34</code></a> chore: bump socket.io-client version</li> <li>See full diff in <a href="https://github.com/socketio/socket.io/compare/4.7.3...4.7.4">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.3&new-version=4.7.4)](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-15 01:06:51 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8b3a106
Status:   Deploy successful!
Preview URL: https://e759bd84.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-sock-7psf.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>8b3a106</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://e759bd84.powertools.pages.dev'>https://e759bd84.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-sock-7psf.powertools.pages.dev'>https://dependabot-npm-and-yarn-sock-7psf.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/e759bd84-51b4-4bfe-b3d0-4fcc137f622f)
This repo is archived. You cannot comment on pull requests.
No description provided.