[PR #1321] [CLOSED] Bump socket.io-client from 2.3.1 to 3.0.0 #3231

Closed
opened 2026-03-17 00:51:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1321
Author: @dependabot[bot]
Created: 11/6/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/socket.io-client-3.0.0


📝 Commits (1)

  • a1ebdf1 Bump socket.io-client from 2.3.1 to 3.0.0

📊 Changes

2 files changed (+41 additions, -96 deletions)

View changed files

📝 package-lock.json (+40 -95)
📝 package.json (+1 -1)

📄 Description

Bumps socket.io-client from 2.3.1 to 3.0.0.

Release notes

Sourced from socket.io-client's releases.

3.0.0-rc4

Features

  • emit an Error object upon middleware error (0939395)

Links:

3.0.0-rc3

Code Refactoring

  • rename ERROR to CONNECT_ERROR (13e1db7)

Features

  • add bundle with msgpack parser (71d6048)
  • add support for catch-all listeners (55f464f)
  • add volatile events (7ddad2c)

Links:

3.0.0-rc2

Features

  • move binary detection back to the parser (1789094)

BREAKING CHANGES

... (truncated)

Changelog

Sourced from socket.io-client's changelog.

3.0.0 (2020-11-05)

Code Refactoring

  • rename ERROR to CONNECT_ERROR (13e1db7)

Features

  • emit an Error object upon middleware error (0939395)
  • add bundle with msgpack parser (71d6048)
  • add support for catch-all listeners (55f464f)
  • add volatile events (7ddad2c)
  • move binary detection back to the parser (1789094)
  • add ES6 module export (cbabb03)
  • do not reuse the Engine.IO id (bbe94ad)
  • remove the implicit connection to the default namespace (249e0be)
  • split the events of the Manager and Socket (132f8ec)
  • throw upon reserved event names (6494f61)

BREAKING CHANGES

  • the Socket instance will now emit a "connect_error" event instead of "error" (which is not a reserved event anymore)
// before
socket.on("error", () => {});

// after socket.on("connect_error", () => {});

  • the Socket#binary() method is removed, as this use case is now covered by the ability to provide your own parser.

  • the Socket instance will no longer forward the events of its Manager

Those events can still be accessed on the Manager instance though:

socket.io.on("reconnect", () => {
  // ...
});

3.0.0-rc4 (2020-10-30)

Features

  • emit an Error object upon middleware error (0939395)

... (truncated)

Commits
  • b7e07ba chore(release): 3.0.0
  • ffa2804 chore(release): 3.0.0-rc4
  • 0939395 feat: emit an Error object upon middleware error
  • 969debe refactor: rework of the Manager events
  • a9127ce chore(release): 3.0.0-rc3
  • 13e1db7 refactor: rename ERROR to CONNECT_ERROR
  • 55f464f feat: add support for catch-all listeners
  • 71d6048 feat: add bundle with msgpack parser
  • f3cbe98 refactor: additional typings
  • 7ddad2c feat: add volatile events
  • 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 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/1321 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/6/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/socket.io-client-3.0.0` --- ### 📝 Commits (1) - [`a1ebdf1`](https://github.com/hoppscotch/hoppscotch/commit/a1ebdf165c8979bd2415dee6b99f4bb4c1025611) Bump socket.io-client from 2.3.1 to 3.0.0 ### 📊 Changes **2 files changed** (+41 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+40 -95) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 2.3.1 to 3.0.0. <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.0-rc4</h2> <h3>Features</h3> <ul> <li>emit an Error object upon middleware error (<a href="https://github.com/socketio/socket.io-client/commit/09393952e3397a0c71f239ea983f8ec1623b7c21">0939395</a>)</li> </ul> <h4>Links:</h4> <ul> <li>Milestone: <a href="https://github.com/socketio/socket.io-client/milestone/18">3.0.0</a></li> <li>Diff: <a href="https://github.com/socketio/socket.io-client/compare/3.0.0-rc3...3.0.0-rc4">https://github.com/socketio/socket.io-client/compare/3.0.0-rc3...3.0.0-rc4</a></li> <li>Server release: <a href="https://github.com/socketio/socket.io/releases/tag/3.0.0-rc4">3.0.0-rc4</a></li> <li>engine.io-client version: <code>~4.0.0</code></li> <li>ws version: <code>~6.1.0</code></li> <li>Build size <ul> <li><code>socket.io.min.js</code>: <code>60.7 KB (-0.1 KB)</code></li> <li><code>socket.io.msgpack.min.js</code>: <code>61.8 KB (-0.2 KB)</code></li> </ul> </li> </ul> <h2>3.0.0-rc3</h2> <h3>Code Refactoring</h3> <ul> <li>rename ERROR to CONNECT_ERROR (<a href="https://github.com/socketio/socket.io-client/commit/13e1db7c94291c583d843beaa9e06ee041ae4f26">13e1db7</a>)</li> </ul> <h3>Features</h3> <ul> <li>add bundle with msgpack parser (<a href="https://github.com/socketio/socket.io-client/commit/71d60480af9ea06d22792540dafb18a76e9362e7">71d6048</a>)</li> <li>add support for catch-all listeners (<a href="https://github.com/socketio/socket.io-client/commit/55f464f59ed523fa1c1948ec10752bfdf808262d">55f464f</a>)</li> <li>add volatile events (<a href="https://github.com/socketio/socket.io-client/commit/7ddad2c09dea0391b20378ef03b40040f0230d3e">7ddad2c</a>)</li> </ul> <h4>Links:</h4> <ul> <li>Milestone: <a href="https://github.com/socketio/socket.io-client/milestone/18">3.0.0</a></li> <li>Diff: <a href="https://github.com/socketio/socket.io-client/compare/3.0.0-rc2...3.0.0-rc3">https://github.com/socketio/socket.io-client/compare/3.0.0-rc2...3.0.0-rc3</a></li> <li>Server release: <a href="https://github.com/socketio/socket.io/releases/tag/3.0.0-rc3">3.0.0-rc3</a></li> <li>engine.io-client version: <code>~4.0.0</code></li> <li>ws version: <code>~6.1.0</code></li> <li>Build size <ul> <li><code>socket.io.min.js</code>: <code>60.8 KB (+ 1.1 KB)</code></li> <li><code>socket.io.msgpack.min.js</code>: <code>62 KB</code></li> </ul> </li> </ul> <h2>3.0.0-rc2</h2> <h3>Features</h3> <ul> <li>move binary detection back to the parser (<a href="https://github.com/socketio/socket.io-client/commit/178909471a3dd232e71cba83b729b4cc66f1412f">1789094</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h1><a href="https://github.com/socketio/socket.io-client/compare/2.3.1...3.0.0">3.0.0</a> (2020-11-05)</h1> <h3>Code Refactoring</h3> <ul> <li>rename ERROR to CONNECT_ERROR (<a href="https://github.com/socketio/socket.io-client/commit/13e1db7c94291c583d843beaa9e06ee041ae4f26">13e1db7</a>)</li> </ul> <h3>Features</h3> <ul> <li>emit an Error object upon middleware error (<a href="https://github.com/socketio/socket.io-client/commit/09393952e3397a0c71f239ea983f8ec1623b7c21">0939395</a>)</li> <li>add bundle with msgpack parser (<a href="https://github.com/socketio/socket.io-client/commit/71d60480af9ea06d22792540dafb18a76e9362e7">71d6048</a>)</li> <li>add support for catch-all listeners (<a href="https://github.com/socketio/socket.io-client/commit/55f464f59ed523fa1c1948ec10752bfdf808262d">55f464f</a>)</li> <li>add volatile events (<a href="https://github.com/socketio/socket.io-client/commit/7ddad2c09dea0391b20378ef03b40040f0230d3e">7ddad2c</a>)</li> <li>move binary detection back to the parser (<a href="https://github.com/socketio/socket.io-client/commit/178909471a3dd232e71cba83b729b4cc66f1412f">1789094</a>)</li> <li>add ES6 module export (<a href="https://github.com/socketio/socket.io-client/commit/cbabb0308ef4f7d302654755e08fe2103b9f22c8">cbabb03</a>)</li> <li>do not reuse the Engine.IO id (<a href="https://github.com/socketio/socket.io-client/commit/bbe94adb822a306c6272e977d394e3e203cae25d">bbe94ad</a>)</li> <li>remove the implicit connection to the default namespace (<a href="https://github.com/socketio/socket.io-client/commit/249e0bef9071e7afd785485961c4eef0094254e8">249e0be</a>)</li> <li>split the events of the Manager and Socket (<a href="https://github.com/socketio/socket.io-client/commit/132f8ec918a596eec872aee0c61d4ce63714c400">132f8ec</a>)</li> <li>throw upon reserved event names (<a href="https://github.com/socketio/socket.io-client/commit/6494f61be0d38d267d77c30ea4f43941f97b1bc0">6494f61</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the Socket instance will now emit a &quot;connect_error&quot; event instead of &quot;error&quot; (which is not a reserved event anymore)</li> </ul> <pre lang="js"><code>// before socket.on(&quot;error&quot;, () =&gt; {}); <p>// after socket.on(&quot;connect_error&quot;, () =&gt; {}); </code></pre></p> <ul> <li> <p>the Socket#binary() method is removed, as this use case is now covered by the ability to provide your own parser.</p> </li> <li> <p>the Socket instance will no longer forward the events of its Manager</p> </li> </ul> <p>Those events can still be accessed on the Manager instance though:</p> <pre lang="js"><code>socket.io.on(&quot;reconnect&quot;, () =&gt; { // ... }); </code></pre> <h1><a href="https://github.com/socketio/socket.io-client/compare/3.0.0-rc3...3.0.0-rc4">3.0.0-rc4</a> (2020-10-30)</h1> <h3>Features</h3> <ul> <li>emit an Error object upon middleware error (<a href="https://github.com/socketio/socket.io-client/commit/09393952e3397a0c71f239ea983f8ec1623b7c21">0939395</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/socketio/socket.io-client/commit/b7e07ba633ceb9c1dc94cc894c10b9bfca536c7a"><code>b7e07ba</code></a> chore(release): 3.0.0</li> <li><a href="https://github.com/socketio/socket.io-client/commit/ffa280450d4037e40070da484856c9e30b969cfa"><code>ffa2804</code></a> chore(release): 3.0.0-rc4</li> <li><a href="https://github.com/socketio/socket.io-client/commit/09393952e3397a0c71f239ea983f8ec1623b7c21"><code>0939395</code></a> feat: emit an Error object upon middleware error</li> <li><a href="https://github.com/socketio/socket.io-client/commit/969debe88ce23a77b6341a8eb263a2d4d6f9d34d"><code>969debe</code></a> refactor: rework of the Manager events</li> <li><a href="https://github.com/socketio/socket.io-client/commit/a9127cee83ff2a178e7258c51e3e62016ba5ad9a"><code>a9127ce</code></a> chore(release): 3.0.0-rc3</li> <li><a href="https://github.com/socketio/socket.io-client/commit/13e1db7c94291c583d843beaa9e06ee041ae4f26"><code>13e1db7</code></a> refactor: rename ERROR to CONNECT_ERROR</li> <li><a href="https://github.com/socketio/socket.io-client/commit/55f464f59ed523fa1c1948ec10752bfdf808262d"><code>55f464f</code></a> feat: add support for catch-all listeners</li> <li><a href="https://github.com/socketio/socket.io-client/commit/71d60480af9ea06d22792540dafb18a76e9362e7"><code>71d6048</code></a> feat: add bundle with msgpack parser</li> <li><a href="https://github.com/socketio/socket.io-client/commit/f3cbe983a166f53c465d20f22fdbcafe88acb820"><code>f3cbe98</code></a> refactor: additional typings</li> <li><a href="https://github.com/socketio/socket.io-client/commit/7ddad2c09dea0391b20378ef03b40040f0230d3e"><code>7ddad2c</code></a> feat: add volatile events</li> <li>Additional commits viewable in <a href="https://github.com/socketio/socket.io-client/compare/2.3.1...3.0.0">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=2.3.1&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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:51:58 +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#3231
No description provided.