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-7722-1c4662b7cff853bdb06414f973956a09dd156448 in repository https://gitbox.apache.org/repos/asf/texera.git
commit 16ba619bdf4d0037299c6de772f414c27d043ffe Author: Mend Renovate <[email protected]> AuthorDate: Mon Aug 17 06:24:59 2026 +0000 chore(deps, pyright-language-service): update dependency @types/node to v26.2.0 (#7722) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`26.1.2` → `26.2.0`](https://renovatebot.com/diffs/npm/@types%2fnode/26.1.2/26.2.0) |  |  | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0NC4yOS41IiwidXBkYXRlZEluVmVyIjoiNDQuMjkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> 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 662b6cc46d..522c574a48 100644 --- a/pyright-language-service/package.json +++ b/pyright-language-service/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@types/express": "5.0.6", - "@types/node": "26.1.2", + "@types/node": "26.2.0", "@types/ws": "8.18.1", "ts-node": "10.9.2" }, diff --git a/pyright-language-service/yarn.lock b/pyright-language-service/yarn.lock index e0205779cb..f861f450ac 100644 --- a/pyright-language-service/yarn.lock +++ b/pyright-language-service/yarn.lock @@ -98,10 +98,10 @@ dependencies: undici-types "~8.3.0" -"@types/[email protected]": - version "26.1.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-26.1.2.tgz#da79708f1f9c6294f4cdec8f455a3032b028808a" - integrity sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg== +"@types/[email protected]": + version "26.2.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-26.2.0.tgz#5a4875a862fda8fdc57de8faa579bb81ecba1685" + integrity sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg== dependencies: undici-types "~8.3.0"
