From 01835c4b7aa2aea88c78cb757315d735cf596095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:34:14 +0000 Subject: [PATCH 1/2] chore(deps-dev): Bump typescript from 5.8.3 to 5.9.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 395a148..776db39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3274,9 +3274,9 @@ type-fest@^4.41.0: integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA== typescript@^5.6.2: - version "5.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e" - integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== + version "5.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" + integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== uglify-js@^3.1.4: version "3.19.3" From c1924f312bfa154e3b75c308855ca26b654bea9d Mon Sep 17 00:00:00 2001 From: Valerii Svydenko Date: Wed, 5 Nov 2025 15:49:12 +0200 Subject: [PATCH 2/2] fix build Signed-off-by: Valerii Svydenko --- .deps/dev.md | 4 +++- package.json | 1 + yarn.lock | 12 ++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.deps/dev.md b/.deps/dev.md index 9aad513..a428728 100644 --- a/.deps/dev.md +++ b/.deps/dev.md @@ -112,6 +112,7 @@ | [`@types/istanbul-reports@3.0.4`](https://github.com/DefinitelyTyped/DefinitelyTyped.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@types/istanbul-reports/3.0.4) | | [`@types/jest@29.5.14`](https://github.com/DefinitelyTyped/DefinitelyTyped.git) | MIT | #11951 | | [`@types/json-schema@7.0.15`](https://github.com/DefinitelyTyped/DefinitelyTyped.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@types/json-schema/7.0.15) | +| [`@types/node@20.19.24`](https://github.com/DefinitelyTyped/DefinitelyTyped.git) | MIT | #23880 | | [`@types/stack-utils@2.0.3`](https://github.com/DefinitelyTyped/DefinitelyTyped.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@types/stack-utils/2.0.3) | | [`@types/yargs-parser@21.0.3`](https://github.com/DefinitelyTyped/DefinitelyTyped.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@types/yargs-parser/21.0.3) | | [`@types/yargs@17.0.33`](https://github.com/DefinitelyTyped/DefinitelyTyped.git) | MIT | #7054 | @@ -357,8 +358,9 @@ | [`type-check@0.4.0`](git://github.com/gkz/type-check.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/type-check/0.4.0) | | [`type-detect@4.0.8`](git+ssh://git@github.com/chaijs/type-detect.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/type-detect/4.0.8) | | [`type-fest@4.41.0`](https://github.com/sindresorhus/type-fest.git) | (MIT OR CC0-1.0) | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/type-fest/4.41.0) | -| [`typescript@5.8.3`](https://github.com/microsoft/TypeScript.git) | Apache-2.0 | #19825 | +| [`typescript@5.9.3`](https://github.com/microsoft/TypeScript.git) | Apache-2.0 | #22726 | | [`uglify-js@3.19.3`](https://github.com/mishoo/UglifyJS.git) | BSD-2-Clause | #16043 | +| [`undici-types@6.21.0`](git+https://github.com/nodejs/undici.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/undici-types/6.21.0) | | [`update-browserslist-db@1.1.3`](https://github.com/browserslist/update-db.git) | MIT | #16405 | | [`uri-js@4.4.1`](http://github.com/garycourt/uri-js) | BSD-2-Clause | #1086 | | [`v8-to-istanbul@9.3.0`](https://github.com/istanbuljs/v8-to-istanbul.git) | ISC | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/v8-to-istanbul/9.3.0) | diff --git a/package.json b/package.json index 7c57482..26e8d1c 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ }, "devDependencies": { "@types/jest": "^29.5.14", + "@types/node": "^20.11.30", "axios": "^1.13.1", "eslint": "^9.5.0", "if-env": "^1.0.4", diff --git a/yarn.lock b/yarn.lock index f9a9bfd..e4719f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1062,6 +1062,13 @@ dependencies: undici-types "~6.19.2" +"@types/node@^20.11.30": + version "20.19.24" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.24.tgz#6bc35bc96cda1a251000b706c76380b5c843f30b" + integrity sha512-FE5u0ezmi6y9OZEzlJfg37mqqf6ZDSF2V/NLjUyGrR9uTZ7Sb9F7bLNZ03S4XVUNRWGA7Ck4c1kK+YnuWjl+DA== + dependencies: + undici-types "~6.21.0" + "@types/stack-utils@^2.0.0": version "2.0.3" resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8" @@ -3397,6 +3404,11 @@ undici-types@~6.19.2: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== +undici-types@~6.21.0: + version "6.21.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" + integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== + universalify@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"