This is an automated email from the ASF dual-hosted git repository. github-merge-queue[bot] pushed a commit to branch gh-readonly-queue/main/pr-7483-5482f7769bd9706440c9c027a60ea89e82f270af in repository https://gitbox.apache.org/repos/asf/texera.git
commit 6790bf1765cae3a1881bc16607a5966dec3107f0 Author: Mend Renovate <[email protected]> AuthorDate: Mon Aug 10 01:35:47 2026 +0100 chore(deps, pyright-language-service): update dependency ws to v8.21.3 (#7483) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ws](https://redirect.github.com/websockets/ws) | [`8.21.1` → `8.21.3`](https://renovatebot.com/diffs/npm/ws/8.21.1/8.21.3) |  |  | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/6912) for more information. --- ### Release Notes <details> <summary>websockets/ws (ws)</summary> ### [`v8.21.3`](https://redirect.github.com/websockets/ws/releases/tag/8.21.3) [Compare Source](https://redirect.github.com/websockets/ws/compare/8.21.2...8.21.3) ### Bug fixes - The server now correctly rejects permessage-deflate offers if the incoming `client_max_window_bits` parameter value is smaller than its configured `clientMaxWindowBits` ([`e97a20e`](https://redirect.github.com/websockets/ws/commit/e97a20ea)). ### [`v8.21.2`](https://redirect.github.com/websockets/ws/releases/tag/8.21.2) [Compare Source](https://redirect.github.com/websockets/ws/compare/8.21.1...8.21.2) ##### Bug fixes - Fixed a test for [CITGM][] ([`2eb3be0`](https://redirect.github.com/websockets/ws/commit/2eb3be0b)). [CITGM]: https://redirect.github.com/nodejs/citgm </details> --- ### Configuration 📅 **Schedule**: (in timezone Etc/UTC) - Branch creation - "before 8am on monday" - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apache/texera). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: Xinyuan Lin <[email protected]> --- pyright-language-service/package.json | 2 +- pyright-language-service/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyright-language-service/package.json b/pyright-language-service/package.json index 564aa02a1c..8e5583167b 100644 --- a/pyright-language-service/package.json +++ b/pyright-language-service/package.json @@ -10,7 +10,7 @@ "typescript": "6.0.3", "vscode-languageserver": "10.1.0", "vscode-ws-jsonrpc": "3.5.0", - "ws": "8.21.1" + "ws": "8.21.3" }, "devDependencies": { "@types/express": "5.0.6", diff --git a/pyright-language-service/yarn.lock b/pyright-language-service/yarn.lock index 633d74bc5d..3c936214ca 100644 --- a/pyright-language-service/yarn.lock +++ b/pyright-language-service/yarn.lock @@ -734,10 +734,10 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== [email protected]: - version "8.21.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.21.1.tgz#045650cd4b1207809e7547146223c3814a9af586" - integrity sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw== [email protected]: + version "8.21.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.21.3.tgz#660b4faddb6a3e575c86e078126919961f4de4fc" + integrity sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw== [email protected]: version "3.1.1"
