Skip to content

Commit

Permalink
chore(deps): update dependency ws to ^8.14.2 (#225)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ws](https://togithub.com/websockets/ws) | [`^8.13.0` ->
`^8.14.2`](https://renovatebot.com/diffs/npm/ws/8.13.0/8.14.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ws/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ws/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ws/8.13.0/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ws/8.13.0/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>websockets/ws (ws)</summary>

### [`v8.14.2`](https://togithub.com/websockets/ws/releases/tag/8.14.2)

[Compare
Source](https://togithub.com/websockets/ws/compare/8.14.1...8.14.2)

### Bug fixes

-   Fixed an issue that allowed errors thrown by failed assertions to be
swallowed when running tests
([`7f4e1a7`](https://togithub.com/websockets/ws/commit/7f4e1a75)).

### [`v8.14.1`](https://togithub.com/websockets/ws/releases/tag/8.14.1)

[Compare
Source](https://togithub.com/websockets/ws/compare/8.14.0...8.14.1)

##### Bug fixes

- Improved the reliability of two tests for [CITGM][]
([`fd3c64c`](https://togithub.com/websockets/ws/commit/fd3c64cb)).

[CITGM]: https://togithub.com/nodejs/citgm

### [`v8.14.0`](https://togithub.com/websockets/ws/releases/tag/8.14.0)

[Compare
Source](https://togithub.com/websockets/ws/compare/8.13.0...8.14.0)

### Features

- The `WebSocket` constructor now accepts HTTP(S) URLs
([#&#8203;2162](https://togithub.com/websockets/ws/issues/2162)).
- The `socket` argument of `server.handleUpgrade()` can now be a generic
`Duplex` stream
([#&#8203;2165](https://togithub.com/websockets/ws/issues/2165)).

### Other notable changes

- At most one event per microtask is now emitted
([#&#8203;2160](https://togithub.com/websockets/ws/issues/2160)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 8am on monday" in timezone
America/Los_Angeles, 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/tailscale-dev/vscode-tailscale).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 4, 2023
1 parent c5fb95c commit 07d2df1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"ws": "^8.13.0"
"ws": "^8.14.2"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6551,6 +6551,11 @@ ws@^8.13.0:
resolved "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==

ws@^8.14.2:
version "8.14.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==

xml2js@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
Expand Down

0 comments on commit 07d2df1

Please sign in to comment.