diff --git a/docs/.vitepress/components/Editor/index.vue b/docs/.vitepress/components/Editor/index.vue
index 0d7aecb..fc7b54a 100644
--- a/docs/.vitepress/components/Editor/index.vue
+++ b/docs/.vitepress/components/Editor/index.vue
@@ -51,11 +51,11 @@ const resolvedExtensions = computed(() => {
diff --git a/docs/.vitepress/components/ast/AstViewer.vue b/docs/.vitepress/components/ast/AstViewer.vue
index 933b8df..877a78b 100644
--- a/docs/.vitepress/components/ast/AstViewer.vue
+++ b/docs/.vitepress/components/ast/AstViewer.vue
@@ -27,7 +27,7 @@ const selectedPath = computed(() => {
diff --git a/docs/.vitepress/components/ui/Tabs.vue b/docs/.vitepress/components/ui/Tabs.vue
index 07cd47a..aa83be9 100644
--- a/docs/.vitepress/components/ui/Tabs.vue
+++ b/docs/.vitepress/components/ui/Tabs.vue
@@ -40,7 +40,7 @@ onMounted(() => {
@click="handleItemClick(item)"
v-for="item in options"
:key="item.name"
- :item="item"
+ :item
:is-active="activeItem === item.name"
role="tab"
/>
diff --git a/docs/package.json b/docs/package.json
index 7364788..e22489c 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -13,24 +13,24 @@
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.1",
"@iconify-json/carbon": "^1.2.13",
- "@iconify-json/lucide": "^1.2.62",
+ "@iconify-json/lucide": "^1.2.66",
"@lezer/highlight": "^1.2.1",
"@ntnyq/utils": "^0.9.1",
- "@shikijs/transformers": "^3.9.2",
- "@shikijs/vitepress-twoslash": "^3.9.2",
+ "@shikijs/transformers": "^3.12.0",
+ "@shikijs/vitepress-twoslash": "^3.12.0",
"@uiw/codemirror-themes": "^4.25.1",
- "@vueuse/core": "^13.6.0",
+ "@vueuse/core": "^13.8.0",
"codemirror": "^6.0.2",
"floating-vue": "^5.2.2",
"splitpanes": "^4.0.4",
"svg-eslint-parser": "workspace:*",
"twoslash": "^0.3.4",
- "unocss": "^66.4.2",
+ "unocss": "^66.5.0",
"unplugin-vue-components": "^29.0.0",
- "vite": "^7.1.2",
- "vitepress": "^2.0.0-alpha.11",
+ "vite": "^7.1.3",
+ "vitepress": "^2.0.0-alpha.12",
"vitepress-plugin-group-icons": "^1.6.3",
- "vue": "^3.5.18",
+ "vue": "^3.5.20",
"vue-codemirror": "^6.1.1"
}
}
diff --git a/package.json b/package.json
index 33d7686..e3b63e2 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "svg-eslint-parser",
"type": "module",
"version": "0.0.4",
- "packageManager": "pnpm@10.14.0",
+ "packageManager": "pnpm@10.15.0",
"description": "An SVG parser that produces output compatible with ESLint.",
"keywords": [
"eslint-parser",
@@ -53,16 +53,16 @@
"eslint-visitor-keys": "^4.2.1"
},
"devDependencies": {
- "@ntnyq/eslint-config": "^5.3.1",
+ "@ntnyq/eslint-config": "^5.4.1",
"@ntnyq/prettier-config": "^3.0.1",
"@types/node": "^24.3.0",
"bumpp": "^10.2.3",
- "eslint": "^9.33.0",
+ "eslint": "^9.34.0",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.6.2",
- "tsdown": "^0.14.1",
+ "tsdown": "^0.14.2",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 2b73326..ef59057 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -19,8 +19,8 @@ importers:
version: 4.2.1
devDependencies:
'@ntnyq/eslint-config':
- specifier: ^5.3.1
- version: 5.3.1(@types/eslint@9.6.1)(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.18)(eslint-import-resolver-node@0.3.9)(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
+ specifier: ^5.4.1
+ version: 5.4.2(@types/eslint@9.6.1)(@typescript-eslint/parser@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(@typescript-eslint/utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.21)(eslint-import-resolver-node@0.3.9)(eslint@9.35.0(jiti@2.5.1))(prettier@3.6.2)(typescript@5.9.2)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
'@ntnyq/prettier-config':
specifier: ^3.0.1
version: 3.0.1
@@ -31,8 +31,8 @@ importers:
specifier: ^10.2.3
version: 10.2.3(magicast@0.3.5)
eslint:
- specifier: ^9.33.0
- version: 9.33.0(jiti@2.5.1)
+ specifier: ^9.34.0
+ version: 9.35.0(jiti@2.5.1)
husky:
specifier: ^9.1.7
version: 9.1.7
@@ -46,8 +46,8 @@ importers:
specifier: ^3.6.2
version: 3.6.2
tsdown:
- specifier: ^0.14.1
- version: 0.14.1(typescript@5.9.2)
+ specifier: ^0.14.2
+ version: 0.14.2(typescript@5.9.2)
typescript:
specifier: ^5.9.2
version: 5.9.2
@@ -76,8 +76,8 @@ importers:
specifier: ^1.2.13
version: 1.2.13
'@iconify-json/lucide':
- specifier: ^1.2.62
- version: 1.2.62
+ specifier: ^1.2.66
+ version: 1.2.66
'@lezer/highlight':
specifier: ^1.2.1
version: 1.2.1
@@ -85,26 +85,26 @@ importers:
specifier: ^0.9.1
version: 0.9.1
'@shikijs/transformers':
- specifier: ^3.9.2
- version: 3.9.2
+ specifier: ^3.12.0
+ version: 3.12.2
'@shikijs/vitepress-twoslash':
- specifier: ^3.9.2
- version: 3.9.2(typescript@5.9.2)
+ specifier: ^3.12.0
+ version: 3.12.2(typescript@5.9.2)
'@uiw/codemirror-themes':
specifier: ^4.25.1
version: 4.25.1(@codemirror/language@6.11.3)(@codemirror/state@6.5.2)(@codemirror/view@6.38.1)
'@vueuse/core':
- specifier: ^13.6.0
- version: 13.6.0(vue@3.5.18(typescript@5.9.2))
+ specifier: ^13.8.0
+ version: 13.9.0(vue@3.5.21(typescript@5.9.2))
codemirror:
specifier: ^6.0.2
version: 6.0.2
floating-vue:
specifier: ^5.2.2
- version: 5.2.2(vue@3.5.18(typescript@5.9.2))
+ version: 5.2.2(vue@3.5.21(typescript@5.9.2))
splitpanes:
specifier: ^4.0.4
- version: 4.0.4(vue@3.5.18(typescript@5.9.2))
+ version: 4.0.4(vue@3.5.21(typescript@5.9.2))
svg-eslint-parser:
specifier: workspace:*
version: link:..
@@ -112,33 +112,29 @@ importers:
specifier: ^0.3.4
version: 0.3.4(typescript@5.9.2)
unocss:
- specifier: ^66.4.2
- version: 66.4.2(postcss@8.5.6)(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
+ specifier: ^66.5.0
+ version: 66.5.0(postcss@8.5.6)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
unplugin-vue-components:
specifier: ^29.0.0
- version: 29.0.0(@babel/parser@7.28.0)(vue@3.5.18(typescript@5.9.2))
+ version: 29.0.0(@babel/parser@7.28.4)(vue@3.5.21(typescript@5.9.2))
vite:
- specifier: ^7.1.2
- version: 7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
+ specifier: ^7.1.3
+ version: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
vitepress:
- specifier: ^2.0.0-alpha.11
+ specifier: ^2.0.0-alpha.12
version: 2.0.0-alpha.12(@types/node@24.3.0)(change-case@5.4.4)(jiti@2.5.1)(postcss@8.5.6)(typescript@5.9.2)(yaml@2.8.1)
vitepress-plugin-group-icons:
specifier: ^1.6.3
- version: 1.6.3(markdown-it@14.1.0)(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
+ version: 1.6.3(markdown-it@14.1.0)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
vue:
- specifier: ^3.5.18
- version: 3.5.18(typescript@5.9.2)
+ specifier: ^3.5.20
+ version: 3.5.21(typescript@5.9.2)
vue-codemirror:
specifier: ^6.1.1
- version: 6.1.1(codemirror@6.0.2)(vue@3.5.18(typescript@5.9.2))
+ version: 6.1.1(codemirror@6.0.2)(vue@3.5.21(typescript@5.9.2))
packages:
- '@ampproject/remapping@2.3.0':
- resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
- engines: {node: '>=6.0.0'}
-
'@antfu/install-pkg@1.1.0':
resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
@@ -153,8 +149,8 @@ packages:
resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==}
engines: {node: '>=6.9.0'}
- '@babel/helper-globals@7.28.0':
- resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
+ '@babel/generator@7.28.3':
+ resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
engines: {node: '>=6.9.0'}
'@babel/helper-string-parser@7.27.1':
@@ -165,23 +161,37 @@ packages:
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
engines: {node: '>=6.9.0'}
+ '@babel/parser@7.27.7':
+ resolution: {integrity: sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+
'@babel/parser@7.28.0':
resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==}
engines: {node: '>=6.0.0'}
hasBin: true
+ '@babel/parser@7.28.4':
+ resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+
'@babel/template@7.27.2':
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.28.0':
- resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==}
+ '@babel/traverse@7.27.7':
+ resolution: {integrity: sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==}
engines: {node: '>=6.9.0'}
'@babel/types@7.28.2':
resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
engines: {node: '>=6.9.0'}
+ '@babel/types@7.28.4':
+ resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
+ engines: {node: '>=6.9.0'}
+
'@clack/core@0.5.0':
resolution: {integrity: sha512-p3y0FIOwaYRUPRcMO7+dlmLh8PSRcrjuTndsiA0WAFbWES0mLZlrjVoBRZ9DzkPFJZG6KGkJmoEAY0ZcVWTkow==}
@@ -234,8 +244,8 @@ packages:
resolution: {integrity: sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==}
engines: {node: '>=18'}
- '@es-joy/jsdoccomment@0.52.0':
- resolution: {integrity: sha512-BXuN7BII+8AyNtn57euU2Yxo9yA/KUDNzrpXyi3pfqKmBhhysR6ZWOebFh3vyPoqA3/j1SOvGgucElMGwlXing==}
+ '@es-joy/jsdoccomment@0.56.0':
+ resolution: {integrity: sha512-c6EW+aA1w2rjqOMjbL93nZlwxp6c1Ln06vTYs5FjRRhmJXK8V/OrSXdT+pUr4aRYgjCgu8/OkiZr0tzeVrRSbw==}
engines: {node: '>=20.11.0'}
'@esbuild/aix-ppc64@0.25.9':
@@ -406,6 +416,12 @@ packages:
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
+ '@eslint-community/eslint-utils@4.8.0':
+ resolution: {integrity: sha512-MJQFqrZgcW0UNYLGOuQpey/oTN59vyWwplvCGZztn1cKz9agZPPYpJB7h2OMmuu7VLqkvEjN8feFZJmxNF9D+Q==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
+
'@eslint-community/regexpp@4.12.1':
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
@@ -427,10 +443,6 @@ packages:
resolution: {integrity: sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/core@0.15.1':
- resolution: {integrity: sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/core@0.15.2':
resolution: {integrity: sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -439,26 +451,18 @@ packages:
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.32.0':
- resolution: {integrity: sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==}
+ '@eslint/js@9.35.0':
+ resolution: {integrity: sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.33.0':
- resolution: {integrity: sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@eslint/markdown@7.1.0':
- resolution: {integrity: sha512-Y+X1B1j+/zupKDVJfkKc8uYMjQkGzfnd8lt7vK3y8x9Br6H5dBuhAfFrQ6ff7HAMm/1BwgecyEiRFkYCWPRxmA==}
+ '@eslint/markdown@7.2.0':
+ resolution: {integrity: sha512-cmDloByulvKzofM0tIkSGWwxMcrKOLsXZC+EM0FLkRIrxKzW+2RkZAt9TAh37EtQRmx1M4vjBEmlC6R0wiGkog==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.6':
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/plugin-kit@0.3.4':
- resolution: {integrity: sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/plugin-kit@0.3.5':
resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -498,8 +502,8 @@ packages:
'@iconify-json/logos@1.2.4':
resolution: {integrity: sha512-XC4If5D/hbaZvUkTV8iaZuGlQCyG6CNOlaAaJaGa13V5QMYwYjgtKk3vPP8wz3wtTVNVEVk3LRx1fOJz+YnSMw==}
- '@iconify-json/lucide@1.2.62':
- resolution: {integrity: sha512-K0KfhvP5YQZ2KraOgCm6jJbwwzQCVocvXcdMpDou5uLa48QnLBRW/dQ8VDGmxHTGpwF9EqLlvnUSinH2i6xs3Q==}
+ '@iconify-json/lucide@1.2.66':
+ resolution: {integrity: sha512-TrhmfThWY2FHJIckjz7g34gUx3+cmja61DcHNdmu0rVDBQHIjPMYO1O8mMjoDSqIXEllz9wDZxCqT3lFuI+f/A==}
'@iconify-json/simple-icons@1.2.47':
resolution: {integrity: sha512-wa/2O7G4sBmwSEWWLh5C+HeY00lVOoWYRKJOYQtk7lAbQrHUReD1ijiGOyTynV1YavxtNueL1CBA1UZmYJfOrQ==}
@@ -516,6 +520,9 @@ packages:
'@jridgewell/gen-mapping@0.3.12':
resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==}
+ '@jridgewell/remapping@2.3.5':
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
+
'@jridgewell/resolve-uri@3.1.2':
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
engines: {node: '>=6.0.0'}
@@ -523,6 +530,9 @@ packages:
'@jridgewell/sourcemap-codec@1.5.0':
resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
+ '@jridgewell/sourcemap-codec@1.5.5':
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
+
'@jridgewell/trace-mapping@0.3.29':
resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==}
@@ -562,21 +572,21 @@ packages:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'}
- '@ntnyq/eslint-config@5.3.1':
- resolution: {integrity: sha512-2G/YdYMoM4N6po5gfdZLpIZ4YVCGoDaRoCRau/+bzHzzkYTK+LrGgZo5zOXtdZe4z5LdY7NOXcVOrJfbjHhKmw==}
- engines: {node: '>=20.11.0'}
+ '@ntnyq/eslint-config@5.4.2':
+ resolution: {integrity: sha512-o0eskRhs/fn4EJrCXtJ65JIqdm6kmtCifAXaxtsIgCdsmjlFUEZ9a6G3K9qu6pbWAU1jbBFlPta71vG7blVCwA==}
+ engines: {node: ^20.11.0 || >=21.1.0}
peerDependencies:
- '@html-eslint/eslint-plugin': ^0.44.0
- '@html-eslint/parser': ^0.44.0
+ '@html-eslint/eslint-plugin': ^0.46.0
+ '@html-eslint/parser': ^0.46.0
astro-eslint-parser: ^1.2.2
eslint: ^9.20.0
eslint-plugin-astro: ^1.3.1
eslint-plugin-eslint-plugin: ^7.0.0
eslint-plugin-format: ^1.0.1
- eslint-plugin-pnpm: ^1.1.0
+ eslint-plugin-pnpm: ^1.1.1
eslint-plugin-svelte: ^3.11.0
- eslint-plugin-unused-imports: ^4.1.4
- svelte: ^5.37.3
+ eslint-plugin-unused-imports: ^4.2.0
+ svelte: ^5.38.2
svelte-eslint-parser: ^1.3.1
peerDependenciesMeta:
'@html-eslint/eslint-plugin':
@@ -613,12 +623,12 @@ packages:
resolution: {integrity: sha512-pbhtg4KXApycTRZMCe29ZTjbZZJErVD3hpld0QDR4CN7nLmjYkZ5VuqDDnyoGbjE9yn1DCIbrYsXw6uju5TPYw==}
engines: {node: '>=18.18.0'}
- '@oxc-project/runtime@0.82.2':
- resolution: {integrity: sha512-cYxcj5CPn/vo5QSpCZcYzBiLidU5+GlFSqIeNaMgBDtcVRBsBJHZg3pHw999W6nHamFQ1EHuPPByB26tjaJiJw==}
+ '@oxc-project/runtime@0.82.3':
+ resolution: {integrity: sha512-LNh5GlJvYHAnMurO+EyA8jJwN1rki7l3PSHuosDh2I7h00T6/u9rCkUjg/SvPmT1CZzvhuW0y+gf7jcqUy/Usg==}
engines: {node: '>=6.9.0'}
- '@oxc-project/types@0.82.2':
- resolution: {integrity: sha512-WMGSwd9FsNBs/WfqIOH0h3k1LBdjZJQGYjGnC+vla/fh6HUsu5HzGPerRljiq1hgMQ6gs031YJR12VyP57b/hQ==}
+ '@oxc-project/types@0.82.3':
+ resolution: {integrity: sha512-6nCUxBnGX0c6qfZW5MaF6/fmu5dHJDMiMPaioKHKs5mi5+8/FHQ7WGjgQIz1zxpmceMYfdIXkOaLYE+ejbuOtA==}
'@pkgr/core@0.2.9':
resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==}
@@ -627,85 +637,84 @@ packages:
'@polka/url@1.0.0-next.29':
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
- '@quansync/fs@0.1.3':
- resolution: {integrity: sha512-G0OnZbMWEs5LhDyqy2UL17vGhSVHkQIfVojMtEWVenvj0V5S84VBgy86kJIuNsGDp2p7sTKlpSIpBUWdC35OKg==}
- engines: {node: '>=20.0.0'}
+ '@quansync/fs@0.1.5':
+ resolution: {integrity: sha512-lNS9hL2aS2NZgNW7BBj+6EBl4rOf8l+tQ0eRY6JWCI8jI2kc53gSoqbjojU0OnAWhzoXiOjFyGsHcDGePB3lhA==}
- '@rolldown/binding-android-arm64@1.0.0-beta.33':
- resolution: {integrity: sha512-xhDQXKftRkEULIxCddrKMR8y0YO/Y+6BKk/XrQP2B29YjV2wr8DByoEz+AHX9BfLHb2srfpdN46UquBW2QXWpQ==}
+ '@rolldown/binding-android-arm64@1.0.0-beta.35':
+ resolution: {integrity: sha512-zVTg0544Ib1ldJSWwjy8URWYHlLFJ98rLnj+2FIj5fRs4KqGKP4VgH/pVUbXNGxeLFjItie6NSK1Un7nJixneQ==}
cpu: [arm64]
os: [android]
- '@rolldown/binding-darwin-arm64@1.0.0-beta.33':
- resolution: {integrity: sha512-7lhhY08v5ZtRq8JJQaJ49fnJombAPnqllKKCDLU/UvaqNAOEyTGC8J1WVOLC4EA4zbXO5U3CCRgVGyAFNH2VtQ==}
+ '@rolldown/binding-darwin-arm64@1.0.0-beta.35':
+ resolution: {integrity: sha512-WPy0qx22CABTKDldEExfpYHWHulRoPo+m/YpyxP+6ODUPTQexWl8Wp12fn1CVP0xi0rOBj7ugs6+kKMAJW56wQ==}
cpu: [arm64]
os: [darwin]
- '@rolldown/binding-darwin-x64@1.0.0-beta.33':
- resolution: {integrity: sha512-U2iGjcDV7NWyYyhap8YuY0nwrLX6TvX/9i7gBtdEMPm9z3wIUVGNMVdGlA43uqg7xDpRGpEqGnxbeDgiEwYdnA==}
+ '@rolldown/binding-darwin-x64@1.0.0-beta.35':
+ resolution: {integrity: sha512-3k1TabJafF/GgNubXMkfp93d5p30SfIMOmQ5gm1tFwO+baMxxVPwDs3FDvSl+feCWwXxBA+bzemgkaDlInmp1Q==}
cpu: [x64]
os: [darwin]
- '@rolldown/binding-freebsd-x64@1.0.0-beta.33':
- resolution: {integrity: sha512-gd6ASromVHFLlzrjJWMG5CXHkS7/36DEZ8HhvGt2NN8eZALCIuyEx8HMMLqvKA7z4EAztVkdToVrdxpGMsKZxw==}
+ '@rolldown/binding-freebsd-x64@1.0.0-beta.35':
+ resolution: {integrity: sha512-GAiapN5YyIocnBVNEiOxMfWO9NqIeEKKWohj1sPLGc61P+9N1meXOOCiAPbLU+adXq0grtbYySid+Or7f2q+Mg==}
cpu: [x64]
os: [freebsd]
- '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.33':
- resolution: {integrity: sha512-xmeLfkfGthuynO1EpCdyTVr0r4G+wqvnKCuyR6rXOet+hLrq5HNAC2XtP/jU2TB4Bc6aiLYxl868B8CGtFDhcw==}
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.35':
+ resolution: {integrity: sha512-okPKKIE73qkUMvq7dxDyzD0VIysdV4AirHqjf8tGTjuNoddUAl3WAtMYbuZCEKJwUyI67UINKO1peFVlYEb+8w==}
cpu: [arm]
os: [linux]
- '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.33':
- resolution: {integrity: sha512-cHGp8yfHL4pes6uaLbO5L58ceFkUK4efd8iE86jClD1QPPDLKiqEXJCFYeuK3OfODuF5EBOmf0SlcUZNEYGdmw==}
+ '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.35':
+ resolution: {integrity: sha512-Nky8Q2cxyKVkEETntrvcmlzNir5khQbDfX3PflHPbZY7XVZalllRqw7+MW5vn+jTsk5BfKVeLsvrF4344IU55g==}
cpu: [arm64]
os: [linux]
- '@rolldown/binding-linux-arm64-musl@1.0.0-beta.33':
- resolution: {integrity: sha512-wZ1t7JAvVeFgskH1L9y7c47ITitPytpL0s8FmAT8pVfXcaTmS58ZyoXT+y6cz8uCkQnETjrX3YezTGI18u3ecg==}
+ '@rolldown/binding-linux-arm64-musl@1.0.0-beta.35':
+ resolution: {integrity: sha512-8aHpWVSfZl3Dy2VNFG9ywmlCPAJx45g0z+qdOeqmYceY7PBAT4QGzii9ig1hPb1pY8K45TXH44UzQwr2fx352Q==}
cpu: [arm64]
os: [linux]
- '@rolldown/binding-linux-x64-gnu@1.0.0-beta.33':
- resolution: {integrity: sha512-cDndWo3VEYbm7yeujOV6Ie2XHz0K8YX/R/vbNmMo03m1QwtBKKvbYNSyJb3B9+8igltDjd8zNM9mpiNNrq/ekQ==}
+ '@rolldown/binding-linux-x64-gnu@1.0.0-beta.35':
+ resolution: {integrity: sha512-1r1Ac/vTcm1q4kRiX/NB6qtorF95PhjdCxKH3Z5pb+bWMDZnmcz18fzFlT/3C6Qpj/ZqUF+EUrG4QEDXtVXGgg==}
cpu: [x64]
os: [linux]
- '@rolldown/binding-linux-x64-musl@1.0.0-beta.33':
- resolution: {integrity: sha512-bl7uzi6es/l6LT++NZcBpiX43ldLyKXCPwEZGY1rZJ99HQ7m1g3KxWwYCcGxtKjlb2ExVvDZicF6k+96vxOJKg==}
+ '@rolldown/binding-linux-x64-musl@1.0.0-beta.35':
+ resolution: {integrity: sha512-AFl1LnuhUBDfX2j+cE6DlVGROv4qG7GCPDhR1kJqi2+OuXGDkeEjqRvRQOFErhKz1ckkP/YakvN7JheLJ2PKHQ==}
cpu: [x64]
os: [linux]
- '@rolldown/binding-openharmony-arm64@1.0.0-beta.33':
- resolution: {integrity: sha512-TrgzQanpLgcmmzolCbYA9BPZgF1gYxkIGZhU/HROnJPsq67gcyaYw/JBLioqQLjIwMipETkn25YY799D2OZzJA==}
+ '@rolldown/binding-openharmony-arm64@1.0.0-beta.35':
+ resolution: {integrity: sha512-Tuwb8vPs+TVJlHhyLik+nwln/burvIgaPDgg6wjNZ23F1ttjZi0w0rQSZfAgsX4jaUbylwCETXQmTp3w6vcJMw==}
cpu: [arm64]
os: [openharmony]
- '@rolldown/binding-wasm32-wasi@1.0.0-beta.33':
- resolution: {integrity: sha512-z0LltdUfvoKak9SuaLz/M9AVSg+RTOZjFksbZXzC6Svl1odyW4ai21VHhZy3m2Faeeb/rl/9efVLayj+qYEGxw==}
+ '@rolldown/binding-wasm32-wasi@1.0.0-beta.35':
+ resolution: {integrity: sha512-rG0OozgqNUYcpu50MpICMlJflexRVtQfjlN9QYf6hoel46VvY0FbKGwBKoeUp2K5D4i8lV04DpEMfTZlzRjeiA==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.33':
- resolution: {integrity: sha512-CpvOHyqDNOYx9riD4giyXQDIu72bWRU2Dwt1xFSPlBudk6NumK0OJl6Ch+LPnkp5podQHcQg0mMauAXPVKct7g==}
+ '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.35':
+ resolution: {integrity: sha512-WeOfAZrycFo9+ZqTDp3YDCAOLolymtKGwImrr9n+OW0lpwI2UKyKXbAwGXRhydAYbfrNmuqWyfyoAnLh3X9Hjg==}
cpu: [arm64]
os: [win32]
- '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.33':
- resolution: {integrity: sha512-/tNTvZTWHz6HiVuwpR3zR0kGIyCNb+/tFhnJmti+Aw2fAXs3l7Aj0DcXd0646eFKMX8L2w5hOW9H08FXTUkN0g==}
+ '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.35':
+ resolution: {integrity: sha512-XkLT7ikKGiUDvLh7qtJHRukbyyP1BIrD1xb7A+w4PjIiOKeOH8NqZ+PBaO4plT7JJnLxx+j9g/3B7iylR1nTFQ==}
cpu: [ia32]
os: [win32]
- '@rolldown/binding-win32-x64-msvc@1.0.0-beta.33':
- resolution: {integrity: sha512-Bb2qK3z7g2mf4zaKRvkohHzweaP1lLbaoBmXZFkY6jJWMm0Z8Pfnh8cOoRlH1IVM1Ufbo8ZZ1WXp1LbOpRMtXw==}
+ '@rolldown/binding-win32-x64-msvc@1.0.0-beta.35':
+ resolution: {integrity: sha512-rftASFKVzjbcQHTCYHaBIDrnQFzbeV50tm4hVugG3tPjd435RHZC2pbeGV5IPdKEqyJSuurM/GfbV3kLQ3LY/A==}
cpu: [x64]
os: [win32]
'@rolldown/pluginutils@1.0.0-beta.29':
resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
- '@rolldown/pluginutils@1.0.0-beta.33':
- resolution: {integrity: sha512-she25NCG6NoEPC/SEB4pHs5STcnfI4VBFOzjeI63maSPrWME5J2XC8ogrBgp8NaE/xzj28/kbpSaebiMvFRj+w==}
+ '@rolldown/pluginutils@1.0.0-beta.35':
+ resolution: {integrity: sha512-slYrCpoxJUqzFDDNlvrOYRazQUNRvWPjXA17dAOISY3rDMxX6k8K4cj2H+hEYMHF81HO3uNd5rHVigAWRM5dSg==}
'@rollup/rollup-android-arm-eabi@4.46.2':
resolution: {integrity: sha512-Zj3Hl6sN34xJtMv7Anwb5Gu01yujyE/cLBDB2gnHTAHaWS1Z38L7kuSG+oAh0giZMqG060f/YBStXtMH6FvPMA==}
@@ -807,34 +816,52 @@ packages:
cpu: [x64]
os: [win32]
+ '@shikijs/core@3.12.2':
+ resolution: {integrity: sha512-L1Safnhra3tX/oJK5kYHaWmLEBJi1irASwewzY3taX5ibyXyMkkSDZlq01qigjryOBwrXSdFgTiZ3ryzSNeu7Q==}
+
'@shikijs/core@3.9.2':
resolution: {integrity: sha512-3q/mzmw09B2B6PgFNeiaN8pkNOixWS726IHmJEpjDAcneDPMQmUg2cweT9cWXY4XcyQS3i6mOOUgQz9RRUP6HA==}
+ '@shikijs/engine-javascript@3.12.2':
+ resolution: {integrity: sha512-Nm3/azSsaVS7hk6EwtHEnTythjQfwvrO5tKqMlaH9TwG1P+PNaR8M0EAKZ+GaH2DFwvcr4iSfTveyxMIvXEHMw==}
+
'@shikijs/engine-javascript@3.9.2':
resolution: {integrity: sha512-kUTRVKPsB/28H5Ko6qEsyudBiWEDLst+Sfi+hwr59E0GLHV0h8RfgbQU7fdN5Lt9A8R1ulRiZyTvAizkROjwDA==}
+ '@shikijs/engine-oniguruma@3.12.2':
+ resolution: {integrity: sha512-hozwnFHsLvujK4/CPVHNo3Bcg2EsnG8krI/ZQ2FlBlCRpPZW4XAEQmEwqegJsypsTAN9ehu2tEYe30lYKSZW/w==}
+
'@shikijs/engine-oniguruma@3.9.2':
resolution: {integrity: sha512-Vn/w5oyQ6TUgTVDIC/BrpXwIlfK6V6kGWDVVz2eRkF2v13YoENUvaNwxMsQU/t6oCuZKzqp9vqtEtEzKl9VegA==}
+ '@shikijs/langs@3.12.2':
+ resolution: {integrity: sha512-bVx5PfuZHDSHoBal+KzJZGheFuyH4qwwcwG/n+MsWno5cTlKmaNtTsGzJpHYQ8YPbB5BdEdKU1rga5/6JGY8ww==}
+
'@shikijs/langs@3.9.2':
resolution: {integrity: sha512-X1Q6wRRQXY7HqAuX3I8WjMscjeGjqXCg/Sve7J2GWFORXkSrXud23UECqTBIdCSNKJioFtmUGJQNKtlMMZMn0w==}
+ '@shikijs/themes@3.12.2':
+ resolution: {integrity: sha512-fTR3QAgnwYpfGczpIbzPjlRnxyONJOerguQv1iwpyQZ9QXX4qy/XFQqXlf17XTsorxnHoJGbH/LXBvwtqDsF5A==}
+
'@shikijs/themes@3.9.2':
resolution: {integrity: sha512-6z5lBPBMRfLyyEsgf6uJDHPa6NAGVzFJqH4EAZ+03+7sedYir2yJBRu2uPZOKmj43GyhVHWHvyduLDAwJQfDjA==}
- '@shikijs/transformers@3.9.2':
- resolution: {integrity: sha512-MW5hT4TyUp6bNAgTExRYLk1NNasVQMTCw1kgbxHcEC0O5cbepPWaB+1k+JzW9r3SP2/R8kiens8/3E6hGKfgsA==}
+ '@shikijs/transformers@3.12.2':
+ resolution: {integrity: sha512-+z1aMq4N5RoNGY8i7qnTYmG2MBYzFmwkm/yOd6cjEI7OVzcldVvzQCfxU1YbIVgsyB0xHVc2jFe1JhgoXyUoSQ==}
- '@shikijs/twoslash@3.9.2':
- resolution: {integrity: sha512-LRAhdZwp+4AXyScSgWAyoo1EM6lf2iTQPivl3w9fWSBi3yp4MJZfbed/6dcemd20jW4A9olzB3j1mFAKv/CRFw==}
+ '@shikijs/twoslash@3.12.2':
+ resolution: {integrity: sha512-JthKvEvyE/gbu3u693mhNhEO6GYP1vetrwgEfqTAsT/G9AJ6nf7g7JVqdTSs+axdfilGWzZKeYdjfyanu/v5AA==}
peerDependencies:
typescript: '>=5.5.0'
+ '@shikijs/types@3.12.2':
+ resolution: {integrity: sha512-K5UIBzxCyv0YoxN3LMrKB9zuhp1bV+LgewxuVwHdl4Gz5oePoUFrr9EfgJlGlDeXCU1b/yhdnXeuRvAnz8HN8Q==}
+
'@shikijs/types@3.9.2':
resolution: {integrity: sha512-/M5L0Uc2ljyn2jKvj4Yiah7ow/W+DJSglVafvWAJ/b8AZDeeRAdMu3c2riDzB7N42VD+jSnWxeP9AKtd4TfYVw==}
- '@shikijs/vitepress-twoslash@3.9.2':
- resolution: {integrity: sha512-s1pQyHr6QJG37MMPVZeGBfNjb359e/ndKhqh5b5OTfLO+a3BHe9qKAc6YZCBLhx/2aclYcbrNSUpm0RqLP6EkA==}
+ '@shikijs/vitepress-twoslash@3.12.2':
+ resolution: {integrity: sha512-aOuy+69iuTI8MMAy2htMdB6MSwmC5/gfeWDs0TbEkEc2yBaA6dfM5XZi0LpsJeJFSgvIROaxH5pvgdrENTWfpg==}
'@shikijs/vscode-textmate@10.0.2':
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
@@ -890,11 +917,11 @@ packages:
'@types/web-bluetooth@0.0.21':
resolution: {integrity: sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==}
- '@typescript-eslint/eslint-plugin@8.39.1':
- resolution: {integrity: sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==}
+ '@typescript-eslint/eslint-plugin@8.42.0':
+ resolution: {integrity: sha512-Aq2dPqsQkxHOLfb2OPv43RnIvfj05nw8v/6n3B2NABIPpHnjQnaLo9QGMTvml+tv4korl/Cjfrb/BYhoL8UUTQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.39.1
+ '@typescript-eslint/parser': ^8.42.0
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
@@ -905,11 +932,12 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/project-service@8.38.0':
- resolution: {integrity: sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==}
+ '@typescript-eslint/parser@8.42.0':
+ resolution: {integrity: sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- typescript: '>=4.8.4 <5.9.0'
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/project-service@8.39.1':
resolution: {integrity: sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==}
@@ -917,19 +945,19 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/scope-manager@8.38.0':
- resolution: {integrity: sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==}
+ '@typescript-eslint/project-service@8.42.0':
+ resolution: {integrity: sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/scope-manager@8.39.1':
resolution: {integrity: sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/tsconfig-utils@8.38.0':
- resolution: {integrity: sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==}
+ '@typescript-eslint/scope-manager@8.42.0':
+ resolution: {integrity: sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- typescript: '>=4.8.4 <5.9.0'
'@typescript-eslint/tsconfig-utils@8.39.1':
resolution: {integrity: sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==}
@@ -937,26 +965,26 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/type-utils@8.39.1':
- resolution: {integrity: sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==}
+ '@typescript-eslint/tsconfig-utils@8.42.0':
+ resolution: {integrity: sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/types@8.38.0':
- resolution: {integrity: sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==}
+ '@typescript-eslint/type-utils@8.42.0':
+ resolution: {integrity: sha512-9KChw92sbPTYVFw3JLRH1ockhyR3zqqn9lQXol3/YbI6jVxzWoGcT3AsAW0mu1MY0gYtsXnUGV/AKpkAj5tVlQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/types@8.39.1':
resolution: {integrity: sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.38.0':
- resolution: {integrity: sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==}
+ '@typescript-eslint/types@8.42.0':
+ resolution: {integrity: sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- typescript: '>=4.8.4 <5.9.0'
'@typescript-eslint/typescript-estree@8.39.1':
resolution: {integrity: sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==}
@@ -964,12 +992,11 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/utils@8.38.0':
- resolution: {integrity: sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==}
+ '@typescript-eslint/typescript-estree@8.42.0':
+ resolution: {integrity: sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- eslint: ^8.57.0 || ^9.0.0
- typescript: '>=4.8.4 <5.9.0'
+ typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/utils@8.39.1':
resolution: {integrity: sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==}
@@ -978,14 +1005,21 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/visitor-keys@8.38.0':
- resolution: {integrity: sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==}
+ '@typescript-eslint/utils@8.42.0':
+ resolution: {integrity: sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '>=4.8.4 <6.0.0'
'@typescript-eslint/visitor-keys@8.39.1':
resolution: {integrity: sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/visitor-keys@8.42.0':
+ resolution: {integrity: sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript/vfs@1.6.1':
resolution: {integrity: sha512-JwoxboBh7Oz1v38tPbkrZ62ZXNHAk9bJ7c9x0eI5zBfBnBYGhURdbnh7Z4smN/MV48Y5OCcZb58n972UtbazsA==}
peerDependencies:
@@ -1001,93 +1035,93 @@ packages:
'@ungap/structured-clone@1.3.0':
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
- '@unocss/astro@66.4.2':
- resolution: {integrity: sha512-En3AKHwkiPxtZT95vkVrNiRYrB+DFVCikew6/dMMCWDWVKK0+5tEVUTzR1ak3+YnzAXl0NpWj8D4zHb0PxOs/A==}
+ '@unocss/astro@66.5.0':
+ resolution: {integrity: sha512-PueE1reSo0iu/yUos+bB4uYym3hZrNMGboXP5VmEjEL1PFVLuJYft1nLJ24p20nPyzWFNamYAxYTPveNW2BbWg==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
peerDependenciesMeta:
vite:
optional: true
- '@unocss/cli@66.4.2':
- resolution: {integrity: sha512-WsXzrB0SHbSt2nOHtD5QM91VN8j38+wObqyGcoIhtBSugqzsc+t7AdPkxV/ZaYgtPAz87bR0WFEVKcbiBRnmJw==}
+ '@unocss/cli@66.5.0':
+ resolution: {integrity: sha512-E1Q5FI2K2Xtiiw2bMx+qMCz+TADSw0pVamks4ZlS3FS4hqFtzxeUkOyTys/e8oXxYB4f1+K6UMUUv+Wzk7YiKw==}
engines: {node: '>=14'}
hasBin: true
- '@unocss/config@66.4.2':
- resolution: {integrity: sha512-plji1gNGSzlWjuV2Uh0q6Dt5ZlNkOKCHpgxekW9J458WghGAMBeXgB9uNpWg6flilqP1g0GJQv+XvJcSkYRGpQ==}
+ '@unocss/config@66.5.0':
+ resolution: {integrity: sha512-vNPqcfCPIVCuV3AU13d6qO/wSRrvdXeV8myQQUlUBVkvHezFBQ/atVOP77Ov5qUBARyx3zwUCkgQxYOCs60EGw==}
engines: {node: '>=14'}
- '@unocss/core@66.4.2':
- resolution: {integrity: sha512-cYgMQrLhB9nRekv5c+yPDDa+5dzlMkA2UMQRil0s5D9Lb5n7NsCMcr6+nfxkcSYVLy92SbwDV45c6T7vIxFTOA==}
+ '@unocss/core@66.5.0':
+ resolution: {integrity: sha512-4JStg50nrwd4aJulbPYglqHyuVUHMEX2EltpdxrrxknvSjy4LriKCVUCEmIljsbTFDXm8xcPnPGs6VN/ZmlKlA==}
- '@unocss/eslint-plugin@66.4.2':
- resolution: {integrity: sha512-NH8oahBRCOhf50F3MUgDlXie4VlVeR9PxOROhYddz7b2UXUwpLMz5vRnq+I8VM/APsJq/r7/539yfJEf8RudIA==}
+ '@unocss/eslint-plugin@66.5.0':
+ resolution: {integrity: sha512-IrxXxf3hQvq+lJlksA7RNe953/gvS6BM2W+4DdsLKLyqzjN037zbPqtMGiYiUAhwEPLQVQAsdezGDVXc8EzBiw==}
engines: {node: '>=14'}
- '@unocss/extractor-arbitrary-variants@66.4.2':
- resolution: {integrity: sha512-T/eSeodfAp7HaWnQGqVLOsW4PbKUAvuybNRyvFWThMneM2qo+dOo3kFnA5my9ULAmRSFsAlyB1DnupD3qv5Klg==}
+ '@unocss/extractor-arbitrary-variants@66.5.0':
+ resolution: {integrity: sha512-Em5jrB4wPJWHRwp4hBRPWbYH/brEdQzYFC5RUSNem5u3kToYSiBid4KwBRTBHmLAdDxcrDXBD1pbDot0PAQe2g==}
- '@unocss/inspector@66.4.2':
- resolution: {integrity: sha512-ugcJK8r2ypM4eIdgetVn8RhfKrbA3AF3OQ/RohK5PPk2UPDAScqabzYpfdNW4eYQsBOZOgoiqWtnfc8weqo8LQ==}
+ '@unocss/inspector@66.5.0':
+ resolution: {integrity: sha512-eozYCqP0TF1a6BoRTOFnLaIczGvR/b5kwhv1RQdAVAUKw08YZQzASTWWL3xeOonXCvFOSRZ3YIWk9Fsk5myPKg==}
- '@unocss/postcss@66.4.2':
- resolution: {integrity: sha512-tu4lnh6K27pIAuaQHlFlhXin8korwC0r1kQl00YMmF3THiX7orXkTP6xWGcQwnkbx4uQz1dw+tBimYxeaAMrhA==}
+ '@unocss/postcss@66.5.0':
+ resolution: {integrity: sha512-jwe06YHGGepllsjDIqLtOgh4jViq0XfP/wU81Efg9lQLlMzWkDIMQw8/LQn2UA3WkjWWiQFXvQKb8SWpXENYnA==}
engines: {node: '>=14'}
peerDependencies:
postcss: ^8.4.21
- '@unocss/preset-attributify@66.4.2':
- resolution: {integrity: sha512-DwFJJkkawmHpjo3pGQE8FyoPsvhbxh+QMvvaAdYpo+iZ5HRkeDml9SOj7u6SGTcmbNyI+QR61s0KM8fxx6HcVQ==}
+ '@unocss/preset-attributify@66.5.0':
+ resolution: {integrity: sha512-kMx1dvQmnceMLD/drZop8dbqJcpZpc+uKpprcAXSio3im5IjXkS4A7H0mL0wXmGFy+2fl+rXEgjnOuofQt0bsw==}
- '@unocss/preset-icons@66.4.2':
- resolution: {integrity: sha512-qJx9gmesrvrmoTe9Mqoidihad8hm2MSD4QAezhfDSAyllioJOgyT0Bev/IEWAbehe9jtqYIh8v1oCerBPbGn6Q==}
+ '@unocss/preset-icons@66.5.0':
+ resolution: {integrity: sha512-7Qs5k2LWY9052UQVHiQOZ3yJJEwTgqVrJpEdEaZtvBBrObiXwJ03/oZiCSWpGErfp0WbH5gwaghGb2SjbOkiSw==}
- '@unocss/preset-mini@66.4.2':
- resolution: {integrity: sha512-Ry+5hM+XLmT8HrEb182mUfcZuyrZ8xR+TBe72DBcliJ1DhOV3K67TCxwQucfb0zHbGV71HNWdPmHsLKxPDgweQ==}
+ '@unocss/preset-mini@66.5.0':
+ resolution: {integrity: sha512-aGnxlO47D0DMTEYTbwAZ/xICz8/QGUhin9hb4dsVhEorDvL1R0/qqvyjhyyIeTTDqPTxKTtczY7rP8XJqkuBXA==}
- '@unocss/preset-tagify@66.4.2':
- resolution: {integrity: sha512-dECS09LqWJY4sYpgPUH2OAUftWU/tiZPR2XDRoTngeGU37GxSN+1sWtSmB7vwDm3C7opsdVUN20he8F1LUNubw==}
+ '@unocss/preset-tagify@66.5.0':
+ resolution: {integrity: sha512-uH14GBc00c5G0AO7xpO7SAW+QYhdkFGFH5BVAf21qOPipLzQosgmpvfEapq0urgwhR+b25itdGhP5iEazTs2FQ==}
- '@unocss/preset-typography@66.4.2':
- resolution: {integrity: sha512-ZOKRuR5+V0r30QTVq04/6ZoIw75me3V25v2dU2YWJXIzwpMKmQ9TUN/M1yeiEUFfXjOaruWX6Ad6CvAw2MlCew==}
+ '@unocss/preset-typography@66.5.0':
+ resolution: {integrity: sha512-pMpzXa27zoanZQENT7tY/dJJSLZTEpuvItMruizTaizTYflanxhPpozj5fD6hGNfH4zIWiEu34KcHsTluj2R/A==}
- '@unocss/preset-uno@66.4.2':
- resolution: {integrity: sha512-1MFtPivGcpqRQFWdjtP40Enop1y3XDb3tlZXoMQUX0IGLG8HJOT+lfQx/Xl9t73ShJ8aAJ/l6qTxC43ZGNACzA==}
+ '@unocss/preset-uno@66.5.0':
+ resolution: {integrity: sha512-z39CWf3hI2ghmizPLqOefF1udcF8m/IJ50T6OO+sNpzJIkbL8FUaxGsdf0bKIVUl180EKRSV6kpIOST4nMN5Bg==}
- '@unocss/preset-web-fonts@66.4.2':
- resolution: {integrity: sha512-4FYmleeRoM8r2DqGl6dfIjnX57tepcfZCvVfeCqYnk7475Yddmv1OYkoMjkWMnkK9MzdSxsFwHMU6CIUTmFTzQ==}
+ '@unocss/preset-web-fonts@66.5.0':
+ resolution: {integrity: sha512-OZ/sTpksNTNoMEJ55y4v9lkFkqMR+PFAh1yHYFo7PyAtfJHhr/vb7n4TINl1qmLIhV70GZRdMH7kUuDKaSkxaA==}
- '@unocss/preset-wind3@66.4.2':
- resolution: {integrity: sha512-0Aye/PaT08M/cQhPnGKn93iEVoRJbym0/1eomMvXoL+8oc7DVry35ws06r5CLu5h1sXI6UmS6sejoePFlSkLJQ==}
+ '@unocss/preset-wind3@66.5.0':
+ resolution: {integrity: sha512-LC3I2yzmWguOOdp4gLwhJG1/Nya6v9+GH2rXRn8LNSZN5yhdz0LwqjftSIsPxbIpoi7+pkGTzOiXHfV/XXbswA==}
- '@unocss/preset-wind4@66.4.2':
- resolution: {integrity: sha512-F4RZsDqIpnSevD9hY353+Tw5gxpJuHA5HwdKjLnC/TnT9VKKVmV7qUEZ6M0jEuAk1kz2x3/ngnQ9Ftw+C2L84A==}
+ '@unocss/preset-wind4@66.5.0':
+ resolution: {integrity: sha512-kR7TPqQ8vIwXrrLticKc5CbHLGbXiRnWI7xPFduC3l8RE0VPyShegmY62KRc6tX58Tarhnsrct+Teln7ZlEWKw==}
- '@unocss/preset-wind@66.4.2':
- resolution: {integrity: sha512-z/rFYFINNqmBtl3Dh+7UCKpPnPkxM7IIUGszMnvdntky9uhLauJ11dt/Puir73sM2cAfywfgvnHyZ00m0pg7rA==}
+ '@unocss/preset-wind@66.5.0':
+ resolution: {integrity: sha512-fofrMsguz/iLkNhD/FaBnYUQGsgTe5Nk9jgJBaigDc6FqG2JcT6S7F7boyquFwfoCXN7Dj3SZ4HKfWH7AhisIw==}
- '@unocss/reset@66.4.2':
- resolution: {integrity: sha512-s3Kq4Q6a/d3/jYe6HTCfXUx7zYAYufetId5n66DZHzQxpeu6CoBS83+b37STTKsw27SOgV28cPJlJtZ6/D6Bhw==}
+ '@unocss/reset@66.5.0':
+ resolution: {integrity: sha512-Sf27NbbNUg3e4BShQB7EsMCS1GtA6IORBm08SitSpUZZYOZAj+LAypYsOJ4rttAFs/Hp1h0AxtNShesXWK66oA==}
- '@unocss/rule-utils@66.4.2':
- resolution: {integrity: sha512-7z3IuajwXhy2cx3E0IGOFXIiuKC79/jzm4Tt56TC68nXLh/etlH0fKhxVwkZ/HbcQRpVwWyDRNcbh29pmA3DwQ==}
+ '@unocss/rule-utils@66.5.0':
+ resolution: {integrity: sha512-+yqGZP8fR/G/gOkjXSXjmgTXFr4zGCQR+rA3Ana4xVoLIttcmPk4qO1IWcUVRQTDDqFmUjW/XwWmChta+rdQsA==}
engines: {node: '>=14'}
- '@unocss/transformer-attributify-jsx@66.4.2':
- resolution: {integrity: sha512-de6LzoyW1tkdOftlCrj6z8wEb4j6l1sqmOU1nYKkYHw7luLFGxRUELC7iujlI9KmylbM02bcKfLETAfJy/je2w==}
+ '@unocss/transformer-attributify-jsx@66.5.0':
+ resolution: {integrity: sha512-hydRGKT3ca2BmCR/Hud4svp6RXZKlPjJbNQjGIAuBaMtaFEvsOUhtTmEQlE3PIX2RvI8/LBBDKVcsKP/oOtDLw==}
- '@unocss/transformer-compile-class@66.4.2':
- resolution: {integrity: sha512-+oiIrV8c3T7qiJdICr6YsEWik5sjbWirXF0mlpcBvZu2HyV559hvHjzuWKr/fl7xYYZKDL9FvddbqWo3DOXh3Q==}
+ '@unocss/transformer-compile-class@66.5.0':
+ resolution: {integrity: sha512-Mpi9PP/KZGw1DkNCr40LjgfCzzA8jHOcBfMqVOopUaRSLMLEtgBRKb8anJzoR//owrzJl8EyBBTWl30fTAdpCA==}
- '@unocss/transformer-directives@66.4.2':
- resolution: {integrity: sha512-7m/dTrCUkBkZeSRKPxPEo65Rav239orQSLq6sztwZhoA4x/6H8r58xCkAK0qC9VEalyerpCpyarU3sKN4+ehNg==}
+ '@unocss/transformer-directives@66.5.0':
+ resolution: {integrity: sha512-nZSi+nfaXL6aXoE7Lzw+qz9I9EHnIjkw9oE0Pu/6WmlJ7gjf+HWiyDaB90fi/Zn8M1VaKYXUCepJQ4ptqy4pjA==}
- '@unocss/transformer-variant-group@66.4.2':
- resolution: {integrity: sha512-SbPDbZUrhQyL4CpvnpvUfrr1DFq8AKf8ofPGbMJDm5S2TInQ34vFaIrhNroGR0szntMZRH5Zlkq6LtVUKDRs5g==}
+ '@unocss/transformer-variant-group@66.5.0':
+ resolution: {integrity: sha512-dAhkSVYEtnaj6VC/JgkV8JeimCesF1uXN6k3WSnf7JMc4zlsBEtLf6Tg8JEBfpWNvhDFrnEXr9GXKflCNbcX1A==}
- '@unocss/vite@66.4.2':
- resolution: {integrity: sha512-7eON9iPF3qWzuI+M6u0kq7K3y9nEbimZlLj01nGoqrgSGxEsyJpP01QQQsmT7FPRiZzRMJv7BiKMEyDQSuRRCA==}
+ '@unocss/vite@66.5.0':
+ resolution: {integrity: sha512-4ogtBEHMXZhB4dM+qmG4d+2ATGEV94zbdrdQLEeBrzr52QbALuPHvp4JIQ7q7vIT/XNbMGJkPAiW8cgWiMQsMQ==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
@@ -1193,8 +1227,8 @@ packages:
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
vue: ^3.2.25
- '@vitest/eslint-plugin@1.3.4':
- resolution: {integrity: sha512-EOg8d0jn3BAiKnR55WkFxmxfWA3nmzrbIIuOXyTe6A72duryNgyU+bdBEauA97Aab3ho9kLmAwgPX63Ckj4QEg==}
+ '@vitest/eslint-plugin@1.3.9':
+ resolution: {integrity: sha512-wsNe7xy44ovm/h9ISDkDNcv0aOnUsaOYDqan2y6qCFAUQ0odFr6df/+FdGKHZN+mCM+SvIDWoXuvm5T5V3Kh6w==}
peerDependencies:
eslint: '>= 8.57.0'
typescript: '>= 5.0.0'
@@ -1243,14 +1277,20 @@ packages:
'@vue/compiler-core@3.5.18':
resolution: {integrity: sha512-3slwjQrrV1TO8MoXgy3aynDQ7lslj5UqDxuHnrzHtpON5CBinhWjJETciPngpin/T3OuW3tXUf86tEurusnztw==}
+ '@vue/compiler-core@3.5.21':
+ resolution: {integrity: sha512-8i+LZ0vf6ZgII5Z9XmUvrCyEzocvWT+TeR2VBUVlzIH6Tyv57E20mPZ1bCS+tbejgUgmjrEh7q/0F0bibskAmw==}
+
'@vue/compiler-dom@3.5.18':
resolution: {integrity: sha512-RMbU6NTU70++B1JyVJbNbeFkK+A+Q7y9XKE2EM4NLGm2WFR8x9MbAtWxPPLdm0wUkuZv9trpwfSlL6tjdIa1+A==}
- '@vue/compiler-sfc@3.5.18':
- resolution: {integrity: sha512-5aBjvGqsWs+MoxswZPoTB9nSDb3dhd1x30xrrltKujlCxo48j8HGDNj3QPhF4VIS0VQDUrA1xUfp2hEa+FNyXA==}
+ '@vue/compiler-dom@3.5.21':
+ resolution: {integrity: sha512-jNtbu/u97wiyEBJlJ9kmdw7tAr5Vy0Aj5CgQmo+6pxWNQhXZDPsRr1UWPN4v3Zf82s2H3kF51IbzZ4jMWAgPlQ==}
- '@vue/compiler-ssr@3.5.18':
- resolution: {integrity: sha512-xM16Ak7rSWHkM3m22NlmcdIM+K4BMyFARAfV9hYFl+SFuRzrZ3uGMNW05kA5pmeMa0X9X963Kgou7ufdbpOP9g==}
+ '@vue/compiler-sfc@3.5.21':
+ resolution: {integrity: sha512-SXlyk6I5eUGBd2v8Ie7tF6ADHE9kCR6mBEuPyH1nUZ0h6Xx6nZI29i12sJKQmzbDyr2tUHMhhTt51Z6blbkTTQ==}
+
+ '@vue/compiler-ssr@3.5.21':
+ resolution: {integrity: sha512-vKQ5olH5edFZdf5ZrlEgSO1j1DMA4u23TVK5XR1uMhvwnYvVdDF0nHXJUblL/GvzlShQbjhZZ2uvYmDlAbgo9w==}
'@vue/compiler-vue2@2.7.16':
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
@@ -1272,28 +1312,36 @@ packages:
typescript:
optional: true
- '@vue/reactivity@3.5.18':
- resolution: {integrity: sha512-x0vPO5Imw+3sChLM5Y+B6G1zPjwdOri9e8V21NnTnlEvkxatHEH5B5KEAJcjuzQ7BsjGrKtfzuQ5eQwXh8HXBg==}
+ '@vue/reactivity@3.5.21':
+ resolution: {integrity: sha512-3ah7sa+Cwr9iiYEERt9JfZKPw4A2UlbY8RbbnH2mGCE8NwHkhmlZt2VsH0oDA3P08X3jJd29ohBDtX+TbD9AsA==}
- '@vue/runtime-core@3.5.18':
- resolution: {integrity: sha512-DUpHa1HpeOQEt6+3nheUfqVXRog2kivkXHUhoqJiKR33SO4x+a5uNOMkV487WPerQkL0vUuRvq/7JhRgLW3S+w==}
+ '@vue/runtime-core@3.5.21':
+ resolution: {integrity: sha512-+DplQlRS4MXfIf9gfD1BOJpk5RSyGgGXD/R+cumhe8jdjUcq/qlxDawQlSI8hCKupBlvM+3eS1se5xW+SuNAwA==}
- '@vue/runtime-dom@3.5.18':
- resolution: {integrity: sha512-YwDj71iV05j4RnzZnZtGaXwPoUWeRsqinblgVJwR8XTXYZ9D5PbahHQgsbmzUvCWNF6x7siQ89HgnX5eWkr3mw==}
+ '@vue/runtime-dom@3.5.21':
+ resolution: {integrity: sha512-3M2DZsOFwM5qI15wrMmNF5RJe1+ARijt2HM3TbzBbPSuBHOQpoidE+Pa+XEaVN+czbHf81ETRoG1ltztP2em8w==}
- '@vue/server-renderer@3.5.18':
- resolution: {integrity: sha512-PvIHLUoWgSbDG7zLHqSqaCoZvHi6NNmfVFOqO+OnwvqMz/tqQr3FuGWS8ufluNddk7ZLBJYMrjcw1c6XzR12mA==}
+ '@vue/server-renderer@3.5.21':
+ resolution: {integrity: sha512-qr8AqgD3DJPJcGvLcJKQo2tAc8OnXRcfxhOJCPF+fcfn5bBGz7VCcO7t+qETOPxpWK1mgysXvVT/j+xWaHeMWA==}
peerDependencies:
- vue: 3.5.18
+ vue: 3.5.21
'@vue/shared@3.5.18':
resolution: {integrity: sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==}
+ '@vue/shared@3.5.21':
+ resolution: {integrity: sha512-+2k1EQpnYuVuu3N7atWyG3/xoFWIVJZq4Mz8XNOdScFI0etES75fbny/oU4lKWk/577P1zmg0ioYvpGEDZ3DLw==}
+
'@vueuse/core@13.6.0':
resolution: {integrity: sha512-DJbD5fV86muVmBgS9QQPddVX7d9hWYswzlf4bIyUD2dj8GC46R1uNClZhVAmsdVts4xb2jwp1PbpuiA50Qee1A==}
peerDependencies:
vue: ^3.5.0
+ '@vueuse/core@13.9.0':
+ resolution: {integrity: sha512-ts3regBQyURfCE2BcytLqzm8+MmLlo5Ln/KLoxDVcsZ2gzIwVNnQpQOL/UKV8alUqjSZOlpFZcRNsLRqj+OzyA==}
+ peerDependencies:
+ vue: ^3.5.0
+
'@vueuse/integrations@13.6.0':
resolution: {integrity: sha512-dVFdgwYvkYjdizRL3ESdUW+Hg84i9Yhuzs+Ec3kEcuzJmT5xhiL/IGdw4z394qSBngUQvFi+wbHwhHX3EGbAxQ==}
peerDependencies:
@@ -1339,11 +1387,19 @@ packages:
'@vueuse/metadata@13.6.0':
resolution: {integrity: sha512-rnIH7JvU7NjrpexTsl2Iwv0V0yAx9cw7+clymjKuLSXG0QMcLD0LDgdNmXic+qL0SGvgSVPEpM9IDO/wqo1vkQ==}
+ '@vueuse/metadata@13.9.0':
+ resolution: {integrity: sha512-1AFRvuiGphfF7yWixZa0KwjYH8ulyjDCC0aFgrGRz8+P4kvDFSdXLVfTk5xAN9wEuD1J6z4/myMoYbnHoX07zg==}
+
'@vueuse/shared@13.6.0':
resolution: {integrity: sha512-pDykCSoS2T3fsQrYqf9SyF0QXWHmcGPQ+qiOVjlYSzlWd9dgppB2bFSM1GgKKkt7uzn0BBMV3IbJsUfHG2+BCg==}
peerDependencies:
vue: ^3.5.0
+ '@vueuse/shared@13.9.0':
+ resolution: {integrity: sha512-e89uuTLMh0U5cZ9iDpEI2senqPGfbPRTHM/0AaQkcxnpqjkZqDYP8rpfm7edOz8s+pOCOROEy1PIveSW8+fL5g==}
+ peerDependencies:
+ vue: ^3.5.0
+
acorn-jsx@5.3.2:
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
@@ -1390,8 +1446,8 @@ packages:
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
engines: {node: '>=12'}
- ast-kit@2.1.1:
- resolution: {integrity: sha512-mfh6a7gKXE8pDlxTvqIc/syH/P3RkzbOF6LeHdcKztLEzYe6IMsRCL7N8vI7hqTGWNxpkCuuRTpT21xNWqhRtQ==}
+ ast-kit@2.1.2:
+ resolution: {integrity: sha512-cl76xfBQM6pztbrFWRnxbrDm9EOqDr1BF6+qQnnDZG2Co2LjyUktkN9GTJfBAfdae+DbT2nJf2nCGAdDDN7W2g==}
engines: {node: '>=20.18.0'}
balanced-match@1.0.2:
@@ -1638,8 +1694,8 @@ packages:
resolution: {integrity: sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==}
engines: {node: '>=12'}
- dts-resolver@2.1.1:
- resolution: {integrity: sha512-3BiGFhB6mj5Kv+W2vdJseQUYW+SKVzAFJL6YNP6ursbrwy1fXHRotfHi3xLNxe4wZl/K8qbAFeCDjZLjzqxxRw==}
+ dts-resolver@2.1.2:
+ resolution: {integrity: sha512-xeXHBQkn2ISSXxbJWD828PFjtyg+/UrMDo7W4Ffcs7+YWCquxU8YjV1KoxuiL+eJ5pg3ll+bC6flVv61L3LKZg==}
engines: {node: '>=20.18.0'}
peerDependencies:
oxc-resolver: '>=11.0.0'
@@ -1797,8 +1853,8 @@ packages:
eslint-import-resolver-node:
optional: true
- eslint-plugin-jsdoc@52.0.4:
- resolution: {integrity: sha512-be5OzGlLExvcK13Il3noU7/v7WmAQGenTmCaBKf1pwVtPOb6X+PGFVnJad0QhMj4KKf45XjE4hbsBxv25q1fTg==}
+ eslint-plugin-jsdoc@54.5.0:
+ resolution: {integrity: sha512-f+AOXbKa9QtOrJr1lfEZ6ScSnS4Lun8czm+U9VNB39jq5mTUc1WQTXDOaESm0C5veSyuo3WBz2ge0Ah79Jzo7g==}
engines: {node: '>=20.11.0'}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
@@ -1860,8 +1916,8 @@ packages:
peerDependencies:
eslint: '>=8.44.0'
- eslint-plugin-svgo@0.10.0:
- resolution: {integrity: sha512-UeR+JA3ziqDM6aSW82+TI7zcAQOY2Hi6UhVpm7JTqMz6S+p5GLTG5D1Fq4Ru6KG5UEmwNEw3jNAa90WbStKvow==}
+ eslint-plugin-svgo@0.11.1:
+ resolution: {integrity: sha512-ydiP7cBtKrbkH9/Typ7PCeY1t64fBC1ZBvU92ynyI7iBIvdLlKuosF9dkH2v47wd3820+G932HWpI5si52MLyw==}
peerDependencies:
eslint: ^9.5.0
@@ -1912,8 +1968,8 @@ packages:
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.33.0:
- resolution: {integrity: sha512-TS9bTNIryDzStCpJN93aC5VRSW3uTx9sClUn4B87pwiCaJh220otoI0X8mJKr+VcPtniMdN8GKjlwgWGUv5ZKA==}
+ eslint@9.35.0:
+ resolution: {integrity: sha512-QePbBFMJFjgmlE+cXAlbHZbHpdFVS2E/6vzCy7aKlebddvl1vadiC4JFV5u/wqTkNUwEV8WrQi257jf5f06hrg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -1995,8 +2051,9 @@ packages:
picomatch:
optional: true
- fdir@6.4.6:
- resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==}
+ fdir@6.5.0:
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
+ engines: {node: '>=12.0.0'}
peerDependencies:
picomatch: ^3 || ^4
peerDependenciesMeta:
@@ -2071,6 +2128,10 @@ packages:
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
engines: {node: '>=10.13.0'}
+ globals@11.12.0:
+ resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
+ engines: {node: '>=4'}
+
globals@14.0.0:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
@@ -2183,10 +2244,6 @@ packages:
resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
engines: {node: '>=16'}
- jiti@2.4.2:
- resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==}
- hasBin: true
-
jiti@2.5.1:
resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==}
hasBin: true
@@ -2205,6 +2262,10 @@ packages:
resolution: {integrity: sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==}
engines: {node: '>=12.0.0'}
+ jsdoc-type-pratt-parser@5.1.1:
+ resolution: {integrity: sha512-DYYlVP1fe4QBMh2xTIs20/YeTz2GYVbWAEZweHSZD+qQ/Cx2d5RShuhhsdk64eTjNq0FeVnteP/qVOgaywSRbg==}
+ engines: {node: '>=12.0.0'}
+
jsesc@3.0.2:
resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==}
engines: {node: '>=6'}
@@ -2252,6 +2313,10 @@ packages:
resolution: {integrity: sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==}
engines: {node: '>=14'}
+ local-pkg@1.1.2:
+ resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==}
+ engines: {node: '>=14'}
+
locate-path@6.0.0:
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
engines: {node: '>=10'}
@@ -2271,9 +2336,16 @@ packages:
loupe@3.1.4:
resolution: {integrity: sha512-wJzkKwJrheKtknCOKNEtDK4iqg/MxmZheEMtSTYvnzRdEYaZzmgH976nenp8WdJRdx5Vc1X/9MO0Oszl6ezeXg==}
+ lz-string@1.5.0:
+ resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
+ hasBin: true
+
magic-string@0.30.17:
resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
+ magic-string@0.30.18:
+ resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==}
+
magicast@0.3.5:
resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==}
@@ -2610,6 +2682,9 @@ packages:
pkg-types@2.2.0:
resolution: {integrity: sha512-2SM/GZGAEkPp3KWORxQZns4M+WSeXbC2HEvmOIJe3Cmiv6ieAJvdVhDldtHqM5J1Y7MrR1XhkBT/rMlhh9FdqQ==}
+ pkg-types@2.3.0:
+ resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
+
pluralize@8.0.0:
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
engines: {node: '>=4'}
@@ -2649,6 +2724,9 @@ packages:
quansync@0.2.10:
resolution: {integrity: sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==}
+ quansync@0.2.11:
+ resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
+
queue-microtask@1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
@@ -2711,8 +2789,8 @@ packages:
rfdc@1.4.1:
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
- rolldown-plugin-dts@0.15.6:
- resolution: {integrity: sha512-AxQlyx3Nszob5QLmVUjz/VnC5BevtUo0h8tliuE0egddss7IbtCBU7GOe7biRU0fJNRQJmQjPKXFcc7K98j3+w==}
+ rolldown-plugin-dts@0.15.10:
+ resolution: {integrity: sha512-8cPVAVQUo9tYAoEpc3jFV9RxSil13hrRRg8cHC9gLXxRMNtWPc1LNMSDXzjyD+5Vny49sDZH77JlXp/vlc4I3g==}
engines: {node: '>=20.18.0'}
peerDependencies:
'@typescript/native-preview': '>=7.0.0-dev.20250601.1'
@@ -2727,8 +2805,8 @@ packages:
vue-tsc:
optional: true
- rolldown@1.0.0-beta.33:
- resolution: {integrity: sha512-mgu118ZuRguC8unhPCbdZbyRbjQfEMiWqlojBA5aRIncBelRaBomnHNpGKYkYWeK7twRz5Cql30xgqqrA3Xelw==}
+ rolldown@1.0.0-beta.35:
+ resolution: {integrity: sha512-gJATyqcsJe0Cs8RMFO8XgFjfTc0lK1jcSvirDQDSIfsJE+vt53QH/Ob+OBSJsXb98YtZXHfP/bHpELpPwCprow==}
hasBin: true
rollup@4.46.2:
@@ -2763,6 +2841,9 @@ packages:
resolution: {integrity: sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==}
engines: {node: '>= 0.4'}
+ shiki@3.12.2:
+ resolution: {integrity: sha512-uIrKI+f9IPz1zDT+GMz+0RjzKJiijVr6WDWm9Pe3NNY6QigKCfifCEv9v9R2mDASKKjzjQ2QpFLcxaR3iHSnMA==}
+
shiki@3.9.2:
resolution: {integrity: sha512-t6NKl5e/zGTvw/IyftLcumolgOczhuroqwXngDeMqJ3h3EQiTY/7wmfgPlsmloD8oYfqkEDqxiaH37Pjm1zUhQ==}
@@ -2911,8 +2992,8 @@ packages:
peerDependencies:
typescript: '>=4.0.0'
- tsdown@0.14.1:
- resolution: {integrity: sha512-/nBuFDKZeYln9hAxwWG5Cm55/823sNIVI693iVi0xRFHzf9OVUq4b/lx9PH1TErFr/IQ0kd2hutFbJIPM0XQWA==}
+ tsdown@0.14.2:
+ resolution: {integrity: sha512-6ThtxVZoTlR5YJov5rYvH8N1+/S/rD/pGfehdCLGznGgbxz+73EASV1tsIIZkLw2n+SXcERqHhcB/OkyxdKv3A==}
engines: {node: '>=20.19.0'}
hasBin: true
peerDependencies:
@@ -2953,8 +3034,8 @@ packages:
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
engines: {node: '>= 0.8.0'}
- typescript-eslint@8.39.1:
- resolution: {integrity: sha512-GDUv6/NDYngUlNvwaHM1RamYftxf782IyEDbdj3SeaIHHv8fNQVRC++fITT7kUJV/5rIA/tkoRSSskt6osEfqg==}
+ typescript-eslint@8.42.0:
+ resolution: {integrity: sha512-ozR/rQn+aQXQxh1YgbCzQWDFrsi9mcg+1PM3l/z5o1+20P7suOIaNg515bpr/OYt6FObz/NHcBstydDLHWeEKg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -2975,8 +3056,8 @@ packages:
resolution: {integrity: sha512-xLz7Ekr0e+kNRy9lsxkaui5mZvDWlVMslLjacUPna7b4JrzHW3ZGsp9482bUoqIo0V7gDxSF2HxuKtABwo7SmA==}
engines: {node: '>=18.18.0'}
- unconfig@7.3.2:
- resolution: {integrity: sha512-nqG5NNL2wFVGZ0NA/aCFw0oJ2pxSf1lwg4Z5ill8wd7K4KX/rQbHlwbh+bjctXL5Ly1xtzHenHGOK0b+lG6JVg==}
+ unconfig@7.3.3:
+ resolution: {integrity: sha512-QCkQoOnJF8L107gxfHL0uavn7WD9b3dpBcFX6HtfQYmjw2YzWxGuFQ0N0J6tE9oguCBJn9KOvfqYDCMPHIZrBA==}
undici-types@7.10.0:
resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==}
@@ -2996,11 +3077,11 @@ packages:
unist-util-visit@5.0.0:
resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==}
- unocss@66.4.2:
- resolution: {integrity: sha512-PsZ+4XF/ekiParR7PZEM7AchvHJ78EIfOXlqTPflTOXCYgZ77kG9NaIaIf4lHRevY+rRTyrHrjxdg1Ern2j8qw==}
+ unocss@66.5.0:
+ resolution: {integrity: sha512-dnrr3xqIm3B0t6OXyIxFYwfyMgdkp6MVRgrJXSEU0cEmea8lFf7ssU2MNx1Zice3JvQOOpe4FMVINtv/TBZCIA==}
engines: {node: '>=14'}
peerDependencies:
- '@unocss/webpack': 66.4.2
+ '@unocss/webpack': 66.5.0
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
peerDependenciesMeta:
'@unocss/webpack':
@@ -3012,6 +3093,10 @@ packages:
resolution: {integrity: sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==}
engines: {node: '>=18.12.0'}
+ unplugin-utils@0.3.0:
+ resolution: {integrity: sha512-JLoggz+PvLVMJo+jZt97hdIIIZ2yTzGgft9e9q8iMrC4ewufl62ekeW7mixBghonn2gVb/ICjyvlmOCUBnJLQg==}
+ engines: {node: '>=20.19.0'}
+
unplugin-vue-components@29.0.0:
resolution: {integrity: sha512-M2DX44g4/jvBkB0V6uwqTbkTd5DMRHpeGoi/cIKwGG4HPuNxLbe8zoTStB2n12hoDiWc9I1PIRQruRWExNXHlQ==}
engines: {node: '>=14'}
@@ -3055,8 +3140,8 @@ packages:
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
- vite@7.1.2:
- resolution: {integrity: sha512-J0SQBPlQiEXAF7tajiH+rUooJPo0l8KQgyg4/aMunNtrOa7bwuZJsJbDWzeljqQpgftxuq5yNJxQ91O9ts29UQ==}
+ vite@7.1.4:
+ resolution: {integrity: sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
@@ -3164,8 +3249,8 @@ packages:
peerDependencies:
vue: ^3.0.0
- vue@3.5.18:
- resolution: {integrity: sha512-7W4Y4ZbMiQ3SEo+m9lnoNpV9xG7QVMLa+/0RFwwiAVkeYoyGXqWE85jabU4pllJNUzqfLShJ5YLptewhCWUgNA==}
+ vue@3.5.21:
+ resolution: {integrity: sha512-xxf9rum9KtOdwdRkiApWL+9hZEMWE90FHh8yS1+KJAiWYh+iGWV1FquPjoO9VUHQ+VIhsCXNNyZ5Sf4++RVZBA==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -3208,11 +3293,6 @@ packages:
resolution: {integrity: sha512-E/+VitOorXSLiAqtTd7Yqax0/pAS3xaYMP+AUUJGOK1OZG3rhcj9fcJOM5HJ2VrP1FrStVCWr1muTfQCdj4tAA==}
engines: {node: ^14.17.0 || >=16.0.0}
- yaml@2.8.0:
- resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==}
- engines: {node: '>= 14.6'}
- hasBin: true
-
yaml@2.8.1:
resolution: {integrity: sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==}
engines: {node: '>= 14.6'}
@@ -3227,11 +3307,6 @@ packages:
snapshots:
- '@ampproject/remapping@2.3.0':
- dependencies:
- '@jridgewell/gen-mapping': 0.3.12
- '@jridgewell/trace-mapping': 0.3.29
-
'@antfu/install-pkg@1.1.0':
dependencies:
package-manager-detector: 1.3.0
@@ -3253,31 +3328,45 @@ snapshots:
'@jridgewell/trace-mapping': 0.3.29
jsesc: 3.1.0
- '@babel/helper-globals@7.28.0': {}
+ '@babel/generator@7.28.3':
+ dependencies:
+ '@babel/parser': 7.28.4
+ '@babel/types': 7.28.2
+ '@jridgewell/gen-mapping': 0.3.12
+ '@jridgewell/trace-mapping': 0.3.29
+ jsesc: 3.1.0
'@babel/helper-string-parser@7.27.1': {}
'@babel/helper-validator-identifier@7.27.1': {}
+ '@babel/parser@7.27.7':
+ dependencies:
+ '@babel/types': 7.28.2
+
'@babel/parser@7.28.0':
dependencies:
'@babel/types': 7.28.2
+ '@babel/parser@7.28.4':
+ dependencies:
+ '@babel/types': 7.28.4
+
'@babel/template@7.27.2':
dependencies:
'@babel/code-frame': 7.27.1
'@babel/parser': 7.28.0
'@babel/types': 7.28.2
- '@babel/traverse@7.28.0':
+ '@babel/traverse@7.27.7':
dependencies:
'@babel/code-frame': 7.27.1
'@babel/generator': 7.28.0
- '@babel/helper-globals': 7.28.0
'@babel/parser': 7.28.0
'@babel/template': 7.27.2
'@babel/types': 7.28.2
debug: 4.4.1
+ globals: 11.12.0
transitivePeerDependencies:
- supports-color
@@ -3286,6 +3375,11 @@ snapshots:
'@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
+ '@babel/types@7.28.4':
+ dependencies:
+ '@babel/helper-string-parser': 7.27.1
+ '@babel/helper-validator-identifier': 7.27.1
+
'@clack/core@0.5.0':
dependencies:
picocolors: 1.1.1
@@ -3380,18 +3474,18 @@ snapshots:
'@es-joy/jsdoccomment@0.50.2':
dependencies:
'@types/estree': 1.0.8
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/types': 8.39.1
comment-parser: 1.4.1
esquery: 1.6.0
jsdoc-type-pratt-parser: 4.1.0
- '@es-joy/jsdoccomment@0.52.0':
+ '@es-joy/jsdoccomment@0.56.0':
dependencies:
'@types/estree': 1.0.8
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/types': 8.42.0
comment-parser: 1.4.1
esquery: 1.6.0
- jsdoc-type-pratt-parser: 4.1.0
+ jsdoc-type-pratt-parser: 5.1.1
'@esbuild/aix-ppc64@0.25.9':
optional: true
@@ -3471,22 +3565,27 @@ snapshots:
'@esbuild/win32-x64@0.25.9':
optional: true
- '@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.33.0(jiti@2.5.1))':
+ '@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.35.0(jiti@2.5.1))':
dependencies:
escape-string-regexp: 4.0.0
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
ignore: 5.3.2
- '@eslint-community/eslint-utils@4.7.0(eslint@9.33.0(jiti@2.5.1))':
+ '@eslint-community/eslint-utils@4.7.0(eslint@9.35.0(jiti@2.5.1))':
+ dependencies:
+ eslint: 9.35.0(jiti@2.5.1)
+ eslint-visitor-keys: 3.4.3
+
+ '@eslint-community/eslint-utils@4.8.0(eslint@9.35.0(jiti@2.5.1))':
dependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.1': {}
- '@eslint/compat@1.2.9(eslint@9.33.0(jiti@2.5.1))':
+ '@eslint/compat@1.2.9(eslint@9.35.0(jiti@2.5.1))':
optionalDependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
'@eslint/config-array@0.21.0':
dependencies:
@@ -3498,10 +3597,6 @@ snapshots:
'@eslint/config-helpers@0.3.1': {}
- '@eslint/core@0.15.1':
- dependencies:
- '@types/json-schema': 7.0.15
-
'@eslint/core@0.15.2':
dependencies:
'@types/json-schema': 7.0.15
@@ -3520,30 +3615,24 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.32.0': {}
-
- '@eslint/js@9.33.0': {}
+ '@eslint/js@9.35.0': {}
- '@eslint/markdown@7.1.0':
+ '@eslint/markdown@7.2.0':
dependencies:
- '@eslint/core': 0.15.1
- '@eslint/plugin-kit': 0.3.4
+ '@eslint/core': 0.15.2
+ '@eslint/plugin-kit': 0.3.5
github-slugger: 2.0.0
mdast-util-from-markdown: 2.0.2
mdast-util-frontmatter: 2.0.1
mdast-util-gfm: 3.1.0
micromark-extension-frontmatter: 2.0.0
micromark-extension-gfm: 3.0.0
+ micromark-util-normalize-identifier: 2.0.1
transitivePeerDependencies:
- supports-color
'@eslint/object-schema@2.1.6': {}
- '@eslint/plugin-kit@0.3.4':
- dependencies:
- '@eslint/core': 0.15.1
- levn: 0.4.1
-
'@eslint/plugin-kit@0.3.5':
dependencies:
'@eslint/core': 0.15.2
@@ -3580,7 +3669,7 @@ snapshots:
dependencies:
'@iconify/types': 2.0.0
- '@iconify-json/lucide@1.2.62':
+ '@iconify-json/lucide@1.2.66':
dependencies:
'@iconify/types': 2.0.0
@@ -3612,10 +3701,17 @@ snapshots:
'@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.29
+ '@jridgewell/remapping@2.3.5':
+ dependencies:
+ '@jridgewell/gen-mapping': 0.3.12
+ '@jridgewell/trace-mapping': 0.3.29
+
'@jridgewell/resolve-uri@3.1.2': {}
'@jridgewell/sourcemap-codec@1.5.0': {}
+ '@jridgewell/sourcemap-codec@1.5.5': {}
+
'@jridgewell/trace-mapping@0.3.29':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
@@ -3671,49 +3767,48 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.19.1
- '@ntnyq/eslint-config@5.3.1(@types/eslint@9.6.1)(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.18)(eslint-import-resolver-node@0.3.9)(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))':
+ '@ntnyq/eslint-config@5.4.2(@types/eslint@9.6.1)(@typescript-eslint/parser@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(@typescript-eslint/utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.21)(eslint-import-resolver-node@0.3.9)(eslint@9.35.0(jiti@2.5.1))(prettier@3.6.2)(typescript@5.9.2)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))':
dependencies:
'@antfu/install-pkg': 1.1.0
'@clack/prompts': 0.11.0
- '@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.33.0(jiti@2.5.1))
- '@eslint/js': 9.32.0
- '@eslint/markdown': 7.1.0
- '@unocss/eslint-plugin': 66.4.2(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- '@vitest/eslint-plugin': 1.3.4(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
- eslint: 9.33.0(jiti@2.5.1)
- eslint-config-flat-gitignore: 2.1.0(eslint@9.33.0(jiti@2.5.1))
+ '@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.35.0(jiti@2.5.1))
+ '@eslint/js': 9.35.0
+ '@eslint/markdown': 7.2.0
+ '@unocss/eslint-plugin': 66.5.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ '@vitest/eslint-plugin': 1.3.9(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
+ eslint: 9.35.0(jiti@2.5.1)
+ eslint-config-flat-gitignore: 2.1.0(eslint@9.35.0(jiti@2.5.1))
eslint-flat-config-utils: 2.1.1
- eslint-import-resolver-typescript: 4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0(jiti@2.5.1)))(eslint@9.33.0(jiti@2.5.1))
- eslint-merge-processors: 2.0.0(eslint@9.33.0(jiti@2.5.1))
+ eslint-import-resolver-typescript: 4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.35.0(jiti@2.5.1)))(eslint@9.35.0(jiti@2.5.1))
+ eslint-merge-processors: 2.0.0(eslint@9.35.0(jiti@2.5.1))
eslint-parser-plain: 0.1.1
- eslint-plugin-antfu: 3.1.1(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-command: 3.3.1(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-de-morgan: 1.3.1(eslint@9.33.0(jiti@2.5.1))
+ eslint-plugin-antfu: 3.1.1(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-command: 3.3.1(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-de-morgan: 1.3.1(eslint@9.35.0(jiti@2.5.1))
eslint-plugin-depend: 1.2.0
- eslint-plugin-github-action: 0.0.16(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-jsdoc: 52.0.4(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-jsonc: 2.20.1(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-n: 17.21.3(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
+ eslint-plugin-github-action: 0.0.16(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-jsdoc: 54.5.0(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-jsonc: 2.20.1(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-n: 17.21.3(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
eslint-plugin-no-only-tests: 3.3.0
- eslint-plugin-ntnyq: 0.12.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- eslint-plugin-perfectionist: 4.15.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- eslint-plugin-pinia: 0.4.1(@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-prettier: 5.5.4(@types/eslint@9.6.1)(eslint@9.33.0(jiti@2.5.1))(prettier@3.6.2)
- eslint-plugin-regexp: 2.10.0(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-svgo: 0.10.0(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-toml: 0.12.0(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-unicorn: 60.0.0(eslint@9.33.0(jiti@2.5.1))
- eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.33.0(jiti@2.5.1)))
- eslint-plugin-yml: 1.18.0(eslint@9.33.0(jiti@2.5.1))
- eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.18)(eslint@9.33.0(jiti@2.5.1))
+ eslint-plugin-ntnyq: 0.12.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ eslint-plugin-perfectionist: 4.15.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ eslint-plugin-pinia: 0.4.1(@typescript-eslint/utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-prettier: 5.5.4(@types/eslint@9.6.1)(eslint@9.35.0(jiti@2.5.1))(prettier@3.6.2)
+ eslint-plugin-regexp: 2.10.0(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-svgo: 0.11.1(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-toml: 0.12.0(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-unicorn: 60.0.0(eslint@9.35.0(jiti@2.5.1))
+ eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.35.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.35.0(jiti@2.5.1)))
+ eslint-plugin-yml: 1.18.0(eslint@9.35.0(jiti@2.5.1))
+ eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.21)(eslint@9.35.0(jiti@2.5.1))
globals: 16.3.0
jsonc-eslint-parser: 2.4.0
- local-pkg: 1.1.1
- prettier: 3.6.2
+ local-pkg: 1.1.2
toml-eslint-parser: 0.10.0
- typescript-eslint: 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- vue-eslint-parser: 10.2.0(eslint@9.33.0(jiti@2.5.1))
+ typescript-eslint: 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ vue-eslint-parser: 10.2.0(eslint@9.35.0(jiti@2.5.1))
yaml-eslint-parser: 1.3.0
transitivePeerDependencies:
- '@eslint/json'
@@ -3724,6 +3819,7 @@ snapshots:
- eslint-config-prettier
- eslint-import-resolver-node
- eslint-plugin-import
+ - prettier
- supports-color
- typescript
- vitest
@@ -3734,65 +3830,65 @@ snapshots:
'@ntnyq/utils@0.9.1': {}
- '@oxc-project/runtime@0.82.2': {}
+ '@oxc-project/runtime@0.82.3': {}
- '@oxc-project/types@0.82.2': {}
+ '@oxc-project/types@0.82.3': {}
'@pkgr/core@0.2.9': {}
'@polka/url@1.0.0-next.29': {}
- '@quansync/fs@0.1.3':
+ '@quansync/fs@0.1.5':
dependencies:
- quansync: 0.2.10
+ quansync: 0.2.11
- '@rolldown/binding-android-arm64@1.0.0-beta.33':
+ '@rolldown/binding-android-arm64@1.0.0-beta.35':
optional: true
- '@rolldown/binding-darwin-arm64@1.0.0-beta.33':
+ '@rolldown/binding-darwin-arm64@1.0.0-beta.35':
optional: true
- '@rolldown/binding-darwin-x64@1.0.0-beta.33':
+ '@rolldown/binding-darwin-x64@1.0.0-beta.35':
optional: true
- '@rolldown/binding-freebsd-x64@1.0.0-beta.33':
+ '@rolldown/binding-freebsd-x64@1.0.0-beta.35':
optional: true
- '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.33':
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.35':
optional: true
- '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.33':
+ '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.35':
optional: true
- '@rolldown/binding-linux-arm64-musl@1.0.0-beta.33':
+ '@rolldown/binding-linux-arm64-musl@1.0.0-beta.35':
optional: true
- '@rolldown/binding-linux-x64-gnu@1.0.0-beta.33':
+ '@rolldown/binding-linux-x64-gnu@1.0.0-beta.35':
optional: true
- '@rolldown/binding-linux-x64-musl@1.0.0-beta.33':
+ '@rolldown/binding-linux-x64-musl@1.0.0-beta.35':
optional: true
- '@rolldown/binding-openharmony-arm64@1.0.0-beta.33':
+ '@rolldown/binding-openharmony-arm64@1.0.0-beta.35':
optional: true
- '@rolldown/binding-wasm32-wasi@1.0.0-beta.33':
+ '@rolldown/binding-wasm32-wasi@1.0.0-beta.35':
dependencies:
'@napi-rs/wasm-runtime': 1.0.3
optional: true
- '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.33':
+ '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.35':
optional: true
- '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.33':
+ '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.35':
optional: true
- '@rolldown/binding-win32-x64-msvc@1.0.0-beta.33':
+ '@rolldown/binding-win32-x64-msvc@1.0.0-beta.35':
optional: true
'@rolldown/pluginutils@1.0.0-beta.29': {}
- '@rolldown/pluginutils@1.0.0-beta.33': {}
+ '@rolldown/pluginutils@1.0.0-beta.35': {}
'@rollup/rollup-android-arm-eabi@4.46.2':
optional: true
@@ -3854,6 +3950,13 @@ snapshots:
'@rollup/rollup-win32-x64-msvc@4.46.2':
optional: true
+ '@shikijs/core@3.12.2':
+ dependencies:
+ '@shikijs/types': 3.12.2
+ '@shikijs/vscode-textmate': 10.0.2
+ '@types/hast': 3.0.4
+ hast-util-to-html: 9.0.5
+
'@shikijs/core@3.9.2':
dependencies:
'@shikijs/types': 3.9.2
@@ -3861,55 +3964,83 @@ snapshots:
'@types/hast': 3.0.4
hast-util-to-html: 9.0.5
+ '@shikijs/engine-javascript@3.12.2':
+ dependencies:
+ '@shikijs/types': 3.12.2
+ '@shikijs/vscode-textmate': 10.0.2
+ oniguruma-to-es: 4.3.3
+
'@shikijs/engine-javascript@3.9.2':
dependencies:
'@shikijs/types': 3.9.2
'@shikijs/vscode-textmate': 10.0.2
oniguruma-to-es: 4.3.3
+ '@shikijs/engine-oniguruma@3.12.2':
+ dependencies:
+ '@shikijs/types': 3.12.2
+ '@shikijs/vscode-textmate': 10.0.2
+
'@shikijs/engine-oniguruma@3.9.2':
dependencies:
'@shikijs/types': 3.9.2
'@shikijs/vscode-textmate': 10.0.2
+ '@shikijs/langs@3.12.2':
+ dependencies:
+ '@shikijs/types': 3.12.2
+
'@shikijs/langs@3.9.2':
dependencies:
'@shikijs/types': 3.9.2
+ '@shikijs/themes@3.12.2':
+ dependencies:
+ '@shikijs/types': 3.12.2
+
'@shikijs/themes@3.9.2':
dependencies:
'@shikijs/types': 3.9.2
- '@shikijs/transformers@3.9.2':
+ '@shikijs/transformers@3.12.2':
dependencies:
- '@shikijs/core': 3.9.2
- '@shikijs/types': 3.9.2
+ '@shikijs/core': 3.12.2
+ '@shikijs/types': 3.12.2
- '@shikijs/twoslash@3.9.2(typescript@5.9.2)':
+ '@shikijs/twoslash@3.12.2(typescript@5.9.2)':
dependencies:
- '@shikijs/core': 3.9.2
- '@shikijs/types': 3.9.2
+ '@shikijs/core': 3.12.2
+ '@shikijs/types': 3.12.2
twoslash: 0.3.4(typescript@5.9.2)
typescript: 5.9.2
transitivePeerDependencies:
- supports-color
+ '@shikijs/types@3.12.2':
+ dependencies:
+ '@shikijs/vscode-textmate': 10.0.2
+ '@types/hast': 3.0.4
+
'@shikijs/types@3.9.2':
dependencies:
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
- '@shikijs/vitepress-twoslash@3.9.2(typescript@5.9.2)':
+ '@shikijs/vitepress-twoslash@3.12.2(typescript@5.9.2)':
dependencies:
- '@shikijs/twoslash': 3.9.2(typescript@5.9.2)
- floating-vue: 5.2.2(vue@3.5.18(typescript@5.9.2))
+ '@shikijs/twoslash': 3.12.2(typescript@5.9.2)
+ floating-vue: 5.2.2(vue@3.5.21(typescript@5.9.2))
+ lz-string: 1.5.0
+ magic-string: 0.30.18
+ markdown-it: 14.1.0
mdast-util-from-markdown: 2.0.2
mdast-util-gfm: 3.1.0
mdast-util-to-hast: 13.2.0
- shiki: 3.9.2
+ ohash: 2.0.11
+ shiki: 3.12.2
twoslash: 0.3.4(typescript@5.9.2)
twoslash-vue: 0.3.4(typescript@5.9.2)
- vue: 3.5.18(typescript@5.9.2)
+ vue: 3.5.21(typescript@5.9.2)
transitivePeerDependencies:
- '@nuxt/kit'
- supports-color
@@ -3974,15 +4105,15 @@ snapshots:
'@types/web-bluetooth@0.0.21': {}
- '@typescript-eslint/eslint-plugin@8.39.1(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)':
+ '@typescript-eslint/eslint-plugin@8.42.0(@typescript-eslint/parser@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- '@typescript-eslint/scope-manager': 8.39.1
- '@typescript-eslint/type-utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- '@typescript-eslint/visitor-keys': 8.39.1
- eslint: 9.33.0(jiti@2.5.1)
+ '@typescript-eslint/parser': 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/scope-manager': 8.42.0
+ '@typescript-eslint/type-utils': 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/utils': 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/visitor-keys': 8.42.0
+ eslint: 9.35.0(jiti@2.5.1)
graphemer: 1.4.0
ignore: 7.0.4
natural-compare: 1.4.0
@@ -3991,23 +4122,26 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)':
+ '@typescript-eslint/parser@8.39.1(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
'@typescript-eslint/scope-manager': 8.39.1
'@typescript-eslint/types': 8.39.1
'@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.2)
'@typescript-eslint/visitor-keys': 8.39.1
debug: 4.4.1
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.38.0(typescript@5.9.2)':
+ '@typescript-eslint/parser@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.9.2)
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/scope-manager': 8.42.0
+ '@typescript-eslint/types': 8.42.0
+ '@typescript-eslint/typescript-estree': 8.42.0(typescript@5.9.2)
+ '@typescript-eslint/visitor-keys': 8.42.0
debug: 4.4.1
+ eslint: 9.35.0(jiti@2.5.1)
typescript: 5.9.2
transitivePeerDependencies:
- supports-color
@@ -4021,46 +4155,55 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.38.0':
+ '@typescript-eslint/project-service@8.42.0(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/types': 8.38.0
- '@typescript-eslint/visitor-keys': 8.38.0
+ '@typescript-eslint/tsconfig-utils': 8.42.0(typescript@5.9.2)
+ '@typescript-eslint/types': 8.42.0
+ debug: 4.4.1
+ typescript: 5.9.2
+ transitivePeerDependencies:
+ - supports-color
'@typescript-eslint/scope-manager@8.39.1':
dependencies:
'@typescript-eslint/types': 8.39.1
'@typescript-eslint/visitor-keys': 8.39.1
- '@typescript-eslint/tsconfig-utils@8.38.0(typescript@5.9.2)':
+ '@typescript-eslint/scope-manager@8.42.0':
dependencies:
- typescript: 5.9.2
+ '@typescript-eslint/types': 8.42.0
+ '@typescript-eslint/visitor-keys': 8.42.0
'@typescript-eslint/tsconfig-utils@8.39.1(typescript@5.9.2)':
dependencies:
typescript: 5.9.2
- '@typescript-eslint/type-utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)':
+ '@typescript-eslint/tsconfig-utils@8.42.0(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/types': 8.39.1
- '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.2)
- '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
+ typescript: 5.9.2
+
+ '@typescript-eslint/type-utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)':
+ dependencies:
+ '@typescript-eslint/types': 8.42.0
+ '@typescript-eslint/typescript-estree': 8.42.0(typescript@5.9.2)
+ '@typescript-eslint/utils': 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
debug: 4.4.1
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
ts-api-utils: 2.1.0(typescript@5.9.2)
typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@8.38.0': {}
-
'@typescript-eslint/types@8.39.1': {}
- '@typescript-eslint/typescript-estree@8.38.0(typescript@5.9.2)':
+ '@typescript-eslint/types@8.42.0': {}
+
+ '@typescript-eslint/typescript-estree@8.39.1(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/project-service': 8.38.0(typescript@5.9.2)
- '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.9.2)
- '@typescript-eslint/types': 8.38.0
- '@typescript-eslint/visitor-keys': 8.38.0
+ '@typescript-eslint/project-service': 8.39.1(typescript@5.9.2)
+ '@typescript-eslint/tsconfig-utils': 8.39.1(typescript@5.9.2)
+ '@typescript-eslint/types': 8.39.1
+ '@typescript-eslint/visitor-keys': 8.39.1
debug: 4.4.1
fast-glob: 3.3.3
is-glob: 4.0.3
@@ -4071,12 +4214,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.39.1(typescript@5.9.2)':
+ '@typescript-eslint/typescript-estree@8.42.0(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/project-service': 8.39.1(typescript@5.9.2)
- '@typescript-eslint/tsconfig-utils': 8.39.1(typescript@5.9.2)
- '@typescript-eslint/types': 8.39.1
- '@typescript-eslint/visitor-keys': 8.39.1
+ '@typescript-eslint/project-service': 8.42.0(typescript@5.9.2)
+ '@typescript-eslint/tsconfig-utils': 8.42.0(typescript@5.9.2)
+ '@typescript-eslint/types': 8.42.0
+ '@typescript-eslint/visitor-keys': 8.42.0
debug: 4.4.1
fast-glob: 3.3.3
is-glob: 4.0.3
@@ -4087,36 +4230,36 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.38.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)':
+ '@typescript-eslint/utils@8.39.1(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
- '@typescript-eslint/scope-manager': 8.38.0
- '@typescript-eslint/types': 8.38.0
- '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.9.2)
- eslint: 9.33.0(jiti@2.5.1)
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.35.0(jiti@2.5.1))
+ '@typescript-eslint/scope-manager': 8.39.1
+ '@typescript-eslint/types': 8.39.1
+ '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.2)
+ eslint: 9.35.0(jiti@2.5.1)
typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)':
+ '@typescript-eslint/utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
- '@typescript-eslint/scope-manager': 8.39.1
- '@typescript-eslint/types': 8.39.1
- '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.2)
- eslint: 9.33.0(jiti@2.5.1)
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.35.0(jiti@2.5.1))
+ '@typescript-eslint/scope-manager': 8.42.0
+ '@typescript-eslint/types': 8.42.0
+ '@typescript-eslint/typescript-estree': 8.42.0(typescript@5.9.2)
+ eslint: 9.35.0(jiti@2.5.1)
typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.38.0':
+ '@typescript-eslint/visitor-keys@8.39.1':
dependencies:
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/types': 8.39.1
eslint-visitor-keys: 4.2.1
- '@typescript-eslint/visitor-keys@8.39.1':
+ '@typescript-eslint/visitor-keys@8.42.0':
dependencies:
- '@typescript-eslint/types': 8.39.1
+ '@typescript-eslint/types': 8.42.0
eslint-visitor-keys: 4.2.1
'@typescript/vfs@1.6.1(typescript@5.9.2)':
@@ -4134,168 +4277,167 @@ snapshots:
'@ungap/structured-clone@1.3.0': {}
- '@unocss/astro@66.4.2(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))':
+ '@unocss/astro@66.5.0(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))':
dependencies:
- '@unocss/core': 66.4.2
- '@unocss/reset': 66.4.2
- '@unocss/vite': 66.4.2(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
+ '@unocss/core': 66.5.0
+ '@unocss/reset': 66.5.0
+ '@unocss/vite': 66.5.0(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
optionalDependencies:
- vite: 7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
+ vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
- '@unocss/cli@66.4.2':
+ '@unocss/cli@66.5.0':
dependencies:
- '@ampproject/remapping': 2.3.0
- '@unocss/config': 66.4.2
- '@unocss/core': 66.4.2
- '@unocss/preset-uno': 66.4.2
+ '@jridgewell/remapping': 2.3.5
+ '@unocss/config': 66.5.0
+ '@unocss/core': 66.5.0
+ '@unocss/preset-uno': 66.5.0
cac: 6.7.14
chokidar: 3.6.0
colorette: 2.0.20
consola: 3.4.2
- magic-string: 0.30.17
+ magic-string: 0.30.18
pathe: 2.0.3
perfect-debounce: 1.0.0
tinyglobby: 0.2.14
- unplugin-utils: 0.2.4
+ unplugin-utils: 0.3.0
- '@unocss/config@66.4.2':
+ '@unocss/config@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
- unconfig: 7.3.2
+ '@unocss/core': 66.5.0
+ unconfig: 7.3.3
- '@unocss/core@66.4.2': {}
+ '@unocss/core@66.5.0': {}
- '@unocss/eslint-plugin@66.4.2(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)':
+ '@unocss/eslint-plugin@66.5.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- '@unocss/config': 66.4.2
- '@unocss/core': 66.4.2
- '@unocss/rule-utils': 66.4.2
- magic-string: 0.30.17
+ '@typescript-eslint/utils': 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ '@unocss/config': 66.5.0
+ '@unocss/core': 66.5.0
+ '@unocss/rule-utils': 66.5.0
+ magic-string: 0.30.18
synckit: 0.11.11
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/extractor-arbitrary-variants@66.4.2':
+ '@unocss/extractor-arbitrary-variants@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
+ '@unocss/core': 66.5.0
- '@unocss/inspector@66.4.2':
+ '@unocss/inspector@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
- '@unocss/rule-utils': 66.4.2
+ '@unocss/core': 66.5.0
+ '@unocss/rule-utils': 66.5.0
colorette: 2.0.20
gzip-size: 6.0.0
sirv: 3.0.1
vue-flow-layout: 0.2.0
- '@unocss/postcss@66.4.2(postcss@8.5.6)':
+ '@unocss/postcss@66.5.0(postcss@8.5.6)':
dependencies:
- '@unocss/config': 66.4.2
- '@unocss/core': 66.4.2
- '@unocss/rule-utils': 66.4.2
+ '@unocss/config': 66.5.0
+ '@unocss/core': 66.5.0
+ '@unocss/rule-utils': 66.5.0
css-tree: 3.1.0
postcss: 8.5.6
tinyglobby: 0.2.14
- '@unocss/preset-attributify@66.4.2':
+ '@unocss/preset-attributify@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
+ '@unocss/core': 66.5.0
- '@unocss/preset-icons@66.4.2':
+ '@unocss/preset-icons@66.5.0':
dependencies:
'@iconify/utils': 3.0.1
- '@unocss/core': 66.4.2
+ '@unocss/core': 66.5.0
ofetch: 1.4.1
transitivePeerDependencies:
- supports-color
- '@unocss/preset-mini@66.4.2':
+ '@unocss/preset-mini@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
- '@unocss/extractor-arbitrary-variants': 66.4.2
- '@unocss/rule-utils': 66.4.2
+ '@unocss/core': 66.5.0
+ '@unocss/extractor-arbitrary-variants': 66.5.0
+ '@unocss/rule-utils': 66.5.0
- '@unocss/preset-tagify@66.4.2':
+ '@unocss/preset-tagify@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
+ '@unocss/core': 66.5.0
- '@unocss/preset-typography@66.4.2':
+ '@unocss/preset-typography@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
- '@unocss/preset-mini': 66.4.2
- '@unocss/rule-utils': 66.4.2
+ '@unocss/core': 66.5.0
+ '@unocss/rule-utils': 66.5.0
- '@unocss/preset-uno@66.4.2':
+ '@unocss/preset-uno@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
- '@unocss/preset-wind3': 66.4.2
+ '@unocss/core': 66.5.0
+ '@unocss/preset-wind3': 66.5.0
- '@unocss/preset-web-fonts@66.4.2':
+ '@unocss/preset-web-fonts@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
+ '@unocss/core': 66.5.0
ofetch: 1.4.1
- '@unocss/preset-wind3@66.4.2':
+ '@unocss/preset-wind3@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
- '@unocss/preset-mini': 66.4.2
- '@unocss/rule-utils': 66.4.2
+ '@unocss/core': 66.5.0
+ '@unocss/preset-mini': 66.5.0
+ '@unocss/rule-utils': 66.5.0
- '@unocss/preset-wind4@66.4.2':
+ '@unocss/preset-wind4@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
- '@unocss/extractor-arbitrary-variants': 66.4.2
- '@unocss/rule-utils': 66.4.2
+ '@unocss/core': 66.5.0
+ '@unocss/extractor-arbitrary-variants': 66.5.0
+ '@unocss/rule-utils': 66.5.0
- '@unocss/preset-wind@66.4.2':
+ '@unocss/preset-wind@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
- '@unocss/preset-wind3': 66.4.2
+ '@unocss/core': 66.5.0
+ '@unocss/preset-wind3': 66.5.0
- '@unocss/reset@66.4.2': {}
+ '@unocss/reset@66.5.0': {}
- '@unocss/rule-utils@66.4.2':
+ '@unocss/rule-utils@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
- magic-string: 0.30.17
+ '@unocss/core': 66.5.0
+ magic-string: 0.30.18
- '@unocss/transformer-attributify-jsx@66.4.2':
+ '@unocss/transformer-attributify-jsx@66.5.0':
dependencies:
- '@babel/parser': 7.28.0
- '@babel/traverse': 7.28.0
- '@unocss/core': 66.4.2
+ '@babel/parser': 7.27.7
+ '@babel/traverse': 7.27.7
+ '@unocss/core': 66.5.0
transitivePeerDependencies:
- supports-color
- '@unocss/transformer-compile-class@66.4.2':
+ '@unocss/transformer-compile-class@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
+ '@unocss/core': 66.5.0
- '@unocss/transformer-directives@66.4.2':
+ '@unocss/transformer-directives@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
- '@unocss/rule-utils': 66.4.2
+ '@unocss/core': 66.5.0
+ '@unocss/rule-utils': 66.5.0
css-tree: 3.1.0
- '@unocss/transformer-variant-group@66.4.2':
+ '@unocss/transformer-variant-group@66.5.0':
dependencies:
- '@unocss/core': 66.4.2
+ '@unocss/core': 66.5.0
- '@unocss/vite@66.4.2(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))':
+ '@unocss/vite@66.5.0(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))':
dependencies:
- '@ampproject/remapping': 2.3.0
- '@unocss/config': 66.4.2
- '@unocss/core': 66.4.2
- '@unocss/inspector': 66.4.2
+ '@jridgewell/remapping': 2.3.5
+ '@unocss/config': 66.5.0
+ '@unocss/core': 66.5.0
+ '@unocss/inspector': 66.5.0
chokidar: 3.6.0
- magic-string: 0.30.17
+ magic-string: 0.30.18
pathe: 2.0.3
tinyglobby: 0.2.14
- unplugin-utils: 0.2.4
- vite: 7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
+ unplugin-utils: 0.3.0
+ vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
'@unrs/resolver-binding-android-arm-eabi@1.9.2':
optional: true
@@ -4356,16 +4498,17 @@ snapshots:
'@unrs/resolver-binding-win32-x64-msvc@1.9.2':
optional: true
- '@vitejs/plugin-vue@6.0.1(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))(vue@3.5.18(typescript@5.9.2))':
+ '@vitejs/plugin-vue@6.0.1(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
dependencies:
'@rolldown/pluginutils': 1.0.0-beta.29
- vite: 7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
- vue: 3.5.18(typescript@5.9.2)
+ vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
+ vue: 3.5.21(typescript@5.9.2)
- '@vitest/eslint-plugin@1.3.4(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))':
+ '@vitest/eslint-plugin@1.3.9(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))':
dependencies:
- '@typescript-eslint/utils': 8.38.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- eslint: 9.33.0(jiti@2.5.1)
+ '@typescript-eslint/scope-manager': 8.42.0
+ '@typescript-eslint/utils': 8.39.1(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ eslint: 9.35.0(jiti@2.5.1)
optionalDependencies:
typescript: 5.9.2
vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
@@ -4380,13 +4523,13 @@ snapshots:
chai: 5.2.0
tinyrainbow: 2.0.0
- '@vitest/mocker@3.2.4(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))':
+ '@vitest/mocker@3.2.4(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))':
dependencies:
'@vitest/spy': 3.2.4
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
- vite: 7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
+ vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
'@vitest/pretty-format@3.2.4':
dependencies:
@@ -4428,27 +4571,40 @@ snapshots:
estree-walker: 2.0.2
source-map-js: 1.2.1
+ '@vue/compiler-core@3.5.21':
+ dependencies:
+ '@babel/parser': 7.28.4
+ '@vue/shared': 3.5.21
+ entities: 4.5.0
+ estree-walker: 2.0.2
+ source-map-js: 1.2.1
+
'@vue/compiler-dom@3.5.18':
dependencies:
'@vue/compiler-core': 3.5.18
'@vue/shared': 3.5.18
- '@vue/compiler-sfc@3.5.18':
+ '@vue/compiler-dom@3.5.21':
dependencies:
- '@babel/parser': 7.28.0
- '@vue/compiler-core': 3.5.18
- '@vue/compiler-dom': 3.5.18
- '@vue/compiler-ssr': 3.5.18
- '@vue/shared': 3.5.18
+ '@vue/compiler-core': 3.5.21
+ '@vue/shared': 3.5.21
+
+ '@vue/compiler-sfc@3.5.21':
+ dependencies:
+ '@babel/parser': 7.28.4
+ '@vue/compiler-core': 3.5.21
+ '@vue/compiler-dom': 3.5.21
+ '@vue/compiler-ssr': 3.5.21
+ '@vue/shared': 3.5.21
estree-walker: 2.0.2
- magic-string: 0.30.17
+ magic-string: 0.30.18
postcss: 8.5.6
source-map-js: 1.2.1
- '@vue/compiler-ssr@3.5.18':
+ '@vue/compiler-ssr@3.5.21':
dependencies:
- '@vue/compiler-dom': 3.5.18
- '@vue/shared': 3.5.18
+ '@vue/compiler-dom': 3.5.21
+ '@vue/shared': 3.5.21
'@vue/compiler-vue2@2.7.16':
dependencies:
@@ -4486,51 +4642,66 @@ snapshots:
optionalDependencies:
typescript: 5.9.2
- '@vue/reactivity@3.5.18':
+ '@vue/reactivity@3.5.21':
dependencies:
- '@vue/shared': 3.5.18
+ '@vue/shared': 3.5.21
- '@vue/runtime-core@3.5.18':
+ '@vue/runtime-core@3.5.21':
dependencies:
- '@vue/reactivity': 3.5.18
- '@vue/shared': 3.5.18
+ '@vue/reactivity': 3.5.21
+ '@vue/shared': 3.5.21
- '@vue/runtime-dom@3.5.18':
+ '@vue/runtime-dom@3.5.21':
dependencies:
- '@vue/reactivity': 3.5.18
- '@vue/runtime-core': 3.5.18
- '@vue/shared': 3.5.18
+ '@vue/reactivity': 3.5.21
+ '@vue/runtime-core': 3.5.21
+ '@vue/shared': 3.5.21
csstype: 3.1.3
- '@vue/server-renderer@3.5.18(vue@3.5.18(typescript@5.9.2))':
+ '@vue/server-renderer@3.5.21(vue@3.5.21(typescript@5.9.2))':
dependencies:
- '@vue/compiler-ssr': 3.5.18
- '@vue/shared': 3.5.18
- vue: 3.5.18(typescript@5.9.2)
+ '@vue/compiler-ssr': 3.5.21
+ '@vue/shared': 3.5.21
+ vue: 3.5.21(typescript@5.9.2)
'@vue/shared@3.5.18': {}
- '@vueuse/core@13.6.0(vue@3.5.18(typescript@5.9.2))':
+ '@vue/shared@3.5.21': {}
+
+ '@vueuse/core@13.6.0(vue@3.5.21(typescript@5.9.2))':
dependencies:
'@types/web-bluetooth': 0.0.21
'@vueuse/metadata': 13.6.0
- '@vueuse/shared': 13.6.0(vue@3.5.18(typescript@5.9.2))
- vue: 3.5.18(typescript@5.9.2)
+ '@vueuse/shared': 13.6.0(vue@3.5.21(typescript@5.9.2))
+ vue: 3.5.21(typescript@5.9.2)
+
+ '@vueuse/core@13.9.0(vue@3.5.21(typescript@5.9.2))':
+ dependencies:
+ '@types/web-bluetooth': 0.0.21
+ '@vueuse/metadata': 13.9.0
+ '@vueuse/shared': 13.9.0(vue@3.5.21(typescript@5.9.2))
+ vue: 3.5.21(typescript@5.9.2)
- '@vueuse/integrations@13.6.0(change-case@5.4.4)(focus-trap@7.6.5)(vue@3.5.18(typescript@5.9.2))':
+ '@vueuse/integrations@13.6.0(change-case@5.4.4)(focus-trap@7.6.5)(vue@3.5.21(typescript@5.9.2))':
dependencies:
- '@vueuse/core': 13.6.0(vue@3.5.18(typescript@5.9.2))
- '@vueuse/shared': 13.6.0(vue@3.5.18(typescript@5.9.2))
- vue: 3.5.18(typescript@5.9.2)
+ '@vueuse/core': 13.6.0(vue@3.5.21(typescript@5.9.2))
+ '@vueuse/shared': 13.6.0(vue@3.5.21(typescript@5.9.2))
+ vue: 3.5.21(typescript@5.9.2)
optionalDependencies:
change-case: 5.4.4
focus-trap: 7.6.5
'@vueuse/metadata@13.6.0': {}
- '@vueuse/shared@13.6.0(vue@3.5.18(typescript@5.9.2))':
+ '@vueuse/metadata@13.9.0': {}
+
+ '@vueuse/shared@13.6.0(vue@3.5.21(typescript@5.9.2))':
+ dependencies:
+ vue: 3.5.21(typescript@5.9.2)
+
+ '@vueuse/shared@13.9.0(vue@3.5.21(typescript@5.9.2))':
dependencies:
- vue: 3.5.18(typescript@5.9.2)
+ vue: 3.5.21(typescript@5.9.2)
acorn-jsx@5.3.2(acorn@8.15.0):
dependencies:
@@ -4568,9 +4739,9 @@ snapshots:
assertion-error@2.0.1: {}
- ast-kit@2.1.1:
+ ast-kit@2.1.2:
dependencies:
- '@babel/parser': 7.28.0
+ '@babel/parser': 7.28.4
pathe: 2.0.3
balanced-match@1.0.2: {}
@@ -4820,7 +4991,7 @@ snapshots:
dotenv@17.2.1: {}
- dts-resolver@2.1.1: {}
+ dts-resolver@2.1.2: {}
duplexer@0.1.2: {}
@@ -4874,20 +5045,20 @@ snapshots:
escape-string-regexp@5.0.0: {}
- eslint-compat-utils@0.5.1(eslint@9.33.0(jiti@2.5.1)):
+ eslint-compat-utils@0.5.1(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
semver: 7.7.2
- eslint-compat-utils@0.6.5(eslint@9.33.0(jiti@2.5.1)):
+ eslint-compat-utils@0.6.5(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
semver: 7.7.2
- eslint-config-flat-gitignore@2.1.0(eslint@9.33.0(jiti@2.5.1)):
+ eslint-config-flat-gitignore@2.1.0(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- '@eslint/compat': 1.2.9(eslint@9.33.0(jiti@2.5.1))
- eslint: 9.33.0(jiti@2.5.1)
+ '@eslint/compat': 1.2.9(eslint@9.35.0(jiti@2.5.1))
+ eslint: 9.35.0(jiti@2.5.1)
eslint-flat-config-utils@2.1.1:
dependencies:
@@ -4909,10 +5080,10 @@ snapshots:
- supports-color
optional: true
- eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0(jiti@2.5.1)))(eslint@9.33.0(jiti@2.5.1)):
+ eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.35.0(jiti@2.5.1)))(eslint@9.35.0(jiti@2.5.1)):
dependencies:
debug: 4.4.1
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
eslint-import-context: 0.1.9(unrs-resolver@1.9.2)
get-tsconfig: 4.10.1
is-bun-module: 2.0.0
@@ -4920,34 +5091,34 @@ snapshots:
tinyglobby: 0.2.14
unrs-resolver: 1.9.2
optionalDependencies:
- eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0(jiti@2.5.1))
+ eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.35.0(jiti@2.5.1))
transitivePeerDependencies:
- supports-color
- eslint-json-compat-utils@0.2.1(eslint@9.33.0(jiti@2.5.1))(jsonc-eslint-parser@2.4.0):
+ eslint-json-compat-utils@0.2.1(eslint@9.35.0(jiti@2.5.1))(jsonc-eslint-parser@2.4.0):
dependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
esquery: 1.6.0
jsonc-eslint-parser: 2.4.0
- eslint-merge-processors@2.0.0(eslint@9.33.0(jiti@2.5.1)):
+ eslint-merge-processors@2.0.0(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
eslint-parser-plain@0.1.1: {}
- eslint-plugin-antfu@3.1.1(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-antfu@3.1.1(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
- eslint-plugin-command@3.3.1(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-command@3.3.1(eslint@9.35.0(jiti@2.5.1)):
dependencies:
'@es-joy/jsdoccomment': 0.50.2
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
- eslint-plugin-de-morgan@1.3.1(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-de-morgan@1.3.1(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
eslint-plugin-depend@1.2.0:
dependencies:
@@ -4955,27 +5126,27 @@ snapshots:
module-replacements: 2.8.0
semver: 7.7.2
- eslint-plugin-es-x@7.8.0(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-es-x@7.8.0(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.35.0(jiti@2.5.1))
'@eslint-community/regexpp': 4.12.1
- eslint: 9.33.0(jiti@2.5.1)
- eslint-compat-utils: 0.5.1(eslint@9.33.0(jiti@2.5.1))
+ eslint: 9.35.0(jiti@2.5.1)
+ eslint-compat-utils: 0.5.1(eslint@9.35.0(jiti@2.5.1))
- eslint-plugin-github-action@0.0.16(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-github-action@0.0.16(eslint@9.35.0(jiti@2.5.1)):
dependencies:
'@ntnyq/utils': 0.6.5
'@types/json-schema': 7.0.15
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
uncase: 0.1.0
yaml-eslint-parser: 1.3.0
- eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/types': 8.39.1
comment-parser: 1.4.1
debug: 4.4.1
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
eslint-import-context: 0.1.9(unrs-resolver@1.9.2)
is-glob: 4.0.3
minimatch: 10.0.1
@@ -4983,19 +5154,19 @@ snapshots:
stable-hash-x: 0.2.0
unrs-resolver: 1.9.2
optionalDependencies:
- '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/utils': 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
eslint-import-resolver-node: 0.3.9
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsdoc@52.0.4(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-jsdoc@54.5.0(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- '@es-joy/jsdoccomment': 0.52.0
+ '@es-joy/jsdoccomment': 0.56.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
debug: 4.4.1
escape-string-regexp: 4.0.0
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
espree: 10.4.0
esquery: 1.6.0
parse-imports-exports: 0.2.4
@@ -5004,12 +5175,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsonc@2.20.1(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-jsonc@2.20.1(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
- eslint: 9.33.0(jiti@2.5.1)
- eslint-compat-utils: 0.6.5(eslint@9.33.0(jiti@2.5.1))
- eslint-json-compat-utils: 0.2.1(eslint@9.33.0(jiti@2.5.1))(jsonc-eslint-parser@2.4.0)
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.35.0(jiti@2.5.1))
+ eslint: 9.35.0(jiti@2.5.1)
+ eslint-compat-utils: 0.6.5(eslint@9.35.0(jiti@2.5.1))
+ eslint-json-compat-utils: 0.2.1(eslint@9.35.0(jiti@2.5.1))(jsonc-eslint-parser@2.4.0)
espree: 10.4.0
graphemer: 1.4.0
jsonc-eslint-parser: 2.4.0
@@ -5018,12 +5189,12 @@ snapshots:
transitivePeerDependencies:
- '@eslint/json'
- eslint-plugin-n@17.21.3(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2):
+ eslint-plugin-n@17.21.3(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.35.0(jiti@2.5.1))
enhanced-resolve: 5.18.1
- eslint: 9.33.0(jiti@2.5.1)
- eslint-plugin-es-x: 7.8.0(eslint@9.33.0(jiti@2.5.1))
+ eslint: 9.35.0(jiti@2.5.1)
+ eslint-plugin-es-x: 7.8.0(eslint@9.35.0(jiti@2.5.1))
get-tsconfig: 4.10.1
globals: 15.15.0
globrex: 0.1.2
@@ -5035,79 +5206,79 @@ snapshots:
eslint-plugin-no-only-tests@3.3.0: {}
- eslint-plugin-ntnyq@0.12.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2):
+ eslint-plugin-ntnyq@0.12.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2):
dependencies:
'@ntnyq/utils': 0.9.1
- '@typescript-eslint/parser': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- eslint: 9.33.0(jiti@2.5.1)
+ '@typescript-eslint/parser': 8.39.1(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/utils': 8.39.1(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ eslint: 9.35.0(jiti@2.5.1)
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-perfectionist@4.15.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2):
+ eslint-plugin-perfectionist@4.15.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2):
dependencies:
- '@typescript-eslint/types': 8.38.0
- '@typescript-eslint/utils': 8.38.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- eslint: 9.33.0(jiti@2.5.1)
+ '@typescript-eslint/types': 8.39.1
+ '@typescript-eslint/utils': 8.39.1(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ eslint: 9.35.0(jiti@2.5.1)
natural-orderby: 5.0.0
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-pinia@0.4.1(@typescript-eslint/utils@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-pinia@0.4.1(@typescript-eslint/utils@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
optionalDependencies:
- '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/utils': 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
- eslint-plugin-prettier@5.5.4(@types/eslint@9.6.1)(eslint@9.33.0(jiti@2.5.1))(prettier@3.6.2):
+ eslint-plugin-prettier@5.5.4(@types/eslint@9.6.1)(eslint@9.35.0(jiti@2.5.1))(prettier@3.6.2):
dependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
prettier: 3.6.2
prettier-linter-helpers: 1.0.0
synckit: 0.11.11
optionalDependencies:
'@types/eslint': 9.6.1
- eslint-plugin-regexp@2.10.0(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-regexp@2.10.0(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.35.0(jiti@2.5.1))
'@eslint-community/regexpp': 4.12.1
comment-parser: 1.4.1
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
jsdoc-type-pratt-parser: 4.1.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
scslre: 0.3.0
- eslint-plugin-svgo@0.10.0(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-svgo@0.11.1(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
generate-differences: 0.1.0
svgo: 4.0.0
synckit: 0.11.11
- eslint-plugin-toml@0.12.0(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-toml@0.12.0(eslint@9.35.0(jiti@2.5.1)):
dependencies:
debug: 4.4.1
- eslint: 9.33.0(jiti@2.5.1)
- eslint-compat-utils: 0.6.5(eslint@9.33.0(jiti@2.5.1))
+ eslint: 9.35.0(jiti@2.5.1)
+ eslint-compat-utils: 0.6.5(eslint@9.35.0(jiti@2.5.1))
lodash: 4.17.21
toml-eslint-parser: 0.10.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-unicorn@60.0.0(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-unicorn@60.0.0(eslint@9.35.0(jiti@2.5.1)):
dependencies:
'@babel/helper-validator-identifier': 7.27.1
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
- '@eslint/plugin-kit': 0.3.4
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.35.0(jiti@2.5.1))
+ '@eslint/plugin-kit': 0.3.5
change-case: 5.4.4
ci-info: 4.3.0
clean-regexp: 1.0.0
core-js-compat: 3.44.0
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
esquery: 1.6.0
find-up-simple: 1.0.1
globals: 16.3.0
@@ -5120,34 +5291,34 @@ snapshots:
semver: 7.7.2
strip-indent: 4.0.0
- eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.33.0(jiti@2.5.1))):
+ eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.35.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.35.0(jiti@2.5.1))):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
- eslint: 9.33.0(jiti@2.5.1)
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.35.0(jiti@2.5.1))
+ eslint: 9.35.0(jiti@2.5.1)
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.1.2
semver: 7.7.2
- vue-eslint-parser: 10.2.0(eslint@9.33.0(jiti@2.5.1))
+ vue-eslint-parser: 10.2.0(eslint@9.35.0(jiti@2.5.1))
xml-name-validator: 4.0.0
optionalDependencies:
- '@typescript-eslint/parser': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/parser': 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
- eslint-plugin-yml@1.18.0(eslint@9.33.0(jiti@2.5.1)):
+ eslint-plugin-yml@1.18.0(eslint@9.35.0(jiti@2.5.1)):
dependencies:
debug: 4.4.1
escape-string-regexp: 4.0.0
- eslint: 9.33.0(jiti@2.5.1)
- eslint-compat-utils: 0.6.5(eslint@9.33.0(jiti@2.5.1))
+ eslint: 9.35.0(jiti@2.5.1)
+ eslint-compat-utils: 0.6.5(eslint@9.35.0(jiti@2.5.1))
natural-compare: 1.4.0
yaml-eslint-parser: 1.3.0
transitivePeerDependencies:
- supports-color
- eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.18)(eslint@9.33.0(jiti@2.5.1)):
+ eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.21)(eslint@9.35.0(jiti@2.5.1)):
dependencies:
- '@vue/compiler-sfc': 3.5.18
- eslint: 9.33.0(jiti@2.5.1)
+ '@vue/compiler-sfc': 3.5.21
+ eslint: 9.35.0(jiti@2.5.1)
eslint-scope@8.4.0:
dependencies:
@@ -5158,15 +5329,15 @@ snapshots:
eslint-visitor-keys@4.2.1: {}
- eslint@9.33.0(jiti@2.5.1):
+ eslint@9.35.0(jiti@2.5.1):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
+ '@eslint-community/eslint-utils': 4.8.0(eslint@9.35.0(jiti@2.5.1))
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.21.0
'@eslint/config-helpers': 0.3.1
'@eslint/core': 0.15.2
'@eslint/eslintrc': 3.3.1
- '@eslint/js': 9.33.0
+ '@eslint/js': 9.35.0
'@eslint/plugin-kit': 0.3.5
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
@@ -5268,7 +5439,7 @@ snapshots:
optionalDependencies:
picomatch: 4.0.2
- fdir@6.4.6(picomatch@4.0.3):
+ fdir@6.5.0(picomatch@4.0.3):
optionalDependencies:
picomatch: 4.0.3
@@ -5294,11 +5465,11 @@ snapshots:
flatted@3.3.3: {}
- floating-vue@5.2.2(vue@3.5.18(typescript@5.9.2)):
+ floating-vue@5.2.2(vue@3.5.21(typescript@5.9.2)):
dependencies:
'@floating-ui/dom': 1.1.1
- vue: 3.5.18(typescript@5.9.2)
- vue-resize: 2.0.0-alpha.1(vue@3.5.18(typescript@5.9.2))
+ vue: 3.5.21(typescript@5.9.2)
+ vue-resize: 2.0.0-alpha.1(vue@3.5.21(typescript@5.9.2))
focus-trap@7.6.5:
dependencies:
@@ -5337,6 +5508,8 @@ snapshots:
dependencies:
is-glob: 4.0.3
+ globals@11.12.0: {}
+
globals@14.0.0: {}
globals@15.15.0: {}
@@ -5430,8 +5603,6 @@ snapshots:
isexe@3.1.1: {}
- jiti@2.4.2: {}
-
jiti@2.5.1: {}
js-tokens@4.0.0: {}
@@ -5444,6 +5615,8 @@ snapshots:
jsdoc-type-pratt-parser@4.1.0: {}
+ jsdoc-type-pratt-parser@5.1.1: {}
+
jsesc@3.0.2: {}
jsesc@3.1.0: {}
@@ -5486,6 +5659,12 @@ snapshots:
pkg-types: 2.1.0
quansync: 0.2.10
+ local-pkg@1.1.2:
+ dependencies:
+ mlly: 1.7.4
+ pkg-types: 2.3.0
+ quansync: 0.2.11
+
locate-path@6.0.0:
dependencies:
p-locate: 5.0.0
@@ -5500,10 +5679,16 @@ snapshots:
loupe@3.1.4: {}
+ lz-string@1.5.0: {}
+
magic-string@0.30.17:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.0
+ magic-string@0.30.18:
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.5.5
+
magicast@0.3.5:
dependencies:
'@babel/parser': 7.28.0
@@ -6026,6 +6211,12 @@ snapshots:
exsolve: 1.0.7
pathe: 2.0.3
+ pkg-types@2.3.0:
+ dependencies:
+ confbox: 0.2.2
+ exsolve: 1.0.7
+ pathe: 2.0.3
+
pluralize@8.0.0: {}
postcss-selector-parser@6.1.2:
@@ -6055,6 +6246,8 @@ snapshots:
quansync@0.2.10: {}
+ quansync@0.2.11: {}
+
queue-microtask@1.2.3: {}
rc9@2.1.2:
@@ -6113,44 +6306,44 @@ snapshots:
rfdc@1.4.1: {}
- rolldown-plugin-dts@0.15.6(rolldown@1.0.0-beta.33)(typescript@5.9.2):
+ rolldown-plugin-dts@0.15.10(rolldown@1.0.0-beta.35)(typescript@5.9.2):
dependencies:
- '@babel/generator': 7.28.0
- '@babel/parser': 7.28.0
+ '@babel/generator': 7.28.3
+ '@babel/parser': 7.28.4
'@babel/types': 7.28.2
- ast-kit: 2.1.1
+ ast-kit: 2.1.2
birpc: 2.5.0
debug: 4.4.1
- dts-resolver: 2.1.1
+ dts-resolver: 2.1.2
get-tsconfig: 4.10.1
- rolldown: 1.0.0-beta.33
+ rolldown: 1.0.0-beta.35
optionalDependencies:
typescript: 5.9.2
transitivePeerDependencies:
- oxc-resolver
- supports-color
- rolldown@1.0.0-beta.33:
+ rolldown@1.0.0-beta.35:
dependencies:
- '@oxc-project/runtime': 0.82.2
- '@oxc-project/types': 0.82.2
- '@rolldown/pluginutils': 1.0.0-beta.33
+ '@oxc-project/runtime': 0.82.3
+ '@oxc-project/types': 0.82.3
+ '@rolldown/pluginutils': 1.0.0-beta.35
ansis: 4.1.0
optionalDependencies:
- '@rolldown/binding-android-arm64': 1.0.0-beta.33
- '@rolldown/binding-darwin-arm64': 1.0.0-beta.33
- '@rolldown/binding-darwin-x64': 1.0.0-beta.33
- '@rolldown/binding-freebsd-x64': 1.0.0-beta.33
- '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.33
- '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.33
- '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.33
- '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.33
- '@rolldown/binding-linux-x64-musl': 1.0.0-beta.33
- '@rolldown/binding-openharmony-arm64': 1.0.0-beta.33
- '@rolldown/binding-wasm32-wasi': 1.0.0-beta.33
- '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.33
- '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.33
- '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.33
+ '@rolldown/binding-android-arm64': 1.0.0-beta.35
+ '@rolldown/binding-darwin-arm64': 1.0.0-beta.35
+ '@rolldown/binding-darwin-x64': 1.0.0-beta.35
+ '@rolldown/binding-freebsd-x64': 1.0.0-beta.35
+ '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.35
+ '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.35
+ '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.35
+ '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.35
+ '@rolldown/binding-linux-x64-musl': 1.0.0-beta.35
+ '@rolldown/binding-openharmony-arm64': 1.0.0-beta.35
+ '@rolldown/binding-wasm32-wasi': 1.0.0-beta.35
+ '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.35
+ '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.35
+ '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.35
rollup@4.46.2:
dependencies:
@@ -6200,6 +6393,17 @@ snapshots:
shell-quote@1.8.2: {}
+ shiki@3.12.2:
+ dependencies:
+ '@shikijs/core': 3.12.2
+ '@shikijs/engine-javascript': 3.12.2
+ '@shikijs/engine-oniguruma': 3.12.2
+ '@shikijs/langs': 3.12.2
+ '@shikijs/themes': 3.12.2
+ '@shikijs/types': 3.12.2
+ '@shikijs/vscode-textmate': 10.0.2
+ '@types/hast': 3.0.4
+
shiki@3.9.2:
dependencies:
'@shikijs/core': 3.9.2
@@ -6236,9 +6440,9 @@ snapshots:
speakingurl@14.0.1: {}
- splitpanes@4.0.4(vue@3.5.18(typescript@5.9.2)):
+ splitpanes@4.0.4(vue@3.5.21(typescript@5.9.2)):
dependencies:
- vue: 3.5.18(typescript@5.9.2)
+ vue: 3.5.21(typescript@5.9.2)
stable-hash-x@0.2.0: {}
@@ -6332,7 +6536,7 @@ snapshots:
picomatch: 4.0.3
typescript: 5.9.2
- tsdown@0.14.1(typescript@5.9.2):
+ tsdown@0.14.2(typescript@5.9.2):
dependencies:
ansis: 4.1.0
cac: 6.7.14
@@ -6341,13 +6545,13 @@ snapshots:
diff: 8.0.2
empathic: 2.0.0
hookable: 5.5.3
- rolldown: 1.0.0-beta.33
- rolldown-plugin-dts: 0.15.6(rolldown@1.0.0-beta.33)(typescript@5.9.2)
+ rolldown: 1.0.0-beta.35
+ rolldown-plugin-dts: 0.15.10(rolldown@1.0.0-beta.35)(typescript@5.9.2)
semver: 7.7.2
tinyexec: 1.0.1
tinyglobby: 0.2.14
tree-kill: 1.2.2
- unconfig: 7.3.2
+ unconfig: 7.3.3
optionalDependencies:
typescript: 5.9.2
transitivePeerDependencies:
@@ -6382,13 +6586,13 @@ snapshots:
dependencies:
prelude-ls: 1.2.1
- typescript-eslint@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2):
+ typescript-eslint@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.39.1(@typescript-eslint/parser@8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- '@typescript-eslint/parser': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.2)
- '@typescript-eslint/utils': 8.39.1(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
- eslint: 9.33.0(jiti@2.5.1)
+ '@typescript-eslint/eslint-plugin': 8.42.0(@typescript-eslint/parser@8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/parser': 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/typescript-estree': 8.42.0(typescript@5.9.2)
+ '@typescript-eslint/utils': 8.42.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2)
+ eslint: 9.35.0(jiti@2.5.1)
typescript: 5.9.2
transitivePeerDependencies:
- supports-color
@@ -6403,12 +6607,12 @@ snapshots:
dependencies:
change-case: 5.4.4
- unconfig@7.3.2:
+ unconfig@7.3.3:
dependencies:
- '@quansync/fs': 0.1.3
+ '@quansync/fs': 0.1.5
defu: 6.1.4
- jiti: 2.4.2
- quansync: 0.2.10
+ jiti: 2.5.1
+ quansync: 0.2.11
undici-types@7.10.0: {}
@@ -6435,29 +6639,29 @@ snapshots:
unist-util-is: 6.0.0
unist-util-visit-parents: 6.0.1
- unocss@66.4.2(postcss@8.5.6)(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)):
- dependencies:
- '@unocss/astro': 66.4.2(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
- '@unocss/cli': 66.4.2
- '@unocss/core': 66.4.2
- '@unocss/postcss': 66.4.2(postcss@8.5.6)
- '@unocss/preset-attributify': 66.4.2
- '@unocss/preset-icons': 66.4.2
- '@unocss/preset-mini': 66.4.2
- '@unocss/preset-tagify': 66.4.2
- '@unocss/preset-typography': 66.4.2
- '@unocss/preset-uno': 66.4.2
- '@unocss/preset-web-fonts': 66.4.2
- '@unocss/preset-wind': 66.4.2
- '@unocss/preset-wind3': 66.4.2
- '@unocss/preset-wind4': 66.4.2
- '@unocss/transformer-attributify-jsx': 66.4.2
- '@unocss/transformer-compile-class': 66.4.2
- '@unocss/transformer-directives': 66.4.2
- '@unocss/transformer-variant-group': 66.4.2
- '@unocss/vite': 66.4.2(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
+ unocss@66.5.0(postcss@8.5.6)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)):
+ dependencies:
+ '@unocss/astro': 66.5.0(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
+ '@unocss/cli': 66.5.0
+ '@unocss/core': 66.5.0
+ '@unocss/postcss': 66.5.0(postcss@8.5.6)
+ '@unocss/preset-attributify': 66.5.0
+ '@unocss/preset-icons': 66.5.0
+ '@unocss/preset-mini': 66.5.0
+ '@unocss/preset-tagify': 66.5.0
+ '@unocss/preset-typography': 66.5.0
+ '@unocss/preset-uno': 66.5.0
+ '@unocss/preset-web-fonts': 66.5.0
+ '@unocss/preset-wind': 66.5.0
+ '@unocss/preset-wind3': 66.5.0
+ '@unocss/preset-wind4': 66.5.0
+ '@unocss/transformer-attributify-jsx': 66.5.0
+ '@unocss/transformer-compile-class': 66.5.0
+ '@unocss/transformer-directives': 66.5.0
+ '@unocss/transformer-variant-group': 66.5.0
+ '@unocss/vite': 66.5.0(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
optionalDependencies:
- vite: 7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
+ vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
transitivePeerDependencies:
- postcss
- supports-color
@@ -6467,7 +6671,12 @@ snapshots:
pathe: 2.0.3
picomatch: 4.0.3
- unplugin-vue-components@29.0.0(@babel/parser@7.28.0)(vue@3.5.18(typescript@5.9.2)):
+ unplugin-utils@0.3.0:
+ dependencies:
+ pathe: 2.0.3
+ picomatch: 4.0.3
+
+ unplugin-vue-components@29.0.0(@babel/parser@7.28.4)(vue@3.5.21(typescript@5.9.2)):
dependencies:
chokidar: 3.6.0
debug: 4.4.1
@@ -6477,9 +6686,9 @@ snapshots:
tinyglobby: 0.2.14
unplugin: 2.3.5
unplugin-utils: 0.2.4
- vue: 3.5.18(typescript@5.9.2)
+ vue: 3.5.21(typescript@5.9.2)
optionalDependencies:
- '@babel/parser': 7.28.0
+ '@babel/parser': 7.28.4
transitivePeerDependencies:
- supports-color
@@ -6541,7 +6750,7 @@ snapshots:
debug: 4.4.1
es-module-lexer: 1.7.0
pathe: 2.0.3
- vite: 7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
+ vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -6556,10 +6765,10 @@ snapshots:
- tsx
- yaml
- vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1):
+ vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1):
dependencies:
esbuild: 0.25.9
- fdir: 6.4.6(picomatch@4.0.3)
+ fdir: 6.5.0(picomatch@4.0.3)
picomatch: 4.0.3
postcss: 8.5.6
rollup: 4.46.2
@@ -6570,13 +6779,13 @@ snapshots:
jiti: 2.5.1
yaml: 2.8.1
- vitepress-plugin-group-icons@1.6.3(markdown-it@14.1.0)(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)):
+ vitepress-plugin-group-icons@1.6.3(markdown-it@14.1.0)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)):
dependencies:
'@iconify-json/logos': 1.2.4
'@iconify-json/vscode-icons': 1.2.29
'@iconify/utils': 3.0.1
markdown-it: 14.1.0
- vite: 7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
+ vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
transitivePeerDependencies:
- supports-color
@@ -6586,20 +6795,20 @@ snapshots:
'@docsearch/js': 4.0.0-beta.7
'@iconify-json/simple-icons': 1.2.47
'@shikijs/core': 3.9.2
- '@shikijs/transformers': 3.9.2
+ '@shikijs/transformers': 3.12.2
'@shikijs/types': 3.9.2
'@types/markdown-it': 14.1.2
- '@vitejs/plugin-vue': 6.0.1(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))(vue@3.5.18(typescript@5.9.2))
+ '@vitejs/plugin-vue': 6.0.1(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
'@vue/devtools-api': 8.0.0
'@vue/shared': 3.5.18
- '@vueuse/core': 13.6.0(vue@3.5.18(typescript@5.9.2))
- '@vueuse/integrations': 13.6.0(change-case@5.4.4)(focus-trap@7.6.5)(vue@3.5.18(typescript@5.9.2))
+ '@vueuse/core': 13.9.0(vue@3.5.21(typescript@5.9.2))
+ '@vueuse/integrations': 13.6.0(change-case@5.4.4)(focus-trap@7.6.5)(vue@3.5.21(typescript@5.9.2))
focus-trap: 7.6.5
mark.js: 8.11.1
minisearch: 7.1.2
shiki: 3.9.2
- vite: 7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
- vue: 3.5.18(typescript@5.9.2)
+ vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
+ vue: 3.5.21(typescript@5.9.2)
optionalDependencies:
postcss: 8.5.6
transitivePeerDependencies:
@@ -6631,7 +6840,7 @@ snapshots:
dependencies:
'@types/chai': 5.2.2
'@vitest/expect': 3.2.4
- '@vitest/mocker': 3.2.4(vite@7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
+ '@vitest/mocker': 3.2.4(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1))
'@vitest/pretty-format': 3.2.4
'@vitest/runner': 3.2.4
'@vitest/snapshot': 3.2.4
@@ -6649,7 +6858,7 @@ snapshots:
tinyglobby: 0.2.14
tinypool: 1.1.1
tinyrainbow: 2.0.0
- vite: 7.1.2(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
+ vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
vite-node: 3.2.4(@types/node@24.3.0)(jiti@2.5.1)(yaml@2.8.1)
why-is-node-running: 2.3.0
optionalDependencies:
@@ -6669,19 +6878,19 @@ snapshots:
- tsx
- yaml
- vue-codemirror@6.1.1(codemirror@6.0.2)(vue@3.5.18(typescript@5.9.2)):
+ vue-codemirror@6.1.1(codemirror@6.0.2)(vue@3.5.21(typescript@5.9.2)):
dependencies:
'@codemirror/commands': 6.8.1
'@codemirror/language': 6.11.3
'@codemirror/state': 6.5.2
'@codemirror/view': 6.38.1
codemirror: 6.0.2
- vue: 3.5.18(typescript@5.9.2)
+ vue: 3.5.21(typescript@5.9.2)
- vue-eslint-parser@10.2.0(eslint@9.33.0(jiti@2.5.1)):
+ vue-eslint-parser@10.2.0(eslint@9.35.0(jiti@2.5.1)):
dependencies:
debug: 4.4.1
- eslint: 9.33.0(jiti@2.5.1)
+ eslint: 9.35.0(jiti@2.5.1)
eslint-scope: 8.4.0
eslint-visitor-keys: 4.2.1
espree: 10.4.0
@@ -6692,17 +6901,17 @@ snapshots:
vue-flow-layout@0.2.0: {}
- vue-resize@2.0.0-alpha.1(vue@3.5.18(typescript@5.9.2)):
+ vue-resize@2.0.0-alpha.1(vue@3.5.21(typescript@5.9.2)):
dependencies:
- vue: 3.5.18(typescript@5.9.2)
+ vue: 3.5.21(typescript@5.9.2)
- vue@3.5.18(typescript@5.9.2):
+ vue@3.5.21(typescript@5.9.2):
dependencies:
- '@vue/compiler-dom': 3.5.18
- '@vue/compiler-sfc': 3.5.18
- '@vue/runtime-dom': 3.5.18
- '@vue/server-renderer': 3.5.18(vue@3.5.18(typescript@5.9.2))
- '@vue/shared': 3.5.18
+ '@vue/compiler-dom': 3.5.21
+ '@vue/compiler-sfc': 3.5.21
+ '@vue/runtime-dom': 3.5.21
+ '@vue/server-renderer': 3.5.21(vue@3.5.21(typescript@5.9.2))
+ '@vue/shared': 3.5.21
optionalDependencies:
typescript: 5.9.2
@@ -6732,9 +6941,7 @@ snapshots:
yaml-eslint-parser@1.3.0:
dependencies:
eslint-visitor-keys: 3.4.3
- yaml: 2.8.0
-
- yaml@2.8.0: {}
+ yaml: 2.8.1
yaml@2.8.1: {}