Bump socket.io-client from 4.7.2 to 4.7.5 #11

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/socket.io-client-4.7.5 into main
dependabot[bot] commented 2024-08-13 13:15:54 +02:00 (Migrated from github.com)

Bumps socket.io-client from 4.7.2 to 4.7.5.

Release notes

Sourced from socket.io-client's releases.

4.7.5

Bug Fixes

  • discard acknowledgements upon disconnection (34cbfbb)

Links

4.7.4

There were some minor bug fixes on the server side, which mandate a client bump.

Links

4.7.3

Bug Fixes

  • improve compatibility with node16 module resolution (#1595) (605de78)
  • typings: accept string | undefined as init argument (5a3eafe)
  • typings: fix the type of the socket#id attribute (f9c16f2)

Links

Changelog

Sourced from socket.io-client's changelog.

4.7.5 (2024-03-14)

Bug Fixes

  • discard acknowledgements upon disconnection (34cbfbb)

Dependencies

4.7.4 (2024-01-12)

There were some minor bug fixes on the server side, which mandate a client bump.

Dependencies

4.7.3 (2024-01-03)

Bug Fixes

  • improve compatibility with node16 module resolution (#1595) (605de78)
  • typings: accept string | undefined as init argument (5a3eafe)
  • typings: fix the type of the socket#id attribute (f9c16f2)

Dependencies

Commits
  • 4f6030f chore(release): 4.7.5
  • 34cbfbb fix: discard acknowledgements upon disconnection
  • 8cfea8c chore(release): 4.7.4
  • ca5d50e chore(release): 4.7.3
  • f9c16f2 fix(typings): fix the type of the socket#id attribute
  • b3f0cab ci: add Node.js 20 in the test matrix
  • 5a3eafe fix(typings): accept string | undefined as init argument
  • 605de78 fix: improve compatibility with node16 module resolution (#1595)
  • d00ccd2 ci: bump appiumVersion for Android tests in SauceLabs
  • 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-client](https://github.com/socketio/socket.io-client) from 4.7.2 to 4.7.5. <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.5</h2> <h3>Bug Fixes</h3> <ul> <li>discard acknowledgements upon disconnection (<a href="https://github.com/socketio/socket.io-client/commit/34cbfbb532ae333f4dd034138e8f87cb80a8e382">34cbfbb</a>)</li> </ul> <h3>Links</h3> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io-client/compare/4.7.4...4.7.5">https://github.com/socketio/socket.io-client/compare/4.7.4...4.7.5</a></li> <li>Server release: <a href="https://github.com/socketio/socket.io/releases/tag/4.7.5">4.7.5</a></li> <li><a href="https://github.com/socketio/engine.io-client/releases/tag/6.5.2"><code>engine.io-client@~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> <h2>4.7.4</h2> <p>There were some minor bug fixes on the server side, which mandate a client bump.</p> <h3>Links</h3> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io-client/compare/4.7.3...4.7.4">https://github.com/socketio/socket.io-client/compare/4.7.3...4.7.4</a></li> <li>Server release: <a href="https://github.com/socketio/socket.io/releases/tag/4.7.4">4.7.4</a></li> <li><a href="https://github.com/socketio/engine.io-client/releases/tag/6.5.2"><code>engine.io-client@~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> <h2>4.7.3</h2> <h3>Bug Fixes</h3> <ul> <li>improve compatibility with node16 module resolution (<a href="https://redirect.github.com/socketio/socket.io-client/issues/1595">#1595</a>) (<a href="https://github.com/socketio/socket.io-client/commit/605de78d2cd7303bf25d9e2146e2b707dbf63d4f">605de78</a>)</li> <li><strong>typings:</strong> accept string | undefined as init argument (<a href="https://github.com/socketio/socket.io-client/commit/5a3eafed1c4118ac3a06ec81a24491eec7d0655f">5a3eafe</a>)</li> <li><strong>typings:</strong> fix the type of the socket#id attribute (<a href="https://github.com/socketio/socket.io-client/commit/f9c16f226512fc8a8df461e3a07e392720462165">f9c16f2</a>)</li> </ul> <h3>Links</h3> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.3">https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.3</a></li> <li>Server release: <a href="https://github.com/socketio/socket.io/releases/tag/4.7.3">4.7.3</a></li> <li><a href="https://github.com/socketio/engine.io-client/releases/tag/6.5.2"><code>engine.io-client@~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-client/blob/4.7.5/CHANGELOG.md">socket.io-client's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/socketio/socket.io-client/compare/4.7.4...4.7.5">4.7.5</a> (2024-03-14)</h2> <h3>Bug Fixes</h3> <ul> <li>discard acknowledgements upon disconnection (<a href="https://github.com/socketio/socket.io-client/commit/34cbfbb532ae333f4dd034138e8f87cb80a8e382">34cbfbb</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/socketio/engine.io-client/releases/tag/6.5.2"><code>engine.io-client@~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> <h2><a href="https://github.com/socketio/socket.io-client/compare/4.7.3...4.7.4">4.7.4</a> (2024-01-12)</h2> <p>There were some minor bug fixes on the server side, which mandate a client bump.</p> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/socketio/engine.io-client/releases/tag/6.5.2"><code>engine.io-client@~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> <h2><a href="https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.3">4.7.3</a> (2024-01-03)</h2> <h3>Bug Fixes</h3> <ul> <li>improve compatibility with node16 module resolution (<a href="https://redirect.github.com/socketio/socket.io-client/issues/1595">#1595</a>) (<a href="https://github.com/socketio/socket.io-client/commit/605de78d2cd7303bf25d9e2146e2b707dbf63d4f">605de78</a>)</li> <li><strong>typings:</strong> accept string | undefined as init argument (<a href="https://github.com/socketio/socket.io-client/commit/5a3eafed1c4118ac3a06ec81a24491eec7d0655f">5a3eafe</a>)</li> <li><strong>typings:</strong> fix the type of the socket#id attribute (<a href="https://github.com/socketio/socket.io-client/commit/f9c16f226512fc8a8df461e3a07e392720462165">f9c16f2</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/socketio/engine.io-client/releases/tag/6.5.2"><code>engine.io-client@~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-client/commit/4f6030f2c4394bc51d63fe27ed3310d95b9e0a74"><code>4f6030f</code></a> chore(release): 4.7.5</li> <li><a href="https://github.com/socketio/socket.io-client/commit/34cbfbb532ae333f4dd034138e8f87cb80a8e382"><code>34cbfbb</code></a> fix: discard acknowledgements upon disconnection</li> <li><a href="https://github.com/socketio/socket.io-client/commit/8cfea8c30b113b0b6987976af9243cba6f537f30"><code>8cfea8c</code></a> chore(release): 4.7.4</li> <li><a href="https://github.com/socketio/socket.io-client/commit/ca5d50ebacc5bfbfdbbd04a7f180cbeda54e72c4"><code>ca5d50e</code></a> chore(release): 4.7.3</li> <li><a href="https://github.com/socketio/socket.io-client/commit/f9c16f226512fc8a8df461e3a07e392720462165"><code>f9c16f2</code></a> fix(typings): fix the type of the socket#id attribute</li> <li><a href="https://github.com/socketio/socket.io-client/commit/b3f0cab1a0dc101a8aa6a23dc779758019b38a23"><code>b3f0cab</code></a> ci: add Node.js 20 in the test matrix</li> <li><a href="https://github.com/socketio/socket.io-client/commit/5a3eafed1c4118ac3a06ec81a24491eec7d0655f"><code>5a3eafe</code></a> fix(typings): accept string | undefined as init argument</li> <li><a href="https://github.com/socketio/socket.io-client/commit/605de78d2cd7303bf25d9e2146e2b707dbf63d4f"><code>605de78</code></a> fix: improve compatibility with node16 module resolution (<a href="https://redirect.github.com/socketio/socket.io-client/issues/1595">#1595</a>)</li> <li><a href="https://github.com/socketio/socket.io-client/commit/d00ccd253d3053eddf9d8deda329ab930cbcff3b"><code>d00ccd2</code></a> ci: bump appiumVersion for Android tests in SauceLabs</li> <li>See full diff in <a href="https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.5">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.2&new-version=4.7.5)](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>
dependabot[bot] commented 2024-09-23 19:07:27 +02:00 (Migrated from github.com)

Superseded by #25.

Superseded by #25.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ThunderNetworkRaD/tn-api.js#11
No description provided.