From 1739c8e239104eefd00b66b7f4f24e563ec859b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:43:50 +0000 Subject: [PATCH 1/2] build(deps-dev): bump @types/node from 10.12.30 to 25.9.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 10.12.30 to 25.9.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/components-angular/package.json | 2 +- packages/components-vue/package.json | 2 +- yarn.lock | 30 ++++++++++++++---------- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json index 74f78c097e..5102f831b1 100644 --- a/packages/components-angular/package.json +++ b/packages/components-angular/package.json @@ -61,7 +61,7 @@ "@angular/platform-browser-dynamic": "^20.0.6", "@angular/router": "^20.0.6", "@types/jest": "^25.2.3", - "@types/node": "~10.12.0", + "@types/node": "~25.9.2", "fs-extra": "^7.0.0", "glob": "^7.1.3", "jest": "^26.0.1", diff --git a/packages/components-vue/package.json b/packages/components-vue/package.json index 50ea275257..c414394afe 100644 --- a/packages/components-vue/package.json +++ b/packages/components-vue/package.json @@ -26,7 +26,7 @@ ], "devDependencies": { "@testing-library/jest-dom": "^5.8.0", - "@types/node": "^16.0.0", + "@types/node": "^25.9.2", "@vue/test-utils": "^1.2.0", "jest": "^26.1.0", "rimraf": "^2.6.3", diff --git a/yarn.lock b/yarn.lock index e042b003f2..fa28887c26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5587,10 +5587,12 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@>= 8": - version "14.6.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.0.tgz" - integrity sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA== +"@types/node@*", "@types/node@>= 8", "@types/node@~25.9.2": + version "25.9.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.9.4.tgz#18b63c47f88c1fbbed9d55ea2b66ffd494a47001" + integrity sha512-dszCsrKb5U7ZsVZBWiHFklTloVl0mSEnWH/iZXfZUlI4rzCUnsvGmgqfuVRHL54ugE7/wRuxEIXRa2iMZ+BG6g== + dependencies: + undici-types ">=7.24.0 <7.24.7" "@types/node@^10.9.4": version "10.17.28" @@ -5602,15 +5604,12 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz" integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== -"@types/node@^16.0.0": - version "16.18.126" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.126.tgz#27875faa2926c0f475b39a8bb1e546c0176f8d4b" - integrity sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw== - -"@types/node@~10.12.0": - version "10.12.30" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.30.tgz" - integrity sha512-nsqTN6zUcm9xtdJiM9OvOJ5EF0kOI8f1Zuug27O/rgtxCRJHGqncSWfCMZUP852dCKPsDsYXGvBhxfRjDBkF5Q== +"@types/node@^25.9.2": + version "25.9.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.9.2.tgz#fc8958e757994b71fee516f9634bdb03d1b19e9f" + integrity sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw== + dependencies: + undici-types ">=7.24.0 <7.24.7" "@types/normalize-package-data@^2.4.0": version "2.4.0" @@ -18902,6 +18901,11 @@ unbzip2-stream@1.4.3, unbzip2-stream@^1.4.3: buffer "^5.2.1" through "^2.3.8" +"undici-types@>=7.24.0 <7.24.7": + version "7.24.6" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.24.6.tgz#61275b485d7fd4e9d269c7cf04ec2873c9cc0f91" + integrity sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg== + unfetch@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz" From eb09fedfe6e8f4f9070cd0efef51d003db6242bf Mon Sep 17 00:00:00 2001 From: Amir Baghdoust Date: Mon, 29 Jun 2026 13:18:06 +0200 Subject: [PATCH 2/2] fix(components-vue): isolate wrapper tsconfig types --- packages/components-vue/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components-vue/tsconfig.json b/packages/components-vue/tsconfig.json index e1377a6324..ade0f26517 100644 --- a/packages/components-vue/tsconfig.json +++ b/packages/components-vue/tsconfig.json @@ -16,6 +16,7 @@ "outDir": "dist", "removeComments": false, "sourceMap": true, + "types": [], "jsx": "react", "target": "es2015" },