diff --git a/package.json b/package.json index 629efbd..596e93e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@microsoft/api-extractor": "^7.58.7", "@rslib/core": "0.21.5", "@rslint/core": "^0.5.3", - "@rstest/core": "0.10.0", + "@rstest/core": "0.10.2", "@types/fs-extra": "^11.0.4", "@types/minimist": "^1.2.5", "@types/node": "24.12.4", @@ -58,13 +58,13 @@ "rimraf": "^6.1.3", "rslog": "^2.1.1", "simple-git-hooks": "^2.13.1", - "tinyexec": "^1.1.2", + "tinyexec": "^1.2.2", "typescript": "^6.0.3" }, "engines": { "node": "^20.19.0 || >=22.12.0" }, - "packageManager": "pnpm@11.1.2", + "packageManager": "pnpm@11.2.2", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c9fdadf..a6a1000 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^0.5.3 version: 0.5.3 '@rstest/core': - specifier: 0.10.0 - version: 0.10.0 + specifier: 0.10.2 + version: 0.10.2 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -57,8 +57,8 @@ importers: specifier: ^2.13.1 version: 2.13.1 tinyexec: - specifier: ^1.1.2 - version: 1.1.2 + specifier: ^1.2.2 + version: 1.2.2 typescript: specifier: ^6.0.3 version: 6.0.3 @@ -293,8 +293,8 @@ packages: '@swc/helpers': optional: true - '@rstest/core@0.10.0': - resolution: {integrity: sha512-TfmMZ/fvGuGCJbOfVE+Fj8mNxs0opSvEaQZm4lkXMZ/Rdvx4d0yIzHSKZ31bOIAUZIiltMXHoTwu8+pwyBHZyg==} + '@rstest/core@0.10.2': + resolution: {integrity: sha512-2nadZIrCBJL8AicSLcU0O0G2wo98QXmlsy3yX4ShiLFDlfQAzPgZJYzR6ssqQhVCMx/dIIFifyNiYsGWWWsrXg==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -577,8 +577,8 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - tinyexec@1.1.2: - resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==} + tinyexec@1.2.2: + resolution: {integrity: sha512-M/Q0B2cp4K7kynaT/vnED1j8TlLY+Pp7C6Wl2bl/7u/F0mUVwdyOpwomQb8JpYLitHUssAJRmLZdMCGsrx7i+g==} engines: {node: '>=18'} tinyglobby@0.2.15: @@ -818,7 +818,7 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.21 - '@rstest/core@0.10.0': + '@rstest/core@0.10.2': dependencies: '@rsbuild/core': 2.0.6 '@types/chai': 5.2.3 @@ -1059,7 +1059,7 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - tinyexec@1.1.2: {} + tinyexec@1.2.2: {} tinyglobby@0.2.15: dependencies: diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index 7d6c8e0..e215158 100644 --- a/template-eslint/react-ts/package.json +++ b/template-eslint/react-ts/package.json @@ -11,6 +11,6 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.6.0", - "typescript-eslint": "^8.59.3" + "typescript-eslint": "^8.59.4" } } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index beb8fb2..d0f4d28 100644 --- a/template-eslint/svelte-ts/package.json +++ b/template-eslint/svelte-ts/package.json @@ -10,7 +10,7 @@ "eslint": "^10.4.0", "eslint-plugin-svelte": "^3.17.1", "globals": "^17.6.0", - "typescript-eslint": "^8.59.3" + "typescript-eslint": "^8.59.4" }, "type": "module" } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index 33a36a3..6cf5641 100644 --- a/template-eslint/vanilla-ts/package.json +++ b/template-eslint/vanilla-ts/package.json @@ -9,6 +9,6 @@ "@eslint/js": "^10.0.1", "eslint": "^10.4.0", "globals": "^17.6.0", - "typescript-eslint": "^8.59.3" + "typescript-eslint": "^8.59.4" } } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index 4521894..ba3c001 100644 --- a/template-eslint/vue-ts/package.json +++ b/template-eslint/vue-ts/package.json @@ -10,6 +10,6 @@ "eslint": "^10.4.0", "eslint-plugin-vue": "^10.9.1", "globals": "^17.6.0", - "typescript-eslint": "^8.59.3" + "typescript-eslint": "^8.59.4" } }