This is an automated email from the ASF dual-hosted git repository.

xuang7 pushed a commit to branch release/v1.2
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/release/v1.2 by this push:
     new fd55e91cbb chore(deps): bump ws from 8.18.0 to 8.21.0 in 
/pyright-language-service [release/v1.2 backport] (#5862)
fd55e91cbb is described below

commit fd55e91cbb69962caf3f47a343b9ed2fba9192f6
Author: Xinyuan Lin <[email protected]>
AuthorDate: Sun Jun 21 17:49:26 2026 -0700

    chore(deps): bump ws from 8.18.0 to 8.21.0 in /pyright-language-service 
[release/v1.2 backport] (#5862)
    
    ### What changes were proposed in this PR?
    
    Backport of apache/texera#5741 to `release/v1.2`: bump ws from 8.18.0 to
    8.21.0 in /pyright-language-service.
    
    Clean cherry-pick (package.json + yarn.lock).
    
    **Risk:** 🟢 Minor — ws lib backing the pyright LSP bridge.
    
    ### Any related issues, documentation, discussions?
    
    Backports apache/texera#5741 (merged to `main`). No `release/*` label is
    added — this PR *is* the backport, and a release label would trigger a
    backport-of-a-backport precheck. CI stacks auto-select from the
    file-based labels.
    
    ### How was this PR tested?
    
    Mirrors the change already merged and CI-validated on `main`
    (apache/texera#5741); verified the backport diff equals the original
    bump and applies onto `release/v1.2`. Manual verification:
    
    `yarn install --immutable` + build succeed; opened a Python UDF editor
    and confirmed completions/diagnostics work.
    
    ### Was this PR authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (Opus 4.8 [1M context])
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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 883003160d..c3d756ee2b 100644
--- a/pyright-language-service/package.json
+++ b/pyright-language-service/package.json
@@ -12,7 +12,7 @@
     "typescript": "5.5.4",
     "vscode-languageserver": "9.0.1",
     "vscode-ws-jsonrpc": "3.3.2",
-    "ws": "8.18.0"
+    "ws": "8.21.0"
   },
   "devDependencies": {
     "@types/express": "4.17.21",
diff --git a/pyright-language-service/yarn.lock 
b/pyright-language-service/yarn.lock
index 0806c62833..0ab59d9cd4 100644
--- a/pyright-language-service/yarn.lock
+++ b/pyright-language-service/yarn.lock
@@ -749,10 +749,10 @@ [email protected]:
   dependencies:
     vscode-jsonrpc "~8.2.1"
 
[email protected]:
-  version "8.18.0"
-  resolved 
"https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc";
-  integrity 
sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
[email protected]:
+  version "8.21.0"
+  resolved 
"https://registry.yarnpkg.com/ws/-/ws-8.21.0.tgz#012e413fc07429945121b0c153158c4343086951";
+  integrity 
sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==
 
 [email protected]:
   version "3.1.1"

Reply via email to