From de9873d2afe81fa0553c61ea160c2398cbfc7d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:00:19 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory with 5 updates Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.1` | `26.1.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.2` | `8.1.3` | | [synthkernel](https://github.com/hesprs/synthkernel) | `0.0.2` | `0.1.0` | | [vue](https://github.com/vuejs/core) | `3.5.33` | `3.5.39` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.7` | `3.3.6` | Updates `@types/node` from 26.0.1 to 26.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `vite` from 8.1.2 to 8.1.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.1.3/packages/vite) Updates `synthkernel` from 0.0.2 to 0.1.0 - [Release notes](https://github.com/hesprs/synthkernel/releases) - [Commits](https://github.com/hesprs/synthkernel/compare/v0.0.2...v0.1.0) Updates `vue` from 3.5.33 to 3.5.39 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.5.33...v3.5.39) Updates `vue-tsc` from 3.2.7 to 3.3.6 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v3.3.6/packages/tsc) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: vite dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: synthkernel dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: vue dependency-version: 3.5.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: vue-tsc dependency-version: 3.3.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- docs/package.json | 4 +- package.json | 4 +- packages/core/package.json | 2 +- pnpm-lock.yaml | 306 ++++++++++++++++--------------------- 4 files changed, 138 insertions(+), 178 deletions(-) diff --git a/docs/package.json b/docs/package.json index a614eb1..6ba2724 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,11 +15,11 @@ "vitepress": "2.0.0-alpha.17", "vitepress-plugin-group-icons": "^1.7.5", "vitepress-theme-trito": "^1.1.1", - "vue": "^3.5.33" + "vue": "^3.5.39" }, "devDependencies": { "@repo/shared": "workspace:*", - "vue-tsc": "^3.2.7" + "vue-tsc": "^3.3.6" }, "packageManager": "pnpm@10.29.3" } diff --git a/package.json b/package.json index cf2c48d..1b969ff 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dev": "turbo run dev" }, "devDependencies": { - "@types/node": "^26.0.1", + "@types/node": "^26.1.0", "@vitest/coverage-v8": "^4.1.9", "happy-dom": "^20.10.6", "oxfmt": "^0.57.0", @@ -20,7 +20,7 @@ "tsdown": "^0.22.3", "turbo": "^2.10.2", "typescript": "^6.0.3", - "vite": "^8.1.2", + "vite": "^8.1.3", "vitest": "^4.1.9" }, "packageManager": "pnpm@11.9.0" diff --git a/packages/core/package.json b/packages/core/package.json index cf8b3cc..81b6a22 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -45,7 +45,7 @@ "dev": "vite" }, "dependencies": { - "synthkernel": "^0.0.2" + "synthkernel": "^0.1.0" }, "devDependencies": { "@repo/shared": "workspace:*" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index afc14be..c137de1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@types/node': - specifier: ^26.0.1 - version: 26.0.1 + specifier: ^26.1.0 + version: 26.1.0 '@vitest/coverage-v8': specifier: ^4.1.9 version: 4.1.9(vitest@4.1.9) @@ -28,7 +28,7 @@ importers: version: 0.24.0 tsdown: specifier: ^0.22.3 - version: 0.22.3(typescript@6.0.3)(vue-tsc@3.2.7(typescript@6.0.3)) + version: 0.22.3(typescript@6.0.3)(vue-tsc@3.3.6(typescript@6.0.3)) turbo: specifier: ^2.10.2 version: 2.10.2 @@ -36,11 +36,11 @@ importers: specifier: ^6.0.3 version: 6.0.3 vite: - specifier: ^8.1.2 - version: 8.1.2(@types/node@26.0.1)(esbuild@0.27.4) + specifier: ^8.1.3 + version: 8.1.3(@types/node@26.1.0)(esbuild@0.27.4) vitest: specifier: ^4.1.9 - version: 4.1.9(@types/node@26.0.1)(@vitest/coverage-v8@4.1.9)(happy-dom@20.10.6)(vite@8.1.2(@types/node@26.0.1)(esbuild@0.27.4)) + version: 4.1.9(@types/node@26.1.0)(@vitest/coverage-v8@4.1.9)(happy-dom@20.10.6)(vite@8.1.3(@types/node@26.1.0)(esbuild@0.27.4)) docs: dependencies: @@ -49,29 +49,29 @@ importers: version: link:../packages/core vitepress: specifier: 2.0.0-alpha.17 - version: 2.0.0-alpha.17(@types/node@26.0.1)(lightningcss@1.32.0)(postcss@8.5.15)(typescript@6.0.3) + version: 2.0.0-alpha.17(@types/node@26.1.0)(lightningcss@1.32.0)(postcss@8.5.16)(typescript@6.0.3) vitepress-plugin-group-icons: specifier: ^1.7.5 - version: 1.7.5(vite@7.3.6(@types/node@26.0.1)(lightningcss@1.32.0)) + version: 1.7.5(vite@7.3.6(@types/node@26.1.0)(lightningcss@1.32.0)) vitepress-theme-trito: specifier: ^1.1.1 - version: 1.1.1(@types/node@26.0.1)(focus-trap@7.8.0)(lightningcss@1.32.0)(postcss@8.5.15)(typescript@6.0.3) + version: 1.1.1(@types/node@26.1.0)(focus-trap@7.8.0)(lightningcss@1.32.0)(postcss@8.5.16)(typescript@6.0.3) vue: - specifier: ^3.5.33 - version: 3.5.33(typescript@6.0.3) + specifier: ^3.5.39 + version: 3.5.39(typescript@6.0.3) devDependencies: '@repo/shared': specifier: workspace:* version: link:../packages/shared vue-tsc: - specifier: ^3.2.7 - version: 3.2.7(typescript@6.0.3) + specifier: ^3.3.6 + version: 3.3.6(typescript@6.0.3) packages/core: dependencies: synthkernel: - specifier: ^0.0.2 - version: 0.0.2 + specifier: ^0.1.0 + version: 0.1.0 devDependencies: '@repo/shared': specifier: workspace:* @@ -104,11 +104,6 @@ packages: resolution: {integrity: sha512-9Fr9QeyCAyi1BR1jKZ6uYQ24EIhQUx5ReHfQU7drOE+TPOb+w11/dsqLkMOT2U29OdCT71XajrOT8xDc1C7orA==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/parser@7.29.3': - resolution: {integrity: sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.29.7': resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==} engines: {node: '>=6.0.0'} @@ -339,9 +334,6 @@ packages: '@emnapi/core': ^1.7.1 '@emnapi/runtime': ^1.7.1 - '@needle-di/core@1.1.2': - resolution: {integrity: sha512-9CVnXjK33JeqUwAz5k/D+ti4ZfJ17m5AXsUcOwErbQ8baTNDPt1erVFGjipxxwcUj86Oxap3dALz6U70xsUsFg==} - '@oxc-project/types@0.137.0': resolution: {integrity: sha512-WT+Gb24i8hmvo85AIv2oEYouEXkRlKAlT9WaCa3TfLgNCN+GhrJOGZuIlMouAh38Qe4QOx26eUOVsq70qXrywA==} @@ -959,8 +951,8 @@ packages: '@types/mdurl@2.0.0': resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} - '@types/node@26.0.1': - resolution: {integrity: sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==} + '@types/node@26.1.0': + resolution: {integrity: sha512-O0A1G3xPGy4w7AgQdAQYUlQ+BKk2Oovw8eRpofyp5KdBZULnbe+WqaOVNrm705SHphCiG4XHsACrSmPu1f+Kgw==} '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} @@ -1032,23 +1024,17 @@ packages: '@volar/typescript@2.4.28': resolution: {integrity: sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==} - '@vue/compiler-core@3.5.33': - resolution: {integrity: sha512-3PZLQwFw4Za3TC8t0FvTy3wI16Kt+pmwcgNZca4Pj9iWL2E72a/gZlpBtAJvEdDMdCxdG/qq0C7PN0bsJuv0Rw==} - '@vue/compiler-core@3.5.39': resolution: {integrity: sha512-16KBTEXAJCpDr0mwlw+AZyhu8iyC7R3S2vBwsI7QnWJU6X3WKc9VKeNEZpiMdZ569qWhz9574L3vV55qRL0Vtw==} - '@vue/compiler-dom@3.5.33': - resolution: {integrity: sha512-PXq0yrfCLzzL07rbXO4awtXY1Z06LG2eu6Adg3RJFa/j3Cii217XxxLXG22N330gw7GmALCY0Z8RgXEviwgpjA==} - '@vue/compiler-dom@3.5.39': resolution: {integrity: sha512-oQPigALqYbNxTNPvNgSOe+czwVExfbVF02lz8jP0S3AXJiu3jxYDygNUiqSep4ezzW8XgnubqH63My2A7JR/vg==} - '@vue/compiler-sfc@3.5.33': - resolution: {integrity: sha512-UTUvRO9cY+rROrx/pvN9P5Z7FgA6QGfokUCfhQE4EnmUj3rVnK+CHI0LsEO1pg+I7//iRYMUfcNcCPe7tg0CoA==} + '@vue/compiler-sfc@3.5.39': + resolution: {integrity: sha512-d0ki86iOyN8LoZPBmk5SJWNwHP19CnDDCfuo//+2WJa2g5Ke0Jay983PIBIcSSzldC68I8DrD5GrHV3OSDfodg==} - '@vue/compiler-ssr@3.5.33': - resolution: {integrity: sha512-IErjYdnj1qIupG5xxiVIYiiRvDhGWV4zuh/RCrwfYpuL+HWQzeU6lCk/nF9r7olWMnjKxCAkOctT2qFWFkzb1A==} + '@vue/compiler-ssr@3.5.39': + resolution: {integrity: sha512-Ce7/wvwMHai74bdszfXExdazFigYnlF9zgCmEQUcM1j0fOymlouZ7XilTYNo8oUjhlnjYOZbGrcYKuqjz89Ucw==} '@vue/devtools-api@8.1.1': resolution: {integrity: sha512-bsDMJ07b3GN1puVwJb/fyFnj/U2imyswK5UQVLZwVl7O05jDrt6BHxeG5XffmOOdasOj/bOmIjxJvGPxU7pcqw==} @@ -1059,29 +1045,26 @@ packages: '@vue/devtools-shared@8.1.1': resolution: {integrity: sha512-+h4ttmJYl/txpxHKaoZcaKpC+pvckgLzIDiSQlaQ7kKthKh8KuwoLW2D8hPJEnqKzXOvu15UHEoGyngAXCz0EQ==} - '@vue/language-core@3.2.7': - resolution: {integrity: sha512-Gn4q/tRxbpVGLEuARQ43p3YELlNAFgRUVCgW9U5Cr+5q4vfD2bWDWpl3ABbJMXUt5xlE1dF8dkigg2aUq7JYYw==} + '@vue/language-core@3.3.6': + resolution: {integrity: sha512-LgBMZAy2sR3cQWknpyaxnI6yBkqDfLBPkbdhwRhQCvzfNJRQXPilgQIrdI/v4ytJ0sAq9bWhaPsjqBqneomJ3Q==} - '@vue/reactivity@3.5.33': - resolution: {integrity: sha512-p8UfIqyIhb0rYGlSgSBV+lPhF2iUSBcRy7enhTmPqKWadHy9kcOFYF1AejYBP9P+avnd3OBbD49DU4pLWX/94A==} + '@vue/reactivity@3.5.39': + resolution: {integrity: sha512-TpsuBJ9gGlZa5d23XcM2y8EXanz9dZeVDQBXRwzy46ItgvM+rWpzs+UVM0wcRLxGvcav0HE5jz2gNL53xlRAog==} - '@vue/runtime-core@3.5.33': - resolution: {integrity: sha512-UpFF45RI9//a7rvq7RdOQblb4tup7hHG9QsmIrxkFQLzQ7R8/iNQ5LE15NhLZ1/WcHMU2b47u6P33CPUelHyIQ==} + '@vue/runtime-core@3.5.39': + resolution: {integrity: sha512-9GLtNyRvPAUMbX+7ono0RC2j0guo2LXVi8LvcmAooImACUKm0oFf0jjwbX8/H0AE/t1nxhAkn8RSl9PMCzzxZw==} - '@vue/runtime-dom@3.5.33': - resolution: {integrity: sha512-IOxMsAOwquhfITgmOgaPYl7/j8gKUxUFoflRc+u4LxyD3+783xne8vNta1PONVCvCV9A0w7hkyEepINDqfO0tw==} + '@vue/runtime-dom@3.5.39': + resolution: {integrity: sha512-7Y6aAGboKcXAZ3ECuUy7RrS5yy2r47dhTp2SKaJmYxjopImaVFaNa5Ne66NwGovsrxVAl5S5rwc7m22UG7Lmww==} - '@vue/server-renderer@3.5.33': - resolution: {integrity: sha512-0xylq/8/h44lVG0pZFknv1XIdEgymq2E9n59uTWJBG+dIgiT0TMCSsxrN7nO16Z0MU0MPjFcguBbZV8Itk52Hw==} + '@vue/server-renderer@3.5.39': + resolution: {integrity: sha512-yZSakiAGw85rZfG7UM8akMnIF+FmeiNk47uvHf2nVBBSe+dIKUhZuZq9+XgJhbV3nS5Z4ALH23/MpXofW+mbcw==} peerDependencies: - vue: 3.5.33 + vue: 3.5.39 '@vue/shared@3.5.31': resolution: {integrity: sha512-nBxuiuS9Lj5bPkPbWogPUnjxxWpkRniX7e5UBQDWl6Fsf4roq9wwV+cR7ezQ4zXswNvPIlsdj1slcLB7XCsRAw==} - '@vue/shared@3.5.33': - resolution: {integrity: sha512-5vR2QIlmaLG77Ygd4pMP6+SGQ5yox9VhtnbDWTy9DzMzdmeLxZ1QqxrywEZ9sa1AVubfIJyaCG3ytyWU81ufcQ==} - '@vue/shared@3.5.39': resolution: {integrity: sha512-l1rrBtBfTnmxvtsvdQDXltUUy8S1Y+ZaqdfUzmAnJkTd8Z8rv5v/ytW+TKiqEOWyHPoqtPlNFSs0lhRmYVSHVA==} @@ -1592,8 +1575,8 @@ packages: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} - synthkernel@0.0.2: - resolution: {integrity: sha512-00jkj2SzO7rtbKrte0dkTSaJoHWugvkvLnIGTFdc4VgYGdx9Aj3QrzNX7+nYGXkX20hP6Sy2/XUHLcY0BJen4A==} + synthkernel@0.1.0: + resolution: {integrity: sha512-TlWHdO9mpbDCcd3GfYZyQdrhUW41qyk33h8rMFdj48+rdcoyYzXLTraffIoKDUjFqD+J0hDiAFLjMpxrWR5dhg==} tabbable@6.4.0: resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==} @@ -1743,8 +1726,8 @@ packages: yaml: optional: true - vite@8.1.2: - resolution: {integrity: sha512-6YYPbRXTxx6bRXmOn7XdnQAy5DQNHhDgtjhDHI13oe4pY93kkcdGJWxpGwOm++/Wh0QpQhDrpIoVMrmrsI5AGQ==} + vite@8.1.3: + resolution: {integrity: sha512-Ds+gBRbj0lwRO2Y5hwnUBdxSwlAve9LeRyU4sNnAr0ewW0gWF0n5bgXgUzbgZ49MV9BVUAQUFYVcDUcilUExMA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -1871,14 +1854,14 @@ packages: vscode-uri@3.1.0: resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==} - vue-tsc@3.2.7: - resolution: {integrity: sha512-zc1tL3HoQni1zGTGrwBVRQb7rGP5SWdu/m4rGB6JcnAC5MT5LFZIxF7Y+EJEnt4hGF23d60rXH7gRjHGb5KQQQ==} + vue-tsc@3.3.6: + resolution: {integrity: sha512-ERXGgbKSBGFUkavrJ1Iwj0ZVxKqB/5UOx65IXy7fPf2UsoI21n3ssQLwdvx8xyUGgJe9PvSZTM/FYzIdwUDPFA==} hasBin: true peerDependencies: typescript: '>=5.0.0' - vue@3.5.33: - resolution: {integrity: sha512-1AgChhx5w3ALgT4oK3acm2Es/7jyZhWSVUfs3rOBlGQC0rjEDkS7G4lWlJJGGNQD+BV3reCwbQrOe1mPNwKHBQ==} + vue@3.5.39: + resolution: {integrity: sha512-xmZCYabFGcirU8r0fTuvl/LICc1OU620rnqepaJDL/a141ZigkG7AyaxQLdqJ02ZRYzWe6YPaDHeQx7MfknQfA==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -1933,10 +1916,6 @@ snapshots: '@babel/helper-validator-identifier@8.0.2': {} - '@babel/parser@7.29.3': - dependencies: - '@babel/types': 7.29.7 - '@babel/parser@7.29.7': dependencies: '@babel/types': 7.29.7 @@ -2098,8 +2077,6 @@ snapshots: '@tybys/wasm-util': 0.10.3 optional: true - '@needle-di/core@1.1.2': {} - '@oxc-project/types@0.137.0': {} '@oxfmt/binding-android-arm-eabi@0.57.0': @@ -2406,10 +2383,10 @@ snapshots: '@standard-schema/spec@1.1.0': {} - '@tabler/icons-vue@3.41.1(vue@3.5.33(typescript@6.0.3))': + '@tabler/icons-vue@3.41.1(vue@3.5.39(typescript@6.0.3))': dependencies: '@tabler/icons': 3.41.1 - vue: 3.5.33(typescript@6.0.3) + vue: 3.5.39(typescript@6.0.3) '@tabler/icons@3.41.1': {} @@ -2466,7 +2443,7 @@ snapshots: '@types/mdurl@2.0.0': {} - '@types/node@26.0.1': + '@types/node@26.1.0': dependencies: undici-types: 8.3.0 @@ -2478,15 +2455,15 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 26.0.1 + '@types/node': 26.1.0 '@ungap/structured-clone@1.3.0': {} - '@vitejs/plugin-vue@6.0.5(vite@7.3.6(@types/node@26.0.1)(lightningcss@1.32.0))(vue@3.5.33(typescript@6.0.3))': + '@vitejs/plugin-vue@6.0.5(vite@7.3.6(@types/node@26.1.0)(lightningcss@1.32.0))(vue@3.5.39(typescript@6.0.3))': dependencies: '@rolldown/pluginutils': 1.0.0-rc.2 - vite: 7.3.6(@types/node@26.0.1)(lightningcss@1.32.0) - vue: 3.5.33(typescript@6.0.3) + vite: 7.3.6(@types/node@26.1.0)(lightningcss@1.32.0) + vue: 3.5.39(typescript@6.0.3) '@vitest/coverage-v8@4.1.9(vitest@4.1.9)': dependencies: @@ -2500,7 +2477,7 @@ snapshots: obug: 2.1.3 std-env: 4.1.0 tinyrainbow: 3.1.0 - vitest: 4.1.9(@types/node@26.0.1)(@vitest/coverage-v8@4.1.9)(happy-dom@20.10.6)(vite@8.1.2(@types/node@26.0.1)(esbuild@0.27.4)) + vitest: 4.1.9(@types/node@26.1.0)(@vitest/coverage-v8@4.1.9)(happy-dom@20.10.6)(vite@8.1.3(@types/node@26.1.0)(esbuild@0.27.4)) '@vitest/expect@4.1.9': dependencies: @@ -2511,13 +2488,13 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.1.0 - '@vitest/mocker@4.1.9(vite@8.1.2(@types/node@26.0.1)(esbuild@0.27.4))': + '@vitest/mocker@4.1.9(vite@8.1.3(@types/node@26.1.0)(esbuild@0.27.4))': dependencies: '@vitest/spy': 4.1.9 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.1.2(@types/node@26.0.1)(esbuild@0.27.4) + vite: 8.1.3(@types/node@26.1.0)(esbuild@0.27.4) '@vitest/pretty-format@4.1.9': dependencies: @@ -2555,14 +2532,6 @@ snapshots: path-browserify: 1.0.1 vscode-uri: 3.1.0 - '@vue/compiler-core@3.5.33': - dependencies: - '@babel/parser': 7.29.7 - '@vue/shared': 3.5.33 - entities: 7.0.1 - estree-walker: 2.0.2 - source-map-js: 1.2.1 - '@vue/compiler-core@3.5.39': dependencies: '@babel/parser': 7.29.7 @@ -2571,32 +2540,27 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-dom@3.5.33': - dependencies: - '@vue/compiler-core': 3.5.33 - '@vue/shared': 3.5.33 - '@vue/compiler-dom@3.5.39': dependencies: '@vue/compiler-core': 3.5.39 '@vue/shared': 3.5.39 - '@vue/compiler-sfc@3.5.33': + '@vue/compiler-sfc@3.5.39': dependencies: - '@babel/parser': 7.29.3 - '@vue/compiler-core': 3.5.33 - '@vue/compiler-dom': 3.5.33 - '@vue/compiler-ssr': 3.5.33 - '@vue/shared': 3.5.33 + '@babel/parser': 7.29.7 + '@vue/compiler-core': 3.5.39 + '@vue/compiler-dom': 3.5.39 + '@vue/compiler-ssr': 3.5.39 + '@vue/shared': 3.5.39 estree-walker: 2.0.2 magic-string: 0.30.21 - postcss: 8.5.15 + postcss: 8.5.16 source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.33': + '@vue/compiler-ssr@3.5.39': dependencies: - '@vue/compiler-dom': 3.5.33 - '@vue/shared': 3.5.33 + '@vue/compiler-dom': 3.5.39 + '@vue/shared': 3.5.39 '@vue/devtools-api@8.1.1': dependencies: @@ -2611,7 +2575,7 @@ snapshots: '@vue/devtools-shared@8.1.1': {} - '@vue/language-core@3.2.7': + '@vue/language-core@3.3.6': dependencies: '@volar/language-core': 2.4.28 '@vue/compiler-dom': 3.5.39 @@ -2621,62 +2585,60 @@ snapshots: path-browserify: 1.0.1 picomatch: 4.0.4 - '@vue/reactivity@3.5.33': + '@vue/reactivity@3.5.39': dependencies: - '@vue/shared': 3.5.33 + '@vue/shared': 3.5.39 - '@vue/runtime-core@3.5.33': + '@vue/runtime-core@3.5.39': dependencies: - '@vue/reactivity': 3.5.33 - '@vue/shared': 3.5.33 + '@vue/reactivity': 3.5.39 + '@vue/shared': 3.5.39 - '@vue/runtime-dom@3.5.33': + '@vue/runtime-dom@3.5.39': dependencies: - '@vue/reactivity': 3.5.33 - '@vue/runtime-core': 3.5.33 - '@vue/shared': 3.5.33 + '@vue/reactivity': 3.5.39 + '@vue/runtime-core': 3.5.39 + '@vue/shared': 3.5.39 csstype: 3.2.3 - '@vue/server-renderer@3.5.33(vue@3.5.33(typescript@6.0.3))': + '@vue/server-renderer@3.5.39(vue@3.5.39(typescript@6.0.3))': dependencies: - '@vue/compiler-ssr': 3.5.33 - '@vue/shared': 3.5.33 - vue: 3.5.33(typescript@6.0.3) + '@vue/compiler-ssr': 3.5.39 + '@vue/shared': 3.5.39 + vue: 3.5.39(typescript@6.0.3) '@vue/shared@3.5.31': {} - '@vue/shared@3.5.33': {} - '@vue/shared@3.5.39': {} - '@vueuse/core@14.2.1(vue@3.5.33(typescript@6.0.3))': + '@vueuse/core@14.2.1(vue@3.5.39(typescript@6.0.3))': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 14.2.1 - '@vueuse/shared': 14.2.1(vue@3.5.33(typescript@6.0.3)) - vue: 3.5.33(typescript@6.0.3) + '@vueuse/shared': 14.2.1(vue@3.5.39(typescript@6.0.3)) + vue: 3.5.39(typescript@6.0.3) - '@vueuse/integrations@14.2.1(focus-trap@7.8.0)(vue@3.5.33(typescript@6.0.3))': + '@vueuse/integrations@14.2.1(focus-trap@7.8.0)(vue@3.5.39(typescript@6.0.3))': dependencies: - '@vueuse/core': 14.2.1(vue@3.5.33(typescript@6.0.3)) - '@vueuse/shared': 14.2.1(vue@3.5.33(typescript@6.0.3)) - vue: 3.5.33(typescript@6.0.3) + '@vueuse/core': 14.2.1(vue@3.5.39(typescript@6.0.3)) + '@vueuse/shared': 14.2.1(vue@3.5.39(typescript@6.0.3)) + vue: 3.5.39(typescript@6.0.3) optionalDependencies: focus-trap: 7.8.0 - '@vueuse/integrations@14.2.1(focus-trap@8.0.1)(vue@3.5.33(typescript@6.0.3))': + '@vueuse/integrations@14.2.1(focus-trap@8.0.1)(vue@3.5.39(typescript@6.0.3))': dependencies: - '@vueuse/core': 14.2.1(vue@3.5.33(typescript@6.0.3)) - '@vueuse/shared': 14.2.1(vue@3.5.33(typescript@6.0.3)) - vue: 3.5.33(typescript@6.0.3) + '@vueuse/core': 14.2.1(vue@3.5.39(typescript@6.0.3)) + '@vueuse/shared': 14.2.1(vue@3.5.39(typescript@6.0.3)) + vue: 3.5.39(typescript@6.0.3) optionalDependencies: focus-trap: 8.0.1 '@vueuse/metadata@14.2.1': {} - '@vueuse/shared@14.2.1(vue@3.5.33(typescript@6.0.3))': + '@vueuse/shared@14.2.1(vue@3.5.39(typescript@6.0.3))': dependencies: - vue: 3.5.33(typescript@6.0.3) + vue: 3.5.39(typescript@6.0.3) acorn@8.16.0: {} @@ -2704,7 +2666,7 @@ snapshots: buffer-image-size@0.6.4: dependencies: - '@types/node': 26.0.1 + '@types/node': 26.1.0 cac@7.0.0: {} @@ -2800,7 +2762,7 @@ snapshots: happy-dom@20.10.6: dependencies: - '@types/node': 26.0.1 + '@types/node': 26.1.0 '@types/whatwg-mimetype': 3.0.2 '@types/ws': 8.18.1 buffer-image-size: 0.6.4 @@ -3077,7 +3039,7 @@ snapshots: resolve-pkg-maps@1.0.0: {} - rolldown-plugin-dts@0.26.0(rolldown@1.1.3)(typescript@6.0.3)(vue-tsc@3.2.7(typescript@6.0.3)): + rolldown-plugin-dts@0.26.0(rolldown@1.1.3)(typescript@6.0.3)(vue-tsc@3.3.6(typescript@6.0.3)): dependencies: '@babel/generator': 8.0.0 '@babel/helper-validator-identifier': 8.0.2 @@ -3090,7 +3052,7 @@ snapshots: rolldown: 1.1.3 optionalDependencies: typescript: 6.0.3 - vue-tsc: 3.2.7(typescript@6.0.3) + vue-tsc: 3.3.6(typescript@6.0.3) transitivePeerDependencies: - oxc-resolver @@ -3178,9 +3140,7 @@ snapshots: dependencies: has-flag: 4.0.0 - synthkernel@0.0.2: - dependencies: - '@needle-di/core': 1.1.2 + synthkernel@0.1.0: {} tabbable@6.4.0: {} @@ -3203,7 +3163,7 @@ snapshots: trim-lines@3.0.1: {} - tsdown@0.22.3(typescript@6.0.3)(vue-tsc@3.2.7(typescript@6.0.3)): + tsdown@0.22.3(typescript@6.0.3)(vue-tsc@3.3.6(typescript@6.0.3)): dependencies: ansis: 4.3.1 cac: 7.0.0 @@ -3214,7 +3174,7 @@ snapshots: obug: 2.1.3 picomatch: 4.0.4 rolldown: 1.1.3 - rolldown-plugin-dts: 0.26.0(rolldown@1.1.3)(typescript@6.0.3)(vue-tsc@3.2.7(typescript@6.0.3)) + rolldown-plugin-dts: 0.26.0(rolldown@1.1.3)(typescript@6.0.3)(vue-tsc@3.3.6(typescript@6.0.3)) semver: 7.8.5 tinyexec: 1.2.4 tinyglobby: 0.2.17 @@ -3284,7 +3244,7 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vite@7.3.6(@types/node@26.0.1)(lightningcss@1.32.0): + vite@7.3.6(@types/node@26.1.0)(lightningcss@1.32.0): dependencies: esbuild: 0.27.4 fdir: 6.5.0(picomatch@4.0.4) @@ -3293,11 +3253,11 @@ snapshots: rollup: 4.60.1 tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 26.0.1 + '@types/node': 26.1.0 fsevents: 2.3.3 lightningcss: 1.32.0 - vite@8.1.2(@types/node@26.0.1)(esbuild@0.27.4): + vite@8.1.3(@types/node@26.1.0)(esbuild@0.27.4): dependencies: lightningcss: 1.32.0 picomatch: 4.0.4 @@ -3305,29 +3265,29 @@ snapshots: rolldown: 1.1.3 tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 26.0.1 + '@types/node': 26.1.0 esbuild: 0.27.4 fsevents: 2.3.3 - vitepress-plugin-group-icons@1.7.5(vite@7.3.6(@types/node@26.0.1)(lightningcss@1.32.0)): + vitepress-plugin-group-icons@1.7.5(vite@7.3.6(@types/node@26.1.0)(lightningcss@1.32.0)): dependencies: '@iconify-json/logos': 1.2.11 '@iconify-json/vscode-icons': 1.2.47 '@iconify/utils': 3.1.1 optionalDependencies: - vite: 7.3.6(@types/node@26.0.1)(lightningcss@1.32.0) + vite: 7.3.6(@types/node@26.1.0)(lightningcss@1.32.0) - vitepress-theme-trito@1.1.1(@types/node@26.0.1)(focus-trap@7.8.0)(lightningcss@1.32.0)(postcss@8.5.15)(typescript@6.0.3): + vitepress-theme-trito@1.1.1(@types/node@26.1.0)(focus-trap@7.8.0)(lightningcss@1.32.0)(postcss@8.5.16)(typescript@6.0.3): dependencies: '@docsearch/css': 4.6.2 '@docsearch/js': 4.6.2 - '@tabler/icons-vue': 3.41.1(vue@3.5.33(typescript@6.0.3)) - '@vueuse/core': 14.2.1(vue@3.5.33(typescript@6.0.3)) - '@vueuse/integrations': 14.2.1(focus-trap@7.8.0)(vue@3.5.33(typescript@6.0.3)) + '@tabler/icons-vue': 3.41.1(vue@3.5.39(typescript@6.0.3)) + '@vueuse/core': 14.2.1(vue@3.5.39(typescript@6.0.3)) + '@vueuse/integrations': 14.2.1(focus-trap@7.8.0)(vue@3.5.39(typescript@6.0.3)) mark.js: 8.11.1 minisearch: 7.2.0 - vitepress: 2.0.0-alpha.16(@types/node@26.0.1)(lightningcss@1.32.0)(postcss@8.5.15)(typescript@6.0.3) - vue: 3.5.33(typescript@6.0.3) + vitepress: 2.0.0-alpha.16(@types/node@26.1.0)(lightningcss@1.32.0)(postcss@8.5.16)(typescript@6.0.3) + vue: 3.5.39(typescript@6.0.3) transitivePeerDependencies: - '@types/node' - async-validator @@ -3357,7 +3317,7 @@ snapshots: - universal-cookie - yaml - vitepress@2.0.0-alpha.16(@types/node@26.0.1)(lightningcss@1.32.0)(postcss@8.5.15)(typescript@6.0.3): + vitepress@2.0.0-alpha.16(@types/node@26.1.0)(lightningcss@1.32.0)(postcss@8.5.16)(typescript@6.0.3): dependencies: '@docsearch/css': 4.6.2 '@docsearch/js': 4.6.2 @@ -3367,19 +3327,19 @@ snapshots: '@shikijs/transformers': 3.23.0 '@shikijs/types': 3.23.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 6.0.5(vite@7.3.6(@types/node@26.0.1)(lightningcss@1.32.0))(vue@3.5.33(typescript@6.0.3)) + '@vitejs/plugin-vue': 6.0.5(vite@7.3.6(@types/node@26.1.0)(lightningcss@1.32.0))(vue@3.5.39(typescript@6.0.3)) '@vue/devtools-api': 8.1.1 - '@vue/shared': 3.5.33 - '@vueuse/core': 14.2.1(vue@3.5.33(typescript@6.0.3)) - '@vueuse/integrations': 14.2.1(focus-trap@7.8.0)(vue@3.5.33(typescript@6.0.3)) + '@vue/shared': 3.5.39 + '@vueuse/core': 14.2.1(vue@3.5.39(typescript@6.0.3)) + '@vueuse/integrations': 14.2.1(focus-trap@7.8.0)(vue@3.5.39(typescript@6.0.3)) focus-trap: 7.8.0 mark.js: 8.11.1 minisearch: 7.2.0 shiki: 3.23.0 - vite: 7.3.6(@types/node@26.0.1)(lightningcss@1.32.0) - vue: 3.5.33(typescript@6.0.3) + vite: 7.3.6(@types/node@26.1.0)(lightningcss@1.32.0) + vue: 3.5.39(typescript@6.0.3) optionalDependencies: - postcss: 8.5.15 + postcss: 8.5.16 transitivePeerDependencies: - '@types/node' - async-validator @@ -3405,7 +3365,7 @@ snapshots: - universal-cookie - yaml - vitepress@2.0.0-alpha.17(@types/node@26.0.1)(lightningcss@1.32.0)(postcss@8.5.15)(typescript@6.0.3): + vitepress@2.0.0-alpha.17(@types/node@26.1.0)(lightningcss@1.32.0)(postcss@8.5.16)(typescript@6.0.3): dependencies: '@docsearch/css': 4.6.2 '@docsearch/js': 4.6.2 @@ -3415,19 +3375,19 @@ snapshots: '@shikijs/transformers': 3.23.0 '@shikijs/types': 3.23.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 6.0.5(vite@7.3.6(@types/node@26.0.1)(lightningcss@1.32.0))(vue@3.5.33(typescript@6.0.3)) + '@vitejs/plugin-vue': 6.0.5(vite@7.3.6(@types/node@26.1.0)(lightningcss@1.32.0))(vue@3.5.39(typescript@6.0.3)) '@vue/devtools-api': 8.1.1 '@vue/shared': 3.5.31 - '@vueuse/core': 14.2.1(vue@3.5.33(typescript@6.0.3)) - '@vueuse/integrations': 14.2.1(focus-trap@8.0.1)(vue@3.5.33(typescript@6.0.3)) + '@vueuse/core': 14.2.1(vue@3.5.39(typescript@6.0.3)) + '@vueuse/integrations': 14.2.1(focus-trap@8.0.1)(vue@3.5.39(typescript@6.0.3)) focus-trap: 8.0.1 mark.js: 8.11.1 minisearch: 7.2.0 shiki: 3.23.0 - vite: 7.3.6(@types/node@26.0.1)(lightningcss@1.32.0) - vue: 3.5.33(typescript@6.0.3) + vite: 7.3.6(@types/node@26.1.0)(lightningcss@1.32.0) + vue: 3.5.39(typescript@6.0.3) optionalDependencies: - postcss: 8.5.15 + postcss: 8.5.16 transitivePeerDependencies: - '@types/node' - async-validator @@ -3453,10 +3413,10 @@ snapshots: - universal-cookie - yaml - vitest@4.1.9(@types/node@26.0.1)(@vitest/coverage-v8@4.1.9)(happy-dom@20.10.6)(vite@8.1.2(@types/node@26.0.1)(esbuild@0.27.4)): + vitest@4.1.9(@types/node@26.1.0)(@vitest/coverage-v8@4.1.9)(happy-dom@20.10.6)(vite@8.1.3(@types/node@26.1.0)(esbuild@0.27.4)): dependencies: '@vitest/expect': 4.1.9 - '@vitest/mocker': 4.1.9(vite@8.1.2(@types/node@26.0.1)(esbuild@0.27.4)) + '@vitest/mocker': 4.1.9(vite@8.1.3(@types/node@26.1.0)(esbuild@0.27.4)) '@vitest/pretty-format': 4.1.9 '@vitest/runner': 4.1.9 '@vitest/snapshot': 4.1.9 @@ -3473,10 +3433,10 @@ snapshots: tinyexec: 1.2.4 tinyglobby: 0.2.17 tinyrainbow: 3.1.0 - vite: 8.1.2(@types/node@26.0.1)(esbuild@0.27.4) + vite: 8.1.3(@types/node@26.1.0)(esbuild@0.27.4) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 26.0.1 + '@types/node': 26.1.0 '@vitest/coverage-v8': 4.1.9(vitest@4.1.9) happy-dom: 20.10.6 transitivePeerDependencies: @@ -3484,19 +3444,19 @@ snapshots: vscode-uri@3.1.0: {} - vue-tsc@3.2.7(typescript@6.0.3): + vue-tsc@3.3.6(typescript@6.0.3): dependencies: '@volar/typescript': 2.4.28 - '@vue/language-core': 3.2.7 + '@vue/language-core': 3.3.6 typescript: 6.0.3 - vue@3.5.33(typescript@6.0.3): + vue@3.5.39(typescript@6.0.3): dependencies: - '@vue/compiler-dom': 3.5.33 - '@vue/compiler-sfc': 3.5.33 - '@vue/runtime-dom': 3.5.33 - '@vue/server-renderer': 3.5.33(vue@3.5.33(typescript@6.0.3)) - '@vue/shared': 3.5.33 + '@vue/compiler-dom': 3.5.39 + '@vue/compiler-sfc': 3.5.39 + '@vue/runtime-dom': 3.5.39 + '@vue/server-renderer': 3.5.39(vue@3.5.39(typescript@6.0.3)) + '@vue/shared': 3.5.39 optionalDependencies: typescript: 6.0.3