[PR #1414] [CLOSED] chore(deps): bump socket.io-client from 3.0.4 to 3.0.5 #3300

Closed
opened 2026-03-17 00:55:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1414
Author: @dependabot[bot]
Created: 1/6/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/socket.io-client-3.0.5


📝 Commits (1)

  • f88d47a chore(deps): bump socket.io-client from 3.0.4 to 3.0.5

📊 Changes

2 files changed (+32 additions, -38 deletions)

View changed files

📝 package-lock.json (+31 -37)
📝 package.json (+1 -1)

📄 Description

Bumps socket.io-client from 3.0.4 to 3.0.5.

Release notes

Sourced from socket.io-client's releases.

3.0.5

Bug Fixes

  • emit a connect_error event upon connection failure (53c7374)
  • typings: make sendBuffer and receiveBuffer public (b83f89c)

Links:

Changelog

Sourced from socket.io-client's changelog.

3.0.5 (2021-01-05)

Bug Fixes

  • emit a connect_error event upon connection failure (53c7374)
  • typings: make sendBuffer and receiveBuffer public (b83f89c)
Commits
  • bcdd3be chore(release): 3.0.5
  • cf9fc35 chore: bump debug version
  • 53c7374 fix: emit a connect_error event upon connection failure
  • b83f89c fix(typings): make sendBuffer and receiveBuffer public
  • 8c08c5d refactor: remove global polyfill from webpack config
  • 2874d5f chore: update GitHub issue templates
  • 7bc7a7b refactor: switch to native javascript bind (#1423)
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1414 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/6/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/socket.io-client-3.0.5` --- ### 📝 Commits (1) - [`f88d47a`](https://github.com/hoppscotch/hoppscotch/commit/f88d47aa10d846f9c70288f316689a52f6a08b3e) chore(deps): bump socket.io-client from 3.0.4 to 3.0.5 ### 📊 Changes **2 files changed** (+32 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+31 -37) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 3.0.4 to 3.0.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>3.0.5</h2> <h3>Bug Fixes</h3> <ul> <li>emit a connect_error event upon connection failure (<a href="https://github.com/socketio/socket.io-client/commit/53c73749a829b2c98d9a5e45c48f0ae5a22c056c">53c7374</a>)</li> <li><strong>typings:</strong> make sendBuffer and receiveBuffer public (<a href="https://github.com/socketio/socket.io-client/commit/b83f89c901e82e06f66cbda4124cf739d2bb01c3">b83f89c</a>)</li> </ul> <h4>Links:</h4> <ul> <li>Milestone: -</li> <li>Diff: <a href="https://github.com/socketio/socket.io-client/compare/3.0.4...3.0.5">https://github.com/socketio/socket.io-client/compare/3.0.4...3.0.5</a></li> <li>Server release: <a href="https://github.com/socketio/socket.io/releases/tag/3.0.5">3.0.5</a></li> <li>engine.io-client version: <code>~4.0.6</code></li> <li>ws version: <code>~7.4.2</code></li> <li>Build size <ul> <li><code>socket.io.min.js</code>: <code>60 KB (- 0.4 KB)</code></li> <li><code>socket.io.msgpack.min.js</code>: <code>61.1 KB (- 0.3 KB)</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md">socket.io-client's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/socketio/socket.io-client/compare/3.0.4...3.0.5">3.0.5</a> (2021-01-05)</h2> <h3>Bug Fixes</h3> <ul> <li>emit a connect_error event upon connection failure (<a href="https://github.com/socketio/socket.io-client/commit/53c73749a829b2c98d9a5e45c48f0ae5a22c056c">53c7374</a>)</li> <li><strong>typings:</strong> make sendBuffer and receiveBuffer public (<a href="https://github.com/socketio/socket.io-client/commit/b83f89c901e82e06f66cbda4124cf739d2bb01c3">b83f89c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/socketio/socket.io-client/commit/bcdd3bef855313c5a252cfc8eb80aeeb834a99f9"><code>bcdd3be</code></a> chore(release): 3.0.5</li> <li><a href="https://github.com/socketio/socket.io-client/commit/cf9fc358365cc15a41260a51dc186c881bf086ca"><code>cf9fc35</code></a> chore: bump debug version</li> <li><a href="https://github.com/socketio/socket.io-client/commit/53c73749a829b2c98d9a5e45c48f0ae5a22c056c"><code>53c7374</code></a> fix: emit a connect_error event upon connection failure</li> <li><a href="https://github.com/socketio/socket.io-client/commit/b83f89c901e82e06f66cbda4124cf739d2bb01c3"><code>b83f89c</code></a> fix(typings): make sendBuffer and receiveBuffer public</li> <li><a href="https://github.com/socketio/socket.io-client/commit/8c08c5d5c3bd6dd5477ca11a2625314da57724cc"><code>8c08c5d</code></a> refactor: remove global polyfill from webpack config</li> <li><a href="https://github.com/socketio/socket.io-client/commit/2874d5f9721f3cc6680004fac8972bce615cd328"><code>2874d5f</code></a> chore: update GitHub issue templates</li> <li><a href="https://github.com/socketio/socket.io-client/commit/7bc7a7b62464e12399fc5621fb88724988ad85ad"><code>7bc7a7b</code></a> refactor: switch to native javascript bind (<a href="https://github-redirect.dependabot.com/socketio/socket.io-client/issues/1423">#1423</a>)</li> <li>See full diff in <a href="https://github.com/socketio/socket.io-client/compare/3.0.4...3.0.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=3.0.4&new-version=3.0.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:55:30 +03:00
Sign in to join this conversation.
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
starred/hoppscotch#3300
No description provided.