From 1cc4b2e21cbde975f603e22491f806e59b041fe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 13:15:39 +0000 Subject: [PATCH 1/2] fix(deps): update all non-major dependencies --- go.mod | 20 +- go.sum | 20 ++ package.json | 24 +- pnpm-lock.yaml | 792 ++++++++++++++++++++++++++----------------------- 4 files changed, 463 insertions(+), 393 deletions(-) diff --git a/go.mod b/go.mod index aa2396fe28f2..6dfddb1e2c27 100644 --- a/go.mod +++ b/go.mod @@ -13,8 +13,8 @@ require ( github.com/spf13/afero v1.15.0 github.com/stretchr/objx v0.5.2 // indirect github.com/stretchr/testify v1.11.1 - golang.org/x/net v0.54.0 // indirect - golang.org/x/sys v0.45.0 // indirect + golang.org/x/net v0.55.0 // indirect + golang.org/x/sys v0.46.0 // indirect gopkg.in/yaml.v3 v3.0.1 ) @@ -37,13 +37,13 @@ require ( github.com/wk8/go-ordered-map/v2 v2.1.8 github.com/yuin/goldmark v1.8.2 go.yaml.in/yaml/v3 v3.0.4 - golang.org/x/crypto v0.52.0 - golang.org/x/sync v0.20.0 + golang.org/x/crypto v0.53.0 + golang.org/x/sync v0.21.0 google.golang.org/grpc v1.81.1 google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af - k8s.io/api v0.36.1 - k8s.io/apimachinery v0.36.1 - k8s.io/client-go v0.36.1 + k8s.io/api v0.36.2 + k8s.io/apimachinery v0.36.2 + k8s.io/client-go v0.36.2 k8s.io/metrics v0.36.1 ) @@ -147,8 +147,8 @@ require ( go.yaml.in/yaml/v2 v2.4.4 // indirect go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect golang.org/x/oauth2 v0.36.0 // indirect - golang.org/x/term v0.43.0 // indirect - golang.org/x/text v0.37.0 // indirect + golang.org/x/term v0.44.0 // indirect + golang.org/x/text v0.38.0 // indirect golang.org/x/time v0.15.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20260504160031-60b97b32f348 // indirect google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.2 // indirect @@ -157,7 +157,7 @@ require ( gopkg.in/warnings.v0 v0.1.2 // indirect k8s.io/klog/v2 v2.140.0 // indirect k8s.io/kube-openapi v0.0.0-20260507235316-19c3011e7fa0 // indirect - k8s.io/streaming v0.36.1 // indirect + k8s.io/streaming v0.36.2 // indirect k8s.io/utils v0.0.0-20260507154919-ff6756f316d2 // indirect sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect sigs.k8s.io/randfill v1.0.0 // indirect diff --git a/go.sum b/go.sum index b2b3a75b9529..07b64864450e 100644 --- a/go.sum +++ b/go.sum @@ -451,6 +451,8 @@ golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI= golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8= golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988= golang.org/x/crypto v0.52.0/go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc= +golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto= +golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio= golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f h1:W3F4c+6OLc6H2lb//N1q4WpJkhzJCK5J6kUi1NTVXfM= golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f/go.mod h1:J1xhfL/vlindoeF/aINzNzt2Bket5bjo9sdOYzOsU80= golang.org/x/image v0.39.0 h1:skVYidAEVKgn8lZ602XO75asgXBgLj9G/FE3RbuPFww= @@ -474,6 +476,8 @@ golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= golang.org/x/net v0.54.0 h1:2zJIZAxAHV/OHCDTCOHAYehQzLfSXuf/5SoL/Dv6w/w= golang.org/x/net v0.54.0/go.mod h1:Sj4oj8jK6XmHpBZU/zWHw3BV3abl4Kvi+Ut7cQcY+cQ= +golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8= +golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww= golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs= golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -485,6 +489,8 @@ golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4= golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0= +golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM= +golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -504,6 +510,8 @@ golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ= golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY= golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= +golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw= +golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2/go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= @@ -515,6 +523,8 @@ golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4= golang.org/x/term v0.43.0/go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk= +golang.org/x/term v0.44.0 h1:0rLvDRCtNj0gZkyIXhCyOb2OAzEhLVqc4B+hrsBhrmc= +golang.org/x/term v0.44.0/go.mod h1:7ze4MdzUzLXpSAoFP1H0bOI9aXDqveSvatT5vKcFh2Y= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= @@ -527,6 +537,8 @@ golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc= golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38= +golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE= +golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4= golang.org/x/time v0.15.0 h1:bbrp8t3bGUeFOx08pvsMYRTCVSMk89u4tKbNOZbp88U= golang.org/x/time v0.15.0/go.mod h1:Y4YMaQmXwGQZoFaVFk4YpCt4FLQMYKZe9oeV/f4MSno= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -572,14 +584,20 @@ k8s.io/api v0.36.0 h1:SgqDhZzHdOtMk40xVSvCXkP9ME0H05hPM3p9AB1kL80= k8s.io/api v0.36.0/go.mod h1:m1LVrGPNYax5NBHdO+QuAedXyuzTt4RryI/qnmNvs34= k8s.io/api v0.36.1 h1:XbL/EMj8K2aJpJtePmqUyQMsM0D4QI2pvl7YKJ20FTY= k8s.io/api v0.36.1/go.mod h1:KOWo4ey3TINlXjeHVuwB3i+tXXnu+UcwFBHlI/9dvEo= +k8s.io/api v0.36.2 h1:TF6YDLIzKfccK7cq9YpTcGX8TJmEkHVRv78DM51fRYY= +k8s.io/api v0.36.2/go.mod h1:F4LbMO4brjZYh7yFkXWhynSvtB7YauxV4c+HHkNRGNg= k8s.io/apimachinery v0.36.0 h1:jZyPzhd5Z+3h9vJLt0z9XdzW9VzNzWAUw+P1xZ9PXtQ= k8s.io/apimachinery v0.36.0/go.mod h1:FklypaRJt6n5wUIwWXIP6GJlIpUizTgfo1T/As+Tyxc= k8s.io/apimachinery v0.36.1 h1:G63Gjx2W+q0YD+72Vo8oY0nDnePVwnuzTmmy5ENrVSA= k8s.io/apimachinery v0.36.1/go.mod h1:ibYOR00vW/I1kzvi5SF0dRuJ52BvKtfvRdOn35GPQ+8= +k8s.io/apimachinery v0.36.2 h1:0PE/W/WNy1UX61NLbXY5TMbJ6UwLL6E6lAPkYrKFxbQ= +k8s.io/apimachinery v0.36.2/go.mod h1:fvf/HOLXq9RId0rnDIbN1OEBvHXdQbLMM8nu0LcBUf4= k8s.io/client-go v0.36.0 h1:pOYi7C4RHChYjMiHpZSpSbIM6ZxVbRXBy7CuiIwqA3c= k8s.io/client-go v0.36.0/go.mod h1:ZKKcpwF0aLYfkHFCjillCKaTK/yBkEDHTDXCFY6AS9Y= k8s.io/client-go v0.36.1 h1:FN/K8QIT2CEDt+2WB2HnWrUANZ50AP5GII43/SP2JR0= k8s.io/client-go v0.36.1/go.mod h1:s6rAnCtTGYDQnpNjEhSaISV+2O8jwruZ6m3QOYBFbtU= +k8s.io/client-go v0.36.2 h1:bfgxmFKc9CgqsgX4xKLAAdmTQlWee7Ob/HlDOrJ5TBI= +k8s.io/client-go v0.36.2/go.mod h1:1vgO4OAlfPnoLcb+Rze2GF5rAr14w8qjrYMoyXJzQj0= k8s.io/klog/v2 v2.140.0 h1:Tf+J3AH7xnUzZyVVXhTgGhEKnFqye14aadWv7bzXdzc= k8s.io/klog/v2 v2.140.0/go.mod h1:o+/RWfJ6PwpnFn7OyAG3QnO47BFsymfEfrz6XyYSSp0= k8s.io/kube-openapi v0.0.0-20260507235316-19c3011e7fa0 h1:1h+/yvsq5zm1mP/1wxmkRjTdrGpNDmumj+lsiJgwWTQ= @@ -592,6 +610,8 @@ k8s.io/streaming v0.36.0 h1:agnTxU+NFulUrtYzXUGKO3ndEa8jKwht1Kwn9nu9x+4= k8s.io/streaming v0.36.0/go.mod h1:z6fV3D+NVkoeqRMtWwlUZK6U17SY/LqNzOxWL6GyR/s= k8s.io/streaming v0.36.1 h1:L+K68n4Gg940BGNNYtUBvL1WTLL0YnKT3s+P1MNAmR4= k8s.io/streaming v0.36.1/go.mod h1:z6fV3D+NVkoeqRMtWwlUZK6U17SY/LqNzOxWL6GyR/s= +k8s.io/streaming v0.36.2 h1:NSKthPPg9UFSKsRauVJUVGH2Dvn8fhKmY4qrMkw/p98= +k8s.io/streaming v0.36.2/go.mod h1:z6fV3D+NVkoeqRMtWwlUZK6U17SY/LqNzOxWL6GyR/s= k8s.io/utils v0.0.0-20260507154919-ff6756f316d2 h1:wU4tMEhLGgIbLvXQb1cfN+EcM0wf7zC6CPF+C79jroc= k8s.io/utils v0.0.0-20260507154919-ff6756f316d2/go.mod h1:xDxuJ0whA3d0I4mf/C4ppKHxXynQ+fxnkmQH0vTHnuk= pgregory.net/rapid v1.2.0 h1:keKAYRcjm+e1F0oAuU5F5+YPAWcyxNNRK2wud503Gnk= diff --git a/package.json b/package.json index 2024d2bb8a7e..8e8dcc045242 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": { "url": "https://github.com/amir20/dozzle/issues" }, - "packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916", + "packageManager": "pnpm@11.6.0+sha512.9a36518224080c6fe5165afdcfe79bfa118c29be703f3f462b1e32efe1e98e47e8750b148e08286250aad4113cc7993ca413c4e2cd447752708c2ee5751bc95f", "type": "module", "repository": { "type": "git", @@ -35,20 +35,20 @@ "@codemirror/language": "^6.12.3", "@codemirror/state": "^6.6.0", "@codemirror/theme-one-dark": "^6.1.3", - "@codemirror/view": "^6.43.0", + "@codemirror/view": "^6.43.1", "@duckdb/duckdb-wasm": "1.33.1-dev45.0", "@fontsource/jetbrains-mono": "^5.2.8", "@iconify-json/carbon": "^1.2.23", "@iconify-json/cil": "^1.2.3", "@iconify-json/ic": "^1.2.4", - "@iconify-json/material-symbols": "^1.2.76", + "@iconify-json/material-symbols": "^1.2.77", "@iconify-json/mdi": "^1.2.3", "@iconify-json/mdi-light": "^1.2.2", "@iconify-json/octicon": "^1.2.28", "@iconify-json/ph": "^1.2.2", "@intlify/unplugin-vue-i18n": "^11.2.3", "@lezer/highlight": "^1.2.3", - "@tailwindcss/typography": "^0.5.19", + "@tailwindcss/typography": "^0.5.20", "@tailwindcss/vite": "4.3.0", "@vueuse/components": "^14.3.0", "@vueuse/core": "^14.3.0", @@ -76,24 +76,24 @@ "vite-plugin-vue-layouts": "^0.11.0", "vite-svg-loader": "^5.1.1", "vitepress": "1.6.4", - "vue": "^3.5.35", + "vue": "^3.5.38", "vue-i18n": "^11.4.5", "vue-router": "^5.1.0" }, "devDependencies": { "@apache-arrow/esnext-esm": "^21.1.0", "@iconify-json/ion": "^1.2.7", - "@iconify-json/material-symbols-light": "^1.2.76", + "@iconify-json/material-symbols-light": "^1.2.77", "@iconify-json/ri": "^1.2.10", - "@iconify-json/simple-icons": "^1.2.85", + "@iconify-json/simple-icons": "^1.2.86", "@iconify-json/svg-spinners": "^1.2.4", "@iconify/vue": "^5.0.1", "@pinia/testing": "^1.0.3", "@playwright/test": "^1.60.0", "@types/lodash.debounce": "^4.0.9", - "@types/node": "^25.9.2", + "@types/node": "^25.9.3", "@vitejs/plugin-vue": "6.0.7", - "@vue/compiler-sfc": "^3.5.35", + "@vue/compiler-sfc": "^3.5.38", "@vue/test-utils": "^2.4.11", "bumpp": "^11.1.0", "c8": "^11.0.0", @@ -101,14 +101,14 @@ "eventsourcemock": "^2.0.0", "jsdom": "^29.1.1", "lint-staged": "^17.0.7", - "prettier": "^3.8.3", + "prettier": "^3.8.4", "prettier-plugin-tailwindcss": "^0.8.0", "simple-git-hooks": "^2.13.1", "ts-node": "^10.9.2", "typescript": "^6.0.3", "vitest": "^4.1.8", - "vue-component-type-helpers": "3.3.3", - "vue-tsc": "3.3.3" + "vue-component-type-helpers": "3.3.4", + "vue-tsc": "3.3.4" }, "lint-staged": { "*.{js,vue,css,ts,html,md}": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb4acd2b8374..9557facb536e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^6.1.3 version: 6.1.3 '@codemirror/view': - specifier: ^6.43.0 - version: 6.43.0 + specifier: ^6.43.1 + version: 6.43.1 '@duckdb/duckdb-wasm': specifier: 1.33.1-dev45.0 version: 1.33.1-dev45.0 @@ -45,8 +45,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@iconify-json/material-symbols': - specifier: ^1.2.76 - version: 1.2.76 + specifier: ^1.2.77 + version: 1.2.77 '@iconify-json/mdi': specifier: ^1.2.3 version: 1.2.3 @@ -61,28 +61,28 @@ importers: version: 1.2.2 '@intlify/unplugin-vue-i18n': specifier: ^11.2.3 - version: 11.2.3(@vue/compiler-dom@3.5.35)(eslint@9.19.0(jiti@2.7.0))(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue-i18n@11.4.5(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3)) + version: 11.2.3(@vue/compiler-dom@3.5.35)(eslint@9.19.0(jiti@2.7.0))(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) '@lezer/highlight': specifier: ^1.2.3 version: 1.2.3 '@tailwindcss/typography': - specifier: ^0.5.19 - version: 0.5.19(tailwindcss@4.3.0) + specifier: ^0.5.20 + version: 0.5.20(tailwindcss@4.3.0) '@tailwindcss/vite': specifier: 4.3.0 - version: 4.3.0(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0)) + version: 4.3.0(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0)) '@vueuse/components': specifier: ^14.3.0 - version: 14.3.0(vue@3.5.35(typescript@6.0.3)) + version: 14.3.0(vue@3.5.38(typescript@6.0.3)) '@vueuse/core': specifier: ^14.3.0 - version: 14.3.0(vue@3.5.35(typescript@6.0.3)) + version: 14.3.0(vue@3.5.38(typescript@6.0.3)) '@vueuse/integrations': specifier: ^14.3.0 - version: 14.3.0(focus-trap@7.8.0)(fuse.js@7.4.2)(sortablejs@1.15.7)(vue@3.5.35(typescript@6.0.3)) + version: 14.3.0(focus-trap@7.8.0)(fuse.js@7.4.2)(sortablejs@1.15.7)(vue@3.5.38(typescript@6.0.3)) '@vueuse/router': specifier: 14.3.0 - version: 14.3.0(vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3)) + version: 14.3.0(vue-router@5.1.0(@vue/compiler-sfc@3.5.38)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) '@xterm/addon-fit': specifier: ^0.11.0 version: 0.11.0 @@ -112,13 +112,13 @@ importers: version: 4.0.8 pinia: specifier: ^3.0.4 - version: 3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)) + version: 3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)) sortablejs: specifier: ^1.15.7 version: 1.15.7 splitpanes: specifier: ^4.1.2 - version: 4.1.2(vue@3.5.35(typescript@6.0.3)) + version: 4.1.2(vue@3.5.38(typescript@6.0.3)) strip-ansi: specifier: ^7.2.0 version: 7.2.0 @@ -127,37 +127,37 @@ importers: version: 4.3.0 unplugin-auto-import: specifier: ^21.0.0 - version: 21.0.0(@vueuse/core@14.3.0(vue@3.5.35(typescript@6.0.3))) + version: 21.0.0(@vueuse/core@14.3.0(vue@3.5.38(typescript@6.0.3))) unplugin-icons: specifier: ^23.0.1 - version: 23.0.1(@vue/compiler-sfc@3.5.35) + version: 23.0.1(@vue/compiler-sfc@3.5.38) unplugin-vue-components: specifier: ^32.1.0 - version: 32.1.0(vue@3.5.35(typescript@6.0.3)) + version: 32.1.0(vue@3.5.38(typescript@6.0.3)) unplugin-vue-macros: specifier: ^2.14.5 - version: 2.14.5(@vueuse/core@14.3.0(vue@3.5.35(typescript@6.0.3)))(rolldown@1.0.3)(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue-tsc@3.3.3(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3)) + version: 2.14.5(@vueuse/core@14.3.0(vue@3.5.38(typescript@6.0.3)))(rolldown@1.0.3)(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue-tsc@3.3.4(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3)) vite: specifier: 8.0.16 - version: 8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0) + version: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) vite-plugin-vue-layouts: specifier: ^0.11.0 - version: 0.11.0(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3)) + version: 0.11.0(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue-router@5.1.0(@vue/compiler-sfc@3.5.38)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) vite-svg-loader: specifier: ^5.1.1 - version: 5.1.1(vue@3.5.35(typescript@6.0.3)) + version: 5.1.1(vue@3.5.38(typescript@6.0.3)) vitepress: specifier: 1.6.4 - version: 1.6.4(@algolia/client-search@5.52.1)(@types/node@25.9.2)(fuse.js@7.4.2)(lightningcss@1.32.0)(postcss@8.5.15)(search-insights@2.17.3)(sortablejs@1.15.7)(typescript@6.0.3) + version: 1.6.4(@algolia/client-search@5.52.1)(@types/node@25.9.3)(fuse.js@7.4.2)(lightningcss@1.32.0)(postcss@8.5.15)(search-insights@2.17.3)(sortablejs@1.15.7)(typescript@6.0.3) vue: - specifier: ^3.5.35 - version: 3.5.35(typescript@6.0.3) + specifier: ^3.5.38 + version: 3.5.38(typescript@6.0.3) vue-i18n: specifier: ^11.4.5 - version: 11.4.5(vue@3.5.35(typescript@6.0.3)) + version: 11.4.5(vue@3.5.38(typescript@6.0.3)) vue-router: specifier: ^5.1.0 - version: 5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)) + version: 5.1.0(@vue/compiler-sfc@3.5.38)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) devDependencies: '@apache-arrow/esnext-esm': specifier: ^21.1.0 @@ -166,23 +166,23 @@ importers: specifier: ^1.2.7 version: 1.2.7 '@iconify-json/material-symbols-light': - specifier: ^1.2.76 - version: 1.2.76 + specifier: ^1.2.77 + version: 1.2.77 '@iconify-json/ri': specifier: ^1.2.10 version: 1.2.10 '@iconify-json/simple-icons': - specifier: ^1.2.85 - version: 1.2.85 + specifier: ^1.2.86 + version: 1.2.86 '@iconify-json/svg-spinners': specifier: ^1.2.4 version: 1.2.4 '@iconify/vue': specifier: ^5.0.1 - version: 5.0.1(vue@3.5.35(typescript@6.0.3)) + version: 5.0.1(vue@3.5.38(typescript@6.0.3)) '@pinia/testing': specifier: ^1.0.3 - version: 1.0.3(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3))) + version: 1.0.3(pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3))) '@playwright/test': specifier: ^1.60.0 version: 1.60.0 @@ -190,17 +190,17 @@ importers: specifier: ^4.0.9 version: 4.0.9 '@types/node': - specifier: ^25.9.2 - version: 25.9.2 + specifier: ^25.9.3 + version: 25.9.3 '@vitejs/plugin-vue': specifier: 6.0.7 - version: 6.0.7(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)) + version: 6.0.7(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) '@vue/compiler-sfc': - specifier: ^3.5.35 - version: 3.5.35 + specifier: ^3.5.38 + version: 3.5.38 '@vue/test-utils': specifier: ^2.4.11 - version: 2.4.11(@vue/compiler-dom@3.5.35)(@vue/server-renderer@3.5.35(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3)) + version: 2.4.11(@vue/compiler-dom@3.5.35)(@vue/server-renderer@3.5.38(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) bumpp: specifier: ^11.1.0 version: 11.1.0 @@ -220,29 +220,29 @@ importers: specifier: ^17.0.7 version: 17.0.7 prettier: - specifier: ^3.8.3 - version: 3.8.3 + specifier: ^3.8.4 + version: 3.8.4 prettier-plugin-tailwindcss: specifier: ^0.8.0 - version: 0.8.0(prettier@3.8.3) + version: 0.8.0(prettier@3.8.4) simple-git-hooks: specifier: ^2.13.1 version: 2.13.1 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@25.9.2)(typescript@6.0.3) + version: 10.9.2(@types/node@25.9.3)(typescript@6.0.3) typescript: specifier: ^6.0.3 version: 6.0.3 vitest: specifier: ^4.1.8 - version: 4.1.8(@types/node@25.9.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0)) + version: 4.1.8(@types/node@25.9.3)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0)) vue-component-type-helpers: - specifier: 3.3.3 - version: 3.3.3 + specifier: 3.3.4 + version: 3.3.4 vue-tsc: - specifier: 3.3.3 - version: 3.3.3(typescript@6.0.3) + specifier: 3.3.4 + version: 3.3.4(typescript@6.0.3) docs: dependencies: @@ -362,6 +362,10 @@ packages: resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.29.7': + resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} + engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@8.0.0-rc.5': resolution: {integrity: sha512-sN7R8rBvDurfaziNfDEIjIntlazmlkCDGO4SNl2RJ3wRCn+QxspLV7hzYAE8WWVd2joVuT8sUxeePdLp2idI1A==} engines: {node: ^22.18.0 || >=24.11.0} @@ -370,6 +374,10 @@ packages: resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.29.7': + resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@8.0.0-rc.5': resolution: {integrity: sha512-ehJDxHvtbZ85RtX/L2fi0h9AGsBNqB5Euv1EB8RMAvGYvD+2X+QbpzzOpbklnNXO+WSZJNOaetw2BBj27xsWVg==} engines: {node: ^22.18.0 || >=24.11.0} @@ -379,6 +387,11 @@ packages: 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'} + hasBin: true + '@babel/parser@8.0.0-rc.5': resolution: {integrity: sha512-/Mfg83rK3+jsRbl4Vbd0jqxc6M1A1/WNFtgrowRM1unEsD3XcNnrBdMM0JWakd0/RN9lseQKwPduW1TiEwKOlQ==} engines: {node: ^22.18.0 || >=24.11.0} @@ -388,6 +401,10 @@ packages: resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} engines: {node: '>=6.9.0'} + '@babel/types@7.29.7': + resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} + engines: {node: '>=6.9.0'} + '@babel/types@8.0.0-rc.5': resolution: {integrity: sha512-JeSVu/m8x/zpp4CLjYHVNXuhEyOkhPXuxM8YOXjh6L4LlvQNKuUNOTo5KdBuKAcTDHw8DquToTaEkhsBqPXOaA==} engines: {node: ^22.18.0 || >=24.11.0} @@ -433,6 +450,9 @@ packages: '@codemirror/view@6.43.0': resolution: {integrity: sha512-V7ZCLQO3Jus9hzh2jVCCPW3mO4IBMr43O37PqSUYautJSnnJF41YlgLw21x0fLJTYvJ+Vkm6Gp+qKGH9pltgXA==} + '@codemirror/view@6.43.1': + resolution: {integrity: sha512-+BIjw/AG3tDQ4pJgTLPYdAW25eDE66YsvM4LKyVPgGzVgZ4a9Wj1SRX8kPVKgBDdPt8oHtZ15F0qx7p0oOHdHw==} + '@cspotcode/source-map-support@0.8.1': resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} engines: {node: '>=12'} @@ -887,11 +907,11 @@ packages: '@iconify-json/ion@1.2.7': resolution: {integrity: sha512-ZJNG5kLCbTPr68mdP0jx6Q3lB9AMEQKO2+VvIjuJ2llGFICBLD+cvESn/qGDRIqSfk2D3PrFMf/Qg8WKIUV7cg==} - '@iconify-json/material-symbols-light@1.2.76': - resolution: {integrity: sha512-gXnazjHIbX02PtfRcfzHORhl42fDM8qOwx2Or56MgQC+SGJnLX+SWAfyr3N9c9wxciTgdInytrLINkXxzZf+Fg==} + '@iconify-json/material-symbols-light@1.2.77': + resolution: {integrity: sha512-s4jDx8crxyUsUITpWqR4nnttpYA0mTKO+ubZKAUiMTZsB6rTCtM00D2UrEAZYrqOTas62Jq3b99UDouhBBJWVQ==} - '@iconify-json/material-symbols@1.2.76': - resolution: {integrity: sha512-xhhw+8qkh4s1JnJKa96wZtR2TejLiXU2JYxcALYNsBdw2f69C22MxG2O1zQbedBskeSPt1G66aSr9sr0UPVpbw==} + '@iconify-json/material-symbols@1.2.77': + resolution: {integrity: sha512-pdsVkeVjNROfOjiora/5R3Ku8SjNut/8OugN9UoepPxjcDIYLUBp40t7fsI3RlPqMHbRP+qkuS7v0qLPdqZp9A==} '@iconify-json/mdi-light@1.2.2': resolution: {integrity: sha512-86UV9uyNve8zRFWiPrOrrDp9GDzsZM7plYV/on4VjgLLqXlyriuy541eHZB7LIOzTUyIPVli7QiUpBbTtBhsFw==} @@ -908,12 +928,12 @@ packages: '@iconify-json/ri@1.2.10': resolution: {integrity: sha512-WWMhoncVVM+Xmu9T5fgu2lhYRrKTEWhKk3Com0KiM111EeEsRLiASjpsFKnC/SrB6covhUp95r2mH8tGxhgd5Q==} - '@iconify-json/simple-icons@1.2.84': - resolution: {integrity: sha512-v4JVu6xIewGoETD4mm2k6UAdFAbTlY1duw5ZNSxYORfs2yFsHDhoU9Omn/BgrV0nR/ptWkF3ZIr/ZHoYXI/6Jw==} - '@iconify-json/simple-icons@1.2.85': resolution: {integrity: sha512-Hp5LXvd3LRk+e+1558wtonA7c1Z0/Phmi7xCqpgtb8bs8cuyGnP34GDbt5uhhUXxKlzacnnhAcXgcDxe9bUa1w==} + '@iconify-json/simple-icons@1.2.86': + resolution: {integrity: sha512-t3jck5qPQuK1qy+bRn9eCoDQhIB7XSazKz1Fjp8hcan3XOAsTI5Mq/s3F0ekOKSvMQqkVORYK6ns6o6T9f5EMA==} + '@iconify-json/svg-spinners@1.2.4': resolution: {integrity: sha512-ayn0pogFPwJA1WFZpDnoq9/hjDxN+keeCMyThaX4d3gSJ3y0mdKUxIA/b1YXWGtY9wVtZmxwcvOIeEieG4+JNg==} @@ -1513,10 +1533,10 @@ packages: resolution: {integrity: sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==} engines: {node: '>= 20'} - '@tailwindcss/typography@0.5.19': - resolution: {integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==} + '@tailwindcss/typography@0.5.20': + resolution: {integrity: sha512-hwbzQuNUfcPvbegQFatVPl/MY/tcM9KLl963hQ5laJKPh81TEZ1+dNG9PirGvcaDBkp+BCshExAyKVPW91dozw==} peerDependencies: - tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1' + tailwindcss: '>=3.0.0 || >=4.0.0 || insiders' '@tailwindcss/vite@4.3.0': resolution: {integrity: sha512-t6J3OrB5Fc0ExuhohouH0fWUGMYL6PTLhW+E7zIk/pdbnJARZDCwjBznFnkh5ynRnIRSI4YjtTH0t6USjJISrw==} @@ -1592,8 +1612,8 @@ packages: '@types/node@24.12.4': resolution: {integrity: sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==} - '@types/node@25.9.2': - resolution: {integrity: sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==} + '@types/node@25.9.3': + resolution: {integrity: sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==} '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} @@ -1859,30 +1879,30 @@ packages: vue-tsc: optional: true - '@vue/compiler-core@3.5.34': - resolution: {integrity: sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==} - '@vue/compiler-core@3.5.35': resolution: {integrity: sha512-BUmHaR1J+O+CKZ9uJucdVTEr1LHsdyvv7vG3eNRhK3CczEHeMd/LtsHAuD7PbrxvI2envCY2v7HI1vC1aBRzKw==} - '@vue/compiler-dom@3.5.34': - resolution: {integrity: sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==} + '@vue/compiler-core@3.5.38': + resolution: {integrity: sha512-s99aGxWYig9ErHbct27KXEGhrBYlRI6c4MwAgXErOAbX9xiW37/uMa+XUDO69zLz83dng8UUZ70CTOJrLrYrEQ==} '@vue/compiler-dom@3.5.35': resolution: {integrity: sha512-k+bprkXxuqhVajgTx5mUHuir7TwQzUKOWR40ng1ncAqQRPnrLngGGgqVEEhOnTMlc8btHYVKmrP8s5Qyg0hvYA==} - '@vue/compiler-sfc@3.5.34': - resolution: {integrity: sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==} + '@vue/compiler-dom@3.5.38': + resolution: {integrity: sha512-JTqp25l8aFfJYF7/KmsXZjAxJz7T+SjmTJLoXVjHtc2BrSgSiW2n9Aem/cWq1OPe68A8JL06B3eVdhlP0H4TVw==} '@vue/compiler-sfc@3.5.35': resolution: {integrity: sha512-G5VPMcXTSywXBgtFOZOnHKBxKSrwXUcvY1iaF5/hRcy7t0J6CH/d8ha9F4nzi00Fax1eLV0QHM7v4mQu68jydw==} - '@vue/compiler-ssr@3.5.34': - resolution: {integrity: sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==} + '@vue/compiler-sfc@3.5.38': + resolution: {integrity: sha512-DuA2GiZawSEW442iw/9+Fkol8hTgb4Ke5KkhmSry65QA7YuyMbIdy8p0XZRMvNwJdgRz307W8g1CSzdvS4nuNg==} '@vue/compiler-ssr@3.5.35': resolution: {integrity: sha512-rGhAeXgdM7/ffTJGXT69rCCdTmjDewnFuUZfBQQHTdcEBeWdT5HCGY60y2ytLJr9/Dsu7IntUi5z/w0h6Rjnzw==} + '@vue/compiler-ssr@3.5.38': + resolution: {integrity: sha512-7s+W5Gc42FGxZMcuwl8H5B29T8BJPMdBT7KHFE+BbAuZ/iTEdTtv7z2XiMjiaUUw4w3ZcCEdHs36RuYJ2VA7bA==} + '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -1915,43 +1935,46 @@ packages: typescript: optional: true - '@vue/language-core@3.3.3': - resolution: {integrity: sha512-X6p+7nfY7vVT6dQwUJ+v0Jfq/lwIfhL2jMi91dQ3ln4hnlGXlxsDu/FNkeyHYgvYtyQy18ZX76IZy7X4diDbiQ==} - - '@vue/reactivity@3.5.34': - resolution: {integrity: sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==} + '@vue/language-core@3.3.4': + resolution: {integrity: sha512-IuHqQ5zGGOE7CXP72VX6A42IVeIzYv4WAhO6arej11TRNqtdZfGyH8Yr2FOCaDX0dSQG+JwULLoFHGY1igYVjQ==} '@vue/reactivity@3.5.35': resolution: {integrity: sha512-tVc+SsHConvh/Lz64qq1pP3rYArBmK42xonovEcxY74SQtvctZodG/zhq54P5dr38cVuw25d27cPNRdlMidpGQ==} - '@vue/runtime-core@3.5.34': - resolution: {integrity: sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==} + '@vue/reactivity@3.5.38': + resolution: {integrity: sha512-pG6LV/NDNRbKizcUjFFLAfjaL8mcv4DmR9avNcUw2gDHBzZneuS2TWCmp633ynzxz9YYKNeEPK2I8Wraqy2HUQ==} '@vue/runtime-core@3.5.35': resolution: {integrity: sha512-A/xFNX9loIcWDygeQuNCfKuh0CoYBzxhqEMNah5TSFg9Z53DrFYEN2qi5CU9necjM1OWYegYREUTHmXTmhfXtg==} - '@vue/runtime-dom@3.5.34': - resolution: {integrity: sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==} + '@vue/runtime-core@3.5.38': + resolution: {integrity: sha512-iyW8WVfF1CpCXxncZY5Ei6rSd6oZr5DgEom//fUjRBRl56AXPD+s9ATvukRt77ZFTuYlnVA1bxY+dJB94tWVYw==} '@vue/runtime-dom@3.5.35': resolution: {integrity: sha512-odrJ1C391dbGnyDRh8U+rnP7J2amIEzfmRk5vXy7xi3aZhEXofTvpi0T4HJb6jlNqQZTNPR5MPHSB3RHNkIORA==} - '@vue/server-renderer@3.5.34': - resolution: {integrity: sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==} - peerDependencies: - vue: 3.5.34 + '@vue/runtime-dom@3.5.38': + resolution: {integrity: sha512-apX2wt9sdfDshS+a2xueFZLVpt0GkRJZSoPmrW/SA4yzXTznhfcMVW59gr7h4YQeY0vJhdJkk2rsIDwgfFgC5A==} '@vue/server-renderer@3.5.35': resolution: {integrity: sha512-NkebSOYdB97wi8OQcO3HqzZSlymJi/aWsN/7h74OSVhRTm6qGs3Jp3e0rCXynmWwSlKeRrnlIug+ilYoHBmQDA==} peerDependencies: vue: 3.5.35 + '@vue/server-renderer@3.5.38': + resolution: {integrity: sha512-vue8vbf2QlV4quHqzwmJy6dWfmRhP1J8l4wtZg60CL6VoKqcPY2oe7may3+1d9qfpedjK5PRLFqd5k3Isj9mUw==} + peerDependencies: + vue: 3.5.38 + '@vue/shared@3.5.34': resolution: {integrity: sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==} '@vue/shared@3.5.35': resolution: {integrity: sha512-zSbjL7gRXwks2ZQLRGCajBtBXEOXW9Ddhn/HvSdrGkE2dqGnumzW8XtusRrxrE9LvqtiqDXQ+A60Hp6mvdYxfA==} + '@vue/shared@3.5.38': + resolution: {integrity: sha512-FTW0AFZNaK5/mOqvGBwVfUlNLU38TiQn4+DQgIFUnrBBJQ1crMJ82yeGQLV5jyKFsO8yRukpbuP7x+nRbH6aug==} + '@vue/test-utils@2.4.11': resolution: {integrity: sha512-GDqaqZsA6m2E5vNzej0aYiIb6BX8xV9pNSbbbXKOfEYwg7ZNblVX8suyqmUBThq8VIrgAJNxn+z72hVtUeiWHA==} peerDependencies: @@ -3315,8 +3338,8 @@ packages: prettier-plugin-svelte: optional: true - prettier@3.8.3: - resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} + prettier@3.8.4: + resolution: {integrity: sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==} engines: {node: '>=14'} hasBin: true @@ -3973,6 +3996,9 @@ packages: vue-component-type-helpers@3.3.3: resolution: {integrity: sha512-x4nsFpy5Pe8fqPzp/5vkTPeTTDBpAx4WVtV47Ejt0+2FQrq4pRRsJs7JmYRqMFzTu/LW+pCWEjQ3YVCkPV7f9g==} + vue-component-type-helpers@3.3.4: + resolution: {integrity: sha512-joip1uZTaQR0nD23N400gIdJ7xY+WiiiMA/BCKz842gvGBknqDQAzklUvDEhqFvvrhQY8S2ZANBMu4X70VMFGw==} + vue-i18n@11.4.5: resolution: {integrity: sha512-rm8YJ6RpjOrkcgS2GLrZwLvs/VbhxbTSuEspbyXDo233+fPK0OMFNLOj3fdQYVKdOgcpSfLW91JhbqgpkkcBWA==} engines: {node: '>= 22'} @@ -3997,22 +4023,22 @@ packages: vite: optional: true - vue-tsc@3.3.3: - resolution: {integrity: sha512-SWUEG7YRUeDJHT7Xsuhf02elYX2gxPzzAII7OxDAh4KNOr4QHQ0Lls0YfnaO5GNd560CwVa2HTfdqmA5MqvRqQ==} + vue-tsc@3.3.4: + resolution: {integrity: sha512-XA/JqmQwS2GZmfgpjOEGdrKwaTSEuPwxpHa7/t6f4yiGrJb3gVHTPb9wBfByMNZwQ+xDXs41b8gaS2DKsOozUw==} hasBin: true peerDependencies: typescript: '>=5.0.0' - vue@3.5.34: - resolution: {integrity: sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==} + vue@3.5.35: + resolution: {integrity: sha512-cx89fnr+0kVGHiNFG6y6s0bdjypJRFNZn6x3WPstNdQR1bi1mbB7h4v5IBGTsPJU3nK1+0Iqj3Zf+hZWMieR4Q==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true - vue@3.5.35: - resolution: {integrity: sha512-cx89fnr+0kVGHiNFG6y6s0bdjypJRFNZn6x3WPstNdQR1bi1mbB7h4v5IBGTsPJU3nK1+0Iqj3Zf+hZWMieR4Q==} + vue@3.5.38: + resolution: {integrity: sha512-vAMKHfImQlYSy0C+PBue4s3ERZ2xGKfgZg5GXAsLInq1dyh2H78ILVP5sK0KPFPVW4kv+OGCIvBEondcjpZp7A==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -4291,16 +4317,24 @@ snapshots: '@babel/helper-string-parser@7.27.1': {} + '@babel/helper-string-parser@7.29.7': {} + '@babel/helper-string-parser@8.0.0-rc.5': {} '@babel/helper-validator-identifier@7.28.5': {} + '@babel/helper-validator-identifier@7.29.7': {} + '@babel/helper-validator-identifier@8.0.0-rc.5': {} '@babel/parser@7.29.3': dependencies: '@babel/types': 7.29.0 + '@babel/parser@7.29.7': + dependencies: + '@babel/types': 7.29.7 + '@babel/parser@8.0.0-rc.5': dependencies: '@babel/types': 8.0.0-rc.5 @@ -4310,6 +4344,11 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 + '@babel/types@7.29.7': + dependencies: + '@babel/helper-string-parser': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 + '@babel/types@8.0.0-rc.5': dependencies: '@babel/helper-string-parser': 8.0.0-rc.5 @@ -4396,6 +4435,13 @@ snapshots: style-mod: 4.1.3 w3c-keyname: 2.2.8 + '@codemirror/view@6.43.1': + dependencies: + '@codemirror/state': 6.6.0 + crelt: 1.0.6 + style-mod: 4.1.3 + w3c-keyname: 2.2.8 + '@cspotcode/source-map-support@0.8.1': dependencies: '@jridgewell/trace-mapping': 0.3.9 @@ -4700,11 +4746,11 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify-json/material-symbols-light@1.2.76': + '@iconify-json/material-symbols-light@1.2.77': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/material-symbols@1.2.76': + '@iconify-json/material-symbols@1.2.77': dependencies: '@iconify/types': 2.0.0 @@ -4728,11 +4774,11 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify-json/simple-icons@1.2.84': + '@iconify-json/simple-icons@1.2.85': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/simple-icons@1.2.85': + '@iconify-json/simple-icons@1.2.86': dependencies: '@iconify/types': 2.0.0 @@ -4748,12 +4794,12 @@ snapshots: '@iconify/types': 2.0.0 import-meta-resolve: 4.2.0 - '@iconify/vue@5.0.1(vue@3.5.35(typescript@6.0.3))': + '@iconify/vue@5.0.1(vue@3.5.38(typescript@6.0.3))': dependencies: '@iconify/types': 2.0.0 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@intlify/bundle-utils@11.2.3(vue-i18n@11.4.5(vue@3.5.35(typescript@6.0.3)))': + '@intlify/bundle-utils@11.2.3(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))': dependencies: '@intlify/message-compiler': 11.4.2 '@intlify/shared': 11.4.2 @@ -4765,7 +4811,7 @@ snapshots: source-map-js: 1.2.1 yaml-eslint-parser: 1.3.2 optionalDependencies: - vue-i18n: 11.4.5(vue@3.5.35(typescript@6.0.3)) + vue-i18n: 11.4.5(vue@3.5.38(typescript@6.0.3)) '@intlify/core-base@11.4.5': dependencies: @@ -4792,12 +4838,12 @@ snapshots: '@intlify/shared@11.4.5': {} - '@intlify/unplugin-vue-i18n@11.2.3(@vue/compiler-dom@3.5.35)(eslint@9.19.0(jiti@2.7.0))(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue-i18n@11.4.5(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3))': + '@intlify/unplugin-vue-i18n@11.2.3(@vue/compiler-dom@3.5.35)(eslint@9.19.0(jiti@2.7.0))(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.19.0(jiti@2.7.0)) - '@intlify/bundle-utils': 11.2.3(vue-i18n@11.4.5(vue@3.5.35(typescript@6.0.3))) + '@intlify/bundle-utils': 11.2.3(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3))) '@intlify/shared': 11.4.2 - '@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.4.2)(@vue/compiler-dom@3.5.35)(vue-i18n@11.4.5(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3)) + '@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.4.2)(@vue/compiler-dom@3.5.35)(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) '@rollup/pluginutils': 5.3.0(rollup@4.60.3) '@typescript-eslint/scope-manager': 8.59.2 '@typescript-eslint/typescript-estree': 8.59.2(typescript@6.0.3) @@ -4806,10 +4852,10 @@ snapshots: pathe: 2.0.3 picocolors: 1.1.1 unplugin: 2.3.11 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) optionalDependencies: - vite: 8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0) - vue-i18n: 11.4.5(vue@3.5.35(typescript@6.0.3)) + vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) + vue-i18n: 11.4.5(vue@3.5.38(typescript@6.0.3)) transitivePeerDependencies: - '@vue/compiler-dom' - eslint @@ -4817,14 +4863,14 @@ snapshots: - supports-color - typescript - '@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.4.2)(@vue/compiler-dom@3.5.35)(vue-i18n@11.4.5(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3))': + '@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.4.2)(@vue/compiler-dom@3.5.35)(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': dependencies: '@babel/parser': 7.29.3 optionalDependencies: '@intlify/shared': 11.4.2 '@vue/compiler-dom': 3.5.35 - vue: 3.5.35(typescript@6.0.3) - vue-i18n: 11.4.5(vue@3.5.35(typescript@6.0.3)) + vue: 3.5.38(typescript@6.0.3) + vue-i18n: 11.4.5(vue@3.5.38(typescript@6.0.3)) '@isaacs/cliui@8.0.2': dependencies: @@ -4950,9 +4996,9 @@ snapshots: '@oxc-resolver/binding-win32-x64-msvc@4.2.0': optional: true - '@pinia/testing@1.0.3(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))': + '@pinia/testing@1.0.3(pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)))': dependencies: - pinia: 3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)) + pinia: 3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)) '@pkgjs/parseargs@0.11.0': optional: true @@ -5208,17 +5254,17 @@ snapshots: '@tailwindcss/oxide-win32-arm64-msvc': 4.3.0 '@tailwindcss/oxide-win32-x64-msvc': 4.3.0 - '@tailwindcss/typography@0.5.19(tailwindcss@4.3.0)': + '@tailwindcss/typography@0.5.20(tailwindcss@4.3.0)': dependencies: postcss-selector-parser: 6.0.10 tailwindcss: 4.3.0 - '@tailwindcss/vite@4.3.0(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))': + '@tailwindcss/vite@4.3.0(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))': dependencies: '@tailwindcss/node': 4.3.0 '@tailwindcss/oxide': 4.3.0 tailwindcss: 4.3.0 - vite: 8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0) + vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) '@tsconfig/node10@1.0.12': {} @@ -5285,7 +5331,7 @@ snapshots: dependencies: undici-types: 7.16.0 - '@types/node@25.9.2': + '@types/node@25.9.3': dependencies: undici-types: 7.24.6 @@ -5335,16 +5381,16 @@ snapshots: '@ungap/structured-clone@1.3.1': {} - '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@25.9.2)(lightningcss@1.32.0))(vue@3.5.34(typescript@6.0.3))': + '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@25.9.3)(lightningcss@1.32.0))(vue@3.5.35(typescript@6.0.3))': dependencies: - vite: 5.4.21(@types/node@25.9.2)(lightningcss@1.32.0) - vue: 3.5.34(typescript@6.0.3) + vite: 5.4.21(@types/node@25.9.3)(lightningcss@1.32.0) + vue: 3.5.35(typescript@6.0.3) - '@vitejs/plugin-vue@6.0.7(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))': + '@vitejs/plugin-vue@6.0.7(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3))': dependencies: '@rolldown/pluginutils': 1.0.1 - vite: 8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0) - vue: 3.5.35(typescript@6.0.3) + vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) + vue: 3.5.38(typescript@6.0.3) '@vitest/expect@4.1.8': dependencies: @@ -5355,13 +5401,13 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.1.0 - '@vitest/mocker@4.1.8(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))': + '@vitest/mocker@4.1.8(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))': dependencies: '@vitest/spy': 4.1.8 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0) + vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) '@vitest/pretty-format@4.1.8': dependencies: @@ -5399,58 +5445,58 @@ snapshots: path-browserify: 1.0.1 vscode-uri: 3.1.0 - '@vue-macros/api@0.13.4(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/api@0.13.4(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) oxc-resolver: 4.2.0 transitivePeerDependencies: - vue - '@vue-macros/better-define@1.11.4(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/better-define@1.11.4(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/api': 0.13.4(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/api': 0.13.4(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 transitivePeerDependencies: - vue - '@vue-macros/boolean-prop@0.5.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/boolean-prop@0.5.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue/compiler-core': 3.5.34 + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue/compiler-core': 3.5.35 transitivePeerDependencies: - vue - '@vue-macros/chain-call@0.4.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/chain-call@0.4.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 transitivePeerDependencies: - vue - '@vue-macros/common@1.16.1(vue@3.5.34(typescript@6.0.3))': + '@vue-macros/common@1.16.1(vue@3.5.35(typescript@6.0.3))': dependencies: - '@vue/compiler-sfc': 3.5.34 + '@vue/compiler-sfc': 3.5.35 ast-kit: 1.4.3 local-pkg: 1.1.2 magic-string-ast: 0.7.1 pathe: 2.0.3 picomatch: 4.0.4 optionalDependencies: - vue: 3.5.34(typescript@6.0.3) + vue: 3.5.35(typescript@6.0.3) - '@vue-macros/common@1.16.1(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/common@1.16.1(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue/compiler-sfc': 3.5.34 + '@vue/compiler-sfc': 3.5.35 ast-kit: 1.4.3 local-pkg: 1.1.2 magic-string-ast: 0.7.1 pathe: 2.0.3 picomatch: 4.0.4 optionalDependencies: - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/common@3.1.2(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/common@3.1.2(vue@3.5.38(typescript@6.0.3))': dependencies: '@vue/compiler-sfc': 3.5.35 ast-kit: 2.2.0 @@ -5458,236 +5504,224 @@ snapshots: magic-string-ast: 1.0.3 unplugin-utils: 0.3.1 optionalDependencies: - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/config@0.6.1(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/config@0.6.1(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) make-synchronized: 0.2.10 unconfig: 7.5.0 transitivePeerDependencies: - vue - '@vue-macros/define-emit@0.5.4(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/define-emit@0.5.4(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/define-models@1.3.5(@vueuse/core@14.3.0(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/define-models@1.3.5(@vueuse/core@14.3.0(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) ast-walker-scope: 0.6.2 unplugin: 1.16.1 optionalDependencies: - '@vueuse/core': 14.3.0(vue@3.5.35(typescript@6.0.3)) + '@vueuse/core': 14.3.0(vue@3.5.38(typescript@6.0.3)) transitivePeerDependencies: - vue - '@vue-macros/define-prop@0.6.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/define-prop@0.6.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/api': 0.13.4(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/api': 0.13.4(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/define-props-refs@1.3.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/define-props-refs@1.3.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/define-props@4.0.6(@vue-macros/reactivity-transform@1.1.6(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/define-props@4.0.6(@vue-macros/reactivity-transform@1.1.6(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/reactivity-transform': 1.1.6(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/reactivity-transform': 1.1.6(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/define-render@1.6.6(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/define-render@1.6.6(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/define-slots@1.2.6(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/define-slots@1.2.6(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/define-stylex@0.2.3(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/define-stylex@0.2.3(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue/compiler-dom': 3.5.34 + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue/compiler-dom': 3.5.35 unplugin: 1.16.1 transitivePeerDependencies: - vue - '@vue-macros/devtools@0.4.1(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))': + '@vue-macros/devtools@0.4.1(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))': dependencies: sirv: 3.0.2 - vue: 3.5.34(typescript@6.0.3) + vue: 3.5.35(typescript@6.0.3) optionalDependencies: - vite: 8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0) + vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) transitivePeerDependencies: - typescript - '@vue-macros/export-expose@0.3.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/export-expose@0.3.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue/compiler-sfc': 3.5.34 + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue/compiler-sfc': 3.5.35 unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/export-props@0.6.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/export-props@0.6.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/export-render@0.3.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/export-render@0.3.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/hoist-static@1.7.0(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/hoist-static@1.7.0(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 transitivePeerDependencies: - vue '@vue-macros/jsx-directive@0.10.6(typescript@6.0.3)': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.34(typescript@6.0.3)) - '@vue/compiler-sfc': 3.5.34 + '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue/compiler-sfc': 3.5.35 unplugin: 1.16.1 - vue: 3.5.34(typescript@6.0.3) + vue: 3.5.35(typescript@6.0.3) transitivePeerDependencies: - typescript - '@vue-macros/named-template@0.5.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/named-template@0.5.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue/compiler-dom': 3.5.34 + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue/compiler-dom': 3.5.35 unplugin: 1.16.1 transitivePeerDependencies: - vue - '@vue-macros/reactivity-transform@1.1.6(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/reactivity-transform@1.1.6(vue@3.5.38(typescript@6.0.3))': dependencies: '@babel/parser': 7.29.3 - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue/compiler-core': 3.5.34 - '@vue/shared': 3.5.34 + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue/compiler-core': 3.5.35 + '@vue/shared': 3.5.35 magic-string: 0.30.21 unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/script-lang@0.2.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/script-lang@0.2.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - '@vue-macros/setup-block@0.4.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/setup-block@0.4.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue/compiler-dom': 3.5.34 + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue/compiler-dom': 3.5.35 unplugin: 1.16.1 transitivePeerDependencies: - vue - '@vue-macros/setup-component@0.18.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/setup-component@0.18.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 transitivePeerDependencies: - vue - '@vue-macros/setup-sfc@0.18.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/setup-sfc@0.18.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 transitivePeerDependencies: - vue - '@vue-macros/short-bind@1.1.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/short-bind@1.1.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue/compiler-core': 3.5.34 + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue/compiler-core': 3.5.35 transitivePeerDependencies: - vue - '@vue-macros/short-emits@1.6.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/short-emits@1.6.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 transitivePeerDependencies: - vue - '@vue-macros/short-vmodel@1.5.5(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/short-vmodel@1.5.5(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue/compiler-core': 3.5.34 + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue/compiler-core': 3.5.35 transitivePeerDependencies: - vue - '@vue-macros/volar@0.30.15(typescript@6.0.3)(vue-tsc@3.3.3(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/volar@0.30.15(typescript@6.0.3)(vue-tsc@3.3.4(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue-macros/boolean-prop': 0.5.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/config': 0.6.1(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/short-bind': 1.1.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/short-vmodel': 1.5.5(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/boolean-prop': 0.5.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/config': 0.6.1(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/short-bind': 1.1.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/short-vmodel': 1.5.5(vue@3.5.38(typescript@6.0.3)) '@vue/language-core': 2.1.10(typescript@6.0.3) muggle-string: 0.4.1 ts-macro: 0.1.35 optionalDependencies: - vue-tsc: 3.3.3(typescript@6.0.3) + vue-tsc: 3.3.4(typescript@6.0.3) transitivePeerDependencies: - typescript - vue - '@vue/compiler-core@3.5.34': + '@vue/compiler-core@3.5.35': dependencies: '@babel/parser': 7.29.3 - '@vue/shared': 3.5.34 + '@vue/shared': 3.5.35 entities: 7.0.1 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.35': + '@vue/compiler-core@3.5.38': dependencies: - '@babel/parser': 7.29.3 - '@vue/shared': 3.5.35 + '@babel/parser': 7.29.7 + '@vue/shared': 3.5.38 entities: 7.0.1 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-dom@3.5.34': - dependencies: - '@vue/compiler-core': 3.5.34 - '@vue/shared': 3.5.34 - '@vue/compiler-dom@3.5.35': dependencies: '@vue/compiler-core': 3.5.35 '@vue/shared': 3.5.35 - '@vue/compiler-sfc@3.5.34': + '@vue/compiler-dom@3.5.38': dependencies: - '@babel/parser': 7.29.3 - '@vue/compiler-core': 3.5.34 - '@vue/compiler-dom': 3.5.34 - '@vue/compiler-ssr': 3.5.34 - '@vue/shared': 3.5.34 - estree-walker: 2.0.2 - magic-string: 0.30.21 - postcss: 8.5.15 - source-map-js: 1.2.1 + '@vue/compiler-core': 3.5.38 + '@vue/shared': 3.5.38 '@vue/compiler-sfc@3.5.35': dependencies: @@ -5701,16 +5735,28 @@ snapshots: postcss: 8.5.15 source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.34': + '@vue/compiler-sfc@3.5.38': dependencies: - '@vue/compiler-dom': 3.5.34 - '@vue/shared': 3.5.34 + '@babel/parser': 7.29.7 + '@vue/compiler-core': 3.5.38 + '@vue/compiler-dom': 3.5.38 + '@vue/compiler-ssr': 3.5.38 + '@vue/shared': 3.5.38 + estree-walker: 2.0.2 + magic-string: 0.30.21 + postcss: 8.5.15 + source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.35': dependencies: '@vue/compiler-dom': 3.5.35 '@vue/shared': 3.5.35 + '@vue/compiler-ssr@3.5.38': + dependencies: + '@vue/compiler-dom': 3.5.38 + '@vue/shared': 3.5.38 + '@vue/compiler-vue2@2.7.16': dependencies: de-indent: 1.0.2 @@ -5762,7 +5808,7 @@ snapshots: optionalDependencies: typescript: 6.0.3 - '@vue/language-core@3.3.3': + '@vue/language-core@3.3.4': dependencies: '@volar/language-core': 2.4.28 '@vue/compiler-dom': 3.5.35 @@ -5772,30 +5818,23 @@ snapshots: path-browserify: 1.0.1 picomatch: 4.0.4 - '@vue/reactivity@3.5.34': - dependencies: - '@vue/shared': 3.5.34 - '@vue/reactivity@3.5.35': dependencies: '@vue/shared': 3.5.35 - '@vue/runtime-core@3.5.34': + '@vue/reactivity@3.5.38': dependencies: - '@vue/reactivity': 3.5.34 - '@vue/shared': 3.5.34 + '@vue/shared': 3.5.38 '@vue/runtime-core@3.5.35': dependencies: '@vue/reactivity': 3.5.35 '@vue/shared': 3.5.35 - '@vue/runtime-dom@3.5.34': + '@vue/runtime-core@3.5.38': dependencies: - '@vue/reactivity': 3.5.34 - '@vue/runtime-core': 3.5.34 - '@vue/shared': 3.5.34 - csstype: 3.2.3 + '@vue/reactivity': 3.5.38 + '@vue/shared': 3.5.38 '@vue/runtime-dom@3.5.35': dependencies: @@ -5804,11 +5843,12 @@ snapshots: '@vue/shared': 3.5.35 csstype: 3.2.3 - '@vue/server-renderer@3.5.34(vue@3.5.34(typescript@6.0.3))': + '@vue/runtime-dom@3.5.38': dependencies: - '@vue/compiler-ssr': 3.5.34 - '@vue/shared': 3.5.34 - vue: 3.5.34(typescript@6.0.3) + '@vue/reactivity': 3.5.38 + '@vue/runtime-core': 3.5.38 + '@vue/shared': 3.5.38 + csstype: 3.2.3 '@vue/server-renderer@3.5.35(vue@3.5.35(typescript@6.0.3))': dependencies: @@ -5816,46 +5856,54 @@ snapshots: '@vue/shared': 3.5.35 vue: 3.5.35(typescript@6.0.3) + '@vue/server-renderer@3.5.38(vue@3.5.38(typescript@6.0.3))': + dependencies: + '@vue/compiler-ssr': 3.5.38 + '@vue/shared': 3.5.38 + vue: 3.5.38(typescript@6.0.3) + '@vue/shared@3.5.34': {} '@vue/shared@3.5.35': {} - '@vue/test-utils@2.4.11(@vue/compiler-dom@3.5.35)(@vue/server-renderer@3.5.35(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3))': + '@vue/shared@3.5.38': {} + + '@vue/test-utils@2.4.11(@vue/compiler-dom@3.5.35)(@vue/server-renderer@3.5.38(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': dependencies: '@vue/compiler-dom': 3.5.35 js-beautify: 1.15.4 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) vue-component-type-helpers: 3.3.3 optionalDependencies: - '@vue/server-renderer': 3.5.35(vue@3.5.35(typescript@6.0.3)) + '@vue/server-renderer': 3.5.38(vue@3.5.38(typescript@6.0.3)) - '@vueuse/components@14.3.0(vue@3.5.35(typescript@6.0.3))': + '@vueuse/components@14.3.0(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vueuse/core': 14.3.0(vue@3.5.35(typescript@6.0.3)) - '@vueuse/shared': 14.3.0(vue@3.5.35(typescript@6.0.3)) - vue: 3.5.35(typescript@6.0.3) + '@vueuse/core': 14.3.0(vue@3.5.38(typescript@6.0.3)) + '@vueuse/shared': 14.3.0(vue@3.5.38(typescript@6.0.3)) + vue: 3.5.38(typescript@6.0.3) '@vueuse/core@12.8.2(typescript@6.0.3)': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 12.8.2 '@vueuse/shared': 12.8.2(typescript@6.0.3) - vue: 3.5.34(typescript@6.0.3) + vue: 3.5.35(typescript@6.0.3) transitivePeerDependencies: - typescript - '@vueuse/core@14.3.0(vue@3.5.35(typescript@6.0.3))': + '@vueuse/core@14.3.0(vue@3.5.38(typescript@6.0.3))': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 14.3.0 - '@vueuse/shared': 14.3.0(vue@3.5.35(typescript@6.0.3)) - vue: 3.5.35(typescript@6.0.3) + '@vueuse/shared': 14.3.0(vue@3.5.38(typescript@6.0.3)) + vue: 3.5.38(typescript@6.0.3) '@vueuse/integrations@12.8.2(focus-trap@7.8.0)(fuse.js@7.4.2)(sortablejs@1.15.7)(typescript@6.0.3)': dependencies: '@vueuse/core': 12.8.2(typescript@6.0.3) '@vueuse/shared': 12.8.2(typescript@6.0.3) - vue: 3.5.34(typescript@6.0.3) + vue: 3.5.35(typescript@6.0.3) optionalDependencies: focus-trap: 7.8.0 fuse.js: 7.4.2 @@ -5863,11 +5911,11 @@ snapshots: transitivePeerDependencies: - typescript - '@vueuse/integrations@14.3.0(focus-trap@7.8.0)(fuse.js@7.4.2)(sortablejs@1.15.7)(vue@3.5.35(typescript@6.0.3))': + '@vueuse/integrations@14.3.0(focus-trap@7.8.0)(fuse.js@7.4.2)(sortablejs@1.15.7)(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vueuse/core': 14.3.0(vue@3.5.35(typescript@6.0.3)) - '@vueuse/shared': 14.3.0(vue@3.5.35(typescript@6.0.3)) - vue: 3.5.35(typescript@6.0.3) + '@vueuse/core': 14.3.0(vue@3.5.38(typescript@6.0.3)) + '@vueuse/shared': 14.3.0(vue@3.5.38(typescript@6.0.3)) + vue: 3.5.38(typescript@6.0.3) optionalDependencies: focus-trap: 7.8.0 fuse.js: 7.4.2 @@ -5877,21 +5925,21 @@ snapshots: '@vueuse/metadata@14.3.0': {} - '@vueuse/router@14.3.0(vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3))': + '@vueuse/router@14.3.0(vue-router@5.1.0(@vue/compiler-sfc@3.5.38)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vueuse/shared': 14.3.0(vue@3.5.35(typescript@6.0.3)) - vue: 3.5.35(typescript@6.0.3) - vue-router: 5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)) + '@vueuse/shared': 14.3.0(vue@3.5.38(typescript@6.0.3)) + vue: 3.5.38(typescript@6.0.3) + vue-router: 5.1.0(@vue/compiler-sfc@3.5.38)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) '@vueuse/shared@12.8.2(typescript@6.0.3)': dependencies: - vue: 3.5.34(typescript@6.0.3) + vue: 3.5.35(typescript@6.0.3) transitivePeerDependencies: - typescript - '@vueuse/shared@14.3.0(vue@3.5.35(typescript@6.0.3))': + '@vueuse/shared@14.3.0(vue@3.5.38(typescript@6.0.3))': dependencies: - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) '@xterm/addon-fit@0.11.0': {} @@ -7069,10 +7117,10 @@ snapshots: picomatch@4.0.4: {} - pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)): + pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)): dependencies: '@vue/devtools-api': 7.7.9 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) optionalDependencies: typescript: 6.0.3 @@ -7111,11 +7159,11 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-tailwindcss@0.8.0(prettier@3.8.3): + prettier-plugin-tailwindcss@0.8.0(prettier@3.8.4): dependencies: - prettier: 3.8.3 + prettier: 3.8.4 - prettier@3.8.3: {} + prettier@3.8.4: {} property-information@7.1.0: {} @@ -7312,9 +7360,9 @@ snapshots: speakingurl@14.0.1: {} - splitpanes@4.1.2(vue@3.5.35(typescript@6.0.3)): + splitpanes@4.1.2(vue@3.5.38(typescript@6.0.3)): dependencies: - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) stackback@0.0.2: {} @@ -7457,14 +7505,14 @@ snapshots: dependencies: muggle-string: 0.4.1 - ts-node@10.9.2(@types/node@25.9.2)(typescript@6.0.3): + ts-node@10.9.2(@types/node@25.9.3)(typescript@6.0.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 25.9.2 + '@types/node': 25.9.3 acorn: 8.16.0 acorn-walk: 8.3.5 arg: 4.1.3 @@ -7550,7 +7598,7 @@ snapshots: unist-util-is: 6.0.1 unist-util-visit-parents: 6.0.2 - unplugin-auto-import@21.0.0(@vueuse/core@14.3.0(vue@3.5.35(typescript@6.0.3))): + unplugin-auto-import@21.0.0(@vueuse/core@14.3.0(vue@3.5.38(typescript@6.0.3))): dependencies: local-pkg: 1.1.2 magic-string: 0.30.21 @@ -7559,16 +7607,16 @@ snapshots: unplugin: 2.3.11 unplugin-utils: 0.3.1 optionalDependencies: - '@vueuse/core': 14.3.0(vue@3.5.35(typescript@6.0.3)) + '@vueuse/core': 14.3.0(vue@3.5.38(typescript@6.0.3)) - unplugin-combine@1.2.1(rolldown@1.0.3)(rollup@4.60.3)(unplugin@1.16.1)(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0)): + unplugin-combine@1.2.1(rolldown@1.0.3)(rollup@4.60.3)(unplugin@1.16.1)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0)): optionalDependencies: rolldown: 1.0.3 rollup: 4.60.3 unplugin: 1.16.1 - vite: 8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0) + vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) - unplugin-icons@23.0.1(@vue/compiler-sfc@3.5.35): + unplugin-icons@23.0.1(@vue/compiler-sfc@3.5.38): dependencies: '@antfu/install-pkg': 1.1.0 '@iconify/utils': 3.1.3 @@ -7576,14 +7624,14 @@ snapshots: obug: 2.1.1 unplugin: 2.3.11 optionalDependencies: - '@vue/compiler-sfc': 3.5.35 + '@vue/compiler-sfc': 3.5.38 unplugin-utils@0.3.1: dependencies: pathe: 2.0.3 picomatch: 4.0.4 - unplugin-vue-components@32.1.0(vue@3.5.35(typescript@6.0.3)): + unplugin-vue-components@32.1.0(vue@3.5.38(typescript@6.0.3)): dependencies: chokidar: 5.0.0 local-pkg: 1.2.0 @@ -7594,51 +7642,51 @@ snapshots: tinyglobby: 0.2.16 unplugin: 3.0.0 unplugin-utils: 0.3.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - unplugin-vue-define-options@1.5.5(vue@3.5.35(typescript@6.0.3)): + unplugin-vue-define-options@1.5.5(vue@3.5.38(typescript@6.0.3)): dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) ast-walker-scope: 0.6.2 unplugin: 1.16.1 transitivePeerDependencies: - vue - unplugin-vue-macros@2.14.5(@vueuse/core@14.3.0(vue@3.5.35(typescript@6.0.3)))(rolldown@1.0.3)(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue-tsc@3.3.3(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3)): - dependencies: - '@vue-macros/better-define': 1.11.4(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/boolean-prop': 0.5.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/chain-call': 0.4.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/config': 0.6.1(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/define-emit': 0.5.4(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/define-models': 1.3.5(@vueuse/core@14.3.0(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/define-prop': 0.6.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/define-props': 4.0.6(@vue-macros/reactivity-transform@1.1.6(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/define-props-refs': 1.3.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/define-render': 1.6.6(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/define-slots': 1.2.6(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/define-stylex': 0.2.3(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/devtools': 0.4.1(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0)) - '@vue-macros/export-expose': 0.3.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/export-props': 0.6.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/export-render': 0.3.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/hoist-static': 1.7.0(vue@3.5.35(typescript@6.0.3)) + unplugin-vue-macros@2.14.5(@vueuse/core@14.3.0(vue@3.5.38(typescript@6.0.3)))(rolldown@1.0.3)(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue-tsc@3.3.4(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3)): + dependencies: + '@vue-macros/better-define': 1.11.4(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/boolean-prop': 0.5.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/chain-call': 0.4.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/config': 0.6.1(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/define-emit': 0.5.4(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/define-models': 1.3.5(@vueuse/core@14.3.0(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/define-prop': 0.6.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/define-props': 4.0.6(@vue-macros/reactivity-transform@1.1.6(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/define-props-refs': 1.3.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/define-render': 1.6.6(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/define-slots': 1.2.6(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/define-stylex': 0.2.3(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/devtools': 0.4.1(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0)) + '@vue-macros/export-expose': 0.3.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/export-props': 0.6.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/export-render': 0.3.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/hoist-static': 1.7.0(vue@3.5.38(typescript@6.0.3)) '@vue-macros/jsx-directive': 0.10.6(typescript@6.0.3) - '@vue-macros/named-template': 0.5.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/reactivity-transform': 1.1.6(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/script-lang': 0.2.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/setup-block': 0.4.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/setup-component': 0.18.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/setup-sfc': 0.18.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/short-bind': 1.1.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/short-emits': 1.6.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/short-vmodel': 1.5.5(vue@3.5.35(typescript@6.0.3)) - '@vue-macros/volar': 0.30.15(typescript@6.0.3)(vue-tsc@3.3.3(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/named-template': 0.5.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/reactivity-transform': 1.1.6(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/script-lang': 0.2.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/setup-block': 0.4.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/setup-component': 0.18.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/setup-sfc': 0.18.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/short-bind': 1.1.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/short-emits': 1.6.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/short-vmodel': 1.5.5(vue@3.5.38(typescript@6.0.3)) + '@vue-macros/volar': 0.30.15(typescript@6.0.3)(vue-tsc@3.3.4(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3)) unplugin: 1.16.1 - unplugin-combine: 1.2.1(rolldown@1.0.3)(rollup@4.60.3)(unplugin@1.16.1)(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0)) - unplugin-vue-define-options: 1.5.5(vue@3.5.35(typescript@6.0.3)) - vue: 3.5.35(typescript@6.0.3) + unplugin-combine: 1.2.1(rolldown@1.0.3)(rollup@4.60.3)(unplugin@1.16.1)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0)) + unplugin-vue-define-options: 1.5.5(vue@3.5.38(typescript@6.0.3)) + vue: 3.5.38(typescript@6.0.3) transitivePeerDependencies: - '@rspack/core' - '@vueuse/core' @@ -7692,35 +7740,35 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vite-plugin-vue-layouts@0.11.0(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3)): + vite-plugin-vue-layouts@0.11.0(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue-router@5.1.0(@vue/compiler-sfc@3.5.38)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)): dependencies: debug: 4.4.3 fast-glob: 3.3.3 - vite: 8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0) - vue: 3.5.35(typescript@6.0.3) - vue-router: 5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)) + vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) + vue: 3.5.38(typescript@6.0.3) + vue-router: 5.1.0(@vue/compiler-sfc@3.5.38)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) transitivePeerDependencies: - supports-color - vite-svg-loader@5.1.1(vue@3.5.35(typescript@6.0.3)): + vite-svg-loader@5.1.1(vue@3.5.38(typescript@6.0.3)): dependencies: debug: 4.4.3 svgo: 3.3.3 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) transitivePeerDependencies: - supports-color - vite@5.4.21(@types/node@25.9.2)(lightningcss@1.32.0): + vite@5.4.21(@types/node@25.9.3)(lightningcss@1.32.0): dependencies: esbuild: 0.21.5 postcss: 8.5.15 rollup: 4.60.3 optionalDependencies: - '@types/node': 25.9.2 + '@types/node': 25.9.3 fsevents: 2.3.3 lightningcss: 1.32.0 - vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0): + vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0): dependencies: lightningcss: 1.32.0 picomatch: 4.0.4 @@ -7728,21 +7776,21 @@ snapshots: rolldown: 1.0.3 tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 25.9.2 + '@types/node': 25.9.3 fsevents: 2.3.3 jiti: 2.7.0 yaml: 2.9.0 - vitepress@1.6.4(@algolia/client-search@5.52.1)(@types/node@25.9.2)(fuse.js@7.4.2)(lightningcss@1.32.0)(postcss@8.5.15)(search-insights@2.17.3)(sortablejs@1.15.7)(typescript@6.0.3): + vitepress@1.6.4(@algolia/client-search@5.52.1)(@types/node@25.9.3)(fuse.js@7.4.2)(lightningcss@1.32.0)(postcss@8.5.15)(search-insights@2.17.3)(sortablejs@1.15.7)(typescript@6.0.3): dependencies: '@docsearch/css': 3.8.2 '@docsearch/js': 3.8.2(@algolia/client-search@5.52.1)(search-insights@2.17.3) - '@iconify-json/simple-icons': 1.2.84 + '@iconify-json/simple-icons': 1.2.85 '@shikijs/core': 2.5.0 '@shikijs/transformers': 2.5.0 '@shikijs/types': 2.5.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@25.9.2)(lightningcss@1.32.0))(vue@3.5.34(typescript@6.0.3)) + '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@25.9.3)(lightningcss@1.32.0))(vue@3.5.35(typescript@6.0.3)) '@vue/devtools-api': 7.7.9 '@vue/shared': 3.5.34 '@vueuse/core': 12.8.2(typescript@6.0.3) @@ -7751,8 +7799,8 @@ snapshots: mark.js: 8.11.1 minisearch: 7.2.0 shiki: 2.5.0 - vite: 5.4.21(@types/node@25.9.2)(lightningcss@1.32.0) - vue: 3.5.34(typescript@6.0.3) + vite: 5.4.21(@types/node@25.9.3)(lightningcss@1.32.0) + vue: 3.5.35(typescript@6.0.3) optionalDependencies: postcss: 8.5.15 transitivePeerDependencies: @@ -7782,10 +7830,10 @@ snapshots: - typescript - universal-cookie - vitest@4.1.8(@types/node@25.9.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0)): + vitest@4.1.8(@types/node@25.9.3)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0)): dependencies: '@vitest/expect': 4.1.8 - '@vitest/mocker': 4.1.8(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0)) + '@vitest/mocker': 4.1.8(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0)) '@vitest/pretty-format': 4.1.8 '@vitest/runner': 4.1.8 '@vitest/snapshot': 4.1.8 @@ -7802,10 +7850,10 @@ snapshots: tinyexec: 1.2.2 tinyglobby: 0.2.16 tinyrainbow: 3.1.0 - vite: 8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0) + vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 25.9.2 + '@types/node': 25.9.3 jsdom: 29.1.1 transitivePeerDependencies: - msw @@ -7814,18 +7862,20 @@ snapshots: vue-component-type-helpers@3.3.3: {} - vue-i18n@11.4.5(vue@3.5.35(typescript@6.0.3)): + vue-component-type-helpers@3.3.4: {} + + vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)): dependencies: '@intlify/core-base': 11.4.5 '@intlify/devtools-types': 11.4.5 '@intlify/shared': 11.4.5 '@vue/devtools-api': 6.6.4 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) - vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)): + vue-router@5.1.0(@vue/compiler-sfc@3.5.38)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)): dependencies: '@babel/generator': 8.0.0-rc.5 - '@vue-macros/common': 3.1.2(vue@3.5.35(typescript@6.0.3)) + '@vue-macros/common': 3.1.2(vue@3.5.38(typescript@6.0.3)) '@vue/devtools-api': 8.1.2 ast-walker-scope: 0.9.0 chokidar: 5.0.0 @@ -7840,27 +7890,17 @@ snapshots: tinyglobby: 0.2.16 unplugin: 3.0.0 unplugin-utils: 0.3.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) yaml: 2.9.0 optionalDependencies: - '@vue/compiler-sfc': 3.5.35 - pinia: 3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)) - vite: 8.0.16(@types/node@25.9.2)(jiti@2.7.0)(yaml@2.9.0) + '@vue/compiler-sfc': 3.5.38 + pinia: 3.0.4(typescript@6.0.3)(vue@3.5.38(typescript@6.0.3)) + vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) - vue-tsc@3.3.3(typescript@6.0.3): + vue-tsc@3.3.4(typescript@6.0.3): dependencies: '@volar/typescript': 2.4.28 - '@vue/language-core': 3.3.3 - typescript: 6.0.3 - - vue@3.5.34(typescript@6.0.3): - dependencies: - '@vue/compiler-dom': 3.5.34 - '@vue/compiler-sfc': 3.5.34 - '@vue/runtime-dom': 3.5.34 - '@vue/server-renderer': 3.5.34(vue@3.5.34(typescript@6.0.3)) - '@vue/shared': 3.5.34 - optionalDependencies: + '@vue/language-core': 3.3.4 typescript: 6.0.3 vue@3.5.35(typescript@6.0.3): @@ -7873,6 +7913,16 @@ snapshots: optionalDependencies: typescript: 6.0.3 + vue@3.5.38(typescript@6.0.3): + dependencies: + '@vue/compiler-dom': 3.5.38 + '@vue/compiler-sfc': 3.5.38 + '@vue/runtime-dom': 3.5.38 + '@vue/server-renderer': 3.5.38(vue@3.5.38(typescript@6.0.3)) + '@vue/shared': 3.5.38 + optionalDependencies: + typescript: 6.0.3 + w3c-keyname@2.2.8: {} w3c-xmlserializer@5.0.0: From 153151dde3d766d2f37cf6dd2b410a742b263d83 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sat, 13 Jun 2026 06:55:26 -0700 Subject: [PATCH 2/2] fix(deps): dedupe @codemirror/view to single version in lockfile Renovate's partial lockfile update left stale @codemirror/view@6.43.0 and @vue/* 3.5.35 entries alongside the bumped versions, so two copies of @codemirror/view were installed and vue-tsc treated them as structurally incompatible. Running pnpm dedupe collapses them to the intended versions (6.43.1, 3.5.38) entirely in the lockfile, no pnpm.overrides needed (which pnpm 11.6.0 ignores in package.json anyway). Co-Authored-By: Claude Opus 4.8 (1M context) --- pnpm-lock.yaml | 381 ++++++++++--------------------------------------- 1 file changed, 72 insertions(+), 309 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9557facb536e..8deb689be072 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,7 +61,7 @@ importers: version: 1.2.2 '@intlify/unplugin-vue-i18n': specifier: ^11.2.3 - version: 11.2.3(@vue/compiler-dom@3.5.35)(eslint@9.19.0(jiti@2.7.0))(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) + version: 11.2.3(@vue/compiler-dom@3.5.38)(eslint@9.19.0(jiti@2.7.0))(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) '@lezer/highlight': specifier: ^1.2.3 version: 1.2.3 @@ -200,7 +200,7 @@ importers: version: 3.5.38 '@vue/test-utils': specifier: ^2.4.11 - version: 2.4.11(@vue/compiler-dom@3.5.35)(@vue/server-renderer@3.5.38(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) + version: 2.4.11(@vue/compiler-dom@3.5.38)(@vue/server-renderer@3.5.38(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) bumpp: specifier: ^11.1.0 version: 11.1.0 @@ -358,10 +358,6 @@ packages: resolution: {integrity: sha512-nFZPWz3FHIS7y6rMIVoa/WBwjdutfIaRJIBQjzn+t3RnecZoRNlGmGcyR2wb0T/IgSd50Kz/6dG8/LvMCRunjg==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-string-parser@7.27.1': - resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} - engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.29.7': resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} engines: {node: '>=6.9.0'} @@ -370,10 +366,6 @@ packages: resolution: {integrity: sha512-sN7R8rBvDurfaziNfDEIjIntlazmlkCDGO4SNl2RJ3wRCn+QxspLV7hzYAE8WWVd2joVuT8sUxeePdLp2idI1A==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-validator-identifier@7.28.5': - resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.29.7': resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} engines: {node: '>=6.9.0'} @@ -382,11 +374,6 @@ packages: resolution: {integrity: sha512-ehJDxHvtbZ85RtX/L2fi0h9AGsBNqB5Euv1EB8RMAvGYvD+2X+QbpzzOpbklnNXO+WSZJNOaetw2BBj27xsWVg==} 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'} @@ -397,10 +384,6 @@ packages: engines: {node: ^22.18.0 || >=24.11.0} hasBin: true - '@babel/types@7.29.0': - resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} - engines: {node: '>=6.9.0'} - '@babel/types@7.29.7': resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} engines: {node: '>=6.9.0'} @@ -417,9 +400,6 @@ packages: resolution: {integrity: sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==} hasBin: true - '@codemirror/autocomplete@6.20.2': - resolution: {integrity: sha512-G5FPkgIiLjOgZMjqVjvuKQ1rGPtHogLldJr33eFJdVLtmwY+giGrlv/ewljLz6b9BSQLkjxuwBc6g6omDM+YxQ==} - '@codemirror/autocomplete@6.20.3': resolution: {integrity: sha512-tlosUqb+3BbxCxZdu4tKeRghPFC+QM7q4X5YhKV2eCmPG+1r2F3f4AaSz5sCrFqUtX4Jh20VFTKecl16MgiV9g==} @@ -447,9 +427,6 @@ packages: '@codemirror/theme-one-dark@6.1.3': resolution: {integrity: sha512-NzBdIvEJmx6fjeremiGp3t/okrLPYT0d9orIc7AFun8oZcRk58aejkqhv6spnz4MLAevrKNPMQYXEWMg4s+sKA==} - '@codemirror/view@6.43.0': - resolution: {integrity: sha512-V7ZCLQO3Jus9hzh2jVCCPW3mO4IBMr43O37PqSUYautJSnnJF41YlgLw21x0fLJTYvJ+Vkm6Gp+qKGH9pltgXA==} - '@codemirror/view@6.43.1': resolution: {integrity: sha512-+BIjw/AG3tDQ4pJgTLPYdAW25eDE66YsvM4LKyVPgGzVgZ4a9Wj1SRX8kPVKgBDdPt8oHtZ15F0qx7p0oOHdHw==} @@ -928,9 +905,6 @@ packages: '@iconify-json/ri@1.2.10': resolution: {integrity: sha512-WWMhoncVVM+Xmu9T5fgu2lhYRrKTEWhKk3Com0KiM111EeEsRLiASjpsFKnC/SrB6covhUp95r2mH8tGxhgd5Q==} - '@iconify-json/simple-icons@1.2.85': - resolution: {integrity: sha512-Hp5LXvd3LRk+e+1558wtonA7c1Z0/Phmi7xCqpgtb8bs8cuyGnP34GDbt5uhhUXxKlzacnnhAcXgcDxe9bUa1w==} - '@iconify-json/simple-icons@1.2.86': resolution: {integrity: sha512-t3jck5qPQuK1qy+bRn9eCoDQhIB7XSazKz1Fjp8hcan3XOAsTI5Mq/s3F0ekOKSvMQqkVORYK6ns6o6T9f5EMA==} @@ -968,18 +942,10 @@ packages: resolution: {integrity: sha512-W5vydP9Yq3t82IyWqCM6aR0BTWCZrN5RAwjZEPpH8I2OQWp2RLy03Evh2ANZlSMhcvGAoyDg25k0so85Kwncpw==} engines: {node: '>= 22'} - '@intlify/message-compiler@11.4.2': - resolution: {integrity: sha512-a6CDSGSMTGrg0BjD97x8TBYPf7qQMDlZipJ6UDfv/pd4OIym8TMlHu3MsH0bTNnRdAG2D6EFEykIgiQPqvtTkA==} - engines: {node: '>= 16'} - '@intlify/message-compiler@11.4.5': resolution: {integrity: sha512-IEOZiHtbQopyPc/Dz2M869lOlZYX1SdcniNJwphATDYHhovvIneEKf1EFF37DE7NAABZtza1FNtnwwqZWInfpw==} engines: {node: '>= 22'} - '@intlify/shared@11.4.2': - resolution: {integrity: sha512-NzpHbguRCsOHDwxmlBa9qu/imc+/QWgsYUaK6FZeNC0wK8QfAbhqrktEp/haVzxU1aikH8IX4ytD+mfFEMi/9A==} - engines: {node: '>= 16'} - '@intlify/shared@11.4.5': resolution: {integrity: sha512-g/i5mtdUa9ia/8BaJ4w6ZRHgAXYQd9XyCaQPRMvsd8d5qmZwkjoTmHrNsI28Q/7I8h+2ijUkI4uEnnMCziKupQ==} engines: {node: '>= 22'} @@ -1879,27 +1845,15 @@ packages: vue-tsc: optional: true - '@vue/compiler-core@3.5.35': - resolution: {integrity: sha512-BUmHaR1J+O+CKZ9uJucdVTEr1LHsdyvv7vG3eNRhK3CczEHeMd/LtsHAuD7PbrxvI2envCY2v7HI1vC1aBRzKw==} - '@vue/compiler-core@3.5.38': resolution: {integrity: sha512-s99aGxWYig9ErHbct27KXEGhrBYlRI6c4MwAgXErOAbX9xiW37/uMa+XUDO69zLz83dng8UUZ70CTOJrLrYrEQ==} - '@vue/compiler-dom@3.5.35': - resolution: {integrity: sha512-k+bprkXxuqhVajgTx5mUHuir7TwQzUKOWR40ng1ncAqQRPnrLngGGgqVEEhOnTMlc8btHYVKmrP8s5Qyg0hvYA==} - '@vue/compiler-dom@3.5.38': resolution: {integrity: sha512-JTqp25l8aFfJYF7/KmsXZjAxJz7T+SjmTJLoXVjHtc2BrSgSiW2n9Aem/cWq1OPe68A8JL06B3eVdhlP0H4TVw==} - '@vue/compiler-sfc@3.5.35': - resolution: {integrity: sha512-G5VPMcXTSywXBgtFOZOnHKBxKSrwXUcvY1iaF5/hRcy7t0J6CH/d8ha9F4nzi00Fax1eLV0QHM7v4mQu68jydw==} - '@vue/compiler-sfc@3.5.38': resolution: {integrity: sha512-DuA2GiZawSEW442iw/9+Fkol8hTgb4Ke5KkhmSry65QA7YuyMbIdy8p0XZRMvNwJdgRz307W8g1CSzdvS4nuNg==} - '@vue/compiler-ssr@3.5.35': - resolution: {integrity: sha512-rGhAeXgdM7/ffTJGXT69rCCdTmjDewnFuUZfBQQHTdcEBeWdT5HCGY60y2ytLJr9/Dsu7IntUi5z/w0h6Rjnzw==} - '@vue/compiler-ssr@3.5.38': resolution: {integrity: sha512-7s+W5Gc42FGxZMcuwl8H5B29T8BJPMdBT7KHFE+BbAuZ/iTEdTtv7z2XiMjiaUUw4w3ZcCEdHs36RuYJ2VA7bA==} @@ -1938,40 +1892,20 @@ packages: '@vue/language-core@3.3.4': resolution: {integrity: sha512-IuHqQ5zGGOE7CXP72VX6A42IVeIzYv4WAhO6arej11TRNqtdZfGyH8Yr2FOCaDX0dSQG+JwULLoFHGY1igYVjQ==} - '@vue/reactivity@3.5.35': - resolution: {integrity: sha512-tVc+SsHConvh/Lz64qq1pP3rYArBmK42xonovEcxY74SQtvctZodG/zhq54P5dr38cVuw25d27cPNRdlMidpGQ==} - '@vue/reactivity@3.5.38': resolution: {integrity: sha512-pG6LV/NDNRbKizcUjFFLAfjaL8mcv4DmR9avNcUw2gDHBzZneuS2TWCmp633ynzxz9YYKNeEPK2I8Wraqy2HUQ==} - '@vue/runtime-core@3.5.35': - resolution: {integrity: sha512-A/xFNX9loIcWDygeQuNCfKuh0CoYBzxhqEMNah5TSFg9Z53DrFYEN2qi5CU9necjM1OWYegYREUTHmXTmhfXtg==} - '@vue/runtime-core@3.5.38': resolution: {integrity: sha512-iyW8WVfF1CpCXxncZY5Ei6rSd6oZr5DgEom//fUjRBRl56AXPD+s9ATvukRt77ZFTuYlnVA1bxY+dJB94tWVYw==} - '@vue/runtime-dom@3.5.35': - resolution: {integrity: sha512-odrJ1C391dbGnyDRh8U+rnP7J2amIEzfmRk5vXy7xi3aZhEXofTvpi0T4HJb6jlNqQZTNPR5MPHSB3RHNkIORA==} - '@vue/runtime-dom@3.5.38': resolution: {integrity: sha512-apX2wt9sdfDshS+a2xueFZLVpt0GkRJZSoPmrW/SA4yzXTznhfcMVW59gr7h4YQeY0vJhdJkk2rsIDwgfFgC5A==} - '@vue/server-renderer@3.5.35': - resolution: {integrity: sha512-NkebSOYdB97wi8OQcO3HqzZSlymJi/aWsN/7h74OSVhRTm6qGs3Jp3e0rCXynmWwSlKeRrnlIug+ilYoHBmQDA==} - peerDependencies: - vue: 3.5.35 - '@vue/server-renderer@3.5.38': resolution: {integrity: sha512-vue8vbf2QlV4quHqzwmJy6dWfmRhP1J8l4wtZg60CL6VoKqcPY2oe7may3+1d9qfpedjK5PRLFqd5k3Isj9mUw==} peerDependencies: vue: 3.5.38 - '@vue/shared@3.5.34': - resolution: {integrity: sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==} - - '@vue/shared@3.5.35': - resolution: {integrity: sha512-zSbjL7gRXwks2ZQLRGCajBtBXEOXW9Ddhn/HvSdrGkE2dqGnumzW8XtusRrxrE9LvqtiqDXQ+A60Hp6mvdYxfA==} - '@vue/shared@3.5.38': resolution: {integrity: sha512-FTW0AFZNaK5/mOqvGBwVfUlNLU38TiQn4+DQgIFUnrBBJQ1crMJ82yeGQLV5jyKFsO8yRukpbuP7x+nRbH6aug==} @@ -3013,10 +2947,6 @@ packages: resolution: {integrity: sha512-7I5knELsJKTUjXG+A6BkKAiGkW1i25fNa/xlUl9hFtk15WbE9jndA89xu5FzQKrY5llajE1hfZZFMILXkDHk/Q==} engines: {node: '>=22.13.0'} - local-pkg@1.1.2: - resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==} - engines: {node: '>=14'} - local-pkg@1.2.0: resolution: {integrity: sha512-U16tFsiwNEac4GuqQ/SmG3ayjPIT1YKmiFeH4x9NaHTZwYbSqmEhf9POmzJu6NdUDDVjaE7n1WQQLjymYYFx+Q==} engines: {node: '>=14'} @@ -3357,9 +3287,6 @@ packages: resolution: {integrity: sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==} engines: {node: '>=0.6'} - quansync@0.2.11: - resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==} - quansync@1.0.0: resolution: {integrity: sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==} @@ -3602,22 +3529,10 @@ packages: tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - tinyexec@1.1.2: - resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==} - engines: {node: '>=18'} - - tinyexec@1.2.2: - resolution: {integrity: sha512-M/Q0B2cp4K7kynaT/vnED1j8TlLY+Pp7C6Wl2bl/7u/F0mUVwdyOpwomQb8JpYLitHUssAJRmLZdMCGsrx7i+g==} - engines: {node: '>=18'} - tinyexec@1.2.4: resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==} engines: {node: '>=18'} - tinyglobby@0.2.16: - resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==} - engines: {node: '>=12.0.0'} - tinyglobby@0.2.17: resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} engines: {node: '>=12.0.0'} @@ -3993,9 +3908,6 @@ packages: vscode-uri@3.1.0: resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==} - vue-component-type-helpers@3.3.3: - resolution: {integrity: sha512-x4nsFpy5Pe8fqPzp/5vkTPeTTDBpAx4WVtV47Ejt0+2FQrq4pRRsJs7JmYRqMFzTu/LW+pCWEjQ3YVCkPV7f9g==} - vue-component-type-helpers@3.3.4: resolution: {integrity: sha512-joip1uZTaQR0nD23N400gIdJ7xY+WiiiMA/BCKz842gvGBknqDQAzklUvDEhqFvvrhQY8S2ZANBMu4X70VMFGw==} @@ -4029,14 +3941,6 @@ packages: peerDependencies: typescript: '>=5.0.0' - vue@3.5.35: - resolution: {integrity: sha512-cx89fnr+0kVGHiNFG6y6s0bdjypJRFNZn6x3WPstNdQR1bi1mbB7h4v5IBGTsPJU3nK1+0Iqj3Zf+hZWMieR4Q==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - vue@3.5.38: resolution: {integrity: sha512-vAMKHfImQlYSy0C+PBue4s3ERZ2xGKfgZg5GXAsLInq1dyh2H78ILVP5sK0KPFPVW4kv+OGCIvBEondcjpZp7A==} peerDependencies: @@ -4116,11 +4020,6 @@ packages: resolution: {integrity: sha512-odxVsHAkZYYglR30aPYRY4nUGJnoJ2y1ww2HDvZALo0BDETv9kWbi16J52eHs+PWRNmF4ub6nZqfVOeesOvntg==} engines: {node: ^14.17.0 || >=16.0.0} - yaml@2.8.4: - resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==} - engines: {node: '>= 14.6'} - hasBin: true - yaml@2.9.0: resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} engines: {node: '>= 14.6'} @@ -4270,7 +4169,7 @@ snapshots: '@antfu/install-pkg@1.1.0': dependencies: package-manager-detector: 1.6.0 - tinyexec: 1.2.2 + tinyexec: 1.2.4 '@apache-arrow/esnext-esm@21.1.0': dependencies: @@ -4315,22 +4214,14 @@ snapshots: '@types/jsesc': 2.5.1 jsesc: 3.1.0 - '@babel/helper-string-parser@7.27.1': {} - '@babel/helper-string-parser@7.29.7': {} '@babel/helper-string-parser@8.0.0-rc.5': {} - '@babel/helper-validator-identifier@7.28.5': {} - '@babel/helper-validator-identifier@7.29.7': {} '@babel/helper-validator-identifier@8.0.0-rc.5': {} - '@babel/parser@7.29.3': - dependencies: - '@babel/types': 7.29.0 - '@babel/parser@7.29.7': dependencies: '@babel/types': 7.29.7 @@ -4339,11 +4230,6 @@ snapshots: dependencies: '@babel/types': 8.0.0-rc.5 - '@babel/types@7.29.0': - dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/types@7.29.7': dependencies: '@babel/helper-string-parser': 7.29.7 @@ -4360,34 +4246,27 @@ snapshots: dependencies: css-tree: 3.2.1 - '@codemirror/autocomplete@6.20.2': - dependencies: - '@codemirror/language': 6.12.3 - '@codemirror/state': 6.6.0 - '@codemirror/view': 6.43.0 - '@lezer/common': 1.5.2 - '@codemirror/autocomplete@6.20.3': dependencies: '@codemirror/language': 6.12.3 '@codemirror/state': 6.6.0 - '@codemirror/view': 6.43.0 + '@codemirror/view': 6.43.1 '@lezer/common': 1.5.2 '@codemirror/commands@6.10.3': dependencies: '@codemirror/language': 6.12.3 '@codemirror/state': 6.6.0 - '@codemirror/view': 6.43.0 + '@codemirror/view': 6.43.1 '@lezer/common': 1.5.2 '@codemirror/lang-javascript@6.2.5': dependencies: - '@codemirror/autocomplete': 6.20.2 + '@codemirror/autocomplete': 6.20.3 '@codemirror/language': 6.12.3 '@codemirror/lint': 6.9.6 '@codemirror/state': 6.6.0 - '@codemirror/view': 6.43.0 + '@codemirror/view': 6.43.1 '@lezer/common': 1.5.2 '@lezer/javascript': 1.5.4 @@ -4399,7 +4278,7 @@ snapshots: '@codemirror/language@6.12.3': dependencies: '@codemirror/state': 6.6.0 - '@codemirror/view': 6.43.0 + '@codemirror/view': 6.43.1 '@lezer/common': 1.5.2 '@lezer/highlight': 1.2.3 '@lezer/lr': 1.4.10 @@ -4408,13 +4287,13 @@ snapshots: '@codemirror/lint@6.9.6': dependencies: '@codemirror/state': 6.6.0 - '@codemirror/view': 6.43.0 + '@codemirror/view': 6.43.1 crelt: 1.0.6 '@codemirror/search@6.7.0': dependencies: '@codemirror/state': 6.6.0 - '@codemirror/view': 6.43.0 + '@codemirror/view': 6.43.1 crelt: 1.0.6 '@codemirror/state@6.6.0': @@ -4425,16 +4304,9 @@ snapshots: dependencies: '@codemirror/language': 6.12.3 '@codemirror/state': 6.6.0 - '@codemirror/view': 6.43.0 + '@codemirror/view': 6.43.1 '@lezer/highlight': 1.2.3 - '@codemirror/view@6.43.0': - dependencies: - '@codemirror/state': 6.6.0 - crelt: 1.0.6 - style-mod: 4.1.3 - w3c-keyname: 2.2.8 - '@codemirror/view@6.43.1': dependencies: '@codemirror/state': 6.6.0 @@ -4774,10 +4646,6 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify-json/simple-icons@1.2.85': - dependencies: - '@iconify/types': 2.0.0 - '@iconify-json/simple-icons@1.2.86': dependencies: '@iconify/types': 2.0.0 @@ -4801,8 +4669,8 @@ snapshots: '@intlify/bundle-utils@11.2.3(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))': dependencies: - '@intlify/message-compiler': 11.4.2 - '@intlify/shared': 11.4.2 + '@intlify/message-compiler': 11.4.5 + '@intlify/shared': 11.4.5 acorn: 8.16.0 esbuild: 0.25.12 escodegen: 2.1.0 @@ -4824,26 +4692,19 @@ snapshots: '@intlify/core-base': 11.4.5 '@intlify/shared': 11.4.5 - '@intlify/message-compiler@11.4.2': - dependencies: - '@intlify/shared': 11.4.2 - source-map-js: 1.2.1 - '@intlify/message-compiler@11.4.5': dependencies: '@intlify/shared': 11.4.5 source-map-js: 1.2.1 - '@intlify/shared@11.4.2': {} - '@intlify/shared@11.4.5': {} - '@intlify/unplugin-vue-i18n@11.2.3(@vue/compiler-dom@3.5.35)(eslint@9.19.0(jiti@2.7.0))(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': + '@intlify/unplugin-vue-i18n@11.2.3(@vue/compiler-dom@3.5.38)(eslint@9.19.0(jiti@2.7.0))(rollup@4.60.3)(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.19.0(jiti@2.7.0)) '@intlify/bundle-utils': 11.2.3(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3))) - '@intlify/shared': 11.4.2 - '@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.4.2)(@vue/compiler-dom@3.5.35)(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) + '@intlify/shared': 11.4.5 + '@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.4.5)(@vue/compiler-dom@3.5.38)(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3)) '@rollup/pluginutils': 5.3.0(rollup@4.60.3) '@typescript-eslint/scope-manager': 8.59.2 '@typescript-eslint/typescript-estree': 8.59.2(typescript@6.0.3) @@ -4863,12 +4724,12 @@ snapshots: - supports-color - typescript - '@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.4.2)(@vue/compiler-dom@3.5.35)(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': + '@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.4.5)(@vue/compiler-dom@3.5.38)(vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': dependencies: - '@babel/parser': 7.29.3 + '@babel/parser': 7.29.7 optionalDependencies: - '@intlify/shared': 11.4.2 - '@vue/compiler-dom': 3.5.35 + '@intlify/shared': 11.4.5 + '@vue/compiler-dom': 3.5.38 vue: 3.5.38(typescript@6.0.3) vue-i18n: 11.4.5(vue@3.5.38(typescript@6.0.3)) @@ -5368,7 +5229,7 @@ snapshots: debug: 4.4.3 minimatch: 10.2.5 semver: 7.7.4 - tinyglobby: 0.2.16 + tinyglobby: 0.2.17 ts-api-utils: 2.5.0(typescript@6.0.3) typescript: 6.0.3 transitivePeerDependencies: @@ -5381,10 +5242,10 @@ snapshots: '@ungap/structured-clone@1.3.1': {} - '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@25.9.3)(lightningcss@1.32.0))(vue@3.5.35(typescript@6.0.3))': + '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@25.9.3)(lightningcss@1.32.0))(vue@3.5.38(typescript@6.0.3))': dependencies: vite: 5.4.21(@types/node@25.9.3)(lightningcss@1.32.0) - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) '@vitejs/plugin-vue@6.0.7(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3))': dependencies: @@ -5463,7 +5324,7 @@ snapshots: '@vue-macros/boolean-prop@0.5.5(vue@3.5.38(typescript@6.0.3))': dependencies: '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) - '@vue/compiler-core': 3.5.35 + '@vue/compiler-core': 3.5.38 transitivePeerDependencies: - vue @@ -5474,22 +5335,11 @@ snapshots: transitivePeerDependencies: - vue - '@vue-macros/common@1.16.1(vue@3.5.35(typescript@6.0.3))': - dependencies: - '@vue/compiler-sfc': 3.5.35 - ast-kit: 1.4.3 - local-pkg: 1.1.2 - magic-string-ast: 0.7.1 - pathe: 2.0.3 - picomatch: 4.0.4 - optionalDependencies: - vue: 3.5.35(typescript@6.0.3) - '@vue-macros/common@1.16.1(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue/compiler-sfc': 3.5.35 + '@vue/compiler-sfc': 3.5.38 ast-kit: 1.4.3 - local-pkg: 1.1.2 + local-pkg: 1.2.0 magic-string-ast: 0.7.1 pathe: 2.0.3 picomatch: 4.0.4 @@ -5498,7 +5348,7 @@ snapshots: '@vue-macros/common@3.1.2(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue/compiler-sfc': 3.5.35 + '@vue/compiler-sfc': 3.5.38 ast-kit: 2.2.0 local-pkg: 1.2.0 magic-string-ast: 1.0.3 @@ -5565,7 +5415,7 @@ snapshots: '@vue-macros/define-stylex@0.2.3(vue@3.5.38(typescript@6.0.3))': dependencies: '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) - '@vue/compiler-dom': 3.5.35 + '@vue/compiler-dom': 3.5.38 unplugin: 1.16.1 transitivePeerDependencies: - vue @@ -5573,7 +5423,7 @@ snapshots: '@vue-macros/devtools@0.4.1(typescript@6.0.3)(vite@8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0))': dependencies: sirv: 3.0.2 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) optionalDependencies: vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) transitivePeerDependencies: @@ -5582,7 +5432,7 @@ snapshots: '@vue-macros/export-expose@0.3.5(vue@3.5.38(typescript@6.0.3))': dependencies: '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) - '@vue/compiler-sfc': 3.5.35 + '@vue/compiler-sfc': 3.5.38 unplugin: 1.16.1 vue: 3.5.38(typescript@6.0.3) @@ -5607,27 +5457,27 @@ snapshots: '@vue-macros/jsx-directive@0.10.6(typescript@6.0.3)': dependencies: - '@vue-macros/common': 1.16.1(vue@3.5.35(typescript@6.0.3)) - '@vue/compiler-sfc': 3.5.35 + '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) + '@vue/compiler-sfc': 3.5.38 unplugin: 1.16.1 - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) transitivePeerDependencies: - typescript '@vue-macros/named-template@0.5.5(vue@3.5.38(typescript@6.0.3))': dependencies: '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) - '@vue/compiler-dom': 3.5.35 + '@vue/compiler-dom': 3.5.38 unplugin: 1.16.1 transitivePeerDependencies: - vue '@vue-macros/reactivity-transform@1.1.6(vue@3.5.38(typescript@6.0.3))': dependencies: - '@babel/parser': 7.29.3 + '@babel/parser': 7.29.7 '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) - '@vue/compiler-core': 3.5.35 - '@vue/shared': 3.5.35 + '@vue/compiler-core': 3.5.38 + '@vue/shared': 3.5.38 magic-string: 0.30.21 unplugin: 1.16.1 vue: 3.5.38(typescript@6.0.3) @@ -5641,7 +5491,7 @@ snapshots: '@vue-macros/setup-block@0.4.5(vue@3.5.38(typescript@6.0.3))': dependencies: '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) - '@vue/compiler-dom': 3.5.35 + '@vue/compiler-dom': 3.5.38 unplugin: 1.16.1 transitivePeerDependencies: - vue @@ -5663,7 +5513,7 @@ snapshots: '@vue-macros/short-bind@1.1.5(vue@3.5.38(typescript@6.0.3))': dependencies: '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) - '@vue/compiler-core': 3.5.35 + '@vue/compiler-core': 3.5.38 transitivePeerDependencies: - vue @@ -5677,7 +5527,7 @@ snapshots: '@vue-macros/short-vmodel@1.5.5(vue@3.5.38(typescript@6.0.3))': dependencies: '@vue-macros/common': 1.16.1(vue@3.5.38(typescript@6.0.3)) - '@vue/compiler-core': 3.5.35 + '@vue/compiler-core': 3.5.38 transitivePeerDependencies: - vue @@ -5697,14 +5547,6 @@ snapshots: - typescript - vue - '@vue/compiler-core@3.5.35': - dependencies: - '@babel/parser': 7.29.3 - '@vue/shared': 3.5.35 - entities: 7.0.1 - estree-walker: 2.0.2 - source-map-js: 1.2.1 - '@vue/compiler-core@3.5.38': dependencies: '@babel/parser': 7.29.7 @@ -5713,28 +5555,11 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-dom@3.5.35': - dependencies: - '@vue/compiler-core': 3.5.35 - '@vue/shared': 3.5.35 - '@vue/compiler-dom@3.5.38': dependencies: '@vue/compiler-core': 3.5.38 '@vue/shared': 3.5.38 - '@vue/compiler-sfc@3.5.35': - dependencies: - '@babel/parser': 7.29.3 - '@vue/compiler-core': 3.5.35 - '@vue/compiler-dom': 3.5.35 - '@vue/compiler-ssr': 3.5.35 - '@vue/shared': 3.5.35 - estree-walker: 2.0.2 - magic-string: 0.30.21 - postcss: 8.5.15 - source-map-js: 1.2.1 - '@vue/compiler-sfc@3.5.38': dependencies: '@babel/parser': 7.29.7 @@ -5747,11 +5572,6 @@ snapshots: postcss: 8.5.15 source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.35': - dependencies: - '@vue/compiler-dom': 3.5.35 - '@vue/shared': 3.5.35 - '@vue/compiler-ssr@3.5.38': dependencies: '@vue/compiler-dom': 3.5.38 @@ -5798,9 +5618,9 @@ snapshots: '@vue/language-core@2.1.10(typescript@6.0.3)': dependencies: '@volar/language-core': 2.4.28 - '@vue/compiler-dom': 3.5.35 + '@vue/compiler-dom': 3.5.38 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.35 + '@vue/shared': 3.5.38 alien-signals: 0.2.2 minimatch: 9.0.9 muggle-string: 0.4.1 @@ -5811,38 +5631,22 @@ snapshots: '@vue/language-core@3.3.4': dependencies: '@volar/language-core': 2.4.28 - '@vue/compiler-dom': 3.5.35 - '@vue/shared': 3.5.35 + '@vue/compiler-dom': 3.5.38 + '@vue/shared': 3.5.38 alien-signals: 3.2.1 muggle-string: 0.4.1 path-browserify: 1.0.1 picomatch: 4.0.4 - '@vue/reactivity@3.5.35': - dependencies: - '@vue/shared': 3.5.35 - '@vue/reactivity@3.5.38': dependencies: '@vue/shared': 3.5.38 - '@vue/runtime-core@3.5.35': - dependencies: - '@vue/reactivity': 3.5.35 - '@vue/shared': 3.5.35 - '@vue/runtime-core@3.5.38': dependencies: '@vue/reactivity': 3.5.38 '@vue/shared': 3.5.38 - '@vue/runtime-dom@3.5.35': - dependencies: - '@vue/reactivity': 3.5.35 - '@vue/runtime-core': 3.5.35 - '@vue/shared': 3.5.35 - csstype: 3.2.3 - '@vue/runtime-dom@3.5.38': dependencies: '@vue/reactivity': 3.5.38 @@ -5850,30 +5654,20 @@ snapshots: '@vue/shared': 3.5.38 csstype: 3.2.3 - '@vue/server-renderer@3.5.35(vue@3.5.35(typescript@6.0.3))': - dependencies: - '@vue/compiler-ssr': 3.5.35 - '@vue/shared': 3.5.35 - vue: 3.5.35(typescript@6.0.3) - '@vue/server-renderer@3.5.38(vue@3.5.38(typescript@6.0.3))': dependencies: '@vue/compiler-ssr': 3.5.38 '@vue/shared': 3.5.38 vue: 3.5.38(typescript@6.0.3) - '@vue/shared@3.5.34': {} - - '@vue/shared@3.5.35': {} - '@vue/shared@3.5.38': {} - '@vue/test-utils@2.4.11(@vue/compiler-dom@3.5.35)(@vue/server-renderer@3.5.38(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': + '@vue/test-utils@2.4.11(@vue/compiler-dom@3.5.38)(@vue/server-renderer@3.5.38(vue@3.5.38(typescript@6.0.3)))(vue@3.5.38(typescript@6.0.3))': dependencies: - '@vue/compiler-dom': 3.5.35 + '@vue/compiler-dom': 3.5.38 js-beautify: 1.15.4 vue: 3.5.38(typescript@6.0.3) - vue-component-type-helpers: 3.3.3 + vue-component-type-helpers: 3.3.4 optionalDependencies: '@vue/server-renderer': 3.5.38(vue@3.5.38(typescript@6.0.3)) @@ -5888,7 +5682,7 @@ snapshots: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 12.8.2 '@vueuse/shared': 12.8.2(typescript@6.0.3) - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) transitivePeerDependencies: - typescript @@ -5903,7 +5697,7 @@ snapshots: dependencies: '@vueuse/core': 12.8.2(typescript@6.0.3) '@vueuse/shared': 12.8.2(typescript@6.0.3) - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) optionalDependencies: focus-trap: 7.8.0 fuse.js: 7.4.2 @@ -5933,7 +5727,7 @@ snapshots: '@vueuse/shared@12.8.2(typescript@6.0.3)': dependencies: - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) transitivePeerDependencies: - typescript @@ -6031,23 +5825,23 @@ snapshots: ast-kit@1.4.3: dependencies: - '@babel/parser': 7.29.3 + '@babel/parser': 7.29.7 pathe: 2.0.3 ast-kit@2.2.0: dependencies: - '@babel/parser': 7.29.3 + '@babel/parser': 7.29.7 pathe: 2.0.3 ast-walker-scope@0.6.2: dependencies: - '@babel/parser': 7.29.3 + '@babel/parser': 7.29.7 ast-kit: 1.4.3 ast-walker-scope@0.9.0: dependencies: - '@babel/parser': 7.29.3 - '@babel/types': 7.29.0 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 ast-kit: 2.2.0 balanced-match@1.0.2: {} @@ -6086,10 +5880,10 @@ snapshots: jsonc-parser: 3.3.1 package-manager-detector: 1.6.0 semver: 7.7.4 - tinyexec: 1.1.2 - tinyglobby: 0.2.16 + tinyexec: 1.2.4 + tinyglobby: 0.2.17 unconfig: 7.5.0 - yaml: 2.8.4 + yaml: 2.9.0 c8@11.0.0: dependencies: @@ -6165,13 +5959,13 @@ snapshots: codemirror@6.0.2: dependencies: - '@codemirror/autocomplete': 6.20.2 + '@codemirror/autocomplete': 6.20.3 '@codemirror/commands': 6.10.3 '@codemirror/language': 6.12.3 '@codemirror/lint': 6.9.6 '@codemirror/search': 6.7.0 '@codemirror/state': 6.6.0 - '@codemirror/view': 6.43.0 + '@codemirror/view': 6.43.1 color-convert@2.0.1: dependencies: @@ -6887,12 +6681,6 @@ snapshots: rfdc: 1.4.1 wrap-ansi: 10.0.0 - local-pkg@1.1.2: - dependencies: - mlly: 1.8.2 - pkg-types: 2.3.1 - quansync: 0.2.11 - local-pkg@1.2.0: dependencies: mlly: 1.8.2 @@ -7175,8 +6963,6 @@ snapshots: dependencies: side-channel: 1.1.0 - quansync@0.2.11: {} - quansync@1.0.0: {} queue-microtask@1.2.3: {} @@ -7455,17 +7241,8 @@ snapshots: tinybench@2.9.0: {} - tinyexec@1.1.2: {} - - tinyexec@1.2.2: {} - tinyexec@1.2.4: {} - tinyglobby@0.2.16: - dependencies: - fdir: 6.5.0(picomatch@4.0.4) - picomatch: 4.0.4 - tinyglobby@0.2.17: dependencies: fdir: 6.5.0(picomatch@4.0.4) @@ -7563,7 +7340,7 @@ snapshots: acorn: 8.16.0 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 - local-pkg: 1.1.2 + local-pkg: 1.2.0 magic-string: 0.30.21 mlly: 1.8.2 pathe: 2.0.3 @@ -7571,7 +7348,7 @@ snapshots: pkg-types: 2.3.1 scule: 1.3.0 strip-literal: 3.1.0 - tinyglobby: 0.2.16 + tinyglobby: 0.2.17 unplugin: 2.3.11 unplugin-utils: 0.3.1 @@ -7600,7 +7377,7 @@ snapshots: unplugin-auto-import@21.0.0(@vueuse/core@14.3.0(vue@3.5.38(typescript@6.0.3))): dependencies: - local-pkg: 1.1.2 + local-pkg: 1.2.0 magic-string: 0.30.21 picomatch: 4.0.4 unimport: 5.7.0 @@ -7620,7 +7397,7 @@ snapshots: dependencies: '@antfu/install-pkg': 1.1.0 '@iconify/utils': 3.1.3 - local-pkg: 1.1.2 + local-pkg: 1.2.0 obug: 2.1.1 unplugin: 2.3.11 optionalDependencies: @@ -7639,7 +7416,7 @@ snapshots: mlly: 1.8.2 obug: 2.1.1 picomatch: 4.0.4 - tinyglobby: 0.2.16 + tinyglobby: 0.2.17 unplugin: 3.0.0 unplugin-utils: 0.3.1 vue: 3.5.38(typescript@6.0.3) @@ -7785,14 +7562,14 @@ snapshots: dependencies: '@docsearch/css': 3.8.2 '@docsearch/js': 3.8.2(@algolia/client-search@5.52.1)(search-insights@2.17.3) - '@iconify-json/simple-icons': 1.2.85 + '@iconify-json/simple-icons': 1.2.86 '@shikijs/core': 2.5.0 '@shikijs/transformers': 2.5.0 '@shikijs/types': 2.5.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@25.9.3)(lightningcss@1.32.0))(vue@3.5.35(typescript@6.0.3)) + '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@25.9.3)(lightningcss@1.32.0))(vue@3.5.38(typescript@6.0.3)) '@vue/devtools-api': 7.7.9 - '@vue/shared': 3.5.34 + '@vue/shared': 3.5.38 '@vueuse/core': 12.8.2(typescript@6.0.3) '@vueuse/integrations': 12.8.2(focus-trap@7.8.0)(fuse.js@7.4.2)(sortablejs@1.15.7)(typescript@6.0.3) focus-trap: 7.8.0 @@ -7800,7 +7577,7 @@ snapshots: minisearch: 7.2.0 shiki: 2.5.0 vite: 5.4.21(@types/node@25.9.3)(lightningcss@1.32.0) - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.38(typescript@6.0.3) optionalDependencies: postcss: 8.5.15 transitivePeerDependencies: @@ -7847,8 +7624,8 @@ snapshots: picomatch: 4.0.4 std-env: 4.1.0 tinybench: 2.9.0 - tinyexec: 1.2.2 - tinyglobby: 0.2.16 + tinyexec: 1.2.4 + tinyglobby: 0.2.17 tinyrainbow: 3.1.0 vite: 8.0.16(@types/node@25.9.3)(jiti@2.7.0)(yaml@2.9.0) why-is-node-running: 2.3.0 @@ -7860,8 +7637,6 @@ snapshots: vscode-uri@3.1.0: {} - vue-component-type-helpers@3.3.3: {} - vue-component-type-helpers@3.3.4: {} vue-i18n@11.4.5(vue@3.5.38(typescript@6.0.3)): @@ -7887,7 +7662,7 @@ snapshots: pathe: 2.0.3 picomatch: 4.0.4 scule: 1.3.0 - tinyglobby: 0.2.16 + tinyglobby: 0.2.17 unplugin: 3.0.0 unplugin-utils: 0.3.1 vue: 3.5.38(typescript@6.0.3) @@ -7903,16 +7678,6 @@ snapshots: '@vue/language-core': 3.3.4 typescript: 6.0.3 - vue@3.5.35(typescript@6.0.3): - dependencies: - '@vue/compiler-dom': 3.5.35 - '@vue/compiler-sfc': 3.5.35 - '@vue/runtime-dom': 3.5.35 - '@vue/server-renderer': 3.5.35(vue@3.5.35(typescript@6.0.3)) - '@vue/shared': 3.5.35 - optionalDependencies: - typescript: 6.0.3 - vue@3.5.38(typescript@6.0.3): dependencies: '@vue/compiler-dom': 3.5.38 @@ -7991,8 +7756,6 @@ snapshots: eslint-visitor-keys: 3.4.3 yaml: 2.9.0 - yaml@2.8.4: {} - yaml@2.9.0: {} yargs-parser@21.1.1: {}