[PR #1332] [MERGED] Bump socket.io-client from 3.0.1 to 3.0.2 #3242

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1332
Author: @dependabot[bot]
Created: 11/18/2020
Status: Merged
Merged: 11/18/2020
Merged by: @liyasthomas

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


📝 Commits (1)

  • 4d3964d Bump socket.io-client from 3.0.1 to 3.0.2

📊 Changes

2 files changed (+7 additions, -7 deletions)

View changed files

📝 package-lock.json (+6 -6)
📝 package.json (+1 -1)

📄 Description

Bumps socket.io-client from 3.0.1 to 3.0.2.

Release notes

Sourced from socket.io-client's releases.

3.0.2

Bug Fixes

  • typings: export withCredentials option (7193078)
  • typings: export ManagerOptions (#1398) (96cd2c9)
  • add io as named exports (7b3ec9f)

Links:

Changelog

Sourced from socket.io-client's changelog.

3.0.2 (2020-11-17)

Bug Fixes

  • typings: export withCredentials option (7193078)
  • typings: export ManagerOptions (#1398) (96cd2c9)
  • add io as named exports (7b3ec9f)
Commits

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/1332 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/18/2020 **Status:** ✅ Merged **Merged:** 11/18/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/socket.io-client-3.0.2` --- ### 📝 Commits (1) - [`4d3964d`](https://github.com/hoppscotch/hoppscotch/commit/4d3964daebddda26fb7604052db89446aac0fd14) Bump socket.io-client from 3.0.1 to 3.0.2 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -6) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 3.0.1 to 3.0.2. <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.2</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> export withCredentials option (<a href="https://github.com/socketio/socket.io-client/commit/719307801a2170f02d3a16ab52752ac219ca4b6e">7193078</a>)</li> <li><strong>typings:</strong> export ManagerOptions (<a href="https://github-redirect.dependabot.com/socketio/socket.io-client/issues/1398">#1398</a>) (<a href="https://github.com/socketio/socket.io-client/commit/96cd2c9ae4c48f9d2e6638ab26074277a3a6cf6b">96cd2c9</a>)</li> <li>add io as named exports (<a href="https://github.com/socketio/socket.io-client/commit/7b3ec9fad9df9d2f030f644a26fcd642bf2a91ab">7b3ec9f</a>)</li> </ul> <h4>Links:</h4> <ul> <li>Milestone: <a href="https://github.com/socketio/socket.io-client/milestone/20">3.0.2</a></li> <li>Diff: <a href="https://github.com/socketio/socket.io-client/compare/3.0.1...3.0.2">https://github.com/socketio/socket.io-client/compare/3.0.1...3.0.2</a></li> <li>Server release: <a href="https://github.com/socketio/socket.io/releases/tag/3.0.2">3.0.2</a></li> <li>engine.io-client version: <code>~4.0.0</code></li> <li>ws version: <code>~7.2.1</code></li> <li>Build size <ul> <li><code>socket.io.min.js</code>: <code>60.2 KB (-0.4 KB)</code></li> <li><code>socket.io.msgpack.min.js</code>: <code>61.3 KB (-0.4 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.1...3.0.2">3.0.2</a> (2020-11-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> export withCredentials option (<a href="https://github.com/socketio/socket.io-client/commit/719307801a2170f02d3a16ab52752ac219ca4b6e">7193078</a>)</li> <li><strong>typings:</strong> export ManagerOptions (<a href="https://github-redirect.dependabot.com/socketio/socket.io-client/issues/1398">#1398</a>) (<a href="https://github.com/socketio/socket.io-client/commit/96cd2c9ae4c48f9d2e6638ab26074277a3a6cf6b">96cd2c9</a>)</li> <li>add io as named exports (<a href="https://github.com/socketio/socket.io-client/commit/7b3ec9fad9df9d2f030f644a26fcd642bf2a91ab">7b3ec9f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/socketio/socket.io-client/commit/a883e3238e39a87b581c497c654628b101d06b48"><code>a883e32</code></a> chore(release): 3.0.2</li> <li><a href="https://github.com/socketio/socket.io-client/commit/719307801a2170f02d3a16ab52752ac219ca4b6e"><code>7193078</code></a> fix(typings): export withCredentials option</li> <li><a href="https://github.com/socketio/socket.io-client/commit/625d146f28376cea88aa8379891d02d845915154"><code>625d146</code></a> chore: bump engine.io-client version</li> <li><a href="https://github.com/socketio/socket.io-client/commit/7b3ec9fad9df9d2f030f644a26fcd642bf2a91ab"><code>7b3ec9f</code></a> fix: add io as named exports</li> <li><a href="https://github.com/socketio/socket.io-client/commit/96cd2c9ae4c48f9d2e6638ab26074277a3a6cf6b"><code>96cd2c9</code></a> fix(typings): export ManagerOptions (<a href="https://github-redirect.dependabot.com/socketio/socket.io-client/issues/1398">#1398</a>)</li> <li>See full diff in <a href="https://github.com/socketio/socket.io-client/compare/3.0.1...3.0.2">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.1&new-version=3.0.2)](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:52: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#3242
No description provided.