diff --git a/docs/.vitepress/config/index.ts b/docs/.vitepress/config/index.ts
index f8fe03bfc..10a9a7759 100644
--- a/docs/.vitepress/config/index.ts
+++ b/docs/.vitepress/config/index.ts
@@ -3,7 +3,6 @@ import { transformerTwoslash } from '@shikijs/vitepress-twoslash'
import ts from 'typescript'
import { defineConfig } from 'vitepress'
import { groupIconMdPlugin } from 'vitepress-plugin-group-icons'
-import VueMacrosPlugin from 'vue-macros/volar'
import { docsLink } from '../../../macros'
import { getLocaleConfig } from './theme'
@@ -64,7 +63,7 @@ export default defineConfig({
types: ['vue-macros/macros-global', 'vue/jsx'],
},
vueCompilerOptions: {
- plugins: [VueMacrosPlugin],
+ plugins: ['@vue-macros/volar'],
},
},
}),
diff --git a/docs/macros/define-stylex.md b/docs/macros/define-stylex.md
index 1e38f3dfc..3c4fd463b 100644
--- a/docs/macros/define-stylex.md
+++ b/docs/macros/define-stylex.md
@@ -76,15 +76,15 @@ const styles = _stylex_create({
- Red
+ Red
```
@@ -124,15 +124,15 @@ const styles = _stylex_create({
- Red
+ Red
```
diff --git a/docs/zh-CN/macros/define-stylex.md b/docs/zh-CN/macros/define-stylex.md
index 819fba2ef..d39acac89 100644
--- a/docs/zh-CN/macros/define-stylex.md
+++ b/docs/zh-CN/macros/define-stylex.md
@@ -76,15 +76,15 @@ const styles = _stylex_create({
- Red
+ Red
```
@@ -124,15 +124,15 @@ const styles = _stylex_create({
- Red
+ Red
```
diff --git a/package.json b/package.json
index a8ce0ac21..e2499eb09 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
"name": "monorepo-vue-macros",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"private": true,
- "packageManager": "pnpm@10.12.4",
+ "packageManager": "pnpm@10.13.1",
"description": "Monorepo for Vue Macros.",
"type": "module",
"author": "三咲智子 Kevin Deng ",
@@ -82,20 +82,5 @@
"engines": {
"node": ">=20.18.0"
},
- "resolutions": {
- "@netlify/functions": "-",
- "@rolldown/pluginutils": "catalog:",
- "@shikijs/core": "catalog:",
- "@shikijs/transformers": "catalog:",
- "@shikijs/types": "catalog:",
- "@vitejs/plugin-vue": "catalog:",
- "@vitejs/plugin-vue-jsx": "catalog:",
- "@vue/language-core": "catalog:",
- "is-core-module": "npm:@no-shims/is-core-module",
- "oxc-parser": "catalog:",
- "shiki": "catalog:",
- "smartwrap": "npm:@no-shims/smartwrap",
- "vite": "catalog:"
- },
"prettier": "@sxzz/prettier-config"
}
diff --git a/packages/api/package.json b/packages/api/package.json
index a3315a2a5..3ec81578e 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/api",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "General API for Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 4fd11677e..9a0a1a317 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/astro",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "Astro integration of Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/better-define/package.json b/packages/better-define/package.json
index e5a843ceb..6f0022be5 100644
--- a/packages/better-define/package.json
+++ b/packages/better-define/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/better-define",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "betterDefine feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/boolean-prop/package.json b/packages/boolean-prop/package.json
index 2eab162fc..e7b92dec6 100644
--- a/packages/boolean-prop/package.json
+++ b/packages/boolean-prop/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/boolean-prop",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "booleanProp feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/chain-call/package.json b/packages/chain-call/package.json
index 7bcc51986..f08a5864c 100644
--- a/packages/chain-call/package.json
+++ b/packages/chain-call/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/chain-call",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "chainCall feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/common/package.json b/packages/common/package.json
index 7f7813679..4f916d37e 100644
--- a/packages/common/package.json
+++ b/packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/common",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "common feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/config/package.json b/packages/config/package.json
index f39fbd0ac..d427b56bf 100644
--- a/packages/config/package.json
+++ b/packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/config",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "Config API for Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/define-emit/package.json b/packages/define-emit/package.json
index b0f906ec3..5b38dd426 100644
--- a/packages/define-emit/package.json
+++ b/packages/define-emit/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/define-emit",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "defineEmit feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/define-models/package.json b/packages/define-models/package.json
index f46ae0616..04f937b39 100644
--- a/packages/define-models/package.json
+++ b/packages/define-models/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/define-models",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "defineModels feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/define-options/package.json b/packages/define-options/package.json
index f67ecbdf9..d55488cdc 100644
--- a/packages/define-options/package.json
+++ b/packages/define-options/package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-define-options",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "Add defineOptions macro for Vue
- Red Text
+ Red Text
"
`;
@@ -23,12 +23,12 @@ const styles = _stylex_create({
})
- Red Text
+ Red Text
"
`;
@@ -41,13 +41,13 @@ const styles = _stylex_create({
})
- Red Text
+ Red Text
"
`;
diff --git a/packages/devtools/package.json b/packages/devtools/package.json
index 831b3ab58..156f5afae 100644
--- a/packages/devtools/package.json
+++ b/packages/devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/devtools",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "Devtools plugin for Vue Macros.",
"type": "module",
"keywords": [
@@ -50,7 +50,7 @@
"client:dev": "vite ./src/client"
},
"peerDependencies": {
- "vite": "^4.0.0 || ^5.0.0-0 || ^6.0.0"
+ "vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
},
"peerDependenciesMeta": {
"vite": {
diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json
index 1e4f144ae..585e5e9a3 100644
--- a/packages/eslint-config/package.json
+++ b/packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/eslint-config",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "eslintConfig feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/eslint-config/src/index.ts b/packages/eslint-config/src/index.ts
index cc4c4a6a6..c577310ca 100644
--- a/packages/eslint-config/src/index.ts
+++ b/packages/eslint-config/src/index.ts
@@ -1,6 +1,5 @@
/* eslint perfectionist/sort-objects: "error" */
-import type { Rules } from '@sxzz/eslint-config'
import type { Linter } from 'eslint'
const globals: Linter.Globals = {
@@ -29,7 +28,7 @@ const rules: Linter.RulesRecord = {
'vue/valid-attribute-name': 'off', // short-vmodel
'vue/valid-define-props': 'off', // hoistStatic
'vue/valid-v-bind': 'off', // shortBind + shortVmodel
-} satisfies Rules
+}
const config: Linter.Config = {
languageOptions: {
diff --git a/packages/export-expose/package.json b/packages/export-expose/package.json
index 5faf40726..478ae5bf6 100644
--- a/packages/export-expose/package.json
+++ b/packages/export-expose/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/export-expose",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "exportExpose feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/export-props/package.json b/packages/export-props/package.json
index 01f9a9c8a..e532d2614 100644
--- a/packages/export-props/package.json
+++ b/packages/export-props/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/export-props",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "exportProps feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/export-render/package.json b/packages/export-render/package.json
index d2f1b822b..df0037e25 100644
--- a/packages/export-render/package.json
+++ b/packages/export-render/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/export-render",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "exportRender feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/hoist-static/package.json b/packages/hoist-static/package.json
index b73299d0e..7ac17b81f 100644
--- a/packages/hoist-static/package.json
+++ b/packages/hoist-static/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/hoist-static",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "hoistStatic feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/jsx-directive/package.json b/packages/jsx-directive/package.json
index dfbdd2aa1..84a4af1a9 100644
--- a/packages/jsx-directive/package.json
+++ b/packages/jsx-directive/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/jsx-directive",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "jsxDirective feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/macros/package.json b/packages/macros/package.json
index 38dd6c2c3..6a0a7d8b4 100644
--- a/packages/macros/package.json
+++ b/packages/macros/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-macros",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "Explore more macros and syntax sugar to Vue.",
"type": "module",
"keywords": [
diff --git a/packages/named-template/package.json b/packages/named-template/package.json
index e2f99868d..3bb2ec0ef 100644
--- a/packages/named-template/package.json
+++ b/packages/named-template/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/named-template",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "namedTemplate feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json
index c09b9a9f3..6048380ec 100644
--- a/packages/nuxt/package.json
+++ b/packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/nuxt",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "nuxt feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/reactivity-transform/package.json b/packages/reactivity-transform/package.json
index 7f0501972..badeb457e 100644
--- a/packages/reactivity-transform/package.json
+++ b/packages/reactivity-transform/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/reactivity-transform",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "reactivityTransform feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/script-lang/package.json b/packages/script-lang/package.json
index 91ef100a0..d0f718b3a 100644
--- a/packages/script-lang/package.json
+++ b/packages/script-lang/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/script-lang",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "scriptLang feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/setup-block/package.json b/packages/setup-block/package.json
index 327f1cc8f..4a7de6f0d 100644
--- a/packages/setup-block/package.json
+++ b/packages/setup-block/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/setup-block",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "setupBlock feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/setup-component/package.json b/packages/setup-component/package.json
index dfc3c22aa..41f52a832 100644
--- a/packages/setup-component/package.json
+++ b/packages/setup-component/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/setup-component",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "setupComponent feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/setup-sfc/package.json b/packages/setup-sfc/package.json
index 4ca6415cf..24c033202 100644
--- a/packages/setup-sfc/package.json
+++ b/packages/setup-sfc/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/setup-sfc",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "setupSfc feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/short-bind/package.json b/packages/short-bind/package.json
index 4060467a4..e77040851 100644
--- a/packages/short-bind/package.json
+++ b/packages/short-bind/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/short-bind",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "shortBind feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/short-emits/package.json b/packages/short-emits/package.json
index 36601b802..7e80ed231 100644
--- a/packages/short-emits/package.json
+++ b/packages/short-emits/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/short-emits",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "shortEmits feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/short-vmodel/package.json b/packages/short-vmodel/package.json
index 4dbdb2740..71987d540 100644
--- a/packages/short-vmodel/package.json
+++ b/packages/short-vmodel/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/short-vmodel",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "shortVmodel feature from Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json
index deb0b9d71..4dd600f32 100644
--- a/packages/test-utils/package.json
+++ b/packages/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/test-utils",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "Test utilities for Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/volar/package.json b/packages/volar/package.json
index 99c092bbe..d4564125c 100644
--- a/packages/volar/package.json
+++ b/packages/volar/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/volar",
- "version": "3.0.0-beta.17",
+ "version": "3.0.0-beta.18",
"description": "Volar plugin for Vue Macros.",
"type": "module",
"keywords": [
diff --git a/packages/volar/src/export-expose.ts b/packages/volar/src/export-expose.ts
index f05860c99..f45fe484e 100644
--- a/packages/volar/src/export-expose.ts
+++ b/packages/volar/src/export-expose.ts
@@ -141,8 +141,10 @@ function transform(options: {
} else {
replace(
codes,
- /(?<=export\sdefault \(await import\(\S+\)\)\.defineComponent\(\{[\s\S]*setup\(\) \{\nreturn \{\n)/,
+ /(?<=export\sdefault \(await import\(\S+\)\)\.defineComponent\(\{[\s\S]*setup\(\) \{\n)/,
+ `return {\n`,
...exposedStrings,
+ `}\n`,
)
}
}
diff --git a/packages/volar/src/jsx-directive.ts b/packages/volar/src/jsx-directive.ts
index cf086a2d0..5765e0c84 100644
--- a/packages/volar/src/jsx-directive.ts
+++ b/packages/volar/src/jsx-directive.ts
@@ -16,8 +16,8 @@ const plugin: PluginReturn =
return {
name: 'vue-macros-jsx-directive',
- resolveVirtualCode({ filePath, ast, codes, languageId }) {
- if (!filter(filePath) || !['jsx', 'tsx'].includes(languageId)) return
+ resolveVirtualCode({ filePath, ast, codes, lang }) {
+ if (!filter(filePath) || !['jsx', 'tsx'].includes(lang)) return
transformJsxDirective({
codes,
ast,
diff --git a/packages/volar/src/jsx-ref.ts b/packages/volar/src/jsx-ref.ts
index 45c721802..4f6dfc6c5 100644
--- a/packages/volar/src/jsx-ref.ts
+++ b/packages/volar/src/jsx-ref.ts
@@ -84,8 +84,8 @@ const plugin: PluginReturn =
return {
name: 'vue-macros-jsx-ref',
- resolveVirtualCode({ filePath, ast, codes, source, languageId }) {
- if (!filter(filePath) || !['jsx', 'tsx'].includes(languageId)) return
+ resolveVirtualCode({ filePath, ast, codes, source, lang }) {
+ if (!filter(filePath) || !['jsx', 'tsx'].includes(lang)) return
const nodes = getRefNodes(ts, ast, alias)
if (nodes.length) {
transformRef({
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index cbce4195c..788ffe686 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -14,10 +14,10 @@ catalogs:
version: 7.28.0
'@babel/types':
specifier: ^7.28.0
- version: 7.28.0
+ version: 7.28.2
'@iconify-json/logos':
- specifier: ^1.2.4
- version: 1.2.4
+ specifier: ^1.2.5
+ version: 1.2.5
'@iconify-json/ri':
specifier: ^1.2.5
version: 1.2.5
@@ -37,11 +37,11 @@ catalogs:
specifier: ^2.6.2
version: 2.6.2
'@nuxt/kit':
- specifier: ^3.17.6
- version: 3.17.6
+ specifier: ^4.0.1
+ version: 4.0.1
'@nuxt/schema':
- specifier: ^3.17.6
- version: 3.17.6
+ specifier: ^4.0.1
+ version: 4.0.1
'@rollup/plugin-commonjs':
specifier: ^28.0.6
version: 28.0.6
@@ -52,35 +52,35 @@ catalogs:
specifier: ^16.0.1
version: 16.0.1
'@rspack/core':
- specifier: ^1.4.3
- version: 1.4.3
+ specifier: ^1.4.10
+ version: 1.4.10
'@shikijs/vitepress-twoslash':
- specifier: ^3.7.0
- version: 3.7.0
+ specifier: ^3.8.1
+ version: 3.8.1
'@stylexjs/stylex':
- specifier: ^0.12.0
- version: 0.12.0
+ specifier: ^0.14.3
+ version: 0.14.3
'@sxzz/eslint-config':
- specifier: ^7.0.4
- version: 7.0.4
+ specifier: ^7.0.6
+ version: 7.0.6
'@sxzz/prettier-config':
specifier: ^2.2.3
version: 2.2.3
'@sxzz/test-utils':
- specifier: ^0.5.6
- version: 0.5.6
+ specifier: ^0.5.7
+ version: 0.5.7
'@types/node':
- specifier: ^24.0.10
- version: 24.0.10
+ specifier: ^24.1.0
+ version: 24.1.0
'@unocss/eslint-plugin':
- specifier: ^66.3.2
- version: 66.3.2
+ specifier: ^66.3.3
+ version: 66.3.3
'@unocss/nuxt':
- specifier: ^66.3.2
- version: 66.3.2
+ specifier: ^66.3.3
+ version: 66.3.3
'@unocss/reset':
- specifier: ^66.3.2
- version: 66.3.2
+ specifier: ^66.3.3
+ version: 66.3.3
'@vitest/coverage-v8':
specifier: ^3.2.4
version: 3.2.4
@@ -88,17 +88,17 @@ catalogs:
specifier: ^3.2.4
version: 3.2.4
'@vue/compiler-core':
- specifier: ^3.5.17
- version: 3.5.17
+ specifier: ^3.5.18
+ version: 3.5.18
'@vue/compiler-dom':
- specifier: ^3.5.17
- version: 3.5.17
+ specifier: ^3.5.18
+ version: 3.5.18
'@vue/compiler-sfc':
- specifier: ^3.5.17
- version: 3.5.17
+ specifier: ^3.5.18
+ version: 3.5.18
'@vue/shared':
- specifier: ^3.5.17
- version: 3.5.17
+ specifier: ^3.5.18
+ version: 3.5.18
'@vueuse/core':
specifier: ^13.5.0
version: 13.5.0
@@ -109,8 +109,8 @@ catalogs:
specifier: ^0.8.1
version: 0.8.1
astro:
- specifier: ^5.11.0
- version: 5.11.0
+ specifier: ^5.12.3
+ version: 5.12.3
bumpp:
specifier: ^10.2.0
version: 10.2.0
@@ -118,17 +118,17 @@ catalogs:
specifier: ^5.4.4
version: 5.4.4
cspell:
- specifier: ^9.1.2
- version: 9.1.2
+ specifier: ^9.2.0
+ version: 9.2.0
esbuild:
- specifier: ^0.25.5
- version: 0.25.5
+ specifier: ^0.25.8
+ version: 0.25.8
eslint:
- specifier: ^9.30.1
- version: 9.30.1
+ specifier: ^9.31.0
+ version: 9.31.0
expect-type:
- specifier: ^1.2.1
- version: 1.2.1
+ specifier: ^1.2.2
+ version: 1.2.2
fast-glob:
specifier: ^3.3.3
version: 3.3.3
@@ -136,8 +136,8 @@ catalogs:
specifier: ^7.1.0
version: 7.1.0
jiti:
- specifier: ^2.4.2
- version: 2.4.2
+ specifier: ^2.5.1
+ version: 2.5.1
local-pkg:
specifier: ^1.1.1
version: 1.1.1
@@ -157,14 +157,11 @@ catalogs:
specifier: ^8.2.0
version: 8.2.0
nuxt:
- specifier: ^3.17.6
- version: 3.17.6
+ specifier: ^4.0.1
+ version: 4.0.1
oxc-resolver:
- specifier: ^11.4.0
- version: 11.4.0
- oxc-transform:
- specifier: ^0.75.1
- version: 0.75.1
+ specifier: ^11.6.0
+ version: 11.6.0
pkg-types:
specifier: ^2.2.0
version: 2.2.0
@@ -178,8 +175,8 @@ catalogs:
specifier: ^0.2.10
version: 0.2.10
quasar:
- specifier: ^2.18.1
- version: 2.18.1
+ specifier: ^2.18.2
+ version: 2.18.2
radix-vue:
specifier: ^1.9.17
version: 1.9.17
@@ -187,11 +184,11 @@ catalogs:
specifier: ^6.0.1
version: 6.0.1
rolldown:
- specifier: ^1.0.0-beta.23
- version: 1.0.0-beta.23
+ specifier: ^1.0.0-beta.29
+ version: 1.0.0-beta.29
rollup:
- specifier: ^4.44.2
- version: 4.44.2
+ specifier: ^4.45.1
+ version: 4.45.1
rollup-plugin-dts:
specifier: ^6.2.1
version: 6.2.1
@@ -202,11 +199,11 @@ catalogs:
specifier: ^19.1.0
version: 19.1.0
ts-macro:
- specifier: ^0.2.7
- version: 0.2.7
+ specifier: ^0.3.1
+ version: 0.3.1
tsdown:
- specifier: ^0.12.9
- version: 0.12.9
+ specifier: ^0.13.0
+ version: 0.13.0
tsx:
specifier: ^4.20.3
version: 4.20.3
@@ -220,8 +217,8 @@ catalogs:
specifier: ^7.3.2
version: 7.3.2
unocss:
- specifier: ^66.3.2
- version: 66.3.2
+ specifier: ^66.3.3
+ version: 66.3.3
unplugin:
specifier: ^2.3.5
version: 2.3.5
@@ -229,14 +226,14 @@ catalogs:
specifier: ^2.0.0
version: 2.0.0
unplugin-macros:
- specifier: ^0.17.0
- version: 0.17.0
+ specifier: ^0.17.1
+ version: 0.17.1
unplugin-oxc:
- specifier: ^0.4.6
- version: 0.4.6
+ specifier: ^0.4.8
+ version: 0.4.8
unplugin-quansync:
- specifier: ^0.4.2
- version: 0.4.2
+ specifier: ^0.4.3
+ version: 0.4.3
unplugin-raw:
specifier: ^0.5.0
version: 0.5.0
@@ -247,8 +244,8 @@ catalogs:
specifier: ^0.2.4
version: 0.2.4
unplugin-vue:
- specifier: ^6.2.0
- version: 6.2.0
+ specifier: ^7.0.0
+ version: 7.0.0
vite-hyper-config:
specifier: ^0.7.0
version: 0.7.0
@@ -263,40 +260,40 @@ catalogs:
version: 7.7.7
vitepress:
specifier: ^2.0.0-alpha.2
- version: 2.0.0-alpha.7
+ version: 2.0.0-alpha.8
vitepress-plugin-group-icons:
specifier: ^1.6.1
version: 1.6.1
vitepress-plugin-llms:
- specifier: ^1.6.0
- version: 1.6.0
+ specifier: ^1.7.1
+ version: 1.7.1
vitest:
specifier: ^3.2.4
version: 3.2.4
- vue:
- specifier: ^3.5.17
- version: 3.5.17
vue-tsc:
- specifier: 3.0.1
- version: 3.0.1
+ specifier: 3.0.3
+ version: 3.0.3
webpack:
- specifier: ^5.99.9
- version: 5.99.9
+ specifier: ^5.100.2
+ version: 5.100.2
overrides:
'@netlify/functions': '-'
- '@rolldown/pluginutils': ^1.0.0-beta.23
- '@shikijs/core': ^3.7.0
- '@shikijs/transformers': ^3.7.0
- '@shikijs/types': ^3.7.0
+ '@rolldown/pluginutils': ^1.0.0-beta.29
+ '@shikijs/core': ^3.8.1
+ '@shikijs/transformers': ^3.8.1
+ '@shikijs/types': ^3.8.1
'@vitejs/plugin-vue': ^6.0.0
'@vitejs/plugin-vue-jsx': ^5.0.1
- '@vue/language-core': 3.0.1
+ '@vue/language-core': 3.0.3
is-core-module: npm:@no-shims/is-core-module
- oxc-parser: ^0.75.1
- shiki: ^3.7.0
+ oxc-parser: ^0.78.0
+ shiki: ^3.8.1
smartwrap: npm:@no-shims/smartwrap
- vite: ^7.0.2
+ vite: ^7.0.6
+ vue: ^3.5.18
+ oxc-minify: ^0.78.0
+ oxc-transform: ^0.78.0
importers:
@@ -304,22 +301,22 @@ importers:
devDependencies:
'@babel/types':
specifier: 'catalog:'
- version: 7.28.0
+ version: 7.28.2
'@rspack/core':
specifier: 'catalog:'
- version: 1.4.3(@swc/helpers@0.5.17)
+ version: 1.4.10(@swc/helpers@0.5.17)
'@sxzz/eslint-config':
specifier: 'catalog:'
- version: 7.0.4(@types/eslint@9.6.1)(@typescript-eslint/eslint-plugin@8.35.1(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(@typescript-eslint/utils@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(@unocss/eslint-plugin@66.3.2(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
+ version: 7.0.6(@types/eslint@9.6.1)(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(@typescript-eslint/utils@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(@unocss/eslint-plugin@66.3.3(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
'@sxzz/prettier-config':
specifier: 'catalog:'
version: 2.2.3
'@types/node':
specifier: 'catalog:'
- version: 24.0.10
+ version: 24.1.0
'@unocss/eslint-plugin':
specifier: 'catalog:'
- version: 66.3.2(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
+ version: 66.3.3(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
'@vitest/coverage-v8':
specifier: 'catalog:'
version: 3.2.4(vitest@3.2.4)
@@ -337,28 +334,28 @@ importers:
version: 5.4.4
cspell:
specifier: 'catalog:'
- version: 9.1.2
+ version: 9.2.0
esbuild:
specifier: 'catalog:'
- version: 0.25.5
+ version: 0.25.8
eslint:
specifier: 'catalog:'
- version: 9.30.1(jiti@2.4.2)
+ version: 9.31.0(jiti@2.5.1)
expect-type:
specifier: 'catalog:'
- version: 1.2.1
+ version: 1.2.2
fast-glob:
specifier: 'catalog:'
version: 3.3.3
jiti:
specifier: 'catalog:'
- version: 2.4.2
+ version: 2.5.1
monoman:
specifier: 'catalog:'
version: 0.7.1
oxc-transform:
- specifier: 'catalog:'
- version: 0.75.1
+ specifier: ^0.78.0
+ version: 0.78.0
pkg-types:
specifier: 'catalog:'
version: 2.2.0
@@ -370,25 +367,25 @@ importers:
version: 0.3.12
radix-vue:
specifier: 'catalog:'
- version: 1.9.17(vue@3.5.17(typescript@5.8.3))
+ version: 1.9.17(vue@3.5.18(typescript@5.8.3))
rimraf:
specifier: 'catalog:'
version: 6.0.1
rolldown:
specifier: 'catalog:'
- version: 1.0.0-beta.23
+ version: 1.0.0-beta.29
rollup:
specifier: 'catalog:'
- version: 4.44.2
+ version: 4.45.1
rollup-plugin-dts:
specifier: 'catalog:'
- version: 6.2.1(rollup@4.44.2)(typescript@5.8.3)
+ version: 6.2.1(rollup@4.45.1)(typescript@5.8.3)
taze:
specifier: 'catalog:'
version: 19.1.0
tsdown:
specifier: 'catalog:'
- version: 0.12.9(oxc-resolver@11.4.0)(publint@0.3.12)(typescript@5.8.3)(unplugin-unused@0.5.1)(vue-tsc@3.0.1(typescript@5.8.3))
+ version: 0.13.0(oxc-resolver@11.6.0)(publint@0.3.12)(typescript@5.8.3)(unplugin-unused@0.5.1)(vue-tsc@3.0.3(typescript@5.8.3))
tsx:
specifier: 'catalog:'
version: 4.20.3
@@ -397,16 +394,16 @@ importers:
version: 5.8.3
unocss:
specifier: 'catalog:'
- version: 66.3.2(@unocss/webpack@66.3.2(webpack@5.99.9(esbuild@0.25.5)))(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 66.3.3(@unocss/webpack@66.3.3(webpack@5.100.2(esbuild@0.25.8)))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
unplugin:
specifier: 'catalog:'
version: 2.3.5
unplugin-macros:
specifier: 'catalog:'
- version: 0.17.0(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ version: 0.17.1(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
unplugin-quansync:
specifier: 'catalog:'
- version: 0.4.2(quansync@0.2.10)
+ version: 0.4.3(quansync@0.2.10)
unplugin-raw:
specifier: 'catalog:'
version: 0.5.0
@@ -414,23 +411,23 @@ importers:
specifier: 'catalog:'
version: 0.5.1
vite:
- specifier: ^7.0.2
- version: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ specifier: ^7.0.6
+ version: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
vitest:
specifier: 'catalog:'
- version: 3.2.4(@types/debug@4.1.12)(@types/node@24.0.10)(@vitest/ui@3.2.4)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ version: 3.2.4(@types/debug@4.1.12)(@types/node@24.1.0)(@vitest/ui@3.2.4)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
vue-macros:
specifier: workspace:*
version: link:packages/macros
vue-tsc:
specifier: 'catalog:'
- version: 3.0.1(typescript@5.8.3)
+ version: 3.0.3(typescript@5.8.3)
webpack:
specifier: 'catalog:'
- version: 5.99.9(esbuild@0.25.5)
+ version: 5.100.2(esbuild@0.25.8)
docs:
dependencies:
@@ -438,54 +435,54 @@ importers:
specifier: 'catalog:'
version: 3.6.2
shiki:
- specifier: ^3.7.0
- version: 3.7.0
+ specifier: ^3.8.1
+ version: 3.8.1
devDependencies:
'@iconify-json/logos':
specifier: 'catalog:'
- version: 1.2.4
+ version: 1.2.5
'@iconify-json/ri':
specifier: 'catalog:'
version: 1.2.5
'@nolebase/vitepress-plugin-enhanced-mark':
specifier: 'catalog:'
- version: 2.18.0(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
+ version: 2.18.0(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
'@nolebase/vitepress-plugin-enhanced-readabilities':
specifier: 'catalog:'
- version: 2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
+ version: 2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
'@nolebase/vitepress-plugin-git-changelog':
specifier: 'catalog:'
- version: 2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
+ version: 2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
'@nolebase/vitepress-plugin-highlight-targeted-heading':
specifier: 'catalog:'
- version: 2.18.0(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
+ version: 2.18.0(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
'@shikijs/vitepress-twoslash':
specifier: 'catalog:'
- version: 3.7.0(@nuxt/kit@3.17.6(magicast@0.3.5))(typescript@5.8.3)
+ version: 3.8.1(@nuxt/kit@3.17.7(magicast@0.3.5))(typescript@5.8.3)
'@stylexjs/stylex':
specifier: 'catalog:'
- version: 0.12.0
+ version: 0.14.3
'@vitejs/plugin-vue-jsx':
specifier: ^5.0.1
- version: 5.0.1(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 5.0.1(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
'@vueuse/core':
specifier: 'catalog:'
- version: 13.5.0(vue@3.5.17(typescript@5.8.3))
+ version: 13.5.0(vue@3.5.18(typescript@5.8.3))
vite-plugin-vue-devtools:
specifier: 'catalog:'
- version: 7.7.7(@nuxt/kit@3.17.6(magicast@0.3.5))(rollup@4.44.2)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 7.7.7(@nuxt/kit@3.17.7(magicast@0.3.5))(rollup@4.45.1)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
vitepress:
specifier: 'catalog:'
- version: 2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
+ version: 2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
vitepress-plugin-group-icons:
specifier: 'catalog:'
- version: 1.6.1(markdown-it@14.1.0)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ version: 1.6.1(markdown-it@14.1.0)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
vitepress-plugin-llms:
specifier: 'catalog:'
- version: 1.6.0
+ version: 1.7.1
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
vue-macros:
specifier: workspace:*
version: link:../packages/macros
@@ -500,7 +497,7 @@ importers:
version: 8.2.0
oxc-resolver:
specifier: 'catalog:'
- version: 11.4.0
+ version: 11.6.0
packages/astro:
dependencies:
@@ -510,10 +507,10 @@ importers:
devDependencies:
'@vitejs/plugin-vue':
specifier: ^6.0.0
- version: 6.0.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 6.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
astro:
specifier: 'catalog:'
- version: 5.11.0(@types/node@24.0.10)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.4.2)(less@4.3.0)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
+ version: 5.12.3(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
packages/better-define:
dependencies:
@@ -537,11 +534,11 @@ importers:
version: link:../common
'@vue/compiler-core':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
devDependencies:
'@vue/compiler-sfc':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
packages/chain-call:
dependencies:
@@ -556,7 +553,7 @@ importers:
dependencies:
'@vue/compiler-sfc':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
ast-kit:
specifier: 'catalog:'
version: 2.1.1
@@ -575,7 +572,7 @@ importers:
version: 7.28.0
'@vitejs/plugin-vue':
specifier: ^6.0.0
- version: 6.0.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 6.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
packages/config:
dependencies:
@@ -681,8 +678,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/define-models:
dependencies:
@@ -698,10 +695,10 @@ importers:
devDependencies:
'@vueuse/core':
specifier: 'catalog:'
- version: 13.5.0(vue@3.5.17(typescript@5.8.3))
+ version: 13.5.0(vue@3.5.18(typescript@5.8.3))
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/define-options:
dependencies:
@@ -716,8 +713,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/define-prop:
dependencies:
@@ -732,8 +729,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/define-props:
dependencies:
@@ -748,8 +745,8 @@ importers:
specifier: workspace:*
version: link:../reactivity-transform
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/define-props-refs:
dependencies:
@@ -761,8 +758,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/define-render:
dependencies:
@@ -774,8 +771,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/define-slots:
dependencies:
@@ -787,8 +784,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/define-stylex:
dependencies:
@@ -797,14 +794,14 @@ importers:
version: link:../common
'@vue/compiler-dom':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
unplugin:
specifier: 'catalog:'
version: 2.3.5
devDependencies:
'@stylexjs/stylex':
specifier: 'catalog:'
- version: 0.12.0
+ version: 0.14.3
packages/devtools:
dependencies:
@@ -812,33 +809,33 @@ importers:
specifier: 'catalog:'
version: 3.0.1
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
devDependencies:
'@unocss/reset':
specifier: 'catalog:'
- version: 66.3.2
+ version: 66.3.3
'@vitejs/plugin-vue':
specifier: ^6.0.0
- version: 6.0.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 6.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
get-port:
specifier: 'catalog:'
version: 7.1.0
unocss:
specifier: 'catalog:'
- version: 66.3.2(@unocss/webpack@66.3.2(webpack@5.99.9(esbuild@0.25.5)))(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 66.3.3(@unocss/webpack@66.3.3(webpack@5.100.2(esbuild@0.25.8)))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
vite:
- specifier: ^7.0.2
- version: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ specifier: ^7.0.6
+ version: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
vite-plugin-inspect:
specifier: 'catalog:'
- version: 11.3.0(@nuxt/kit@3.17.6(magicast@0.3.5))(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ version: 11.3.0(@nuxt/kit@3.17.7(magicast@0.3.5))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
packages/eslint-config:
devDependencies:
eslint:
specifier: 'catalog:'
- version: 9.30.1(jiti@2.4.2)
+ version: 9.31.0(jiti@2.5.1)
packages/export-expose:
dependencies:
@@ -847,14 +844,14 @@ importers:
version: link:../common
'@vue/compiler-sfc':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
unplugin:
specifier: 'catalog:'
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/export-props:
dependencies:
@@ -866,8 +863,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/export-render:
dependencies:
@@ -879,8 +876,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/hoist-static:
dependencies:
@@ -900,8 +897,8 @@ importers:
specifier: 'catalog:'
version: 2.3.5
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/macros:
dependencies:
@@ -997,14 +994,14 @@ importers:
version: 2.3.5
unplugin-combine:
specifier: 'catalog:'
- version: 2.0.0(@rspack/core@1.4.3(@swc/helpers@0.5.17))(esbuild@0.25.5)(rolldown@1.0.0-beta.23)(rollup@4.44.2)(unplugin@2.3.5)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(webpack@5.99.9(esbuild@0.25.5))
+ version: 2.0.0(@rspack/core@1.4.10(@swc/helpers@0.5.17))(esbuild@0.25.8)(rolldown@1.0.0-beta.29)(rollup@4.45.1)(unplugin@2.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(webpack@5.100.2(esbuild@0.25.8))
unplugin-vue-define-options:
specifier: workspace:*
version: link:../define-options
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/named-template:
dependencies:
@@ -1013,20 +1010,20 @@ importers:
version: link:../common
'@vue/compiler-dom':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
unplugin:
specifier: 'catalog:'
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/nuxt:
dependencies:
'@nuxt/kit':
specifier: 'catalog:'
- version: 3.17.6(magicast@0.3.5)
+ version: 4.0.1(magicast@0.3.5)
'@vue-macros/common':
specifier: workspace:*
version: link:../common
@@ -1036,13 +1033,13 @@ importers:
devDependencies:
'@nuxt/devtools':
specifier: 'catalog:'
- version: 2.6.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 2.6.2(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
'@nuxt/schema':
specifier: 'catalog:'
- version: 3.17.6
+ version: 4.0.1
'@vue/language-core':
- specifier: 3.0.1
- version: 3.0.1(typescript@5.8.3)
+ specifier: 3.0.3
+ version: 3.0.3(typescript@5.8.3)
packages/reactivity-transform:
dependencies:
@@ -1054,10 +1051,10 @@ importers:
version: link:../common
'@vue/compiler-core':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
'@vue/shared':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
magic-string:
specifier: 'catalog:'
version: 0.30.17
@@ -1075,8 +1072,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/setup-block:
dependencies:
@@ -1085,7 +1082,7 @@ importers:
version: link:../common
'@vue/compiler-dom':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
unplugin:
specifier: 'catalog:'
version: 2.3.5
@@ -1100,8 +1097,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/setup-sfc:
dependencies:
@@ -1113,8 +1110,8 @@ importers:
version: 2.3.5
devDependencies:
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/short-bind:
dependencies:
@@ -1123,11 +1120,11 @@ importers:
version: link:../common
'@vue/compiler-core':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
devDependencies:
'@vue/compiler-sfc':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
packages/short-emits:
dependencies:
@@ -1145,42 +1142,42 @@ importers:
version: link:../common
'@vue/compiler-core':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
devDependencies:
'@vue/compiler-sfc':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
packages/test-utils:
dependencies:
'@rollup/plugin-json':
specifier: 'catalog:'
- version: 6.1.0(rollup@4.44.2)
+ version: 6.1.0(rollup@4.45.1)
'@rollup/plugin-node-resolve':
specifier: 'catalog:'
- version: 16.0.1(rollup@4.44.2)
+ version: 16.0.1(rollup@4.45.1)
'@sxzz/test-utils':
specifier: 'catalog:'
- version: 0.5.6(esbuild@0.25.5)(rolldown@1.0.0-beta.23)(rollup@4.44.2)(vitest@3.2.4)
+ version: 0.5.7(esbuild@0.25.8)(rolldown@1.0.0-beta.29)(rollup@4.45.1)(vitest@3.2.4)
'@vitejs/plugin-vue-jsx':
specifier: ^5.0.1
- version: 5.0.1(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 5.0.1(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
rollup:
specifier: 'catalog:'
- version: 4.44.2
+ version: 4.45.1
unplugin-oxc:
specifier: 'catalog:'
- version: 0.4.6
+ version: 0.4.8
unplugin-vue:
specifier: 'catalog:'
- version: 6.2.0(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.17(typescript@5.8.3))(yaml@2.8.0)
+ version: 7.0.0(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.8.0)
devDependencies:
vite:
- specifier: ^7.0.2
- version: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ specifier: ^7.0.6
+ version: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
packages/volar:
dependencies:
@@ -1200,45 +1197,45 @@ importers:
specifier: workspace:*
version: link:../short-vmodel
'@vue/language-core':
- specifier: 3.0.1
- version: 3.0.1(typescript@5.8.3)
+ specifier: 3.0.3
+ version: 3.0.3(typescript@5.8.3)
'@vue/shared':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
muggle-string:
specifier: 'catalog:'
version: 0.4.1
ts-macro:
specifier: 'catalog:'
- version: 0.2.7
+ version: 0.3.1
devDependencies:
'@vue/compiler-dom':
specifier: 'catalog:'
- version: 3.5.17
+ version: 3.5.18
typescript:
specifier: 'catalog:'
version: 5.8.3
vue-tsc:
specifier: 'catalog:'
- version: 3.0.1(typescript@5.8.3)
+ version: 3.0.3(typescript@5.8.3)
playground/astro:
dependencies:
'@astrojs/vue':
specifier: 'catalog:'
- version: 5.1.0(@types/node@24.0.10)(astro@5.11.0(@types/node@24.0.10)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.4.2)(less@4.3.0)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))(jiti@2.4.2)(less@4.3.0)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.17(typescript@5.8.3))(yaml@2.8.0)
+ version: 5.1.0(@types/node@24.1.0)(astro@5.12.3(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))(jiti@2.5.1)(less@4.4.0)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.8.0)
'@vue-macros/astro':
specifier: workspace:*
version: link:../../packages/astro
'@vueuse/core':
specifier: 'catalog:'
- version: 13.5.0(vue@3.5.17(typescript@5.8.3))
+ version: 13.5.0(vue@3.5.18(typescript@5.8.3))
astro:
specifier: 'catalog:'
- version: 5.11.0(@types/node@24.0.10)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.4.2)(less@4.3.0)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
+ version: 5.12.3(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
vue-macros:
specifier: workspace:*
version: link:../../packages/macros
@@ -1247,54 +1244,54 @@ importers:
dependencies:
'@vueuse/core':
specifier: 'catalog:'
- version: 13.5.0(vue@3.5.17(typescript@5.8.3))
+ version: 13.5.0(vue@3.5.18(typescript@5.8.3))
devDependencies:
'@nuxt/devtools':
specifier: 'catalog:'
- version: 2.6.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 2.6.2(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
'@unocss/nuxt':
specifier: 'catalog:'
- version: 66.3.2(magicast@0.3.5)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))(webpack@5.99.9(esbuild@0.25.5))
+ version: 66.3.3(magicast@0.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))(webpack@5.100.2(esbuild@0.25.8))
nuxt:
specifier: 'catalog:'
- version: 3.17.6(@parcel/watcher@2.5.1)(@types/node@24.0.10)(@vue/compiler-sfc@3.5.17)(db0@0.3.2)(eslint@9.30.1(jiti@2.4.2))(ioredis@5.6.1)(less@4.3.0)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.23)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue-tsc@3.0.1(typescript@5.8.3))(yaml@2.8.0)
+ version: 4.0.1(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(db0@0.3.2)(eslint@9.31.0(jiti@2.5.1))(ioredis@5.6.1)(less@4.4.0)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.29)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue-tsc@3.0.3(typescript@5.8.3))(yaml@2.8.0)
quasar:
specifier: 'catalog:'
- version: 2.18.1
+ version: 2.18.2
playground/vue3:
dependencies:
'@vueuse/core':
specifier: 'catalog:'
- version: 13.5.0(vue@3.5.17(typescript@5.8.3))
+ version: 13.5.0(vue@3.5.18(typescript@5.8.3))
quasar:
specifier: 'catalog:'
- version: 2.18.1
+ version: 2.18.2
vue:
- specifier: 'catalog:'
- version: 3.5.17(typescript@5.8.3)
+ specifier: ^3.5.18
+ version: 3.5.18(typescript@5.8.3)
devDependencies:
'@rollup/plugin-commonjs':
specifier: 'catalog:'
- version: 28.0.6(rollup@4.44.2)
+ version: 28.0.6(rollup@4.45.1)
'@rollup/plugin-node-resolve':
specifier: 'catalog:'
- version: 16.0.1(rollup@4.44.2)
+ version: 16.0.1(rollup@4.45.1)
'@stylexjs/stylex':
specifier: 'catalog:'
- version: 0.12.0
+ version: 0.14.3
'@vitejs/plugin-vue':
specifier: ^6.0.0
- version: 6.0.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 6.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
'@vitejs/plugin-vue-jsx':
specifier: ^5.0.1
- version: 5.0.1(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 5.0.1(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
esbuild:
specifier: 'catalog:'
- version: 0.25.5
+ version: 0.25.8
rollup:
specifier: 'catalog:'
- version: 4.44.2
+ version: 4.45.1
type-fest:
specifier: 'catalog:'
version: 4.41.0
@@ -1303,31 +1300,31 @@ importers:
version: 5.8.3
unocss:
specifier: 'catalog:'
- version: 66.3.2(@unocss/webpack@66.3.2(webpack@5.99.9(esbuild@0.25.5)))(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ version: 66.3.3(@unocss/webpack@66.3.3(webpack@5.100.2(esbuild@0.25.8)))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
unplugin-oxc:
specifier: 'catalog:'
- version: 0.4.6
+ version: 0.4.8
unplugin-vue:
specifier: 'catalog:'
- version: 6.2.0(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.17(typescript@5.8.3))(yaml@2.8.0)
+ version: 7.0.0(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.8.0)
vite:
- specifier: ^7.0.2
- version: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ specifier: ^7.0.6
+ version: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
vite-hyper-config:
specifier: 'catalog:'
- version: 0.7.0(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(yaml@2.8.0)
+ version: 0.7.0(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(yaml@2.8.0)
vite-plugin-inspect:
specifier: 'catalog:'
- version: 11.3.0(@nuxt/kit@3.17.6(magicast@0.3.5))(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ version: 11.3.0(@nuxt/kit@3.17.7(magicast@0.3.5))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
vite-plugin-stylex:
specifier: 'catalog:'
- version: 0.13.0(@stylexjs/stylex@0.12.0)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ version: 0.13.0(@stylexjs/stylex@0.14.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
vue-macros:
specifier: workspace:*
version: link:../../packages/macros
vue-tsc:
specifier: 'catalog:'
- version: 3.0.1(typescript@5.8.3)
+ version: 3.0.3(typescript@5.8.3)
packages:
@@ -1351,56 +1348,56 @@ packages:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
- '@algolia/client-abtesting@5.30.0':
- resolution: {integrity: sha512-Q3OQXYlTNqVUN/V1qXX8VIzQbLjP3yrRBO9m6NRe1CBALmoGHh9JrYosEGvfior28+DjqqU3Q+nzCSuf/bX0Gw==}
+ '@algolia/client-abtesting@5.34.1':
+ resolution: {integrity: sha512-M4zb6J7q+pg9V9Xk0k1WDgvupfCtXcxjKGTrNVYemiredLVGOmvVIPAUjg2rx4QmK7DWNApWLsieYwk7PAaOXw==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-analytics@5.30.0':
- resolution: {integrity: sha512-/b+SAfHjYjx/ZVeVReCKTTnFAiZWOyvYLrkYpeNMraMT6akYRR8eC1AvFcvR60GLG/jytxcJAp42G8nN5SdcLg==}
+ '@algolia/client-analytics@5.34.1':
+ resolution: {integrity: sha512-h18zlL+bVUlbNE92olo1d/r6HQPkxhmP7yCpA1osERwpgC6F058kWm0O0aYdrHJIHtWBcs9aRqq7IkQSkpjPJg==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-common@5.30.0':
- resolution: {integrity: sha512-tbUgvkp2d20mHPbM0+NPbLg6SzkUh0lADUUjzNCF+HiPkjFRaIW3NGMlESKw5ia4Oz6ZvFzyREquUX6rdkdJcQ==}
+ '@algolia/client-common@5.34.1':
+ resolution: {integrity: sha512-otPWALs72KvmVuP0CN0DI6sqVx1jQWKi+/DgAiP8DysVMgiNlva3GDKTtAK6XVGlT08f4h32FNuL0yQODuCfKA==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-insights@5.30.0':
- resolution: {integrity: sha512-caXuZqJK761m32KoEAEkjkE2WF/zYg1McuGesWXiLSgfxwZZIAf+DljpiSToBUXhoPesvjcLtINyYUzbkwE0iw==}
+ '@algolia/client-insights@5.34.1':
+ resolution: {integrity: sha512-SNDb5wuEpQFM6S5Shk2iytLMusvGycm9uTuYh7cGa1h3U7O65OjjjIgQ0lLY5HPybHNtmXr4Zh/EZ23pZvAJHg==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-personalization@5.30.0':
- resolution: {integrity: sha512-7K6P7TRBHLX1zTmwKDrIeBSgUidmbj6u3UW/AfroLRDGf9oZFytPKU49wg28lz/yulPuHY0nZqiwbyAxq9V17w==}
+ '@algolia/client-personalization@5.34.1':
+ resolution: {integrity: sha512-T8z9KqYJOup83Hw0mgICYWfJoLh//FNWbf4roFd95ZJzZ4v1cN/hvr7Eqml1qWMoCkJb4y/XQjrXsJ6Y9XnMLw==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-query-suggestions@5.30.0':
- resolution: {integrity: sha512-WMjWuBjYxJheRt7Ec5BFr33k3cV0mq2WzmH9aBf5W4TT8kUp34x91VRsYVaWOBRlxIXI8o/WbhleqSngiuqjLA==}
+ '@algolia/client-query-suggestions@5.34.1':
+ resolution: {integrity: sha512-YA0kC4CwO1mc1dliNgbFgToweRa7Uihjz3izEaV4cXninF1v4SaOrPkQUsiFPprAffjMzOUoT7vahQZ/HZyiKQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-search@5.30.0':
- resolution: {integrity: sha512-puc1/LREfSqzgmrOFMY5L/aWmhYOlJ0TTpa245C0ZNMKEkdOkcimFbXTXQ8lZhzh+rlyFgR7cQGNtXJ5H0XgZg==}
+ '@algolia/client-search@5.34.1':
+ resolution: {integrity: sha512-bt5hC9vvjaKvdvsgzfXJ42Sl3qjQqoi/FD8V7HOQgtNFhwSauZOlgLwFoUiw67sM+r7ehF7QDk5WRDgY7fAkIg==}
engines: {node: '>= 14.0.0'}
- '@algolia/ingestion@1.30.0':
- resolution: {integrity: sha512-NfqiIKVgGKTLr6T9F81oqB39pPiEtILTy0z8ujxPKg2rCvI/qQeDqDWFBmQPElCfUTU6kk67QAgMkQ7T6fE+gg==}
+ '@algolia/ingestion@1.34.1':
+ resolution: {integrity: sha512-QLxiBskQxFGzPqKZvBNEvNN95kgDCbBd2X29ZGfh6Sr2QOSU34US6Z9x2duiF4o9FwsB0i6eQ2c9vHfuH0lAQg==}
engines: {node: '>= 14.0.0'}
- '@algolia/monitoring@1.30.0':
- resolution: {integrity: sha512-/eeM3aqLKro5KBZw0W30iIA6afkGa+bcpvEM0NDa92m5t3vil4LOmJI9FkgzfmSkF4368z/SZMOTPShYcaVXjA==}
+ '@algolia/monitoring@1.34.1':
+ resolution: {integrity: sha512-NteCvWcWXXdnPGyZH8rXHslcf2pM1WGDNMGNZFXLFtOt1Gf1Tjy2t0NZLp+Mxap3JMV4mbYmactbXrvpQf/lLA==}
engines: {node: '>= 14.0.0'}
- '@algolia/recommend@5.30.0':
- resolution: {integrity: sha512-iWeAUWqw+xT+2IyUyTqnHCK+cyCKYV5+B6PXKdagc9GJJn6IaPs8vovwoC0Za5vKCje/aXQ24a2Z1pKpc/tdHg==}
+ '@algolia/recommend@5.34.1':
+ resolution: {integrity: sha512-UdgDSrunLIBAAAxQlYLXYLnYFN4wkzkrAYx+wMLEk/pzASWyza3BkecbUFVqoYOBIgwo7Mt4iymzVtFkzL2uCQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-browser-xhr@5.30.0':
- resolution: {integrity: sha512-alo3ly0tdNLjfMSPz9dmNwYUFHx7guaz5dTGlIzVGnOiwLgIoM6NgA+MJLMcH6e1S7OpmE2AxOy78svlhst2tQ==}
+ '@algolia/requester-browser-xhr@5.34.1':
+ resolution: {integrity: sha512-567LfFTc9VOiPtuySQohoqaWMeohYWbXK71aMSin+SLMgeKX7hz5LrVmkmMQj9udwWK6/mtHEYZGPYHSuXpLQg==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-fetch@5.30.0':
- resolution: {integrity: sha512-WOnTYUIY2InllHBy6HHMpGIOo7Or4xhYUx/jkoSK/kPIa1BRoFEHqa8v4pbKHtoG7oLvM2UAsylSnjVpIhGZXg==}
+ '@algolia/requester-fetch@5.34.1':
+ resolution: {integrity: sha512-YRbygPgGBEik5U593JvyjgxFjcsyZMR25eIQxNHvSQumdAzt5A4E4Idw3yXnwhrmMdjML54ZXT7EAjnTjWy8Xw==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-node-http@5.30.0':
- resolution: {integrity: sha512-uSTUh9fxeHde1c7KhvZKUrivk90sdiDftC+rSKNFKKEU9TiIKAGA7B2oKC+AoMCqMymot1vW9SGbeESQPTZd0w==}
+ '@algolia/requester-node-http@5.34.1':
+ resolution: {integrity: sha512-o0mqRYbS82Rt4DE02Od7RL6pNtV7oSxScPuIw8LW4aqO2V5eCF05Pry/SnUgcI/Vb2QCYC66hytBCqzyC/toZA==}
engines: {node: '>= 14.0.0'}
'@ampproject/remapping@2.3.0':
@@ -1426,8 +1423,8 @@ packages:
'@astrojs/internal-helpers@0.6.1':
resolution: {integrity: sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==}
- '@astrojs/markdown-remark@6.3.2':
- resolution: {integrity: sha512-bO35JbWpVvyKRl7cmSJD822e8YA8ThR/YbUsciWNA7yTcqpIAL2hJDToWP5KcZBWxGT6IOdOkHSXARSNZc4l/Q==}
+ '@astrojs/markdown-remark@6.3.3':
+ resolution: {integrity: sha512-DDRtD1sPvAuA7ms2btc9A7/7DApKqgLMNrE6kh5tmkfy8utD0Z738gqd3p5aViYYdUtHIyEJ1X4mCMxfCfu15w==}
'@astrojs/prism@3.3.0':
resolution: {integrity: sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==}
@@ -1442,7 +1439,7 @@ packages:
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
peerDependencies:
astro: ^5.0.0
- vue: ^3.2.30
+ vue: ^3.5.18
'@babel/code-frame@7.27.1':
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
@@ -1522,8 +1519,8 @@ packages:
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.27.6':
- resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==}
+ '@babel/helpers@7.28.2':
+ resolution: {integrity: sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==}
engines: {node: '>=6.9.0'}
'@babel/parser@7.28.0':
@@ -1586,8 +1583,8 @@ packages:
resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.28.0':
- resolution: {integrity: sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==}
+ '@babel/types@7.28.2':
+ resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
engines: {node: '>=6.9.0'}
'@bcoe/v8-coverage@1.0.2':
@@ -1601,223 +1598,223 @@ packages:
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
engines: {node: '>=18.0.0'}
- '@cspell/cspell-bundled-dicts@9.1.2':
- resolution: {integrity: sha512-mdhxj7j1zqXYKO/KPx2MgN3RPAvqoWvncxz2dOMFBcuUteZPt58NenUoi0VZXEhV/FM2V80NvhHZZafaIcxVjQ==}
+ '@cspell/cspell-bundled-dicts@9.2.0':
+ resolution: {integrity: sha512-e4qb78SQWqHkRw47W8qFJ3RPijhSLkADF+T0oH8xl3r/golq1RGp2/KrWOqGRRofUSTiIKYqaMX7mbAyFnOxyA==}
engines: {node: '>=20'}
- '@cspell/cspell-json-reporter@9.1.2':
- resolution: {integrity: sha512-sSva/ACXDJd9LufzecR9LC+lNWUuGWNtVHdVj0orJxOIZjHUCNBXwVSgL2fmMg7jNQS6qoJFJ7F/QPXdwITijg==}
+ '@cspell/cspell-json-reporter@9.2.0':
+ resolution: {integrity: sha512-qHdkW8eyknCSDEsqCG8OHBMal03LQf21H2LVWhtwszEQ4BQRKcWctc+VIgkO69F/jLaN2wi/yhhMufXWHAEzIg==}
engines: {node: '>=20'}
- '@cspell/cspell-pipe@9.1.2':
- resolution: {integrity: sha512-/pIhsf4SI4Q/kvehq9GsGKLgbQsRhiDgthQIgO6YOrEa761wOI2hVdRyc0Tgc1iAGiJEedDaFsAhabVRJBeo2g==}
+ '@cspell/cspell-pipe@9.2.0':
+ resolution: {integrity: sha512-RO3adcsr7Ek+4511nyEOWDhOYYU1ogRs1Mo5xx3kDIdcKAJzhFdGry35T2wqft4dPASLCXcemBrhoS+hdQ+z+Q==}
engines: {node: '>=20'}
- '@cspell/cspell-resolver@9.1.2':
- resolution: {integrity: sha512-dNDx7yMl2h1Ousk08lizTou+BUvce4RPSnPXrQPB7B7CscgZloSyuP3Yyj1Zt81pHNpggrym4Ezx6tMdyPjESw==}
+ '@cspell/cspell-resolver@9.2.0':
+ resolution: {integrity: sha512-0Xvwq0iezfO71Alw+DjsGxacAzydqOAxdXnY4JknHuxt2l8GTSMjRwj65QAflv3PN6h1QoRZEeWdiKtusceWAw==}
engines: {node: '>=20'}
- '@cspell/cspell-service-bus@9.1.2':
- resolution: {integrity: sha512-YOsUctzCMzEJbKdzNyvPkyMen/i7sGO3Xgcczn848GJPlRsJc50QwsoU67SY7zEARz6y2WS0tv5F5RMrRO4idw==}
+ '@cspell/cspell-service-bus@9.2.0':
+ resolution: {integrity: sha512-ZDvcOTFk3cCVW+OjlkljeP7aSuV8tIguVn+GMco1/A+961hsEP20hngK9zJtyfpXqyvJKtvCVlyzS+z8VRrZGg==}
engines: {node: '>=20'}
- '@cspell/cspell-types@9.1.2':
- resolution: {integrity: sha512-bSDDjoQi4pbh1BULEA596XCo1PMShTpTb4J2lj8jVYqYgXYQNjSmQFA1fj4NHesC84JpK1um4ybzXBcqtniC7Q==}
+ '@cspell/cspell-types@9.2.0':
+ resolution: {integrity: sha512-hL4ltFwiARpFxlfXt4GiTWQxIFyZp4wrlp7dozZbitYO6QlYc5fwQ8jBc5zFUqknuH4gx/sCMLNXhAv3enNGZQ==}
engines: {node: '>=20'}
- '@cspell/dict-ada@4.1.0':
- resolution: {integrity: sha512-7SvmhmX170gyPd+uHXrfmqJBY5qLcCX8kTGURPVeGxmt8XNXT75uu9rnZO+jwrfuU2EimNoArdVy5GZRGljGNg==}
+ '@cspell/dict-ada@4.1.1':
+ resolution: {integrity: sha512-E+0YW9RhZod/9Qy2gxfNZiHJjCYFlCdI69br1eviQQWB8yOTJX0JHXLs79kOYhSW0kINPVUdvddEBe6Lu6CjGQ==}
- '@cspell/dict-al@1.1.0':
- resolution: {integrity: sha512-PtNI1KLmYkELYltbzuoztBxfi11jcE9HXBHCpID2lou/J4VMYKJPNqe4ZjVzSI9NYbMnMnyG3gkbhIdx66VSXg==}
+ '@cspell/dict-al@1.1.1':
+ resolution: {integrity: sha512-sD8GCaZetgQL4+MaJLXqbzWcRjfKVp8x+px3HuCaaiATAAtvjwUQ5/Iubiqwfd1boIh2Y1/3EgM3TLQ7Q8e0wQ==}
- '@cspell/dict-aws@4.0.10':
- resolution: {integrity: sha512-0qW4sI0GX8haELdhfakQNuw7a2pnWXz3VYQA2MpydH2xT2e6EN9DWFpKAi8DfcChm8MgDAogKkoHtIo075iYng==}
+ '@cspell/dict-aws@4.0.13':
+ resolution: {integrity: sha512-i/9wTGC02EJn740F3CuiGM5qI6kbDr5xPGXUoCQsScr0nWNBljscO7Ko8ZrahXg1uBj3+A1WWxqceh1fqF52Ng==}
- '@cspell/dict-bash@4.2.0':
- resolution: {integrity: sha512-HOyOS+4AbCArZHs/wMxX/apRkjxg6NDWdt0jF9i9XkvJQUltMwEhyA2TWYjQ0kssBsnof+9amax2lhiZnh3kCg==}
+ '@cspell/dict-bash@4.2.1':
+ resolution: {integrity: sha512-SBnzfAyEAZLI9KFS7DUG6Xc1vDFuLllY3jz0WHvmxe8/4xV3ufFE3fGxalTikc1VVeZgZmxYiABw4iGxVldYEg==}
- '@cspell/dict-companies@3.2.1':
- resolution: {integrity: sha512-ryaeJ1KhTTKL4mtinMtKn8wxk6/tqD4vX5tFP+Hg89SiIXmbMk5vZZwVf+eyGUWJOyw5A1CVj9EIWecgoi+jYQ==}
+ '@cspell/dict-companies@3.2.2':
+ resolution: {integrity: sha512-iIuEBPfWzSQugIOn+OKOVsdfE9UloON5SKl57TbvC//D5mgIwPAMZGYT69yv20cjc5E6oMu353hCV3WFy9XO9A==}
- '@cspell/dict-cpp@6.0.8':
- resolution: {integrity: sha512-BzurRZilWqaJt32Gif6/yCCPi+FtrchjmnehVEIFzbWyeBd/VOUw77IwrEzehZsu5cRU91yPWuWp5fUsKfDAXA==}
+ '@cspell/dict-cpp@6.0.9':
+ resolution: {integrity: sha512-Xdq9MwGh0D5rsnbOqFW24NIClXXRhN11KJdySMibpcqYGeomxB2ODFBuhj1H7azO7kVGkGH0Okm4yQ2TRzBx0g==}
- '@cspell/dict-cryptocurrencies@5.0.4':
- resolution: {integrity: sha512-6iFu7Abu+4Mgqq08YhTKHfH59mpMpGTwdzDB2Y8bbgiwnGFCeoiSkVkgLn1Kel2++hYcZ8vsAW/MJS9oXxuMag==}
+ '@cspell/dict-cryptocurrencies@5.0.5':
+ resolution: {integrity: sha512-R68hYYF/rtlE6T/dsObStzN5QZw+0aQBinAXuWCVqwdS7YZo0X33vGMfChkHaiCo3Z2+bkegqHlqxZF4TD3rUA==}
- '@cspell/dict-csharp@4.0.6':
- resolution: {integrity: sha512-w/+YsqOknjQXmIlWDRmkW+BHBPJZ/XDrfJhZRQnp0wzpPOGml7W0q1iae65P2AFRtTdPKYmvSz7AL5ZRkCnSIw==}
+ '@cspell/dict-csharp@4.0.7':
+ resolution: {integrity: sha512-H16Hpu8O/1/lgijFt2lOk4/nnldFtQ4t8QHbyqphqZZVE5aS4J/zD/WvduqnLY21aKhZS6jo/xF5PX9jyqPKUA==}
- '@cspell/dict-css@4.0.17':
- resolution: {integrity: sha512-2EisRLHk6X/PdicybwlajLGKF5aJf4xnX2uuG5lexuYKt05xV/J/OiBADmi8q9obhxf1nesrMQbqAt+6CsHo/w==}
+ '@cspell/dict-css@4.0.18':
+ resolution: {integrity: sha512-EF77RqROHL+4LhMGW5NTeKqfUd/e4OOv6EDFQ/UQQiFyWuqkEKyEz0NDILxOFxWUEVdjT2GQ2cC7t12B6pESwg==}
- '@cspell/dict-dart@2.3.0':
- resolution: {integrity: sha512-1aY90lAicek8vYczGPDKr70pQSTQHwMFLbmWKTAI6iavmb1fisJBS1oTmMOKE4ximDf86MvVN6Ucwx3u/8HqLg==}
+ '@cspell/dict-dart@2.3.1':
+ resolution: {integrity: sha512-xoiGnULEcWdodXI6EwVyqpZmpOoh8RA2Xk9BNdR7DLamV/QMvEYn8KJ7NlRiTSauJKPNkHHQ5EVHRM6sTS7jdg==}
- '@cspell/dict-data-science@2.0.8':
- resolution: {integrity: sha512-uyAtT+32PfM29wRBeAkUSbkytqI8bNszNfAz2sGPtZBRmsZTYugKMEO9eDjAIE/pnT9CmbjNuoiXhk+Ss4fCOg==}
+ '@cspell/dict-data-science@2.0.9':
+ resolution: {integrity: sha512-wTOFMlxv06veIwKdXUwdGxrQcK44Zqs426m6JGgHIB/GqvieZQC5n0UI+tUm5OCxuNyo4OV6mylT4cRMjtKtWQ==}
- '@cspell/dict-django@4.1.4':
- resolution: {integrity: sha512-fX38eUoPvytZ/2GA+g4bbdUtCMGNFSLbdJJPKX2vbewIQGfgSFJKY56vvcHJKAvw7FopjvgyS/98Ta9WN1gckg==}
+ '@cspell/dict-django@4.1.5':
+ resolution: {integrity: sha512-AvTWu99doU3T8ifoMYOMLW2CXKvyKLukPh1auOPwFGHzueWYvBBN+OxF8wF7XwjTBMMeRleVdLh3aWCDEX/ZWg==}
- '@cspell/dict-docker@1.1.14':
- resolution: {integrity: sha512-p6Qz5mokvcosTpDlgSUREdSbZ10mBL3ndgCdEKMqjCSZJFdfxRdNdjrGER3lQ6LMq5jGr1r7nGXA0gvUJK80nw==}
+ '@cspell/dict-docker@1.1.16':
+ resolution: {integrity: sha512-UiVQ5RmCg6j0qGIxrBnai3pIB+aYKL3zaJGvXk1O/ertTKJif9RZikKXCEgqhaCYMweM4fuLqWSVmw3hU164Iw==}
- '@cspell/dict-dotnet@5.0.9':
- resolution: {integrity: sha512-JGD6RJW5sHtO5lfiJl11a5DpPN6eKSz5M1YBa1I76j4dDOIqgZB6rQexlDlK1DH9B06X4GdDQwdBfnpAB0r2uQ==}
+ '@cspell/dict-dotnet@5.0.10':
+ resolution: {integrity: sha512-ooar8BP/RBNP1gzYfJPStKEmpWy4uv/7JCq6FOnJLeD1yyfG3d/LFMVMwiJo+XWz025cxtkM3wuaikBWzCqkmg==}
- '@cspell/dict-elixir@4.0.7':
- resolution: {integrity: sha512-MAUqlMw73mgtSdxvbAvyRlvc3bYnrDqXQrx5K9SwW8F7fRYf9V4vWYFULh+UWwwkqkhX9w03ZqFYRTdkFku6uA==}
+ '@cspell/dict-elixir@4.0.8':
+ resolution: {integrity: sha512-CyfphrbMyl4Ms55Vzuj+mNmd693HjBFr9hvU+B2YbFEZprE5AG+EXLYTMRWrXbpds4AuZcvN3deM2XVB80BN/Q==}
- '@cspell/dict-en-common-misspellings@2.1.2':
- resolution: {integrity: sha512-r74AObInM1XOUxd3lASnNZNDOIA9Bka7mBDTkvkOeCGoLQhn+Cr7h1889u4K07KHbecKMHP6zw5zQhkdocNzCw==}
+ '@cspell/dict-en-common-misspellings@2.1.3':
+ resolution: {integrity: sha512-v1I97Hr1OrK+mwHsVzbY4vsPxx6mA5quhxzanF6XuRofz00wH4HPz8Q3llzRHxka5Wl/59gyan04UkUrvP4gdA==}
- '@cspell/dict-en-gb-mit@3.1.3':
- resolution: {integrity: sha512-4aY8ySQxSNSRILtf9lJIfSR+su86u8VL6z41gOIhvLIvYnHMFiohV7ebM91GbtdZXBazL7zmGFcpm2EnBzewug==}
+ '@cspell/dict-en-gb-mit@3.1.6':
+ resolution: {integrity: sha512-3JJGxuPhDK5rMDYPzJYAdjjsBddEyV54rXfUQpOCl7c7weMhNDWfC2q4h3cKNDj7Isud1q2RM+DlSxQWf40OTw==}
- '@cspell/dict-en_us@4.4.13':
- resolution: {integrity: sha512-6TEHCJKmRqq7fQI7090p+ju12vhuGcNkc6YfxHrcjO816m53VPVaS6IfG6+6OqelQiOMjr0ZD8IHcDIkwThSFw==}
+ '@cspell/dict-en_us@4.4.16':
+ resolution: {integrity: sha512-/R47sUbUmba2dG/0LZyE6P6gX/DRF1sCcYNQNWyPk/KeidQRNZG+FH9U0KRvX42/2ZzMge6ebXH3WAJ52w0Vqw==}
- '@cspell/dict-filetypes@3.0.12':
- resolution: {integrity: sha512-+ds5wgNdlUxuJvhg8A1TjuSpalDFGCh7SkANCWvIplg6QZPXL4j83lqxP7PgjHpx7PsBUS7vw0aiHPjZy9BItw==}
+ '@cspell/dict-filetypes@3.0.13':
+ resolution: {integrity: sha512-g6rnytIpQlMNKGJT1JKzWkC+b3xCliDKpQ3ANFSq++MnR4GaLiifaC4JkVON11Oh/UTplYOR1nY3BR4X30bswA==}
- '@cspell/dict-flutter@1.1.0':
- resolution: {integrity: sha512-3zDeS7zc2p8tr9YH9tfbOEYfopKY/srNsAa+kE3rfBTtQERAZeOhe5yxrnTPoufctXLyuUtcGMUTpxr3dO0iaA==}
+ '@cspell/dict-flutter@1.1.1':
+ resolution: {integrity: sha512-UlOzRcH2tNbFhZmHJN48Za/2/MEdRHl2BMkCWZBYs+30b91mWvBfzaN4IJQU7dUZtowKayVIF9FzvLZtZokc5A==}
- '@cspell/dict-fonts@4.0.4':
- resolution: {integrity: sha512-cHFho4hjojBcHl6qxidl9CvUb492IuSk7xIf2G2wJzcHwGaCFa2o3gRcxmIg1j62guetAeDDFELizDaJlVRIOg==}
+ '@cspell/dict-fonts@4.0.5':
+ resolution: {integrity: sha512-BbpkX10DUX/xzHs6lb7yzDf/LPjwYIBJHJlUXSBXDtK/1HaeS+Wqol4Mlm2+NAgZ7ikIE5DQMViTgBUY3ezNoQ==}
- '@cspell/dict-fsharp@1.1.0':
- resolution: {integrity: sha512-oguWmHhGzgbgbEIBKtgKPrFSVAFtvGHaQS0oj+vacZqMObwkapcTGu7iwf4V3Bc2T3caf0QE6f6rQfIJFIAVsw==}
+ '@cspell/dict-fsharp@1.1.1':
+ resolution: {integrity: sha512-imhs0u87wEA4/cYjgzS0tAyaJpwG7vwtC8UyMFbwpmtw+/bgss+osNfyqhYRyS/ehVCWL17Ewx2UPkexjKyaBA==}
- '@cspell/dict-fullstack@3.2.6':
- resolution: {integrity: sha512-cSaq9rz5RIU9j+0jcF2vnKPTQjxGXclntmoNp4XB7yFX2621PxJcekGjwf/lN5heJwVxGLL9toR0CBlGKwQBgA==}
+ '@cspell/dict-fullstack@3.2.7':
+ resolution: {integrity: sha512-IxEk2YAwAJKYCUEgEeOg3QvTL4XLlyArJElFuMQevU1dPgHgzWElFevN5lsTFnvMFA1riYsVinqJJX0BanCFEg==}
- '@cspell/dict-gaming-terms@1.1.1':
- resolution: {integrity: sha512-tb8GFxjTLDQstkJcJ90lDqF4rKKlMUKs5/ewePN9P+PYRSehqDpLI5S5meOfPit8LGszeOrjUdBQ4zXo7NpMyQ==}
+ '@cspell/dict-gaming-terms@1.1.2':
+ resolution: {integrity: sha512-9XnOvaoTBscq0xuD6KTEIkk9hhdfBkkvJAIsvw3JMcnp1214OCGW8+kako5RqQ2vTZR3Tnf3pc57o7VgkM0q1Q==}
- '@cspell/dict-git@3.0.6':
- resolution: {integrity: sha512-nazfOqyxlBOQGgcur9ssEOEQCEZkH8vXfQe8SDEx8sCN/g0SFm8ktabgLVmBOXjy3RzjVNLlM2nBfRQ7e6+5hQ==}
+ '@cspell/dict-git@3.0.7':
+ resolution: {integrity: sha512-odOwVKgfxCQfiSb+nblQZc4ErXmnWEnv8XwkaI4sNJ7cNmojnvogYVeMqkXPjvfrgEcizEEA4URRD2Ms5PDk1w==}
- '@cspell/dict-golang@6.0.22':
- resolution: {integrity: sha512-FvV0m3Y0nUFxw36uDCD8UtfOPv4wsZnnlabNwB3xNZ2IBn0gBURuMUZywScb9sd2wXM8VFBRoU//tc6NQsOVOg==}
+ '@cspell/dict-golang@6.0.23':
+ resolution: {integrity: sha512-oXqUh/9dDwcmVlfUF5bn3fYFqbUzC46lXFQmi5emB0vYsyQXdNWsqi6/yH3uE7bdRE21nP7Yo0mR1jjFNyLamg==}
- '@cspell/dict-google@1.0.8':
- resolution: {integrity: sha512-BnMHgcEeaLyloPmBs8phCqprI+4r2Jb8rni011A8hE+7FNk7FmLE3kiwxLFrcZnnb7eqM0agW4zUaNoB0P+z8A==}
+ '@cspell/dict-google@1.0.9':
+ resolution: {integrity: sha512-biL65POqialY0i4g6crj7pR6JnBkbsPovB2WDYkj3H4TuC/QXv7Pu5pdPxeUJA6TSCHI7T5twsO4VSVyRxD9CA==}
- '@cspell/dict-haskell@4.0.5':
- resolution: {integrity: sha512-s4BG/4tlj2pPM9Ha7IZYMhUujXDnI0Eq1+38UTTCpatYLbQqDwRFf2KNPLRqkroU+a44yTUAe0rkkKbwy4yRtQ==}
+ '@cspell/dict-haskell@4.0.6':
+ resolution: {integrity: sha512-ib8SA5qgftExpYNjWhpYIgvDsZ/0wvKKxSP+kuSkkak520iPvTJumEpIE+qPcmJQo4NzdKMN8nEfaeci4OcFAQ==}
- '@cspell/dict-html-symbol-entities@4.0.3':
- resolution: {integrity: sha512-aABXX7dMLNFdSE8aY844X4+hvfK7977sOWgZXo4MTGAmOzR8524fjbJPswIBK7GaD3+SgFZ2yP2o0CFvXDGF+A==}
+ '@cspell/dict-html-symbol-entities@4.0.4':
+ resolution: {integrity: sha512-afea+0rGPDeOV9gdO06UW183Qg6wRhWVkgCFwiO3bDupAoyXRuvupbb5nUyqSTsLXIKL8u8uXQlJ9pkz07oVXw==}
- '@cspell/dict-html@4.0.11':
- resolution: {integrity: sha512-QR3b/PB972SRQ2xICR1Nw/M44IJ6rjypwzA4jn+GH8ydjAX9acFNfc+hLZVyNe0FqsE90Gw3evLCOIF0vy1vQw==}
+ '@cspell/dict-html@4.0.12':
+ resolution: {integrity: sha512-JFffQ1dDVEyJq6tCDWv0r/RqkdSnV43P2F/3jJ9rwLgdsOIXwQbXrz6QDlvQLVvNSnORH9KjDtenFTGDyzfCaA==}
- '@cspell/dict-java@5.0.11':
- resolution: {integrity: sha512-T4t/1JqeH33Raa/QK/eQe26FE17eUCtWu+JsYcTLkQTci2dk1DfcIKo8YVHvZXBnuM43ATns9Xs0s+AlqDeH7w==}
+ '@cspell/dict-java@5.0.12':
+ resolution: {integrity: sha512-qPSNhTcl7LGJ5Qp6VN71H8zqvRQK04S08T67knMq9hTA8U7G1sTKzLmBaDOFhq17vNX/+rT+rbRYp+B5Nwza1A==}
- '@cspell/dict-julia@1.1.0':
- resolution: {integrity: sha512-CPUiesiXwy3HRoBR3joUseTZ9giFPCydSKu2rkh6I2nVjXnl5vFHzOMLXpbF4HQ1tH2CNfnDbUndxD+I+7eL9w==}
+ '@cspell/dict-julia@1.1.1':
+ resolution: {integrity: sha512-WylJR9TQ2cgwd5BWEOfdO3zvDB+L7kYFm0I9u0s9jKHWQ6yKmfKeMjU9oXxTBxIufhCXm92SKwwVNAC7gjv+yA==}
- '@cspell/dict-k8s@1.0.11':
- resolution: {integrity: sha512-8ojNwB5j4PfZ1Gq9n5c/HKJCtZD3h6+wFy+zpALpDWFFQ2qT22Be30+3PVd+G5gng8or0LeK8VgKKd0l1uKPTA==}
+ '@cspell/dict-k8s@1.0.12':
+ resolution: {integrity: sha512-2LcllTWgaTfYC7DmkMPOn9GsBWsA4DZdlun4po8s2ysTP7CPEnZc1ZfK6pZ2eI4TsZemlUQQ+NZxMe9/QutQxg==}
- '@cspell/dict-kotlin@1.1.0':
- resolution: {integrity: sha512-vySaVw6atY7LdwvstQowSbdxjXG6jDhjkWVWSjg1XsUckyzH1JRHXe9VahZz1i7dpoFEUOWQrhIe5B9482UyJQ==}
+ '@cspell/dict-kotlin@1.1.1':
+ resolution: {integrity: sha512-J3NzzfgmxRvEeOe3qUXnSJQCd38i/dpF9/t3quuWh6gXM+krsAXP75dY1CzDmS8mrJAlBdVBeAW5eAZTD8g86Q==}
- '@cspell/dict-latex@4.0.3':
- resolution: {integrity: sha512-2KXBt9fSpymYHxHfvhUpjUFyzrmN4c4P8mwIzweLyvqntBT3k0YGZJSriOdjfUjwSygrfEwiuPI1EMrvgrOMJw==}
+ '@cspell/dict-latex@4.0.4':
+ resolution: {integrity: sha512-YdTQhnTINEEm/LZgTzr9Voz4mzdOXH7YX+bSFs3hnkUHCUUtX/mhKgf1CFvZ0YNM2afjhQcmLaR9bDQVyYBvpA==}
- '@cspell/dict-lorem-ipsum@4.0.4':
- resolution: {integrity: sha512-+4f7vtY4dp2b9N5fn0za/UR0kwFq2zDtA62JCbWHbpjvO9wukkbl4rZg4YudHbBgkl73HRnXFgCiwNhdIA1JPw==}
+ '@cspell/dict-lorem-ipsum@4.0.5':
+ resolution: {integrity: sha512-9a4TJYRcPWPBKkQAJ/whCu4uCAEgv/O2xAaZEI0n4y1/l18Yyx8pBKoIX5QuVXjjmKEkK7hi5SxyIsH7pFEK9Q==}
- '@cspell/dict-lua@4.0.7':
- resolution: {integrity: sha512-Wbr7YSQw+cLHhTYTKV6cAljgMgcY+EUAxVIZW3ljKswEe4OLxnVJ7lPqZF5JKjlXdgCjbPSimsHqyAbC5pQN/Q==}
+ '@cspell/dict-lua@4.0.8':
+ resolution: {integrity: sha512-N4PkgNDMu9JVsRu7JBS/3E/dvfItRgk9w5ga2dKq+JupP2Y3lojNaAVFhXISh4Y0a6qXDn2clA6nvnavQ/jjLA==}
- '@cspell/dict-makefile@1.0.4':
- resolution: {integrity: sha512-E4hG/c0ekPqUBvlkrVvzSoAA+SsDA9bLi4xSV3AXHTVru7Y2bVVGMPtpfF+fI3zTkww/jwinprcU1LSohI3ylw==}
+ '@cspell/dict-makefile@1.0.5':
+ resolution: {integrity: sha512-4vrVt7bGiK8Rx98tfRbYo42Xo2IstJkAF4tLLDMNQLkQ86msDlYSKG1ZCk8Abg+EdNcFAjNhXIiNO+w4KflGAQ==}
- '@cspell/dict-markdown@2.0.11':
- resolution: {integrity: sha512-stZieFKJyMQbzKTVoalSx2QqCpB0j8nPJF/5x+sBnDIWgMC65jp8Wil+jccWh9/vnUVukP3Ejewven5NC7SWuQ==}
+ '@cspell/dict-markdown@2.0.12':
+ resolution: {integrity: sha512-ufwoliPijAgWkD/ivAMC+A9QD895xKiJRF/fwwknQb7kt7NozTLKFAOBtXGPJAB4UjhGBpYEJVo2elQ0FCAH9A==}
peerDependencies:
- '@cspell/dict-css': ^4.0.17
- '@cspell/dict-html': ^4.0.11
- '@cspell/dict-html-symbol-entities': ^4.0.3
- '@cspell/dict-typescript': ^3.2.2
+ '@cspell/dict-css': ^4.0.18
+ '@cspell/dict-html': ^4.0.12
+ '@cspell/dict-html-symbol-entities': ^4.0.4
+ '@cspell/dict-typescript': ^3.2.3
- '@cspell/dict-monkeyc@1.0.10':
- resolution: {integrity: sha512-7RTGyKsTIIVqzbvOtAu6Z/lwwxjGRtY5RkKPlXKHEoEAgIXwfDxb5EkVwzGQwQr8hF/D3HrdYbRT8MFBfsueZw==}
+ '@cspell/dict-monkeyc@1.0.11':
+ resolution: {integrity: sha512-7Q1Ncu0urALI6dPTrEbSTd//UK0qjRBeaxhnm8uY5fgYNFYAG+u4gtnTIo59S6Bw5P++4H3DiIDYoQdY/lha8w==}
- '@cspell/dict-node@5.0.7':
- resolution: {integrity: sha512-ZaPpBsHGQCqUyFPKLyCNUH2qzolDRm1/901IO8e7btk7bEDF56DN82VD43gPvD4HWz3yLs/WkcLa01KYAJpnOw==}
+ '@cspell/dict-node@5.0.8':
+ resolution: {integrity: sha512-AirZcN2i84ynev3p2/1NCPEhnNsHKMz9zciTngGoqpdItUb2bDt1nJBjwlsrFI78GZRph/VaqTVFwYikmncpXg==}
- '@cspell/dict-npm@5.2.9':
- resolution: {integrity: sha512-1uxRQ0LGPweRX8U9EEoU/tk5GGtTLAJT0BMmeHbe2AfzxX3nYSZtK/q52h9yg/wZLgvnFYzha2DL70uuT8oZuA==}
+ '@cspell/dict-npm@5.2.12':
+ resolution: {integrity: sha512-f5xcEl6+JZCFvDCOKJJuKv1ZMOzq9sBg/7y/iuqkBOgjeGDdB+PSrOJWk2jqu3PzXjjX39KJkt7mRUzv8Mrh1g==}
- '@cspell/dict-php@4.0.14':
- resolution: {integrity: sha512-7zur8pyncYZglxNmqsRycOZ6inpDoVd4yFfz1pQRe5xaRWMiK3Km4n0/X/1YMWhh3e3Sl/fQg5Axb2hlN68t1g==}
+ '@cspell/dict-php@4.0.15':
+ resolution: {integrity: sha512-iepGB2gtToMWSTvybesn4/lUp4LwXcEm0s8vasJLP76WWVkq1zYjmeS+WAIzNgsuURyZ/9mGqhS0CWMuo74ODw==}
- '@cspell/dict-powershell@5.0.14':
- resolution: {integrity: sha512-ktjjvtkIUIYmj/SoGBYbr3/+CsRGNXGpvVANrY0wlm/IoGlGywhoTUDYN0IsGwI2b8Vktx3DZmQkfb3Wo38jBA==}
+ '@cspell/dict-powershell@5.0.15':
+ resolution: {integrity: sha512-l4S5PAcvCFcVDMJShrYD0X6Huv9dcsQPlsVsBGbH38wvuN7gS7+GxZFAjTNxDmTY1wrNi1cCatSg6Pu2BW4rgg==}
- '@cspell/dict-public-licenses@2.0.13':
- resolution: {integrity: sha512-1Wdp/XH1ieim7CadXYE7YLnUlW0pULEjVl9WEeziZw3EKCAw8ZI8Ih44m4bEa5VNBLnuP5TfqC4iDautAleQzQ==}
+ '@cspell/dict-public-licenses@2.0.14':
+ resolution: {integrity: sha512-8NhNzQWALF6+NlLeKZKilSHbeW9MWeiD+NcrjehMAcovKFbsn8smmQG/bVxw+Ymtd6WEgNpLgswAqNsbSQQ4og==}
- '@cspell/dict-python@4.2.18':
- resolution: {integrity: sha512-hYczHVqZBsck7DzO5LumBLJM119a3F17aj8a7lApnPIS7cmEwnPc2eACNscAHDk7qAo2127oI7axUoFMe9/g1g==}
+ '@cspell/dict-python@4.2.19':
+ resolution: {integrity: sha512-9S2gTlgILp1eb6OJcVZeC8/Od83N8EqBSg5WHVpx97eMMJhifOzePkE0kDYjyHMtAFznCQTUu0iQEJohNQ5B0A==}
- '@cspell/dict-r@2.1.0':
- resolution: {integrity: sha512-k2512wgGG0lTpTYH9w5Wwco+lAMf3Vz7mhqV8+OnalIE7muA0RSuD9tWBjiqLcX8zPvEJr4LdgxVju8Gk3OKyA==}
+ '@cspell/dict-r@2.1.1':
+ resolution: {integrity: sha512-71Ka+yKfG4ZHEMEmDxc6+blFkeTTvgKbKAbwiwQAuKl3zpqs1Y0vUtwW2N4b3LgmSPhV3ODVY0y4m5ofqDuKMw==}
- '@cspell/dict-ruby@5.0.8':
- resolution: {integrity: sha512-ixuTneU0aH1cPQRbWJvtvOntMFfeQR2KxT8LuAv5jBKqQWIHSxzGlp+zX3SVyoeR0kOWiu64/O5Yn836A5yMcQ==}
+ '@cspell/dict-ruby@5.0.9':
+ resolution: {integrity: sha512-H2vMcERMcANvQshAdrVx0XoWaNX8zmmiQN11dZZTQAZaNJ0xatdJoSqY8C8uhEMW89bfgpN+NQgGuDXW2vmXEw==}
- '@cspell/dict-rust@4.0.11':
- resolution: {integrity: sha512-OGWDEEzm8HlkSmtD8fV3pEcO2XBpzG2XYjgMCJCRwb2gRKvR+XIm6Dlhs04N/K2kU+iH8bvrqNpM8fS/BFl0uw==}
+ '@cspell/dict-rust@4.0.12':
+ resolution: {integrity: sha512-z2QiH+q9UlNhobBJArvILRxV8Jz0pKIK7gqu4TgmEYyjiu1TvnGZ1tbYHeu9w3I/wOP6UMDoCBTty5AlYfW0mw==}
- '@cspell/dict-scala@5.0.7':
- resolution: {integrity: sha512-yatpSDW/GwulzO3t7hB5peoWwzo+Y3qTc0pO24Jf6f88jsEeKmDeKkfgPbYuCgbE4jisGR4vs4+jfQZDIYmXPA==}
+ '@cspell/dict-scala@5.0.8':
+ resolution: {integrity: sha512-YdftVmumv8IZq9zu1gn2U7A4bfM2yj9Vaupydotyjuc+EEZZSqAafTpvW/jKLWji2TgybM1L2IhmV0s/Iv9BTw==}
- '@cspell/dict-shell@1.1.0':
- resolution: {integrity: sha512-D/xHXX7T37BJxNRf5JJHsvziFDvh23IF/KvkZXNSh8VqcRdod3BAz9VGHZf6VDqcZXr1VRqIYR3mQ8DSvs3AVQ==}
+ '@cspell/dict-shell@1.1.1':
+ resolution: {integrity: sha512-T37oYxE7OV1x/1D4/13Y8JZGa1QgDCXV7AVt3HLXjn0Fe3TaNDvf5sU0fGnXKmBPqFFrHdpD3uutAQb1dlp15g==}
- '@cspell/dict-software-terms@5.1.2':
- resolution: {integrity: sha512-MssT9yyInezB6mFqHTDNOIVjbMakORllIt7IJ91LrgiQOcDLzidR0gN9pE340s655TJ8U5MJNAfRfH0oRU14KQ==}
+ '@cspell/dict-software-terms@5.1.5':
+ resolution: {integrity: sha512-MX5beBP3pLmIM0mjqfrHbie3EEfyLWZ8ZqW56jcLuRlLoDcfC0FZsr66NCARgCgEwsWiidHFe87+7fFsnwqY6A==}
- '@cspell/dict-sql@2.2.0':
- resolution: {integrity: sha512-MUop+d1AHSzXpBvQgQkCiok8Ejzb+nrzyG16E8TvKL2MQeDwnIvMe3bv90eukP6E1HWb+V/MA/4pnq0pcJWKqQ==}
+ '@cspell/dict-sql@2.2.1':
+ resolution: {integrity: sha512-qDHF8MpAYCf4pWU8NKbnVGzkoxMNrFqBHyG/dgrlic5EQiKANCLELYtGlX5auIMDLmTf1inA0eNtv74tyRJ/vg==}
- '@cspell/dict-svelte@1.0.6':
- resolution: {integrity: sha512-8LAJHSBdwHCoKCSy72PXXzz7ulGROD0rP1CQ0StOqXOOlTUeSFaJJlxNYjlONgd2c62XBQiN2wgLhtPN+1Zv7Q==}
+ '@cspell/dict-svelte@1.0.7':
+ resolution: {integrity: sha512-hGZsGqP0WdzKkdpeVLBivRuSNzOTvN036EBmpOwxH+FTY2DuUH7ecW+cSaMwOgmq5JFSdTcbTNFlNC8HN8lhaQ==}
- '@cspell/dict-swift@2.0.5':
- resolution: {integrity: sha512-3lGzDCwUmnrfckv3Q4eVSW3sK3cHqqHlPprFJZD4nAqt23ot7fic5ALR7J4joHpvDz36nHX34TgcbZNNZOC/JA==}
+ '@cspell/dict-swift@2.0.6':
+ resolution: {integrity: sha512-PnpNbrIbex2aqU1kMgwEKvCzgbkHtj3dlFLPMqW1vSniop7YxaDTtvTUO4zA++ugYAEL+UK8vYrBwDPTjjvSnA==}
- '@cspell/dict-terraform@1.1.2':
- resolution: {integrity: sha512-RB9dnhxKIiWpwQB+b3JuFa8X4m+6Ny92Y4Z5QARR7jEtapg8iF2ODZX1yLtozp4kFVoRsUKEP6vj3MLv87VTdg==}
+ '@cspell/dict-terraform@1.1.3':
+ resolution: {integrity: sha512-gr6wxCydwSFyyBKhBA2xkENXtVFToheqYYGFvlMZXWjviynXmh+NK/JTvTCk/VHk3+lzbO9EEQKee6VjrAUSbA==}
- '@cspell/dict-typescript@3.2.2':
- resolution: {integrity: sha512-H9Y+uUHsTIDFO/jdfUAcqmcd5osT+2DB5b0aRCHfLWN/twUbGn/1qq3b7YwEvttxKlYzWHU3uNFf+KfA93VY7w==}
+ '@cspell/dict-typescript@3.2.3':
+ resolution: {integrity: sha512-zXh1wYsNljQZfWWdSPYwQhpwiuW0KPW1dSd8idjMRvSD0aSvWWHoWlrMsmZeRl4qM4QCEAjua8+cjflm41cQBg==}
- '@cspell/dict-vue@3.0.4':
- resolution: {integrity: sha512-0dPtI0lwHcAgSiQFx8CzvqjdoXROcH+1LyqgROCpBgppommWpVhbQ0eubnKotFEXgpUCONVkeZJ6Ql8NbTEu+w==}
+ '@cspell/dict-vue@3.0.5':
+ resolution: {integrity: sha512-Mqutb8jbM+kIcywuPQCCaK5qQHTdaByoEO2J9LKFy3sqAdiBogNkrplqUK0HyyRFgCfbJUgjz3N85iCMcWH0JA==}
- '@cspell/dynamic-import@9.1.2':
- resolution: {integrity: sha512-Kg22HCx5m0znVPLea2jRrvMnzHZAAzqcDr5g6Dbd4Pizs5b3SPQuRpFmYaDvKo26JNZnfRqA9eweiuE5aQAf2A==}
+ '@cspell/dynamic-import@9.2.0':
+ resolution: {integrity: sha512-2/k4LR8CQqbgIPQGELbCdt9xgg9+aQ7pMwOtllKvnFYBtwNiwqcZjlzAam2gtvD5DghKX2qrcSHG5A7YP5cX9A==}
engines: {node: '>=20'}
- '@cspell/filetypes@9.1.2':
- resolution: {integrity: sha512-j+6kDz3GbeYwwtlzVosqVaSiFGMhf0u3y8eAP3IV2bTelhP2ZiOLD+yNbAyYGao7p10/Sqv+Ri0yT7IsGLniww==}
+ '@cspell/filetypes@9.2.0':
+ resolution: {integrity: sha512-6wmCa3ZyI647H7F4w6kb9PCJ703JKSgFTB8EERTdIoGySbgVp5+qMIIoZ//wELukdjgcufcFZ5pBrhRDRsemRA==}
engines: {node: '>=20'}
- '@cspell/strong-weak-map@9.1.2':
- resolution: {integrity: sha512-6X9oXnklvdt1pd0x0Mh6qXaaIRxjt0G50Xz5ZGm3wpAagv0MFvTThdmYVFfBuZ91x7fDT3u77y3d1uqdGQW1CA==}
+ '@cspell/strong-weak-map@9.2.0':
+ resolution: {integrity: sha512-5mpIMiIOCu4cBqy1oCTXISgJuOCQ6R/e38AkvnYWfmMIx7fCdx8n+mF52wX9m61Ng28Sq8VL253xybsWcCxHug==}
engines: {node: '>=20'}
- '@cspell/url@9.1.2':
- resolution: {integrity: sha512-PMJBuLYQIdFnEfPHQXaVE5hHUkbbOxOIRmHyZwWEc9+79tIaIkiwLpjZvbm8p6f9WXAaESqXs/uK2tUC/bjwmw==}
+ '@cspell/url@9.2.0':
+ resolution: {integrity: sha512-plB0wwdAESqBl4xDAT2db2/K1FZHJXfYlJTiV6pkn0XffTGyg4UGLaSCm15NzUoPxdSmzqj5jQb7y+mB9kFK8g==}
engines: {node: '>=20'}
'@docsearch/css@3.9.0':
@@ -1843,14 +1840,14 @@ packages:
search-insights:
optional: true
- '@emnapi/core@1.4.3':
- resolution: {integrity: sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==}
+ '@emnapi/core@1.4.5':
+ resolution: {integrity: sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==}
- '@emnapi/runtime@1.4.3':
- resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==}
+ '@emnapi/runtime@1.4.5':
+ resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==}
- '@emnapi/wasi-threads@1.0.2':
- resolution: {integrity: sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==}
+ '@emnapi/wasi-threads@1.0.4':
+ resolution: {integrity: sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==}
'@es-joy/jsdoccomment@0.50.2':
resolution: {integrity: sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==}
@@ -1860,152 +1857,158 @@ packages:
resolution: {integrity: sha512-BXuN7BII+8AyNtn57euU2Yxo9yA/KUDNzrpXyi3pfqKmBhhysR6ZWOebFh3vyPoqA3/j1SOvGgucElMGwlXing==}
engines: {node: '>=20.11.0'}
- '@esbuild/aix-ppc64@0.25.5':
- resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==}
+ '@esbuild/aix-ppc64@0.25.8':
+ resolution: {integrity: sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [aix]
- '@esbuild/android-arm64@0.25.5':
- resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==}
+ '@esbuild/android-arm64@0.25.8':
+ resolution: {integrity: sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==}
engines: {node: '>=18'}
cpu: [arm64]
os: [android]
- '@esbuild/android-arm@0.25.5':
- resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==}
+ '@esbuild/android-arm@0.25.8':
+ resolution: {integrity: sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==}
engines: {node: '>=18'}
cpu: [arm]
os: [android]
- '@esbuild/android-x64@0.25.5':
- resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==}
+ '@esbuild/android-x64@0.25.8':
+ resolution: {integrity: sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==}
engines: {node: '>=18'}
cpu: [x64]
os: [android]
- '@esbuild/darwin-arm64@0.25.5':
- resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==}
+ '@esbuild/darwin-arm64@0.25.8':
+ resolution: {integrity: sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==}
engines: {node: '>=18'}
cpu: [arm64]
os: [darwin]
- '@esbuild/darwin-x64@0.25.5':
- resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==}
+ '@esbuild/darwin-x64@0.25.8':
+ resolution: {integrity: sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==}
engines: {node: '>=18'}
cpu: [x64]
os: [darwin]
- '@esbuild/freebsd-arm64@0.25.5':
- resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==}
+ '@esbuild/freebsd-arm64@0.25.8':
+ resolution: {integrity: sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==}
engines: {node: '>=18'}
cpu: [arm64]
os: [freebsd]
- '@esbuild/freebsd-x64@0.25.5':
- resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==}
+ '@esbuild/freebsd-x64@0.25.8':
+ resolution: {integrity: sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==}
engines: {node: '>=18'}
cpu: [x64]
os: [freebsd]
- '@esbuild/linux-arm64@0.25.5':
- resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==}
+ '@esbuild/linux-arm64@0.25.8':
+ resolution: {integrity: sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==}
engines: {node: '>=18'}
cpu: [arm64]
os: [linux]
- '@esbuild/linux-arm@0.25.5':
- resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==}
+ '@esbuild/linux-arm@0.25.8':
+ resolution: {integrity: sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==}
engines: {node: '>=18'}
cpu: [arm]
os: [linux]
- '@esbuild/linux-ia32@0.25.5':
- resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==}
+ '@esbuild/linux-ia32@0.25.8':
+ resolution: {integrity: sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==}
engines: {node: '>=18'}
cpu: [ia32]
os: [linux]
- '@esbuild/linux-loong64@0.25.5':
- resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==}
+ '@esbuild/linux-loong64@0.25.8':
+ resolution: {integrity: sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==}
engines: {node: '>=18'}
cpu: [loong64]
os: [linux]
- '@esbuild/linux-mips64el@0.25.5':
- resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==}
+ '@esbuild/linux-mips64el@0.25.8':
+ resolution: {integrity: sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==}
engines: {node: '>=18'}
cpu: [mips64el]
os: [linux]
- '@esbuild/linux-ppc64@0.25.5':
- resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==}
+ '@esbuild/linux-ppc64@0.25.8':
+ resolution: {integrity: sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [linux]
- '@esbuild/linux-riscv64@0.25.5':
- resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==}
+ '@esbuild/linux-riscv64@0.25.8':
+ resolution: {integrity: sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==}
engines: {node: '>=18'}
cpu: [riscv64]
os: [linux]
- '@esbuild/linux-s390x@0.25.5':
- resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==}
+ '@esbuild/linux-s390x@0.25.8':
+ resolution: {integrity: sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==}
engines: {node: '>=18'}
cpu: [s390x]
os: [linux]
- '@esbuild/linux-x64@0.25.5':
- resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==}
+ '@esbuild/linux-x64@0.25.8':
+ resolution: {integrity: sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [linux]
- '@esbuild/netbsd-arm64@0.25.5':
- resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==}
+ '@esbuild/netbsd-arm64@0.25.8':
+ resolution: {integrity: sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==}
engines: {node: '>=18'}
cpu: [arm64]
os: [netbsd]
- '@esbuild/netbsd-x64@0.25.5':
- resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==}
+ '@esbuild/netbsd-x64@0.25.8':
+ resolution: {integrity: sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==}
engines: {node: '>=18'}
cpu: [x64]
os: [netbsd]
- '@esbuild/openbsd-arm64@0.25.5':
- resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==}
+ '@esbuild/openbsd-arm64@0.25.8':
+ resolution: {integrity: sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [openbsd]
- '@esbuild/openbsd-x64@0.25.5':
- resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==}
+ '@esbuild/openbsd-x64@0.25.8':
+ resolution: {integrity: sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [openbsd]
- '@esbuild/sunos-x64@0.25.5':
- resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==}
+ '@esbuild/openharmony-arm64@0.25.8':
+ resolution: {integrity: sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openharmony]
+
+ '@esbuild/sunos-x64@0.25.8':
+ resolution: {integrity: sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==}
engines: {node: '>=18'}
cpu: [x64]
os: [sunos]
- '@esbuild/win32-arm64@0.25.5':
- resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==}
+ '@esbuild/win32-arm64@0.25.8':
+ resolution: {integrity: sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [win32]
- '@esbuild/win32-ia32@0.25.5':
- resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==}
+ '@esbuild/win32-ia32@0.25.8':
+ resolution: {integrity: sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==}
engines: {node: '>=18'}
cpu: [ia32]
os: [win32]
- '@esbuild/win32-x64@0.25.5':
- resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==}
+ '@esbuild/win32-x64@0.25.8':
+ resolution: {integrity: sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==}
engines: {node: '>=18'}
cpu: [x64]
os: [win32]
@@ -2047,10 +2050,6 @@ packages:
resolution: {integrity: sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/core@0.14.0':
- resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==}
- 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}
@@ -2059,12 +2058,12 @@ packages:
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.30.1':
- resolution: {integrity: sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==}
+ '@eslint/js@9.31.0':
+ resolution: {integrity: sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/markdown@6.6.0':
- resolution: {integrity: sha512-IsWPy2jU3gaQDlioDC4sT4I4kG1hX1OMWs/q2sWwJrPoMASHW/Z4SDw+6Aql6EsHejGbagYuJbFq9Zvx+Y1b1Q==}
+ '@eslint/markdown@7.1.0':
+ resolution: {integrity: sha512-Y+X1B1j+/zupKDVJfkKc8uYMjQkGzfnd8lt7vK3y8x9Br6H5dBuhAfFrQ6ff7HAMm/1BwgecyEiRFkYCWPRxmA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.6':
@@ -2075,8 +2074,8 @@ packages:
resolution: {integrity: sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/plugin-kit@0.3.3':
- resolution: {integrity: sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==}
+ '@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}
'@floating-ui/core@1.7.2':
@@ -2114,23 +2113,23 @@ packages:
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
engines: {node: '>=18.18'}
- '@iconify-json/carbon@1.2.10':
- resolution: {integrity: sha512-Z+psKjwGZ9wZu+mVOStmIqHux1OWc8AtDiJ4eHmOkbcW5SMoGVtsQ6LWGJcYguT+9q9YgGihUTvHEnQSPWKGiQ==}
+ '@iconify-json/carbon@1.2.11':
+ resolution: {integrity: sha512-fWcoR0V4dLGLsgUvgjioBcTmj+l8NlMMEP/aMMUwR9PWAr5mCBg52rsTe/bvOnL1zj9PUCNxaj2M4H27GrnO3g==}
'@iconify-json/icon-park-outline@1.2.2':
resolution: {integrity: sha512-7VkMWOZTIMNkC9+oAL4I5kVlVC5Pq3nQpruZ4E3cLyKaeV95gaUrEilUkvGW71fgsFYCBWAmOZ3KpM4ux0j0zA==}
- '@iconify-json/logos@1.2.4':
- resolution: {integrity: sha512-XC4If5D/hbaZvUkTV8iaZuGlQCyG6CNOlaAaJaGa13V5QMYwYjgtKk3vPP8wz3wtTVNVEVk3LRx1fOJz+YnSMw==}
+ '@iconify-json/logos@1.2.5':
+ resolution: {integrity: sha512-WR8+9kFwx1tIR+hWpKYC+rpVkAuzHyaVxZRfhGGIjqCfgbodK7rS4+OZhktdKtZKKcdmhpLZKvlmRm4IA4dKRg==}
- '@iconify-json/octicon@1.2.7':
- resolution: {integrity: sha512-o1WcVH2Uus6PlMOZkBOpmWywAoHDJBsHx/3cH/D/FZPB1OLNG7N9o+xI67iqlc7/5vKMeW22jI/1iSgdEYdfBw==}
+ '@iconify-json/octicon@1.2.8':
+ resolution: {integrity: sha512-HNi18zdI/9fMuwpPjrlkHT7slt2dF0/+rq5IXDJopl/t+3JE2jsJCx5l8TMjqzm/dlvrnEOuO6n9t7ZxhFjByQ==}
'@iconify-json/ri@1.2.5':
resolution: {integrity: sha512-kWGimOXMZrlYusjBKKXYOWcKhbOHusFsmrmRGmjS7rH0BpML5A9/fy8KHZqFOwZfC4M6amObQYbh8BqO5cMC3w==}
- '@iconify-json/simple-icons@1.2.41':
- resolution: {integrity: sha512-4tt29cKzNsxvt6rjAOVhEgpZV0L8jleTDTMdtvIJjF14Afp9aH8peuwGYyX35l6idfFwuzbvjSVfVyVjJtfmYA==}
+ '@iconify-json/simple-icons@1.2.44':
+ resolution: {integrity: sha512-CdWgSPygwDlDbKtDWjvi3NtUefnkoepXv90n3dQxJerqzD9kI+nEJOiWUBM+eOyMYQKtxBpLWFBrgeotF0IZKw==}
'@iconify-json/vscode-icons@1.2.23':
resolution: {integrity: sha512-gFTcKecKra2/b5SbGDgHGI/l8CuikHyBPmqGlK+YCmS8AK72dtDQbUekdoACsju/3TYS37QvdPoOQwnyx2LdYg==}
@@ -2249,8 +2248,8 @@ packages:
'@internationalized/date@3.8.2':
resolution: {integrity: sha512-/wENk7CbvLbkUvX1tu0mwq49CVkkWpkXubGel6birjRPyo6uQ4nQpnq5xZu823zRCwwn82zgHrvgF1vZyvmVgA==}
- '@internationalized/number@3.6.3':
- resolution: {integrity: sha512-p+Zh1sb6EfrfVaS86jlHGQ9HA66fJhV9x5LiE5vCbZtXEHAuhcmUZUdZ4WrFpUBfNalr2OkAJI5AcKEQF+Lebw==}
+ '@internationalized/number@3.6.4':
+ resolution: {integrity: sha512-P+/h+RDaiX8EGt3shB9AYM1+QgkvHmJ5rKi4/59k4sg9g58k9rqsRW0WxRO7jCoHyvVbFRRFKmVTdFYdehrxHg==}
'@ioredis/commands@1.2.0':
resolution: {integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==}
@@ -2302,26 +2301,29 @@ packages:
engines: {node: '>=18'}
hasBin: true
- '@module-federation/error-codes@0.15.0':
- resolution: {integrity: sha512-CFJSF+XKwTcy0PFZ2l/fSUpR4z247+Uwzp1sXVkdIfJ/ATsnqf0Q01f51qqSEA6MYdQi6FKos9FIcu3dCpQNdg==}
+ '@module-federation/error-codes@0.17.0':
+ resolution: {integrity: sha512-+pZ12frhaDqh4Xs/MQj4Vu4CAjnJTiEb8Z6fqPfn/TLHh4YLWMOzpzxGuMFDHqXwMb3o8FRAUhNB0eX2ZmhwTA==}
+
+ '@module-federation/runtime-core@0.17.0':
+ resolution: {integrity: sha512-MYwDDevYnBB9gXFfNOmJVIX5XZcbCHd0dral7gT7yVmlwOhbuGOLlm2dh2icwwdCYHA9AFDCfU9l1nJR4ex/ng==}
- '@module-federation/runtime-core@0.15.0':
- resolution: {integrity: sha512-RYzI61fRDrhyhaEOXH3AgIGlHiot0wPFXu7F43cr+ZnTi+VlSYWLdlZ4NBuT9uV6JSmH54/c+tEZm5SXgKR2sQ==}
+ '@module-federation/runtime-tools@0.17.0':
+ resolution: {integrity: sha512-t4QcKfhmwOHedwByDKUlTQVw4+gPotySYPyNa8GFrBSr1F6wcGdGyOhzP+PdgpiJLIM03cB6V+IKGGHE28SfDQ==}
- '@module-federation/runtime-tools@0.15.0':
- resolution: {integrity: sha512-kzFn3ObUeBp5vaEtN1WMxhTYBuYEErxugu1RzFUERD21X3BZ+b4cWwdFJuBDlsmVjctIg/QSOoZoPXRKAO0foA==}
+ '@module-federation/runtime@0.17.0':
+ resolution: {integrity: sha512-eMtrtCSSV6neJpMmQ8WdFpYv93raSgsG5RiAPsKUuSCXfZ5D+yzvleZ+gPcEpFT9HokmloxAn0jep50/1upTQw==}
- '@module-federation/runtime@0.15.0':
- resolution: {integrity: sha512-dTPsCNum9Bhu3yPOcrPYq0YnM9eCMMMNB1wuiqf1+sFbQlNApF0vfZxooqz3ln0/MpgE0jerVvFsLVGfqvC9Ug==}
+ '@module-federation/sdk@0.17.0':
+ resolution: {integrity: sha512-tjrNaYdDocHZsWu5iXlm83lwEK8A64r4PQB3/kY1cW1iOvggR2RESLAWPxRJXC2cLF8fg8LDKOBdgERZW1HPFA==}
- '@module-federation/sdk@0.15.0':
- resolution: {integrity: sha512-PWiYbGcJrKUD6JZiEPihrXhV3bgXdll4bV7rU+opV7tHaun+Z0CdcawjZ82Xnpb8MCPGmqHwa1MPFeUs66zksw==}
+ '@module-federation/webpack-bundler-runtime@0.17.0':
+ resolution: {integrity: sha512-o8XtXwqTDlqLgcALOfObcCbqXvUcSDHIEXrkcb4W+I8GJY7IqV0+x6rX4mJ3f59tca9qOF8zsZsOA6BU93Pvgw==}
- '@module-federation/webpack-bundler-runtime@0.15.0':
- resolution: {integrity: sha512-i+3wu2Ljh2TmuUpsnjwZVupOVqV50jP0ndA8PSP4gwMKlgdGeaZ4VH5KkHAXGr2eiYUxYLMrJXz1+eILJqeGDg==}
+ '@napi-rs/wasm-runtime@0.2.12':
+ resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==}
- '@napi-rs/wasm-runtime@0.2.11':
- resolution: {integrity: sha512-9DPkXtvHydrcOsopiYpUgPHpmj0HWZKMUnL2dZqpvC42lsratuBG06V5ipyno0fUek5VlFsNQ+AcFATSrJXgMA==}
+ '@napi-rs/wasm-runtime@1.0.1':
+ resolution: {integrity: sha512-KVlQ/jgywZpixGCKMNwxStmmbYEMyokZpCf2YuIChhfJA2uqfAKNEM8INz7zzTo55iEXfBhIIs3VqYyqzDLj8g==}
'@no-shims/is-core-module@2.14.0':
resolution: {integrity: sha512-ONahn1U9fJ8yOan0XrQow30eyWaPQlWoEdbanZWeBQm11xYwx/Y8CL+T0v7zQSQq5/AEzZ5ov2AIAEV0mvYi0Q==}
@@ -2364,8 +2366,8 @@ packages:
peerDependencies:
vitepress: ^1.5.0 || ^2.0.0-alpha.1
- '@nuxt/cli@3.25.1':
- resolution: {integrity: sha512-7+Ut7IvAD4b5piikJFSgIqSPbHKFT5gq05JvCsEHRM0MPA5QR9QHkicklyMqSj0D/oEkDohen8qRgdxRie3oUA==}
+ '@nuxt/cli@3.26.4':
+ resolution: {integrity: sha512-PeZcH7ghQxIcCaKyu+So3qGEjKG18TN1ic4jKvKFQouNgzPSVfvZAeBOHU4znEuDFp/wmoN5EliyHO4HaSs+rw==}
engines: {node: ^16.10.0 || >=18.0.0}
hasBin: true
@@ -2375,7 +2377,7 @@ packages:
'@nuxt/devtools-kit@2.6.2':
resolution: {integrity: sha512-esErdMQ0u3wXXogKQ3IE2m0fxv52w6CzPsfsXF4o5ZVrUQrQaH58ygupDAQTYdlGTgtqmEA6KkHTGG5cM6yxeg==}
peerDependencies:
- vite: ^7.0.2
+ vite: ^7.0.6
'@nuxt/devtools-wizard@2.6.2':
resolution: {integrity: sha512-s1eYYKi2eZu2ZUPQrf22C0SceWs5/C3c3uow/DVunD304Um/Tj062xM9E4p1B9L8yjaq8t0Gtyu/YvZdo/reyg==}
@@ -2385,14 +2387,18 @@ packages:
resolution: {integrity: sha512-pqcSDPv1I+8fxa6FvhAxVrfcN/sXYLOBe9scTLbRQOVLTO0pHzryayho678qNKiwWGgj/rcjEDr6IZCgwqOCfA==}
hasBin: true
peerDependencies:
- vite: ^7.0.2
+ vite: ^7.0.6
- '@nuxt/kit@3.17.6':
- resolution: {integrity: sha512-8PKRwoEF70IXVrpGEJZ4g4V2WtE9RjSMgSZLLa0HZCoyT+QczJcJe3kho/XKnJOnNnHep4WqciTD7p4qRRtBqw==}
+ '@nuxt/kit@3.17.7':
+ resolution: {integrity: sha512-JLno3ur7Pix2o/StxIMlEHRkMawA6h7uzjZBDgxdeKXRWTYY8ID9YekSkN4PBlEFGXBfCBOcPd5+YqcyBUAMkw==}
engines: {node: '>=18.12.0'}
- '@nuxt/schema@3.17.6':
- resolution: {integrity: sha512-ahm0yz6CrSaZ4pS0iuVod9lVRXNDNIidKWLLBx2naGNM6rW+sdFV9gxjvUS3+rLW+swa4HCKE6J5bjOl//oyqQ==}
+ '@nuxt/kit@4.0.1':
+ resolution: {integrity: sha512-9vYpbuK3xcVhuDq+NyoLhbAolV/bEESaozFOMutl0jhrODcNWFrJ8wQSZIt9yxcFXUgXgUa2ms31qaUEpXrykw==}
+ engines: {node: '>=18.12.0'}
+
+ '@nuxt/schema@4.0.1':
+ resolution: {integrity: sha512-/e/avVyJ/pLydTQL9iGlpvyGiJ0Y6+TKLXlUFR0zPTJv6asHzCqHKbiL84+wSAQmTw6Hl+z0yZv8uEx21+JoHw==}
engines: {node: ^14.18.0 || >=16.10.0}
'@nuxt/telemetry@2.6.6':
@@ -2400,353 +2406,383 @@ packages:
engines: {node: '>=18.12.0'}
hasBin: true
- '@nuxt/vite-builder@3.17.6':
- resolution: {integrity: sha512-D7bf0BE2nDFj23ryKuSakQFDETt5rpnMTlaoDsRElrApFRvMNzF7pYHuHjvPELsi0UmaqCb8sZn6ki0GALEu2A==}
- engines: {node: ^18.12.0 || ^20.9.0 || >=22.0.0}
+ '@nuxt/vite-builder@4.0.1':
+ resolution: {integrity: sha512-+ScfRxpCCHkJgkBYRXkvQHLsF/vxyFkwQzTBDL6+8sg9+BcTYkxOjVHDZ1l0qzeVORXzoq4G+oPfKsob64vODA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
- vue: ^3.3.4
+ vue: ^3.5.18
'@oslojs/encoding@1.1.0':
resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==}
- '@oxc-minify/binding-android-arm64@0.75.1':
- resolution: {integrity: sha512-YHJeCoDL/wqTu2HhB7ZgtoTvfhjxLyHgxVSxJz4q5MSypvJIbheJj9hqd3DQ6DSMPGYlVMvMQSfii+d35ysZGA==}
+ '@oxc-minify/binding-android-arm64@0.78.0':
+ resolution: {integrity: sha512-tza8rCLefHlwksl+uVgdwHtmGKotOYSnJ5PPOdgATgOc+JqQPDbZqf68aTUU8y1VnrOR2bi7iYDFiY6RbkpKQA==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [android]
- '@oxc-minify/binding-darwin-arm64@0.75.1':
- resolution: {integrity: sha512-LAEO2+f/ZC/e0H7j7Si66yLuzEyrXqfKMMVbsCbWkyrH2fIeaFjxXyLEH8x7bdsXWr8Cf+yiXyzMAg02QEz2/Q==}
+ '@oxc-minify/binding-darwin-arm64@0.78.0':
+ resolution: {integrity: sha512-dCSJnY7b4GwCmoWNksou3fNYXlhxibJvktFLvoq5eMmMTLoowrwcZT+WG2cIJV+RF33AREDac4QgZTDKI4LLmw==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [darwin]
- '@oxc-minify/binding-darwin-x64@0.75.1':
- resolution: {integrity: sha512-Y0gYwEHNlHX9V3802c33Q/qHdPHrBI6MifU9u/cZBQhLxuJnITMgvlK3gWMzj7BHTR4HeQ+wbWCzo0Mx4sJ/1g==}
+ '@oxc-minify/binding-darwin-x64@0.78.0':
+ resolution: {integrity: sha512-ru8y6K/HNAkCFFW6r1MGhAbwC6xZP82GjzNnIxkx3dt9CsXLLcKuSYDTRMudi2SpUKmVEdhCKuelvst4doZwYg==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [darwin]
- '@oxc-minify/binding-freebsd-x64@0.75.1':
- resolution: {integrity: sha512-HJWphC0wB2SSeDjQH0JvMc8tqMmrSnCZOih89dWoK3gaeXWnZMuWHwSwIIHos5lK2P8x0Ig9VQHm2Qb9qkicjQ==}
+ '@oxc-minify/binding-freebsd-x64@0.78.0':
+ resolution: {integrity: sha512-LpWLEng5mdoYJALJbMuIrX3GMNMDLB9uGwmDzPLYq/s3lgQpJgsGsgRvApa5Di45klmckQiDCTO9U/h3OocgyQ==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [freebsd]
- '@oxc-minify/binding-linux-arm-gnueabihf@0.75.1':
- resolution: {integrity: sha512-pg61V3neHLy/a07xzcn2v7fwl7wdlA9xdgxhoqja+KnW2qt/6zQfoFXwqBIbaGNZZixn+r0K06+f6GHWwAv4AA==}
+ '@oxc-minify/binding-linux-arm-gnueabihf@0.78.0':
+ resolution: {integrity: sha512-l0gZP6wJ5NXsMwMUlnLk64RBOVFi6s8G8kt/y/dNlHs+M71vM9N3FfVmAhOJy5NnvZB6GPlhF/7ff+sx0IEfjQ==}
engines: {node: '>=14.0.0'}
cpu: [arm]
os: [linux]
- '@oxc-minify/binding-linux-arm-musleabihf@0.75.1':
- resolution: {integrity: sha512-caSZscVzFEo7dwdwmICIrPrCXOd3CD9ETkIkgKvMNGihQda1YSB5cCguDQ6+7kWpKJR+Kc+GTMcYm0zRbvXpBA==}
+ '@oxc-minify/binding-linux-arm-musleabihf@0.78.0':
+ resolution: {integrity: sha512-/tIoXoFr0YzRWFXTTcoor40XNRGr2GSJ8L0xxCAjDT2afCPW/FL8L4tnprprRvEuXCnKQmQat0GBINJ3gFHPhg==}
engines: {node: '>=14.0.0'}
cpu: [arm]
os: [linux]
- '@oxc-minify/binding-linux-arm64-gnu@0.75.1':
- resolution: {integrity: sha512-rEnomt3hDJdrSP4tKgZ+4scOeTtd7+R5HQeTXZ62N2EMkz2/LR4axgi+wdV3QzBwA5mwv6XWQm3gs/RE6M6aUg==}
+ '@oxc-minify/binding-linux-arm64-gnu@0.78.0':
+ resolution: {integrity: sha512-4EIrAB+cJAfIJ9FjAbII5dwhIgGiNxLwDZdkGLZbBdNAa+eHxb7CAvCeb+uYNHcW/ljvE7HgFq1t13JpBYScRA==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [linux]
- '@oxc-minify/binding-linux-arm64-musl@0.75.1':
- resolution: {integrity: sha512-TqnDz5jjLGevEzu5JYalIqx6Tm7/EJIQzx3IYOctFE9m8LS+VC2ZjsZl0AnUmTxO8EHamDoPy+ctfcWzr0HDtw==}
+ '@oxc-minify/binding-linux-arm64-musl@0.78.0':
+ resolution: {integrity: sha512-q4x8hLW9JyHVS+AtKSt6Z4W+S+fXSCARBnizzW9mtND47atRiJzChOInlZUBgQhyDy3KQFt51aKIEDJpwysoEw==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [linux]
- '@oxc-minify/binding-linux-riscv64-gnu@0.75.1':
- resolution: {integrity: sha512-pNI9sLi4rww8N8cgABB6bMx6zy/FCWxxbZDHyMJRHtbOmQllbv99OXa3dbtN6wMLTC0MWsXA60Rc8f0Lfp5wSg==}
+ '@oxc-minify/binding-linux-riscv64-gnu@0.78.0':
+ resolution: {integrity: sha512-ajBxhoqW04KUI/fWewBf71WB2xdjce9VgF9rbLfQOBgCeCcyHMh+VKYjxBuWQamWrcABqt8Z5OIiRth9qt6CIg==}
engines: {node: '>=14.0.0'}
cpu: [riscv64]
os: [linux]
- '@oxc-minify/binding-linux-s390x-gnu@0.75.1':
- resolution: {integrity: sha512-LuP3yWyoeWHMVgYDwZkasSZ7o2+FFzWNzWIUPw//0t5pyGpH49BROsl3cUUT5X28OiAsE8usNf2kuo1tt6K38g==}
+ '@oxc-minify/binding-linux-s390x-gnu@0.78.0':
+ resolution: {integrity: sha512-H6B+h4Q3w/AtAr7EWScvDevxPKQPlhijMmSiMYRMkbTYwJPlUsBXyVj39Atdd1BIjCx8rYGvGxl/PhxPkdCjXQ==}
engines: {node: '>=14.0.0'}
cpu: [s390x]
os: [linux]
- '@oxc-minify/binding-linux-x64-gnu@0.75.1':
- resolution: {integrity: sha512-fCAXfQvwfgGvE8SNR82XIjMEuYc1hSXQMl1j4r6dkCGfRLlYpjEu3Uu11S5Mi7Qy7AsirnX84We2rzIpiFjZeA==}
+ '@oxc-minify/binding-linux-x64-gnu@0.78.0':
+ resolution: {integrity: sha512-5vSPG67PVTwrzSPbXLofJtdSlb/lWyn36WElonLwecAtZX7v7KDhX0aUHqKSBsQ0qnJaYnhv5o0uUHudNZwq8g==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [linux]
- '@oxc-minify/binding-linux-x64-musl@0.75.1':
- resolution: {integrity: sha512-wKi9JbE/5s843yGjOlp5dknCUIOzMF6tNBrUA+OCeGhS1V6WJfyoJPNz/mkOmzNRBb6ajjjXlylgS7afvgAHrQ==}
+ '@oxc-minify/binding-linux-x64-musl@0.78.0':
+ resolution: {integrity: sha512-Iq7eeZkGFUbyo7zRrAIP6rNAH+lIft9VJQUbDhhnTIMJWLUZx9JkSmM+0NBRfxPeurxbzO3EToDZ2cCYtVEU0Q==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [linux]
- '@oxc-minify/binding-wasm32-wasi@0.75.1':
- resolution: {integrity: sha512-Ln+dKjTNAncsmaefX9jaTFjGlKWCf1BOCRfHBd8T6BfFG27CCeQw2haoNF4rCu37VuSAIxb9b4eFAyc6yxnjRw==}
+ '@oxc-minify/binding-wasm32-wasi@0.78.0':
+ resolution: {integrity: sha512-Bj2l/A6e32mZ2aPRDmlkDClMkbPe+dCWl4enPY+PCZNkhLLfLfcMFemCCWO44rdWCOCehWiP8Tr3QEe3yTR7kA==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@oxc-minify/binding-win32-arm64-msvc@0.75.1':
- resolution: {integrity: sha512-VV3rhvdIRJLeROsGizSkEOS6qu4g6PoYBQuL18JURtcKMpSX5Rjv9jRSj2EAiz73Lwtd7I3D79V6RKNTGAvmWg==}
+ '@oxc-minify/binding-win32-arm64-msvc@0.78.0':
+ resolution: {integrity: sha512-P+Ox6UxK4kq/EKpFxJwT83mCjZMFItdtEJMl/El93SIE4aHnxjz1840HLPRGX+uSyQQvfuFl/gkFzzzskg+7ZQ==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [win32]
- '@oxc-minify/binding-win32-x64-msvc@0.75.1':
- resolution: {integrity: sha512-fVjwHPM9IKrkQK0eZAt6DgiTxH+8tyHMYxjcp7RPeIHOZSap/kCRLNFExFWvC+YP6TRSVpvXLF9AQXJCmxcNng==}
+ '@oxc-minify/binding-win32-x64-msvc@0.78.0':
+ resolution: {integrity: sha512-7tAubkbz2bBOEuqjT3LuKy+cXPRtuxGSjDlceNyFAk2AgNf+gQqVqqFwaiWytMytphrg8mYQ9/9F8Ib3ge1N+g==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [win32]
- '@oxc-parser/binding-android-arm64@0.75.1':
- resolution: {integrity: sha512-hJt8uKPKj0R+3mKCWZLb14lIJ5o2SvVmO/0FwzbBR4Pdrlmp7mWG28Uui1VSIrFVqr47S38dswfCz5StMhGRjA==}
+ '@oxc-parser/binding-android-arm64@0.78.0':
+ resolution: {integrity: sha512-Oh3e1KeD2RY0K/8EmDaCi8bUGxf+5PF2o1dEygyM2m5FXlxa8n5wtN39GUXRHMRCSk0Peg7tLgA/HFV8lBtlvg==}
engines: {node: '>=20.0.0'}
cpu: [arm64]
os: [android]
- '@oxc-parser/binding-darwin-arm64@0.75.1':
- resolution: {integrity: sha512-uIwpwocl3ot599uPgZMfYC7wpQoL7Cpn6r4jRGss3u2g2och4JVUO8H3BTcne+l/bGGP9FEo58dlKKj27SDzvQ==}
+ '@oxc-parser/binding-darwin-arm64@0.78.0':
+ resolution: {integrity: sha512-MdoPQhdKnQ5QZzws9hW4+Ew+59ftOUlQvOTDJ6HeVNxMU4+DBBOycFniRrqqhM1OUfrMjTtJ7kmx7Eoy4SvtWA==}
engines: {node: '>=20.0.0'}
cpu: [arm64]
os: [darwin]
- '@oxc-parser/binding-darwin-x64@0.75.1':
- resolution: {integrity: sha512-Mvt3miySAzXatxPiklsJoPz3yFErNg7sJKnPjBkgn4VCuJjL7Tulbdjkpx/aXGvRA6lPvaxz1hgyeSJ5CU0Arg==}
+ '@oxc-parser/binding-darwin-x64@0.78.0':
+ resolution: {integrity: sha512-R7psaP7nmFA9KwdHv/ppdWVHsI6Eo6LeFxMmc7KKQEcKC0Po+PlgUosbcvJfLybFNLeAVLBVbMtCf0GhuvCdoQ==}
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [darwin]
- '@oxc-parser/binding-freebsd-x64@0.75.1':
- resolution: {integrity: sha512-sBbrz6EGzKh7u5fzKTxQympWTvmM1u7Xm80OXAVPunZ15+Ky2Q2Xmzys8jlfRsceZwRjeziggS+ysCeT0yhyMA==}
+ '@oxc-parser/binding-freebsd-x64@0.78.0':
+ resolution: {integrity: sha512-EFva2L+0JdItSAQR3ESf06mt6gMUu0pX0NJ1WYUf171RMUxl4N6VD81UDmLt9SRVNaghF3J6MVtnLsTtMXZArg==}
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [freebsd]
- '@oxc-parser/binding-linux-arm-gnueabihf@0.75.1':
- resolution: {integrity: sha512-UbzXDqh4IwtF6x1NoxD44esutbe4/+dBzEHle7awCXGFKWPghP/AMGZnA2JYBGHxrxbiQpfueynyvqQThEAYtg==}
+ '@oxc-parser/binding-linux-arm-gnueabihf@0.78.0':
+ resolution: {integrity: sha512-d4DgfgA4hw4WcMBWkHzZKZo8Wq4Nj2ANV645pyxW8kPfGC5yP5KA74gZcUAYlRzfNUZ51huIQbaHTb8EVibIhQ==}
engines: {node: '>=20.0.0'}
cpu: [arm]
os: [linux]
- '@oxc-parser/binding-linux-arm-musleabihf@0.75.1':
- resolution: {integrity: sha512-cVWiU+UrspdMlp/aMrt1F2l1nxZtrzIkGvIbrKL0hVjOcXvMCp+H2mL07PQ3vnaHo2mt8cPIKv9pd+FoJhgp3w==}
+ '@oxc-parser/binding-linux-arm-musleabihf@0.78.0':
+ resolution: {integrity: sha512-JVf1+9JMLCtRi6wguZ6ZA/xRBmJxE55FFBoshEpuFLCtT0UVNabjN55Wp3Wd09TDxXOZOxkjEzYGxek24vtazA==}
engines: {node: '>=20.0.0'}
cpu: [arm]
os: [linux]
- '@oxc-parser/binding-linux-arm64-gnu@0.75.1':
- resolution: {integrity: sha512-hmCAu+bIq/4b8H07tLZNyIiWL1Prw1ILuTEPPakb1uFV943kg0ZOwEOpV1poBleZrnSjjciWyKRpDRuacBAgyQ==}
+ '@oxc-parser/binding-linux-arm64-gnu@0.78.0':
+ resolution: {integrity: sha512-YbXJzCfZ6Tyupe/z0+OerL65JY9KU069Yh0G4mGMVNr7taW2jtsuUiV6CWdgNpXnXJTgKopjyHvc0g9yQsG2Rg==}
engines: {node: '>=20.0.0'}
cpu: [arm64]
os: [linux]
- '@oxc-parser/binding-linux-arm64-musl@0.75.1':
- resolution: {integrity: sha512-8ilN7iG7Y4qvXJTuHERPKy5LKcT1ioSGRn7Yyd988tzuR9Cvp4+gJu8azYZnSUJKfNV6SGOEfVnxLabCLRkG/A==}
+ '@oxc-parser/binding-linux-arm64-musl@0.78.0':
+ resolution: {integrity: sha512-VBdPB2N37A+M49zPV8ziiFywlgE3VX3AnR+zT1cIdQyKDoFM3uGPtjmtRe1qw6KhFF5YtxInzb0v3E3VkSdhuQ==}
engines: {node: '>=20.0.0'}
cpu: [arm64]
os: [linux]
- '@oxc-parser/binding-linux-riscv64-gnu@0.75.1':
- resolution: {integrity: sha512-/JPJXjT/fkG699rlxzLNvQx0URjvzdk7oHln54F159ybgVJKLLWqb8M45Nhw5z6TeaIYyhwIqMNlrA7yb1Rlrw==}
+ '@oxc-parser/binding-linux-riscv64-gnu@0.78.0':
+ resolution: {integrity: sha512-743OajvLP/fJm2d2da4/vqLMfki6XxfXizbUfPzEAXJMH0vEjf63s4gf55SBuy6hpmXOdCW5k4L6AoS+E89qtw==}
engines: {node: '>=20.0.0'}
cpu: [riscv64]
os: [linux]
- '@oxc-parser/binding-linux-s390x-gnu@0.75.1':
- resolution: {integrity: sha512-t6/E4j+2dT7/4R5hQNX4LBtR1+wxxtJNUVBD89YuiWHPgeEoghqSa0mGMrGyOZPbHMb4V8xdT/CrMMeDpuqRaQ==}
+ '@oxc-parser/binding-linux-s390x-gnu@0.78.0':
+ resolution: {integrity: sha512-z3HVOr6F1PpKAxzwwG9NKfFmCCMMI8MbmxZ3l+UKKViFD9NlJYKx+Afye3SgHHTkYKEm3POgmmR4Aq3kKMP7sQ==}
engines: {node: '>=20.0.0'}
cpu: [s390x]
os: [linux]
- '@oxc-parser/binding-linux-x64-gnu@0.75.1':
- resolution: {integrity: sha512-zJ2t+d1rV5dcPJHxN3B1Fxc2KDN+gPgdXtlzp0/EH4iO3s5OePpPvTTZA/d1vfPoQFiFOT7VYNmaD9XjHfMQaw==}
+ '@oxc-parser/binding-linux-x64-gnu@0.78.0':
+ resolution: {integrity: sha512-qJULpZeRsN0mfxasPh8EzzE7lsEEMEEtcprgw8QetB5l1Urz4gzKyeKdqs1vuxBl9o0s+WHSiowH2YqFMALs/g==}
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [linux]
- '@oxc-parser/binding-linux-x64-musl@0.75.1':
- resolution: {integrity: sha512-62hG/1IoOr0hpmGtF2k1MJUzAXLH7DH3fSAttZ1vEvDThhLplqA7jcqOP0IFMIVZ0kt9cA/rW5pF4tnXjiWeSA==}
+ '@oxc-parser/binding-linux-x64-musl@0.78.0':
+ resolution: {integrity: sha512-ctEL662Oe9Gaqf/48lsVZzAMcAcXIWsddZy59kGH7592rJBaXxmQhkOnnVEeJF25k4JMbCCdYwGsgI7WtC+Fdg==}
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [linux]
- '@oxc-parser/binding-wasm32-wasi@0.75.1':
- resolution: {integrity: sha512-txS7vK0EU/1Ey7d1pxGrlp2q/JrxkvLU+r9c3gKxW9mVgvFMQzAxQhuc9tT3ZiS793pkvZ+C1w9GS2DpJi7QYg==}
+ '@oxc-parser/binding-wasm32-wasi@0.78.0':
+ resolution: {integrity: sha512-Pq0uT2CuN3J7Tv3KLuO7Sh4C7zTuqdJl0IDg3zB5keKx0BSbaEWewJL2CUNYUlG8txf+sMpUV+bkAIS5MEcKAw==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@oxc-parser/binding-win32-arm64-msvc@0.75.1':
- resolution: {integrity: sha512-/Rw/YLuMaSo8h0QyCniv0UFby5wDTghhswDCcFT2aCCgZaXUVQZrJ+0GJHB8tK72xhe5E6u34etpw/dxxH6E3A==}
+ '@oxc-parser/binding-win32-arm64-msvc@0.78.0':
+ resolution: {integrity: sha512-OBsfQKaF+ckV792JP+jIRGuRhiRWHuu9xYHnLzOQj4TqurpbPWUXuMZ9mdpZ4pAT1OxmzzRV1hZPrL1e1ms9uA==}
engines: {node: '>=20.0.0'}
cpu: [arm64]
os: [win32]
- '@oxc-parser/binding-win32-x64-msvc@0.75.1':
- resolution: {integrity: sha512-ThiQUpCG2nYE/bnYM3fjIpcKbxITB/a/cf5VL0VAqtpsGNCzUC7TrwMVUdfBerTBTEZpwxWBf/d1EF1ggrtVfQ==}
+ '@oxc-parser/binding-win32-x64-msvc@0.78.0':
+ resolution: {integrity: sha512-0XLQIzU16tnOu6zVrsWAL/kp8Onv0YCQPIwoTXonbhwbVp0rtgCOF4WsY6GKH45FqX9LwP+H8wOTtjyKYl3Zaw==}
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [win32]
- '@oxc-project/runtime@0.75.0':
- resolution: {integrity: sha512-gzRmVI/vorsPmbDXt7GD4Uh2lD3rCOku/1xWPB4Yx48k0EP4TZmzQudWapjN4+7Vv+rgXr0RqCHQadeaMvdBuw==}
+ '@oxc-project/runtime@0.77.3':
+ resolution: {integrity: sha512-vsC/ewcGJ7xXnnwZkku7rpPH5Lxb5g4J+V6lD9eBTnRLmXVXM7Qu50y+ozD+UD5IXaSoVOvVMGTT4YSNCz2MQQ==}
engines: {node: '>=6.9.0'}
- '@oxc-project/types@0.75.0':
- resolution: {integrity: sha512-QMW+06WOXs7+F301Y3X0VpmWhwuQVc/X/RP2zF9OIwvSMmsif3xURS2wxbakFIABYsytgBcHpUcFepVS0Qnd3A==}
+ '@oxc-project/types@0.77.3':
+ resolution: {integrity: sha512-5Vh+neJhhxuF0lYCjZXbxjqm2EO6YJ1jG+KuHntrd6VY67OMpYhWq2cZhUhy+xL9qLJVJRaeII7Xj9fciA6v7A==}
+
+ '@oxc-project/types@0.78.0':
+ resolution: {integrity: sha512-8FvExh0WRWN1FoSTjah1xa9RlavZcJQ8/yxRbZ7ElmSa2Ij5f5Em7MvRbSthE6FbwC6Wh8iAw0Gpna7QdoqLGg==}
+
+ '@oxc-resolver/binding-android-arm-eabi@11.6.0':
+ resolution: {integrity: sha512-UJTf5uZs919qavt9Btvbzkr3eaUu4d+FXBri8AB2BtOezriaTTUvArab2K9fdACQ4yFggTD5ews1l19V/6SW2Q==}
+ cpu: [arm]
+ os: [android]
- '@oxc-project/types@0.75.1':
- resolution: {integrity: sha512-7ZJy+51qWpZRvynaQUezeYfjCtaSdiXIWFUZIlOuTSfDXpXqnSl/m1IUPLx6XrOy6s0SFv3CLE14vcZy63bz7g==}
+ '@oxc-resolver/binding-android-arm64@11.6.0':
+ resolution: {integrity: sha512-v17j1WLEAIlyc+6JOWPXcky7dkU3fN8nHTP8KSK05zkkBO0t28R3Q0udmNBiJtVSnw4EFB/fy/3Mu2ItpG6bVQ==}
+ cpu: [arm64]
+ os: [android]
- '@oxc-resolver/binding-darwin-arm64@11.4.0':
- resolution: {integrity: sha512-+mlX+/yoWv/IfWad97mn/5KVYtwe/VLjwtyoY04UUL+VrHk0MpANAorM9gFf+7K6GkQEaNkTK1g4GqwPI8OiCQ==}
+ '@oxc-resolver/binding-darwin-arm64@11.6.0':
+ resolution: {integrity: sha512-ZrU+qd5AKe8s7PZDLCHY23UpbGn1RAkcNd4JYjOTnX22XEjSqLvyC6pCMngTyfgGVJ4zXFubBkRzt/k3xOjNlQ==}
cpu: [arm64]
os: [darwin]
- '@oxc-resolver/binding-darwin-x64@11.4.0':
- resolution: {integrity: sha512-uImuGdgleCPvZFfsYM7WnDW3PZ5z/cwrOt37MFd++rtrQ9kEL32ezl85eyatX2KsvGq7E8qg1DvHLVHOW259uQ==}
+ '@oxc-resolver/binding-darwin-x64@11.6.0':
+ resolution: {integrity: sha512-qBIlX0X0RSxQHcXQnFpBGKxrDVtj7OdpWFGmrcR3NcndVjZ/wJRPST5uTTM83NfsHyuUeOi/vRZjmDrthvhnSQ==}
cpu: [x64]
os: [darwin]
- '@oxc-resolver/binding-freebsd-x64@11.4.0':
- resolution: {integrity: sha512-/uFsbq+RWHiOktH1c9AysKZ++nHj76+chjQrCIvKalHYHKn6ydhMM6GwHL/pWq/gCZADbiKRQ0AOYLNf86hsZg==}
+ '@oxc-resolver/binding-freebsd-x64@11.6.0':
+ resolution: {integrity: sha512-tTyMlHHNhbkq/oEP/fM8hPZ6lqntHIz6EfOt577/lslrwxC5a/ii0lOOHjPuQtkurpyUBWYPs7Z17EgrZulc4Q==}
cpu: [x64]
os: [freebsd]
- '@oxc-resolver/binding-linux-arm-gnueabihf@11.4.0':
- resolution: {integrity: sha512-GPQcVSW2zgc8MtTF5ovIfmXkMCoGATzOmMOinLKjStvqq/KX9tBoVHhR/r7g7ChIJjozeXMMSYrf1q6r3zWXjA==}
+ '@oxc-resolver/binding-linux-arm-gnueabihf@11.6.0':
+ resolution: {integrity: sha512-tYinHy5k9/rujo21mG2jZckJJD7fsceNDl5HOl/eh5NPjSt2vXQv181PVKeITw3+3i+gI1d666w5EtgpiCegRA==}
+ cpu: [arm]
+ os: [linux]
+
+ '@oxc-resolver/binding-linux-arm-musleabihf@11.6.0':
+ resolution: {integrity: sha512-aOlGlSiT9fBgSyiIWvSxbyzaBx3XrgCy6UJRrqBkIvMO9D7W90JmV0RsiLua4w43zJSSrfuQQWqmFCwgIib3Iw==}
cpu: [arm]
os: [linux]
- '@oxc-resolver/binding-linux-arm64-gnu@11.4.0':
- resolution: {integrity: sha512-rrOFswgslH2i/e2HHP6ei2Z3ivWKvkU666eL1hPXkzHHzhlavIp5vOywjlNR7fZK/15PG4/GKcGsHAVunHd/+w==}
+ '@oxc-resolver/binding-linux-arm64-gnu@11.6.0':
+ resolution: {integrity: sha512-EZ/OuxZA9qQoAANBDb9V4krfYXU3MC+LZ9qY+cE0yMYMIxm7NT5AdR0OaRQqfa3tWIbina1VF7FaMR6rpKvmlA==}
cpu: [arm64]
os: [linux]
- '@oxc-resolver/binding-linux-arm64-musl@11.4.0':
- resolution: {integrity: sha512-+OQ0rckRSYNP3wuEw+Asf5Is0elLeHkmhzlRAjx20lkITgSaNtkk7wDaqlpJmkcPv6ja3YkOoMiyclfS/FMSGA==}
+ '@oxc-resolver/binding-linux-arm64-musl@11.6.0':
+ resolution: {integrity: sha512-NpF7sID4NnPetpqDk2eOu6TPUt381Qlpos8nGDcSkAluqSsSGFOPfETEB5VbJeqNVQbepEQX9mOxZygFpW0+nA==}
cpu: [arm64]
os: [linux]
- '@oxc-resolver/binding-linux-riscv64-gnu@11.4.0':
- resolution: {integrity: sha512-hOmV2yNr4y5BVDaXPl3aCZASBsVLo4eAd7UWfItG2l1CMcZdtE35XIo0dB3xUg1DGDI5n02eo89014GN246aHA==}
+ '@oxc-resolver/binding-linux-ppc64-gnu@11.6.0':
+ resolution: {integrity: sha512-Sqn9Ha4rxCCpjpfkFi9f9y9phsaBnseaKw+JqHgBQoNMToe+/20A1jwIu9OX+484UuLpduM+wLydgngjnoi7Dg==}
+ cpu: [ppc64]
+ os: [linux]
+
+ '@oxc-resolver/binding-linux-riscv64-gnu@11.6.0':
+ resolution: {integrity: sha512-eFoNcPhImp1FLAQf5U3Nlph4WNWEsdWohSThSTtKPrX+jhPZiVsj3iBC9gjaRwq2Ez4QhP1x7/PSL6mtKnS6rw==}
cpu: [riscv64]
os: [linux]
- '@oxc-resolver/binding-linux-s390x-gnu@11.4.0':
- resolution: {integrity: sha512-STBciuunyjnQAhaJQoOEON3uQWL/Ad7mL+Ap8Q9A2Zw2bxZR7iW+tMu8pJDljHGVtGxtP1uurUt68kY9bMkFhA==}
+ '@oxc-resolver/binding-linux-riscv64-musl@11.6.0':
+ resolution: {integrity: sha512-WQw3CT10aJg7SIc/X1QPrh6lTx2wOLg5IaCu/+Mqlxf1nZBEW3+tV/+y3PzXG0MCRhq7FDTiHaW8MBVAwBineQ==}
+ cpu: [riscv64]
+ os: [linux]
+
+ '@oxc-resolver/binding-linux-s390x-gnu@11.6.0':
+ resolution: {integrity: sha512-p5qcPr/EtGJ2PpeeArL3ifZU/YljWLypeu38+e19z2dyPv8Aoby8tjM+D1VTI8+suMwTkseyove/uu6zIUiqRw==}
cpu: [s390x]
os: [linux]
- '@oxc-resolver/binding-linux-x64-gnu@11.4.0':
- resolution: {integrity: sha512-x9uFAdBZ2SfVSWcQxza3GHo/5enZWLWb8Nf6zBCu0eBee/IL/z5oJIGpF/9xFwlvT4k35ZYHxBC33NGB4SkkGw==}
+ '@oxc-resolver/binding-linux-x64-gnu@11.6.0':
+ resolution: {integrity: sha512-/9M/ieoY5v54k3UjtF9Vw43WQ4bBfed+qRL1uIpFbZcO2qi5aXwVMYnjSd/BoaRtDs5JFV9iOjzHwpw0zdOYZA==}
cpu: [x64]
os: [linux]
- '@oxc-resolver/binding-linux-x64-musl@11.4.0':
- resolution: {integrity: sha512-DrPkwPdufbka98aVvJP+qC29LP1MltUm6KPH0sJ5v9g5Tj+qcLi8i1EG5n8fnIqOI3vMtYs3DS2yMR2UGF7xyw==}
+ '@oxc-resolver/binding-linux-x64-musl@11.6.0':
+ resolution: {integrity: sha512-HMtWWHTU7zbwceTFZPAPMMhhWR1nNO2OR60r6i55VprCMvttTWPQl7uLP0AUtAPoU9B/2GqP48rzOuaaKhHnYw==}
cpu: [x64]
os: [linux]
- '@oxc-resolver/binding-wasm32-wasi@11.4.0':
- resolution: {integrity: sha512-fRBFgjhiUWTfz/7H/98r6SHsqCu3FvQPxbbDAs0wEVRvQdu7rZ2Ur2i4vKCZ6qLx6mDiBUKrkXy0btmU7eSrkQ==}
+ '@oxc-resolver/binding-wasm32-wasi@11.6.0':
+ resolution: {integrity: sha512-rDAwr2oqmnG/6LSZJwvO3Bmt/RC3/Q6myyaUmg3P7GhZDyFPrWJONB7NFhPwU2Q4JIpA73ST4LBdhzmGxMTmrw==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@oxc-resolver/binding-win32-arm64-msvc@11.4.0':
- resolution: {integrity: sha512-Vl32WwWT6aVk0qjfmXRH1BYwtLh8UHEanuuaNyAU4i/I9+Qx8SvNRNo39sRl1g7pHDcdeUgqFoNZkVXwIC5xVw==}
+ '@oxc-resolver/binding-win32-arm64-msvc@11.6.0':
+ resolution: {integrity: sha512-COzy8weljZo2lObWl6ZzW6ypDx1v1rtLdnt7JPjTUARikK1gMzlz9kouQhCtCegNFILx2L2oWw7714fnchqujw==}
cpu: [arm64]
os: [win32]
- '@oxc-resolver/binding-win32-x64-msvc@11.4.0':
- resolution: {integrity: sha512-bBvYlfLTV4uH5pXLnNlx4BZ9DAsV3yQHL3vhXE2PfQ+iZglBkSZU/f82hx8cNwewTaK08zJUz4m2vGMQiSyU8Q==}
+ '@oxc-resolver/binding-win32-ia32-msvc@11.6.0':
+ resolution: {integrity: sha512-p2tMRdi91CovjLBApDPD/uEy1/5r7U6iVkfagLYDytgvj6nJ1EAxLUdXbhoe6//50IvDC/5I51nGCdxmOUiXlQ==}
+ cpu: [ia32]
+ os: [win32]
+
+ '@oxc-resolver/binding-win32-x64-msvc@11.6.0':
+ resolution: {integrity: sha512-p6b9q5TACd/y39kDK2HENXqd4lThoVrTkxdvizqd5/VwyHcoSd0cDcIEhHpxvfjc83VsODCBgB/zcjp//TlaqA==}
cpu: [x64]
os: [win32]
- '@oxc-transform/binding-android-arm64@0.75.1':
- resolution: {integrity: sha512-nCWttA1TJpRlK6CFd8VbHHh7G8x06Fo1WKjuziwls112eSJrqPKQMCzWlpemgcbkzii1llviWOhNi46F+/rV3Q==}
+ '@oxc-transform/binding-android-arm64@0.78.0':
+ resolution: {integrity: sha512-yLuyEJkJkU5CkDBRFgy5u6qTzCRs1HNS6bDmDNpQmB3RKL0X8tlEPvz1Mwz7rnAMDnu2AfMISQRjMUlkHCuMfQ==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [android]
- '@oxc-transform/binding-darwin-arm64@0.75.1':
- resolution: {integrity: sha512-5+1psmFWqciPWNnnku2d+Xsv3Zn9zbDux8+3eEYHdps1w+hbNd1Va2KmyIVCyAVtHhAaQGwEzqV3GFxHjXXMdQ==}
+ '@oxc-transform/binding-darwin-arm64@0.78.0':
+ resolution: {integrity: sha512-VpVkWEahMR75O8o3p4TerDat4QWGwP9aCTdhHTIV7ukONVB30Uh4Ou9kc5qlOcIr/M6lzKwNk7S/xtNozlyhhA==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [darwin]
- '@oxc-transform/binding-darwin-x64@0.75.1':
- resolution: {integrity: sha512-9EEE+TmIBVHVGGlmvay4jCLoK78dC6OXvWc+W0bDKn6sBQ5Z91CACYMsJGQScEzgB//7nl4aRYNDR2x/I9afDQ==}
+ '@oxc-transform/binding-darwin-x64@0.78.0':
+ resolution: {integrity: sha512-fKVVbjVbbvllWlYzEzrNziHT564k8YX+/p4UEsATS/kVnmOxfNdV+O0UWfN3cR+rbi4tt0n9yJ5V3f0LfOQmoQ==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [darwin]
- '@oxc-transform/binding-freebsd-x64@0.75.1':
- resolution: {integrity: sha512-nMCpHhTHcmZD+CJGIBR24Qisrwqxn5Fhf3CkmJYQl9iUXXR/JDv85NRWBhNAyPAVqmQVBOq3h60Z7HQX7B1hWg==}
+ '@oxc-transform/binding-freebsd-x64@0.78.0':
+ resolution: {integrity: sha512-DrJrNPrBO+nlzyuMerYYxtG3j0EY9p6wk1R/T61tfTALRmq/26KPhKx3i5cbdGrPBHSUuhhbXOoRuSCx31Ieiw==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [freebsd]
- '@oxc-transform/binding-linux-arm-gnueabihf@0.75.1':
- resolution: {integrity: sha512-tfRL3Pw38zwuSrYyzjNLW3xn450z4AyCzM9yfYaTVXHvqSFmNslQEbZddTyE/6n25orr++bxWlNk8D9CfO3vhw==}
+ '@oxc-transform/binding-linux-arm-gnueabihf@0.78.0':
+ resolution: {integrity: sha512-/DLN4/BlTSNRlyBBvSQm3Bf5arlsoRc7WLdxnk/8+2WL3Gr4dlux5IyQDkQAzvzaObu9Kt6fOMIqBi/vv/bi7w==}
engines: {node: '>=14.0.0'}
cpu: [arm]
os: [linux]
- '@oxc-transform/binding-linux-arm-musleabihf@0.75.1':
- resolution: {integrity: sha512-z/4TzdN/Sa9IIkBbMZkKwm5kNaJumlh8gcklA7CpRElCqG0ZI2UdqpTDse7rAAoVOarau2E+raR99pzqWM6U7Q==}
+ '@oxc-transform/binding-linux-arm-musleabihf@0.78.0':
+ resolution: {integrity: sha512-VdNtuARukFLKyn4982fASGWn25Lk0AA9TnNYDcJNOsI9BPlkzuEg4WH8M+6KY9TYV+QlgljfyiX1lBlP+FJRUw==}
engines: {node: '>=14.0.0'}
cpu: [arm]
os: [linux]
- '@oxc-transform/binding-linux-arm64-gnu@0.75.1':
- resolution: {integrity: sha512-qNGEpVsQ3UjcE4IdEMIRqO56LXcevOjAls85PJG5Su4eObAjzQXUBbLw/Ap/FEcdDGH9rf1uQeTg5GRHgSM+xw==}
+ '@oxc-transform/binding-linux-arm64-gnu@0.78.0':
+ resolution: {integrity: sha512-065+Kl+ni6WixDFlnnBa5dGVJYP6yFzfX50TBZ4ixGT/2ApOktlAwokRXMI34qDoXOXMLA1WRQAxwGddVhpJXg==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [linux]
- '@oxc-transform/binding-linux-arm64-musl@0.75.1':
- resolution: {integrity: sha512-u02pnIvaqP+YAk6hiw/+3WzVCAJexHO2wBSVMPw2a6wMTfyWEF6BzhLPttOpEzH2m/Kc1soguFUrHvToHbfX2Q==}
+ '@oxc-transform/binding-linux-arm64-musl@0.78.0':
+ resolution: {integrity: sha512-dr9J1uRo6ssDtuqx7s9GeePEDXlQOf4jk8/Tke9x5PCSJim5goMebEoAikuPf0jMhMNc05Kow0eOPLX1EmwsFQ==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [linux]
- '@oxc-transform/binding-linux-riscv64-gnu@0.75.1':
- resolution: {integrity: sha512-Jthd7RETAjo0OmtmTYG1ACjcLKTiwYwldiyyU8stWInYUH15RTA4LgDckL2+Yozr5wy5P/GguzZCXb4k3H5hhg==}
+ '@oxc-transform/binding-linux-riscv64-gnu@0.78.0':
+ resolution: {integrity: sha512-ALNvBi1l+17moTS2BtVZRxR0D1BGyR7iddNUJkHxEegvNzHyGJTZ60b0IXdvpCTH+CKUNsM40KxCVdzHca6VJQ==}
engines: {node: '>=14.0.0'}
cpu: [riscv64]
os: [linux]
- '@oxc-transform/binding-linux-s390x-gnu@0.75.1':
- resolution: {integrity: sha512-SrUSdD6xO36q+kBOArT1cEV3uvsfSM+lvktNlkdKcb6TwstmJYiAK3JssYvC1R+3+LsB8wnFaTgyMPbA29Dv4g==}
+ '@oxc-transform/binding-linux-s390x-gnu@0.78.0':
+ resolution: {integrity: sha512-s0r4cz6zZqr7SqfoUinn27B/mp1aiFVUsbsI4vomc7DtZkLpBSnSOAomZBlb0OSLbR9n2YPXm1033XR5W+ezWg==}
engines: {node: '>=14.0.0'}
cpu: [s390x]
os: [linux]
- '@oxc-transform/binding-linux-x64-gnu@0.75.1':
- resolution: {integrity: sha512-1cKfaVFgVH8eOj3jWCHeRzKXt2xBdBlvgGsg7nV08eieN3CLYuN6UFklEBwCIMScZGZABIZv1f31jKf8/Bf6hw==}
+ '@oxc-transform/binding-linux-x64-gnu@0.78.0':
+ resolution: {integrity: sha512-nH9y61/1oyCQfUjtKHEnnMPBJZOhH+G2QqSAD7sCH35Iz78UA+bKVjHnlfnhBedy1xWCNwlboNclaBTHYAgNeA==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [linux]
- '@oxc-transform/binding-linux-x64-musl@0.75.1':
- resolution: {integrity: sha512-gHUo7pI1V8axZTXJH7BEzIxCry1gzKyOMjCcbipoacZXTTlYUXKxUR23F0Q+yH50SI5Jh7fkBBKArI3WthhS/g==}
+ '@oxc-transform/binding-linux-x64-musl@0.78.0':
+ resolution: {integrity: sha512-Yo+pmsW49QNo4F4RoqOhfRxN9851Td/nc93ESQbzav9vhriipPRvZRVusG5t126inAgjlprFbOet5TXSWKd92A==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [linux]
- '@oxc-transform/binding-wasm32-wasi@0.75.1':
- resolution: {integrity: sha512-nPWarRi6gQr8Ob+vOezOKHq7ZeJZET4OVNtRBFcyGKpZoNxgsP/Yj1ha5u3NhaOI2FTOSeicWlPIgaJJWt0YSw==}
+ '@oxc-transform/binding-wasm32-wasi@0.78.0':
+ resolution: {integrity: sha512-djA47tsuUwNPHqcxre+EMD/wBBaP+TP6kQt2ioC6XElRldHCEGBUsVidrS5rgN4O7SyKx/DuJ528locJKTDSPw==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@oxc-transform/binding-win32-arm64-msvc@0.75.1':
- resolution: {integrity: sha512-rixs4g/+TjpsxI866GUJAPzCqnp3uI/Dh3F9+TPpYe2ZODfzrTCq17l9S35COv+VRKluO0kSe/8Sfw0tBWPNSQ==}
+ '@oxc-transform/binding-win32-arm64-msvc@0.78.0':
+ resolution: {integrity: sha512-DHkg/xl7KkGX4sm6pKs4aWbGXGIZaSUwss6gnBeyTdy4G4WiEF8EPQ96FDbGHYhVlorztYKt/iEAr/FUf8t+xA==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [win32]
- '@oxc-transform/binding-win32-x64-msvc@0.75.1':
- resolution: {integrity: sha512-llqatJ5Qucry0G1VgFpJNaVntEq9lV11gQeZX49Fhv/EeHJ/X/tCvRcxIPsW4TcrlfxAeHcQ7tSuDD6IbFtIEA==}
+ '@oxc-transform/binding-win32-x64-msvc@0.78.0':
+ resolution: {integrity: sha512-qiEc0NQXuJ/5exo/2xmNmCGfJ1pzAc29J2ktEQpSz3ISdXE7x6d5+c+Jg8m27/lWAxudXPemhMHzPFZK2kkhzQ==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [win32]
@@ -2843,8 +2879,8 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
- '@pkgr/core@0.2.7':
- resolution: {integrity: sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==}
+ '@pkgr/core@0.2.9':
+ resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
'@polka/url@1.0.0-next.29':
@@ -2871,68 +2907,78 @@ packages:
resolution: {integrity: sha512-G0OnZbMWEs5LhDyqy2UL17vGhSVHkQIfVojMtEWVenvj0V5S84VBgy86kJIuNsGDp2p7sTKlpSIpBUWdC35OKg==}
engines: {node: '>=20.0.0'}
- '@rolldown/binding-darwin-arm64@1.0.0-beta.23':
- resolution: {integrity: sha512-rppgXFU4+dNDPQvPsfovUuYfDgMoATDomKGjIRR5bIU98BYkQF1fm+87trApilfWSosLQP9JsXOoUJO/EMrspQ==}
+ '@rolldown/binding-android-arm64@1.0.0-beta.29':
+ resolution: {integrity: sha512-pDv7gg59Gdy80eFmMkEqXEaoJi3Y9W/a9T3z9M4t8Ma8aVXNldvSy9UgtlX7AK7DPqF8tULnmIZ2Z3rvGMz/NQ==}
+ cpu: [arm64]
+ os: [android]
+
+ '@rolldown/binding-darwin-arm64@1.0.0-beta.29':
+ resolution: {integrity: sha512-fPqR6TfTqbzgKKCQYtcCS+Dms91YcptTbdlwJ13DxOUgMe8LgDIVsLLlEykfm7ijJd5mM4zNw0Hr2CJb6kvQZw==}
cpu: [arm64]
os: [darwin]
- '@rolldown/binding-darwin-x64@1.0.0-beta.23':
- resolution: {integrity: sha512-aFo1v7GKysuwSAfsyNcBb9mj3M+wxMCu3N+DcTD5eAaz3mFex6l+2b/vLGaTWNrCMoWhRxV8rTaI1eFoMVdSuQ==}
+ '@rolldown/binding-darwin-x64@1.0.0-beta.29':
+ resolution: {integrity: sha512-7Z4qosL0xN8i6++txHOEPCVP3/lcGLOvftUJOWATZ5aDkDskwcZDa66BGiJt/K1/DgW4kpRVmnGWUWAORHBbFA==}
cpu: [x64]
os: [darwin]
- '@rolldown/binding-freebsd-x64@1.0.0-beta.23':
- resolution: {integrity: sha512-/NzbXIFIR5KR+fZ351K1qONekakXpiPhUX55ydP6ok8iKdG7bTbgs6dlMg7Ow0E2DKlQoTbZbPTUY3kTzmNrsQ==}
+ '@rolldown/binding-freebsd-x64@1.0.0-beta.29':
+ resolution: {integrity: sha512-0HLTfPW5Glh608s76qgayN/nPsXPchNUumavf7W5nh1eMG6qBsOO7Q1QaK0v4un7qtsn3IA/1Tgq0ZgNc0dbeg==}
cpu: [x64]
os: [freebsd]
- '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.23':
- resolution: {integrity: sha512-vPnCHxjyR4ZVj9x6sLJMCAdBY99RPe6Mnwxb5BSaE6ccHzvy015xtsIEG7H9E9pVj3yfI/om77jrP+YA5IqL3w==}
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.29':
+ resolution: {integrity: sha512-QNboxdVTJOZS4zP8kA2+XUwAegejd5QNSH5zVR4neqG2AfbxRcMFzSVRkJHN6yDaaKweD/4sUvXfmef6p/7zsw==}
cpu: [arm]
os: [linux]
- '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.23':
- resolution: {integrity: sha512-PFBBnj9JqLOL8gjZtoVGfOXe0PSpnPUXE+JuMcWz568K/p4Zzk7lDDHl7guD95wVtV89TmfaRwK2PWd9vKxHtg==}
+ '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.29':
+ resolution: {integrity: sha512-hzBmOtYdC4369XxN2SNJ3oBlXKWNif3ieWBT+oh/qvAeox4fQR0ngqyh+kIGOufBnP5Zc2rqJf9LzIbJw3Tx/Q==}
cpu: [arm64]
os: [linux]
- '@rolldown/binding-linux-arm64-musl@1.0.0-beta.23':
- resolution: {integrity: sha512-KyQRLofVP78yUCXT90YmEzxK6I9VCBeOTSyOrs40Qx0Q0XwaGVwxo7sKj2SmnqxribdcouBA3CfNZC4ZNcyEnQ==}
+ '@rolldown/binding-linux-arm64-musl@1.0.0-beta.29':
+ resolution: {integrity: sha512-6B35GmFJJ4RX88OgubrnUmuJBUgRh6/OTXIpy8m/VUnoc683lufIPo26HW/0LxLgxp2GM7KHr3LOULcVxbqq4Q==}
cpu: [arm64]
os: [linux]
- '@rolldown/binding-linux-x64-gnu@1.0.0-beta.23':
- resolution: {integrity: sha512-EubfEsJyjQbKK9j3Ez1hhbIOsttABb07Z7PhMRcVYW0wrVr8SfKLew9pULIMfcSNnoz8QqzoI4lOSmezJ9bYWw==}
+ '@rolldown/binding-linux-arm64-ohos@1.0.0-beta.29':
+ resolution: {integrity: sha512-z3ru8fUCunQM8q9I7RbDVMT5cxzxVVVBNNKM5/qAQQrdObd1u8g0LR5z0yLtaFWzybwLVdPtJDRcXtLm5tOBFA==}
+ cpu: [arm64]
+ os: [openharmony]
+
+ '@rolldown/binding-linux-x64-gnu@1.0.0-beta.29':
+ resolution: {integrity: sha512-n6fs4L7j99MIiI6vKhQDdyScv4/uMAPtIMkB0zGbUX8MKWT1osym1hvWVdlENjnS/Phf0zzhjyOgoFDzdhI1cQ==}
cpu: [x64]
os: [linux]
- '@rolldown/binding-linux-x64-musl@1.0.0-beta.23':
- resolution: {integrity: sha512-MUAthvl3I/+hySltZuj5ClKiq8fAMqExeBnxadLFShwWCbdHKFd+aRjBxxzarPcnqbDlTaOCUaAaYmQTOTOHSg==}
+ '@rolldown/binding-linux-x64-musl@1.0.0-beta.29':
+ resolution: {integrity: sha512-C5hcJgtDN4rp6/WsPTQSDVUWrdnIC//ynMGcUIh1O0anm9KnSy47zKQ5D9EqtlEKvO+2PPqmyUVJ2DTq18nlVA==}
cpu: [x64]
os: [linux]
- '@rolldown/binding-wasm32-wasi@1.0.0-beta.23':
- resolution: {integrity: sha512-YI7QMQU01QFVNTEaQt3ysrq+wGBwLdFVFEGO64CoZ3gTsr/HulU8gvgR+67coQOlQC9iO/Hm1bvkBtceLxKrnA==}
- engines: {node: '>=14.21.3'}
+ '@rolldown/binding-wasm32-wasi@1.0.0-beta.29':
+ resolution: {integrity: sha512-lMN1IBItdZFO182Sdus9oVuNDqyIymn/bsR5KwgeGaiqLsrmpQHBSLwkS/nKJO1nzYlpGDRugFSpnrSJ5ZmihQ==}
+ engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.23':
- resolution: {integrity: sha512-JdHx6Hli53etB/QsZL1tjpf4qa87kNcwPdx4iVicP/kL7po6k5bHoS5/l/nRRccwPh7BlPlB2uoEuTwJygJosQ==}
+ '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.29':
+ resolution: {integrity: sha512-0UrXCUAOrbWdyVJskzjtne/4d3YMMhhhpBnob3SeF4jAvbKYqPhCZJ71pP7yUpvbowGXXTnHWpKfitg4Sovmtw==}
cpu: [arm64]
os: [win32]
- '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.23':
- resolution: {integrity: sha512-rMZ0QBmcDND97+5unXxquKvSudV8tz6S7tBY3gOYlqMFEDIRX0BAgxaqQBQbq34ZxB9bXwGdjuau3LZHGreB6g==}
+ '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.29':
+ resolution: {integrity: sha512-YX0OYL1dcB7rPnsndpEa68fytYyZZj1iaWzH7momFB2oBS2lXAe1UrrDWcdLoUXdzPIyzpvtBCiS2XcDgYG7ag==}
cpu: [ia32]
os: [win32]
- '@rolldown/binding-win32-x64-msvc@1.0.0-beta.23':
- resolution: {integrity: sha512-0PqE7vGIpA+XT+qxAYJQKTrB5zz8vJiuCOInfY/ks/QOs6ZZ9Os8bdNkcpCy4rYo+GMZn0Q8CwyPu4uexWB1aA==}
+ '@rolldown/binding-win32-x64-msvc@1.0.0-beta.29':
+ resolution: {integrity: sha512-azrPWbV+NZiCFNs59AgH9Y6vFKHoAI6T/XtKKsoLxkPyP1LpbdgL5eqRfeWz+GCAUY9qhDOC4hH1GjFG8PrZIg==}
cpu: [x64]
os: [win32]
- '@rolldown/pluginutils@1.0.0-beta.23':
- resolution: {integrity: sha512-lLCP4LUecUGBLq8EfkbY2esGYyvZj5ee+WZG12+mVnQH48b46SVbwp+0vJkD+6Pnsc+u9SWarBV9sQ5mVwmb5g==}
+ '@rolldown/pluginutils@1.0.0-beta.29':
+ resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
'@rollup/plugin-alias@5.1.1':
resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==}
@@ -3006,160 +3052,160 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.44.2':
- resolution: {integrity: sha512-g0dF8P1e2QYPOj1gu7s/3LVP6kze9A7m6x0BZ9iTdXK8N5c2V7cpBKHV3/9A4Zd8xxavdhK0t4PnqjkqVmUc9Q==}
+ '@rollup/rollup-android-arm-eabi@4.45.1':
+ resolution: {integrity: sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.44.2':
- resolution: {integrity: sha512-Yt5MKrOosSbSaAK5Y4J+vSiID57sOvpBNBR6K7xAaQvk3MkcNVV0f9fE20T+41WYN8hDn6SGFlFrKudtx4EoxA==}
+ '@rollup/rollup-android-arm64@4.45.1':
+ resolution: {integrity: sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.44.2':
- resolution: {integrity: sha512-EsnFot9ZieM35YNA26nhbLTJBHD0jTwWpPwmRVDzjylQT6gkar+zenfb8mHxWpRrbn+WytRRjE0WKsfaxBkVUA==}
+ '@rollup/rollup-darwin-arm64@4.45.1':
+ resolution: {integrity: sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.44.2':
- resolution: {integrity: sha512-dv/t1t1RkCvJdWWxQ2lWOO+b7cMsVw5YFaS04oHpZRWehI1h0fV1gF4wgGCTyQHHjJDfbNpwOi6PXEafRBBezw==}
+ '@rollup/rollup-darwin-x64@4.45.1':
+ resolution: {integrity: sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-freebsd-arm64@4.44.2':
- resolution: {integrity: sha512-W4tt4BLorKND4qeHElxDoim0+BsprFTwb+vriVQnFFtT/P6v/xO5I99xvYnVzKWrK6j7Hb0yp3x7V5LUbaeOMg==}
+ '@rollup/rollup-freebsd-arm64@4.45.1':
+ resolution: {integrity: sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==}
cpu: [arm64]
os: [freebsd]
- '@rollup/rollup-freebsd-x64@4.44.2':
- resolution: {integrity: sha512-tdT1PHopokkuBVyHjvYehnIe20fxibxFCEhQP/96MDSOcyjM/shlTkZZLOufV3qO6/FQOSiJTBebhVc12JyPTA==}
+ '@rollup/rollup-freebsd-x64@4.45.1':
+ resolution: {integrity: sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==}
cpu: [x64]
os: [freebsd]
- '@rollup/rollup-linux-arm-gnueabihf@4.44.2':
- resolution: {integrity: sha512-+xmiDGGaSfIIOXMzkhJ++Oa0Gwvl9oXUeIiwarsdRXSe27HUIvjbSIpPxvnNsRebsNdUo7uAiQVgBD1hVriwSQ==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.45.1':
+ resolution: {integrity: sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.44.2':
- resolution: {integrity: sha512-bDHvhzOfORk3wt8yxIra8N4k/N0MnKInCW5OGZaeDYa/hMrdPaJzo7CSkjKZqX4JFUWjUGm88lI6QJLCM7lDrA==}
+ '@rollup/rollup-linux-arm-musleabihf@4.45.1':
+ resolution: {integrity: sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.44.2':
- resolution: {integrity: sha512-NMsDEsDiYghTbeZWEGnNi4F0hSbGnsuOG+VnNvxkKg0IGDvFh7UVpM/14mnMwxRxUf9AdAVJgHPvKXf6FpMB7A==}
+ '@rollup/rollup-linux-arm64-gnu@4.45.1':
+ resolution: {integrity: sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.44.2':
- resolution: {integrity: sha512-lb5bxXnxXglVq+7imxykIp5xMq+idehfl+wOgiiix0191av84OqbjUED+PRC5OA8eFJYj5xAGcpAZ0pF2MnW+A==}
+ '@rollup/rollup-linux-arm64-musl@4.45.1':
+ resolution: {integrity: sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-loongarch64-gnu@4.44.2':
- resolution: {integrity: sha512-Yl5Rdpf9pIc4GW1PmkUGHdMtbx0fBLE1//SxDmuf3X0dUC57+zMepow2LK0V21661cjXdTn8hO2tXDdAWAqE5g==}
+ '@rollup/rollup-linux-loongarch64-gnu@4.45.1':
+ resolution: {integrity: sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==}
cpu: [loong64]
os: [linux]
- '@rollup/rollup-linux-powerpc64le-gnu@4.44.2':
- resolution: {integrity: sha512-03vUDH+w55s680YYryyr78jsO1RWU9ocRMaeV2vMniJJW/6HhoTBwyyiiTPVHNWLnhsnwcQ0oH3S9JSBEKuyqw==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.45.1':
+ resolution: {integrity: sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.44.2':
- resolution: {integrity: sha512-iYtAqBg5eEMG4dEfVlkqo05xMOk6y/JXIToRca2bAWuqjrJYJlx/I7+Z+4hSrsWU8GdJDFPL4ktV3dy4yBSrzg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.45.1':
+ resolution: {integrity: sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-riscv64-musl@4.44.2':
- resolution: {integrity: sha512-e6vEbgaaqz2yEHqtkPXa28fFuBGmUJ0N2dOJK8YUfijejInt9gfCSA7YDdJ4nYlv67JfP3+PSWFX4IVw/xRIPg==}
+ '@rollup/rollup-linux-riscv64-musl@4.45.1':
+ resolution: {integrity: sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.44.2':
- resolution: {integrity: sha512-evFOtkmVdY3udE+0QKrV5wBx7bKI0iHz5yEVx5WqDJkxp9YQefy4Mpx3RajIVcM6o7jxTvVd/qpC1IXUhGc1Mw==}
+ '@rollup/rollup-linux-s390x-gnu@4.45.1':
+ resolution: {integrity: sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.44.2':
- resolution: {integrity: sha512-/bXb0bEsWMyEkIsUL2Yt5nFB5naLAwyOWMEviQfQY1x3l5WsLKgvZf66TM7UTfED6erckUVUJQ/jJ1FSpm3pRQ==}
+ '@rollup/rollup-linux-x64-gnu@4.45.1':
+ resolution: {integrity: sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.44.2':
- resolution: {integrity: sha512-3D3OB1vSSBXmkGEZR27uiMRNiwN08/RVAcBKwhUYPaiZ8bcvdeEwWPvbnXvvXHY+A/7xluzcN+kaiOFNiOZwWg==}
+ '@rollup/rollup-linux-x64-musl@4.45.1':
+ resolution: {integrity: sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.44.2':
- resolution: {integrity: sha512-VfU0fsMK+rwdK8mwODqYeM2hDrF2WiHaSmCBrS7gColkQft95/8tphyzv2EupVxn3iE0FI78wzffoULH1G+dkw==}
+ '@rollup/rollup-win32-arm64-msvc@4.45.1':
+ resolution: {integrity: sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.44.2':
- resolution: {integrity: sha512-+qMUrkbUurpE6DVRjiJCNGZBGo9xM4Y0FXU5cjgudWqIBWbcLkjE3XprJUsOFgC6xjBClwVa9k6O3A7K3vxb5Q==}
+ '@rollup/rollup-win32-ia32-msvc@4.45.1':
+ resolution: {integrity: sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.44.2':
- resolution: {integrity: sha512-3+QZROYfJ25PDcxFF66UEk8jGWigHJeecZILvkPkyQN7oc5BvFo4YEXFkOs154j3FTMp9mn9Ky8RCOwastduEA==}
+ '@rollup/rollup-win32-x64-msvc@4.45.1':
+ resolution: {integrity: sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==}
cpu: [x64]
os: [win32]
- '@rspack/binding-darwin-arm64@1.4.3':
- resolution: {integrity: sha512-YwPYWvo+WhdQgb76ZnH6m4sXClcRJJ5UB3Qj7xABKDQNJ62MaczWHEPfh2LM4iSJ1IWMo9dW4yeEXa7U9aE94w==}
+ '@rspack/binding-darwin-arm64@1.4.10':
+ resolution: {integrity: sha512-PraYGuVSzvEwdoYC8T70qI/8j1QeUe2sysiWmjSdxUpxJsDfw35hK9TfxULeAJULlAUAiiXs03hdZk29DBc3ow==}
cpu: [arm64]
os: [darwin]
- '@rspack/binding-darwin-x64@1.4.3':
- resolution: {integrity: sha512-aynWl0uCfIVfzDiZtSA6l75U8zyIc0UBa0p/ZETHrIQlBHPKDmxVIOlpbJWprilw5i4a3nWbadKCzvb0Gb92iA==}
+ '@rspack/binding-darwin-x64@1.4.10':
+ resolution: {integrity: sha512-rWTSJ08TE0uqUjqAHkTmWqJu+FLSJ70A199Fk9k/FLZTS8UtHjuzZW7rv4qIN2nwJJLherxFUnP6y69cHuaGNw==}
cpu: [x64]
os: [darwin]
- '@rspack/binding-linux-arm64-gnu@1.4.3':
- resolution: {integrity: sha512-x6OlSqt4esxj5hAZq+aPSG1pbNtjLPDw3cnQlfqv04kJO6MOwrH+j4DPc+/Q2qKdFzLw807eyvKd3O9leu+iPg==}
+ '@rspack/binding-linux-arm64-gnu@1.4.10':
+ resolution: {integrity: sha512-cs6yu250FzRU1hl+02VLoJRdzbAveTOqvREeHgqL5AiTc6q1dQo1IZ16/Qt4+g0DMjnvM66pELRIO2nphXL8aA==}
cpu: [arm64]
os: [linux]
- '@rspack/binding-linux-arm64-musl@1.4.3':
- resolution: {integrity: sha512-6aCa76fW8WlSBc0bJKXLSql79NoFlua4b+59XN1kZln+yLstgicFiJSvAnw+9U7mrl7IP9UmVWTw3JBnHUtw4A==}
+ '@rspack/binding-linux-arm64-musl@1.4.10':
+ resolution: {integrity: sha512-NnOAoWkpZvOa+xM7NAJg25O+tSKt6xCXoga+gOw5XPni1NxHDc3PNh5bU6fAmc2Z29YLLdxeVqPmIDfdk1EkDg==}
cpu: [arm64]
os: [linux]
- '@rspack/binding-linux-x64-gnu@1.4.3':
- resolution: {integrity: sha512-N2kUPPVjkky9KlK/a1QXvRivtTS0RJ1ZGRfkacycOTcKwB3nvrz6IqYOFhIst9Wjed677KELKP5zZv/VImfY7Q==}
+ '@rspack/binding-linux-x64-gnu@1.4.10':
+ resolution: {integrity: sha512-FcaBqMclADWiqX+Mez15kggwaVYZkoEqDiQwYRpYDbBMsiJEtfp41GnNRstTWxYxFbcmuWoZl2cYy+LepR21ag==}
cpu: [x64]
os: [linux]
- '@rspack/binding-linux-x64-musl@1.4.3':
- resolution: {integrity: sha512-SAzoCLCHQMFoQ41i9APIfE2ndv3JT5LkPvl6V1FmiFRgZwH0jVKpIybulZtgLNgNh4nFIYES0+2XK8dZ28YR5g==}
+ '@rspack/binding-linux-x64-musl@1.4.10':
+ resolution: {integrity: sha512-vgRQhCw+C/Nxv6MZVNUkPzSXs6kIWHIrGKUvOM1ceeAkT+jNFEQdukkQ5LsYgEqEwP9ezWubxN3IGrMxyimlPw==}
cpu: [x64]
os: [linux]
- '@rspack/binding-wasm32-wasi@1.4.3':
- resolution: {integrity: sha512-jrakte9rA3a+VfRqm4Qa3o+MI4lfYZGqQTdpWyC9GLi3USxyaU55hGYdd/TtGvDY82KvJfGTV8o+LRn0Pl77OA==}
+ '@rspack/binding-wasm32-wasi@1.4.10':
+ resolution: {integrity: sha512-lk647+Ob3yvVS2FgW0vCfo/gz9h0Q7v9HGBFcsD1uW0/tSqXMa2s9ZvIn+B7S9tRgIoosXEAuq8NeCXKGWVj5Q==}
cpu: [wasm32]
- '@rspack/binding-win32-arm64-msvc@1.4.3':
- resolution: {integrity: sha512-Tho05w0sUWKe7avQYYGwaL5xNDFRav4A4Su5DTCC6mQeokbndg0Lk7jtyYIp9ZHCStUOojR4PY/4zG918ky95w==}
+ '@rspack/binding-win32-arm64-msvc@1.4.10':
+ resolution: {integrity: sha512-9mB3kh4pKaY4wFosZwuxb5EUtt7vv/uKW3OF4TJDC35bH7r54s+YYpHyXROT304r6URl4b6HNHlysL2m7BLihg==}
cpu: [arm64]
os: [win32]
- '@rspack/binding-win32-ia32-msvc@1.4.3':
- resolution: {integrity: sha512-Hc8tC30FvW5h8r3wW7C0pqY5b5BlMk0Y7vi03Zt60r8WqmeNINvAsjzyifHikD4S4lyQQO4CGXZOzSBWUcYesw==}
+ '@rspack/binding-win32-ia32-msvc@1.4.10':
+ resolution: {integrity: sha512-DPlyLZDUWkNcFI7zp1BQVVnihd4j/hCIbxqvIKvUt7whIVYMP52i8lCsa52uNGBSj7BcbcKAFElXC9dHVvoQGA==}
cpu: [ia32]
os: [win32]
- '@rspack/binding-win32-x64-msvc@1.4.3':
- resolution: {integrity: sha512-D+I6fl6Phq8+VElvf3sVTh+bqatk9Rjtgh4l2D7elIUkBguT5nAY3SX5wE/7iYnSdOBbP5mghU4exOG7NYqJYA==}
+ '@rspack/binding-win32-x64-msvc@1.4.10':
+ resolution: {integrity: sha512-FEE6OM0Wh7nj90+1ARXojT0Dnqox9UlIUIj7MQmX09yeMtckR+HITeq75F8y0l7HUvKOl2zQovmenk1KgyJV8Q==}
cpu: [x64]
os: [win32]
- '@rspack/binding@1.4.3':
- resolution: {integrity: sha512-bDKAruEbEdlozi8NkLrC0H+e/CfWuQgxi08akofLBp227Nd/n0yLF4VWaUkZr4lSbMJQBxXPattryDijDnoLwA==}
+ '@rspack/binding@1.4.10':
+ resolution: {integrity: sha512-awiXN7qTTTLWFThbJFL+M4k1if4sb17xKA5TaHbbxs0qKSlpe3adwNrNHaNU2WOQz+PbuF++OMyd+4gUusKuVg==}
- '@rspack/core@1.4.3':
- resolution: {integrity: sha512-zWdAXleiYZ+SlappgDbjsoBWIQzyYJX5WwPXmoQnHJPb4K+zmjCL8MRfdIMIxXcg5IiQsBfiWY/lYhaZ2Jc0EA==}
+ '@rspack/core@1.4.10':
+ resolution: {integrity: sha512-eK3H328pihiM1323OlaClKJ9WlqgGBZpcR5AqFoWsG0KD01tKCJOeZEgtCY6paRLrsQrEJwBrLntkG0fE7WNGg==}
engines: {node: '>=16.0.0'}
peerDependencies:
'@swc/helpers': '>=0.5.1'
@@ -3174,34 +3220,34 @@ packages:
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
- '@shikijs/core@3.7.0':
- resolution: {integrity: sha512-yilc0S9HvTPyahHpcum8eonYrQtmGTU0lbtwxhA6jHv4Bm1cAdlPFRCJX4AHebkCm75aKTjjRAW+DezqD1b/cg==}
+ '@shikijs/core@3.8.1':
+ resolution: {integrity: sha512-uTSXzUBQ/IgFcUa6gmGShCHr4tMdR3pxUiiWKDm8pd42UKJdYhkAYsAmHX5mTwybQ5VyGDgTjW4qKSsRvGSang==}
- '@shikijs/engine-javascript@3.7.0':
- resolution: {integrity: sha512-0t17s03Cbv+ZcUvv+y33GtX75WBLQELgNdVghnsdhTgU3hVcWcMsoP6Lb0nDTl95ZJfbP1mVMO0p3byVh3uuzA==}
+ '@shikijs/engine-javascript@3.8.1':
+ resolution: {integrity: sha512-rZRp3BM1llrHkuBPAdYAzjlF7OqlM0rm/7EWASeCcY7cRYZIrOnGIHE9qsLz5TCjGefxBFnwgIECzBs2vmOyKA==}
- '@shikijs/engine-oniguruma@3.7.0':
- resolution: {integrity: sha512-5BxcD6LjVWsGu4xyaBC5bu8LdNgPCVBnAkWTtOCs/CZxcB22L8rcoWfv7Hh/3WooVjBZmFtyxhgvkQFedPGnFw==}
+ '@shikijs/engine-oniguruma@3.8.1':
+ resolution: {integrity: sha512-KGQJZHlNY7c656qPFEQpIoqOuC4LrxjyNndRdzk5WKB/Ie87+NJCF1xo9KkOUxwxylk7rT6nhlZyTGTC4fCe1g==}
- '@shikijs/langs@3.7.0':
- resolution: {integrity: sha512-1zYtdfXLr9xDKLTGy5kb7O0zDQsxXiIsw1iIBcNOO8Yi5/Y1qDbJ+0VsFoqTlzdmneO8Ij35g7QKF8kcLyznCQ==}
+ '@shikijs/langs@3.8.1':
+ resolution: {integrity: sha512-TjOFg2Wp1w07oKnXjs0AUMb4kJvujML+fJ1C5cmEj45lhjbUXtziT1x2bPQb9Db6kmPhkG5NI2tgYW1/DzhUuQ==}
- '@shikijs/themes@3.7.0':
- resolution: {integrity: sha512-VJx8497iZPy5zLiiCTSIaOChIcKQwR0FebwE9S3rcN0+J/GTWwQ1v/bqhTbpbY3zybPKeO8wdammqkpXc4NVjQ==}
+ '@shikijs/themes@3.8.1':
+ resolution: {integrity: sha512-Vu3t3BBLifc0GB0UPg2Pox1naTemrrvyZv2lkiSw3QayVV60me1ujFQwPZGgUTmwXl1yhCPW8Lieesm0CYruLQ==}
- '@shikijs/transformers@3.7.0':
- resolution: {integrity: sha512-VplaqIMRNsNOorCXJHkbF5S0pT6xm8Z/s7w7OPZLohf8tR93XH0krvUafpNy/ozEylrWuShJF0+ftEB+wFRwGA==}
+ '@shikijs/transformers@3.8.1':
+ resolution: {integrity: sha512-nmTyFfBrhJk6HJi118jes0wuWdfKXeVUq1Nq+hm8h6wbk1KUfvtg+LY/uDfxZD2VDItHO3QoINIs3NtoKBmgxw==}
- '@shikijs/twoslash@3.7.0':
- resolution: {integrity: sha512-EjnV193iasm/M5UHVDJg6WyX6dIMCb0YhsKKlgWv3OK7iLFjuW7sUp978ZkO2OIn3niqBT6e+CX1LgoPM8jYjQ==}
+ '@shikijs/twoslash@3.8.1':
+ resolution: {integrity: sha512-Y6hF8cA0fS5w8iIPC20pLgVABfzwkWeQ8hca9h2XaZvdCR0R121JDr+HmjJ6lc9l8MyCOww+k9HK+QUbH6CCag==}
peerDependencies:
typescript: '>=5.5.0'
- '@shikijs/types@3.7.0':
- resolution: {integrity: sha512-MGaLeaRlSWpnP0XSAum3kP3a8vtcTsITqoEPYdt3lQG3YCdQH4DnEhodkYcNMcU0uW0RffhoD1O3e0vG5eSBBg==}
+ '@shikijs/types@3.8.1':
+ resolution: {integrity: sha512-5C39Q8/8r1I26suLh+5TPk1DTrbY/kn3IdWA5HdizR0FhlhD05zx5nKCqhzSfDHH3p4S0ZefxWd77DLV+8FhGg==}
- '@shikijs/vitepress-twoslash@3.7.0':
- resolution: {integrity: sha512-NGqsd5dfkf8MTCYKKhMZubVfEXUyXXwtbgdDmHlXLB/8S2WZ1bPwduoVldxuETvr/54w/y7gkWbVgkKtq8GvYg==}
+ '@shikijs/vitepress-twoslash@3.8.1':
+ resolution: {integrity: sha512-AcR7QKrsBr8ZBSMqeDUfQLc5/bVPc2aspJx10g67wiKTX1JRbf65RlS5zNrZzrOhPYZOleaHqJIoJm1R02EGCg==}
'@shikijs/vscode-textmate@10.0.2':
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
@@ -3228,8 +3274,8 @@ packages:
resolution: {integrity: sha512-0gtKFjZxAvDdUdoZTuvukovboD3K12BxkswKHHBRvzfcrM0rQXGMXoHS1gLRMQJ9kllJaa/I3sclbeWKyELm6Q==}
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
- '@stylexjs/stylex@0.12.0':
- resolution: {integrity: sha512-gvazVsoTNRTnXldvmV/IIa1bB6UStoWMmRpoH/O+/f05IWnq5xES5foWxaPKm0uZD1vQ2Ue5e820lwT5+YqnrQ==}
+ '@stylexjs/stylex@0.14.3':
+ resolution: {integrity: sha512-6ibBnXsIIlSNAROGSiw3mWElR71YaxrAIvEjdFfesx3dhvS3+fB+OKFmHxYcdcZICAdl+rOXflS0DfjAyAfHxg==}
'@stylexjs/stylex@0.9.3':
resolution: {integrity: sha512-q3kYZ5bMXlVyF6Wh8b8Uwl701aSu8aEhim0AlQTaAXKMt0J6nTCWOjSwq6GNR74Ez4pcm2Ha4NDqhkYhKYGBcQ==}
@@ -3237,8 +3283,8 @@ packages:
'@swc/helpers@0.5.17':
resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==}
- '@sxzz/eslint-config@7.0.4':
- resolution: {integrity: sha512-4o3stQQ5wVdQXJ4zWwHlfC5Mv489Ob6A7bmEnt2GGOr675eVV/IFqDdwu1MnbmcQVY5CVXsyhkBCNHQTjDqAiA==}
+ '@sxzz/eslint-config@7.0.6':
+ resolution: {integrity: sha512-krBTIj23UtzqXu2hEvpBaZN1bifQnvtEKfqDxQhrLPX1hxYs6KA8b/LeVrpobwmVtXlo4pcG2fsggD9sYS9l6A==}
engines: {node: '>=20.0.0'}
peerDependencies:
'@unocss/eslint-plugin': '>=65.0.0'
@@ -3250,8 +3296,8 @@ packages:
'@sxzz/prettier-config@2.2.3':
resolution: {integrity: sha512-J7pmxgW21XYjCRWD+yFjrgnBJPQOXFwSIMQtgZgixfmNS2K9cI7LBEpQwkU43AvYj0eJrm3JvZ6goXLSMGqq1A==}
- '@sxzz/test-utils@0.5.6':
- resolution: {integrity: sha512-BikHJPOsAqwKIwG5Eg9s8STJMIlg0USi1AdKqTkj9oXt2b/fAK+fV2EVgL1CKD3WQq1622G21AZXWqVLHKC+Lg==}
+ '@sxzz/test-utils@0.5.7':
+ resolution: {integrity: sha512-3NqMKSegD2QmBShLKCIlXdQa1SN7K3QWw6zUMUSbkGp+iKmo/pv6XekOvqeiPeu9qyqVJTKdp9DL4wBX4YfpJg==}
engines: {node: '>=20.18.0'}
peerDependencies:
esbuild: '>=0.20.0'
@@ -3272,14 +3318,10 @@ packages:
'@tanstack/vue-virtual@3.13.12':
resolution: {integrity: sha512-vhF7kEU9EXWXh+HdAwKJ2m3xaOnTTmgcdXcF2pim8g4GvI7eRrk2YRuV5nUlZnd/NbCIX4/Ja2OZu5EjJL06Ww==}
peerDependencies:
- vue: ^2.7.0 || ^3.0.0
-
- '@trysound/sax@0.2.0':
- resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
- engines: {node: '>=10.13.0'}
+ vue: ^3.5.18
- '@tybys/wasm-util@0.9.0':
- resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
+ '@tybys/wasm-util@0.10.0':
+ resolution: {integrity: sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==}
'@types/chai@5.2.2':
resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==}
@@ -3317,8 +3359,8 @@ packages:
'@types/nlcst@2.0.3':
resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
- '@types/node@24.0.10':
- resolution: {integrity: sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==}
+ '@types/node@24.1.0':
+ resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==}
'@types/parse-path@7.1.0':
resolution: {integrity: sha512-EULJ8LApcVEPbrfND0cRQqutIOdiIgJ1Mgrhpy755r14xMohPTEpkV/k28SJvuOs9bHRFW8x+KeDAEPiGQPB9Q==}
@@ -3336,63 +3378,63 @@ packages:
'@types/web-bluetooth@0.0.21':
resolution: {integrity: sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==}
- '@typescript-eslint/eslint-plugin@8.35.1':
- resolution: {integrity: sha512-9XNTlo7P7RJxbVeICaIIIEipqxLKguyh+3UbXuT2XQuFp6d8VOeDEGuz5IiX0dgZo8CiI6aOFLg4e8cF71SFVg==}
+ '@typescript-eslint/eslint-plugin@8.38.0':
+ resolution: {integrity: sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.35.1
+ '@typescript-eslint/parser': ^8.38.0
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/parser@8.35.1':
- resolution: {integrity: sha512-3MyiDfrfLeK06bi/g9DqJxP5pV74LNv4rFTyvGDmT3x2p1yp1lOd+qYZfiRPIOf/oON+WRZR5wxxuF85qOar+w==}
+ '@typescript-eslint/parser@8.38.0':
+ resolution: {integrity: sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==}
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-eslint/project-service@8.35.1':
- resolution: {integrity: sha512-VYxn/5LOpVxADAuP3NrnxxHYfzVtQzLKeldIhDhzC8UHaiQvYlXvKuVho1qLduFbJjjy5U5bkGwa3rUGUb1Q6Q==}
+ '@typescript-eslint/project-service@8.38.0':
+ resolution: {integrity: sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/scope-manager@8.35.1':
- resolution: {integrity: sha512-s/Bpd4i7ht2934nG+UoSPlYXd08KYz3bmjLEb7Ye1UVob0d1ENiT3lY8bsCmik4RqfSbPw9xJJHbugpPpP5JUg==}
+ '@typescript-eslint/scope-manager@8.38.0':
+ resolution: {integrity: sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/tsconfig-utils@8.35.1':
- resolution: {integrity: sha512-K5/U9VmT9dTHoNowWZpz+/TObS3xqC5h0xAIjXPw+MNcKV9qg6eSatEnmeAwkjHijhACH0/N7bkhKvbt1+DXWQ==}
+ '@typescript-eslint/tsconfig-utils@8.38.0':
+ resolution: {integrity: sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/type-utils@8.35.1':
- resolution: {integrity: sha512-HOrUBlfVRz5W2LIKpXzZoy6VTZzMu2n8q9C2V/cFngIC5U1nStJgv0tMV4sZPzdf4wQm9/ToWUFPMN9Vq9VJQQ==}
+ '@typescript-eslint/type-utils@8.38.0':
+ resolution: {integrity: sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==}
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-eslint/types@8.35.1':
- resolution: {integrity: sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==}
+ '@typescript-eslint/types@8.38.0':
+ resolution: {integrity: sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.35.1':
- resolution: {integrity: sha512-Vvpuvj4tBxIka7cPs6Y1uvM7gJgdF5Uu9F+mBJBPY4MhvjrjWGK4H0lVgLJd/8PWZ23FTqsaJaLEkBCFUk8Y9g==}
+ '@typescript-eslint/typescript-estree@8.38.0':
+ resolution: {integrity: sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.9.0'
- '@typescript-eslint/utils@8.35.1':
- resolution: {integrity: sha512-lhnwatFmOFcazAsUm3ZnZFpXSxiwoa1Lj50HphnDe1Et01NF4+hrdXONSUHIcbVu2eFb1bAf+5yjXkGVkXBKAQ==}
+ '@typescript-eslint/utils@8.38.0':
+ resolution: {integrity: sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==}
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-eslint/visitor-keys@8.35.1':
- resolution: {integrity: sha512-VRwixir4zBWCSTP/ljEo091lbpypz57PoeAQ9imjG+vbeof9LplljsL1mos4ccG6H9IjfrVGM359RozUnuFhpw==}
+ '@typescript-eslint/visitor-keys@8.38.0':
+ resolution: {integrity: sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript/vfs@1.6.1':
@@ -3403,199 +3445,199 @@ packages:
'@ungap/structured-clone@1.3.0':
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
- '@unhead/vue@2.0.11':
- resolution: {integrity: sha512-8fotlaymgclwiywz9sCr+4EfJs4aoVr0TW31lk5Z8c3VVxeKLSjS4rs8ely8HQd9e3UWxYzZhR8ZqQh0qJPQ/w==}
+ '@unhead/vue@2.0.12':
+ resolution: {integrity: sha512-WFaiCVbBd39FK6Bx3GQskhgT9s45Vjx6dRQegYheVwU1AnF+FAfJVgWbrl21p6fRJcLAFp0xDz6wE18JYBM0eQ==}
peerDependencies:
- vue: '>=3.5.13'
+ vue: ^3.5.18
- '@unocss/astro@66.3.2':
- resolution: {integrity: sha512-O3cmQyAQsSqRSI3CkDpm3to4CrkYPyxrO7XHO0QpfTl2XcFoYsVNTAHnIKdxPG9gjZcB7x03gpRMZKjQHreihA==}
+ '@unocss/astro@66.3.3':
+ resolution: {integrity: sha512-q26EfadSMmEXZpWDKsJF9anBCfhYDmWljVpDZ2Wo8K48IbZMUXrWfiAiUc6ijE/A/rADfHk8bp3a3GE01t3I9A==}
peerDependencies:
- vite: ^7.0.2
+ vite: ^7.0.6
peerDependenciesMeta:
vite:
optional: true
- '@unocss/cli@66.3.2':
- resolution: {integrity: sha512-nwHZz7FN1/VAK3jIWiDShscs6ru7ovXzzg5IxRJFPM5ZjEq/93ToBP7eSnhlJ6opEINLat/Qq0w/w+YNRLOpEg==}
+ '@unocss/cli@66.3.3':
+ resolution: {integrity: sha512-U0HoDcwi/DetqP5zDT3dfxG94pC3TI0PfxmpdTfPY7xEylIdLbV89fb70CvJVysDSQJIuw6TYwqS1ZlHoYNKTA==}
engines: {node: '>=14'}
hasBin: true
- '@unocss/config@66.3.2':
- resolution: {integrity: sha512-G/kkFPhYjzCWa19jLhOhJ/yLL3JDt/kWJCmc5Z532/oNT1kzh9YJjAbprflVsAUEsIXyqm6WAmd26JD+KQKTWQ==}
+ '@unocss/config@66.3.3':
+ resolution: {integrity: sha512-D/UxnAmkabapqWU4tF85dWWhNfCUyNutWmd4AD2VsQRZOykufJedLV74r3Z3XhoPJn4IGr3BKZm5/rflf5viDg==}
engines: {node: '>=14'}
- '@unocss/core@66.3.2':
- resolution: {integrity: sha512-C8UbTenNb/pHo68Ob+G1DTKJkQOeWT8IXTzDV7Vq6hPa9R7eE1l2l20pDKGs6gXYEBYPpY9EV4f5E0vUKDf8sw==}
+ '@unocss/core@66.3.3':
+ resolution: {integrity: sha512-6WFLd92TJelVQARtCGaF+EgEoHKIVe43gkGXVoWILu0HUDRWdhv+cpcyX0RTJV22Y976AxeneU7/zmhAh+CXNg==}
- '@unocss/eslint-plugin@66.3.2':
- resolution: {integrity: sha512-ypwFOZqnb2MuLA7TZWyFbHs8buoLjjWDelskZ0fFhQD8Pqgu4R8Nt54vgjvNlWBgsFEqqyg/lbnVW72Pvi+ZNg==}
+ '@unocss/eslint-plugin@66.3.3':
+ resolution: {integrity: sha512-n2Jd22Z5QEAAdXPBzq5i4L8gzYLy7vMF/2N8TE7b8GdIF9kuawyYxTmcjgg+Tp/Sr1HXp/Fcs7Oic2lv5ZvU+A==}
engines: {node: '>=14'}
- '@unocss/extractor-arbitrary-variants@66.3.2':
- resolution: {integrity: sha512-D3R4GR6yGy/XlVz1lQldFZqvxdsmIhRCHLCXV3Oeg9nR93BgE9gBiPs17qK8Wuw+i5xXVstGQXftmsoSPSA23Q==}
+ '@unocss/extractor-arbitrary-variants@66.3.3':
+ resolution: {integrity: sha512-TXzjH6FcITQ8V2x7ETHgVOlAHf3ll/ysxL+W4fMROm8jP/o7jvsg36tRfOwU0sDGo/qoCPux82ix9e6/JW0oqQ==}
- '@unocss/inspector@66.3.2':
- resolution: {integrity: sha512-zlMMZovXZ4wSigB+M7egn84OmH+2q5jHYvrsmpLI3DgCXqjKbX5UYI0QN1XZ4lW/i9mL2Za6CZqKYK/6auxP/g==}
+ '@unocss/inspector@66.3.3':
+ resolution: {integrity: sha512-NsK1WRWez2Mzk4+ophtBdXel8nGaPkIDa9lYSFMdKLF/1jNW23txeEL8CsD6/CK8K0BsR11rhLKhUrzyrjfBSQ==}
- '@unocss/nuxt@66.3.2':
- resolution: {integrity: sha512-MbQZKueVoP4Xv+P7+EzIOC0wlXwgUsaUiVGSyKX/P6V3PYMMllWfy11LeQakEA49Q/uTGwcDcXaXQOA0ZHfUZw==}
+ '@unocss/nuxt@66.3.3':
+ resolution: {integrity: sha512-MgLmJyeR7g+hYD4zFjC/JmBbJScyIOyjxaML4nE6Oh7zxCYeArSE0RKZNzracskcdJ4wQfRnBRDM7XBvpD2hew==}
- '@unocss/postcss@66.3.2':
- resolution: {integrity: sha512-gbSlHhSezn4q2inEc5lPvz4upsAiewHyWS3k1o5ZH2Y7w/0jJxfIPYsjs8q5eFB3rkicdWWoGwd8HzuSXOrB/w==}
+ '@unocss/postcss@66.3.3':
+ resolution: {integrity: sha512-VKq+BtfPIZbLeAeZFprtKZJAyFBOqA8qpQm+vmWBiBia70JzkwfF2SMNIHiGt022yRo9ZmjnI9uRTxSzqXUsUQ==}
engines: {node: '>=14'}
- '@unocss/preset-attributify@66.3.2':
- resolution: {integrity: sha512-ODKaW4x2ZfaHsOgNsSNUbdM0Ifk89K3FZQgleOvlNJx60iHeCE+X1u24FpyFKQ81DgK2Kcwuv/HOg7rrA0n16w==}
+ '@unocss/preset-attributify@66.3.3':
+ resolution: {integrity: sha512-22+0Cqqu09q+xHfZ3Wk8Coxe5m6PmpgWz4U5xrEC8056UfG3Q1KEqoCxy2wySJIq8SqxQ30Nlll7oMa31B8Krw==}
- '@unocss/preset-icons@66.3.2':
- resolution: {integrity: sha512-E72sTaLjmIPExM0d32MMvjp040BP9xJ/xbpL/J4LqTMebo6PYE+is2+SmLkENrN7P3lSeDY3RI7iHyWLCoI/qw==}
+ '@unocss/preset-icons@66.3.3':
+ resolution: {integrity: sha512-Bmhiev05BN/horlgnyZ8gzQWZKd7oVpUBWD66X7U/dgkLdO6B5GIIsdO5Fi7JLeMDmyXm6vlYk0YQhiTbx8l9w==}
- '@unocss/preset-mini@66.3.2':
- resolution: {integrity: sha512-9jaJ3Kk7qTUHY84PIUU53yl1BaFYnoFYu22TGLqd9bV6/OihsZ454sTRmpkjXFWGPWENEv6vfs1BQANliMZGIA==}
+ '@unocss/preset-mini@66.3.3':
+ resolution: {integrity: sha512-pz8rgvHRYS/6fsZNtG7iArLzwANnLy5GkHY/lbuqkWhO2S2Nf7kpJCbR/uV/XeuFsLnYcZW3NLOmelfvZvJamA==}
- '@unocss/preset-tagify@66.3.2':
- resolution: {integrity: sha512-6nGSu6EE0s3HI0Ni+AZDGFhcKrz5Q0Ic+t6fS2+x1ZFgGQfHs5UVvSzr8W2pfLFJ5WUWZ0PLdIrRj8aw1X8x3A==}
+ '@unocss/preset-tagify@66.3.3':
+ resolution: {integrity: sha512-L1Ez7Y4uBaW+wiv1BOQygpfhseSt3EZ53jqkl7fxl1EKVsJy6SuZgJxlXEHUYp9xYdSp6EHq2CfL8UevaR+loA==}
- '@unocss/preset-typography@66.3.2':
- resolution: {integrity: sha512-h6prtgy6lyl7QXsVRJXVF7B7HR+E0v6qCjBN2AsT1zjHPAwqiUJibmHryRNZllh/lxLIR2D7atK1Ftnrx4BSeg==}
+ '@unocss/preset-typography@66.3.3':
+ resolution: {integrity: sha512-aQXiGCObvWD9grfUpm0d5nzN+Cpvag0rHP39UjUKb0xSTzY09VzwDrua4kWVO5wJLNK6/L70osyhEgmC3qToxA==}
- '@unocss/preset-uno@66.3.2':
- resolution: {integrity: sha512-PisryQfY2VwaA3Pj2OTZX4bb1wbqpQdZ4CmQjGkU040SK+qWObEAUMF2NdMwt2agFimDR9bJVZSVIUDMzlZa0A==}
+ '@unocss/preset-uno@66.3.3':
+ resolution: {integrity: sha512-Tiho4LidpuMHrB19GHTU6XrL0A5eFELHk9ebQ/3WeTy+K/9a6Hn5zsHJe5UCtOsEcUdKB33oZx0hXUp93hb/YQ==}
- '@unocss/preset-web-fonts@66.3.2':
- resolution: {integrity: sha512-Mn0DP21qeZlUsucdw1gDsuPU+h8NBbsmDoYsy5Aq5SBHNdBCcWqv8+O3H1KrzVEcPnYsGULwlwe5oNWbgHdBgQ==}
+ '@unocss/preset-web-fonts@66.3.3':
+ resolution: {integrity: sha512-ysKZeC7TXxRiqnNL9GxZFGMKFAHXrcaqozPaEOIJ40dvzbJt8IMLyFndZkcFMcgDCV0pFh/y37mGxxxARO9+pQ==}
- '@unocss/preset-wind3@66.3.2':
- resolution: {integrity: sha512-OrZdbiEGIzo4Cg/65SHCnZLRXlPe6DnlVRsQJqyPJK7gGWuLZYK1ysp06vmgrVsFdIbaGs65olml1mHygsAklw==}
+ '@unocss/preset-wind3@66.3.3':
+ resolution: {integrity: sha512-iXmjvPqvmPTo4z7epQDqHxzlGRsbLJEgfETqTrRJeagvFG7Gs+ajS8cQhbf6wL01dSRHjvhVXi3MsIvqfHHXOw==}
- '@unocss/preset-wind4@66.3.2':
- resolution: {integrity: sha512-/MNCHUAe+Guwz3oO8X8o2N6YTSKsA7feiLD0WKusFoCgWLZwVLX0ZrX3n2U4z1EhGrcjlGOj0WSOQMf/W2vHcQ==}
+ '@unocss/preset-wind4@66.3.3':
+ resolution: {integrity: sha512-JSJTXVJel6kX+u4Ktt6JGnukYWYhKxmjgORTwclUpokRHgEoD+xsh0Rz4YGJ1fWSnzNslNQhWP9yDRByVPHWwA==}
- '@unocss/preset-wind@66.3.2':
- resolution: {integrity: sha512-+CFabjgL6IswEIayeFsogr9I+kPtHQNYsQutzZSdzcYw+0HPM0SdwzVYhDQFIqf554dEyK/EGXcJTKWv32Lm3A==}
+ '@unocss/preset-wind@66.3.3':
+ resolution: {integrity: sha512-3Mxl/TDPcv8nNKdFe3WKdlXE6de+lCaaizEH86BILW3ZeyPU9aKzWcZIoxohla0a6zMxDQ2+Gf+7EwaOvpqo7Q==}
- '@unocss/reset@66.3.2':
- resolution: {integrity: sha512-3Q6ND9ifUGXgY0+bkFNjYXhftIKCQYIsaeHKjfTjhuZukB8SSmnl7Vo9hn0rDeFGF+3mAo6PVv3/uJbJGQ2+IA==}
+ '@unocss/reset@66.3.3':
+ resolution: {integrity: sha512-VIeR/mIcCL89/1uA1KM1QCYca4aeIGqEHMTJL1nCD4v+7wk6XhNXhsp5gMIHo+V804SUSmATWaeHTiKpiFu7AQ==}
- '@unocss/rule-utils@66.3.2':
- resolution: {integrity: sha512-zdKhZdRsU0iB+6ba1xX5YOJVI2UqwrvffAalONRSal2VUYpZxCFCvJhyt5bbneIOBQ6pQMVgi7UVEqQ6Y7A5kQ==}
+ '@unocss/rule-utils@66.3.3':
+ resolution: {integrity: sha512-QKgVGV5nRRnK44/reUKFLAc5UGyl98vz3hrfk8JI8pVza58vmQWTdAB2rIpNJ5a5j+EkWfDOUlGQaOrIeYGLdg==}
engines: {node: '>=14'}
- '@unocss/transformer-attributify-jsx@66.3.2':
- resolution: {integrity: sha512-v8i1hYbYw7DhrT0WeHPhbnpSyQMltdMT3OsF2Zkq5+MEkYoSok+xykArzGl8Lxz6BsbFK3yAFWMRVpvlCB6apQ==}
+ '@unocss/transformer-attributify-jsx@66.3.3':
+ resolution: {integrity: sha512-ENNYFk5wrI4jlxn0tWGeR9QGxflAfZue3X2ABg0KSVOiYyIOsrHqtdoiLYkuCA9idRlBZPQxePJKcPWt1r/tYA==}
- '@unocss/transformer-compile-class@66.3.2':
- resolution: {integrity: sha512-2GBmUByGi1nACPEh0cLsd+95rqt29RwZSW4d9kzZfeyJqEPyD0oH9ufvHUXwtiIsaQpDCDgdNSLaNQ1xNMpe8A==}
+ '@unocss/transformer-compile-class@66.3.3':
+ resolution: {integrity: sha512-VTEFuwp3iajGWyEFwmO5LRvOjgZM1TK+4rX5Q79xyTAPkLAKgOa03Ne8+kU8oG0TQEa4mXVw6ul9McM7UBJh1w==}
- '@unocss/transformer-directives@66.3.2':
- resolution: {integrity: sha512-ihyznSsftQ3S4BnqI4kNoB6+JRDk773xjZjRHSWrOPQ/bBkKqVjkijxIg5fJWgkIzk1lKcrYn/s6amD9/Pt3pw==}
+ '@unocss/transformer-directives@66.3.3':
+ resolution: {integrity: sha512-11T7fmYk/XZcqFDn4qiIvs04mJhUtAoha5Y99bVE+L3byWa6BT4jb5aSAKk+24q5aynwgB++4RgfQxarj69WTw==}
- '@unocss/transformer-variant-group@66.3.2':
- resolution: {integrity: sha512-LW9Nim8DjzdYYao6IS17On2vW3u/QjSylvMdAqi6XlJ2lHEulN1YatSX74pGOyyQ7jh8WSXE0xqsw3uxkY48tA==}
+ '@unocss/transformer-variant-group@66.3.3':
+ resolution: {integrity: sha512-uhK81pbJfXJFYaXxOoIFVEG8/Kx1iaAkTwRB6c+WNUfl9GiKyYQcrI7bETgCPPbg230Z68jVICBgBATeLJ31vQ==}
- '@unocss/vite@66.3.2':
- resolution: {integrity: sha512-m1et66BVSbaLcoHJy6dt0esEnLZnBDO0pdXIXJH+oqCmjjDdKquPXdCa1lei90sjeS+VnO59c5b/Nz5EwZPRYQ==}
+ '@unocss/vite@66.3.3':
+ resolution: {integrity: sha512-uu3smeEW6q36ri6vydRx2GiTGF5O/J80Fr4GLmLiwfpt2YnPHraO7XHVR5/mwG2Oz5Kov0uGvxVsdgxZABKRgw==}
peerDependencies:
- vite: ^7.0.2
+ vite: ^7.0.6
- '@unocss/webpack@66.3.2':
- resolution: {integrity: sha512-IsE3zFT1FLtAHyccVIZXEPBLTMRPB+NQDp2VsVALLz+o7mJj+ApLkmnxPjcVcbTVTOEchhKe0qAzt8mdzJ3/Iw==}
+ '@unocss/webpack@66.3.3':
+ resolution: {integrity: sha512-e5wEVhRuj0AamS4a17oRXvD2BtRkQ9fWaDWk1d1LE1COyNa7wgmRsVPdl407i5pnn5DGzNrS9H2Ht7Rzt8YFzQ==}
peerDependencies:
webpack: ^4 || ^5
- '@unrs/resolver-binding-android-arm-eabi@1.10.1':
- resolution: {integrity: sha512-zohDKXT1Ok0yhbVGff4YAg9HUs5ietG5GpvJBPFSApZnGe7uf2cd26DRhKZbn0Be6xHUZrSzP+RAgMmzyc71EA==}
+ '@unrs/resolver-binding-android-arm-eabi@1.11.1':
+ resolution: {integrity: sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==}
cpu: [arm]
os: [android]
- '@unrs/resolver-binding-android-arm64@1.10.1':
- resolution: {integrity: sha512-tAN6k5UrTd4nicpA7s2PbjR/jagpDzAmvXFjbpTazUe5FRsFxVcBlS1F5Lzp5jtWU6bdiqRhSvd4X8rdpCffeA==}
+ '@unrs/resolver-binding-android-arm64@1.11.1':
+ resolution: {integrity: sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==}
cpu: [arm64]
os: [android]
- '@unrs/resolver-binding-darwin-arm64@1.10.1':
- resolution: {integrity: sha512-+FCsag8WkauI4dQ50XumCXdfvDCZEpMUnvZDsKMxfOisnEklpDFXc6ThY0WqybBYZbiwR5tWcFaZmI0G6b4vrg==}
+ '@unrs/resolver-binding-darwin-arm64@1.11.1':
+ resolution: {integrity: sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==}
cpu: [arm64]
os: [darwin]
- '@unrs/resolver-binding-darwin-x64@1.10.1':
- resolution: {integrity: sha512-qYKGGm5wk71ONcXTMZ0+J11qQeOAPz3nw6VtqrBUUELRyXFyvK8cHhHsLBFR4GHnilc2pgY1HTB2TvdW9wO26Q==}
+ '@unrs/resolver-binding-darwin-x64@1.11.1':
+ resolution: {integrity: sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==}
cpu: [x64]
os: [darwin]
- '@unrs/resolver-binding-freebsd-x64@1.10.1':
- resolution: {integrity: sha512-hOHMAhbvIQ63gkpgeNsXcWPSyvXH7ZEyeg254hY0Lp/hX8NdW+FsUWq73g9946Pc/BrcVI/I3C1cmZ4RCX9bNw==}
+ '@unrs/resolver-binding-freebsd-x64@1.11.1':
+ resolution: {integrity: sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==}
cpu: [x64]
os: [freebsd]
- '@unrs/resolver-binding-linux-arm-gnueabihf@1.10.1':
- resolution: {integrity: sha512-6ds7+zzHJgTDmpe0gmFcOTvSUhG5oZukkt+cCsSb3k4Uiz2yEQB4iCRITX2hBwSW+p8gAieAfecITjgqCkswXw==}
+ '@unrs/resolver-binding-linux-arm-gnueabihf@1.11.1':
+ resolution: {integrity: sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==}
cpu: [arm]
os: [linux]
- '@unrs/resolver-binding-linux-arm-musleabihf@1.10.1':
- resolution: {integrity: sha512-P7A0G2/jW00diNJyFeq4W9/nxovD62Ay8CMP4UK9OymC7qO7rG1a8Upad68/bdfpIOn7KSp7Aj/6lEW3yyznAA==}
+ '@unrs/resolver-binding-linux-arm-musleabihf@1.11.1':
+ resolution: {integrity: sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==}
cpu: [arm]
os: [linux]
- '@unrs/resolver-binding-linux-arm64-gnu@1.10.1':
- resolution: {integrity: sha512-Cg6xzdkrpltcTPO4At+A79zkC7gPDQIgosJmVV8M104ImB6KZi1MrNXgDYIAfkhUYjPzjNooEDFRAwwPadS7ZA==}
+ '@unrs/resolver-binding-linux-arm64-gnu@1.11.1':
+ resolution: {integrity: sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==}
cpu: [arm64]
os: [linux]
- '@unrs/resolver-binding-linux-arm64-musl@1.10.1':
- resolution: {integrity: sha512-aNeg99bVkXa4lt+oZbjNRPC8ZpjJTKxijg/wILrJdzNyAymO2UC/HUK1UfDjt6T7U5p/mK24T3CYOi3/+YEQSA==}
+ '@unrs/resolver-binding-linux-arm64-musl@1.11.1':
+ resolution: {integrity: sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==}
cpu: [arm64]
os: [linux]
- '@unrs/resolver-binding-linux-ppc64-gnu@1.10.1':
- resolution: {integrity: sha512-ylz5ojeXrkPrtnzVhpCO+YegG63/aKhkoTlY8PfMfBfLaUG8v6m6iqrL7sBUKdVBgOB4kSTUPt9efQdA/Y3Z/w==}
+ '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1':
+ resolution: {integrity: sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==}
cpu: [ppc64]
os: [linux]
- '@unrs/resolver-binding-linux-riscv64-gnu@1.10.1':
- resolution: {integrity: sha512-xcWyhmJfXXOxK7lvE4+rLwBq+on83svlc0AIypfe6x4sMJR+S4oD7n9OynaQShfj2SufPw2KJAotnsNb+4nN2g==}
+ '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1':
+ resolution: {integrity: sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==}
cpu: [riscv64]
os: [linux]
- '@unrs/resolver-binding-linux-riscv64-musl@1.10.1':
- resolution: {integrity: sha512-mW9JZAdOCyorgi1eLJr4gX7xS67WNG9XNPYj5P8VuttK72XNsmdw9yhOO4tDANMgiLXFiSFaiL1gEpoNtRPw/A==}
+ '@unrs/resolver-binding-linux-riscv64-musl@1.11.1':
+ resolution: {integrity: sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==}
cpu: [riscv64]
os: [linux]
- '@unrs/resolver-binding-linux-s390x-gnu@1.10.1':
- resolution: {integrity: sha512-NZGKhBy6xkJ0k09cWNZz4DnhBcGlhDd3W+j7EYoNvf5TSwj2K6kbmfqTWITEgkvjsMUjm1wsrc4IJaH6VtjyHQ==}
+ '@unrs/resolver-binding-linux-s390x-gnu@1.11.1':
+ resolution: {integrity: sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==}
cpu: [s390x]
os: [linux]
- '@unrs/resolver-binding-linux-x64-gnu@1.10.1':
- resolution: {integrity: sha512-VsjgckJ0gNMw7p0d8In6uPYr+s0p16yrT2rvG4v2jUpEMYkpnfnCiALa9SWshbvlGjKQ98Q2x19agm3iFk8w8Q==}
+ '@unrs/resolver-binding-linux-x64-gnu@1.11.1':
+ resolution: {integrity: sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==}
cpu: [x64]
os: [linux]
- '@unrs/resolver-binding-linux-x64-musl@1.10.1':
- resolution: {integrity: sha512-idMnajMeejnaFi0Mx9UTLSYFDAOTfAEP7VjXNgxKApso3Eu2Njs0p2V95nNIyFi4oQVGFmIuCkoznAXtF/Zbmw==}
+ '@unrs/resolver-binding-linux-x64-musl@1.11.1':
+ resolution: {integrity: sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==}
cpu: [x64]
os: [linux]
- '@unrs/resolver-binding-wasm32-wasi@1.10.1':
- resolution: {integrity: sha512-7jyhjIRNFjzlr8x5pth6Oi9hv3a7ubcVYm2GBFinkBQKcFhw4nIs5BtauSNtDW1dPIGrxF0ciynCZqzxMrYMsg==}
+ '@unrs/resolver-binding-wasm32-wasi@1.11.1':
+ resolution: {integrity: sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@unrs/resolver-binding-win32-arm64-msvc@1.10.1':
- resolution: {integrity: sha512-TY79+N+Gkoo7E99K+zmsKNeiuNJYlclZJtKqsHSls8We2iGhgxtletVsiBYie93MSTDRDMI8pkBZJlIJSZPrdA==}
+ '@unrs/resolver-binding-win32-arm64-msvc@1.11.1':
+ resolution: {integrity: sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==}
cpu: [arm64]
os: [win32]
- '@unrs/resolver-binding-win32-ia32-msvc@1.10.1':
- resolution: {integrity: sha512-BAJN5PEPlEV+1m8+PCtFoKm3LQ1P57B4Z+0+efU0NzmCaGk7pUaOxuPgl+m3eufVeeNBKiPDltG0sSB9qEfCxw==}
+ '@unrs/resolver-binding-win32-ia32-msvc@1.11.1':
+ resolution: {integrity: sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==}
cpu: [ia32]
os: [win32]
- '@unrs/resolver-binding-win32-x64-msvc@1.10.1':
- resolution: {integrity: sha512-2v3erKKmmCyIVvvhI2nF15qEbdBpISTq44m9pyd5gfIJB1PN94oePTLWEd82XUbIbvKhv76xTSeUQSCOGesLeg==}
+ '@unrs/resolver-binding-win32-x64-msvc@1.11.1':
+ resolution: {integrity: sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==}
cpu: [x64]
os: [win32]
@@ -3608,15 +3650,15 @@ packages:
resolution: {integrity: sha512-X7qmQMXbdDh+sfHUttXokPD0cjPkMFoae7SgbkF9vi3idGUKmxLcnU2Ug49FHwiKXebfzQRIm5yK3sfCJzNBbg==}
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
- vite: ^7.0.2
- vue: ^3.0.0
+ vite: ^7.0.6
+ vue: ^3.5.18
'@vitejs/plugin-vue@6.0.0':
resolution: {integrity: sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ==}
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
- vite: ^7.0.2
- vue: ^3.2.25
+ vite: ^7.0.6
+ vue: ^3.5.18
'@vitest/coverage-v8@3.2.4':
resolution: {integrity: sha512-EyF9SXU6kS5Ku/U82E259WSnvg6c8KTjppUncuNdm5QHpe17mwREHnjDzozC8x9MZ0xfBUFSaLkRv4TMA75ALQ==}
@@ -3634,7 +3676,7 @@ packages:
resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==}
peerDependencies:
msw: ^2.4.9
- vite: ^7.0.2
+ vite: ^7.0.6
peerDependenciesMeta:
msw:
optional: true
@@ -3661,20 +3703,20 @@ packages:
'@vitest/utils@3.2.4':
resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==}
- '@volar/language-core@2.4.17':
- resolution: {integrity: sha512-chmRZMbKmcGpKMoO7Reb70uiLrzo0KWC2CkFttKUuKvrE+VYgi+fL9vWMJ07Fv5ulX0V1TAyyacN9q3nc5/ecA==}
+ '@volar/language-core@2.4.20':
+ resolution: {integrity: sha512-dRDF1G33xaAIDqR6+mXUIjXYdu9vzSxlMGfMEwBxQsfY/JMUEXSpLTR057oTKlUQ2nIvCmP9k94A8h8z2VrNSA==}
- '@volar/source-map@2.4.17':
- resolution: {integrity: sha512-QDybtQyO3Ms/NjFqNHTC5tbDN2oK5VH7ZaKrcubtfHBDj63n2pizHC3wlMQ+iT55kQXZUUAbmBX5L1C8CHFeBw==}
+ '@volar/source-map@2.4.20':
+ resolution: {integrity: sha512-mVjmFQH8mC+nUaVwmbxoYUy8cww+abaO8dWzqPUjilsavjxH0jCJ3Mp8HFuHsdewZs2c+SP+EO7hCd8Z92whJg==}
- '@volar/typescript@2.4.17':
- resolution: {integrity: sha512-3paEFNh4P5DkgNUB2YkTRrfUekN4brAXxd3Ow1syMqdIPtCZHbUy4AW99S5RO/7mzyTWPMdDSo3mqTpB/LPObQ==}
+ '@volar/typescript@2.4.20':
+ resolution: {integrity: sha512-Oc4DczPwQyXcVbd+5RsNEqX6ia0+w3p+klwdZQ6ZKhFjWoBP9PCPQYlKYRi/tDemWphW93P/Vv13vcE9I9D2GQ==}
'@vue-macros/common@3.0.0-beta.15':
resolution: {integrity: sha512-DMgq/rIh1H20WYNWU7krIbEfJRYDDhy7ix64GlT4AVUJZZWCZ5pxiYVJR3A3GmWQPkn7Pg7i3oIiGqu4JGC65w==}
engines: {node: '>=20.18.0'}
peerDependencies:
- vue: ^2.7.0 || ^3.2.25
+ vue: ^3.5.18
peerDependenciesMeta:
vue:
optional: true
@@ -3695,17 +3737,17 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@vue/compiler-core@3.5.17':
- resolution: {integrity: sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==}
+ '@vue/compiler-core@3.5.18':
+ resolution: {integrity: sha512-3slwjQrrV1TO8MoXgy3aynDQ7lslj5UqDxuHnrzHtpON5CBinhWjJETciPngpin/T3OuW3tXUf86tEurusnztw==}
- '@vue/compiler-dom@3.5.17':
- resolution: {integrity: sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==}
+ '@vue/compiler-dom@3.5.18':
+ resolution: {integrity: sha512-RMbU6NTU70++B1JyVJbNbeFkK+A+Q7y9XKE2EM4NLGm2WFR8x9MbAtWxPPLdm0wUkuZv9trpwfSlL6tjdIa1+A==}
- '@vue/compiler-sfc@3.5.17':
- resolution: {integrity: sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==}
+ '@vue/compiler-sfc@3.5.18':
+ resolution: {integrity: sha512-5aBjvGqsWs+MoxswZPoTB9nSDb3dhd1x30xrrltKujlCxo48j8HGDNj3QPhF4VIS0VQDUrA1xUfp2hEa+FNyXA==}
- '@vue/compiler-ssr@3.5.17':
- resolution: {integrity: sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==}
+ '@vue/compiler-ssr@3.5.18':
+ resolution: {integrity: sha512-xM16Ak7rSWHkM3m22NlmcdIM+K4BMyFARAfV9hYFl+SFuRzrZ3uGMNW05kA5pmeMa0X9X963Kgou7ufdbpOP9g==}
'@vue/compiler-vue2@2.7.16':
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
@@ -3719,7 +3761,7 @@ packages:
'@vue/devtools-core@7.7.7':
resolution: {integrity: sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==}
peerDependencies:
- vue: ^3.0.0
+ vue: ^3.5.18
'@vue/devtools-kit@7.7.7':
resolution: {integrity: sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==}
@@ -3727,30 +3769,30 @@ packages:
'@vue/devtools-shared@7.7.7':
resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==}
- '@vue/language-core@3.0.1':
- resolution: {integrity: sha512-sq+/Mc1IqIexWEQ+Q2XPiDb5SxSvY5JPqHnMOl/PlF5BekslzduX8dglSkpC17VeiAQB6dpS+4aiwNLJRduCNw==}
+ '@vue/language-core@3.0.3':
+ resolution: {integrity: sha512-I9wY0ULMN9tMSua+2C7g+ez1cIziVMUzIHlDYGSl2rtru3Eh4sXj95vZ+4GBuXwwPnEmYfzSApVbXiVbI8V5Gg==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- '@vue/reactivity@3.5.17':
- resolution: {integrity: sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==}
+ '@vue/reactivity@3.5.18':
+ resolution: {integrity: sha512-x0vPO5Imw+3sChLM5Y+B6G1zPjwdOri9e8V21NnTnlEvkxatHEH5B5KEAJcjuzQ7BsjGrKtfzuQ5eQwXh8HXBg==}
- '@vue/runtime-core@3.5.17':
- resolution: {integrity: sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==}
+ '@vue/runtime-core@3.5.18':
+ resolution: {integrity: sha512-DUpHa1HpeOQEt6+3nheUfqVXRog2kivkXHUhoqJiKR33SO4x+a5uNOMkV487WPerQkL0vUuRvq/7JhRgLW3S+w==}
- '@vue/runtime-dom@3.5.17':
- resolution: {integrity: sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==}
+ '@vue/runtime-dom@3.5.18':
+ resolution: {integrity: sha512-YwDj71iV05j4RnzZnZtGaXwPoUWeRsqinblgVJwR8XTXYZ9D5PbahHQgsbmzUvCWNF6x7siQ89HgnX5eWkr3mw==}
- '@vue/server-renderer@3.5.17':
- resolution: {integrity: sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==}
+ '@vue/server-renderer@3.5.18':
+ resolution: {integrity: sha512-PvIHLUoWgSbDG7zLHqSqaCoZvHi6NNmfVFOqO+OnwvqMz/tqQr3FuGWS8ufluNddk7ZLBJYMrjcw1c6XzR12mA==}
peerDependencies:
- vue: 3.5.17
+ vue: ^3.5.18
- '@vue/shared@3.5.17':
- resolution: {integrity: sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==}
+ '@vue/shared@3.5.18':
+ resolution: {integrity: sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==}
'@vueuse/core@10.11.1':
resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==}
@@ -3758,7 +3800,7 @@ packages:
'@vueuse/core@13.5.0':
resolution: {integrity: sha512-wV7z0eUpifKmvmN78UBZX8T7lMW53Nrk6JP5+6hbzrB9+cJ3jr//hUlhl9TZO/03bUkMK6gGkQpqOPWoabr72g==}
peerDependencies:
- vue: ^3.5.0
+ vue: ^3.5.18
'@vueuse/integrations@13.5.0':
resolution: {integrity: sha512-7RACJySnlpl0MkSzxbtadioNGSX4TL5/Wl2cUy4nDq/XkeHwPYvVM880HJUSiap/FXhVEup9VKTM9y/n5UspAw==}
@@ -3775,7 +3817,7 @@ packages:
qrcode: ^1.5
sortablejs: ^1
universal-cookie: ^7 || ^8
- vue: ^3.5.0
+ vue: ^3.5.18
peerDependenciesMeta:
async-validator:
optional: true
@@ -3814,7 +3856,7 @@ packages:
'@vueuse/shared@13.5.0':
resolution: {integrity: sha512-K7GrQIxJ/ANtucxIXbQlUHdB0TPA8c+q5i+zbrjxuhJCnJ9GtBg75sBSnvmLSxHKPg2Yo8w62PWksl9kwH0Q8g==}
peerDependencies:
- vue: ^3.5.0
+ vue: ^3.5.18
'@webassemblyjs/ast@1.14.1':
resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==}
@@ -3884,6 +3926,12 @@ packages:
peerDependencies:
acorn: ^8
+ acorn-import-phases@1.0.4:
+ resolution: {integrity: sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==}
+ engines: {node: '>=10.13.0'}
+ peerDependencies:
+ acorn: ^8.14.0
+
acorn-jsx@5.3.2:
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
@@ -3894,8 +3942,8 @@ packages:
engines: {node: '>=0.4.0'}
hasBin: true
- agent-base@7.1.3:
- resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==}
+ agent-base@7.1.4:
+ resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
engines: {node: '>= 14'}
ajv-formats@2.1.1:
@@ -3912,8 +3960,8 @@ packages:
ajv@8.17.1:
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
- algoliasearch@5.30.0:
- resolution: {integrity: sha512-ILSdPX4je0n5WUKD34TMe57/eqiXUzCIjAsdtLQYhomqOjTtFUg1s6dE7kUegc4Mc43Xr7IXYlMutU9HPiYfdw==}
+ algoliasearch@5.34.1:
+ resolution: {integrity: sha512-s70HlfBgswgEdmCYkUJG8i/ULYhbkk8N9+N8JsWUwszcp7eauPEr5tIX4BY0qDGeKWQ/qZvmt4mxwTusYY23sg==}
engines: {node: '>= 14.0.0'}
alien-signals@2.0.5:
@@ -3996,8 +4044,8 @@ packages:
resolution: {integrity: sha512-72XOdbzQCMKERvFrxAykatn2pu7osPNq/sNUzwcHdWzwPvOsNpPqkawfDXVvQbA2RT+ivtsMNjYdojTUZitt1A==}
engines: {node: '>=20.18.0'}
- astro@5.11.0:
- resolution: {integrity: sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==}
+ astro@5.12.3:
+ resolution: {integrity: sha512-fU1hNPMkccm+FuonGsY5DFkC2QyuLCju++8L2ubzBtYBDBf6bmfgmVM7A2dK+Hl+ZJCUNgepsClhBpczj+2LRw==}
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
hasBin: true
@@ -4027,8 +4075,8 @@ packages:
balanced-match@1.0.2:
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
- bare-events@2.5.4:
- resolution: {integrity: sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==}
+ bare-events@2.6.0:
+ resolution: {integrity: sha512-EKZ5BTXYExaNqi3I3f9RtEsaI/xBSGjE0XZCZilPzFAV/goswFHuPd9jEZlPIZ/iNZJwDSao9qRiScySz7MbQg==}
base-64@1.0.0:
resolution: {integrity: sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==}
@@ -4043,8 +4091,8 @@ packages:
bindings@1.5.0:
resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
- birpc@2.4.0:
- resolution: {integrity: sha512-5IdNxTyhXHv2UlgnPHQ0h+5ypVmkrYHzL8QT+DwFZ//2N/oNV8Ch+BCRmTJ3x6/z9Axo/cXYBc9eprsUVK/Jsg==}
+ birpc@2.5.0:
+ resolution: {integrity: sha512-VSWO/W6nNQdyP520F1mhf+Lc2f8pjGQOtoHHm7Ze8Go1kX7akpVIrtTa0fn+HB0QJEDVacl6aO08YE0PgXfdnQ==}
blob-to-buffer@1.2.9:
resolution: {integrity: sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==}
@@ -4106,8 +4154,8 @@ packages:
'@75lb/nature':
optional: true
- c12@3.0.4:
- resolution: {integrity: sha512-t5FaZTYbbCtvxuZq9xxIruYydrAGsJ+8UdP0pZzMiK2xl/gNiSOy0OxhLzHUEEb0m1QXYqfzfvyIFEmz/g9lqg==}
+ c12@3.1.0:
+ resolution: {integrity: sha512-uWoS8OU1MEIsOv8p/5a82c3H31LsWVR5qiyXVfBNOzfffjUWtPnhAb4BYI2uG2HfGmZmFjCtui5XNWaps+iFuw==}
peerDependencies:
magicast: ^0.3.5
peerDependenciesMeta:
@@ -4129,15 +4177,15 @@ packages:
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- caniuse-lite@1.0.30001726:
- resolution: {integrity: sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw==}
+ caniuse-lite@1.0.30001727:
+ resolution: {integrity: sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==}
ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
- chai@5.2.0:
- resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==}
- engines: {node: '>=12'}
+ chai@5.2.1:
+ resolution: {integrity: sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==}
+ engines: {node: '>=18'}
chalk-template@1.1.0:
resolution: {integrity: sha512-T2VJbcDuZQ0Tb2EWwSotMPJjgpy1/tGee1BTpUNsGZ/qgNjV2t7Mvu+d4600U564nbLesN1x2dPL+xii174Ekg==}
@@ -4183,8 +4231,8 @@ packages:
resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==}
engines: {node: '>=6.0'}
- ci-info@4.2.0:
- resolution: {integrity: sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==}
+ ci-info@4.3.0:
+ resolution: {integrity: sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==}
engines: {node: '>=8'}
citty@0.1.6:
@@ -4245,6 +4293,10 @@ packages:
comma-separated-tokens@2.0.3:
resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
+ commander@11.1.0:
+ resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==}
+ engines: {node: '>=16'}
+
commander@14.0.0:
resolution: {integrity: sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==}
engines: {node: '>=20'}
@@ -4252,10 +4304,6 @@ packages:
commander@2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
- commander@7.2.0:
- resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
- engines: {node: '>= 10'}
-
comment-json@4.2.5:
resolution: {integrity: sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==}
engines: {node: '>= 6'}
@@ -4313,8 +4361,8 @@ packages:
resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
engines: {node: '>=12.13'}
- core-js-compat@3.43.0:
- resolution: {integrity: sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA==}
+ core-js-compat@3.44.0:
+ resolution: {integrity: sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==}
core-util-is@1.0.3:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
@@ -4342,42 +4390,42 @@ packages:
crossws@0.3.5:
resolution: {integrity: sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==}
- cspell-config-lib@9.1.2:
- resolution: {integrity: sha512-QvHHGUuMI5h3ymU6O/Qz8zfhMhvPTuopT1FgebYRBB1cyggl4KnEJKU9m7wy/SQ1IGSlFDtQp6rCy70ujTfavQ==}
+ cspell-config-lib@9.2.0:
+ resolution: {integrity: sha512-Yc8+hT+uIWWCi6WMhOL6HDYbBCP2qig1tgKGThHVeOx6GviieV10TZ5kQ+P7ONgoqw2nmm7uXIC19dGYx3DblQ==}
engines: {node: '>=20'}
- cspell-dictionary@9.1.2:
- resolution: {integrity: sha512-Osn5f9ugkX/zA3PVtSmYKRer3gZX3YqVB0UH0wVNzi8Ryl/1RUuYLIcvd0SDEhiVW56WKxFLfZ5sggTz/l9cDA==}
+ cspell-dictionary@9.2.0:
+ resolution: {integrity: sha512-lV4VtjsDtxu8LyCcb6DY7Br4e/Aw1xfR8QvjYhHaJ8t03xry9STey5Rkfp+lz+hlVevNcn3lfCaacGuXyD+lLg==}
engines: {node: '>=20'}
- cspell-gitignore@9.1.2:
- resolution: {integrity: sha512-dbi7xPYYNT79gci9C3G/tldp13cvhuNXnIOSXJ5lXSDhinZFfrpFc0bOj195nn3HTL/EvlQ9Ga1a1+jOIZNVBQ==}
+ cspell-gitignore@9.2.0:
+ resolution: {integrity: sha512-gXDQZ7czTPwmEg1qtsUIjVEFm9IfgTO8rA02O8eYIveqjFixbSV3fIYOgoxZSZYxjt3O44m8+/zAFC1RE4CM/Q==}
engines: {node: '>=20'}
hasBin: true
- cspell-glob@9.1.2:
- resolution: {integrity: sha512-l7Mqirn5h2tilTXgRamRIqqnzeA7R5iJEtJkY/zHDMEBeLWTR/5ai7dBp2+ooe8gIebpDtvv4938IXa5/75E6g==}
+ cspell-glob@9.2.0:
+ resolution: {integrity: sha512-viycZDyegzW2AKPFqvX5RveqTrB0sKgexlCu2A8z8eumpYYor5sD1NP05VDOqkAF4hDuiGqkHn6iNo0L1wNgLw==}
engines: {node: '>=20'}
- cspell-grammar@9.1.2:
- resolution: {integrity: sha512-vUcnlUqJKK0yhwYHfGC71zjGyEn918l64U/NWb1ijn1VXrL6gsh3w8Acwdo++zbpOASd9HTAuuZelveDJKLLgA==}
+ cspell-grammar@9.2.0:
+ resolution: {integrity: sha512-qthAmWcNHpYAmufy7YWVg9xwrYANkVlI40bgC2uGd8EnKssm/qOPhqXXNS+kLf+q0NmJM5nMgRLhCC23xSp3JA==}
engines: {node: '>=20'}
hasBin: true
- cspell-io@9.1.2:
- resolution: {integrity: sha512-oLPxbteI+uFV9ZPcJjII7Lr/C/gVXpdmDLlAMwR8/7LHGnEfxXR0lqYu5GZVEvZ7riX9whCUOsQWQQqr2u2Fzw==}
+ cspell-io@9.2.0:
+ resolution: {integrity: sha512-oxKiqFLcz629FmOId8UpdDznpMvCgpuktg4nkD2G9pYpRh+fRLZpP4QtZPyvJqvpUIzFhIOznMeHjsiBYHOZUA==}
engines: {node: '>=20'}
- cspell-lib@9.1.2:
- resolution: {integrity: sha512-OFCssgfp6Z2gd1K8j2FsYr9YGoA/C6xXlcUwgU75Ut/XMZ/S44chdA9fUupGd4dUOw+CZl0qKzSP21J6kYObIw==}
+ cspell-lib@9.2.0:
+ resolution: {integrity: sha512-RnhDIsETw6Ex0UaK3PFoJ2FwWMWfJPtdpNpv1qgmJwoGD4CzwtIqPOLtZ24zqdCP8ZnNTF/lwV/9rZVqifYjsw==}
engines: {node: '>=20'}
- cspell-trie-lib@9.1.2:
- resolution: {integrity: sha512-TkIQaknRRusUznqy+HwpqKCETCAznrzPJJHRHi8m6Zo3tAMsnIpaBQPRN8xem6w8/r/yJqFhLrsLSma0swyviQ==}
+ cspell-trie-lib@9.2.0:
+ resolution: {integrity: sha512-6GHL1KvLQzcPBSNY6QWOabq8YwRJAnNKamA0O/tRKy+11Hy99ysD4xvfu3kKYPAcobp5ZykX4nudHxy8yrEvng==}
engines: {node: '>=20'}
- cspell@9.1.2:
- resolution: {integrity: sha512-XtFNCt2ZCvdSAbtntlYBumShdDsSbKdgPhwx/PfEL42uhXWR1owQPTxhtHz3nBF2SR11iDI3LDMMGDp8Fw0Gdg==}
+ cspell@9.2.0:
+ resolution: {integrity: sha512-AKzaFMem2jRcGpAY2spKP0z15jpZeX1WTDNHCDsB8/YvnhnOfWXc0S5AF+4sfU1cQgHWYGFOolMuTri0ZQdV+Q==}
engines: {node: '>=20'}
hasBin: true
@@ -4397,10 +4445,6 @@ packages:
resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
- css-tree@2.3.1:
- resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
- engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
-
css-tree@3.1.0:
resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
@@ -4414,8 +4458,8 @@ packages:
engines: {node: '>=4'}
hasBin: true
- cssnano-preset-default@7.0.7:
- resolution: {integrity: sha512-jW6CG/7PNB6MufOrlovs1TvBTEVmhY45yz+bd0h6nw3h6d+1e+/TX+0fflZ+LzvZombbT5f+KC063w9VoHeHow==}
+ cssnano-preset-default@7.0.8:
+ resolution: {integrity: sha512-d+3R2qwrUV3g4LEMOjnndognKirBZISylDZAF/TPeCWVjEwlXS2e4eN4ICkoobRe7pD3H6lltinKVyS1AJhdjQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
@@ -4426,8 +4470,8 @@ packages:
peerDependencies:
postcss: ^8.4.32
- cssnano@7.0.7:
- resolution: {integrity: sha512-evKu7yiDIF7oS+EIpwFlMF730ijRyLFaM2o5cTxRGJR9OKHKkc+qP443ZEVR9kZG0syaAJJCPJyfv5pbrxlSng==}
+ cssnano@7.1.0:
+ resolution: {integrity: sha512-Pu3rlKkd0ZtlCUzBrKL1Z4YmhKppjC1H9jo7u1o4qaKqyhvixFgu5qLyNIAOjSTg9DjVPtUqdROq2EfpVMEe+w==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
@@ -4601,8 +4645,8 @@ packages:
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- electron-to-chromium@1.5.179:
- resolution: {integrity: sha512-UWKi/EbBopgfFsc5k61wFpV7WrnnSlSzW/e2XcBmS6qKYTivZlLtoll5/rdqRTxGglGHkmkW0j0pFNJG10EUIQ==}
+ electron-to-chromium@1.5.191:
+ resolution: {integrity: sha512-xcwe9ELcuxYLUFqZZxL19Z6HVKcvNkIwhbHUz7L3us6u12yR+7uY89dSl570f/IqNthx8dAw3tojG7i4Ni4tDA==}
emoji-regex@10.4.0:
resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==}
@@ -4653,11 +4697,11 @@ packages:
es-module-lexer@1.7.0:
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
- es-toolkit@1.39.6:
- resolution: {integrity: sha512-uiVjnLem6kkfXumlwUEWEKnwUN5QbSEB0DHy2rNJt0nkYcob5K0TXJ7oJRzhAcvx+SRmz4TahKyN5V9cly/IPA==}
+ es-toolkit@1.39.8:
+ resolution: {integrity: sha512-A8QO9TfF+rltS8BXpdu8OS+rpGgEdnRhqIVxO/ZmNvnXBYgOdSsxukT55ELyP94gZIntWJ+Li9QRrT2u1Kitpg==}
- esbuild@0.25.5:
- resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==}
+ esbuild@0.25.8:
+ resolution: {integrity: sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==}
engines: {node: '>=18'}
hasBin: true
@@ -4697,8 +4741,8 @@ packages:
peerDependencies:
eslint: ^9.5.0
- eslint-config-prettier@10.1.5:
- resolution: {integrity: sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==}
+ eslint-config-prettier@10.1.8:
+ resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
@@ -4761,8 +4805,8 @@ packages:
eslint-import-resolver-node:
optional: true
- eslint-plugin-jsdoc@51.3.3:
- resolution: {integrity: sha512-8XK/9wncTh4PPntQfM4iYJ2v/kvX4qsfBzp+dTnyxpERWhl2R9hEJw1ihws+yAecg9CC6ExTfMInEg3wSK9kWA==}
+ eslint-plugin-jsdoc@51.4.1:
+ resolution: {integrity: sha512-y4CA9OkachG8v5nAtrwvcvjIbdcKgSyS6U//IfQr4FZFFyeBFwZFf/tfSsMr46mWDJgidZjBTqoCRlXywfFBMg==}
engines: {node: '>=20.11.0'}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
@@ -4785,13 +4829,13 @@ packages:
peerDependencies:
eslint: '>=8.45.0'
- eslint-plugin-pnpm@0.3.1:
- resolution: {integrity: sha512-vi5iHoELIAlBbX4AW8ZGzU3tUnfxuXhC/NKo3qRcI5o9igbz6zJUqSlQ03bPeMqWIGTPatZnbWsNR1RnlNERNQ==}
+ eslint-plugin-pnpm@1.1.0:
+ resolution: {integrity: sha512-sL93w0muBtjnogzk/loDsxzMbmXQOLP5Blw3swLDBXZgfb+qQI73bPcUbjVR+ZL+K62vGJdErV+43i3r5DsZPg==}
peerDependencies:
eslint: ^9.0.0
- eslint-plugin-prettier@5.5.1:
- resolution: {integrity: sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==}
+ eslint-plugin-prettier@5.5.3:
+ resolution: {integrity: sha512-NAdMYww51ehKfDyDhv59/eIItUVzU0Io9H2E8nHNGKEeeqlnci+1gCvrHib6EmZdf6GxF+LCV5K7UC65Ezvw7w==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
'@types/eslint': '>=8.0.0'
@@ -4810,8 +4854,8 @@ packages:
peerDependencies:
eslint: '>=8.44.0'
- eslint-plugin-sxzz@0.3.0:
- resolution: {integrity: sha512-Zf5ubmi+oPqIYAZFJJYvUN7+cyuyShfRpPCLR245PYjYguay/eLDo1c671V8DJqURzk2B6rhhGJAfA9oJDdApA==}
+ eslint-plugin-sxzz@0.4.0:
+ resolution: {integrity: sha512-U1b6CA8RTvWirirHvDLLyfPrHvv3gY6crrpRcyqx0WlkeQmu4m+MR+eGBBnpm48JrhlwcmOSqvJ+DW8Dtsy5gA==}
engines: {node: '>=20.18.0'}
peerDependencies:
eslint: '*'
@@ -4864,8 +4908,8 @@ packages:
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.30.1:
- resolution: {integrity: sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==}
+ eslint@9.31.0:
+ resolution: {integrity: sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -4939,8 +4983,8 @@ packages:
resolution: {integrity: sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==}
engines: {node: ^18.19.0 || >=20.5.0}
- expect-type@1.2.1:
- resolution: {integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==}
+ expect-type@1.2.2:
+ resolution: {integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==}
engines: {node: '>=12.0.0'}
exsolve@1.0.7:
@@ -4953,9 +4997,6 @@ packages:
extend@3.0.2:
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
- externality@1.0.2:
- resolution: {integrity: sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==}
-
fast-deep-equal@3.1.3:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
@@ -5010,10 +5051,6 @@ packages:
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
engines: {node: '>=16.0.0'}
- file-entry-cache@9.1.0:
- resolution: {integrity: sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==}
- engines: {node: '>=18'}
-
file-uri-to-path@1.0.0:
resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
@@ -5033,10 +5070,6 @@ packages:
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
engines: {node: '>=16'}
- flat-cache@5.0.0:
- resolution: {integrity: sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==}
- engines: {node: '>=18'}
-
flatted@3.3.3:
resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
@@ -5048,7 +5081,7 @@ packages:
resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==}
peerDependencies:
'@nuxt/kit': ^3.2.0
- vue: ^3.2.0
+ vue: ^3.5.18
peerDependenciesMeta:
'@nuxt/kit':
optional: true
@@ -5109,8 +5142,8 @@ packages:
resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==}
engines: {node: '>=18'}
- get-port-please@3.1.2:
- resolution: {integrity: sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==}
+ get-port-please@3.2.0:
+ resolution: {integrity: sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==}
get-port@7.1.0:
resolution: {integrity: sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==}
@@ -5478,8 +5511,8 @@ packages:
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
engines: {node: '>= 10.13.0'}
- jiti@2.4.2:
- resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==}
+ jiti@2.5.1:
+ resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==}
hasBin: true
js-tokens@4.0.0:
@@ -5572,8 +5605,8 @@ packages:
resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
engines: {node: '>= 0.6.3'}
- less@4.3.0:
- resolution: {integrity: sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==}
+ less@4.4.0:
+ resolution: {integrity: sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==}
engines: {node: '>=14'}
hasBin: true
@@ -5629,8 +5662,8 @@ packages:
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
hasBin: true
- loupe@3.1.4:
- resolution: {integrity: sha512-wJzkKwJrheKtknCOKNEtDK4iqg/MxmZheEMtSTYvnzRdEYaZzmgH976nenp8WdJRdx5Vc1X/9MO0Oszl6ezeXg==}
+ loupe@3.2.0:
+ resolution: {integrity: sha512-2NCfZcT5VGVNX9mSZIxLRkEAegDGBpuQZBy13desuHeVORmBDyAET4TkJr4SjqQy3A8JDofMN6LpkK8Xcm/dlw==}
lru-cache@10.4.3:
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
@@ -5642,9 +5675,8 @@ packages:
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
- magic-string-ast@0.9.1:
- resolution: {integrity: sha512-18dv2ZlSSgJ/jDWlZGKfnDJx56ilNlYq9F7NnwuWTErsmYmqJ2TWE4l1o2zlUHBYUGBy3tIhPCC1gxq8M5HkMA==}
- engines: {node: '>=20.18.0'}
+ magic-regexp@0.10.0:
+ resolution: {integrity: sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==}
magic-string-ast@1.0.0:
resolution: {integrity: sha512-8rbuNizut2gW94kv7pqgt0dvk+AHLPVIm0iJtpSgQJ9dx21eWx5SBel8z3jp1xtC0j6/iyK3AWGhAR1H61s7LA==}
@@ -5723,9 +5755,6 @@ packages:
mdn-data@2.0.28:
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
- mdn-data@2.0.30:
- resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
-
mdn-data@2.12.2:
resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==}
@@ -5949,8 +5978,8 @@ packages:
nanotar@0.2.0:
resolution: {integrity: sha512-9ca1h0Xjvo9bEkE4UOxgAzLV0jHKe6LMaxo37ND2DAhhAtd0j8pR1Wxz+/goMrZO8AEZTWCmyaOsFI/W5AdpCQ==}
- napi-postinstall@0.3.0:
- resolution: {integrity: sha512-M7NqKyhODKV1gRLdkwE7pDsZP2/SC2a2vHkOYh9MCpKMbWVfyVfUw5MaH83Fv6XMjxr5jryUp3IDDL9rlxsTeA==}
+ napi-postinstall@0.3.2:
+ resolution: {integrity: sha512-tWVJxJHmBWLy69PvO96TZMZDrzmw5KeiZBz3RHmiM2XZ9grBJ2WgMAFVVg25nqp3ZjTFUs2Ftw1JhscL3Teliw==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
hasBin: true
@@ -5977,8 +6006,8 @@ packages:
resolution: {integrity: sha512-kOCT/1MCPAxY5iUV3wytNFUMUolzuwd/VF/1KCx7kf6CutrOsTie+84zTGTpgQycjvfLdBBdvBvFLqFD2c0wkQ==}
engines: {node: '>=18'}
- nitropack@2.11.13:
- resolution: {integrity: sha512-xKng/szRZmFEsrB1Z+sFzYDhXL5KUtUkEouPCj9LiBPhJ7qV3jdOv1MSis++8H8zNI6dEurt51ZlK4VRDvedsA==}
+ nitropack@2.12.4:
+ resolution: {integrity: sha512-MPmPRJWTeH03f/NmpN4q3iI3Woik4uaaWIoX34W3gMJiW06Vm1te/lPzuu5EXpXOK7Q2m3FymGMPXcExqih96Q==}
engines: {node: ^16.11.0 || >=17.0.0}
hasBin: true
peerDependencies:
@@ -6043,13 +6072,13 @@ packages:
nth-check@2.1.1:
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
- nuxt@3.17.6:
- resolution: {integrity: sha512-kOsoJk7YvlcUChJXhCrVP18zRWKquUdrZSoJX8bCcQ54OhFOr4s2VhsxnbJVP7AtCiBSLbKuQt6ZBO7lE159Aw==}
- engines: {node: ^20.9.0 || >=22.0.0}
+ nuxt@4.0.1:
+ resolution: {integrity: sha512-1WbtiX127640PXUJ2Mb32ck0A0/hzBk6+oPQ0YvJnS/HZK3A/oJEW7sYCRPYyEBwUyIQk12QRCBHxmr6LLeXZQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
'@parcel/watcher': ^2.1.0
- '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
+ '@types/node': '>=18.12.0'
peerDependenciesMeta:
'@parcel/watcher':
optional: true
@@ -6089,8 +6118,8 @@ packages:
oniguruma-to-es@4.3.3:
resolution: {integrity: sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==}
- open@10.1.2:
- resolution: {integrity: sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==}
+ open@10.2.0:
+ resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==}
engines: {node: '>=18'}
open@8.4.2:
@@ -6101,21 +6130,26 @@ packages:
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
engines: {node: '>= 0.8.0'}
- oxc-minify@0.75.1:
- resolution: {integrity: sha512-7b1/KU8DszLB4yjKpLhWeXtbkscJ14qi9Fz3tl+a5WbYWB3EJSGiuyg9mrTCQYzwyXk68Mf1q9VY7mtRtc/GUg==}
+ oxc-minify@0.78.0:
+ resolution: {integrity: sha512-QmoYJBPvzm+uqagkUaCRmyQL5LAzUYnz0r1JtMa6gi2sGyc5elDR8oE0F/1G1NjM3K3Kefwn4sdDFTZeRWc8sA==}
engines: {node: '>=14.0.0'}
- oxc-parser@0.75.1:
- resolution: {integrity: sha512-yq4gtrBM+kitDyQEtUtskdg9lqH5o1YOcYbJDKV9XGfJTdgbUiMNbYQi7gXsfOZlUGsmwsWEtmjcjYMSjPB1pA==}
+ oxc-parser@0.78.0:
+ resolution: {integrity: sha512-Kw6DlVJCG1HwArP3uF9kXc6nnAahpGaW7kZ7x1O7OugxbjSzkQqdKdA9loXCv7OeksFF/DfnLDupwqUjr1EOYQ==}
engines: {node: '>=20.0.0'}
- oxc-resolver@11.4.0:
- resolution: {integrity: sha512-J19ZMuUoGTsMc7TUacC5B5LQccZ6CluLmQ/RiC9mXKVvC8RCoiLjQOjEKrVolvxeU9q+TK1hrcJnmtZi/DqA6Q==}
+ oxc-resolver@11.6.0:
+ resolution: {integrity: sha512-Yj3Wy+zLljtFL8ByKOljaPhiXjJWVe875p5MHaT5VAHoEmzeg1BuswM8s/E7ErpJ3s0fsXJfUYJE4v1bl7N65g==}
- oxc-transform@0.75.1:
- resolution: {integrity: sha512-kuyQEMzhz6cpBwFifTxgLTw8kgn68h5jP46ChIXVbxN+J75q7cTb95YNYh0FIcdWFmAJOZGhgYtQLPGKqxJN1Q==}
+ oxc-transform@0.78.0:
+ resolution: {integrity: sha512-c7++SidLKC9ATJsFgLtGKpd6ElInjy06ZhJkinkRh7d1eXLpK7g/90xSEXg07xKSfBLl4oUEBUGwKKRJ4NXJlw==}
engines: {node: '>=14.0.0'}
+ oxc-walker@0.4.0:
+ resolution: {integrity: sha512-x5TJAZQD3kRnRBGZ+8uryMZUwkTYddwzBftkqyJIcmpBOXmoK/fwriRKATjZroR2d+aS7+2w1B0oz189bBTwfw==}
+ peerDependencies:
+ oxc-parser: ^0.78.0
+
p-limit@3.1.0:
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
engines: {node: '>=10'}
@@ -6238,8 +6272,8 @@ packages:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
- picomatch@4.0.2:
- resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
+ picomatch@4.0.3:
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
engines: {node: '>=12'}
pify@4.0.1:
@@ -6264,20 +6298,23 @@ packages:
pnpm-workspace-yaml@0.3.1:
resolution: {integrity: sha512-3nW5RLmREmZ8Pm8MbPsO2RM+99RRjYd25ynj3NV0cFsN7CcEl4sDFzgoFmSyduFwxFQ2Qbu3y2UdCh6HlyUOeA==}
+ pnpm-workspace-yaml@1.1.0:
+ resolution: {integrity: sha512-OWUzBxtitpyUV0fBYYwLAfWxn3mSzVbVB7cwgNaHvTTU9P0V2QHjyaY5i7f1hEiT9VeKsNH1Skfhe2E3lx/zhA==}
+
postcss-calc@10.1.1:
resolution: {integrity: sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==}
engines: {node: ^18.12 || ^20.9 || >=22.0}
peerDependencies:
postcss: ^8.4.38
- postcss-colormin@7.0.3:
- resolution: {integrity: sha512-xZxQcSyIVZbSsl1vjoqZAcMYYdnJsIyG8OvqShuuqf12S88qQboxxEy0ohNCOLwVPXTU+hFHvJPACRL2B5ohTA==}
+ postcss-colormin@7.0.4:
+ resolution: {integrity: sha512-ziQuVzQZBROpKpfeDwmrG+Vvlr0YWmY/ZAk99XD+mGEBuEojoFekL41NCsdhyNUtZI7DPOoIWIR7vQQK9xwluw==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
- postcss-convert-values@7.0.5:
- resolution: {integrity: sha512-0VFhH8nElpIs3uXKnVtotDJJNX0OGYSZmdt4XfSfvOMrFw1jKfpwpZxfC4iN73CTM/MWakDEmsHQXkISYj4BXw==}
+ postcss-convert-values@7.0.6:
+ resolution: {integrity: sha512-MD/eb39Mr60hvgrqpXsgbiqluawYg/8K4nKsqRsuDX9f+xN1j6awZCUv/5tLH8ak3vYp/EMXwdcnXvfZYiejCQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
@@ -6312,8 +6349,8 @@ packages:
peerDependencies:
postcss: ^8.4.32
- postcss-merge-rules@7.0.5:
- resolution: {integrity: sha512-ZonhuSwEaWA3+xYbOdJoEReKIBs5eDiBVLAGpYZpNFPzXZcEE5VKR7/qBEQvTZpiwjqhhqEQ+ax5O3VShBj9Wg==}
+ postcss-merge-rules@7.0.6:
+ resolution: {integrity: sha512-2jIPT4Tzs8K87tvgCpSukRQ2jjd+hH6Bb8rEEOUDmmhOeTcqDg5fEFK8uKIu+Pvc3//sm3Uu6FRqfyv7YF7+BQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
@@ -6330,8 +6367,8 @@ packages:
peerDependencies:
postcss: ^8.4.32
- postcss-minify-params@7.0.3:
- resolution: {integrity: sha512-vUKV2+f5mtjewYieanLX0xemxIp1t0W0H/D11u+kQV/MWdygOO7xPMkbK+r9P6Lhms8MgzKARF/g5OPXhb8tgg==}
+ postcss-minify-params@7.0.4:
+ resolution: {integrity: sha512-3OqqUddfH8c2e7M35W6zIwv7jssM/3miF9cbCSb1iJiWvtguQjlxZGIHK9JRmc8XAKmE2PFGtHSM7g/VcW97sw==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
@@ -6378,8 +6415,8 @@ packages:
peerDependencies:
postcss: ^8.4.32
- postcss-normalize-unicode@7.0.3:
- resolution: {integrity: sha512-EcoA29LvG3F+EpOh03iqu+tJY3uYYKzArqKJHxDhUYLa2u58aqGq16K6/AOsXD9yqLN8O6y9mmePKN5cx6krOw==}
+ postcss-normalize-unicode@7.0.4:
+ resolution: {integrity: sha512-LvIURTi1sQoZqj8mEIE8R15yvM+OhbR1avynMtI9bUzj5gGKR/gfZFd8O7VMj0QgJaIFzxDwxGl/ASMYAkqO8g==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
@@ -6402,8 +6439,8 @@ packages:
peerDependencies:
postcss: ^8.4.32
- postcss-reduce-initial@7.0.3:
- resolution: {integrity: sha512-RFvkZaqiWtGMlVjlUHpaxGqEL27lgt+Q2Ixjf83CRAzqdo+TsDyGPtJUbPx2MuYIJ+sCQc2TrOvRnhcXQfgIVA==}
+ postcss-reduce-initial@7.0.4:
+ resolution: {integrity: sha512-rdIC9IlMBn7zJo6puim58Xd++0HdbvHeHaPgXsimMfG1ijC5A9ULvNLSE0rUKVJOvNMcwewW4Ga21ngyJjY/+Q==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
@@ -6422,8 +6459,8 @@ packages:
resolution: {integrity: sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==}
engines: {node: '>=4'}
- postcss-svgo@7.0.2:
- resolution: {integrity: sha512-5Dzy66JlnRM6pkdOTF8+cGsB1fnERTE8Nc+Eed++fOWo1hdsBptCsbG8UuJkgtZt75bRtMJIrPeZmtfANixdFA==}
+ postcss-svgo@7.1.0:
+ resolution: {integrity: sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==}
engines: {node: ^18.12.0 || ^20.9.0 || >= 18}
peerDependencies:
postcss: ^8.4.32
@@ -6508,8 +6545,8 @@ packages:
quansync@0.2.10:
resolution: {integrity: sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==}
- quasar@2.18.1:
- resolution: {integrity: sha512-db/P64Mzpt1uXJ0MapaG+IYJQ9hHDb5KtTCoszwC78DR7sA+Uoj7nBW2EytwYykIExEmqavOvKrdasTvqhkgEg==}
+ quasar@2.18.2:
+ resolution: {integrity: sha512-SeSAamH4vgYH9alLTdVL2o1fTTwz7VZnS2+gvIwt6qsH3ndrn/tQW64sWE78VSvrHlWINYbXESVF/cvWEuTYxg==}
engines: {node: '>= 10.18.1', npm: '>= 6.13.4', yarn: '>= 1.21.1'}
queue-microtask@1.2.3:
@@ -6518,7 +6555,7 @@ packages:
radix-vue@1.9.17:
resolution: {integrity: sha512-mVCu7I2vXt1L2IUYHTt0sZMz7s1K2ZtqKeTIxG3yC5mMFfLBG4FtE1FDeRMpDd+Hhg/ybi9+iXmAP1ISREndoQ==}
peerDependencies:
- vue: '>= 3.2.0'
+ vue: ^3.5.18
radix3@1.1.2:
resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==}
@@ -6677,14 +6714,14 @@ packages:
engines: {node: 20 || >=22}
hasBin: true
- rolldown-plugin-dts@0.13.13:
- resolution: {integrity: sha512-Nchx9nQoa4IpfQ/BJzodKMvtJ3H3dT322siAJSp3uvQJ+Pi1qgEjOp7hSQwGSQRhaC5gC+9hparbWEH5oiAL9Q==}
+ rolldown-plugin-dts@0.14.1:
+ resolution: {integrity: sha512-M++jFiiI0dwd9jNnta5vfxc058wwoibgeBzNMZw0QRm8jPJYxy4P3nQYlBtwQagKUDQVR0LXHSrRgXTezELEhw==}
engines: {node: '>=20.18.0'}
peerDependencies:
'@typescript/native-preview': '>=7.0.0-dev.20250601.1'
rolldown: ^1.0.0-beta.9
typescript: ^5.0.0
- vue-tsc: ~2.2.0
+ vue-tsc: ~3.0.3
peerDependenciesMeta:
'@typescript/native-preview':
optional: true
@@ -6693,8 +6730,8 @@ packages:
vue-tsc:
optional: true
- rolldown@1.0.0-beta.23:
- resolution: {integrity: sha512-+/TR2YSZxLTtDAfG9LHlYqsHO6jtvr9qxaRD77E+PCAQi5X47bJkgiZsjDmE1jGR19NfYegWToOvSe6E+8NfwA==}
+ rolldown@1.0.0-beta.29:
+ resolution: {integrity: sha512-EsoOi8moHN6CAYyTZipxDDVTJn0j2nBCWor4wRU45RQ8ER2qREDykXLr3Ulz6hBh6oBKCFTQIjo21i0FXNo/IA==}
hasBin: true
rollup-plugin-dts@6.2.1:
@@ -6717,8 +6754,8 @@ packages:
rollup:
optional: true
- rollup@4.44.2:
- resolution: {integrity: sha512-PVoapzTwSEcelaWGth3uR66u7ZRo6qhPHc0f2uRO9fX6XDVNrIiGYS0Pj9+R8yIIYSD/mCx2b16Ws9itljKSPg==}
+ rollup@4.45.1:
+ resolution: {integrity: sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -6806,8 +6843,8 @@ packages:
resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
engines: {node: '>= 0.4'}
- shiki@3.7.0:
- resolution: {integrity: sha512-ZcI4UT9n6N2pDuM2n3Jbk0sR4Swzq43nLPgS/4h0E3B/NrFn2HKElrDtceSf8Zx/OWYOo7G1SAtBLypCp+YXqg==}
+ shiki@3.8.1:
+ resolution: {integrity: sha512-+MYIyjwGPCaegbpBeFN9+oOifI8CKiKG3awI/6h3JeT85c//H2wDW/xCJEGuQ5jPqtbboKNqNy+JyX9PYpGwNg==}
siginfo@2.0.0:
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
@@ -6851,9 +6888,9 @@ packages:
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines: {node: '>=0.10.0'}
- source-map@0.7.4:
- resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==}
- engines: {node: '>= 8'}
+ source-map@0.7.6:
+ resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
+ engines: {node: '>= 12'}
space-separated-tokens@2.0.2:
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
@@ -6953,8 +6990,8 @@ packages:
structured-clone-es@1.0.0:
resolution: {integrity: sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==}
- stylehacks@7.0.5:
- resolution: {integrity: sha512-5kNb7V37BNf0Q3w+1pxfa+oiNPS++/b4Jil9e/kPDgrk1zjEd6uR7SZeJiYaLYH6RRSC1XX2/37OTeU/4FvuIA==}
+ stylehacks@7.0.6:
+ resolution: {integrity: sha512-iitguKivmsueOmTO0wmxURXBP8uqOO+zikLGZ7Mm9e/94R4w5T999Js2taS/KBOnQ/wdC3jN3vNSrkGDrlnqQg==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
@@ -6985,13 +7022,13 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
- svgo@3.3.2:
- resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==}
- engines: {node: '>=14.0.0'}
+ svgo@4.0.0:
+ resolution: {integrity: sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==}
+ engines: {node: '>=16'}
hasBin: true
- synckit@0.11.8:
- resolution: {integrity: sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==}
+ synckit@0.11.11:
+ resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==}
engines: {node: ^14.18.0 || >=16.0.0}
system-architecture@0.1.0:
@@ -7110,8 +7147,8 @@ packages:
peerDependencies:
typescript: '>=4.0.0'
- ts-macro@0.2.7:
- resolution: {integrity: sha512-rHZfWbnWT6rPYWPAFU4517G9kt8pKXjzaqjNfDFsI7sV8MLxx1RA66uyavplR6c9yEN6WjtD962kGNZOhKL4TA==}
+ ts-macro@0.3.1:
+ resolution: {integrity: sha512-Q7fVWKas1W7ZlULXdLgacU92g7WY92YIkVe+lENUINBjRPD/1Gfq0dV9Txr8ZszIpJPRE9vw+Rai95DH3sMUFg==}
tsconfck@3.1.6:
resolution: {integrity: sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==}
@@ -7123,9 +7160,9 @@ packages:
typescript:
optional: true
- tsdown@0.12.9:
- resolution: {integrity: sha512-MfrXm9PIlT3saovtWKf/gCJJ/NQCdE0SiREkdNC+9Qy6UHhdeDPxnkFaBD7xttVUmgp0yUHtGirpoLB+OVLuLA==}
- engines: {node: '>=18.0.0'}
+ tsdown@0.13.0:
+ resolution: {integrity: sha512-+1ZqbLIYDAiNxtAvq9RsTg55PRvaMxGmtvRFBW2J+i4GfDKiyHAkxez1eB3EPvHG1Z917nsf2madsSeblJS3GA==}
+ engines: {node: '>=20.19.0'}
hasBin: true
peerDependencies:
'@arethetypeswrong/core': ^0.18.1
@@ -7153,16 +7190,16 @@ packages:
engines: {node: '>=18.0.0'}
hasBin: true
- twoslash-protocol@0.3.2:
- resolution: {integrity: sha512-lWIL1dGcMr7cywSLSn8ufCoeyPab3bIwPE6DmAlQYQSMjJUgzzRvSz/LsQ179eNJafRghYDlIgF2v7pmsjV3Ww==}
+ twoslash-protocol@0.3.3:
+ resolution: {integrity: sha512-26NXjXEj+2NgytwOjjhFtNpQI7Zgct6PTyLg6JO7fIbO7MIm+kx89IxvBustgBOSKxoWjNBN2LXjNHHMD7+k0g==}
- twoslash-vue@0.3.2:
- resolution: {integrity: sha512-PzhlfoJBVSNx2H/fA/7vROIsr3s0EMoE4mxaP6k/4kj03woQ8vU0CqEhSfvCojYv4v6xYQJDyHFNhqzQuWT6Vg==}
+ twoslash-vue@0.3.3:
+ resolution: {integrity: sha512-CoIvzNK9QRJUUTTEzT0bFcf5kJc9wgBQHRcj5VcmhzFvcSdk/hevExeahcSHClpz1eE4EHJtma2+1wbK+GOjeg==}
peerDependencies:
typescript: ^5.5.0
- twoslash@0.3.2:
- resolution: {integrity: sha512-TB+ja888uMKhbng8HzpTHm+JfxIWbngIHPy4nKEt2N93MFjpqmkqn8ppnPhIKj4kDnrohEsiogMF7T1gMY06rw==}
+ twoslash@0.3.3:
+ resolution: {integrity: sha512-Yen1RBSYh/NUR6tfK6xT7DsXkBYby7lfp078Q7XoJR5dtAeG9jB5PVL1oF2sZwHapLjaqcZNlw7GSB8himZNsQ==}
peerDependencies:
typescript: ^5.5.0
@@ -7174,8 +7211,11 @@ packages:
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
engines: {node: '>=16'}
- typescript-eslint@8.35.1:
- resolution: {integrity: sha512-xslJjFzhOmHYQzSB/QTeASAHbjmxOGEP6Coh93TXmUBFQoJ1VU35UHIDmG06Jd6taf3wqqC1ntBnCMeymy5Ovw==}
+ type-level-regexp@0.1.17:
+ resolution: {integrity: sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==}
+
+ typescript-eslint@8.38.0:
+ resolution: {integrity: sha512-FsZlrYK6bPDGoLeZRuvx2v6qrM03I0U0SnfCLPs/XCCPCFD80xU9Pg09H/K+XFa68uJuZo7l/Xhs+eDRg2l3hg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -7210,8 +7250,8 @@ packages:
unenv@2.0.0-rc.18:
resolution: {integrity: sha512-O0oVQVJ2X3Q8H4HITJr4e2cWxMYBeZ+p8S25yoKCxVCgDWtIJDcgwWNonYz12tI3ylVQCRyPV/Bdq0KJeXo7AA==}
- unhead@2.0.11:
- resolution: {integrity: sha512-wob9IFYcCH6Tr+84P6/m2EDhdPgq/Fb8AlLEes/2eE4empMHfZk/qFhA7cCmIiXRCPqUFt/pN+nIJVs5nEp9Ng==}
+ unhead@2.0.12:
+ resolution: {integrity: sha512-5oo0lwz81XDXCmrHGzgmbaNOxM8R9MZ3FkEs2ROHeW8e16xsrv7qXykENlISrcxr3RLPHQEsD1b6js9P2Oj/Ow==}
unicode-properties@1.4.1:
resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==}
@@ -7229,8 +7269,8 @@ packages:
unifont@0.5.2:
resolution: {integrity: sha512-LzR4WUqzH9ILFvjLAUU7dK3Lnou/qd5kD+IakBtBK4S15/+x2y9VX+DcWQv6s551R6W+vzwgVS6tFg3XggGBgg==}
- unimport@5.1.0:
- resolution: {integrity: sha512-wMmuG+wkzeHh2KCE6yiDlHmKelN8iE/maxkUYMbmrS6iV8+n6eP1TH3yKKlepuF4hrkepinEGmBXdfo9XZUvAw==}
+ unimport@5.2.0:
+ resolution: {integrity: sha512-bTuAMMOOqIAyjV4i4UH7P07pO+EsVxmhOzQ2YJ290J6mkLUdozNhb5I/YoOEheeNADC03ent3Qj07X0fWfUpmw==}
engines: {node: '>=18.12.0'}
unist-util-find-after@5.0.0:
@@ -7267,12 +7307,12 @@ packages:
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines: {node: '>= 10.0.0'}
- unocss@66.3.2:
- resolution: {integrity: sha512-u5FPNsjI2Ah1wGtpmteVxWe6Bja9Oggg25IeAatJCoDd1LxtLm0iHr+I0RlSq0ZwewMWzx/Qlmrw7jU0ZMO+0Q==}
+ unocss@66.3.3:
+ resolution: {integrity: sha512-HSB+K4/EbouwYmxpPU52cg0exua7PUr2IAJZBV3iai6tPdMcJ0c8jXaw7G+2L+ffruVFTcS0e2kE4OrR8BKDLg==}
engines: {node: '>=14'}
peerDependencies:
- '@unocss/webpack': 66.3.2
- vite: ^7.0.2
+ '@unocss/webpack': 66.3.3
+ vite: ^7.0.6
peerDependenciesMeta:
'@unocss/webpack':
optional: true
@@ -7288,7 +7328,7 @@ packages:
rolldown: '*'
rollup: ^3.2.0 || ^4.0.0
unplugin: ^1.0.0 || ^2.0.0
- vite: ^7.0.2
+ vite: ^7.0.6
webpack: 4 || 5
peerDependenciesMeta:
'@rspack/core':
@@ -7306,12 +7346,12 @@ packages:
webpack:
optional: true
- unplugin-macros@0.17.0:
- resolution: {integrity: sha512-MMfCAl/wDYio8fZ5bTmHmQF1REBx8ht0ajSjpE/qrO2Bcrs5F9DRZmZRhxXJ+kxlYeMnu6RqbrzlhdH6ZQGL5Q==}
+ unplugin-macros@0.17.1:
+ resolution: {integrity: sha512-nEfoaBok9VhBKxI96fwrXoun5cMcr0zNCxEGTFdFXtQtomPaokjkU/V7sltLmkhjxyUiucgEGspjXHM1Lje2PQ==}
engines: {node: '>=20.18.0'}
- unplugin-oxc@0.4.6:
- resolution: {integrity: sha512-EamMKIduAv0bRgBqVUBfPWctegEa8O7rGdeKGj3jtj3KlqqCc+bnadiITKg1ihQ1s3Al+sDo3sBAlKEVbOLItg==}
+ unplugin-oxc@0.4.8:
+ resolution: {integrity: sha512-EpnUSGbGqinU2EsjxjYi7VtPbrwah2NhCRu4Ue4bdXkP/2ildAibcXtnJQGFa7/tZY/vCAmOeCMg5+PU+e3mnQ==}
engines: {node: '>=20.18.0'}
peerDependencies:
unloader: '*'
@@ -7319,8 +7359,8 @@ packages:
unloader:
optional: true
- unplugin-quansync@0.4.2:
- resolution: {integrity: sha512-RK9AfwcRmdHsAp+97XYmC/m2LnTAL0Op+uvnXzKd76Whi6IFMkfd6MmD/DcLndGyTk8IB8H7lI9KjvJLuopxbQ==}
+ unplugin-quansync@0.4.3:
+ resolution: {integrity: sha512-fBGGR6HIVy5y2niT4EF/yPRlTddXONDHyoxORNsTbH0MQi3I19lUwu2jyGwFTWBgnmWV7acyEOgpvvPcCpTh8Q==}
engines: {node: '>=20.18.0'}
peerDependencies:
quansync: '>=0.2.2'
@@ -7346,11 +7386,11 @@ packages:
vue-router:
optional: true
- unplugin-vue@6.2.0:
- resolution: {integrity: sha512-/FRiRuBu8AFzeF9qetgMLrDJtBGvJTOn/TqA0DiURIYT8IMAttXajjMO7UM2oK07R5ZX3mFW+OGe/reYEq9wSQ==}
- engines: {node: '>=18.0.0'}
+ unplugin-vue@7.0.0:
+ resolution: {integrity: sha512-dAc5HYa6mz8OGN8+EZw0K666fU8DR+Q6kwM24AoFpqSdkRxBJKRDgfLqc0ZymUnF6BIF4peZlOsODkFgYlSxAw==}
+ engines: {node: '>=20.19.0'}
peerDependencies:
- vue: ^3.2.25
+ vue: ^3.5.18
unplugin@1.16.1:
resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==}
@@ -7360,11 +7400,11 @@ packages:
resolution: {integrity: sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==}
engines: {node: '>=18.12.0'}
- unrs-resolver@1.10.1:
- resolution: {integrity: sha512-EFrL7Hw4kmhZdwWO3dwwFJo6hO3FXuQ6Bg8BK/faHZ9m1YxqBS31BNSTxklIQkxK/4LlV8zTYnPsIRLBzTzjCA==}
+ unrs-resolver@1.11.1:
+ resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==}
- unstorage@1.16.0:
- resolution: {integrity: sha512-WQ37/H5A7LcRPWfYOrDa1Ys02xAbpPJq6q5GkO88FBXVSQzHd7+BjEwfRqyaSWCv9MbsJy058GWjjPjcJ16GGA==}
+ unstorage@1.16.1:
+ resolution: {integrity: sha512-gdpZ3guLDhz+zWIlYP1UwQ259tG5T5vYRzDaHMkQ1bBY1SQPutvZnrRjTFaWUUpseErJIgAZS51h6NOcZVZiqQ==}
peerDependencies:
'@azure/app-configuration': ^1.8.0
'@azure/cosmos': ^4.2.0
@@ -7374,7 +7414,7 @@ packages:
'@azure/storage-blob': ^12.26.0
'@capacitor/preferences': ^6.0.3 || ^7.0.0
'@deno/kv': '>=0.9.0'
- '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0
+ '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0
'@planetscale/database': ^1.19.0
'@upstash/redis': ^1.34.3
'@vercel/blob': '>=0.27.1'
@@ -7460,26 +7500,26 @@ packages:
vite-dev-rpc@1.1.0:
resolution: {integrity: sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==}
peerDependencies:
- vite: ^7.0.2
+ vite: ^7.0.6
vite-hot-client@2.1.0:
resolution: {integrity: sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==}
peerDependencies:
- vite: ^7.0.2
+ vite: ^7.0.6
vite-hyper-config@0.7.0:
resolution: {integrity: sha512-aFqNVQd/xnuW46XdQ04a53gOo3u6E5OVzOoKMGo41jRxUoKOGFqRWVXCLGm/jkEX2tDD8IwfBMsVTRq88keWiQ==}
engines: {node: '>=20.18.0'}
peerDependencies:
- vite: ^7.0.2
+ vite: ^7.0.6
vite-node@3.2.4:
resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
- vite-plugin-checker@0.9.3:
- resolution: {integrity: sha512-Tf7QBjeBtG7q11zG0lvoF38/2AVUzzhMNu+Wk+mcsJ00Rk/FpJ4rmUviVJpzWkagbU13cGXvKpt7CMiqtxVTbQ==}
+ vite-plugin-checker@0.10.1:
+ resolution: {integrity: sha512-imiBsmYTPdjQHIZiEi5BhJ7K8Z/kCjTFMn+Qa4+5ao/a4Yql4yWFcf81FDJqlMiM57iY4Q3Z7PdoEe4KydULYQ==}
engines: {node: '>=14.16'}
peerDependencies:
'@biomejs/biome': '>=1.7'
@@ -7488,10 +7528,10 @@ packages:
optionator: ^0.9.4
stylelint: '>=16'
typescript: '*'
- vite: ^7.0.2
+ vite: ^7.0.6
vls: '*'
vti: '*'
- vue-tsc: ~2.2.10
+ vue-tsc: ~2.2.10 || ^3.0.0
peerDependenciesMeta:
'@biomejs/biome':
optional: true
@@ -7517,7 +7557,7 @@ packages:
engines: {node: '>=14'}
peerDependencies:
'@nuxt/kit': '*'
- vite: ^7.0.2
+ vite: ^7.0.6
peerDependenciesMeta:
'@nuxt/kit':
optional: true
@@ -7527,7 +7567,7 @@ packages:
engines: {node: '>=14'}
peerDependencies:
'@nuxt/kit': '*'
- vite: ^7.0.2
+ vite: ^7.0.6
peerDependenciesMeta:
'@nuxt/kit':
optional: true
@@ -7537,7 +7577,7 @@ packages:
peerDependencies:
'@stylexjs/stylex': ^0.9.3
react-strict-dom: '*'
- vite: ^7.0.2
+ vite: ^7.0.6
peerDependenciesMeta:
react-strict-dom:
optional: true
@@ -7546,21 +7586,21 @@ packages:
resolution: {integrity: sha512-d0fIh3wRcgSlr4Vz7bAk4va1MkdqhQgj9ANE/rBhsAjOnRfTLs2ocjFMvSUOsv6SRRXU9G+VM7yMgqDb6yI4iQ==}
engines: {node: '>=v14.21.3'}
peerDependencies:
- vite: ^7.0.2
+ vite: ^7.0.6
vite-plugin-vue-inspector@5.3.2:
resolution: {integrity: sha512-YvEKooQcSiBTAs0DoYLfefNja9bLgkFM7NI2b07bE2SruuvX0MEa9cMaxjKVMkeCp5Nz9FRIdcN1rOdFVBeL6Q==}
peerDependencies:
- vite: ^7.0.2
+ vite: ^7.0.6
vite-plugin-vue-tracer@1.0.0:
resolution: {integrity: sha512-a+UB9IwGx5uwS4uG/a9kM6fCMnxONDkOTbgCUbhFpiGhqfxrrC1+9BibV7sWwUnwj1Dg6MnRxG0trLgUZslDXA==}
peerDependencies:
- vite: ^7.0.2
- vue: ^3.5.0
+ vite: ^7.0.6
+ vue: ^3.5.18
- vite@7.0.2:
- resolution: {integrity: sha512-hxdyZDY1CM6SNpKI4w4lcUc3Mtkd9ej4ECWVHSMrOdSinVc2zYOAppHeGc/hzmRo3pxM5blMzkuWHOJA/3NiFw==}
+ vite@7.0.6:
+ resolution: {integrity: sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
@@ -7602,7 +7642,7 @@ packages:
vitefu@1.1.1:
resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==}
peerDependencies:
- vite: ^7.0.2
+ vite: ^7.0.6
peerDependenciesMeta:
vite:
optional: true
@@ -7611,17 +7651,17 @@ packages:
resolution: {integrity: sha512-eoFlFAhAy/yTZDbaIgA/nMbjVYXkf8pz8rr75MN2VCw7yH60I3cw6bW5EuwddAeafZtBqbo8OsEGU7TIWFiAjg==}
peerDependencies:
markdown-it: '>=14'
- vite: ^7.0.2
+ vite: ^7.0.6
- vitepress-plugin-llms@1.6.0:
- resolution: {integrity: sha512-5EjrMvtggY61fAnhC+rldzw1UqPxwdbtsh/w15Z/Gy7u/SOsPQgSdDzoQm1iFet6ofAzUB2TXA8wj5KZX9TKSA==}
+ vitepress-plugin-llms@1.7.1:
+ resolution: {integrity: sha512-RF5hl2vGxKhbcGirLLUhIlnWNSaoscPKBVnKaGxrKzj76i+mI+HBvfi/DF7a1u2L05LAnf7KSBkEVsMexczsAg==}
- vitepress@2.0.0-alpha.7:
- resolution: {integrity: sha512-75xXvCWymnSgA7BFt1BmiXnusl4aeV4sM6DpIo9sf2OvkNER3cMLWN6xqZrLGu3SNaQccfS5u3ikCqAnA4p70w==}
+ vitepress@2.0.0-alpha.8:
+ resolution: {integrity: sha512-4LJZ7c/b68ch69gh6WaQgQGqkha/KxCFlSN7vCyIjxW7WbdI+pWe110+nnxXpvN43OH/3EoYNEPkV28z0WPSYA==}
hasBin: true
peerDependencies:
markdown-it-mathjax3: ^4
- oxc-minify: ^0.74.0
+ oxc-minify: ^0.78.0
postcss: ^8
peerDependenciesMeta:
markdown-it-mathjax3:
@@ -7674,7 +7714,7 @@ packages:
hasBin: true
peerDependencies:
'@vue/composition-api': ^1.0.0-rc.1
- vue: ^3.0.0-0 || ^2.6.0
+ vue: ^3.5.18
peerDependenciesMeta:
'@vue/composition-api':
optional: true
@@ -7691,26 +7731,26 @@ packages:
vue-flow-layout@0.1.1:
resolution: {integrity: sha512-JdgRRUVrN0Y2GosA0M68DEbKlXMqJ7FQgsK8CjQD2vxvNSqAU6PZEpi4cfcTVtfM2GVOMjHo7GKKLbXxOBqDqA==}
peerDependencies:
- vue: ^3.4.37
+ vue: ^3.5.18
vue-resize@2.0.0-alpha.1:
resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==}
peerDependencies:
- vue: ^3.0.0
+ vue: ^3.5.18
vue-router@4.5.1:
resolution: {integrity: sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==}
peerDependencies:
- vue: ^3.2.0
+ vue: ^3.5.18
- vue-tsc@3.0.1:
- resolution: {integrity: sha512-UvMLQD0hAGL1g/NfEQelnSVB4H5gtf/gz2lJKjMMwWNOUmSNyWkejwJagAxEbSjtV5CPPJYslOtoSuqJ63mhdg==}
+ vue-tsc@3.0.3:
+ resolution: {integrity: sha512-uU1OMSzWE8/y0+kDTc0iEIu9v82bmFkGyJpAO/x3wQqBkkHkButKgtygREyOkxL4E/xtcf/ExvgNhhjdzonldw==}
hasBin: true
peerDependencies:
typescript: '>=5.0.0'
- vue@3.5.17:
- resolution: {integrity: sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==}
+ vue@3.5.18:
+ resolution: {integrity: sha512-7W4Y4ZbMiQ3SEo+m9lnoNpV9xG7QVMLa+/0RFwwiAVkeYoyGXqWE85jabU4pllJNUzqfLShJ5YLptewhCWUgNA==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -7734,8 +7774,8 @@ packages:
webpack-virtual-modules@0.6.2:
resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
- webpack@5.99.9:
- resolution: {integrity: sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==}
+ webpack@5.100.2:
+ resolution: {integrity: sha512-QaNKAvGCDRh3wW1dsDjeMdDXwZm2vqq3zn6Pvq4rHOEOGSaUMgOOjG2Y9ZbIGzpfkJk9ZYTHpDqgDfeBDcnLaw==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -7798,6 +7838,10 @@ packages:
utf-8-validate:
optional: true
+ wsl-utils@0.1.0:
+ resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
+ engines: {node: '>=18'}
+
xdg-basedir@5.1.0:
resolution: {integrity: sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==}
engines: {node: '>=12'}
@@ -7878,117 +7922,117 @@ packages:
typescript: ^4.9.4 || ^5.0.2
zod: ^3
- zod@3.25.74:
- resolution: {integrity: sha512-J8poo92VuhKjNknViHRAIuuN6li/EwFbAC8OedzI8uxpEPGiXHGQu9wemIAioIpqgfB4SySaJhdk0mH5Y4ICBg==}
+ zod@3.25.76:
+ resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
snapshots:
- '@algolia/autocomplete-core@1.17.9(@algolia/client-search@5.30.0)(algoliasearch@5.30.0)':
+ '@algolia/autocomplete-core@1.17.9(@algolia/client-search@5.34.1)(algoliasearch@5.34.1)':
dependencies:
- '@algolia/autocomplete-plugin-algolia-insights': 1.17.9(@algolia/client-search@5.30.0)(algoliasearch@5.30.0)
- '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.30.0)(algoliasearch@5.30.0)
+ '@algolia/autocomplete-plugin-algolia-insights': 1.17.9(@algolia/client-search@5.34.1)(algoliasearch@5.34.1)
+ '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.34.1)(algoliasearch@5.34.1)
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- search-insights
- '@algolia/autocomplete-plugin-algolia-insights@1.17.9(@algolia/client-search@5.30.0)(algoliasearch@5.30.0)':
+ '@algolia/autocomplete-plugin-algolia-insights@1.17.9(@algolia/client-search@5.34.1)(algoliasearch@5.34.1)':
dependencies:
- '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.30.0)(algoliasearch@5.30.0)
+ '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.34.1)(algoliasearch@5.34.1)
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- '@algolia/autocomplete-preset-algolia@1.17.9(@algolia/client-search@5.30.0)(algoliasearch@5.30.0)':
+ '@algolia/autocomplete-preset-algolia@1.17.9(@algolia/client-search@5.34.1)(algoliasearch@5.34.1)':
dependencies:
- '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.30.0)(algoliasearch@5.30.0)
- '@algolia/client-search': 5.30.0
- algoliasearch: 5.30.0
+ '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.34.1)(algoliasearch@5.34.1)
+ '@algolia/client-search': 5.34.1
+ algoliasearch: 5.34.1
- '@algolia/autocomplete-shared@1.17.9(@algolia/client-search@5.30.0)(algoliasearch@5.30.0)':
+ '@algolia/autocomplete-shared@1.17.9(@algolia/client-search@5.34.1)(algoliasearch@5.34.1)':
dependencies:
- '@algolia/client-search': 5.30.0
- algoliasearch: 5.30.0
+ '@algolia/client-search': 5.34.1
+ algoliasearch: 5.34.1
- '@algolia/client-abtesting@5.30.0':
+ '@algolia/client-abtesting@5.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
- '@algolia/requester-browser-xhr': 5.30.0
- '@algolia/requester-fetch': 5.30.0
- '@algolia/requester-node-http': 5.30.0
+ '@algolia/client-common': 5.34.1
+ '@algolia/requester-browser-xhr': 5.34.1
+ '@algolia/requester-fetch': 5.34.1
+ '@algolia/requester-node-http': 5.34.1
- '@algolia/client-analytics@5.30.0':
+ '@algolia/client-analytics@5.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
- '@algolia/requester-browser-xhr': 5.30.0
- '@algolia/requester-fetch': 5.30.0
- '@algolia/requester-node-http': 5.30.0
+ '@algolia/client-common': 5.34.1
+ '@algolia/requester-browser-xhr': 5.34.1
+ '@algolia/requester-fetch': 5.34.1
+ '@algolia/requester-node-http': 5.34.1
- '@algolia/client-common@5.30.0': {}
+ '@algolia/client-common@5.34.1': {}
- '@algolia/client-insights@5.30.0':
+ '@algolia/client-insights@5.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
- '@algolia/requester-browser-xhr': 5.30.0
- '@algolia/requester-fetch': 5.30.0
- '@algolia/requester-node-http': 5.30.0
+ '@algolia/client-common': 5.34.1
+ '@algolia/requester-browser-xhr': 5.34.1
+ '@algolia/requester-fetch': 5.34.1
+ '@algolia/requester-node-http': 5.34.1
- '@algolia/client-personalization@5.30.0':
+ '@algolia/client-personalization@5.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
- '@algolia/requester-browser-xhr': 5.30.0
- '@algolia/requester-fetch': 5.30.0
- '@algolia/requester-node-http': 5.30.0
+ '@algolia/client-common': 5.34.1
+ '@algolia/requester-browser-xhr': 5.34.1
+ '@algolia/requester-fetch': 5.34.1
+ '@algolia/requester-node-http': 5.34.1
- '@algolia/client-query-suggestions@5.30.0':
+ '@algolia/client-query-suggestions@5.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
- '@algolia/requester-browser-xhr': 5.30.0
- '@algolia/requester-fetch': 5.30.0
- '@algolia/requester-node-http': 5.30.0
+ '@algolia/client-common': 5.34.1
+ '@algolia/requester-browser-xhr': 5.34.1
+ '@algolia/requester-fetch': 5.34.1
+ '@algolia/requester-node-http': 5.34.1
- '@algolia/client-search@5.30.0':
+ '@algolia/client-search@5.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
- '@algolia/requester-browser-xhr': 5.30.0
- '@algolia/requester-fetch': 5.30.0
- '@algolia/requester-node-http': 5.30.0
+ '@algolia/client-common': 5.34.1
+ '@algolia/requester-browser-xhr': 5.34.1
+ '@algolia/requester-fetch': 5.34.1
+ '@algolia/requester-node-http': 5.34.1
- '@algolia/ingestion@1.30.0':
+ '@algolia/ingestion@1.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
- '@algolia/requester-browser-xhr': 5.30.0
- '@algolia/requester-fetch': 5.30.0
- '@algolia/requester-node-http': 5.30.0
+ '@algolia/client-common': 5.34.1
+ '@algolia/requester-browser-xhr': 5.34.1
+ '@algolia/requester-fetch': 5.34.1
+ '@algolia/requester-node-http': 5.34.1
- '@algolia/monitoring@1.30.0':
+ '@algolia/monitoring@1.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
- '@algolia/requester-browser-xhr': 5.30.0
- '@algolia/requester-fetch': 5.30.0
- '@algolia/requester-node-http': 5.30.0
+ '@algolia/client-common': 5.34.1
+ '@algolia/requester-browser-xhr': 5.34.1
+ '@algolia/requester-fetch': 5.34.1
+ '@algolia/requester-node-http': 5.34.1
- '@algolia/recommend@5.30.0':
+ '@algolia/recommend@5.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
- '@algolia/requester-browser-xhr': 5.30.0
- '@algolia/requester-fetch': 5.30.0
- '@algolia/requester-node-http': 5.30.0
+ '@algolia/client-common': 5.34.1
+ '@algolia/requester-browser-xhr': 5.34.1
+ '@algolia/requester-fetch': 5.34.1
+ '@algolia/requester-node-http': 5.34.1
- '@algolia/requester-browser-xhr@5.30.0':
+ '@algolia/requester-browser-xhr@5.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
+ '@algolia/client-common': 5.34.1
- '@algolia/requester-fetch@5.30.0':
+ '@algolia/requester-fetch@5.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
+ '@algolia/client-common': 5.34.1
- '@algolia/requester-node-http@5.30.0':
+ '@algolia/requester-node-http@5.34.1':
dependencies:
- '@algolia/client-common': 5.30.0
+ '@algolia/client-common': 5.34.1
'@ampproject/remapping@2.3.0':
dependencies:
@@ -8015,7 +8059,7 @@ snapshots:
'@astrojs/internal-helpers@0.6.1': {}
- '@astrojs/markdown-remark@6.3.2':
+ '@astrojs/markdown-remark@6.3.3':
dependencies:
'@astrojs/internal-helpers': 0.6.1
'@astrojs/prism': 3.3.0
@@ -8031,7 +8075,7 @@ snapshots:
remark-parse: 11.0.0
remark-rehype: 11.1.2
remark-smartypants: 3.0.2
- shiki: 3.7.0
+ shiki: 3.8.1
smol-toml: 1.4.1
unified: 11.0.5
unist-util-remove-position: 5.0.0
@@ -8047,7 +8091,7 @@ snapshots:
'@astrojs/telemetry@3.3.0':
dependencies:
- ci-info: 4.2.0
+ ci-info: 4.3.0
debug: 4.4.1
dlv: 1.1.3
dset: 3.1.4
@@ -8057,15 +8101,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@astrojs/vue@5.1.0(@types/node@24.0.10)(astro@5.11.0(@types/node@24.0.10)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.4.2)(less@4.3.0)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))(jiti@2.4.2)(less@4.3.0)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.17(typescript@5.8.3))(yaml@2.8.0)':
+ '@astrojs/vue@5.1.0(@types/node@24.1.0)(astro@5.12.3(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))(jiti@2.5.1)(less@4.4.0)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.8.0)':
dependencies:
- '@vitejs/plugin-vue': 6.0.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
- '@vitejs/plugin-vue-jsx': 5.0.1(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
- '@vue/compiler-sfc': 3.5.17
- astro: 5.11.0(@types/node@24.0.10)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.4.2)(less@4.3.0)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-plugin-vue-devtools: 7.7.7(@nuxt/kit@3.17.6(magicast@0.3.5))(rollup@4.44.2)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
- vue: 3.5.17(typescript@5.8.3)
+ '@vitejs/plugin-vue': 6.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ '@vitejs/plugin-vue-jsx': 5.0.1(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ '@vue/compiler-sfc': 3.5.18
+ astro: 5.12.3(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite-plugin-vue-devtools: 7.7.7(@nuxt/kit@3.17.7(magicast@0.3.5))(rollup@4.45.1)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ vue: 3.5.18(typescript@5.8.3)
transitivePeerDependencies:
- '@nuxt/kit'
- '@types/node'
@@ -8097,11 +8141,11 @@ snapshots:
'@babel/generator': 7.28.0
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0)
- '@babel/helpers': 7.27.6
+ '@babel/helpers': 7.28.2
'@babel/parser': 7.28.0
'@babel/template': 7.27.2
'@babel/traverse': 7.28.0
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
convert-source-map: 2.0.0
debug: 4.4.1
gensync: 1.0.0-beta.2
@@ -8113,14 +8157,14 @@ snapshots:
'@babel/generator@7.28.0':
dependencies:
'@babel/parser': 7.28.0
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
'@jridgewell/gen-mapping': 0.3.12
'@jridgewell/trace-mapping': 0.3.29
jsesc: 3.1.0
'@babel/helper-annotate-as-pure@7.27.3':
dependencies:
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
'@babel/helper-compilation-targets@7.27.2':
dependencies:
@@ -8148,14 +8192,14 @@ snapshots:
'@babel/helper-member-expression-to-functions@7.27.1':
dependencies:
'@babel/traverse': 7.28.0
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.27.1':
dependencies:
'@babel/traverse': 7.28.0
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
transitivePeerDependencies:
- supports-color
@@ -8170,7 +8214,7 @@ snapshots:
'@babel/helper-optimise-call-expression@7.27.1':
dependencies:
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
'@babel/helper-plugin-utils@7.27.1': {}
@@ -8186,7 +8230,7 @@ snapshots:
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
dependencies:
'@babel/traverse': 7.28.0
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
transitivePeerDependencies:
- supports-color
@@ -8196,14 +8240,14 @@ snapshots:
'@babel/helper-validator-option@7.27.1': {}
- '@babel/helpers@7.27.6':
+ '@babel/helpers@7.28.2':
dependencies:
'@babel/template': 7.27.2
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
'@babel/parser@7.28.0':
dependencies:
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
'@babel/plugin-proposal-decorators@7.28.0(@babel/core@7.28.0)':
dependencies:
@@ -8259,7 +8303,7 @@ snapshots:
dependencies:
'@babel/code-frame': 7.27.1
'@babel/parser': 7.28.0
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
'@babel/traverse@7.28.0':
dependencies:
@@ -8268,12 +8312,12 @@ snapshots:
'@babel/helper-globals': 7.28.0
'@babel/parser': 7.28.0
'@babel/template': 7.27.2
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
debug: 4.4.1
transitivePeerDependencies:
- supports-color
- '@babel/types@7.28.0':
+ '@babel/types@7.28.2':
dependencies:
'@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
@@ -8292,222 +8336,222 @@ snapshots:
dependencies:
mime: 3.0.0
- '@cspell/cspell-bundled-dicts@9.1.2':
- dependencies:
- '@cspell/dict-ada': 4.1.0
- '@cspell/dict-al': 1.1.0
- '@cspell/dict-aws': 4.0.10
- '@cspell/dict-bash': 4.2.0
- '@cspell/dict-companies': 3.2.1
- '@cspell/dict-cpp': 6.0.8
- '@cspell/dict-cryptocurrencies': 5.0.4
- '@cspell/dict-csharp': 4.0.6
- '@cspell/dict-css': 4.0.17
- '@cspell/dict-dart': 2.3.0
- '@cspell/dict-data-science': 2.0.8
- '@cspell/dict-django': 4.1.4
- '@cspell/dict-docker': 1.1.14
- '@cspell/dict-dotnet': 5.0.9
- '@cspell/dict-elixir': 4.0.7
- '@cspell/dict-en-common-misspellings': 2.1.2
- '@cspell/dict-en-gb-mit': 3.1.3
- '@cspell/dict-en_us': 4.4.13
- '@cspell/dict-filetypes': 3.0.12
- '@cspell/dict-flutter': 1.1.0
- '@cspell/dict-fonts': 4.0.4
- '@cspell/dict-fsharp': 1.1.0
- '@cspell/dict-fullstack': 3.2.6
- '@cspell/dict-gaming-terms': 1.1.1
- '@cspell/dict-git': 3.0.6
- '@cspell/dict-golang': 6.0.22
- '@cspell/dict-google': 1.0.8
- '@cspell/dict-haskell': 4.0.5
- '@cspell/dict-html': 4.0.11
- '@cspell/dict-html-symbol-entities': 4.0.3
- '@cspell/dict-java': 5.0.11
- '@cspell/dict-julia': 1.1.0
- '@cspell/dict-k8s': 1.0.11
- '@cspell/dict-kotlin': 1.1.0
- '@cspell/dict-latex': 4.0.3
- '@cspell/dict-lorem-ipsum': 4.0.4
- '@cspell/dict-lua': 4.0.7
- '@cspell/dict-makefile': 1.0.4
- '@cspell/dict-markdown': 2.0.11(@cspell/dict-css@4.0.17)(@cspell/dict-html-symbol-entities@4.0.3)(@cspell/dict-html@4.0.11)(@cspell/dict-typescript@3.2.2)
- '@cspell/dict-monkeyc': 1.0.10
- '@cspell/dict-node': 5.0.7
- '@cspell/dict-npm': 5.2.9
- '@cspell/dict-php': 4.0.14
- '@cspell/dict-powershell': 5.0.14
- '@cspell/dict-public-licenses': 2.0.13
- '@cspell/dict-python': 4.2.18
- '@cspell/dict-r': 2.1.0
- '@cspell/dict-ruby': 5.0.8
- '@cspell/dict-rust': 4.0.11
- '@cspell/dict-scala': 5.0.7
- '@cspell/dict-shell': 1.1.0
- '@cspell/dict-software-terms': 5.1.2
- '@cspell/dict-sql': 2.2.0
- '@cspell/dict-svelte': 1.0.6
- '@cspell/dict-swift': 2.0.5
- '@cspell/dict-terraform': 1.1.2
- '@cspell/dict-typescript': 3.2.2
- '@cspell/dict-vue': 3.0.4
-
- '@cspell/cspell-json-reporter@9.1.2':
- dependencies:
- '@cspell/cspell-types': 9.1.2
-
- '@cspell/cspell-pipe@9.1.2': {}
-
- '@cspell/cspell-resolver@9.1.2':
+ '@cspell/cspell-bundled-dicts@9.2.0':
+ dependencies:
+ '@cspell/dict-ada': 4.1.1
+ '@cspell/dict-al': 1.1.1
+ '@cspell/dict-aws': 4.0.13
+ '@cspell/dict-bash': 4.2.1
+ '@cspell/dict-companies': 3.2.2
+ '@cspell/dict-cpp': 6.0.9
+ '@cspell/dict-cryptocurrencies': 5.0.5
+ '@cspell/dict-csharp': 4.0.7
+ '@cspell/dict-css': 4.0.18
+ '@cspell/dict-dart': 2.3.1
+ '@cspell/dict-data-science': 2.0.9
+ '@cspell/dict-django': 4.1.5
+ '@cspell/dict-docker': 1.1.16
+ '@cspell/dict-dotnet': 5.0.10
+ '@cspell/dict-elixir': 4.0.8
+ '@cspell/dict-en-common-misspellings': 2.1.3
+ '@cspell/dict-en-gb-mit': 3.1.6
+ '@cspell/dict-en_us': 4.4.16
+ '@cspell/dict-filetypes': 3.0.13
+ '@cspell/dict-flutter': 1.1.1
+ '@cspell/dict-fonts': 4.0.5
+ '@cspell/dict-fsharp': 1.1.1
+ '@cspell/dict-fullstack': 3.2.7
+ '@cspell/dict-gaming-terms': 1.1.2
+ '@cspell/dict-git': 3.0.7
+ '@cspell/dict-golang': 6.0.23
+ '@cspell/dict-google': 1.0.9
+ '@cspell/dict-haskell': 4.0.6
+ '@cspell/dict-html': 4.0.12
+ '@cspell/dict-html-symbol-entities': 4.0.4
+ '@cspell/dict-java': 5.0.12
+ '@cspell/dict-julia': 1.1.1
+ '@cspell/dict-k8s': 1.0.12
+ '@cspell/dict-kotlin': 1.1.1
+ '@cspell/dict-latex': 4.0.4
+ '@cspell/dict-lorem-ipsum': 4.0.5
+ '@cspell/dict-lua': 4.0.8
+ '@cspell/dict-makefile': 1.0.5
+ '@cspell/dict-markdown': 2.0.12(@cspell/dict-css@4.0.18)(@cspell/dict-html-symbol-entities@4.0.4)(@cspell/dict-html@4.0.12)(@cspell/dict-typescript@3.2.3)
+ '@cspell/dict-monkeyc': 1.0.11
+ '@cspell/dict-node': 5.0.8
+ '@cspell/dict-npm': 5.2.12
+ '@cspell/dict-php': 4.0.15
+ '@cspell/dict-powershell': 5.0.15
+ '@cspell/dict-public-licenses': 2.0.14
+ '@cspell/dict-python': 4.2.19
+ '@cspell/dict-r': 2.1.1
+ '@cspell/dict-ruby': 5.0.9
+ '@cspell/dict-rust': 4.0.12
+ '@cspell/dict-scala': 5.0.8
+ '@cspell/dict-shell': 1.1.1
+ '@cspell/dict-software-terms': 5.1.5
+ '@cspell/dict-sql': 2.2.1
+ '@cspell/dict-svelte': 1.0.7
+ '@cspell/dict-swift': 2.0.6
+ '@cspell/dict-terraform': 1.1.3
+ '@cspell/dict-typescript': 3.2.3
+ '@cspell/dict-vue': 3.0.5
+
+ '@cspell/cspell-json-reporter@9.2.0':
+ dependencies:
+ '@cspell/cspell-types': 9.2.0
+
+ '@cspell/cspell-pipe@9.2.0': {}
+
+ '@cspell/cspell-resolver@9.2.0':
dependencies:
global-directory: 4.0.1
- '@cspell/cspell-service-bus@9.1.2': {}
+ '@cspell/cspell-service-bus@9.2.0': {}
- '@cspell/cspell-types@9.1.2': {}
+ '@cspell/cspell-types@9.2.0': {}
- '@cspell/dict-ada@4.1.0': {}
+ '@cspell/dict-ada@4.1.1': {}
- '@cspell/dict-al@1.1.0': {}
+ '@cspell/dict-al@1.1.1': {}
- '@cspell/dict-aws@4.0.10': {}
+ '@cspell/dict-aws@4.0.13': {}
- '@cspell/dict-bash@4.2.0':
+ '@cspell/dict-bash@4.2.1':
dependencies:
- '@cspell/dict-shell': 1.1.0
+ '@cspell/dict-shell': 1.1.1
- '@cspell/dict-companies@3.2.1': {}
+ '@cspell/dict-companies@3.2.2': {}
- '@cspell/dict-cpp@6.0.8': {}
+ '@cspell/dict-cpp@6.0.9': {}
- '@cspell/dict-cryptocurrencies@5.0.4': {}
+ '@cspell/dict-cryptocurrencies@5.0.5': {}
- '@cspell/dict-csharp@4.0.6': {}
+ '@cspell/dict-csharp@4.0.7': {}
- '@cspell/dict-css@4.0.17': {}
+ '@cspell/dict-css@4.0.18': {}
- '@cspell/dict-dart@2.3.0': {}
+ '@cspell/dict-dart@2.3.1': {}
- '@cspell/dict-data-science@2.0.8': {}
+ '@cspell/dict-data-science@2.0.9': {}
- '@cspell/dict-django@4.1.4': {}
+ '@cspell/dict-django@4.1.5': {}
- '@cspell/dict-docker@1.1.14': {}
+ '@cspell/dict-docker@1.1.16': {}
- '@cspell/dict-dotnet@5.0.9': {}
+ '@cspell/dict-dotnet@5.0.10': {}
- '@cspell/dict-elixir@4.0.7': {}
+ '@cspell/dict-elixir@4.0.8': {}
- '@cspell/dict-en-common-misspellings@2.1.2': {}
+ '@cspell/dict-en-common-misspellings@2.1.3': {}
- '@cspell/dict-en-gb-mit@3.1.3': {}
+ '@cspell/dict-en-gb-mit@3.1.6': {}
- '@cspell/dict-en_us@4.4.13': {}
+ '@cspell/dict-en_us@4.4.16': {}
- '@cspell/dict-filetypes@3.0.12': {}
+ '@cspell/dict-filetypes@3.0.13': {}
- '@cspell/dict-flutter@1.1.0': {}
+ '@cspell/dict-flutter@1.1.1': {}
- '@cspell/dict-fonts@4.0.4': {}
+ '@cspell/dict-fonts@4.0.5': {}
- '@cspell/dict-fsharp@1.1.0': {}
+ '@cspell/dict-fsharp@1.1.1': {}
- '@cspell/dict-fullstack@3.2.6': {}
+ '@cspell/dict-fullstack@3.2.7': {}
- '@cspell/dict-gaming-terms@1.1.1': {}
+ '@cspell/dict-gaming-terms@1.1.2': {}
- '@cspell/dict-git@3.0.6': {}
+ '@cspell/dict-git@3.0.7': {}
- '@cspell/dict-golang@6.0.22': {}
+ '@cspell/dict-golang@6.0.23': {}
- '@cspell/dict-google@1.0.8': {}
+ '@cspell/dict-google@1.0.9': {}
- '@cspell/dict-haskell@4.0.5': {}
+ '@cspell/dict-haskell@4.0.6': {}
- '@cspell/dict-html-symbol-entities@4.0.3': {}
+ '@cspell/dict-html-symbol-entities@4.0.4': {}
- '@cspell/dict-html@4.0.11': {}
+ '@cspell/dict-html@4.0.12': {}
- '@cspell/dict-java@5.0.11': {}
+ '@cspell/dict-java@5.0.12': {}
- '@cspell/dict-julia@1.1.0': {}
+ '@cspell/dict-julia@1.1.1': {}
- '@cspell/dict-k8s@1.0.11': {}
+ '@cspell/dict-k8s@1.0.12': {}
- '@cspell/dict-kotlin@1.1.0': {}
+ '@cspell/dict-kotlin@1.1.1': {}
- '@cspell/dict-latex@4.0.3': {}
+ '@cspell/dict-latex@4.0.4': {}
- '@cspell/dict-lorem-ipsum@4.0.4': {}
+ '@cspell/dict-lorem-ipsum@4.0.5': {}
- '@cspell/dict-lua@4.0.7': {}
+ '@cspell/dict-lua@4.0.8': {}
- '@cspell/dict-makefile@1.0.4': {}
+ '@cspell/dict-makefile@1.0.5': {}
- '@cspell/dict-markdown@2.0.11(@cspell/dict-css@4.0.17)(@cspell/dict-html-symbol-entities@4.0.3)(@cspell/dict-html@4.0.11)(@cspell/dict-typescript@3.2.2)':
+ '@cspell/dict-markdown@2.0.12(@cspell/dict-css@4.0.18)(@cspell/dict-html-symbol-entities@4.0.4)(@cspell/dict-html@4.0.12)(@cspell/dict-typescript@3.2.3)':
dependencies:
- '@cspell/dict-css': 4.0.17
- '@cspell/dict-html': 4.0.11
- '@cspell/dict-html-symbol-entities': 4.0.3
- '@cspell/dict-typescript': 3.2.2
+ '@cspell/dict-css': 4.0.18
+ '@cspell/dict-html': 4.0.12
+ '@cspell/dict-html-symbol-entities': 4.0.4
+ '@cspell/dict-typescript': 3.2.3
- '@cspell/dict-monkeyc@1.0.10': {}
+ '@cspell/dict-monkeyc@1.0.11': {}
- '@cspell/dict-node@5.0.7': {}
+ '@cspell/dict-node@5.0.8': {}
- '@cspell/dict-npm@5.2.9': {}
+ '@cspell/dict-npm@5.2.12': {}
- '@cspell/dict-php@4.0.14': {}
+ '@cspell/dict-php@4.0.15': {}
- '@cspell/dict-powershell@5.0.14': {}
+ '@cspell/dict-powershell@5.0.15': {}
- '@cspell/dict-public-licenses@2.0.13': {}
+ '@cspell/dict-public-licenses@2.0.14': {}
- '@cspell/dict-python@4.2.18':
+ '@cspell/dict-python@4.2.19':
dependencies:
- '@cspell/dict-data-science': 2.0.8
+ '@cspell/dict-data-science': 2.0.9
- '@cspell/dict-r@2.1.0': {}
+ '@cspell/dict-r@2.1.1': {}
- '@cspell/dict-ruby@5.0.8': {}
+ '@cspell/dict-ruby@5.0.9': {}
- '@cspell/dict-rust@4.0.11': {}
+ '@cspell/dict-rust@4.0.12': {}
- '@cspell/dict-scala@5.0.7': {}
+ '@cspell/dict-scala@5.0.8': {}
- '@cspell/dict-shell@1.1.0': {}
+ '@cspell/dict-shell@1.1.1': {}
- '@cspell/dict-software-terms@5.1.2': {}
+ '@cspell/dict-software-terms@5.1.5': {}
- '@cspell/dict-sql@2.2.0': {}
+ '@cspell/dict-sql@2.2.1': {}
- '@cspell/dict-svelte@1.0.6': {}
+ '@cspell/dict-svelte@1.0.7': {}
- '@cspell/dict-swift@2.0.5': {}
+ '@cspell/dict-swift@2.0.6': {}
- '@cspell/dict-terraform@1.1.2': {}
+ '@cspell/dict-terraform@1.1.3': {}
- '@cspell/dict-typescript@3.2.2': {}
+ '@cspell/dict-typescript@3.2.3': {}
- '@cspell/dict-vue@3.0.4': {}
+ '@cspell/dict-vue@3.0.5': {}
- '@cspell/dynamic-import@9.1.2':
+ '@cspell/dynamic-import@9.2.0':
dependencies:
- '@cspell/url': 9.1.2
+ '@cspell/url': 9.2.0
import-meta-resolve: 4.1.0
- '@cspell/filetypes@9.1.2': {}
+ '@cspell/filetypes@9.2.0': {}
- '@cspell/strong-weak-map@9.1.2': {}
+ '@cspell/strong-weak-map@9.2.0': {}
- '@cspell/url@9.1.2': {}
+ '@cspell/url@9.2.0': {}
'@docsearch/css@3.9.0': {}
- '@docsearch/js@3.9.0(@algolia/client-search@5.30.0)':
+ '@docsearch/js@3.9.0(@algolia/client-search@5.34.1)':
dependencies:
- '@docsearch/react': 3.9.0(@algolia/client-search@5.30.0)
+ '@docsearch/react': 3.9.0(@algolia/client-search@5.34.1)
preact: 10.26.9
transitivePeerDependencies:
- '@algolia/client-search'
@@ -8516,27 +8560,27 @@ snapshots:
- react-dom
- search-insights
- '@docsearch/react@3.9.0(@algolia/client-search@5.30.0)':
+ '@docsearch/react@3.9.0(@algolia/client-search@5.34.1)':
dependencies:
- '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.30.0)(algoliasearch@5.30.0)
- '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.30.0)(algoliasearch@5.30.0)
+ '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.34.1)(algoliasearch@5.34.1)
+ '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.34.1)(algoliasearch@5.34.1)
'@docsearch/css': 3.9.0
- algoliasearch: 5.30.0
+ algoliasearch: 5.34.1
transitivePeerDependencies:
- '@algolia/client-search'
- '@emnapi/core@1.4.3':
+ '@emnapi/core@1.4.5':
dependencies:
- '@emnapi/wasi-threads': 1.0.2
+ '@emnapi/wasi-threads': 1.0.4
tslib: 2.8.1
optional: true
- '@emnapi/runtime@1.4.3':
+ '@emnapi/runtime@1.4.5':
dependencies:
tslib: 2.8.1
optional: true
- '@emnapi/wasi-threads@1.0.2':
+ '@emnapi/wasi-threads@1.0.4':
dependencies:
tslib: 2.8.1
optional: true
@@ -8544,7 +8588,7 @@ snapshots:
'@es-joy/jsdoccomment@0.50.2':
dependencies:
'@types/estree': 1.0.8
- '@typescript-eslint/types': 8.35.1
+ '@typescript-eslint/types': 8.38.0
comment-parser: 1.4.1
esquery: 1.6.0
jsdoc-type-pratt-parser: 4.1.0
@@ -8552,102 +8596,105 @@ snapshots:
'@es-joy/jsdoccomment@0.52.0':
dependencies:
'@types/estree': 1.0.8
- '@typescript-eslint/types': 8.35.1
+ '@typescript-eslint/types': 8.38.0
comment-parser: 1.4.1
esquery: 1.6.0
jsdoc-type-pratt-parser: 4.1.0
- '@esbuild/aix-ppc64@0.25.5':
+ '@esbuild/aix-ppc64@0.25.8':
+ optional: true
+
+ '@esbuild/android-arm64@0.25.8':
optional: true
- '@esbuild/android-arm64@0.25.5':
+ '@esbuild/android-arm@0.25.8':
optional: true
- '@esbuild/android-arm@0.25.5':
+ '@esbuild/android-x64@0.25.8':
optional: true
- '@esbuild/android-x64@0.25.5':
+ '@esbuild/darwin-arm64@0.25.8':
optional: true
- '@esbuild/darwin-arm64@0.25.5':
+ '@esbuild/darwin-x64@0.25.8':
optional: true
- '@esbuild/darwin-x64@0.25.5':
+ '@esbuild/freebsd-arm64@0.25.8':
optional: true
- '@esbuild/freebsd-arm64@0.25.5':
+ '@esbuild/freebsd-x64@0.25.8':
optional: true
- '@esbuild/freebsd-x64@0.25.5':
+ '@esbuild/linux-arm64@0.25.8':
optional: true
- '@esbuild/linux-arm64@0.25.5':
+ '@esbuild/linux-arm@0.25.8':
optional: true
- '@esbuild/linux-arm@0.25.5':
+ '@esbuild/linux-ia32@0.25.8':
optional: true
- '@esbuild/linux-ia32@0.25.5':
+ '@esbuild/linux-loong64@0.25.8':
optional: true
- '@esbuild/linux-loong64@0.25.5':
+ '@esbuild/linux-mips64el@0.25.8':
optional: true
- '@esbuild/linux-mips64el@0.25.5':
+ '@esbuild/linux-ppc64@0.25.8':
optional: true
- '@esbuild/linux-ppc64@0.25.5':
+ '@esbuild/linux-riscv64@0.25.8':
optional: true
- '@esbuild/linux-riscv64@0.25.5':
+ '@esbuild/linux-s390x@0.25.8':
optional: true
- '@esbuild/linux-s390x@0.25.5':
+ '@esbuild/linux-x64@0.25.8':
optional: true
- '@esbuild/linux-x64@0.25.5':
+ '@esbuild/netbsd-arm64@0.25.8':
optional: true
- '@esbuild/netbsd-arm64@0.25.5':
+ '@esbuild/netbsd-x64@0.25.8':
optional: true
- '@esbuild/netbsd-x64@0.25.5':
+ '@esbuild/openbsd-arm64@0.25.8':
optional: true
- '@esbuild/openbsd-arm64@0.25.5':
+ '@esbuild/openbsd-x64@0.25.8':
optional: true
- '@esbuild/openbsd-x64@0.25.5':
+ '@esbuild/openharmony-arm64@0.25.8':
optional: true
- '@esbuild/sunos-x64@0.25.5':
+ '@esbuild/sunos-x64@0.25.8':
optional: true
- '@esbuild/win32-arm64@0.25.5':
+ '@esbuild/win32-arm64@0.25.8':
optional: true
- '@esbuild/win32-ia32@0.25.5':
+ '@esbuild/win32-ia32@0.25.8':
optional: true
- '@esbuild/win32-x64@0.25.5':
+ '@esbuild/win32-x64@0.25.8':
optional: true
- '@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.30.1(jiti@2.4.2))':
+ '@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.31.0(jiti@2.5.1))':
dependencies:
escape-string-regexp: 4.0.0
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
ignore: 5.3.2
- '@eslint-community/eslint-utils@4.7.0(eslint@9.30.1(jiti@2.4.2))':
+ '@eslint-community/eslint-utils@4.7.0(eslint@9.31.0(jiti@2.5.1))':
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.1': {}
- '@eslint/compat@1.3.1(eslint@9.30.1(jiti@2.4.2))':
+ '@eslint/compat@1.3.1(eslint@9.31.0(jiti@2.5.1))':
optionalDependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
'@eslint/config-array@0.21.0':
dependencies:
@@ -8663,10 +8710,6 @@ snapshots:
dependencies:
'@types/json-schema': 7.0.15
- '@eslint/core@0.14.0':
- dependencies:
- '@types/json-schema': 7.0.15
-
'@eslint/core@0.15.1':
dependencies:
'@types/json-schema': 7.0.15
@@ -8685,12 +8728,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.30.1': {}
+ '@eslint/js@9.31.0': {}
- '@eslint/markdown@6.6.0':
+ '@eslint/markdown@7.1.0':
dependencies:
- '@eslint/core': 0.14.0
- '@eslint/plugin-kit': 0.3.3
+ '@eslint/core': 0.15.1
+ '@eslint/plugin-kit': 0.3.4
github-slugger: 2.0.0
mdast-util-from-markdown: 2.0.2
mdast-util-frontmatter: 2.0.1
@@ -8707,7 +8750,7 @@ snapshots:
'@eslint/core': 0.13.0
levn: 0.4.1
- '@eslint/plugin-kit@0.3.3':
+ '@eslint/plugin-kit@0.3.4':
dependencies:
'@eslint/core': 0.15.1
levn: 0.4.1
@@ -8727,11 +8770,11 @@ snapshots:
'@floating-ui/utils@0.2.10': {}
- '@floating-ui/vue@1.1.7(vue@3.5.17(typescript@5.8.3))':
+ '@floating-ui/vue@1.1.7(vue@3.5.18(typescript@5.8.3))':
dependencies:
'@floating-ui/dom': 1.7.2
'@floating-ui/utils': 0.2.10
- vue-demi: 0.14.10(vue@3.5.17(typescript@5.8.3))
+ vue-demi: 0.14.10(vue@3.5.18(typescript@5.8.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -8749,7 +8792,7 @@ snapshots:
'@humanwhocodes/retry@0.4.3': {}
- '@iconify-json/carbon@1.2.10':
+ '@iconify-json/carbon@1.2.11':
dependencies:
'@iconify/types': 2.0.0
@@ -8757,11 +8800,11 @@ snapshots:
dependencies:
'@iconify/types': 2.0.0
- '@iconify-json/logos@1.2.4':
+ '@iconify-json/logos@1.2.5':
dependencies:
'@iconify/types': 2.0.0
- '@iconify-json/octicon@1.2.7':
+ '@iconify-json/octicon@1.2.8':
dependencies:
'@iconify/types': 2.0.0
@@ -8769,7 +8812,7 @@ snapshots:
dependencies:
'@iconify/types': 2.0.0
- '@iconify-json/simple-icons@1.2.41':
+ '@iconify-json/simple-icons@1.2.44':
dependencies:
'@iconify/types': 2.0.0
@@ -8858,7 +8901,7 @@ snapshots:
'@img/sharp-wasm32@0.33.5':
dependencies:
- '@emnapi/runtime': 1.4.3
+ '@emnapi/runtime': 1.4.5
optional: true
'@img/sharp-win32-ia32@0.33.5':
@@ -8871,7 +8914,7 @@ snapshots:
dependencies:
'@swc/helpers': 0.5.17
- '@internationalized/number@3.6.3':
+ '@internationalized/number@3.6.4':
dependencies:
'@swc/helpers': 0.5.17
@@ -8938,36 +8981,43 @@ snapshots:
- encoding
- supports-color
- '@module-federation/error-codes@0.15.0': {}
+ '@module-federation/error-codes@0.17.0': {}
- '@module-federation/runtime-core@0.15.0':
+ '@module-federation/runtime-core@0.17.0':
dependencies:
- '@module-federation/error-codes': 0.15.0
- '@module-federation/sdk': 0.15.0
+ '@module-federation/error-codes': 0.17.0
+ '@module-federation/sdk': 0.17.0
- '@module-federation/runtime-tools@0.15.0':
+ '@module-federation/runtime-tools@0.17.0':
dependencies:
- '@module-federation/runtime': 0.15.0
- '@module-federation/webpack-bundler-runtime': 0.15.0
+ '@module-federation/runtime': 0.17.0
+ '@module-federation/webpack-bundler-runtime': 0.17.0
- '@module-federation/runtime@0.15.0':
+ '@module-federation/runtime@0.17.0':
dependencies:
- '@module-federation/error-codes': 0.15.0
- '@module-federation/runtime-core': 0.15.0
- '@module-federation/sdk': 0.15.0
+ '@module-federation/error-codes': 0.17.0
+ '@module-federation/runtime-core': 0.17.0
+ '@module-federation/sdk': 0.17.0
- '@module-federation/sdk@0.15.0': {}
+ '@module-federation/sdk@0.17.0': {}
- '@module-federation/webpack-bundler-runtime@0.15.0':
+ '@module-federation/webpack-bundler-runtime@0.17.0':
dependencies:
- '@module-federation/runtime': 0.15.0
- '@module-federation/sdk': 0.15.0
+ '@module-federation/runtime': 0.17.0
+ '@module-federation/sdk': 0.17.0
+
+ '@napi-rs/wasm-runtime@0.2.12':
+ dependencies:
+ '@emnapi/core': 1.4.5
+ '@emnapi/runtime': 1.4.5
+ '@tybys/wasm-util': 0.10.0
+ optional: true
- '@napi-rs/wasm-runtime@0.2.11':
+ '@napi-rs/wasm-runtime@1.0.1':
dependencies:
- '@emnapi/core': 1.4.3
- '@emnapi/runtime': 1.4.3
- '@tybys/wasm-util': 0.9.0
+ '@emnapi/core': 1.4.5
+ '@emnapi/runtime': 1.4.5
+ '@tybys/wasm-util': 0.10.0
optional: true
'@no-shims/is-core-module@2.14.0': {}
@@ -8984,65 +9034,67 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.19.1
- '@nolebase/ui@2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))':
+ '@nolebase/ui@2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))':
dependencies:
- '@iconify-json/octicon': 1.2.7
- less: 4.3.0
- vitepress: 2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
- vue: 3.5.17(typescript@5.8.3)
+ '@iconify-json/octicon': 1.2.8
+ less: 4.4.0
+ vitepress: 2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
+ vue: 3.5.18(typescript@5.8.3)
transitivePeerDependencies:
- typescript
- '@nolebase/vitepress-plugin-enhanced-mark@2.18.0(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))':
+ '@nolebase/vitepress-plugin-enhanced-mark@2.18.0(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))':
dependencies:
- less: 4.3.0
- vitepress: 2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
+ less: 4.4.0
+ vitepress: 2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
- '@nolebase/vitepress-plugin-enhanced-readabilities@2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))':
+ '@nolebase/vitepress-plugin-enhanced-readabilities@2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))':
dependencies:
- '@iconify-json/carbon': 1.2.10
+ '@iconify-json/carbon': 1.2.11
'@iconify-json/icon-park-outline': 1.2.2
- '@nolebase/ui': 2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
- less: 4.3.0
- vitepress: 2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
+ '@nolebase/ui': 2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
+ less: 4.4.0
+ vitepress: 2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
transitivePeerDependencies:
- typescript
- '@nolebase/vitepress-plugin-git-changelog@2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))':
+ '@nolebase/vitepress-plugin-git-changelog@2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))':
dependencies:
- '@iconify-json/octicon': 1.2.7
- '@nolebase/ui': 2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
+ '@iconify-json/octicon': 1.2.8
+ '@nolebase/ui': 2.18.0(typescript@5.8.3)(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))
colorette: 2.0.20
date-fns: 4.1.0
defu: 6.1.4
- es-toolkit: 1.39.6
+ es-toolkit: 1.39.8
execa: 9.6.0
globby: 14.1.0
gray-matter: 4.0.3
- less: 4.3.0
+ less: 4.4.0
uncrypto: 0.1.3
- vitepress: 2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
+ vitepress: 2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
transitivePeerDependencies:
- typescript
- '@nolebase/vitepress-plugin-highlight-targeted-heading@2.18.0(vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))':
+ '@nolebase/vitepress-plugin-highlight-targeted-heading@2.18.0(vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))':
dependencies:
- less: 4.3.0
- vitepress: 2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
+ less: 4.4.0
+ vitepress: 2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)
- '@nuxt/cli@3.25.1(magicast@0.3.5)':
+ '@nuxt/cli@3.26.4(magicast@0.3.5)':
dependencies:
- c12: 3.0.4(magicast@0.3.5)
- chokidar: 4.0.3
+ c12: 3.1.0(magicast@0.3.5)
citty: 0.1.6
clipboardy: 4.0.0
+ confbox: 0.2.2
consola: 3.4.2
defu: 6.1.4
+ exsolve: 1.0.7
fuse.js: 7.1.0
+ get-port-please: 3.2.0
giget: 2.0.0
h3: 1.15.3
httpxy: 0.1.7
- jiti: 2.4.2
+ jiti: 2.5.1
listhen: 1.9.0
nypm: 0.6.0
ofetch: 1.4.1
@@ -9061,11 +9113,11 @@ snapshots:
'@nuxt/devalue@2.0.2': {}
- '@nuxt/devtools-kit@2.6.2(magicast@0.3.5)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))':
+ '@nuxt/devtools-kit@2.6.2(magicast@0.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))':
dependencies:
- '@nuxt/kit': 3.17.6(magicast@0.3.5)
+ '@nuxt/kit': 3.17.7(magicast@0.3.5)
execa: 8.0.1
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- magicast
@@ -9080,20 +9132,20 @@ snapshots:
prompts: 2.4.2
semver: 7.7.2
- '@nuxt/devtools@2.6.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))':
+ '@nuxt/devtools@2.6.2(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
dependencies:
- '@nuxt/devtools-kit': 2.6.2(magicast@0.3.5)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ '@nuxt/devtools-kit': 2.6.2(magicast@0.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
'@nuxt/devtools-wizard': 2.6.2
- '@nuxt/kit': 3.17.6(magicast@0.3.5)
- '@vue/devtools-core': 7.7.7(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ '@nuxt/kit': 3.17.7(magicast@0.3.5)
+ '@vue/devtools-core': 7.7.7(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
'@vue/devtools-kit': 7.7.7
- birpc: 2.4.0
+ birpc: 2.5.0
consola: 3.4.2
destr: 2.0.5
error-stack-parser-es: 1.0.5
execa: 8.0.1
fast-npm-meta: 0.4.4
- get-port-please: 3.1.2
+ get-port-please: 3.2.0
hookable: 5.5.3
image-meta: 0.2.1
is-installed-globally: 1.0.0
@@ -9110,9 +9162,9 @@ snapshots:
sirv: 3.0.1
structured-clone-es: 1.0.0
tinyglobby: 0.2.14
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-plugin-inspect: 11.3.0(@nuxt/kit@3.17.6(magicast@0.3.5))(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
- vite-plugin-vue-tracer: 1.0.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite-plugin-inspect: 11.3.0(@nuxt/kit@3.17.7(magicast@0.3.5))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ vite-plugin-vue-tracer: 1.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
which: 5.0.0
ws: 8.18.3
transitivePeerDependencies:
@@ -9121,16 +9173,16 @@ snapshots:
- utf-8-validate
- vue
- '@nuxt/kit@3.17.6(magicast@0.3.5)':
+ '@nuxt/kit@3.17.7(magicast@0.3.5)':
dependencies:
- c12: 3.0.4(magicast@0.3.5)
+ c12: 3.1.0(magicast@0.3.5)
consola: 3.4.2
defu: 6.1.4
destr: 2.0.5
errx: 0.1.0
exsolve: 1.0.7
ignore: 7.0.5
- jiti: 2.4.2
+ jiti: 2.5.1
klona: 2.0.6
knitwork: 1.2.0
mlly: 1.7.4
@@ -9143,14 +9195,40 @@ snapshots:
tinyglobby: 0.2.14
ufo: 1.6.1
unctx: 2.4.1
- unimport: 5.1.0
+ unimport: 5.2.0
+ untyped: 2.0.0
+ transitivePeerDependencies:
+ - magicast
+
+ '@nuxt/kit@4.0.1(magicast@0.3.5)':
+ dependencies:
+ c12: 3.1.0(magicast@0.3.5)
+ consola: 3.4.2
+ defu: 6.1.4
+ destr: 2.0.5
+ errx: 0.1.0
+ exsolve: 1.0.7
+ ignore: 7.0.5
+ jiti: 2.5.1
+ klona: 2.0.6
+ mlly: 1.7.4
+ ohash: 2.0.11
+ pathe: 2.0.3
+ pkg-types: 2.2.0
+ scule: 1.3.0
+ semver: 7.7.2
+ std-env: 3.9.0
+ tinyglobby: 0.2.14
+ ufo: 1.6.1
+ unctx: 2.4.1
+ unimport: 5.2.0
untyped: 2.0.0
transitivePeerDependencies:
- magicast
- '@nuxt/schema@3.17.6':
+ '@nuxt/schema@4.0.1':
dependencies:
- '@vue/shared': 3.5.17
+ '@vue/shared': 3.5.18
consola: 3.4.2
defu: 6.1.4
pathe: 2.0.3
@@ -9158,7 +9236,7 @@ snapshots:
'@nuxt/telemetry@2.6.6(magicast@0.3.5)':
dependencies:
- '@nuxt/kit': 3.17.6(magicast@0.3.5)
+ '@nuxt/kit': 3.17.7(magicast@0.3.5)
citty: 0.1.6
consola: 3.4.2
destr: 2.0.5
@@ -9173,40 +9251,37 @@ snapshots:
transitivePeerDependencies:
- magicast
- '@nuxt/vite-builder@3.17.6(@types/node@24.0.10)(eslint@9.30.1(jiti@2.4.2))(less@4.3.0)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.23)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))(vue@3.5.17(typescript@5.8.3))(yaml@2.8.0)':
+ '@nuxt/vite-builder@4.0.1(@types/node@24.1.0)(eslint@9.31.0(jiti@2.5.1))(less@4.4.0)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.29)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(vue-tsc@3.0.3(typescript@5.8.3))(vue@3.5.18(typescript@5.8.3))(yaml@2.8.0)':
dependencies:
- '@nuxt/kit': 3.17.6(magicast@0.3.5)
- '@rollup/plugin-replace': 6.0.2(rollup@4.44.2)
- '@vitejs/plugin-vue': 6.0.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
- '@vitejs/plugin-vue-jsx': 5.0.1(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ '@nuxt/kit': 4.0.1(magicast@0.3.5)
+ '@rollup/plugin-replace': 6.0.2(rollup@4.45.1)
+ '@vitejs/plugin-vue': 6.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ '@vitejs/plugin-vue-jsx': 5.0.1(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
autoprefixer: 10.4.21(postcss@8.5.6)
consola: 3.4.2
- cssnano: 7.0.7(postcss@8.5.6)
+ cssnano: 7.1.0(postcss@8.5.6)
defu: 6.1.4
- esbuild: 0.25.5
+ esbuild: 0.25.8
escape-string-regexp: 5.0.0
exsolve: 1.0.7
- externality: 1.0.2
- get-port-please: 3.1.2
+ get-port-please: 3.2.0
h3: 1.15.3
- jiti: 2.4.2
+ jiti: 2.5.1
knitwork: 1.2.0
magic-string: 0.30.17
mlly: 1.7.4
mocked-exports: 0.1.1
- ohash: 2.0.11
pathe: 2.0.3
- perfect-debounce: 1.0.0
pkg-types: 2.2.0
postcss: 8.5.6
- rollup-plugin-visualizer: 6.0.3(rolldown@1.0.0-beta.23)(rollup@4.44.2)
+ rollup-plugin-visualizer: 6.0.3(rolldown@1.0.0-beta.29)(rollup@4.45.1)
std-env: 3.9.0
ufo: 1.6.1
unenv: 2.0.0-rc.18
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-node: 3.2.4(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-plugin-checker: 0.9.3(eslint@9.30.1(jiti@2.4.2))(optionator@0.9.4)(typescript@5.8.3)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue-tsc@3.0.1(typescript@5.8.3))
- vue: 3.5.17(typescript@5.8.3)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite-node: 3.2.4(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite-plugin-checker: 0.10.1(eslint@9.31.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue-tsc@3.0.3(typescript@5.8.3))
+ vue: 3.5.18(typescript@5.8.3)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
- '@biomejs/biome'
@@ -9235,192 +9310,210 @@ snapshots:
'@oslojs/encoding@1.1.0': {}
- '@oxc-minify/binding-android-arm64@0.75.1':
+ '@oxc-minify/binding-android-arm64@0.78.0':
optional: true
- '@oxc-minify/binding-darwin-arm64@0.75.1':
+ '@oxc-minify/binding-darwin-arm64@0.78.0':
optional: true
- '@oxc-minify/binding-darwin-x64@0.75.1':
+ '@oxc-minify/binding-darwin-x64@0.78.0':
optional: true
- '@oxc-minify/binding-freebsd-x64@0.75.1':
+ '@oxc-minify/binding-freebsd-x64@0.78.0':
optional: true
- '@oxc-minify/binding-linux-arm-gnueabihf@0.75.1':
+ '@oxc-minify/binding-linux-arm-gnueabihf@0.78.0':
optional: true
- '@oxc-minify/binding-linux-arm-musleabihf@0.75.1':
+ '@oxc-minify/binding-linux-arm-musleabihf@0.78.0':
optional: true
- '@oxc-minify/binding-linux-arm64-gnu@0.75.1':
+ '@oxc-minify/binding-linux-arm64-gnu@0.78.0':
optional: true
- '@oxc-minify/binding-linux-arm64-musl@0.75.1':
+ '@oxc-minify/binding-linux-arm64-musl@0.78.0':
optional: true
- '@oxc-minify/binding-linux-riscv64-gnu@0.75.1':
+ '@oxc-minify/binding-linux-riscv64-gnu@0.78.0':
optional: true
- '@oxc-minify/binding-linux-s390x-gnu@0.75.1':
+ '@oxc-minify/binding-linux-s390x-gnu@0.78.0':
optional: true
- '@oxc-minify/binding-linux-x64-gnu@0.75.1':
+ '@oxc-minify/binding-linux-x64-gnu@0.78.0':
optional: true
- '@oxc-minify/binding-linux-x64-musl@0.75.1':
+ '@oxc-minify/binding-linux-x64-musl@0.78.0':
optional: true
- '@oxc-minify/binding-wasm32-wasi@0.75.1':
+ '@oxc-minify/binding-wasm32-wasi@0.78.0':
dependencies:
- '@napi-rs/wasm-runtime': 0.2.11
+ '@napi-rs/wasm-runtime': 1.0.1
optional: true
- '@oxc-minify/binding-win32-arm64-msvc@0.75.1':
+ '@oxc-minify/binding-win32-arm64-msvc@0.78.0':
optional: true
- '@oxc-minify/binding-win32-x64-msvc@0.75.1':
+ '@oxc-minify/binding-win32-x64-msvc@0.78.0':
optional: true
- '@oxc-parser/binding-android-arm64@0.75.1':
+ '@oxc-parser/binding-android-arm64@0.78.0':
optional: true
- '@oxc-parser/binding-darwin-arm64@0.75.1':
+ '@oxc-parser/binding-darwin-arm64@0.78.0':
optional: true
- '@oxc-parser/binding-darwin-x64@0.75.1':
+ '@oxc-parser/binding-darwin-x64@0.78.0':
optional: true
- '@oxc-parser/binding-freebsd-x64@0.75.1':
+ '@oxc-parser/binding-freebsd-x64@0.78.0':
optional: true
- '@oxc-parser/binding-linux-arm-gnueabihf@0.75.1':
+ '@oxc-parser/binding-linux-arm-gnueabihf@0.78.0':
optional: true
- '@oxc-parser/binding-linux-arm-musleabihf@0.75.1':
+ '@oxc-parser/binding-linux-arm-musleabihf@0.78.0':
optional: true
- '@oxc-parser/binding-linux-arm64-gnu@0.75.1':
+ '@oxc-parser/binding-linux-arm64-gnu@0.78.0':
optional: true
- '@oxc-parser/binding-linux-arm64-musl@0.75.1':
+ '@oxc-parser/binding-linux-arm64-musl@0.78.0':
optional: true
- '@oxc-parser/binding-linux-riscv64-gnu@0.75.1':
+ '@oxc-parser/binding-linux-riscv64-gnu@0.78.0':
optional: true
- '@oxc-parser/binding-linux-s390x-gnu@0.75.1':
+ '@oxc-parser/binding-linux-s390x-gnu@0.78.0':
optional: true
- '@oxc-parser/binding-linux-x64-gnu@0.75.1':
+ '@oxc-parser/binding-linux-x64-gnu@0.78.0':
optional: true
- '@oxc-parser/binding-linux-x64-musl@0.75.1':
+ '@oxc-parser/binding-linux-x64-musl@0.78.0':
optional: true
- '@oxc-parser/binding-wasm32-wasi@0.75.1':
+ '@oxc-parser/binding-wasm32-wasi@0.78.0':
dependencies:
- '@napi-rs/wasm-runtime': 0.2.11
+ '@napi-rs/wasm-runtime': 1.0.1
optional: true
- '@oxc-parser/binding-win32-arm64-msvc@0.75.1':
+ '@oxc-parser/binding-win32-arm64-msvc@0.78.0':
optional: true
- '@oxc-parser/binding-win32-x64-msvc@0.75.1':
+ '@oxc-parser/binding-win32-x64-msvc@0.78.0':
optional: true
- '@oxc-project/runtime@0.75.0': {}
+ '@oxc-project/runtime@0.77.3': {}
+
+ '@oxc-project/types@0.77.3': {}
- '@oxc-project/types@0.75.0': {}
+ '@oxc-project/types@0.78.0': {}
- '@oxc-project/types@0.75.1': {}
+ '@oxc-resolver/binding-android-arm-eabi@11.6.0':
+ optional: true
+
+ '@oxc-resolver/binding-android-arm64@11.6.0':
+ optional: true
- '@oxc-resolver/binding-darwin-arm64@11.4.0':
+ '@oxc-resolver/binding-darwin-arm64@11.6.0':
optional: true
- '@oxc-resolver/binding-darwin-x64@11.4.0':
+ '@oxc-resolver/binding-darwin-x64@11.6.0':
optional: true
- '@oxc-resolver/binding-freebsd-x64@11.4.0':
+ '@oxc-resolver/binding-freebsd-x64@11.6.0':
optional: true
- '@oxc-resolver/binding-linux-arm-gnueabihf@11.4.0':
+ '@oxc-resolver/binding-linux-arm-gnueabihf@11.6.0':
optional: true
- '@oxc-resolver/binding-linux-arm64-gnu@11.4.0':
+ '@oxc-resolver/binding-linux-arm-musleabihf@11.6.0':
optional: true
- '@oxc-resolver/binding-linux-arm64-musl@11.4.0':
+ '@oxc-resolver/binding-linux-arm64-gnu@11.6.0':
optional: true
- '@oxc-resolver/binding-linux-riscv64-gnu@11.4.0':
+ '@oxc-resolver/binding-linux-arm64-musl@11.6.0':
optional: true
- '@oxc-resolver/binding-linux-s390x-gnu@11.4.0':
+ '@oxc-resolver/binding-linux-ppc64-gnu@11.6.0':
optional: true
- '@oxc-resolver/binding-linux-x64-gnu@11.4.0':
+ '@oxc-resolver/binding-linux-riscv64-gnu@11.6.0':
optional: true
- '@oxc-resolver/binding-linux-x64-musl@11.4.0':
+ '@oxc-resolver/binding-linux-riscv64-musl@11.6.0':
optional: true
- '@oxc-resolver/binding-wasm32-wasi@11.4.0':
+ '@oxc-resolver/binding-linux-s390x-gnu@11.6.0':
+ optional: true
+
+ '@oxc-resolver/binding-linux-x64-gnu@11.6.0':
+ optional: true
+
+ '@oxc-resolver/binding-linux-x64-musl@11.6.0':
+ optional: true
+
+ '@oxc-resolver/binding-wasm32-wasi@11.6.0':
dependencies:
- '@napi-rs/wasm-runtime': 0.2.11
+ '@napi-rs/wasm-runtime': 1.0.1
optional: true
- '@oxc-resolver/binding-win32-arm64-msvc@11.4.0':
+ '@oxc-resolver/binding-win32-arm64-msvc@11.6.0':
optional: true
- '@oxc-resolver/binding-win32-x64-msvc@11.4.0':
+ '@oxc-resolver/binding-win32-ia32-msvc@11.6.0':
optional: true
- '@oxc-transform/binding-android-arm64@0.75.1':
+ '@oxc-resolver/binding-win32-x64-msvc@11.6.0':
optional: true
- '@oxc-transform/binding-darwin-arm64@0.75.1':
+ '@oxc-transform/binding-android-arm64@0.78.0':
optional: true
- '@oxc-transform/binding-darwin-x64@0.75.1':
+ '@oxc-transform/binding-darwin-arm64@0.78.0':
optional: true
- '@oxc-transform/binding-freebsd-x64@0.75.1':
+ '@oxc-transform/binding-darwin-x64@0.78.0':
optional: true
- '@oxc-transform/binding-linux-arm-gnueabihf@0.75.1':
+ '@oxc-transform/binding-freebsd-x64@0.78.0':
optional: true
- '@oxc-transform/binding-linux-arm-musleabihf@0.75.1':
+ '@oxc-transform/binding-linux-arm-gnueabihf@0.78.0':
optional: true
- '@oxc-transform/binding-linux-arm64-gnu@0.75.1':
+ '@oxc-transform/binding-linux-arm-musleabihf@0.78.0':
optional: true
- '@oxc-transform/binding-linux-arm64-musl@0.75.1':
+ '@oxc-transform/binding-linux-arm64-gnu@0.78.0':
optional: true
- '@oxc-transform/binding-linux-riscv64-gnu@0.75.1':
+ '@oxc-transform/binding-linux-arm64-musl@0.78.0':
optional: true
- '@oxc-transform/binding-linux-s390x-gnu@0.75.1':
+ '@oxc-transform/binding-linux-riscv64-gnu@0.78.0':
optional: true
- '@oxc-transform/binding-linux-x64-gnu@0.75.1':
+ '@oxc-transform/binding-linux-s390x-gnu@0.78.0':
optional: true
- '@oxc-transform/binding-linux-x64-musl@0.75.1':
+ '@oxc-transform/binding-linux-x64-gnu@0.78.0':
optional: true
- '@oxc-transform/binding-wasm32-wasi@0.75.1':
+ '@oxc-transform/binding-linux-x64-musl@0.78.0':
+ optional: true
+
+ '@oxc-transform/binding-wasm32-wasi@0.78.0':
dependencies:
- '@napi-rs/wasm-runtime': 0.2.11
+ '@napi-rs/wasm-runtime': 1.0.1
optional: true
- '@oxc-transform/binding-win32-arm64-msvc@0.75.1':
+ '@oxc-transform/binding-win32-arm64-msvc@0.78.0':
optional: true
- '@oxc-transform/binding-win32-x64-msvc@0.75.1':
+ '@oxc-transform/binding-win32-x64-msvc@0.78.0':
optional: true
'@parcel/watcher-android-arm64@2.5.1':
@@ -9491,7 +9584,7 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
- '@pkgr/core@0.2.7': {}
+ '@pkgr/core@0.2.9': {}
'@polka/url@1.0.0-next.29': {}
@@ -9509,7 +9602,7 @@ snapshots:
'@prettier/plugin-oxc@0.0.4':
dependencies:
- oxc-parser: 0.75.1
+ oxc-parser: 0.78.0
'@publint/pack@0.1.2': {}
@@ -9517,218 +9610,224 @@ snapshots:
dependencies:
quansync: 0.2.10
- '@rolldown/binding-darwin-arm64@1.0.0-beta.23':
+ '@rolldown/binding-android-arm64@1.0.0-beta.29':
+ optional: true
+
+ '@rolldown/binding-darwin-arm64@1.0.0-beta.29':
+ optional: true
+
+ '@rolldown/binding-darwin-x64@1.0.0-beta.29':
optional: true
- '@rolldown/binding-darwin-x64@1.0.0-beta.23':
+ '@rolldown/binding-freebsd-x64@1.0.0-beta.29':
optional: true
- '@rolldown/binding-freebsd-x64@1.0.0-beta.23':
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.29':
optional: true
- '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.23':
+ '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.29':
optional: true
- '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.23':
+ '@rolldown/binding-linux-arm64-musl@1.0.0-beta.29':
optional: true
- '@rolldown/binding-linux-arm64-musl@1.0.0-beta.23':
+ '@rolldown/binding-linux-arm64-ohos@1.0.0-beta.29':
optional: true
- '@rolldown/binding-linux-x64-gnu@1.0.0-beta.23':
+ '@rolldown/binding-linux-x64-gnu@1.0.0-beta.29':
optional: true
- '@rolldown/binding-linux-x64-musl@1.0.0-beta.23':
+ '@rolldown/binding-linux-x64-musl@1.0.0-beta.29':
optional: true
- '@rolldown/binding-wasm32-wasi@1.0.0-beta.23':
+ '@rolldown/binding-wasm32-wasi@1.0.0-beta.29':
dependencies:
- '@napi-rs/wasm-runtime': 0.2.11
+ '@napi-rs/wasm-runtime': 1.0.1
optional: true
- '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.23':
+ '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.29':
optional: true
- '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.23':
+ '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.29':
optional: true
- '@rolldown/binding-win32-x64-msvc@1.0.0-beta.23':
+ '@rolldown/binding-win32-x64-msvc@1.0.0-beta.29':
optional: true
- '@rolldown/pluginutils@1.0.0-beta.23': {}
+ '@rolldown/pluginutils@1.0.0-beta.29': {}
- '@rollup/plugin-alias@5.1.1(rollup@4.44.2)':
+ '@rollup/plugin-alias@5.1.1(rollup@4.45.1)':
optionalDependencies:
- rollup: 4.44.2
+ rollup: 4.45.1
- '@rollup/plugin-commonjs@28.0.6(rollup@4.44.2)':
+ '@rollup/plugin-commonjs@28.0.6(rollup@4.45.1)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.44.2)
+ '@rollup/pluginutils': 5.2.0(rollup@4.45.1)
commondir: 1.0.1
estree-walker: 2.0.2
- fdir: 6.4.6(picomatch@4.0.2)
+ fdir: 6.4.6(picomatch@4.0.3)
is-reference: 1.2.1
magic-string: 0.30.17
- picomatch: 4.0.2
+ picomatch: 4.0.3
optionalDependencies:
- rollup: 4.44.2
+ rollup: 4.45.1
- '@rollup/plugin-inject@5.0.5(rollup@4.44.2)':
+ '@rollup/plugin-inject@5.0.5(rollup@4.45.1)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.44.2)
+ '@rollup/pluginutils': 5.2.0(rollup@4.45.1)
estree-walker: 2.0.2
magic-string: 0.30.17
optionalDependencies:
- rollup: 4.44.2
+ rollup: 4.45.1
- '@rollup/plugin-json@6.1.0(rollup@4.44.2)':
+ '@rollup/plugin-json@6.1.0(rollup@4.45.1)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.44.2)
+ '@rollup/pluginutils': 5.2.0(rollup@4.45.1)
optionalDependencies:
- rollup: 4.44.2
+ rollup: 4.45.1
- '@rollup/plugin-node-resolve@16.0.1(rollup@4.44.2)':
+ '@rollup/plugin-node-resolve@16.0.1(rollup@4.45.1)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.44.2)
+ '@rollup/pluginutils': 5.2.0(rollup@4.45.1)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-module: 1.0.0
resolve: 1.22.10
optionalDependencies:
- rollup: 4.44.2
+ rollup: 4.45.1
- '@rollup/plugin-replace@6.0.2(rollup@4.44.2)':
+ '@rollup/plugin-replace@6.0.2(rollup@4.45.1)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.44.2)
+ '@rollup/pluginutils': 5.2.0(rollup@4.45.1)
magic-string: 0.30.17
optionalDependencies:
- rollup: 4.44.2
+ rollup: 4.45.1
- '@rollup/plugin-terser@0.4.4(rollup@4.44.2)':
+ '@rollup/plugin-terser@0.4.4(rollup@4.45.1)':
dependencies:
serialize-javascript: 6.0.2
smob: 1.5.0
terser: 5.43.1
optionalDependencies:
- rollup: 4.44.2
+ rollup: 4.45.1
- '@rollup/pluginutils@5.2.0(rollup@4.44.2)':
+ '@rollup/pluginutils@5.2.0(rollup@4.45.1)':
dependencies:
'@types/estree': 1.0.8
estree-walker: 2.0.2
- picomatch: 4.0.2
+ picomatch: 4.0.3
optionalDependencies:
- rollup: 4.44.2
+ rollup: 4.45.1
- '@rollup/rollup-android-arm-eabi@4.44.2':
+ '@rollup/rollup-android-arm-eabi@4.45.1':
optional: true
- '@rollup/rollup-android-arm64@4.44.2':
+ '@rollup/rollup-android-arm64@4.45.1':
optional: true
- '@rollup/rollup-darwin-arm64@4.44.2':
+ '@rollup/rollup-darwin-arm64@4.45.1':
optional: true
- '@rollup/rollup-darwin-x64@4.44.2':
+ '@rollup/rollup-darwin-x64@4.45.1':
optional: true
- '@rollup/rollup-freebsd-arm64@4.44.2':
+ '@rollup/rollup-freebsd-arm64@4.45.1':
optional: true
- '@rollup/rollup-freebsd-x64@4.44.2':
+ '@rollup/rollup-freebsd-x64@4.45.1':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.44.2':
+ '@rollup/rollup-linux-arm-gnueabihf@4.45.1':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.44.2':
+ '@rollup/rollup-linux-arm-musleabihf@4.45.1':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.44.2':
+ '@rollup/rollup-linux-arm64-gnu@4.45.1':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.44.2':
+ '@rollup/rollup-linux-arm64-musl@4.45.1':
optional: true
- '@rollup/rollup-linux-loongarch64-gnu@4.44.2':
+ '@rollup/rollup-linux-loongarch64-gnu@4.45.1':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.44.2':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.45.1':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.44.2':
+ '@rollup/rollup-linux-riscv64-gnu@4.45.1':
optional: true
- '@rollup/rollup-linux-riscv64-musl@4.44.2':
+ '@rollup/rollup-linux-riscv64-musl@4.45.1':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.44.2':
+ '@rollup/rollup-linux-s390x-gnu@4.45.1':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.44.2':
+ '@rollup/rollup-linux-x64-gnu@4.45.1':
optional: true
- '@rollup/rollup-linux-x64-musl@4.44.2':
+ '@rollup/rollup-linux-x64-musl@4.45.1':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.44.2':
+ '@rollup/rollup-win32-arm64-msvc@4.45.1':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.44.2':
+ '@rollup/rollup-win32-ia32-msvc@4.45.1':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.44.2':
+ '@rollup/rollup-win32-x64-msvc@4.45.1':
optional: true
- '@rspack/binding-darwin-arm64@1.4.3':
+ '@rspack/binding-darwin-arm64@1.4.10':
optional: true
- '@rspack/binding-darwin-x64@1.4.3':
+ '@rspack/binding-darwin-x64@1.4.10':
optional: true
- '@rspack/binding-linux-arm64-gnu@1.4.3':
+ '@rspack/binding-linux-arm64-gnu@1.4.10':
optional: true
- '@rspack/binding-linux-arm64-musl@1.4.3':
+ '@rspack/binding-linux-arm64-musl@1.4.10':
optional: true
- '@rspack/binding-linux-x64-gnu@1.4.3':
+ '@rspack/binding-linux-x64-gnu@1.4.10':
optional: true
- '@rspack/binding-linux-x64-musl@1.4.3':
+ '@rspack/binding-linux-x64-musl@1.4.10':
optional: true
- '@rspack/binding-wasm32-wasi@1.4.3':
+ '@rspack/binding-wasm32-wasi@1.4.10':
dependencies:
- '@napi-rs/wasm-runtime': 0.2.11
+ '@napi-rs/wasm-runtime': 1.0.1
optional: true
- '@rspack/binding-win32-arm64-msvc@1.4.3':
+ '@rspack/binding-win32-arm64-msvc@1.4.10':
optional: true
- '@rspack/binding-win32-ia32-msvc@1.4.3':
+ '@rspack/binding-win32-ia32-msvc@1.4.10':
optional: true
- '@rspack/binding-win32-x64-msvc@1.4.3':
+ '@rspack/binding-win32-x64-msvc@1.4.10':
optional: true
- '@rspack/binding@1.4.3':
+ '@rspack/binding@1.4.10':
optionalDependencies:
- '@rspack/binding-darwin-arm64': 1.4.3
- '@rspack/binding-darwin-x64': 1.4.3
- '@rspack/binding-linux-arm64-gnu': 1.4.3
- '@rspack/binding-linux-arm64-musl': 1.4.3
- '@rspack/binding-linux-x64-gnu': 1.4.3
- '@rspack/binding-linux-x64-musl': 1.4.3
- '@rspack/binding-wasm32-wasi': 1.4.3
- '@rspack/binding-win32-arm64-msvc': 1.4.3
- '@rspack/binding-win32-ia32-msvc': 1.4.3
- '@rspack/binding-win32-x64-msvc': 1.4.3
-
- '@rspack/core@1.4.3(@swc/helpers@0.5.17)':
- dependencies:
- '@module-federation/runtime-tools': 0.15.0
- '@rspack/binding': 1.4.3
+ '@rspack/binding-darwin-arm64': 1.4.10
+ '@rspack/binding-darwin-x64': 1.4.10
+ '@rspack/binding-linux-arm64-gnu': 1.4.10
+ '@rspack/binding-linux-arm64-musl': 1.4.10
+ '@rspack/binding-linux-x64-gnu': 1.4.10
+ '@rspack/binding-linux-x64-musl': 1.4.10
+ '@rspack/binding-wasm32-wasi': 1.4.10
+ '@rspack/binding-win32-arm64-msvc': 1.4.10
+ '@rspack/binding-win32-ia32-msvc': 1.4.10
+ '@rspack/binding-win32-x64-msvc': 1.4.10
+
+ '@rspack/core@1.4.10(@swc/helpers@0.5.17)':
+ dependencies:
+ '@module-federation/runtime-tools': 0.17.0
+ '@rspack/binding': 1.4.10
'@rspack/lite-tapable': 1.0.1
optionalDependencies:
'@swc/helpers': 0.5.17
@@ -9737,62 +9836,62 @@ snapshots:
'@sec-ant/readable-stream@0.4.1': {}
- '@shikijs/core@3.7.0':
+ '@shikijs/core@3.8.1':
dependencies:
- '@shikijs/types': 3.7.0
+ '@shikijs/types': 3.8.1
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
hast-util-to-html: 9.0.5
- '@shikijs/engine-javascript@3.7.0':
+ '@shikijs/engine-javascript@3.8.1':
dependencies:
- '@shikijs/types': 3.7.0
+ '@shikijs/types': 3.8.1
'@shikijs/vscode-textmate': 10.0.2
oniguruma-to-es: 4.3.3
- '@shikijs/engine-oniguruma@3.7.0':
+ '@shikijs/engine-oniguruma@3.8.1':
dependencies:
- '@shikijs/types': 3.7.0
+ '@shikijs/types': 3.8.1
'@shikijs/vscode-textmate': 10.0.2
- '@shikijs/langs@3.7.0':
+ '@shikijs/langs@3.8.1':
dependencies:
- '@shikijs/types': 3.7.0
+ '@shikijs/types': 3.8.1
- '@shikijs/themes@3.7.0':
+ '@shikijs/themes@3.8.1':
dependencies:
- '@shikijs/types': 3.7.0
+ '@shikijs/types': 3.8.1
- '@shikijs/transformers@3.7.0':
+ '@shikijs/transformers@3.8.1':
dependencies:
- '@shikijs/core': 3.7.0
- '@shikijs/types': 3.7.0
+ '@shikijs/core': 3.8.1
+ '@shikijs/types': 3.8.1
- '@shikijs/twoslash@3.7.0(typescript@5.8.3)':
+ '@shikijs/twoslash@3.8.1(typescript@5.8.3)':
dependencies:
- '@shikijs/core': 3.7.0
- '@shikijs/types': 3.7.0
- twoslash: 0.3.2(typescript@5.8.3)
+ '@shikijs/core': 3.8.1
+ '@shikijs/types': 3.8.1
+ twoslash: 0.3.3(typescript@5.8.3)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@shikijs/types@3.7.0':
+ '@shikijs/types@3.8.1':
dependencies:
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
- '@shikijs/vitepress-twoslash@3.7.0(@nuxt/kit@3.17.6(magicast@0.3.5))(typescript@5.8.3)':
+ '@shikijs/vitepress-twoslash@3.8.1(@nuxt/kit@3.17.7(magicast@0.3.5))(typescript@5.8.3)':
dependencies:
- '@shikijs/twoslash': 3.7.0(typescript@5.8.3)
- floating-vue: 5.2.2(@nuxt/kit@3.17.6(magicast@0.3.5))(vue@3.5.17(typescript@5.8.3))
+ '@shikijs/twoslash': 3.8.1(typescript@5.8.3)
+ floating-vue: 5.2.2(@nuxt/kit@3.17.7(magicast@0.3.5))(vue@3.5.18(typescript@5.8.3))
mdast-util-from-markdown: 2.0.2
mdast-util-gfm: 3.1.0
mdast-util-to-hast: 13.2.0
- shiki: 3.7.0
- twoslash: 0.3.2(typescript@5.8.3)
- twoslash-vue: 0.3.2(typescript@5.8.3)
- vue: 3.5.17(typescript@5.8.3)
+ shiki: 3.8.1
+ twoslash: 0.3.3(typescript@5.8.3)
+ twoslash-vue: 0.3.3(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.8.3)
transitivePeerDependencies:
- '@nuxt/kit'
- supports-color
@@ -9813,7 +9912,7 @@ snapshots:
'@babel/core': 7.28.0
'@babel/helper-module-imports': 7.27.1
'@babel/traverse': 7.28.0
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
'@stylexjs/shared': 0.9.3
'@stylexjs/stylex': 0.9.3
esm-resolve: 1.0.11
@@ -9824,7 +9923,7 @@ snapshots:
dependencies:
postcss-value-parser: 4.2.0
- '@stylexjs/stylex@0.12.0':
+ '@stylexjs/stylex@0.14.3':
dependencies:
css-mediaquery: 0.1.2
invariant: 2.2.4
@@ -9840,40 +9939,40 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@sxzz/eslint-config@7.0.4(@types/eslint@9.6.1)(@typescript-eslint/eslint-plugin@8.35.1(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(@typescript-eslint/utils@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(@unocss/eslint-plugin@66.3.2(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)':
+ '@sxzz/eslint-config@7.0.6(@types/eslint@9.6.1)(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(@typescript-eslint/utils@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(@unocss/eslint-plugin@66.3.3(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)':
dependencies:
- '@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.30.1(jiti@2.4.2))
- '@eslint/js': 9.30.1
- '@eslint/markdown': 6.6.0
- eslint: 9.30.1(jiti@2.4.2)
- eslint-config-flat-gitignore: 2.1.0(eslint@9.30.1(jiti@2.4.2))
- eslint-config-prettier: 10.1.5(eslint@9.30.1(jiti@2.4.2))
+ '@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.31.0(jiti@2.5.1))
+ '@eslint/js': 9.31.0
+ '@eslint/markdown': 7.1.0
+ eslint: 9.31.0(jiti@2.5.1)
+ eslint-config-flat-gitignore: 2.1.0(eslint@9.31.0(jiti@2.5.1))
+ eslint-config-prettier: 10.1.8(eslint@9.31.0(jiti@2.5.1))
eslint-flat-config-utils: 2.1.0
- eslint-plugin-antfu: 3.1.1(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-command: 3.3.1(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-de-morgan: 1.3.0(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-jsdoc: 51.3.3(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-jsonc: 2.20.1(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-n: 17.21.0(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- eslint-plugin-perfectionist: 4.15.0(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- eslint-plugin-pnpm: 0.3.1(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-prettier: 5.5.1(@types/eslint@9.6.1)(eslint-config-prettier@10.1.5(eslint@9.30.1(jiti@2.4.2)))(eslint@9.30.1(jiti@2.4.2))(prettier@3.6.2)
- eslint-plugin-regexp: 2.9.0(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-sxzz: 0.3.0(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-unicorn: 59.0.1(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.35.1(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))
- eslint-plugin-vue: 10.3.0(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.30.1(jiti@2.4.2)))
- eslint-plugin-yml: 1.18.0(eslint@9.30.1(jiti@2.4.2))
+ eslint-plugin-antfu: 3.1.1(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-command: 3.3.1(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-de-morgan: 1.3.0(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-jsdoc: 51.4.1(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-jsonc: 2.20.1(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-n: 17.21.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ eslint-plugin-perfectionist: 4.15.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ eslint-plugin-pnpm: 1.1.0(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-prettier: 5.5.3(@types/eslint@9.6.1)(eslint-config-prettier@10.1.8(eslint@9.31.0(jiti@2.5.1)))(eslint@9.31.0(jiti@2.5.1))(prettier@3.6.2)
+ eslint-plugin-regexp: 2.9.0(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-sxzz: 0.4.0(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-unicorn: 59.0.1(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))
+ eslint-plugin-vue: 10.3.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.31.0(jiti@2.5.1)))
+ eslint-plugin-yml: 1.18.0(eslint@9.31.0(jiti@2.5.1))
globals: 16.3.0
jsonc-eslint-parser: 2.4.0
local-pkg: 1.1.1
prettier: 3.6.2
- typescript-eslint: 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- vue-eslint-parser: 10.2.0(eslint@9.30.1(jiti@2.4.2))
+ typescript-eslint: 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ vue-eslint-parser: 10.2.0(eslint@9.31.0(jiti@2.5.1))
yaml-eslint-parser: 1.3.0
optionalDependencies:
- '@unocss/eslint-plugin': 66.3.2(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
+ '@unocss/eslint-plugin': 66.3.3(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
transitivePeerDependencies:
- '@eslint/json'
- '@types/eslint'
@@ -9888,26 +9987,24 @@ snapshots:
dependencies:
'@prettier/plugin-oxc': 0.0.4
- '@sxzz/test-utils@0.5.6(esbuild@0.25.5)(rolldown@1.0.0-beta.23)(rollup@4.44.2)(vitest@3.2.4)':
+ '@sxzz/test-utils@0.5.7(esbuild@0.25.8)(rolldown@1.0.0-beta.29)(rollup@4.45.1)(vitest@3.2.4)':
dependencies:
tinyglobby: 0.2.14
unplugin-utils: 0.2.4
- vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.0.10)(@vitest/ui@3.2.4)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.1.0)(@vitest/ui@3.2.4)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
optionalDependencies:
- esbuild: 0.25.5
- rolldown: 1.0.0-beta.23
- rollup: 4.44.2
+ esbuild: 0.25.8
+ rolldown: 1.0.0-beta.29
+ rollup: 4.45.1
'@tanstack/virtual-core@3.13.12': {}
- '@tanstack/vue-virtual@3.13.12(vue@3.5.17(typescript@5.8.3))':
+ '@tanstack/vue-virtual@3.13.12(vue@3.5.18(typescript@5.8.3))':
dependencies:
'@tanstack/virtual-core': 3.13.12
- vue: 3.5.17(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.8.3)
- '@trysound/sax@0.2.0': {}
-
- '@tybys/wasm-util@0.9.0':
+ '@tybys/wasm-util@0.10.0':
dependencies:
tslib: 2.8.1
optional: true
@@ -9936,7 +10033,7 @@ snapshots:
'@types/fontkit@2.0.8':
dependencies:
- '@types/node': 24.0.10
+ '@types/node': 24.1.0
'@types/hast@3.0.4':
dependencies:
@@ -9954,7 +10051,7 @@ snapshots:
dependencies:
'@types/unist': 3.0.3
- '@types/node@24.0.10':
+ '@types/node@24.1.0':
dependencies:
undici-types: 7.8.0
@@ -9970,15 +10067,15 @@ snapshots:
'@types/web-bluetooth@0.0.21': {}
- '@typescript-eslint/eslint-plugin@8.35.1(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/scope-manager': 8.35.1
- '@typescript-eslint/type-utils': 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/utils': 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/visitor-keys': 8.35.1
- eslint: 9.30.1(jiti@2.4.2)
+ '@typescript-eslint/parser': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ '@typescript-eslint/scope-manager': 8.38.0
+ '@typescript-eslint/type-utils': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ '@typescript-eslint/visitor-keys': 8.38.0
+ eslint: 9.31.0(jiti@2.5.1)
graphemer: 1.4.0
ignore: 7.0.5
natural-compare: 1.4.0
@@ -9987,55 +10084,56 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.35.1
- '@typescript-eslint/types': 8.35.1
- '@typescript-eslint/typescript-estree': 8.35.1(typescript@5.8.3)
- '@typescript-eslint/visitor-keys': 8.35.1
+ '@typescript-eslint/scope-manager': 8.38.0
+ '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3)
+ '@typescript-eslint/visitor-keys': 8.38.0
debug: 4.4.1
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.35.1(typescript@5.8.3)':
+ '@typescript-eslint/project-service@8.38.0(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/tsconfig-utils': 8.35.1(typescript@5.8.3)
- '@typescript-eslint/types': 8.35.1
+ '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.8.3)
+ '@typescript-eslint/types': 8.38.0
debug: 4.4.1
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.35.1':
+ '@typescript-eslint/scope-manager@8.38.0':
dependencies:
- '@typescript-eslint/types': 8.35.1
- '@typescript-eslint/visitor-keys': 8.35.1
+ '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/visitor-keys': 8.38.0
- '@typescript-eslint/tsconfig-utils@8.35.1(typescript@5.8.3)':
+ '@typescript-eslint/tsconfig-utils@8.38.0(typescript@5.8.3)':
dependencies:
typescript: 5.8.3
- '@typescript-eslint/type-utils@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/type-utils@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/typescript-estree': 8.35.1(typescript@5.8.3)
- '@typescript-eslint/utils': 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
debug: 4.4.1
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
ts-api-utils: 2.1.0(typescript@5.8.3)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@8.35.1': {}
+ '@typescript-eslint/types@8.38.0': {}
- '@typescript-eslint/typescript-estree@8.35.1(typescript@5.8.3)':
+ '@typescript-eslint/typescript-estree@8.38.0(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/project-service': 8.35.1(typescript@5.8.3)
- '@typescript-eslint/tsconfig-utils': 8.35.1(typescript@5.8.3)
- '@typescript-eslint/types': 8.35.1
- '@typescript-eslint/visitor-keys': 8.35.1
+ '@typescript-eslint/project-service': 8.38.0(typescript@5.8.3)
+ '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.8.3)
+ '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/visitor-keys': 8.38.0
debug: 4.4.1
fast-glob: 3.3.3
is-glob: 4.0.3
@@ -10046,20 +10144,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/utils@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1(jiti@2.4.2))
- '@typescript-eslint/scope-manager': 8.35.1
- '@typescript-eslint/types': 8.35.1
- '@typescript-eslint/typescript-estree': 8.35.1(typescript@5.8.3)
- eslint: 9.30.1(jiti@2.4.2)
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.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.8.3)
+ eslint: 9.31.0(jiti@2.5.1)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.35.1':
+ '@typescript-eslint/visitor-keys@8.38.0':
dependencies:
- '@typescript-eslint/types': 8.35.1
+ '@typescript-eslint/types': 8.38.0
eslint-visitor-keys: 4.2.1
'@typescript/vfs@1.6.1(typescript@5.8.3)':
@@ -10071,28 +10169,28 @@ snapshots:
'@ungap/structured-clone@1.3.0': {}
- '@unhead/vue@2.0.11(vue@3.5.17(typescript@5.8.3))':
+ '@unhead/vue@2.0.12(vue@3.5.18(typescript@5.8.3))':
dependencies:
hookable: 5.5.3
- unhead: 2.0.11
- vue: 3.5.17(typescript@5.8.3)
+ unhead: 2.0.12
+ vue: 3.5.18(typescript@5.8.3)
- '@unocss/astro@66.3.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))':
+ '@unocss/astro@66.3.3(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
dependencies:
- '@unocss/core': 66.3.2
- '@unocss/reset': 66.3.2
- '@unocss/vite': 66.3.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ '@unocss/core': 66.3.3
+ '@unocss/reset': 66.3.3
+ '@unocss/vite': 66.3.3(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
optionalDependencies:
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- vue
- '@unocss/cli@66.3.2':
+ '@unocss/cli@66.3.3':
dependencies:
'@ampproject/remapping': 2.3.0
- '@unocss/config': 66.3.2
- '@unocss/core': 66.3.2
- '@unocss/preset-uno': 66.3.2
+ '@unocss/config': 66.3.3
+ '@unocss/core': 66.3.3
+ '@unocss/preset-uno': 66.3.3
cac: 6.7.14
chokidar: 3.6.0
colorette: 2.0.20
@@ -10103,57 +10201,57 @@ snapshots:
tinyglobby: 0.2.14
unplugin-utils: 0.2.4
- '@unocss/config@66.3.2':
+ '@unocss/config@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
+ '@unocss/core': 66.3.3
unconfig: 7.3.2
- '@unocss/core@66.3.2': {}
+ '@unocss/core@66.3.3': {}
- '@unocss/eslint-plugin@66.3.2(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)':
+ '@unocss/eslint-plugin@66.3.3(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/utils': 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- '@unocss/config': 66.3.2
- '@unocss/core': 66.3.2
- '@unocss/rule-utils': 66.3.2
+ '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ '@unocss/config': 66.3.3
+ '@unocss/core': 66.3.3
+ '@unocss/rule-utils': 66.3.3
magic-string: 0.30.17
- synckit: 0.11.8
+ synckit: 0.11.11
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/extractor-arbitrary-variants@66.3.2':
+ '@unocss/extractor-arbitrary-variants@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
+ '@unocss/core': 66.3.3
- '@unocss/inspector@66.3.2(vue@3.5.17(typescript@5.8.3))':
+ '@unocss/inspector@66.3.3(vue@3.5.18(typescript@5.8.3))':
dependencies:
- '@unocss/core': 66.3.2
- '@unocss/rule-utils': 66.3.2
+ '@unocss/core': 66.3.3
+ '@unocss/rule-utils': 66.3.3
colorette: 2.0.20
gzip-size: 6.0.0
sirv: 3.0.1
- vue-flow-layout: 0.1.1(vue@3.5.17(typescript@5.8.3))
+ vue-flow-layout: 0.1.1(vue@3.5.18(typescript@5.8.3))
transitivePeerDependencies:
- vue
- '@unocss/nuxt@66.3.2(magicast@0.3.5)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))(webpack@5.99.9(esbuild@0.25.5))':
- dependencies:
- '@nuxt/kit': 3.17.6(magicast@0.3.5)
- '@unocss/config': 66.3.2
- '@unocss/core': 66.3.2
- '@unocss/preset-attributify': 66.3.2
- '@unocss/preset-icons': 66.3.2
- '@unocss/preset-tagify': 66.3.2
- '@unocss/preset-typography': 66.3.2
- '@unocss/preset-uno': 66.3.2
- '@unocss/preset-web-fonts': 66.3.2
- '@unocss/preset-wind': 66.3.2
- '@unocss/reset': 66.3.2
- '@unocss/vite': 66.3.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
- '@unocss/webpack': 66.3.2(webpack@5.99.9(esbuild@0.25.5))
- unocss: 66.3.2(@unocss/webpack@66.3.2(webpack@5.99.9(esbuild@0.25.5)))(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ '@unocss/nuxt@66.3.3(magicast@0.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))(webpack@5.100.2(esbuild@0.25.8))':
+ dependencies:
+ '@nuxt/kit': 3.17.7(magicast@0.3.5)
+ '@unocss/config': 66.3.3
+ '@unocss/core': 66.3.3
+ '@unocss/preset-attributify': 66.3.3
+ '@unocss/preset-icons': 66.3.3
+ '@unocss/preset-tagify': 66.3.3
+ '@unocss/preset-typography': 66.3.3
+ '@unocss/preset-uno': 66.3.3
+ '@unocss/preset-web-fonts': 66.3.3
+ '@unocss/preset-wind': 66.3.3
+ '@unocss/reset': 66.3.3
+ '@unocss/vite': 66.3.3(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ '@unocss/webpack': 66.3.3(webpack@5.100.2(esbuild@0.25.8))
+ unocss: 66.3.3(@unocss/webpack@66.3.3(webpack@5.100.2(esbuild@0.25.8)))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
transitivePeerDependencies:
- magicast
- supports-color
@@ -10161,187 +10259,187 @@ snapshots:
- vue
- webpack
- '@unocss/postcss@66.3.2':
+ '@unocss/postcss@66.3.3':
dependencies:
- '@unocss/config': 66.3.2
- '@unocss/core': 66.3.2
- '@unocss/rule-utils': 66.3.2
+ '@unocss/config': 66.3.3
+ '@unocss/core': 66.3.3
+ '@unocss/rule-utils': 66.3.3
css-tree: 3.1.0
postcss: 8.5.6
tinyglobby: 0.2.14
- '@unocss/preset-attributify@66.3.2':
+ '@unocss/preset-attributify@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
+ '@unocss/core': 66.3.3
- '@unocss/preset-icons@66.3.2':
+ '@unocss/preset-icons@66.3.3':
dependencies:
'@iconify/utils': 2.3.0
- '@unocss/core': 66.3.2
+ '@unocss/core': 66.3.3
ofetch: 1.4.1
transitivePeerDependencies:
- supports-color
- '@unocss/preset-mini@66.3.2':
+ '@unocss/preset-mini@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
- '@unocss/extractor-arbitrary-variants': 66.3.2
- '@unocss/rule-utils': 66.3.2
+ '@unocss/core': 66.3.3
+ '@unocss/extractor-arbitrary-variants': 66.3.3
+ '@unocss/rule-utils': 66.3.3
- '@unocss/preset-tagify@66.3.2':
+ '@unocss/preset-tagify@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
+ '@unocss/core': 66.3.3
- '@unocss/preset-typography@66.3.2':
+ '@unocss/preset-typography@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
- '@unocss/preset-mini': 66.3.2
- '@unocss/rule-utils': 66.3.2
+ '@unocss/core': 66.3.3
+ '@unocss/preset-mini': 66.3.3
+ '@unocss/rule-utils': 66.3.3
- '@unocss/preset-uno@66.3.2':
+ '@unocss/preset-uno@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
- '@unocss/preset-wind3': 66.3.2
+ '@unocss/core': 66.3.3
+ '@unocss/preset-wind3': 66.3.3
- '@unocss/preset-web-fonts@66.3.2':
+ '@unocss/preset-web-fonts@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
+ '@unocss/core': 66.3.3
ofetch: 1.4.1
- '@unocss/preset-wind3@66.3.2':
+ '@unocss/preset-wind3@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
- '@unocss/preset-mini': 66.3.2
- '@unocss/rule-utils': 66.3.2
+ '@unocss/core': 66.3.3
+ '@unocss/preset-mini': 66.3.3
+ '@unocss/rule-utils': 66.3.3
- '@unocss/preset-wind4@66.3.2':
+ '@unocss/preset-wind4@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
- '@unocss/extractor-arbitrary-variants': 66.3.2
- '@unocss/rule-utils': 66.3.2
+ '@unocss/core': 66.3.3
+ '@unocss/extractor-arbitrary-variants': 66.3.3
+ '@unocss/rule-utils': 66.3.3
- '@unocss/preset-wind@66.3.2':
+ '@unocss/preset-wind@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
- '@unocss/preset-wind3': 66.3.2
+ '@unocss/core': 66.3.3
+ '@unocss/preset-wind3': 66.3.3
- '@unocss/reset@66.3.2': {}
+ '@unocss/reset@66.3.3': {}
- '@unocss/rule-utils@66.3.2':
+ '@unocss/rule-utils@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
+ '@unocss/core': 66.3.3
magic-string: 0.30.17
- '@unocss/transformer-attributify-jsx@66.3.2':
+ '@unocss/transformer-attributify-jsx@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
+ '@unocss/core': 66.3.3
- '@unocss/transformer-compile-class@66.3.2':
+ '@unocss/transformer-compile-class@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
+ '@unocss/core': 66.3.3
- '@unocss/transformer-directives@66.3.2':
+ '@unocss/transformer-directives@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
- '@unocss/rule-utils': 66.3.2
+ '@unocss/core': 66.3.3
+ '@unocss/rule-utils': 66.3.3
css-tree: 3.1.0
- '@unocss/transformer-variant-group@66.3.2':
+ '@unocss/transformer-variant-group@66.3.3':
dependencies:
- '@unocss/core': 66.3.2
+ '@unocss/core': 66.3.3
- '@unocss/vite@66.3.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))':
+ '@unocss/vite@66.3.3(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@unocss/config': 66.3.2
- '@unocss/core': 66.3.2
- '@unocss/inspector': 66.3.2(vue@3.5.17(typescript@5.8.3))
+ '@unocss/config': 66.3.3
+ '@unocss/core': 66.3.3
+ '@unocss/inspector': 66.3.3(vue@3.5.18(typescript@5.8.3))
chokidar: 3.6.0
magic-string: 0.30.17
pathe: 2.0.3
tinyglobby: 0.2.14
unplugin-utils: 0.2.4
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- vue
- '@unocss/webpack@66.3.2(webpack@5.99.9(esbuild@0.25.5))':
+ '@unocss/webpack@66.3.3(webpack@5.100.2(esbuild@0.25.8))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@unocss/config': 66.3.2
- '@unocss/core': 66.3.2
+ '@unocss/config': 66.3.3
+ '@unocss/core': 66.3.3
chokidar: 3.6.0
magic-string: 0.30.17
pathe: 2.0.3
tinyglobby: 0.2.14
unplugin: 2.3.5
unplugin-utils: 0.2.4
- webpack: 5.99.9(esbuild@0.25.5)
+ webpack: 5.100.2(esbuild@0.25.8)
webpack-sources: 3.3.3
- '@unrs/resolver-binding-android-arm-eabi@1.10.1':
+ '@unrs/resolver-binding-android-arm-eabi@1.11.1':
optional: true
- '@unrs/resolver-binding-android-arm64@1.10.1':
+ '@unrs/resolver-binding-android-arm64@1.11.1':
optional: true
- '@unrs/resolver-binding-darwin-arm64@1.10.1':
+ '@unrs/resolver-binding-darwin-arm64@1.11.1':
optional: true
- '@unrs/resolver-binding-darwin-x64@1.10.1':
+ '@unrs/resolver-binding-darwin-x64@1.11.1':
optional: true
- '@unrs/resolver-binding-freebsd-x64@1.10.1':
+ '@unrs/resolver-binding-freebsd-x64@1.11.1':
optional: true
- '@unrs/resolver-binding-linux-arm-gnueabihf@1.10.1':
+ '@unrs/resolver-binding-linux-arm-gnueabihf@1.11.1':
optional: true
- '@unrs/resolver-binding-linux-arm-musleabihf@1.10.1':
+ '@unrs/resolver-binding-linux-arm-musleabihf@1.11.1':
optional: true
- '@unrs/resolver-binding-linux-arm64-gnu@1.10.1':
+ '@unrs/resolver-binding-linux-arm64-gnu@1.11.1':
optional: true
- '@unrs/resolver-binding-linux-arm64-musl@1.10.1':
+ '@unrs/resolver-binding-linux-arm64-musl@1.11.1':
optional: true
- '@unrs/resolver-binding-linux-ppc64-gnu@1.10.1':
+ '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1':
optional: true
- '@unrs/resolver-binding-linux-riscv64-gnu@1.10.1':
+ '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1':
optional: true
- '@unrs/resolver-binding-linux-riscv64-musl@1.10.1':
+ '@unrs/resolver-binding-linux-riscv64-musl@1.11.1':
optional: true
- '@unrs/resolver-binding-linux-s390x-gnu@1.10.1':
+ '@unrs/resolver-binding-linux-s390x-gnu@1.11.1':
optional: true
- '@unrs/resolver-binding-linux-x64-gnu@1.10.1':
+ '@unrs/resolver-binding-linux-x64-gnu@1.11.1':
optional: true
- '@unrs/resolver-binding-linux-x64-musl@1.10.1':
+ '@unrs/resolver-binding-linux-x64-musl@1.11.1':
optional: true
- '@unrs/resolver-binding-wasm32-wasi@1.10.1':
+ '@unrs/resolver-binding-wasm32-wasi@1.11.1':
dependencies:
- '@napi-rs/wasm-runtime': 0.2.11
+ '@napi-rs/wasm-runtime': 0.2.12
optional: true
- '@unrs/resolver-binding-win32-arm64-msvc@1.10.1':
+ '@unrs/resolver-binding-win32-arm64-msvc@1.11.1':
optional: true
- '@unrs/resolver-binding-win32-ia32-msvc@1.10.1':
+ '@unrs/resolver-binding-win32-ia32-msvc@1.11.1':
optional: true
- '@unrs/resolver-binding-win32-x64-msvc@1.10.1':
+ '@unrs/resolver-binding-win32-x64-msvc@1.11.1':
optional: true
- '@vercel/nft@0.29.4(rollup@4.44.2)':
+ '@vercel/nft@0.29.4(rollup@4.45.1)':
dependencies:
'@mapbox/node-pre-gyp': 2.0.0
- '@rollup/pluginutils': 5.2.0(rollup@4.44.2)
+ '@rollup/pluginutils': 5.2.0(rollup@4.45.1)
acorn: 8.15.0
acorn-import-attributes: 1.9.5(acorn@8.15.0)
async-sema: 3.1.1
@@ -10350,29 +10448,29 @@ snapshots:
glob: 10.4.5
graceful-fs: 4.2.11
node-gyp-build: 4.8.4
- picomatch: 4.0.2
+ picomatch: 4.0.3
resolve-from: 5.0.0
transitivePeerDependencies:
- encoding
- rollup
- supports-color
- '@vitejs/plugin-vue-jsx@5.0.1(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))':
+ '@vitejs/plugin-vue-jsx@5.0.1(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
dependencies:
'@babel/core': 7.28.0
'@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.0)
- '@rolldown/pluginutils': 1.0.0-beta.23
+ '@rolldown/pluginutils': 1.0.0-beta.29
'@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.28.0)
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vue: 3.5.17(typescript@5.8.3)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vue: 3.5.18(typescript@5.8.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@6.0.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))':
+ '@vitejs/plugin-vue@6.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
dependencies:
- '@rolldown/pluginutils': 1.0.0-beta.23
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vue: 3.5.17(typescript@5.8.3)
+ '@rolldown/pluginutils': 1.0.0-beta.29
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vue: 3.5.18(typescript@5.8.3)
'@vitest/coverage-v8@3.2.4(vitest@3.2.4)':
dependencies:
@@ -10389,7 +10487,7 @@ snapshots:
std-env: 3.9.0
test-exclude: 7.0.1
tinyrainbow: 2.0.0
- vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.0.10)(@vitest/ui@3.2.4)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.1.0)(@vitest/ui@3.2.4)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- supports-color
@@ -10398,16 +10496,16 @@ snapshots:
'@types/chai': 5.2.2
'@vitest/spy': 3.2.4
'@vitest/utils': 3.2.4
- chai: 5.2.0
+ chai: 5.2.1
tinyrainbow: 2.0.0
- '@vitest/mocker@3.2.4(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))':
+ '@vitest/mocker@3.2.4(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))':
dependencies:
'@vitest/spy': 3.2.4
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
'@vitest/pretty-format@3.2.4':
dependencies:
@@ -10438,35 +10536,35 @@ snapshots:
sirv: 3.0.1
tinyglobby: 0.2.14
tinyrainbow: 2.0.0
- vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.0.10)(@vitest/ui@3.2.4)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.1.0)(@vitest/ui@3.2.4)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
'@vitest/utils@3.2.4':
dependencies:
'@vitest/pretty-format': 3.2.4
- loupe: 3.1.4
+ loupe: 3.2.0
tinyrainbow: 2.0.0
- '@volar/language-core@2.4.17':
+ '@volar/language-core@2.4.20':
dependencies:
- '@volar/source-map': 2.4.17
+ '@volar/source-map': 2.4.20
- '@volar/source-map@2.4.17': {}
+ '@volar/source-map@2.4.20': {}
- '@volar/typescript@2.4.17':
+ '@volar/typescript@2.4.20':
dependencies:
- '@volar/language-core': 2.4.17
+ '@volar/language-core': 2.4.20
path-browserify: 1.0.1
vscode-uri: 3.1.0
- '@vue-macros/common@3.0.0-beta.15(vue@3.5.17(typescript@5.8.3))':
+ '@vue-macros/common@3.0.0-beta.15(vue@3.5.18(typescript@5.8.3))':
dependencies:
- '@vue/compiler-sfc': 3.5.17
+ '@vue/compiler-sfc': 3.5.18
ast-kit: 2.1.1
local-pkg: 1.1.1
magic-string-ast: 1.0.0
unplugin-utils: 0.2.4
optionalDependencies:
- vue: 3.5.17(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.8.3)
'@vue/babel-helper-vue-transform-on@1.4.0': {}
@@ -10477,10 +10575,10 @@ snapshots:
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.0)
'@babel/template': 7.27.2
'@babel/traverse': 7.28.0
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
'@vue/babel-helper-vue-transform-on': 1.4.0
'@vue/babel-plugin-resolve-type': 1.4.0(@babel/core@7.28.0)
- '@vue/shared': 3.5.17
+ '@vue/shared': 3.5.18
optionalDependencies:
'@babel/core': 7.28.0
transitivePeerDependencies:
@@ -10493,39 +10591,39 @@ snapshots:
'@babel/helper-module-imports': 7.27.1
'@babel/helper-plugin-utils': 7.27.1
'@babel/parser': 7.28.0
- '@vue/compiler-sfc': 3.5.17
+ '@vue/compiler-sfc': 3.5.18
transitivePeerDependencies:
- supports-color
- '@vue/compiler-core@3.5.17':
+ '@vue/compiler-core@3.5.18':
dependencies:
'@babel/parser': 7.28.0
- '@vue/shared': 3.5.17
+ '@vue/shared': 3.5.18
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.1
- '@vue/compiler-dom@3.5.17':
+ '@vue/compiler-dom@3.5.18':
dependencies:
- '@vue/compiler-core': 3.5.17
- '@vue/shared': 3.5.17
+ '@vue/compiler-core': 3.5.18
+ '@vue/shared': 3.5.18
- '@vue/compiler-sfc@3.5.17':
+ '@vue/compiler-sfc@3.5.18':
dependencies:
'@babel/parser': 7.28.0
- '@vue/compiler-core': 3.5.17
- '@vue/compiler-dom': 3.5.17
- '@vue/compiler-ssr': 3.5.17
- '@vue/shared': 3.5.17
+ '@vue/compiler-core': 3.5.18
+ '@vue/compiler-dom': 3.5.18
+ '@vue/compiler-ssr': 3.5.18
+ '@vue/shared': 3.5.18
estree-walker: 2.0.2
magic-string: 0.30.17
postcss: 8.5.6
source-map-js: 1.2.1
- '@vue/compiler-ssr@3.5.17':
+ '@vue/compiler-ssr@3.5.18':
dependencies:
- '@vue/compiler-dom': 3.5.17
- '@vue/shared': 3.5.17
+ '@vue/compiler-dom': 3.5.18
+ '@vue/shared': 3.5.18
'@vue/compiler-vue2@2.7.16':
dependencies:
@@ -10538,22 +10636,22 @@ snapshots:
dependencies:
'@vue/devtools-kit': 7.7.7
- '@vue/devtools-core@7.7.7(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))':
+ '@vue/devtools-core@7.7.7(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
dependencies:
'@vue/devtools-kit': 7.7.7
'@vue/devtools-shared': 7.7.7
mitt: 3.0.1
nanoid: 5.1.5
pathe: 2.0.3
- vite-hot-client: 2.1.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
- vue: 3.5.17(typescript@5.8.3)
+ vite-hot-client: 2.1.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ vue: 3.5.18(typescript@5.8.3)
transitivePeerDependencies:
- vite
'@vue/devtools-kit@7.7.7':
dependencies:
'@vue/devtools-shared': 7.7.7
- birpc: 2.4.0
+ birpc: 2.5.0
hookable: 5.5.3
mitt: 3.0.1
perfect-debounce: 1.0.0
@@ -10564,65 +10662,65 @@ snapshots:
dependencies:
rfdc: 1.4.1
- '@vue/language-core@3.0.1(typescript@5.8.3)':
+ '@vue/language-core@3.0.3(typescript@5.8.3)':
dependencies:
- '@volar/language-core': 2.4.17
- '@vue/compiler-dom': 3.5.17
+ '@volar/language-core': 2.4.20
+ '@vue/compiler-dom': 3.5.18
'@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.17
+ '@vue/shared': 3.5.18
alien-signals: 2.0.5
- minimatch: 10.0.3
muggle-string: 0.4.1
path-browserify: 1.0.1
+ picomatch: 4.0.3
optionalDependencies:
typescript: 5.8.3
- '@vue/reactivity@3.5.17':
+ '@vue/reactivity@3.5.18':
dependencies:
- '@vue/shared': 3.5.17
+ '@vue/shared': 3.5.18
- '@vue/runtime-core@3.5.17':
+ '@vue/runtime-core@3.5.18':
dependencies:
- '@vue/reactivity': 3.5.17
- '@vue/shared': 3.5.17
+ '@vue/reactivity': 3.5.18
+ '@vue/shared': 3.5.18
- '@vue/runtime-dom@3.5.17':
+ '@vue/runtime-dom@3.5.18':
dependencies:
- '@vue/reactivity': 3.5.17
- '@vue/runtime-core': 3.5.17
- '@vue/shared': 3.5.17
+ '@vue/reactivity': 3.5.18
+ '@vue/runtime-core': 3.5.18
+ '@vue/shared': 3.5.18
csstype: 3.1.3
- '@vue/server-renderer@3.5.17(vue@3.5.17(typescript@5.8.3))':
+ '@vue/server-renderer@3.5.18(vue@3.5.18(typescript@5.8.3))':
dependencies:
- '@vue/compiler-ssr': 3.5.17
- '@vue/shared': 3.5.17
- vue: 3.5.17(typescript@5.8.3)
+ '@vue/compiler-ssr': 3.5.18
+ '@vue/shared': 3.5.18
+ vue: 3.5.18(typescript@5.8.3)
- '@vue/shared@3.5.17': {}
+ '@vue/shared@3.5.18': {}
- '@vueuse/core@10.11.1(vue@3.5.17(typescript@5.8.3))':
+ '@vueuse/core@10.11.1(vue@3.5.18(typescript@5.8.3))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.11.1
- '@vueuse/shared': 10.11.1(vue@3.5.17(typescript@5.8.3))
- vue-demi: 0.14.10(vue@3.5.17(typescript@5.8.3))
+ '@vueuse/shared': 10.11.1(vue@3.5.18(typescript@5.8.3))
+ vue-demi: 0.14.10(vue@3.5.18(typescript@5.8.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@13.5.0(vue@3.5.17(typescript@5.8.3))':
+ '@vueuse/core@13.5.0(vue@3.5.18(typescript@5.8.3))':
dependencies:
'@types/web-bluetooth': 0.0.21
'@vueuse/metadata': 13.5.0
- '@vueuse/shared': 13.5.0(vue@3.5.17(typescript@5.8.3))
- vue: 3.5.17(typescript@5.8.3)
+ '@vueuse/shared': 13.5.0(vue@3.5.18(typescript@5.8.3))
+ vue: 3.5.18(typescript@5.8.3)
- '@vueuse/integrations@13.5.0(change-case@5.4.4)(focus-trap@7.6.5)(fuse.js@7.1.0)(vue@3.5.17(typescript@5.8.3))':
+ '@vueuse/integrations@13.5.0(change-case@5.4.4)(focus-trap@7.6.5)(fuse.js@7.1.0)(vue@3.5.18(typescript@5.8.3))':
dependencies:
- '@vueuse/core': 13.5.0(vue@3.5.17(typescript@5.8.3))
- '@vueuse/shared': 13.5.0(vue@3.5.17(typescript@5.8.3))
- vue: 3.5.17(typescript@5.8.3)
+ '@vueuse/core': 13.5.0(vue@3.5.18(typescript@5.8.3))
+ '@vueuse/shared': 13.5.0(vue@3.5.18(typescript@5.8.3))
+ vue: 3.5.18(typescript@5.8.3)
optionalDependencies:
change-case: 5.4.4
focus-trap: 7.6.5
@@ -10632,16 +10730,16 @@ snapshots:
'@vueuse/metadata@13.5.0': {}
- '@vueuse/shared@10.11.1(vue@3.5.17(typescript@5.8.3))':
+ '@vueuse/shared@10.11.1(vue@3.5.18(typescript@5.8.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.17(typescript@5.8.3))
+ vue-demi: 0.14.10(vue@3.5.18(typescript@5.8.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@13.5.0(vue@3.5.17(typescript@5.8.3))':
+ '@vueuse/shared@13.5.0(vue@3.5.18(typescript@5.8.3))':
dependencies:
- vue: 3.5.17(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.8.3)
'@webassemblyjs/ast@1.14.1':
dependencies:
@@ -10737,13 +10835,17 @@ snapshots:
dependencies:
acorn: 8.15.0
+ acorn-import-phases@1.0.4(acorn@8.15.0):
+ dependencies:
+ acorn: 8.15.0
+
acorn-jsx@5.3.2(acorn@8.15.0):
dependencies:
acorn: 8.15.0
acorn@8.15.0: {}
- agent-base@7.1.3: {}
+ agent-base@7.1.4: {}
ajv-formats@2.1.1:
dependencies:
@@ -10768,21 +10870,21 @@ snapshots:
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
- algoliasearch@5.30.0:
- dependencies:
- '@algolia/client-abtesting': 5.30.0
- '@algolia/client-analytics': 5.30.0
- '@algolia/client-common': 5.30.0
- '@algolia/client-insights': 5.30.0
- '@algolia/client-personalization': 5.30.0
- '@algolia/client-query-suggestions': 5.30.0
- '@algolia/client-search': 5.30.0
- '@algolia/ingestion': 1.30.0
- '@algolia/monitoring': 1.30.0
- '@algolia/recommend': 5.30.0
- '@algolia/requester-browser-xhr': 5.30.0
- '@algolia/requester-fetch': 5.30.0
- '@algolia/requester-node-http': 5.30.0
+ algoliasearch@5.34.1:
+ dependencies:
+ '@algolia/client-abtesting': 5.34.1
+ '@algolia/client-analytics': 5.34.1
+ '@algolia/client-common': 5.34.1
+ '@algolia/client-insights': 5.34.1
+ '@algolia/client-personalization': 5.34.1
+ '@algolia/client-query-suggestions': 5.34.1
+ '@algolia/client-search': 5.34.1
+ '@algolia/ingestion': 1.34.1
+ '@algolia/monitoring': 1.34.1
+ '@algolia/recommend': 5.34.1
+ '@algolia/requester-browser-xhr': 5.34.1
+ '@algolia/requester-fetch': 5.34.1
+ '@algolia/requester-node-http': 5.34.1
alien-signals@2.0.5: {}
@@ -10865,20 +10967,20 @@ snapshots:
'@babel/parser': 7.28.0
ast-kit: 2.1.1
- astro@5.11.0(@types/node@24.0.10)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.4.2)(less@4.3.0)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0):
+ astro@5.12.3(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0):
dependencies:
'@astrojs/compiler': 2.12.2
'@astrojs/internal-helpers': 0.6.1
- '@astrojs/markdown-remark': 6.3.2
+ '@astrojs/markdown-remark': 6.3.3
'@astrojs/telemetry': 3.3.0
'@capsizecss/unpack': 2.4.0
'@oslojs/encoding': 1.1.0
- '@rollup/pluginutils': 5.2.0(rollup@4.44.2)
+ '@rollup/pluginutils': 5.2.0(rollup@4.45.1)
acorn: 8.15.0
aria-query: 5.3.2
axobject-query: 4.1.0
boxen: 8.0.1
- ci-info: 4.2.0
+ ci-info: 4.3.0
clsx: 2.1.1
common-ancestor-path: 1.0.1
cookie: 1.0.2
@@ -10890,7 +10992,7 @@ snapshots:
dlv: 1.1.3
dset: 3.1.4
es-module-lexer: 1.7.0
- esbuild: 0.25.5
+ esbuild: 0.25.8
estree-walker: 3.0.3
flattie: 1.1.1
fontace: 0.3.0
@@ -10907,27 +11009,28 @@ snapshots:
p-limit: 6.2.0
p-queue: 8.1.0
package-manager-detector: 1.3.0
- picomatch: 4.0.2
+ picomatch: 4.0.3
prompts: 2.4.2
rehype: 13.0.2
semver: 7.7.2
- shiki: 3.7.0
+ shiki: 3.8.1
+ smol-toml: 1.4.1
tinyexec: 0.3.2
tinyglobby: 0.2.14
tsconfck: 3.1.6(typescript@5.8.3)
ultrahtml: 1.6.0
unifont: 0.5.2
unist-util-visit: 5.0.0
- unstorage: 1.16.0(db0@0.3.2)(ioredis@5.6.1)
+ unstorage: 1.16.1(db0@0.3.2)(ioredis@5.6.1)
vfile: 6.0.3
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vitefu: 1.1.1(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vitefu: 1.1.1(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
xxhash-wasm: 1.1.0
yargs-parser: 21.1.1
yocto-spinner: 0.2.3
- zod: 3.25.74
- zod-to-json-schema: 3.24.6(zod@3.25.74)
- zod-to-ts: 1.2.0(typescript@5.8.3)(zod@3.25.74)
+ zod: 3.25.76
+ zod-to-json-schema: 3.24.6(zod@3.25.76)
+ zod-to-ts: 1.2.0(typescript@5.8.3)(zod@3.25.76)
optionalDependencies:
sharp: 0.33.5
transitivePeerDependencies:
@@ -10972,7 +11075,7 @@ snapshots:
autoprefixer@10.4.21(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
- caniuse-lite: 1.0.30001726
+ caniuse-lite: 1.0.30001727
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.1
@@ -10987,7 +11090,7 @@ snapshots:
balanced-match@1.0.2: {}
- bare-events@2.5.4:
+ bare-events@2.6.0:
optional: true
base-64@1.0.0: {}
@@ -11000,7 +11103,7 @@ snapshots:
dependencies:
file-uri-to-path: 1.0.0
- birpc@2.4.0: {}
+ birpc@2.5.0: {}
blob-to-buffer@1.2.9: {}
@@ -11036,8 +11139,8 @@ snapshots:
browserslist@4.25.1:
dependencies:
- caniuse-lite: 1.0.30001726
- electron-to-chromium: 1.5.179
+ caniuse-lite: 1.0.30001727
+ electron-to-chromium: 1.5.191
node-releases: 2.0.19
update-browserslist-db: 1.1.3(browserslist@4.25.1)
@@ -11056,7 +11159,7 @@ snapshots:
dependencies:
ansis: 4.1.0
args-tokenizer: 0.3.0
- c12: 3.0.4(magicast@0.3.5)
+ c12: 3.1.0(magicast@0.3.5)
cac: 6.7.14
escalade: 3.2.0
jsonc-parser: 3.3.1
@@ -11074,7 +11177,7 @@ snapshots:
byte-size@9.0.1: {}
- c12@3.0.4(magicast@0.3.5):
+ c12@3.1.0(magicast@0.3.5):
dependencies:
chokidar: 4.0.3
confbox: 0.2.2
@@ -11082,7 +11185,7 @@ snapshots:
dotenv: 16.6.1
exsolve: 1.0.7
giget: 2.0.0
- jiti: 2.4.2
+ jiti: 2.5.1
ohash: 2.0.11
pathe: 2.0.3
perfect-debounce: 1.0.0
@@ -11100,20 +11203,20 @@ snapshots:
caniuse-api@3.0.0:
dependencies:
browserslist: 4.25.1
- caniuse-lite: 1.0.30001726
+ caniuse-lite: 1.0.30001727
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
- caniuse-lite@1.0.30001726: {}
+ caniuse-lite@1.0.30001727: {}
ccount@2.0.1: {}
- chai@5.2.0:
+ chai@5.2.1:
dependencies:
assertion-error: 2.0.1
check-error: 2.1.1
deep-eql: 5.0.2
- loupe: 3.1.4
+ loupe: 3.2.0
pathval: 2.0.1
chalk-template@1.1.0:
@@ -11157,7 +11260,7 @@ snapshots:
chrome-trace-event@1.0.4: {}
- ci-info@4.2.0: {}
+ ci-info@4.3.0: {}
citty@0.1.6:
dependencies:
@@ -11216,12 +11319,12 @@ snapshots:
comma-separated-tokens@2.0.3: {}
+ commander@11.1.0: {}
+
commander@14.0.0: {}
commander@2.20.3: {}
- commander@7.2.0: {}
-
comment-json@4.2.5:
dependencies:
array-timsort: 1.0.3
@@ -11272,7 +11375,7 @@ snapshots:
dependencies:
is-what: 4.1.16
- core-js-compat@3.43.0:
+ core-js-compat@3.44.0:
dependencies:
browserslist: 4.25.1
@@ -11303,58 +11406,59 @@ snapshots:
dependencies:
uncrypto: 0.1.3
- cspell-config-lib@9.1.2:
+ cspell-config-lib@9.2.0:
dependencies:
- '@cspell/cspell-types': 9.1.2
+ '@cspell/cspell-types': 9.2.0
comment-json: 4.2.5
+ smol-toml: 1.4.1
yaml: 2.8.0
- cspell-dictionary@9.1.2:
+ cspell-dictionary@9.2.0:
dependencies:
- '@cspell/cspell-pipe': 9.1.2
- '@cspell/cspell-types': 9.1.2
- cspell-trie-lib: 9.1.2
+ '@cspell/cspell-pipe': 9.2.0
+ '@cspell/cspell-types': 9.2.0
+ cspell-trie-lib: 9.2.0
fast-equals: 5.2.2
- cspell-gitignore@9.1.2:
+ cspell-gitignore@9.2.0:
dependencies:
- '@cspell/url': 9.1.2
- cspell-glob: 9.1.2
- cspell-io: 9.1.2
+ '@cspell/url': 9.2.0
+ cspell-glob: 9.2.0
+ cspell-io: 9.2.0
- cspell-glob@9.1.2:
+ cspell-glob@9.2.0:
dependencies:
- '@cspell/url': 9.1.2
- picomatch: 4.0.2
+ '@cspell/url': 9.2.0
+ picomatch: 4.0.3
- cspell-grammar@9.1.2:
+ cspell-grammar@9.2.0:
dependencies:
- '@cspell/cspell-pipe': 9.1.2
- '@cspell/cspell-types': 9.1.2
+ '@cspell/cspell-pipe': 9.2.0
+ '@cspell/cspell-types': 9.2.0
- cspell-io@9.1.2:
+ cspell-io@9.2.0:
dependencies:
- '@cspell/cspell-service-bus': 9.1.2
- '@cspell/url': 9.1.2
+ '@cspell/cspell-service-bus': 9.2.0
+ '@cspell/url': 9.2.0
- cspell-lib@9.1.2:
+ cspell-lib@9.2.0:
dependencies:
- '@cspell/cspell-bundled-dicts': 9.1.2
- '@cspell/cspell-pipe': 9.1.2
- '@cspell/cspell-resolver': 9.1.2
- '@cspell/cspell-types': 9.1.2
- '@cspell/dynamic-import': 9.1.2
- '@cspell/filetypes': 9.1.2
- '@cspell/strong-weak-map': 9.1.2
- '@cspell/url': 9.1.2
+ '@cspell/cspell-bundled-dicts': 9.2.0
+ '@cspell/cspell-pipe': 9.2.0
+ '@cspell/cspell-resolver': 9.2.0
+ '@cspell/cspell-types': 9.2.0
+ '@cspell/dynamic-import': 9.2.0
+ '@cspell/filetypes': 9.2.0
+ '@cspell/strong-weak-map': 9.2.0
+ '@cspell/url': 9.2.0
clear-module: 4.1.2
comment-json: 4.2.5
- cspell-config-lib: 9.1.2
- cspell-dictionary: 9.1.2
- cspell-glob: 9.1.2
- cspell-grammar: 9.1.2
- cspell-io: 9.1.2
- cspell-trie-lib: 9.1.2
+ cspell-config-lib: 9.2.0
+ cspell-dictionary: 9.2.0
+ cspell-glob: 9.2.0
+ cspell-grammar: 9.2.0
+ cspell-io: 9.2.0
+ cspell-trie-lib: 9.2.0
env-paths: 3.0.0
fast-equals: 5.2.2
gensequence: 7.0.0
@@ -11364,30 +11468,30 @@ snapshots:
vscode-uri: 3.1.0
xdg-basedir: 5.1.0
- cspell-trie-lib@9.1.2:
+ cspell-trie-lib@9.2.0:
dependencies:
- '@cspell/cspell-pipe': 9.1.2
- '@cspell/cspell-types': 9.1.2
+ '@cspell/cspell-pipe': 9.2.0
+ '@cspell/cspell-types': 9.2.0
gensequence: 7.0.0
- cspell@9.1.2:
+ cspell@9.2.0:
dependencies:
- '@cspell/cspell-json-reporter': 9.1.2
- '@cspell/cspell-pipe': 9.1.2
- '@cspell/cspell-types': 9.1.2
- '@cspell/dynamic-import': 9.1.2
- '@cspell/url': 9.1.2
+ '@cspell/cspell-json-reporter': 9.2.0
+ '@cspell/cspell-pipe': 9.2.0
+ '@cspell/cspell-types': 9.2.0
+ '@cspell/dynamic-import': 9.2.0
+ '@cspell/url': 9.2.0
chalk: 5.4.1
chalk-template: 1.1.0
commander: 14.0.0
- cspell-config-lib: 9.1.2
- cspell-dictionary: 9.1.2
- cspell-gitignore: 9.1.2
- cspell-glob: 9.1.2
- cspell-io: 9.1.2
- cspell-lib: 9.1.2
+ cspell-config-lib: 9.2.0
+ cspell-dictionary: 9.2.0
+ cspell-gitignore: 9.2.0
+ cspell-glob: 9.2.0
+ cspell-io: 9.2.0
+ cspell-lib: 9.2.0
fast-json-stable-stringify: 2.1.0
- file-entry-cache: 9.1.0
+ flatted: 3.3.3
semver: 7.7.2
tinyglobby: 0.2.14
@@ -11410,11 +11514,6 @@ snapshots:
mdn-data: 2.0.28
source-map-js: 1.2.1
- css-tree@2.3.1:
- dependencies:
- mdn-data: 2.0.30
- source-map-js: 1.2.1
-
css-tree@3.1.0:
dependencies:
mdn-data: 2.12.2
@@ -11424,24 +11523,24 @@ snapshots:
cssesc@3.0.0: {}
- cssnano-preset-default@7.0.7(postcss@8.5.6):
+ cssnano-preset-default@7.0.8(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
css-declaration-sorter: 7.2.0(postcss@8.5.6)
cssnano-utils: 5.0.1(postcss@8.5.6)
postcss: 8.5.6
postcss-calc: 10.1.1(postcss@8.5.6)
- postcss-colormin: 7.0.3(postcss@8.5.6)
- postcss-convert-values: 7.0.5(postcss@8.5.6)
+ postcss-colormin: 7.0.4(postcss@8.5.6)
+ postcss-convert-values: 7.0.6(postcss@8.5.6)
postcss-discard-comments: 7.0.4(postcss@8.5.6)
postcss-discard-duplicates: 7.0.2(postcss@8.5.6)
postcss-discard-empty: 7.0.1(postcss@8.5.6)
postcss-discard-overridden: 7.0.1(postcss@8.5.6)
postcss-merge-longhand: 7.0.5(postcss@8.5.6)
- postcss-merge-rules: 7.0.5(postcss@8.5.6)
+ postcss-merge-rules: 7.0.6(postcss@8.5.6)
postcss-minify-font-values: 7.0.1(postcss@8.5.6)
postcss-minify-gradients: 7.0.1(postcss@8.5.6)
- postcss-minify-params: 7.0.3(postcss@8.5.6)
+ postcss-minify-params: 7.0.4(postcss@8.5.6)
postcss-minify-selectors: 7.0.5(postcss@8.5.6)
postcss-normalize-charset: 7.0.1(postcss@8.5.6)
postcss-normalize-display-values: 7.0.1(postcss@8.5.6)
@@ -11449,22 +11548,22 @@ snapshots:
postcss-normalize-repeat-style: 7.0.1(postcss@8.5.6)
postcss-normalize-string: 7.0.1(postcss@8.5.6)
postcss-normalize-timing-functions: 7.0.1(postcss@8.5.6)
- postcss-normalize-unicode: 7.0.3(postcss@8.5.6)
+ postcss-normalize-unicode: 7.0.4(postcss@8.5.6)
postcss-normalize-url: 7.0.1(postcss@8.5.6)
postcss-normalize-whitespace: 7.0.1(postcss@8.5.6)
postcss-ordered-values: 7.0.2(postcss@8.5.6)
- postcss-reduce-initial: 7.0.3(postcss@8.5.6)
+ postcss-reduce-initial: 7.0.4(postcss@8.5.6)
postcss-reduce-transforms: 7.0.1(postcss@8.5.6)
- postcss-svgo: 7.0.2(postcss@8.5.6)
+ postcss-svgo: 7.1.0(postcss@8.5.6)
postcss-unique-selectors: 7.0.4(postcss@8.5.6)
cssnano-utils@5.0.1(postcss@8.5.6):
dependencies:
postcss: 8.5.6
- cssnano@7.0.7(postcss@8.5.6):
+ cssnano@7.1.0(postcss@8.5.6):
dependencies:
- cssnano-preset-default: 7.0.7(postcss@8.5.6)
+ cssnano-preset-default: 7.0.8(postcss@8.5.6)
lilconfig: 3.1.3
postcss: 8.5.6
@@ -11563,9 +11662,9 @@ snapshots:
dset@3.1.4: {}
- dts-resolver@2.1.1(oxc-resolver@11.4.0):
+ dts-resolver@2.1.1(oxc-resolver@11.6.0):
optionalDependencies:
- oxc-resolver: 11.4.0
+ oxc-resolver: 11.6.0
duplexer@0.1.2: {}
@@ -11573,7 +11672,7 @@ snapshots:
ee-first@1.1.1: {}
- electron-to-chromium@1.5.179: {}
+ electron-to-chromium@1.5.191: {}
emoji-regex@10.4.0: {}
@@ -11609,35 +11708,36 @@ snapshots:
es-module-lexer@1.7.0: {}
- es-toolkit@1.39.6: {}
+ es-toolkit@1.39.8: {}
- esbuild@0.25.5:
+ esbuild@0.25.8:
optionalDependencies:
- '@esbuild/aix-ppc64': 0.25.5
- '@esbuild/android-arm': 0.25.5
- '@esbuild/android-arm64': 0.25.5
- '@esbuild/android-x64': 0.25.5
- '@esbuild/darwin-arm64': 0.25.5
- '@esbuild/darwin-x64': 0.25.5
- '@esbuild/freebsd-arm64': 0.25.5
- '@esbuild/freebsd-x64': 0.25.5
- '@esbuild/linux-arm': 0.25.5
- '@esbuild/linux-arm64': 0.25.5
- '@esbuild/linux-ia32': 0.25.5
- '@esbuild/linux-loong64': 0.25.5
- '@esbuild/linux-mips64el': 0.25.5
- '@esbuild/linux-ppc64': 0.25.5
- '@esbuild/linux-riscv64': 0.25.5
- '@esbuild/linux-s390x': 0.25.5
- '@esbuild/linux-x64': 0.25.5
- '@esbuild/netbsd-arm64': 0.25.5
- '@esbuild/netbsd-x64': 0.25.5
- '@esbuild/openbsd-arm64': 0.25.5
- '@esbuild/openbsd-x64': 0.25.5
- '@esbuild/sunos-x64': 0.25.5
- '@esbuild/win32-arm64': 0.25.5
- '@esbuild/win32-ia32': 0.25.5
- '@esbuild/win32-x64': 0.25.5
+ '@esbuild/aix-ppc64': 0.25.8
+ '@esbuild/android-arm': 0.25.8
+ '@esbuild/android-arm64': 0.25.8
+ '@esbuild/android-x64': 0.25.8
+ '@esbuild/darwin-arm64': 0.25.8
+ '@esbuild/darwin-x64': 0.25.8
+ '@esbuild/freebsd-arm64': 0.25.8
+ '@esbuild/freebsd-x64': 0.25.8
+ '@esbuild/linux-arm': 0.25.8
+ '@esbuild/linux-arm64': 0.25.8
+ '@esbuild/linux-ia32': 0.25.8
+ '@esbuild/linux-loong64': 0.25.8
+ '@esbuild/linux-mips64el': 0.25.8
+ '@esbuild/linux-ppc64': 0.25.8
+ '@esbuild/linux-riscv64': 0.25.8
+ '@esbuild/linux-s390x': 0.25.8
+ '@esbuild/linux-x64': 0.25.8
+ '@esbuild/netbsd-arm64': 0.25.8
+ '@esbuild/netbsd-x64': 0.25.8
+ '@esbuild/openbsd-arm64': 0.25.8
+ '@esbuild/openbsd-x64': 0.25.8
+ '@esbuild/openharmony-arm64': 0.25.8
+ '@esbuild/sunos-x64': 0.25.8
+ '@esbuild/win32-arm64': 0.25.8
+ '@esbuild/win32-ia32': 0.25.8
+ '@esbuild/win32-x64': 0.25.8
escalade@3.2.0: {}
@@ -11649,87 +11749,87 @@ snapshots:
escape-string-regexp@5.0.0: {}
- eslint-compat-utils@0.5.1(eslint@9.30.1(jiti@2.4.2)):
+ eslint-compat-utils@0.5.1(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
semver: 7.7.2
- eslint-compat-utils@0.6.5(eslint@9.30.1(jiti@2.4.2)):
+ eslint-compat-utils@0.6.5(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
semver: 7.7.2
- eslint-config-flat-gitignore@2.1.0(eslint@9.30.1(jiti@2.4.2)):
+ eslint-config-flat-gitignore@2.1.0(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- '@eslint/compat': 1.3.1(eslint@9.30.1(jiti@2.4.2))
- eslint: 9.30.1(jiti@2.4.2)
+ '@eslint/compat': 1.3.1(eslint@9.31.0(jiti@2.5.1))
+ eslint: 9.31.0(jiti@2.5.1)
- eslint-config-prettier@10.1.5(eslint@9.30.1(jiti@2.4.2)):
+ eslint-config-prettier@10.1.8(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
eslint-flat-config-utils@2.1.0:
dependencies:
pathe: 2.0.3
- eslint-import-context@0.1.9(unrs-resolver@1.10.1):
+ eslint-import-context@0.1.9(unrs-resolver@1.11.1):
dependencies:
get-tsconfig: 4.10.1
stable-hash-x: 0.2.0
optionalDependencies:
- unrs-resolver: 1.10.1
+ unrs-resolver: 1.11.1
- eslint-json-compat-utils@0.2.1(eslint@9.30.1(jiti@2.4.2))(jsonc-eslint-parser@2.4.0):
+ eslint-json-compat-utils@0.2.1(eslint@9.31.0(jiti@2.5.1))(jsonc-eslint-parser@2.4.0):
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
esquery: 1.6.0
jsonc-eslint-parser: 2.4.0
- eslint-plugin-antfu@3.1.1(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-antfu@3.1.1(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
- eslint-plugin-command@3.3.1(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-command@3.3.1(eslint@9.31.0(jiti@2.5.1)):
dependencies:
'@es-joy/jsdoccomment': 0.50.2
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
- eslint-plugin-de-morgan@1.3.0(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-de-morgan@1.3.0(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
- eslint-plugin-es-x@7.8.0(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-es-x@7.8.0(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1))
'@eslint-community/regexpp': 4.12.1
- eslint: 9.30.1(jiti@2.4.2)
- eslint-compat-utils: 0.5.1(eslint@9.30.1(jiti@2.4.2))
+ eslint: 9.31.0(jiti@2.5.1)
+ eslint-compat-utils: 0.5.1(eslint@9.31.0(jiti@2.5.1))
- eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- '@typescript-eslint/types': 8.35.1
+ '@typescript-eslint/types': 8.38.0
comment-parser: 1.4.1
debug: 4.4.1
- eslint: 9.30.1(jiti@2.4.2)
- eslint-import-context: 0.1.9(unrs-resolver@1.10.1)
+ eslint: 9.31.0(jiti@2.5.1)
+ eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
is-glob: 4.0.3
minimatch: 10.0.3
semver: 7.7.2
stable-hash-x: 0.2.0
- unrs-resolver: 1.10.1
+ unrs-resolver: 1.11.1
optionalDependencies:
- '@typescript-eslint/utils': 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsdoc@51.3.3(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-jsdoc@51.4.1(eslint@9.31.0(jiti@2.5.1)):
dependencies:
'@es-joy/jsdoccomment': 0.52.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
debug: 4.4.1
escape-string-regexp: 4.0.0
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
espree: 10.4.0
esquery: 1.6.0
parse-imports-exports: 0.2.4
@@ -11738,26 +11838,26 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsonc@2.20.1(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-jsonc@2.20.1(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1(jiti@2.4.2))
- eslint: 9.30.1(jiti@2.4.2)
- eslint-compat-utils: 0.6.5(eslint@9.30.1(jiti@2.4.2))
- eslint-json-compat-utils: 0.2.1(eslint@9.30.1(jiti@2.4.2))(jsonc-eslint-parser@2.4.0)
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1))
+ eslint: 9.31.0(jiti@2.5.1)
+ eslint-compat-utils: 0.6.5(eslint@9.31.0(jiti@2.5.1))
+ eslint-json-compat-utils: 0.2.1(eslint@9.31.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
natural-compare: 1.4.0
- synckit: 0.11.8
+ synckit: 0.11.11
transitivePeerDependencies:
- '@eslint/json'
- eslint-plugin-n@17.21.0(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3):
+ eslint-plugin-n@17.21.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1))
enhanced-resolve: 5.18.2
- eslint: 9.30.1(jiti@2.4.2)
- eslint-plugin-es-x: 7.8.0(eslint@9.30.1(jiti@2.4.2))
+ eslint: 9.31.0(jiti@2.5.1)
+ eslint-plugin-es-x: 7.8.0(eslint@9.31.0(jiti@2.5.1))
get-tsconfig: 4.10.1
globals: 15.15.0
ignore: 5.3.2
@@ -11767,60 +11867,60 @@ snapshots:
transitivePeerDependencies:
- typescript
- eslint-plugin-perfectionist@4.15.0(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3):
+ eslint-plugin-perfectionist@4.15.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3):
dependencies:
- '@typescript-eslint/types': 8.35.1
- '@typescript-eslint/utils': 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.30.1(jiti@2.4.2)
+ '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ eslint: 9.31.0(jiti@2.5.1)
natural-orderby: 5.0.0
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-pnpm@0.3.1(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-pnpm@1.1.0(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
find-up-simple: 1.0.1
jsonc-eslint-parser: 2.4.0
pathe: 2.0.3
- pnpm-workspace-yaml: 0.3.1
+ pnpm-workspace-yaml: 1.1.0
tinyglobby: 0.2.14
yaml-eslint-parser: 1.3.0
- eslint-plugin-prettier@5.5.1(@types/eslint@9.6.1)(eslint-config-prettier@10.1.5(eslint@9.30.1(jiti@2.4.2)))(eslint@9.30.1(jiti@2.4.2))(prettier@3.6.2):
+ eslint-plugin-prettier@5.5.3(@types/eslint@9.6.1)(eslint-config-prettier@10.1.8(eslint@9.31.0(jiti@2.5.1)))(eslint@9.31.0(jiti@2.5.1))(prettier@3.6.2):
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
prettier: 3.6.2
prettier-linter-helpers: 1.0.0
- synckit: 0.11.8
+ synckit: 0.11.11
optionalDependencies:
'@types/eslint': 9.6.1
- eslint-config-prettier: 10.1.5(eslint@9.30.1(jiti@2.4.2))
+ eslint-config-prettier: 10.1.8(eslint@9.31.0(jiti@2.5.1))
- eslint-plugin-regexp@2.9.0(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-regexp@2.9.0(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1))
'@eslint-community/regexpp': 4.12.1
comment-parser: 1.4.1
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.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-sxzz@0.3.0(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-sxzz@0.4.0(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
- eslint-plugin-unicorn@59.0.1(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-unicorn@59.0.1(eslint@9.31.0(jiti@2.5.1)):
dependencies:
'@babel/helper-validator-identifier': 7.27.1
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1))
'@eslint/plugin-kit': 0.2.8
- ci-info: 4.2.0
+ ci-info: 4.3.0
clean-regexp: 1.0.0
- core-js-compat: 3.43.0
- eslint: 9.30.1(jiti@2.4.2)
+ core-js-compat: 3.44.0
+ eslint: 9.31.0(jiti@2.5.1)
esquery: 1.6.0
find-up-simple: 1.0.1
globals: 16.3.0
@@ -11833,31 +11933,31 @@ snapshots:
semver: 7.7.2
strip-indent: 4.0.0
- eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.35.1(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1)):
dependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.35.1(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
- eslint-plugin-vue@10.3.0(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.30.1(jiti@2.4.2))):
+ eslint-plugin-vue@10.3.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.31.0(jiti@2.5.1))):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1(jiti@2.4.2))
- eslint: 9.30.1(jiti@2.4.2)
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1))
+ eslint: 9.31.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.30.1(jiti@2.4.2))
+ vue-eslint-parser: 10.2.0(eslint@9.31.0(jiti@2.5.1))
xml-name-validator: 4.0.0
optionalDependencies:
- '@typescript-eslint/parser': 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
- eslint-plugin-yml@1.18.0(eslint@9.30.1(jiti@2.4.2)):
+ eslint-plugin-yml@1.18.0(eslint@9.31.0(jiti@2.5.1)):
dependencies:
debug: 4.4.1
escape-string-regexp: 4.0.0
- eslint: 9.30.1(jiti@2.4.2)
- eslint-compat-utils: 0.6.5(eslint@9.30.1(jiti@2.4.2))
+ eslint: 9.31.0(jiti@2.5.1)
+ eslint-compat-utils: 0.6.5(eslint@9.31.0(jiti@2.5.1))
natural-compare: 1.4.0
yaml-eslint-parser: 1.3.0
transitivePeerDependencies:
@@ -11877,16 +11977,16 @@ snapshots:
eslint-visitor-keys@4.2.1: {}
- eslint@9.30.1(jiti@2.4.2):
+ eslint@9.31.0(jiti@2.5.1):
dependencies:
- '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1))
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.21.0
'@eslint/config-helpers': 0.3.0
- '@eslint/core': 0.14.0
+ '@eslint/core': 0.15.1
'@eslint/eslintrc': 3.3.1
- '@eslint/js': 9.30.1
- '@eslint/plugin-kit': 0.3.3
+ '@eslint/js': 9.31.0
+ '@eslint/plugin-kit': 0.3.4
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.4.3
@@ -11915,7 +12015,7 @@ snapshots:
natural-compare: 1.4.0
optionator: 0.9.4
optionalDependencies:
- jiti: 2.4.2
+ jiti: 2.5.1
transitivePeerDependencies:
- supports-color
@@ -11990,7 +12090,7 @@ snapshots:
strip-final-newline: 4.0.0
yoctocolors: 2.1.1
- expect-type@1.2.1: {}
+ expect-type@1.2.2: {}
exsolve@1.0.7: {}
@@ -12000,13 +12100,6 @@ snapshots:
extend@3.0.2: {}
- externality@1.0.2:
- dependencies:
- enhanced-resolve: 5.18.2
- mlly: 1.7.4
- pathe: 1.1.2
- ufo: 1.6.1
-
fast-deep-equal@3.1.3: {}
fast-diff@1.3.0: {}
@@ -12039,9 +12132,9 @@ snapshots:
dependencies:
format: 0.2.2
- fdir@6.4.6(picomatch@4.0.2):
+ fdir@6.4.6(picomatch@4.0.3):
optionalDependencies:
- picomatch: 4.0.2
+ picomatch: 4.0.3
fflate@0.8.2: {}
@@ -12053,10 +12146,6 @@ snapshots:
dependencies:
flat-cache: 4.0.1
- file-entry-cache@9.1.0:
- dependencies:
- flat-cache: 5.0.0
-
file-uri-to-path@1.0.0: {}
fill-range@7.1.1:
@@ -12075,22 +12164,17 @@ snapshots:
flatted: 3.3.3
keyv: 4.5.4
- flat-cache@5.0.0:
- dependencies:
- flatted: 3.3.3
- keyv: 4.5.4
-
flatted@3.3.3: {}
flattie@1.1.1: {}
- floating-vue@5.2.2(@nuxt/kit@3.17.6(magicast@0.3.5))(vue@3.5.17(typescript@5.8.3)):
+ floating-vue@5.2.2(@nuxt/kit@3.17.7(magicast@0.3.5))(vue@3.5.18(typescript@5.8.3)):
dependencies:
'@floating-ui/dom': 1.1.1
- vue: 3.5.17(typescript@5.8.3)
- vue-resize: 2.0.0-alpha.1(vue@3.5.17(typescript@5.8.3))
+ vue: 3.5.18(typescript@5.8.3)
+ vue-resize: 2.0.0-alpha.1(vue@3.5.18(typescript@5.8.3))
optionalDependencies:
- '@nuxt/kit': 3.17.6(magicast@0.3.5)
+ '@nuxt/kit': 3.17.7(magicast@0.3.5)
focus-trap@7.6.5:
dependencies:
@@ -12145,7 +12229,7 @@ snapshots:
get-east-asian-width@1.3.0: {}
- get-port-please@3.1.2: {}
+ get-port-please@3.2.0: {}
get-port@7.1.0: {}
@@ -12373,7 +12457,7 @@ snapshots:
https-proxy-agent@7.0.6:
dependencies:
- agent-base: 7.1.3
+ agent-base: 7.1.4
debug: 4.4.1
transitivePeerDependencies:
- supports-color
@@ -12556,11 +12640,11 @@ snapshots:
jest-worker@27.5.1:
dependencies:
- '@types/node': 24.0.10
+ '@types/node': 24.1.0
merge-stream: 2.0.0
supports-color: 8.1.1
- jiti@2.4.2: {}
+ jiti@2.5.1: {}
js-tokens@4.0.0: {}
@@ -12633,7 +12717,7 @@ snapshots:
dependencies:
readable-stream: 2.3.8
- less@4.3.0:
+ less@4.4.0:
dependencies:
copy-anything: 2.0.6
parse-node-version: 1.0.1
@@ -12667,10 +12751,10 @@ snapshots:
consola: 3.4.2
crossws: 0.3.5
defu: 6.1.4
- get-port-please: 3.1.2
+ get-port-please: 3.2.0
h3: 1.15.3
http-shutdown: 1.2.2
- jiti: 2.4.2
+ jiti: 2.5.1
mlly: 1.7.4
node-forge: 1.3.1
pathe: 1.1.2
@@ -12709,7 +12793,7 @@ snapshots:
dependencies:
js-tokens: 4.0.0
- loupe@3.1.4: {}
+ loupe@3.2.0: {}
lru-cache@10.4.3: {}
@@ -12719,9 +12803,15 @@ snapshots:
dependencies:
yallist: 3.1.1
- magic-string-ast@0.9.1:
+ magic-regexp@0.10.0:
dependencies:
+ estree-walker: 3.0.3
magic-string: 0.30.17
+ mlly: 1.7.4
+ regexp-tree: 0.1.27
+ type-level-regexp: 0.1.17
+ ufo: 1.6.1
+ unplugin: 2.3.5
magic-string-ast@1.0.0:
dependencies:
@@ -12734,7 +12824,7 @@ snapshots:
magicast@0.3.5:
dependencies:
'@babel/parser': 7.28.0
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
source-map-js: 1.2.1
make-dir@2.1.0:
@@ -12895,8 +12985,6 @@ snapshots:
mdn-data@2.0.28: {}
- mdn-data@2.0.30: {}
-
mdn-data@2.12.2: {}
mdurl@2.0.0: {}
@@ -13197,7 +13285,7 @@ snapshots:
nanotar@0.2.0: {}
- napi-postinstall@0.3.0: {}
+ napi-postinstall@0.3.2: {}
natural-compare@1.4.0: {}
@@ -13215,21 +13303,21 @@ snapshots:
neverthrow@8.2.0:
optionalDependencies:
- '@rollup/rollup-linux-x64-gnu': 4.44.2
+ '@rollup/rollup-linux-x64-gnu': 4.45.1
- nitropack@2.11.13(rolldown@1.0.0-beta.23):
+ nitropack@2.12.4(rolldown@1.0.0-beta.29):
dependencies:
'@cloudflare/kv-asset-handler': 0.4.0
- '@rollup/plugin-alias': 5.1.1(rollup@4.44.2)
- '@rollup/plugin-commonjs': 28.0.6(rollup@4.44.2)
- '@rollup/plugin-inject': 5.0.5(rollup@4.44.2)
- '@rollup/plugin-json': 6.1.0(rollup@4.44.2)
- '@rollup/plugin-node-resolve': 16.0.1(rollup@4.44.2)
- '@rollup/plugin-replace': 6.0.2(rollup@4.44.2)
- '@rollup/plugin-terser': 0.4.4(rollup@4.44.2)
- '@vercel/nft': 0.29.4(rollup@4.44.2)
+ '@rollup/plugin-alias': 5.1.1(rollup@4.45.1)
+ '@rollup/plugin-commonjs': 28.0.6(rollup@4.45.1)
+ '@rollup/plugin-inject': 5.0.5(rollup@4.45.1)
+ '@rollup/plugin-json': 6.1.0(rollup@4.45.1)
+ '@rollup/plugin-node-resolve': 16.0.1(rollup@4.45.1)
+ '@rollup/plugin-replace': 6.0.2(rollup@4.45.1)
+ '@rollup/plugin-terser': 0.4.4(rollup@4.45.1)
+ '@vercel/nft': 0.29.4(rollup@4.45.1)
archiver: 7.0.1
- c12: 3.0.4(magicast@0.3.5)
+ c12: 3.1.0(magicast@0.3.5)
chokidar: 4.0.3
citty: 0.1.6
compatx: 0.2.0
@@ -13242,7 +13330,7 @@ snapshots:
defu: 6.1.4
destr: 2.0.5
dot-prop: 9.0.0
- esbuild: 0.25.5
+ esbuild: 0.25.8
escape-string-regexp: 5.0.0
etag: 1.8.1
exsolve: 1.0.7
@@ -13252,7 +13340,7 @@ snapshots:
hookable: 5.5.3
httpxy: 0.1.7
ioredis: 5.6.1
- jiti: 2.4.2
+ jiti: 2.5.1
klona: 2.0.6
knitwork: 1.2.0
listhen: 1.9.0
@@ -13269,22 +13357,22 @@ snapshots:
pkg-types: 2.2.0
pretty-bytes: 6.1.1
radix3: 1.1.2
- rollup: 4.44.2
- rollup-plugin-visualizer: 6.0.3(rolldown@1.0.0-beta.23)(rollup@4.44.2)
+ rollup: 4.45.1
+ rollup-plugin-visualizer: 6.0.3(rolldown@1.0.0-beta.29)(rollup@4.45.1)
scule: 1.3.0
semver: 7.7.2
serve-placeholder: 2.0.2
serve-static: 2.2.0
- source-map: 0.7.4
+ source-map: 0.7.6
std-env: 3.9.0
ufo: 1.6.1
ultrahtml: 1.6.0
uncrypto: 0.1.3
unctx: 2.4.1
unenv: 2.0.0-rc.18
- unimport: 5.1.0
+ unimport: 5.2.0
unplugin-utils: 0.2.4
- unstorage: 1.16.0(db0@0.3.2)(ioredis@5.6.1)
+ unstorage: 1.16.1(db0@0.3.2)(ioredis@5.6.1)
untyped: 2.0.0
unwasm: 0.3.9
youch: 4.1.0-beta.8
@@ -13357,18 +13445,18 @@ snapshots:
dependencies:
boolbase: 1.0.0
- nuxt@3.17.6(@parcel/watcher@2.5.1)(@types/node@24.0.10)(@vue/compiler-sfc@3.5.17)(db0@0.3.2)(eslint@9.30.1(jiti@2.4.2))(ioredis@5.6.1)(less@4.3.0)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.23)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue-tsc@3.0.1(typescript@5.8.3))(yaml@2.8.0):
+ nuxt@4.0.1(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(db0@0.3.2)(eslint@9.31.0(jiti@2.5.1))(ioredis@5.6.1)(less@4.4.0)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.29)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue-tsc@3.0.3(typescript@5.8.3))(yaml@2.8.0):
dependencies:
- '@nuxt/cli': 3.25.1(magicast@0.3.5)
+ '@nuxt/cli': 3.26.4(magicast@0.3.5)
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 2.6.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
- '@nuxt/kit': 3.17.6(magicast@0.3.5)
- '@nuxt/schema': 3.17.6
+ '@nuxt/devtools': 2.6.2(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ '@nuxt/kit': 4.0.1(magicast@0.3.5)
+ '@nuxt/schema': 4.0.1
'@nuxt/telemetry': 2.6.6(magicast@0.3.5)
- '@nuxt/vite-builder': 3.17.6(@types/node@24.0.10)(eslint@9.30.1(jiti@2.4.2))(less@4.3.0)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.23)(rollup@4.44.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))(vue@3.5.17(typescript@5.8.3))(yaml@2.8.0)
- '@unhead/vue': 2.0.11(vue@3.5.17(typescript@5.8.3))
- '@vue/shared': 3.5.17
- c12: 3.0.4(magicast@0.3.5)
+ '@nuxt/vite-builder': 4.0.1(@types/node@24.1.0)(eslint@9.31.0(jiti@2.5.1))(less@4.4.0)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.29)(rollup@4.45.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(vue-tsc@3.0.3(typescript@5.8.3))(vue@3.5.18(typescript@5.8.3))(yaml@2.8.0)
+ '@unhead/vue': 2.0.12(vue@3.5.18(typescript@5.8.3))
+ '@vue/shared': 3.5.18
+ c12: 3.1.0(magicast@0.3.5)
chokidar: 4.0.3
compatx: 0.2.0
consola: 3.4.2
@@ -13377,7 +13465,7 @@ snapshots:
destr: 2.0.5
devalue: 5.1.1
errx: 0.1.0
- esbuild: 0.25.5
+ esbuild: 0.25.8
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
exsolve: 1.0.7
@@ -13385,19 +13473,22 @@ snapshots:
hookable: 5.5.3
ignore: 7.0.5
impound: 1.0.0
- jiti: 2.4.2
+ jiti: 2.5.1
klona: 2.0.6
knitwork: 1.2.0
magic-string: 0.30.17
mlly: 1.7.4
mocked-exports: 0.1.1
nanotar: 0.2.0
- nitropack: 2.11.13(rolldown@1.0.0-beta.23)
+ nitropack: 2.12.4(rolldown@1.0.0-beta.29)
nypm: 0.6.0
ofetch: 1.4.1
ohash: 2.0.11
on-change: 5.0.1
- oxc-parser: 0.75.1
+ oxc-minify: 0.78.0
+ oxc-parser: 0.78.0
+ oxc-transform: 0.78.0
+ oxc-walker: 0.4.0(oxc-parser@0.78.0)
pathe: 2.0.3
perfect-debounce: 1.0.0
pkg-types: 2.2.0
@@ -13411,18 +13502,18 @@ snapshots:
ultrahtml: 1.6.0
uncrypto: 0.1.3
unctx: 2.4.1
- unimport: 5.1.0
+ unimport: 5.2.0
unplugin: 2.3.5
- unplugin-vue-router: 0.14.0(@vue/compiler-sfc@3.5.17)(vue-router@4.5.1(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3))
- unstorage: 1.16.0(db0@0.3.2)(ioredis@5.6.1)
+ unplugin-vue-router: 0.14.0(@vue/compiler-sfc@3.5.18)(vue-router@4.5.1(vue@3.5.18(typescript@5.8.3)))(vue@3.5.18(typescript@5.8.3))
+ unstorage: 1.16.1(db0@0.3.2)(ioredis@5.6.1)
untyped: 2.0.0
- vue: 3.5.17(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.8.3)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
- vue-router: 4.5.1(vue@3.5.17(typescript@5.8.3))
+ vue-router: 4.5.1(vue@3.5.18(typescript@5.8.3))
optionalDependencies:
'@parcel/watcher': 2.5.1
- '@types/node': 24.0.10
+ '@types/node': 24.1.0
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -13515,12 +13606,12 @@ snapshots:
regex: 6.0.1
regex-recursion: 6.0.2
- open@10.1.2:
+ open@10.2.0:
dependencies:
default-browser: 5.2.1
define-lazy-prop: 3.0.0
is-inside-container: 1.0.0
- is-wsl: 3.1.0
+ wsl-utils: 0.1.0
open@8.4.2:
dependencies:
@@ -13537,77 +13628,91 @@ snapshots:
type-check: 0.4.0
word-wrap: 1.2.5
- oxc-minify@0.75.1:
+ oxc-minify@0.78.0:
optionalDependencies:
- '@oxc-minify/binding-android-arm64': 0.75.1
- '@oxc-minify/binding-darwin-arm64': 0.75.1
- '@oxc-minify/binding-darwin-x64': 0.75.1
- '@oxc-minify/binding-freebsd-x64': 0.75.1
- '@oxc-minify/binding-linux-arm-gnueabihf': 0.75.1
- '@oxc-minify/binding-linux-arm-musleabihf': 0.75.1
- '@oxc-minify/binding-linux-arm64-gnu': 0.75.1
- '@oxc-minify/binding-linux-arm64-musl': 0.75.1
- '@oxc-minify/binding-linux-riscv64-gnu': 0.75.1
- '@oxc-minify/binding-linux-s390x-gnu': 0.75.1
- '@oxc-minify/binding-linux-x64-gnu': 0.75.1
- '@oxc-minify/binding-linux-x64-musl': 0.75.1
- '@oxc-minify/binding-wasm32-wasi': 0.75.1
- '@oxc-minify/binding-win32-arm64-msvc': 0.75.1
- '@oxc-minify/binding-win32-x64-msvc': 0.75.1
-
- oxc-parser@0.75.1:
- dependencies:
- '@oxc-project/types': 0.75.1
+ '@oxc-minify/binding-android-arm64': 0.78.0
+ '@oxc-minify/binding-darwin-arm64': 0.78.0
+ '@oxc-minify/binding-darwin-x64': 0.78.0
+ '@oxc-minify/binding-freebsd-x64': 0.78.0
+ '@oxc-minify/binding-linux-arm-gnueabihf': 0.78.0
+ '@oxc-minify/binding-linux-arm-musleabihf': 0.78.0
+ '@oxc-minify/binding-linux-arm64-gnu': 0.78.0
+ '@oxc-minify/binding-linux-arm64-musl': 0.78.0
+ '@oxc-minify/binding-linux-riscv64-gnu': 0.78.0
+ '@oxc-minify/binding-linux-s390x-gnu': 0.78.0
+ '@oxc-minify/binding-linux-x64-gnu': 0.78.0
+ '@oxc-minify/binding-linux-x64-musl': 0.78.0
+ '@oxc-minify/binding-wasm32-wasi': 0.78.0
+ '@oxc-minify/binding-win32-arm64-msvc': 0.78.0
+ '@oxc-minify/binding-win32-x64-msvc': 0.78.0
+
+ oxc-parser@0.78.0:
+ dependencies:
+ '@oxc-project/types': 0.78.0
optionalDependencies:
- '@oxc-parser/binding-android-arm64': 0.75.1
- '@oxc-parser/binding-darwin-arm64': 0.75.1
- '@oxc-parser/binding-darwin-x64': 0.75.1
- '@oxc-parser/binding-freebsd-x64': 0.75.1
- '@oxc-parser/binding-linux-arm-gnueabihf': 0.75.1
- '@oxc-parser/binding-linux-arm-musleabihf': 0.75.1
- '@oxc-parser/binding-linux-arm64-gnu': 0.75.1
- '@oxc-parser/binding-linux-arm64-musl': 0.75.1
- '@oxc-parser/binding-linux-riscv64-gnu': 0.75.1
- '@oxc-parser/binding-linux-s390x-gnu': 0.75.1
- '@oxc-parser/binding-linux-x64-gnu': 0.75.1
- '@oxc-parser/binding-linux-x64-musl': 0.75.1
- '@oxc-parser/binding-wasm32-wasi': 0.75.1
- '@oxc-parser/binding-win32-arm64-msvc': 0.75.1
- '@oxc-parser/binding-win32-x64-msvc': 0.75.1
-
- oxc-resolver@11.4.0:
+ '@oxc-parser/binding-android-arm64': 0.78.0
+ '@oxc-parser/binding-darwin-arm64': 0.78.0
+ '@oxc-parser/binding-darwin-x64': 0.78.0
+ '@oxc-parser/binding-freebsd-x64': 0.78.0
+ '@oxc-parser/binding-linux-arm-gnueabihf': 0.78.0
+ '@oxc-parser/binding-linux-arm-musleabihf': 0.78.0
+ '@oxc-parser/binding-linux-arm64-gnu': 0.78.0
+ '@oxc-parser/binding-linux-arm64-musl': 0.78.0
+ '@oxc-parser/binding-linux-riscv64-gnu': 0.78.0
+ '@oxc-parser/binding-linux-s390x-gnu': 0.78.0
+ '@oxc-parser/binding-linux-x64-gnu': 0.78.0
+ '@oxc-parser/binding-linux-x64-musl': 0.78.0
+ '@oxc-parser/binding-wasm32-wasi': 0.78.0
+ '@oxc-parser/binding-win32-arm64-msvc': 0.78.0
+ '@oxc-parser/binding-win32-x64-msvc': 0.78.0
+
+ oxc-resolver@11.6.0:
+ dependencies:
+ napi-postinstall: 0.3.2
optionalDependencies:
- '@oxc-resolver/binding-darwin-arm64': 11.4.0
- '@oxc-resolver/binding-darwin-x64': 11.4.0
- '@oxc-resolver/binding-freebsd-x64': 11.4.0
- '@oxc-resolver/binding-linux-arm-gnueabihf': 11.4.0
- '@oxc-resolver/binding-linux-arm64-gnu': 11.4.0
- '@oxc-resolver/binding-linux-arm64-musl': 11.4.0
- '@oxc-resolver/binding-linux-riscv64-gnu': 11.4.0
- '@oxc-resolver/binding-linux-s390x-gnu': 11.4.0
- '@oxc-resolver/binding-linux-x64-gnu': 11.4.0
- '@oxc-resolver/binding-linux-x64-musl': 11.4.0
- '@oxc-resolver/binding-wasm32-wasi': 11.4.0
- '@oxc-resolver/binding-win32-arm64-msvc': 11.4.0
- '@oxc-resolver/binding-win32-x64-msvc': 11.4.0
-
- oxc-transform@0.75.1:
+ '@oxc-resolver/binding-android-arm-eabi': 11.6.0
+ '@oxc-resolver/binding-android-arm64': 11.6.0
+ '@oxc-resolver/binding-darwin-arm64': 11.6.0
+ '@oxc-resolver/binding-darwin-x64': 11.6.0
+ '@oxc-resolver/binding-freebsd-x64': 11.6.0
+ '@oxc-resolver/binding-linux-arm-gnueabihf': 11.6.0
+ '@oxc-resolver/binding-linux-arm-musleabihf': 11.6.0
+ '@oxc-resolver/binding-linux-arm64-gnu': 11.6.0
+ '@oxc-resolver/binding-linux-arm64-musl': 11.6.0
+ '@oxc-resolver/binding-linux-ppc64-gnu': 11.6.0
+ '@oxc-resolver/binding-linux-riscv64-gnu': 11.6.0
+ '@oxc-resolver/binding-linux-riscv64-musl': 11.6.0
+ '@oxc-resolver/binding-linux-s390x-gnu': 11.6.0
+ '@oxc-resolver/binding-linux-x64-gnu': 11.6.0
+ '@oxc-resolver/binding-linux-x64-musl': 11.6.0
+ '@oxc-resolver/binding-wasm32-wasi': 11.6.0
+ '@oxc-resolver/binding-win32-arm64-msvc': 11.6.0
+ '@oxc-resolver/binding-win32-ia32-msvc': 11.6.0
+ '@oxc-resolver/binding-win32-x64-msvc': 11.6.0
+
+ oxc-transform@0.78.0:
optionalDependencies:
- '@oxc-transform/binding-android-arm64': 0.75.1
- '@oxc-transform/binding-darwin-arm64': 0.75.1
- '@oxc-transform/binding-darwin-x64': 0.75.1
- '@oxc-transform/binding-freebsd-x64': 0.75.1
- '@oxc-transform/binding-linux-arm-gnueabihf': 0.75.1
- '@oxc-transform/binding-linux-arm-musleabihf': 0.75.1
- '@oxc-transform/binding-linux-arm64-gnu': 0.75.1
- '@oxc-transform/binding-linux-arm64-musl': 0.75.1
- '@oxc-transform/binding-linux-riscv64-gnu': 0.75.1
- '@oxc-transform/binding-linux-s390x-gnu': 0.75.1
- '@oxc-transform/binding-linux-x64-gnu': 0.75.1
- '@oxc-transform/binding-linux-x64-musl': 0.75.1
- '@oxc-transform/binding-wasm32-wasi': 0.75.1
- '@oxc-transform/binding-win32-arm64-msvc': 0.75.1
- '@oxc-transform/binding-win32-x64-msvc': 0.75.1
+ '@oxc-transform/binding-android-arm64': 0.78.0
+ '@oxc-transform/binding-darwin-arm64': 0.78.0
+ '@oxc-transform/binding-darwin-x64': 0.78.0
+ '@oxc-transform/binding-freebsd-x64': 0.78.0
+ '@oxc-transform/binding-linux-arm-gnueabihf': 0.78.0
+ '@oxc-transform/binding-linux-arm-musleabihf': 0.78.0
+ '@oxc-transform/binding-linux-arm64-gnu': 0.78.0
+ '@oxc-transform/binding-linux-arm64-musl': 0.78.0
+ '@oxc-transform/binding-linux-riscv64-gnu': 0.78.0
+ '@oxc-transform/binding-linux-s390x-gnu': 0.78.0
+ '@oxc-transform/binding-linux-x64-gnu': 0.78.0
+ '@oxc-transform/binding-linux-x64-musl': 0.78.0
+ '@oxc-transform/binding-wasm32-wasi': 0.78.0
+ '@oxc-transform/binding-win32-arm64-msvc': 0.78.0
+ '@oxc-transform/binding-win32-x64-msvc': 0.78.0
+
+ oxc-walker@0.4.0(oxc-parser@0.78.0):
+ dependencies:
+ estree-walker: 3.0.3
+ magic-regexp: 0.10.0
+ oxc-parser: 0.78.0
p-limit@3.1.0:
dependencies:
@@ -13712,7 +13817,7 @@ snapshots:
picomatch@2.3.1: {}
- picomatch@4.0.2: {}
+ picomatch@4.0.3: {}
pify@4.0.1:
optional: true
@@ -13742,13 +13847,17 @@ snapshots:
dependencies:
yaml: 2.8.0
+ pnpm-workspace-yaml@1.1.0:
+ dependencies:
+ yaml: 2.8.0
+
postcss-calc@10.1.1(postcss@8.5.6):
dependencies:
postcss: 8.5.6
postcss-selector-parser: 7.1.0
postcss-value-parser: 4.2.0
- postcss-colormin@7.0.3(postcss@8.5.6):
+ postcss-colormin@7.0.4(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
caniuse-api: 3.0.0
@@ -13756,7 +13865,7 @@ snapshots:
postcss: 8.5.6
postcss-value-parser: 4.2.0
- postcss-convert-values@7.0.5(postcss@8.5.6):
+ postcss-convert-values@7.0.6(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
postcss: 8.5.6
@@ -13783,9 +13892,9 @@ snapshots:
dependencies:
postcss: 8.5.6
postcss-value-parser: 4.2.0
- stylehacks: 7.0.5(postcss@8.5.6)
+ stylehacks: 7.0.6(postcss@8.5.6)
- postcss-merge-rules@7.0.5(postcss@8.5.6):
+ postcss-merge-rules@7.0.6(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
caniuse-api: 3.0.0
@@ -13805,7 +13914,7 @@ snapshots:
postcss: 8.5.6
postcss-value-parser: 4.2.0
- postcss-minify-params@7.0.3(postcss@8.5.6):
+ postcss-minify-params@7.0.4(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
cssnano-utils: 5.0.1(postcss@8.5.6)
@@ -13847,7 +13956,7 @@ snapshots:
postcss: 8.5.6
postcss-value-parser: 4.2.0
- postcss-normalize-unicode@7.0.3(postcss@8.5.6):
+ postcss-normalize-unicode@7.0.4(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
postcss: 8.5.6
@@ -13869,7 +13978,7 @@ snapshots:
postcss: 8.5.6
postcss-value-parser: 4.2.0
- postcss-reduce-initial@7.0.3(postcss@8.5.6):
+ postcss-reduce-initial@7.0.4(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
caniuse-api: 3.0.0
@@ -13890,11 +13999,11 @@ snapshots:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-svgo@7.0.2(postcss@8.5.6):
+ postcss-svgo@7.1.0(postcss@8.5.6):
dependencies:
postcss: 8.5.6
postcss-value-parser: 4.2.0
- svgo: 3.3.2
+ svgo: 4.0.0
postcss-unique-selectors@7.0.4(postcss@8.5.6):
dependencies:
@@ -13958,24 +14067,24 @@ snapshots:
quansync@0.2.10: {}
- quasar@2.18.1: {}
+ quasar@2.18.2: {}
queue-microtask@1.2.3: {}
- radix-vue@1.9.17(vue@3.5.17(typescript@5.8.3)):
+ radix-vue@1.9.17(vue@3.5.18(typescript@5.8.3)):
dependencies:
'@floating-ui/dom': 1.7.2
- '@floating-ui/vue': 1.1.7(vue@3.5.17(typescript@5.8.3))
+ '@floating-ui/vue': 1.1.7(vue@3.5.18(typescript@5.8.3))
'@internationalized/date': 3.8.2
- '@internationalized/number': 3.6.3
- '@tanstack/vue-virtual': 3.13.12(vue@3.5.17(typescript@5.8.3))
- '@vueuse/core': 10.11.1(vue@3.5.17(typescript@5.8.3))
- '@vueuse/shared': 10.11.1(vue@3.5.17(typescript@5.8.3))
+ '@internationalized/number': 3.6.4
+ '@tanstack/vue-virtual': 3.13.12(vue@3.5.18(typescript@5.8.3))
+ '@vueuse/core': 10.11.1(vue@3.5.18(typescript@5.8.3))
+ '@vueuse/shared': 10.11.1(vue@3.5.18(typescript@5.8.3))
aria-hidden: 1.2.6
defu: 6.1.4
fast-deep-equal: 3.1.3
nanoid: 5.1.5
- vue: 3.5.17(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.8.3)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -14194,86 +14303,88 @@ snapshots:
glob: 11.0.3
package-json-from-dist: 1.0.1
- rolldown-plugin-dts@0.13.13(oxc-resolver@11.4.0)(rolldown@1.0.0-beta.23)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)):
+ rolldown-plugin-dts@0.14.1(oxc-resolver@11.6.0)(rolldown@1.0.0-beta.29)(typescript@5.8.3)(vue-tsc@3.0.3(typescript@5.8.3)):
dependencies:
'@babel/generator': 7.28.0
'@babel/parser': 7.28.0
- '@babel/types': 7.28.0
+ '@babel/types': 7.28.2
ast-kit: 2.1.1
- birpc: 2.4.0
+ birpc: 2.5.0
debug: 4.4.1
- dts-resolver: 2.1.1(oxc-resolver@11.4.0)
+ dts-resolver: 2.1.1(oxc-resolver@11.6.0)
get-tsconfig: 4.10.1
- rolldown: 1.0.0-beta.23
+ rolldown: 1.0.0-beta.29
optionalDependencies:
typescript: 5.8.3
- vue-tsc: 3.0.1(typescript@5.8.3)
+ vue-tsc: 3.0.3(typescript@5.8.3)
transitivePeerDependencies:
- oxc-resolver
- supports-color
- rolldown@1.0.0-beta.23:
+ rolldown@1.0.0-beta.29:
dependencies:
- '@oxc-project/runtime': 0.75.0
- '@oxc-project/types': 0.75.0
- '@rolldown/pluginutils': 1.0.0-beta.23
+ '@oxc-project/runtime': 0.77.3
+ '@oxc-project/types': 0.77.3
+ '@rolldown/pluginutils': 1.0.0-beta.29
ansis: 4.1.0
optionalDependencies:
- '@rolldown/binding-darwin-arm64': 1.0.0-beta.23
- '@rolldown/binding-darwin-x64': 1.0.0-beta.23
- '@rolldown/binding-freebsd-x64': 1.0.0-beta.23
- '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.23
- '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.23
- '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.23
- '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.23
- '@rolldown/binding-linux-x64-musl': 1.0.0-beta.23
- '@rolldown/binding-wasm32-wasi': 1.0.0-beta.23
- '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.23
- '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.23
- '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.23
-
- rollup-plugin-dts@6.2.1(rollup@4.44.2)(typescript@5.8.3):
+ '@rolldown/binding-android-arm64': 1.0.0-beta.29
+ '@rolldown/binding-darwin-arm64': 1.0.0-beta.29
+ '@rolldown/binding-darwin-x64': 1.0.0-beta.29
+ '@rolldown/binding-freebsd-x64': 1.0.0-beta.29
+ '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.29
+ '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.29
+ '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.29
+ '@rolldown/binding-linux-arm64-ohos': 1.0.0-beta.29
+ '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.29
+ '@rolldown/binding-linux-x64-musl': 1.0.0-beta.29
+ '@rolldown/binding-wasm32-wasi': 1.0.0-beta.29
+ '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.29
+ '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.29
+ '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.29
+
+ rollup-plugin-dts@6.2.1(rollup@4.45.1)(typescript@5.8.3):
dependencies:
magic-string: 0.30.17
- rollup: 4.44.2
+ rollup: 4.45.1
typescript: 5.8.3
optionalDependencies:
'@babel/code-frame': 7.27.1
- rollup-plugin-visualizer@6.0.3(rolldown@1.0.0-beta.23)(rollup@4.44.2):
+ rollup-plugin-visualizer@6.0.3(rolldown@1.0.0-beta.29)(rollup@4.45.1):
dependencies:
open: 8.4.2
- picomatch: 4.0.2
- source-map: 0.7.4
+ picomatch: 4.0.3
+ source-map: 0.7.6
yargs: 17.7.2
optionalDependencies:
- rolldown: 1.0.0-beta.23
- rollup: 4.44.2
+ rolldown: 1.0.0-beta.29
+ rollup: 4.45.1
- rollup@4.44.2:
+ rollup@4.45.1:
dependencies:
'@types/estree': 1.0.8
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.44.2
- '@rollup/rollup-android-arm64': 4.44.2
- '@rollup/rollup-darwin-arm64': 4.44.2
- '@rollup/rollup-darwin-x64': 4.44.2
- '@rollup/rollup-freebsd-arm64': 4.44.2
- '@rollup/rollup-freebsd-x64': 4.44.2
- '@rollup/rollup-linux-arm-gnueabihf': 4.44.2
- '@rollup/rollup-linux-arm-musleabihf': 4.44.2
- '@rollup/rollup-linux-arm64-gnu': 4.44.2
- '@rollup/rollup-linux-arm64-musl': 4.44.2
- '@rollup/rollup-linux-loongarch64-gnu': 4.44.2
- '@rollup/rollup-linux-powerpc64le-gnu': 4.44.2
- '@rollup/rollup-linux-riscv64-gnu': 4.44.2
- '@rollup/rollup-linux-riscv64-musl': 4.44.2
- '@rollup/rollup-linux-s390x-gnu': 4.44.2
- '@rollup/rollup-linux-x64-gnu': 4.44.2
- '@rollup/rollup-linux-x64-musl': 4.44.2
- '@rollup/rollup-win32-arm64-msvc': 4.44.2
- '@rollup/rollup-win32-ia32-msvc': 4.44.2
- '@rollup/rollup-win32-x64-msvc': 4.44.2
+ '@rollup/rollup-android-arm-eabi': 4.45.1
+ '@rollup/rollup-android-arm64': 4.45.1
+ '@rollup/rollup-darwin-arm64': 4.45.1
+ '@rollup/rollup-darwin-x64': 4.45.1
+ '@rollup/rollup-freebsd-arm64': 4.45.1
+ '@rollup/rollup-freebsd-x64': 4.45.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.45.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.45.1
+ '@rollup/rollup-linux-arm64-gnu': 4.45.1
+ '@rollup/rollup-linux-arm64-musl': 4.45.1
+ '@rollup/rollup-linux-loongarch64-gnu': 4.45.1
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.45.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.45.1
+ '@rollup/rollup-linux-riscv64-musl': 4.45.1
+ '@rollup/rollup-linux-s390x-gnu': 4.45.1
+ '@rollup/rollup-linux-x64-gnu': 4.45.1
+ '@rollup/rollup-linux-x64-musl': 4.45.1
+ '@rollup/rollup-win32-arm64-msvc': 4.45.1
+ '@rollup/rollup-win32-ia32-msvc': 4.45.1
+ '@rollup/rollup-win32-x64-msvc': 4.45.1
fsevents: 2.3.3
run-applescript@7.0.0: {}
@@ -14293,8 +14404,7 @@ snapshots:
safer-buffer@2.1.2:
optional: true
- sax@1.4.1:
- optional: true
+ sax@1.4.1: {}
schema-utils@4.3.2:
dependencies:
@@ -14393,14 +14503,14 @@ snapshots:
shell-quote@1.8.3: {}
- shiki@3.7.0:
+ shiki@3.8.1:
dependencies:
- '@shikijs/core': 3.7.0
- '@shikijs/engine-javascript': 3.7.0
- '@shikijs/engine-oniguruma': 3.7.0
- '@shikijs/langs': 3.7.0
- '@shikijs/themes': 3.7.0
- '@shikijs/types': 3.7.0
+ '@shikijs/core': 3.8.1
+ '@shikijs/engine-javascript': 3.8.1
+ '@shikijs/engine-oniguruma': 3.8.1
+ '@shikijs/langs': 3.8.1
+ '@shikijs/themes': 3.8.1
+ '@shikijs/types': 3.8.1
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
@@ -14444,7 +14554,7 @@ snapshots:
source-map@0.6.1: {}
- source-map@0.7.4: {}
+ source-map@0.7.6: {}
space-separated-tokens@2.0.2: {}
@@ -14478,7 +14588,7 @@ snapshots:
fast-fifo: 1.3.2
text-decoder: 1.2.3
optionalDependencies:
- bare-events: 2.5.4
+ bare-events: 2.6.0
string-width@4.2.3:
dependencies:
@@ -14537,7 +14647,7 @@ snapshots:
structured-clone-es@1.0.0: {}
- stylehacks@7.0.5(postcss@8.5.6):
+ stylehacks@7.0.6(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
postcss: 8.5.6
@@ -14563,19 +14673,19 @@ snapshots:
supports-preserve-symlinks-flag@1.0.0: {}
- svgo@3.3.2:
+ svgo@4.0.0:
dependencies:
- '@trysound/sax': 0.2.0
- commander: 7.2.0
+ commander: 11.1.0
css-select: 5.2.2
- css-tree: 2.3.1
+ css-tree: 3.1.0
css-what: 6.2.2
csso: 5.0.5
picocolors: 1.1.1
+ sax: 1.4.1
- synckit@0.11.8:
+ synckit@0.11.11:
dependencies:
- '@pkgr/core': 0.2.7
+ '@pkgr/core': 0.2.9
system-architecture@0.1.0: {}
@@ -14613,16 +14723,16 @@ snapshots:
unconfig: 7.3.2
yaml: 2.8.0
- terser-webpack-plugin@5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5)):
+ terser-webpack-plugin@5.3.14(esbuild@0.25.8)(webpack@5.100.2(esbuild@0.25.8)):
dependencies:
'@jridgewell/trace-mapping': 0.3.29
jest-worker: 27.5.1
schema-utils: 4.3.2
serialize-javascript: 6.0.2
terser: 5.43.1
- webpack: 5.99.9(esbuild@0.25.5)
+ webpack: 5.100.2(esbuild@0.25.8)
optionalDependencies:
- esbuild: 0.25.5
+ esbuild: 0.25.8
terser@5.43.1:
dependencies:
@@ -14653,8 +14763,8 @@ snapshots:
tinyglobby@0.2.14:
dependencies:
- fdir: 6.4.6(picomatch@4.0.2)
- picomatch: 4.0.2
+ fdir: 6.4.6(picomatch@4.0.3)
+ picomatch: 4.0.3
tinypool@1.1.1: {}
@@ -14684,10 +14794,10 @@ snapshots:
ts-declaration-location@1.0.7(typescript@5.8.3):
dependencies:
- picomatch: 4.0.2
+ picomatch: 4.0.3
typescript: 5.8.3
- ts-macro@0.2.7:
+ ts-macro@0.3.1:
dependencies:
muggle-string: 0.4.1
@@ -14695,7 +14805,7 @@ snapshots:
optionalDependencies:
typescript: 5.8.3
- tsdown@0.12.9(oxc-resolver@11.4.0)(publint@0.3.12)(typescript@5.8.3)(unplugin-unused@0.5.1)(vue-tsc@3.0.1(typescript@5.8.3)):
+ tsdown@0.13.0(oxc-resolver@11.6.0)(publint@0.3.12)(typescript@5.8.3)(unplugin-unused@0.5.1)(vue-tsc@3.0.3(typescript@5.8.3)):
dependencies:
ansis: 4.1.0
cac: 6.7.14
@@ -14704,8 +14814,8 @@ snapshots:
diff: 8.0.2
empathic: 2.0.0
hookable: 5.5.3
- rolldown: 1.0.0-beta.23
- rolldown-plugin-dts: 0.13.13(oxc-resolver@11.4.0)(rolldown@1.0.0-beta.23)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))
+ rolldown: 1.0.0-beta.29
+ rolldown-plugin-dts: 0.14.1(oxc-resolver@11.6.0)(rolldown@1.0.0-beta.29)(typescript@5.8.3)(vue-tsc@3.0.3(typescript@5.8.3))
semver: 7.7.2
tinyexec: 1.0.1
tinyglobby: 0.2.14
@@ -14724,26 +14834,26 @@ snapshots:
tsx@4.20.3:
dependencies:
- esbuild: 0.25.5
+ esbuild: 0.25.8
get-tsconfig: 4.10.1
optionalDependencies:
fsevents: 2.3.3
- twoslash-protocol@0.3.2: {}
+ twoslash-protocol@0.3.3: {}
- twoslash-vue@0.3.2(typescript@5.8.3):
+ twoslash-vue@0.3.3(typescript@5.8.3):
dependencies:
- '@vue/language-core': 3.0.1(typescript@5.8.3)
- twoslash: 0.3.2(typescript@5.8.3)
- twoslash-protocol: 0.3.2
+ '@vue/language-core': 3.0.3(typescript@5.8.3)
+ twoslash: 0.3.3(typescript@5.8.3)
+ twoslash-protocol: 0.3.3
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- twoslash@0.3.2(typescript@5.8.3):
+ twoslash@0.3.3(typescript@5.8.3):
dependencies:
'@typescript/vfs': 1.6.1(typescript@5.8.3)
- twoslash-protocol: 0.3.2
+ twoslash-protocol: 0.3.3
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
@@ -14754,12 +14864,15 @@ snapshots:
type-fest@4.41.0: {}
- typescript-eslint@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3):
+ type-level-regexp@0.1.17: {}
+
+ typescript-eslint@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.35.1(@typescript-eslint/parser@8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/parser': 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/utils': 8.35.1(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.30.1(jiti@2.4.2)
+ '@typescript-eslint/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)
+ eslint: 9.31.0(jiti@2.5.1)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
@@ -14776,7 +14889,7 @@ snapshots:
dependencies:
'@quansync/fs': 0.1.3
defu: 6.1.4
- jiti: 2.4.2
+ jiti: 2.5.1
quansync: 0.2.10
uncrypto@0.1.3: {}
@@ -14798,7 +14911,7 @@ snapshots:
pathe: 2.0.3
ufo: 1.6.1
- unhead@2.0.11:
+ unhead@2.0.12:
dependencies:
hookable: 5.5.3
@@ -14830,7 +14943,7 @@ snapshots:
ofetch: 1.4.1
ohash: 2.0.11
- unimport@5.1.0:
+ unimport@5.2.0:
dependencies:
acorn: 8.15.0
escape-string-regexp: 5.0.0
@@ -14839,7 +14952,7 @@ snapshots:
magic-string: 0.30.17
mlly: 1.7.4
pathe: 2.0.3
- picomatch: 4.0.2
+ picomatch: 4.0.3
pkg-types: 2.2.0
scule: 1.3.0
strip-literal: 3.0.0
@@ -14897,51 +15010,51 @@ snapshots:
universalify@2.0.1: {}
- unocss@66.3.2(@unocss/webpack@66.3.2(webpack@5.99.9(esbuild@0.25.5)))(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3)):
- dependencies:
- '@unocss/astro': 66.3.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
- '@unocss/cli': 66.3.2
- '@unocss/core': 66.3.2
- '@unocss/postcss': 66.3.2
- '@unocss/preset-attributify': 66.3.2
- '@unocss/preset-icons': 66.3.2
- '@unocss/preset-mini': 66.3.2
- '@unocss/preset-tagify': 66.3.2
- '@unocss/preset-typography': 66.3.2
- '@unocss/preset-uno': 66.3.2
- '@unocss/preset-web-fonts': 66.3.2
- '@unocss/preset-wind': 66.3.2
- '@unocss/preset-wind3': 66.3.2
- '@unocss/preset-wind4': 66.3.2
- '@unocss/transformer-attributify-jsx': 66.3.2
- '@unocss/transformer-compile-class': 66.3.2
- '@unocss/transformer-directives': 66.3.2
- '@unocss/transformer-variant-group': 66.3.2
- '@unocss/vite': 66.3.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ unocss@66.3.3(@unocss/webpack@66.3.3(webpack@5.100.2(esbuild@0.25.8)))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3)):
+ dependencies:
+ '@unocss/astro': 66.3.3(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ '@unocss/cli': 66.3.3
+ '@unocss/core': 66.3.3
+ '@unocss/postcss': 66.3.3
+ '@unocss/preset-attributify': 66.3.3
+ '@unocss/preset-icons': 66.3.3
+ '@unocss/preset-mini': 66.3.3
+ '@unocss/preset-tagify': 66.3.3
+ '@unocss/preset-typography': 66.3.3
+ '@unocss/preset-uno': 66.3.3
+ '@unocss/preset-web-fonts': 66.3.3
+ '@unocss/preset-wind': 66.3.3
+ '@unocss/preset-wind3': 66.3.3
+ '@unocss/preset-wind4': 66.3.3
+ '@unocss/transformer-attributify-jsx': 66.3.3
+ '@unocss/transformer-compile-class': 66.3.3
+ '@unocss/transformer-directives': 66.3.3
+ '@unocss/transformer-variant-group': 66.3.3
+ '@unocss/vite': 66.3.3(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
optionalDependencies:
- '@unocss/webpack': 66.3.2(webpack@5.99.9(esbuild@0.25.5))
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ '@unocss/webpack': 66.3.3(webpack@5.100.2(esbuild@0.25.8))
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- supports-color
- vue
- unplugin-combine@2.0.0(@rspack/core@1.4.3(@swc/helpers@0.5.17))(esbuild@0.25.5)(rolldown@1.0.0-beta.23)(rollup@4.44.2)(unplugin@2.3.5)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(webpack@5.99.9(esbuild@0.25.5)):
+ unplugin-combine@2.0.0(@rspack/core@1.4.10(@swc/helpers@0.5.17))(esbuild@0.25.8)(rolldown@1.0.0-beta.29)(rollup@4.45.1)(unplugin@2.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(webpack@5.100.2(esbuild@0.25.8)):
optionalDependencies:
- '@rspack/core': 1.4.3(@swc/helpers@0.5.17)
- esbuild: 0.25.5
- rolldown: 1.0.0-beta.23
- rollup: 4.44.2
+ '@rspack/core': 1.4.10(@swc/helpers@0.5.17)
+ esbuild: 0.25.8
+ rolldown: 1.0.0-beta.29
+ rollup: 4.45.1
unplugin: 2.3.5
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- webpack: 5.99.9(esbuild@0.25.5)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ webpack: 5.100.2(esbuild@0.25.8)
- unplugin-macros@0.17.0(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0):
+ unplugin-macros@0.17.1(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0):
dependencies:
ast-kit: 2.1.1
- magic-string-ast: 0.9.1
+ magic-string-ast: 1.0.0
unplugin: 2.3.5
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-node: 3.2.4(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite-node: 3.2.4(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -14956,24 +15069,24 @@ snapshots:
- tsx
- yaml
- unplugin-oxc@0.4.6:
+ unplugin-oxc@0.4.8:
dependencies:
- oxc-minify: 0.75.1
- oxc-resolver: 11.4.0
- oxc-transform: 0.75.1
+ oxc-minify: 0.78.0
+ oxc-resolver: 11.6.0
+ oxc-transform: 0.78.0
unplugin: 2.3.5
unplugin-utils: 0.2.4
- unplugin-quansync@0.4.2(quansync@0.2.10):
+ unplugin-quansync@0.4.3(quansync@0.2.10):
dependencies:
ast-kit: 2.1.1
- magic-string-ast: 0.9.1
+ magic-string-ast: 1.0.0
quansync: 0.2.10
unplugin: 2.3.5
unplugin-raw@0.5.0:
dependencies:
- esbuild: 0.25.5
+ esbuild: 0.25.8
unplugin: 2.3.5
unplugin-utils: 0.2.4
@@ -14987,12 +15100,12 @@ snapshots:
unplugin-utils@0.2.4:
dependencies:
pathe: 2.0.3
- picomatch: 4.0.2
+ picomatch: 4.0.3
- unplugin-vue-router@0.14.0(@vue/compiler-sfc@3.5.17)(vue-router@4.5.1(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)):
+ unplugin-vue-router@0.14.0(@vue/compiler-sfc@3.5.18)(vue-router@4.5.1(vue@3.5.18(typescript@5.8.3)))(vue@3.5.18(typescript@5.8.3)):
dependencies:
- '@vue-macros/common': 3.0.0-beta.15(vue@3.5.17(typescript@5.8.3))
- '@vue/compiler-sfc': 3.5.17
+ '@vue-macros/common': 3.0.0-beta.15(vue@3.5.18(typescript@5.8.3))
+ '@vue/compiler-sfc': 3.5.18
ast-walker-scope: 0.8.1
chokidar: 4.0.3
fast-glob: 3.3.3
@@ -15001,23 +15114,23 @@ snapshots:
magic-string: 0.30.17
mlly: 1.7.4
pathe: 2.0.3
- picomatch: 4.0.2
+ picomatch: 4.0.3
scule: 1.3.0
unplugin: 2.3.5
unplugin-utils: 0.2.4
yaml: 2.8.0
optionalDependencies:
- vue-router: 4.5.1(vue@3.5.17(typescript@5.8.3))
+ vue-router: 4.5.1(vue@3.5.18(typescript@5.8.3))
transitivePeerDependencies:
- vue
- unplugin-vue@6.2.0(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.17(typescript@5.8.3))(yaml@2.8.0):
+ unplugin-vue@7.0.0(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.8.0):
dependencies:
- '@vue/reactivity': 3.5.17
+ '@vue/reactivity': 3.5.18
debug: 4.4.1
unplugin: 2.3.5
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vue: 3.5.17(typescript@5.8.3)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vue: 3.5.18(typescript@5.8.3)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -15040,34 +15153,34 @@ snapshots:
unplugin@2.3.5:
dependencies:
acorn: 8.15.0
- picomatch: 4.0.2
+ picomatch: 4.0.3
webpack-virtual-modules: 0.6.2
- unrs-resolver@1.10.1:
+ unrs-resolver@1.11.1:
dependencies:
- napi-postinstall: 0.3.0
+ napi-postinstall: 0.3.2
optionalDependencies:
- '@unrs/resolver-binding-android-arm-eabi': 1.10.1
- '@unrs/resolver-binding-android-arm64': 1.10.1
- '@unrs/resolver-binding-darwin-arm64': 1.10.1
- '@unrs/resolver-binding-darwin-x64': 1.10.1
- '@unrs/resolver-binding-freebsd-x64': 1.10.1
- '@unrs/resolver-binding-linux-arm-gnueabihf': 1.10.1
- '@unrs/resolver-binding-linux-arm-musleabihf': 1.10.1
- '@unrs/resolver-binding-linux-arm64-gnu': 1.10.1
- '@unrs/resolver-binding-linux-arm64-musl': 1.10.1
- '@unrs/resolver-binding-linux-ppc64-gnu': 1.10.1
- '@unrs/resolver-binding-linux-riscv64-gnu': 1.10.1
- '@unrs/resolver-binding-linux-riscv64-musl': 1.10.1
- '@unrs/resolver-binding-linux-s390x-gnu': 1.10.1
- '@unrs/resolver-binding-linux-x64-gnu': 1.10.1
- '@unrs/resolver-binding-linux-x64-musl': 1.10.1
- '@unrs/resolver-binding-wasm32-wasi': 1.10.1
- '@unrs/resolver-binding-win32-arm64-msvc': 1.10.1
- '@unrs/resolver-binding-win32-ia32-msvc': 1.10.1
- '@unrs/resolver-binding-win32-x64-msvc': 1.10.1
-
- unstorage@1.16.0(db0@0.3.2)(ioredis@5.6.1):
+ '@unrs/resolver-binding-android-arm-eabi': 1.11.1
+ '@unrs/resolver-binding-android-arm64': 1.11.1
+ '@unrs/resolver-binding-darwin-arm64': 1.11.1
+ '@unrs/resolver-binding-darwin-x64': 1.11.1
+ '@unrs/resolver-binding-freebsd-x64': 1.11.1
+ '@unrs/resolver-binding-linux-arm-gnueabihf': 1.11.1
+ '@unrs/resolver-binding-linux-arm-musleabihf': 1.11.1
+ '@unrs/resolver-binding-linux-arm64-gnu': 1.11.1
+ '@unrs/resolver-binding-linux-arm64-musl': 1.11.1
+ '@unrs/resolver-binding-linux-ppc64-gnu': 1.11.1
+ '@unrs/resolver-binding-linux-riscv64-gnu': 1.11.1
+ '@unrs/resolver-binding-linux-riscv64-musl': 1.11.1
+ '@unrs/resolver-binding-linux-s390x-gnu': 1.11.1
+ '@unrs/resolver-binding-linux-x64-gnu': 1.11.1
+ '@unrs/resolver-binding-linux-x64-musl': 1.11.1
+ '@unrs/resolver-binding-wasm32-wasi': 1.11.1
+ '@unrs/resolver-binding-win32-arm64-msvc': 1.11.1
+ '@unrs/resolver-binding-win32-ia32-msvc': 1.11.1
+ '@unrs/resolver-binding-win32-x64-msvc': 1.11.1
+
+ unstorage@1.16.1(db0@0.3.2)(ioredis@5.6.1):
dependencies:
anymatch: 3.1.3
chokidar: 4.0.3
@@ -15091,7 +15204,7 @@ snapshots:
dependencies:
citty: 0.1.6
defu: 6.1.4
- jiti: 2.4.2
+ jiti: 2.5.1
knitwork: 1.2.0
scule: 1.3.0
@@ -15133,22 +15246,22 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.2
- vite-dev-rpc@1.1.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
+ vite-dev-rpc@1.1.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
dependencies:
- birpc: 2.4.0
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-hot-client: 2.1.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ birpc: 2.5.0
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite-hot-client: 2.1.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
- vite-hot-client@2.1.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
+ vite-hot-client@2.1.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
dependencies:
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-hyper-config@0.7.0(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(yaml@2.8.0):
+ vite-hyper-config@0.7.0(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(yaml@2.8.0):
dependencies:
cac: 6.7.14
picocolors: 1.1.1
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-node: 3.2.4(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite-node: 3.2.4(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -15163,13 +15276,13 @@ snapshots:
- tsx
- yaml
- vite-node@3.2.4(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0):
+ vite-node@3.2.4(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0):
dependencies:
cac: 6.7.14
debug: 4.4.1
es-module-lexer: 1.7.0
pathe: 2.0.3
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -15184,89 +15297,89 @@ snapshots:
- tsx
- yaml
- vite-plugin-checker@0.9.3(eslint@9.30.1(jiti@2.4.2))(optionator@0.9.4)(typescript@5.8.3)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue-tsc@3.0.1(typescript@5.8.3)):
+ vite-plugin-checker@0.10.1(eslint@9.31.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue-tsc@3.0.3(typescript@5.8.3)):
dependencies:
'@babel/code-frame': 7.27.1
chokidar: 4.0.3
npm-run-path: 6.0.0
picocolors: 1.1.1
- picomatch: 4.0.2
+ picomatch: 4.0.3
strip-ansi: 7.1.0
tiny-invariant: 1.3.3
tinyglobby: 0.2.14
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
vscode-uri: 3.1.0
optionalDependencies:
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
optionator: 0.9.4
typescript: 5.8.3
- vue-tsc: 3.0.1(typescript@5.8.3)
+ vue-tsc: 3.0.3(typescript@5.8.3)
- vite-plugin-inspect@0.8.9(@nuxt/kit@3.17.6(magicast@0.3.5))(rollup@4.44.2)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
+ vite-plugin-inspect@0.8.9(@nuxt/kit@3.17.7(magicast@0.3.5))(rollup@4.45.1)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.2.0(rollup@4.44.2)
+ '@rollup/pluginutils': 5.2.0(rollup@4.45.1)
debug: 4.4.1
error-stack-parser-es: 0.1.5
fs-extra: 11.3.0
- open: 10.1.2
+ open: 10.2.0
perfect-debounce: 1.0.0
picocolors: 1.1.1
sirv: 3.0.1
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
optionalDependencies:
- '@nuxt/kit': 3.17.6(magicast@0.3.5)
+ '@nuxt/kit': 3.17.7(magicast@0.3.5)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-inspect@11.3.0(@nuxt/kit@3.17.6(magicast@0.3.5))(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
+ vite-plugin-inspect@11.3.0(@nuxt/kit@3.17.7(magicast@0.3.5))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
dependencies:
ansis: 4.1.0
debug: 4.4.1
error-stack-parser-es: 1.0.5
ohash: 2.0.11
- open: 10.1.2
+ open: 10.2.0
perfect-debounce: 1.0.0
sirv: 3.0.1
unplugin-utils: 0.2.4
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-dev-rpc: 1.1.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite-dev-rpc: 1.1.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
optionalDependencies:
- '@nuxt/kit': 3.17.6(magicast@0.3.5)
+ '@nuxt/kit': 3.17.7(magicast@0.3.5)
transitivePeerDependencies:
- supports-color
- vite-plugin-stylex@0.13.0(@stylexjs/stylex@0.12.0)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
+ vite-plugin-stylex@0.13.0(@stylexjs/stylex@0.14.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
dependencies:
'@babel/core': 7.28.0
'@babel/plugin-syntax-flow': 7.27.1(@babel/core@7.28.0)
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.0)
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.0)
'@stylexjs/babel-plugin': 0.9.3
- '@stylexjs/stylex': 0.12.0
+ '@stylexjs/stylex': 0.14.3
compare-versions: 6.1.1
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-devtools@7.7.7(@nuxt/kit@3.17.6(magicast@0.3.5))(rollup@4.44.2)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3)):
+ vite-plugin-vue-devtools@7.7.7(@nuxt/kit@3.17.7(magicast@0.3.5))(rollup@4.45.1)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3)):
dependencies:
- '@vue/devtools-core': 7.7.7(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ '@vue/devtools-core': 7.7.7(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
'@vue/devtools-kit': 7.7.7
'@vue/devtools-shared': 7.7.7
execa: 9.6.0
sirv: 3.0.1
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-plugin-inspect: 0.8.9(@nuxt/kit@3.17.6(magicast@0.3.5))(rollup@4.44.2)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
- vite-plugin-vue-inspector: 5.3.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite-plugin-inspect: 0.8.9(@nuxt/kit@3.17.7(magicast@0.3.5))(rollup@4.45.1)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ vite-plugin-vue-inspector: 5.3.2(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
transitivePeerDependencies:
- '@nuxt/kit'
- rollup
- supports-color
- vue
- vite-plugin-vue-inspector@5.3.2(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
+ vite-plugin-vue-inspector@5.3.2(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
dependencies:
'@babel/core': 7.28.0
'@babel/plugin-proposal-decorators': 7.28.0(@babel/core@7.28.0)
@@ -15274,55 +15387,55 @@ snapshots:
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.0)
'@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.0)
'@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.28.0)
- '@vue/compiler-dom': 3.5.17
+ '@vue/compiler-dom': 3.5.18
kolorist: 1.8.0
magic-string: 0.30.17
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-tracer@1.0.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3)):
+ vite-plugin-vue-tracer@1.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3)):
dependencies:
estree-walker: 3.0.3
exsolve: 1.0.7
magic-string: 0.30.17
pathe: 2.0.3
source-map-js: 1.2.1
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vue: 3.5.17(typescript@5.8.3)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vue: 3.5.18(typescript@5.8.3)
- vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0):
+ vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0):
dependencies:
- esbuild: 0.25.5
- fdir: 6.4.6(picomatch@4.0.2)
- picomatch: 4.0.2
+ esbuild: 0.25.8
+ fdir: 6.4.6(picomatch@4.0.3)
+ picomatch: 4.0.3
postcss: 8.5.6
- rollup: 4.44.2
+ rollup: 4.45.1
tinyglobby: 0.2.14
optionalDependencies:
- '@types/node': 24.0.10
+ '@types/node': 24.1.0
fsevents: 2.3.3
- jiti: 2.4.2
- less: 4.3.0
+ jiti: 2.5.1
+ less: 4.4.0
terser: 5.43.1
tsx: 4.20.3
yaml: 2.8.0
- vitefu@1.1.1(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
+ vitefu@1.1.1(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
optionalDependencies:
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vitepress-plugin-group-icons@1.6.1(markdown-it@14.1.0)(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
+ vitepress-plugin-group-icons@1.6.1(markdown-it@14.1.0)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)):
dependencies:
- '@iconify-json/logos': 1.2.4
+ '@iconify-json/logos': 1.2.5
'@iconify-json/vscode-icons': 1.2.23
'@iconify/utils': 2.3.0
markdown-it: 14.1.0
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
transitivePeerDependencies:
- supports-color
- vitepress-plugin-llms@1.6.0:
+ vitepress-plugin-llms@1.7.1:
dependencies:
byte-size: 9.0.1
gray-matter: 4.0.3
@@ -15341,26 +15454,27 @@ snapshots:
- '@75lb/nature'
- supports-color
- vitepress@2.0.0-alpha.7(@algolia/client-search@5.30.0)(@types/node@24.0.10)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.4.2)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0):
+ vitepress@2.0.0-alpha.8(@algolia/client-search@5.34.1)(@types/node@24.1.0)(change-case@5.4.4)(fuse.js@7.1.0)(jiti@2.5.1)(less@4.4.0)(oxc-minify@0.78.0)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0):
dependencies:
'@docsearch/css': 3.9.0
- '@docsearch/js': 3.9.0(@algolia/client-search@5.30.0)
- '@iconify-json/simple-icons': 1.2.41
- '@shikijs/core': 3.7.0
- '@shikijs/transformers': 3.7.0
- '@shikijs/types': 3.7.0
- '@vitejs/plugin-vue': 6.0.0(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))
+ '@docsearch/js': 3.9.0(@algolia/client-search@5.34.1)
+ '@iconify-json/simple-icons': 1.2.44
+ '@shikijs/core': 3.8.1
+ '@shikijs/transformers': 3.8.1
+ '@shikijs/types': 3.8.1
+ '@vitejs/plugin-vue': 6.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
'@vue/devtools-api': 7.7.7
- '@vue/shared': 3.5.17
- '@vueuse/core': 13.5.0(vue@3.5.17(typescript@5.8.3))
- '@vueuse/integrations': 13.5.0(change-case@5.4.4)(focus-trap@7.6.5)(fuse.js@7.1.0)(vue@3.5.17(typescript@5.8.3))
+ '@vue/shared': 3.5.18
+ '@vueuse/core': 13.5.0(vue@3.5.18(typescript@5.8.3))
+ '@vueuse/integrations': 13.5.0(change-case@5.4.4)(focus-trap@7.6.5)(fuse.js@7.1.0)(vue@3.5.18(typescript@5.8.3))
focus-trap: 7.6.5
mark.js: 8.11.1
minisearch: 7.1.2
- shiki: 3.7.0
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vue: 3.5.17(typescript@5.8.3)
+ shiki: 3.8.1
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vue: 3.5.18(typescript@5.8.3)
optionalDependencies:
+ oxc-minify: 0.78.0
postcss: 8.5.6
transitivePeerDependencies:
- '@algolia/client-search'
@@ -15392,34 +15506,34 @@ snapshots:
- universal-cookie
- yaml
- vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.0.10)(@vitest/ui@3.2.4)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0):
+ vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.1.0)(@vitest/ui@3.2.4)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0):
dependencies:
'@types/chai': 5.2.2
'@vitest/expect': 3.2.4
- '@vitest/mocker': 3.2.4(vite@7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
+ '@vitest/mocker': 3.2.4(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0))
'@vitest/pretty-format': 3.2.4
'@vitest/runner': 3.2.4
'@vitest/snapshot': 3.2.4
'@vitest/spy': 3.2.4
'@vitest/utils': 3.2.4
- chai: 5.2.0
+ chai: 5.2.1
debug: 4.4.1
- expect-type: 1.2.1
+ expect-type: 1.2.2
magic-string: 0.30.17
pathe: 2.0.3
- picomatch: 4.0.2
+ picomatch: 4.0.3
std-env: 3.9.0
tinybench: 2.9.0
tinyexec: 0.3.2
tinyglobby: 0.2.14
tinypool: 1.1.1
tinyrainbow: 2.0.0
- vite: 7.0.2(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
- vite-node: 3.2.4(@types/node@24.0.10)(jiti@2.4.2)(less@4.3.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
+ vite-node: 3.2.4(@types/node@24.1.0)(jiti@2.5.1)(less@4.4.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
why-is-node-running: 2.3.0
optionalDependencies:
'@types/debug': 4.1.12
- '@types/node': 24.0.10
+ '@types/node': 24.1.0
'@vitest/ui': 3.2.4(vitest@3.2.4)
transitivePeerDependencies:
- jiti
@@ -15443,16 +15557,16 @@ snapshots:
dependencies:
ufo: 1.6.1
- vue-demi@0.14.10(vue@3.5.17(typescript@5.8.3)):
+ vue-demi@0.14.10(vue@3.5.18(typescript@5.8.3)):
dependencies:
- vue: 3.5.17(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.8.3)
vue-devtools-stub@0.1.0: {}
- vue-eslint-parser@10.2.0(eslint@9.30.1(jiti@2.4.2)):
+ vue-eslint-parser@10.2.0(eslint@9.31.0(jiti@2.5.1)):
dependencies:
debug: 4.4.1
- eslint: 9.30.1(jiti@2.4.2)
+ eslint: 9.31.0(jiti@2.5.1)
eslint-scope: 8.4.0
eslint-visitor-keys: 4.2.1
espree: 10.4.0
@@ -15461,32 +15575,32 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vue-flow-layout@0.1.1(vue@3.5.17(typescript@5.8.3)):
+ vue-flow-layout@0.1.1(vue@3.5.18(typescript@5.8.3)):
dependencies:
- vue: 3.5.17(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.8.3)
- vue-resize@2.0.0-alpha.1(vue@3.5.17(typescript@5.8.3)):
+ vue-resize@2.0.0-alpha.1(vue@3.5.18(typescript@5.8.3)):
dependencies:
- vue: 3.5.17(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.8.3)
- vue-router@4.5.1(vue@3.5.17(typescript@5.8.3)):
+ vue-router@4.5.1(vue@3.5.18(typescript@5.8.3)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.17(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.8.3)
- vue-tsc@3.0.1(typescript@5.8.3):
+ vue-tsc@3.0.3(typescript@5.8.3):
dependencies:
- '@volar/typescript': 2.4.17
- '@vue/language-core': 3.0.1(typescript@5.8.3)
+ '@volar/typescript': 2.4.20
+ '@vue/language-core': 3.0.3(typescript@5.8.3)
typescript: 5.8.3
- vue@3.5.17(typescript@5.8.3):
+ vue@3.5.18(typescript@5.8.3):
dependencies:
- '@vue/compiler-dom': 3.5.17
- '@vue/compiler-sfc': 3.5.17
- '@vue/runtime-dom': 3.5.17
- '@vue/server-renderer': 3.5.17(vue@3.5.17(typescript@5.8.3))
- '@vue/shared': 3.5.17
+ '@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.8.3))
+ '@vue/shared': 3.5.18
optionalDependencies:
typescript: 5.8.3
@@ -15503,7 +15617,7 @@ snapshots:
webpack-virtual-modules@0.6.2: {}
- webpack@5.99.9(esbuild@0.25.5):
+ webpack@5.100.2(esbuild@0.25.8):
dependencies:
'@types/eslint-scope': 3.7.7
'@types/estree': 1.0.8
@@ -15512,6 +15626,7 @@ snapshots:
'@webassemblyjs/wasm-edit': 1.14.1
'@webassemblyjs/wasm-parser': 1.14.1
acorn: 8.15.0
+ acorn-import-phases: 1.0.4(acorn@8.15.0)
browserslist: 4.25.1
chrome-trace-event: 1.0.4
enhanced-resolve: 5.18.2
@@ -15526,7 +15641,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 4.3.2
tapable: 2.2.2
- terser-webpack-plugin: 5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5))
+ terser-webpack-plugin: 5.3.14(esbuild@0.25.8)(webpack@5.100.2(esbuild@0.25.8))
watchpack: 2.4.4
webpack-sources: 3.3.3
transitivePeerDependencies:
@@ -15580,6 +15695,10 @@ snapshots:
ws@8.18.3: {}
+ wsl-utils@0.1.0:
+ dependencies:
+ is-wsl: 3.1.0
+
xdg-basedir@5.1.0: {}
xml-name-validator@4.0.0: {}
@@ -15648,15 +15767,15 @@ snapshots:
compress-commons: 6.0.2
readable-stream: 4.7.0
- zod-to-json-schema@3.24.6(zod@3.25.74):
+ zod-to-json-schema@3.24.6(zod@3.25.76):
dependencies:
- zod: 3.25.74
+ zod: 3.25.76
- zod-to-ts@1.2.0(typescript@5.8.3)(zod@3.25.74):
+ zod-to-ts@1.2.0(typescript@5.8.3)(zod@3.25.76):
dependencies:
typescript: 5.8.3
- zod: 3.25.74
+ zod: 3.25.76
- zod@3.25.74: {}
+ zod@3.25.76: {}
zwitch@2.0.4: {}
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
index 1e9159f0a..27f723f33 100644
--- a/pnpm-workspace.yaml
+++ b/pnpm-workspace.yaml
@@ -3,15 +3,34 @@ packages:
- playground/*
- docs
+overrides:
+ '@netlify/functions': '-'
+ '@rolldown/pluginutils': 'catalog:'
+ '@shikijs/core': 'catalog:'
+ '@shikijs/transformers': 'catalog:'
+ '@shikijs/types': 'catalog:'
+ '@vitejs/plugin-vue': 'catalog:'
+ '@vitejs/plugin-vue-jsx': 'catalog:'
+ '@vue/language-core': 'catalog:'
+ is-core-module: 'npm:@no-shims/is-core-module'
+ oxc-parser: 'catalog:'
+ shiki: 'catalog:'
+ smartwrap: 'npm:@no-shims/smartwrap'
+ vite: 'catalog:'
+ vue: 'catalog:'
+ oxc-minify: 'catalog:'
+ oxc-transform: 'catalog:'
+
defines:
- &babel ^7.28.0
- &nolebase ^2.18.0
- - &shiki ^3.7.0
- - &unocss ^66.3.2
+ - &shiki ^3.8.1
+ - &unocss ^66.3.3
- &vitest ^3.2.4
- - &volar 3.0.1
- - &vue ^3.5.17
- - &rolldown ^1.0.0-beta.23
+ - &volar 3.0.3
+ - &vue ^3.5.18
+ - &rolldown ^1.0.0-beta.29
+ - &oxc ^0.78.0
catalog:
'@babel/parser': *babel
@@ -47,82 +66,83 @@ catalog:
'@nolebase/vitepress-plugin-highlight-targeted-heading': *nolebase
'@astrojs/vue': ^5.1.0
- '@iconify-json/logos': ^1.2.4
+ '@iconify-json/logos': ^1.2.5
'@iconify-json/ri': ^1.2.5
'@nuxt/devtools': ^2.6.2
- '@nuxt/kit': ^3.17.6
- '@nuxt/schema': ^3.17.6
+ '@nuxt/kit': ^4.0.1
+ '@nuxt/schema': ^4.0.1
'@rolldown/pluginutils': *rolldown
'@rollup/plugin-commonjs': ^28.0.6
'@rollup/plugin-json': ^6.1.0
'@rollup/plugin-node-resolve': ^16.0.1
- '@rspack/core': ^1.4.3
- '@stylexjs/stylex': ^0.12.0
- '@sxzz/eslint-config': ^7.0.4
+ '@rspack/core': ^1.4.10
+ '@stylexjs/stylex': ^0.14.3
+ '@sxzz/eslint-config': ^7.0.6
'@sxzz/prettier-config': ^2.2.3
- '@sxzz/test-utils': ^0.5.6
- '@types/node': ^24.0.10
+ '@sxzz/test-utils': ^0.5.7
+ '@types/node': ^24.1.0
'@vitejs/plugin-vue': ^6.0.0
'@vitejs/plugin-vue-jsx': ^5.0.1
'@vueuse/core': ^13.5.0
ast-kit: ^2.1.1
ast-walker-scope: ^0.8.1
- astro: ^5.11.0
+ astro: ^5.12.3
bumpp: ^10.2.0
change-case: ^5.4.4
- cspell: ^9.1.2
- esbuild: ^0.25.5
- eslint: ^9.30.1
- expect-type: ^1.2.1
+ cspell: ^9.2.0
+ esbuild: ^0.25.8
+ eslint: ^9.31.0
+ expect-type: ^1.2.2
fast-glob: ^3.3.3
get-port: ^7.1.0
- jiti: ^2.4.2
+ jiti: ^2.5.1
local-pkg: ^1.1.1
magic-string: ^0.30.17
magic-string-ast: ^1.0.0
monoman: ^0.7.1
muggle-string: ^0.4.1
neverthrow: ^8.2.0
- nuxt: ^3.17.6
- oxc-parser: ^0.75.1
- oxc-resolver: ^11.4.0
- oxc-transform: ^0.75.1
+ nuxt: ^4.0.1
+ oxc-minify: *oxc
+ oxc-parser: *oxc
+ oxc-resolver: ^11.6.0
+ oxc-transform: *oxc
pkg-types: ^2.2.0
prettier: ^3.6.2
publint: ^0.3.12
quansync: ^0.2.10
- quasar: ^2.18.1
+ quasar: ^2.18.2
radix-vue: ^1.9.17
rimraf: ^6.0.1
rolldown: *rolldown
- rollup: ^4.44.2
+ rollup: ^4.45.1
rollup-plugin-dts: ^6.2.1
sirv: ^3.0.1
taze: ^19.1.0
- ts-macro: ^0.2.7
- tsdown: ^0.12.9
+ ts-macro: ^0.3.1
+ tsdown: ^0.13.0
tsx: ^4.20.3
type-fest: ^4.41.0
typescript: ^5.8.3
unconfig: ^7.3.2
unplugin: ^2.3.5
unplugin-combine: ^2.0.0
- unplugin-macros: ^0.17.0
- unplugin-oxc: ^0.4.6
- unplugin-quansync: ^0.4.2
+ unplugin-macros: ^0.17.1
+ unplugin-oxc: ^0.4.8
+ unplugin-quansync: ^0.4.3
unplugin-raw: ^0.5.0
unplugin-unused: ^0.5.1
unplugin-utils: ^0.2.4
- unplugin-vue: ^6.2.0
- vite: ^7.0.2
+ unplugin-vue: ^7.0.0
+ vite: ^7.0.6
vite-hyper-config: ^0.7.0
vite-plugin-inspect: ^11.3.0
vite-plugin-stylex: ^0.13.0
vite-plugin-vue-devtools: ^7.7.7
vitepress: ^2.0.0-alpha.2
vitepress-plugin-group-icons: ^1.6.1
- vitepress-plugin-llms: ^1.6.0
- webpack: ^5.99.9
+ vitepress-plugin-llms: ^1.7.1
+ webpack: ^5.100.2
peerDependencyRules:
ignoreMissing: