Skip to content

Bump socket.io-client from 3.0.1 to 4.3.2#271

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/socket.io-client-4.3.2
Closed

Bump socket.io-client from 3.0.1 to 4.3.2#271
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/socket.io-client-4.3.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps socket.io-client from 3.0.1 to 4.3.2.

Release notes

Sourced from socket.io-client's releases.

4.3.2

Bug Fixes

  • restore the default export (bis) (6780f29)

Links:

Size of the bundles:

min min+gzip
socket.io.min.js 40.0 KB (-) 13.0 KB (-)
socket.io.msgpack.min.js 45.2 KB (-) 14.2 KB (-)
socket.io.esm.min.js 32.8 KB (-) 11.1 KB (-)

4.3.1

Bug Fixes

  • restore the default export (f0aae84)
  • restore the namespace export (8737d0a)

Links:

Size of the bundles:

min min+gzip
socket.io.min.js 40.0 KB (+ 0.1 KB ⬆️) 13.0 KB (+ 0.1 KB ⬆️)
socket.io.msgpack.min.js 45.2 KB (+ 0.1 KB ⬆️) 14.2 KB (+ 0.1 KB ⬆️)
socket.io.esm.min.js 32.8 KB (+ 0.1 KB ⬆️) 11.1 KB (-)

4.3.0

An ESM bundle is now provided:

<script type="module">
  import { io } from "https://cdn.socket.io/4.3.0/socket.io.esm.min.js";
const socket = io();
</tr></table>

... (truncated)

Changelog

Sourced from socket.io-client's changelog.

4.3.2 (2021-10-16)

Bug Fixes

  • restore the default export (bis) (6780f29)

4.3.1 (2021-10-15)

Bug Fixes

  • restore the default export (f0aae84)
  • restore the namespace export (8737d0a)

4.3.0 (2021-10-14)

An ESM bundle is now provided:

<script type="module">
  import { io } from "https://cdn.socket.io/4.3.0/socket.io.esm.min.js";
const socket = io();
socket.emit("hello", "world");
</script>

Features

  • typings: add missing types for some emitter methods (#1502) (a9e5b85)
  • provide an ESM build with and without debug (16b6569)
  • migrate to rollup (0661564)

4.2.0 (2021-08-30)

Bug Fixes

  • typings: allow async listener in typed events (66e00b7)
  • allow to set randomizationFactor to 0 (#1447) (dfb46b5)

... (truncated)

Commits
  • da0b828 chore(release): 4.3.2
  • 6780f29 fix: restore the default export (bis)
  • ca614b2 chore(release): 4.3.1
  • f0aae84 fix: restore the default export
  • 8737d0a fix: restore the namespace export
  • c76d367 chore(release): 4.3.0
  • 91b948b refactor: move the typed events to @​socket.io/component-emitter
  • a9e5b85 feat(typings): add missing types for some emitter methods (#1502)
  • 0661564 chore: migrate to rollup
  • 16b6569 feat: provide an ESM build with and without debug
  • 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)

Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 3.0.1 to 4.3.2.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md)
- [Commits](socketio/socket.io-client@3.0.1...4.3.2)

---
updated-dependencies:
- dependency-name: socket.io-client
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2021

Superseded by #279.

@dependabot dependabot bot closed this Nov 19, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/socket.io-client-4.3.2 branch November 19, 2021 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants