sapcc / supernova

Alert Management UI with different display options, including filtering, historical views etc.
Other
6 stars 1 forks source link

Update dependency socket.io-client to v2.5.0 - autoclosed #78

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
socket.io-client 2.3.0 -> 2.5.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

socketio/socket.io-client (socket.io-client) ### [`v2.5.0`](https://togithub.com/socketio/socket.io-client/blob/HEAD/CHANGELOG.md#250-2022-06-26) [Compare Source](https://togithub.com/socketio/socket.io-client/compare/2.4.0...2.5.0) ##### Bug Fixes - ensure buffered events are sent in order ([991eb0b](https://togithub.com/Automattic/socket.io-client/commit/991eb0b0289bbbf680099e6d42b302beee7568b8)) ##### Dependencies - [`engine.io-client@~3.5.0`](https://togithub.com/socketio/engine.io-client/releases/tag/3.5.0) (no change) - [`ws@~7.4.2`](https://togithub.com/websockets/ws/releases/tag/7.4.2) (no change) #### [4.5.1](https://togithub.com/socketio/socket.io-client/compare/4.5.0...4.5.1) (2022-05-17) There were some minor bug fixes on the server side, which mandate a client bump. ##### Dependencies - [`engine.io-client@~6.2.1`](https://togithub.com/socketio/engine.io-client/releases/tag/6.2.1) (no change) - [`ws@~8.2.3`](https://togithub.com/websockets/ws/releases/tag/8.2.3) (no change) ### [`v2.4.0`](https://togithub.com/socketio/socket.io-client/blob/HEAD/CHANGELOG.md#240-2021-01-04) [Compare Source](https://togithub.com/socketio/socket.io-client/compare/2.3.1...2.4.0) The minor bump is matching the bump of the server, but there is no new feature in this release. #### [3.0.4](https://togithub.com/socketio/socket.io-client/compare/3.0.3...3.0.4) (2020-12-07) ##### Bug Fixes - emit an error when reaching a v2.x server ([ec1f8c3](https://togithub.com/socketio/socket.io-client/commit/ec1f8c3474b54600420487a0554cb195cc78f2bc)), closes [/github.com/socketio/engine.io-protocol#difference-between-v3-and-v4](https://togithub.com//github.com/socketio/engine.io-protocol/issues/difference-between-v3-and-v4) [/github.com/socketio/socket.io-protocol#difference-between-v5-and-v4](https://togithub.com//github.com/socketio/socket.io-protocol/issues/difference-between-v5-and-v4) - keep track of active sockets ([f8f60fc](https://togithub.com/socketio/socket.io-client/commit/f8f60fc860f51aa6465fc32dd9275a8e1d22f05d)) - **typings:** export extraHeaders option ([#​1410](https://togithub.com/socketio/socket.io-client/issues/1410)) ([b3de861](https://togithub.com/socketio/socket.io-client/commit/b3de861a928c0eb5f0b2f37956c671e72432715d)) #### [3.0.3](https://togithub.com/socketio/socket.io-client/compare/3.0.2...3.0.3) (2020-11-19) ##### Bug Fixes - properly export io in ES modules wrapper ([bec1524](https://togithub.com/socketio/socket.io-client/commit/bec15240ea67e9d296ac94093974d7d831239e8d)) #### [3.0.2](https://togithub.com/socketio/socket.io-client/compare/3.0.1...3.0.2) (2020-11-17) ##### Bug Fixes - **typings:** export withCredentials option ([7193078](https://togithub.com/socketio/socket.io-client/commit/719307801a2170f02d3a16ab52752ac219ca4b6e)) - **typings:** export ManagerOptions ([#​1398](https://togithub.com/socketio/socket.io-client/issues/1398)) ([96cd2c9](https://togithub.com/socketio/socket.io-client/commit/96cd2c9ae4c48f9d2e6638ab26074277a3a6cf6b)) - add io as named exports ([7b3ec9f](https://togithub.com/socketio/socket.io-client/commit/7b3ec9fad9df9d2f030f644a26fcd642bf2a91ab)) #### [3.0.1](https://togithub.com/socketio/socket.io-client/compare/3.0.0...3.0.1) (2020-11-09) ##### Bug Fixes - **typings:** export Socket and SocketOptions types ([#​1394](https://togithub.com/socketio/socket.io-client/issues/1394)) ([19ab1e9](https://togithub.com/socketio/socket.io-client/commit/19ab1e9e4e1373d4ef4dad5381c8ae24167f5d89)) ### [`v2.3.1`](https://togithub.com/socketio/socket.io-client/blob/HEAD/CHANGELOG.md#231-2020-09-30) [Compare Source](https://togithub.com/socketio/socket.io-client/compare/2.3.0...2.3.1) The `debug` dependency has been reverted to `~3.1.0`, as the newer versions contains ES6 syntax which breaks in IE browsers. Please note that this only applied to users that bundle the Socket.IO client in their application, with webpack for example, as the "official" bundles (in the dist/ folder) were already transpiled with babel. For webpack users, you can also take a look at the [webpack-remove-debug](https://togithub.com/johngodley/webpack-remove-debug) plugin. ##### Bug Fixes - fix reconnection after opening socket asynchronously ([#​1253](https://togithub.com/socketio/socket.io-client/issues/1253)) ([050108b](https://togithub.com/socketio/socket.io-client/commit/050108b2281effda086b197cf174ee2e8e1aad79))

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.