[PR #1335] [CLOSED] Bump socket.io-client from 3.0.2 to 3.0.3 #3243

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/1335
Author: @dependabot[bot]
Created: 11/20/2020
Status: Closed

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


📝 Commits (1)

  • d76cd01 Bump socket.io-client from 3.0.2 to 3.0.3

📊 Changes

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

View changed files

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

📄 Description

Bumps socket.io-client from 3.0.2 to 3.0.3.

Release notes

Sourced from socket.io-client's releases.

3.0.3

Bug Fixes

  • properly export io in ES modules wrapper (bec1524)

Links:

Changelog

Sourced from socket.io-client's changelog.

3.0.3 (2020-11-19)

Bug Fixes

  • properly export io in ES modules wrapper (bec1524)
Commits
  • 66e4fdf chore(release): 3.0.3
  • e2a4c56 chore: cleanup dist folder before compilation
  • bec1524 fix: properly export io in ES modules wrapper
  • 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/1335 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/20/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/socket.io-client-3.0.3` --- ### 📝 Commits (1) - [`d76cd01`](https://github.com/hoppscotch/hoppscotch/commit/d76cd01dc7ef1d0e4e1410e7800c006b836f9735) Bump socket.io-client from 3.0.2 to 3.0.3 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 3.0.2 to 3.0.3. <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.3</h2> <h3>Bug Fixes</h3> <ul> <li>properly export io in ES modules wrapper (<a href="https://github.com/socketio/socket.io-client/commit/bec15240ea67e9d296ac94093974d7d831239e8d">bec1524</a>)</li> </ul> <h4>Links:</h4> <ul> <li>Milestone: -</li> <li>Diff: <a href="https://github.com/socketio/socket.io-client/compare/3.0.2...3.0.3">https://github.com/socketio/socket.io-client/compare/3.0.2...3.0.3</a></li> <li>Server release: <a href="https://github.com/socketio/socket.io/releases/tag/3.0.3">3.0.3</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</code></li> <li><code>socket.io.msgpack.min.js</code>: <code>61.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.2...3.0.3">3.0.3</a> (2020-11-19)</h2> <h3>Bug Fixes</h3> <ul> <li>properly export io in ES modules wrapper (<a href="https://github.com/socketio/socket.io-client/commit/bec15240ea67e9d296ac94093974d7d831239e8d">bec1524</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/socketio/socket.io-client/commit/66e4fdf2e68860c7a3089bab86b512e977a9cf65"><code>66e4fdf</code></a> chore(release): 3.0.3</li> <li><a href="https://github.com/socketio/socket.io-client/commit/e2a4c56709723443a6e4ac55fcb964b348dbba3f"><code>e2a4c56</code></a> chore: cleanup dist folder before compilation</li> <li><a href="https://github.com/socketio/socket.io-client/commit/bec15240ea67e9d296ac94093974d7d831239e8d"><code>bec1524</code></a> fix: properly export io in ES modules wrapper</li> <li>See full diff in <a href="https://github.com/socketio/socket.io-client/compare/3.0.2...3.0.3">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.2&new-version=3.0.3)](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#3243
No description provided.