From 450fdc7ac98a81df219b0ef41cf0c8e2cb8c0438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Tue, 29 Jul 2025 23:06:30 +0800 Subject: [PATCH 1/3] chore: upgrade deps --- monoman.config.ts | 6 +- pnpm-lock.yaml | 1131 ++++++++++++++++++++++++++++--------------- pnpm-workspace.yaml | 34 +- 3 files changed, 760 insertions(+), 411 deletions(-) diff --git a/monoman.config.ts b/monoman.config.ts index 71af6c751..737c8fe24 100644 --- a/monoman.config.ts +++ b/monoman.config.ts @@ -140,19 +140,19 @@ Please refer to [README.md](${githubLink}#readme)\n` ...noDuplicatedPnpmLockfile({ deps: [ 'typescript', - /vue\b(?!\/devtools)/, + /vite(?!-(plugin-(vue-devtools|inspect)|hot-client))/, + /vue\b(?!([/-]devtools))/, /twoslash/, /shiki/, /babel/, /esbuild/, - /vite(?!-(plugin-(vue-inspector|inspect)|hot-client))/, /unocss/, /rolldown/, /oxc(?!-project\/types)/, ], }), ...noDuplicatedPnpmLockfile({ - deps: ['lru-cache', 'minimatch', 'debug'], + deps: ['lru-cache', 'minimatch', 'debug', 'vite-plugin-vue-devtools'], allowMajor: true, }), ]) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 788ffe686..6aaff9d47 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,26 +22,26 @@ catalogs: specifier: ^1.2.5 version: 1.2.5 '@nolebase/vitepress-plugin-enhanced-mark': - specifier: ^2.18.0 - version: 2.18.0 + specifier: ^2.18.1 + version: 2.18.1 '@nolebase/vitepress-plugin-enhanced-readabilities': - specifier: ^2.18.0 - version: 2.18.0 + specifier: ^2.18.1 + version: 2.18.1 '@nolebase/vitepress-plugin-git-changelog': - specifier: ^2.18.0 - version: 2.18.0 + specifier: ^2.18.1 + version: 2.18.1 '@nolebase/vitepress-plugin-highlight-targeted-heading': - specifier: ^2.18.0 - version: 2.18.0 + specifier: ^2.18.1 + version: 2.18.1 '@nuxt/devtools': specifier: ^2.6.2 version: 2.6.2 '@nuxt/kit': - specifier: ^4.0.1 - version: 4.0.1 + specifier: ^4.0.2 + version: 4.0.2 '@nuxt/schema': - specifier: ^4.0.1 - version: 4.0.1 + specifier: ^4.0.2 + version: 4.0.2 '@rollup/plugin-commonjs': specifier: ^28.0.6 version: 28.0.6 @@ -61,8 +61,8 @@ catalogs: specifier: ^0.14.3 version: 0.14.3 '@sxzz/eslint-config': - specifier: ^7.0.6 - version: 7.0.6 + specifier: ^7.1.0 + version: 7.1.0 '@sxzz/prettier-config': specifier: ^2.2.3 version: 2.2.3 @@ -100,8 +100,8 @@ catalogs: specifier: ^3.5.18 version: 3.5.18 '@vueuse/core': - specifier: ^13.5.0 - version: 13.5.0 + specifier: ^13.6.0 + version: 13.6.0 ast-kit: specifier: ^2.1.1 version: 2.1.1 @@ -109,11 +109,11 @@ catalogs: specifier: ^0.8.1 version: 0.8.1 astro: - specifier: ^5.12.3 - version: 5.12.3 + specifier: ^5.12.5 + version: 5.12.5 bumpp: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.1 + version: 10.2.1 change-case: specifier: ^5.4.4 version: 5.4.4 @@ -124,8 +124,8 @@ catalogs: specifier: ^0.25.8 version: 0.25.8 eslint: - specifier: ^9.31.0 - version: 9.31.0 + specifier: ^9.32.0 + version: 9.32.0 expect-type: specifier: ^1.2.2 version: 1.2.2 @@ -157,11 +157,14 @@ catalogs: specifier: ^8.2.0 version: 8.2.0 nuxt: - specifier: ^4.0.1 - version: 4.0.1 + specifier: ^4.0.2 + version: 4.0.2 oxc-resolver: specifier: ^11.6.0 version: 11.6.0 + oxc-transform: + specifier: ^0.78.0 + version: 0.78.0 pkg-types: specifier: ^2.2.0 version: 2.2.0 @@ -187,8 +190,8 @@ catalogs: specifier: ^1.0.0-beta.29 version: 1.0.0-beta.29 rollup: - specifier: ^4.45.1 - version: 4.45.1 + specifier: ^4.46.1 + version: 4.46.1 rollup-plugin-dts: specifier: ^6.2.1 version: 6.2.1 @@ -250,14 +253,14 @@ catalogs: specifier: ^0.7.0 version: 0.7.0 vite-plugin-inspect: - specifier: ^11.3.0 - version: 11.3.0 + specifier: ^11.3.2 + version: 11.3.2 vite-plugin-stylex: specifier: ^0.13.0 version: 0.13.0 vite-plugin-vue-devtools: - specifier: ^7.7.7 - version: 7.7.7 + specifier: ^8.0.0 + version: 8.0.0 vitepress: specifier: ^2.0.0-alpha.2 version: 2.0.0-alpha.8 @@ -265,17 +268,20 @@ catalogs: specifier: ^1.6.1 version: 1.6.1 vitepress-plugin-llms: - specifier: ^1.7.1 - version: 1.7.1 + specifier: ^1.7.2 + version: 1.7.2 vitest: specifier: ^3.2.4 version: 3.2.4 + vue: + specifier: ^3.5.18 + version: 3.5.18 vue-tsc: specifier: 3.0.3 version: 3.0.3 webpack: - specifier: ^5.100.2 - version: 5.100.2 + specifier: ^5.101.0 + version: 5.101.0 overrides: '@netlify/functions': '-' @@ -283,7 +289,7 @@ overrides: '@shikijs/core': ^3.8.1 '@shikijs/transformers': ^3.8.1 '@shikijs/types': ^3.8.1 - '@vitejs/plugin-vue': ^6.0.0 + '@vitejs/plugin-vue': ^6.0.1 '@vitejs/plugin-vue-jsx': ^5.0.1 '@vue/language-core': 3.0.3 is-core-module: npm:@no-shims/is-core-module @@ -291,9 +297,6 @@ overrides: shiki: ^3.8.1 smartwrap: npm:@no-shims/smartwrap vite: ^7.0.6 - vue: ^3.5.18 - oxc-minify: ^0.78.0 - oxc-transform: ^0.78.0 importers: @@ -307,7 +310,7 @@ importers: version: 1.4.10(@swc/helpers@0.5.17) '@sxzz/eslint-config': specifier: 'catalog:' - 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) + version: 7.1.0(@types/eslint@9.6.1)(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(@unocss/eslint-plugin@66.3.3(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) '@sxzz/prettier-config': specifier: 'catalog:' version: 2.2.3 @@ -316,7 +319,7 @@ importers: version: 24.1.0 '@unocss/eslint-plugin': specifier: 'catalog:' - version: 66.3.3(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3) + version: 66.3.3(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) '@vitest/coverage-v8': specifier: 'catalog:' version: 3.2.4(vitest@3.2.4) @@ -328,7 +331,7 @@ importers: version: link:packages/test-utils bumpp: specifier: 'catalog:' - version: 10.2.0(magicast@0.3.5) + version: 10.2.1(magicast@0.3.5) change-case: specifier: 'catalog:' version: 5.4.4 @@ -340,7 +343,7 @@ importers: version: 0.25.8 eslint: specifier: 'catalog:' - version: 9.31.0(jiti@2.5.1) + version: 9.32.0(jiti@2.5.1) expect-type: specifier: 'catalog:' version: 1.2.2 @@ -354,7 +357,7 @@ importers: specifier: 'catalog:' version: 0.7.1 oxc-transform: - specifier: ^0.78.0 + specifier: 'catalog:' version: 0.78.0 pkg-types: specifier: 'catalog:' @@ -376,10 +379,10 @@ importers: version: 1.0.0-beta.29 rollup: specifier: 'catalog:' - version: 4.45.1 + version: 4.46.1 rollup-plugin-dts: specifier: 'catalog:' - version: 6.2.1(rollup@4.45.1)(typescript@5.8.3) + version: 6.2.1(rollup@4.46.1)(typescript@5.8.3) taze: specifier: 'catalog:' version: 19.1.0 @@ -394,7 +397,7 @@ importers: version: 5.8.3 unocss: specifier: 'catalog:' - 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)) + version: 66.3.3(@unocss/webpack@66.3.3(webpack@5.101.0(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 @@ -417,7 +420,7 @@ importers: specifier: 'catalog:' 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: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) vue-macros: specifier: workspace:* @@ -427,7 +430,7 @@ importers: version: 3.0.3(typescript@5.8.3) webpack: specifier: 'catalog:' - version: 5.100.2(esbuild@0.25.8) + version: 5.101.0(esbuild@0.25.8) docs: dependencies: @@ -446,16 +449,16 @@ importers: version: 1.2.5 '@nolebase/vitepress-plugin-enhanced-mark': specifier: 'catalog:' - 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)) + version: 2.18.1(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)(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.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)) + version: 2.18.1(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)(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)) '@nolebase/vitepress-plugin-git-changelog': specifier: 'catalog:' - 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)) + version: 2.18.1(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)(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)) '@nolebase/vitepress-plugin-highlight-targeted-heading': specifier: 'catalog:' - 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)) + version: 2.18.1(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)(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.8.1(@nuxt/kit@3.17.7(magicast@0.3.5))(typescript@5.8.3) @@ -467,21 +470,21 @@ importers: 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.18(typescript@5.8.3)) + version: 13.6.0(vue@3.5.18(typescript@5.8.3)) vite-plugin-vue-devtools: specifier: 'catalog:' - 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)) + version: 8.0.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))(vue@3.5.18(typescript@5.8.3)) vitepress: specifier: 'catalog:' - 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) + 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)(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.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.7.1 + version: 1.7.2 vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) vue-macros: specifier: workspace:* @@ -506,11 +509,11 @@ importers: version: link:../macros devDependencies: '@vitejs/plugin-vue': - specifier: ^6.0.0 - 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)) + specifier: ^6.0.1 + version: 6.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)) astro: specifier: 'catalog:' - 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) + version: 5.12.5(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.46.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) packages/better-define: dependencies: @@ -571,8 +574,8 @@ importers: specifier: 'catalog:' version: 7.28.0 '@vitejs/plugin-vue': - specifier: ^6.0.0 - 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)) + specifier: ^6.0.1 + version: 6.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)) packages/config: dependencies: @@ -678,7 +681,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/define-models: @@ -695,9 +698,9 @@ importers: devDependencies: '@vueuse/core': specifier: 'catalog:' - version: 13.5.0(vue@3.5.18(typescript@5.8.3)) + version: 13.6.0(vue@3.5.18(typescript@5.8.3)) vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/define-options: @@ -713,7 +716,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/define-prop: @@ -729,7 +732,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/define-props: @@ -745,7 +748,7 @@ importers: specifier: workspace:* version: link:../reactivity-transform vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/define-props-refs: @@ -758,7 +761,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/define-render: @@ -771,7 +774,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/define-slots: @@ -784,7 +787,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/define-stylex: @@ -809,33 +812,33 @@ importers: specifier: 'catalog:' version: 3.0.1 vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) devDependencies: '@unocss/reset': specifier: 'catalog:' version: 66.3.3 '@vitejs/plugin-vue': - specifier: ^6.0.0 - 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)) + specifier: ^6.0.1 + version: 6.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)) get-port: specifier: 'catalog:' version: 7.1.0 unocss: specifier: 'catalog:' - 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)) + version: 66.3.3(@unocss/webpack@66.3.3(webpack@5.101.0(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.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.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)) + version: 11.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)) packages/eslint-config: devDependencies: eslint: specifier: 'catalog:' - version: 9.31.0(jiti@2.5.1) + version: 9.32.0(jiti@2.5.1) packages/export-expose: dependencies: @@ -850,7 +853,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/export-props: @@ -863,7 +866,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/export-render: @@ -876,7 +879,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/hoist-static: @@ -897,7 +900,7 @@ importers: specifier: 'catalog:' version: 2.3.5 vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/macros: @@ -994,13 +997,13 @@ importers: version: 2.3.5 unplugin-combine: specifier: 'catalog:' - 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)) + 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.46.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.101.0(esbuild@0.25.8)) unplugin-vue-define-options: specifier: workspace:* version: link:../define-options devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/named-template: @@ -1016,14 +1019,14 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/nuxt: dependencies: '@nuxt/kit': specifier: 'catalog:' - version: 4.0.1(magicast@0.3.5) + version: 4.0.2(magicast@0.3.5) '@vue-macros/common': specifier: workspace:* version: link:../common @@ -1036,7 +1039,7 @@ importers: 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: 4.0.1 + version: 4.0.2 '@vue/language-core': specifier: 3.0.3 version: 3.0.3(typescript@5.8.3) @@ -1072,7 +1075,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/setup-block: @@ -1097,7 +1100,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/setup-sfc: @@ -1110,7 +1113,7 @@ importers: version: 2.3.5 devDependencies: vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/short-bind: @@ -1152,19 +1155,19 @@ importers: dependencies: '@rollup/plugin-json': specifier: 'catalog:' - version: 6.1.0(rollup@4.45.1) + version: 6.1.0(rollup@4.46.1) '@rollup/plugin-node-resolve': specifier: 'catalog:' - version: 16.0.1(rollup@4.45.1) + version: 16.0.1(rollup@4.46.1) '@sxzz/test-utils': specifier: 'catalog:' - version: 0.5.7(esbuild@0.25.8)(rolldown@1.0.0-beta.29)(rollup@4.45.1)(vitest@3.2.4) + version: 0.5.7(esbuild@0.25.8)(rolldown@1.0.0-beta.29)(rollup@4.46.1)(vitest@3.2.4) '@vitejs/plugin-vue-jsx': specifier: ^5.0.1 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.45.1 + version: 4.46.1 unplugin-oxc: specifier: 'catalog:' version: 0.4.8 @@ -1176,7 +1179,7 @@ importers: 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: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) packages/volar: @@ -1223,18 +1226,18 @@ importers: dependencies: '@astrojs/vue': specifier: 'catalog:' - 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) + version: 5.1.0(@types/node@24.1.0)(astro@5.12.5(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.46.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.46.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.18(typescript@5.8.3)) + version: 13.6.0(vue@3.5.18(typescript@5.8.3)) astro: specifier: 'catalog:' - 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) + version: 5.12.5(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.46.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) vue-macros: specifier: workspace:* @@ -1244,17 +1247,17 @@ importers: dependencies: '@vueuse/core': specifier: 'catalog:' - version: 13.5.0(vue@3.5.18(typescript@5.8.3)) + version: 13.6.0(vue@3.5.18(typescript@5.8.3)) devDependencies: '@nuxt/devtools': specifier: 'catalog:' 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.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)) + 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.101.0(esbuild@0.25.8)) nuxt: specifier: 'catalog:' - 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) + version: 4.0.2(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(db0@0.3.2)(eslint@9.32.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.46.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.2 @@ -1263,26 +1266,26 @@ importers: dependencies: '@vueuse/core': specifier: 'catalog:' - version: 13.5.0(vue@3.5.18(typescript@5.8.3)) + version: 13.6.0(vue@3.5.18(typescript@5.8.3)) quasar: specifier: 'catalog:' version: 2.18.2 vue: - specifier: ^3.5.18 + specifier: 'catalog:' version: 3.5.18(typescript@5.8.3) devDependencies: '@rollup/plugin-commonjs': specifier: 'catalog:' - version: 28.0.6(rollup@4.45.1) + version: 28.0.6(rollup@4.46.1) '@rollup/plugin-node-resolve': specifier: 'catalog:' - version: 16.0.1(rollup@4.45.1) + version: 16.0.1(rollup@4.46.1) '@stylexjs/stylex': specifier: 'catalog:' version: 0.14.3 '@vitejs/plugin-vue': - specifier: ^6.0.0 - 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)) + specifier: ^6.0.1 + version: 6.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)) '@vitejs/plugin-vue-jsx': specifier: ^5.0.1 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)) @@ -1291,7 +1294,7 @@ importers: version: 0.25.8 rollup: specifier: 'catalog:' - version: 4.45.1 + version: 4.46.1 type-fest: specifier: 'catalog:' version: 4.41.0 @@ -1300,7 +1303,7 @@ importers: version: 5.8.3 unocss: specifier: 'catalog:' - 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)) + version: 66.3.3(@unocss/webpack@66.3.3(webpack@5.101.0(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.8 @@ -1315,7 +1318,7 @@ importers: 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.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)) + version: 11.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)) vite-plugin-stylex: specifier: 'catalog:' 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)) @@ -1439,7 +1442,7 @@ packages: engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} peerDependencies: astro: ^5.0.0 - vue: ^3.5.18 + vue: ^3.2.30 '@babel/code-frame@7.27.1': resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} @@ -2046,10 +2049,6 @@ packages: resolution: {integrity: sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/core@0.13.0': - resolution: {integrity: sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==} - 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} @@ -2058,8 +2057,8 @@ packages: resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.31.0': - resolution: {integrity: sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==} + '@eslint/js@9.32.0': + resolution: {integrity: sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/markdown@7.1.0': @@ -2070,10 +2069,6 @@ packages: resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.2.8': - resolution: {integrity: sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.3.4': resolution: {integrity: sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2341,33 +2336,34 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nolebase/ui@2.18.0': - resolution: {integrity: sha512-dKzttiRIau4GPEi8iUDyuuX4q6n8Aw8Ns4OPe9KiFptD16YffzdELqymEZBr2xxn09kPiLnSA+liNnVgSo+9HA==} + '@nolebase/ui@2.18.1': + resolution: {integrity: sha512-h5o/ZoFv+07pMqVz8dtbu6CYhm+gnvn2NIQLRzWgeX0DOuzqEG56YYEALa1Mv2xYDZ8fXKuZe8xmNdJsVAKrEw==} peerDependencies: vitepress: ^1.5.0 || ^2.0.0-alpha.1 + vue: '>= 3' - '@nolebase/vitepress-plugin-enhanced-mark@2.18.0': - resolution: {integrity: sha512-PEAq8ei69wx2yMYTWyuqE3gGelGJ/P0kHbjshwp2WLcrOa3EhK05BJgTfgXgWc+pmb70JG3N+scNtmYKuV/0tg==} + '@nolebase/vitepress-plugin-enhanced-mark@2.18.1': + resolution: {integrity: sha512-+wAYZ8fkhn/fe9eCoMleozGcDILJBz9A4Qy4WIoga10/GlBB0Fa/upHcwz1p69tg3TLRKLBqBVSGOtfAG9cwyw==} peerDependencies: vitepress: ^1.5.0 || ^2.0.0-alpha.1 - '@nolebase/vitepress-plugin-enhanced-readabilities@2.18.0': - resolution: {integrity: sha512-stMIYcuzneOrR4KDJBI0YHhlRH16tKWcZ0gEpufBAbVb6vrl/4CSxdx5SdHDV1hkPkHWbPdc9NBNuUoOITva8A==} + '@nolebase/vitepress-plugin-enhanced-readabilities@2.18.1': + resolution: {integrity: sha512-vMRLKvD5IM6tgdezH7jks/pmFy+nBDNHYaVvM1V0v7uwFJ+jc2EtUf6wSF2Nx6iyAMmm3PBsHhOgunXxEs54KQ==} peerDependencies: vitepress: ^1.5.0 || ^2.0.0-alpha.1 - '@nolebase/vitepress-plugin-git-changelog@2.18.0': - resolution: {integrity: sha512-aEAxcrsHdxkTa+1rzwTUckk98O0ZglBe/MGZPENmp77y0noJzfV5JgCRPWt9PKLmRelnEKGiJuOmGYEFNkCx8w==} + '@nolebase/vitepress-plugin-git-changelog@2.18.1': + resolution: {integrity: sha512-7T+BmEcayt4BrFDFj8dZcP1tF0Rmxulc8QGcy6+bY6W2AWv3TkUa5S1XocEmjCYFtzQo4ZnccwGyE973sWCA6Q==} peerDependencies: vitepress: ^1.5.0 || ^2.0.0-alpha.1 - '@nolebase/vitepress-plugin-highlight-targeted-heading@2.18.0': - resolution: {integrity: sha512-sJiAcXZ1f0DuKFJHS1zIzEWSQZKWQsX8l+KMCQAJt9RxrbPSZdGD61syDvyPz0PrBvoslIe0qPw2RQYQYDcMHw==} + '@nolebase/vitepress-plugin-highlight-targeted-heading@2.18.1': + resolution: {integrity: sha512-AbccQQErDDOyfR5Kr1yCamlQLBR0LEO6LRC2OOdi10l/8mGPkIGdA/nG1wWH9yWWICX6qD+dcbGdVfO4bEJ+1Q==} peerDependencies: vitepress: ^1.5.0 || ^2.0.0-alpha.1 - '@nuxt/cli@3.26.4': - resolution: {integrity: sha512-PeZcH7ghQxIcCaKyu+So3qGEjKG18TN1ic4jKvKFQouNgzPSVfvZAeBOHU4znEuDFp/wmoN5EliyHO4HaSs+rw==} + '@nuxt/cli@3.27.0': + resolution: {integrity: sha512-lOdzEvEbGaV06ebKKYgpumLLzbOZMFQzZfT4ZE7foa8/8aXG+GR3g8w9RX2IUyomTdSfapa3UcHDC8srQKRIEw==} engines: {node: ^16.10.0 || >=18.0.0} hasBin: true @@ -2393,12 +2389,12 @@ packages: resolution: {integrity: sha512-JLno3ur7Pix2o/StxIMlEHRkMawA6h7uzjZBDgxdeKXRWTYY8ID9YekSkN4PBlEFGXBfCBOcPd5+YqcyBUAMkw==} engines: {node: '>=18.12.0'} - '@nuxt/kit@4.0.1': - resolution: {integrity: sha512-9vYpbuK3xcVhuDq+NyoLhbAolV/bEESaozFOMutl0jhrODcNWFrJ8wQSZIt9yxcFXUgXgUa2ms31qaUEpXrykw==} + '@nuxt/kit@4.0.2': + resolution: {integrity: sha512-OtLkVYHpfrm1FzGSGxl0H3QXLgO41yxOgni5S6zzLG4gblG71Fy82B2QTdqJLzTLKWObiILKDhrysBtmDkp3LA==} engines: {node: '>=18.12.0'} - '@nuxt/schema@4.0.1': - resolution: {integrity: sha512-/e/avVyJ/pLydTQL9iGlpvyGiJ0Y6+TKLXlUFR0zPTJv6asHzCqHKbiL84+wSAQmTw6Hl+z0yZv8uEx21+JoHw==} + '@nuxt/schema@4.0.2': + resolution: {integrity: sha512-fikWVaKKEnCIEpDF35w0Gkyz3S05uNJrsb9g+OOnRqz4uiWeenVTbL7bz4kuFTt9DVgCwq0UZYn48JQvAYPDDA==} engines: {node: ^14.18.0 || >=16.10.0} '@nuxt/telemetry@2.6.6': @@ -2406,11 +2402,11 @@ packages: engines: {node: '>=18.12.0'} hasBin: true - '@nuxt/vite-builder@4.0.1': - resolution: {integrity: sha512-+ScfRxpCCHkJgkBYRXkvQHLsF/vxyFkwQzTBDL6+8sg9+BcTYkxOjVHDZ1l0qzeVORXzoq4G+oPfKsob64vODA==} + '@nuxt/vite-builder@4.0.2': + resolution: {integrity: sha512-qux+7mhkPMMQNbaRzb0xfQJ7K/1MDOH7fHpmzDzMGnkAIqKD/F7hWN5PlaGAg7mtLoqAXL4Kv8++YaRGJY6Uvw==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - vue: ^3.5.18 + vue: ^3.3.4 '@oslojs/encoding@1.1.0': resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==} @@ -3057,101 +3053,201 @@ packages: cpu: [arm] os: [android] + '@rollup/rollup-android-arm-eabi@4.46.1': + resolution: {integrity: sha512-oENme6QxtLCqjChRUUo3S6X8hjCXnWmJWnedD7VbGML5GUtaOtAyx+fEEXnBXVf0CBZApMQU0Idwi0FmyxzQhw==} + cpu: [arm] + os: [android] + '@rollup/rollup-android-arm64@4.45.1': resolution: {integrity: sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==} cpu: [arm64] os: [android] + '@rollup/rollup-android-arm64@4.46.1': + resolution: {integrity: sha512-OikvNT3qYTl9+4qQ9Bpn6+XHM+ogtFadRLuT2EXiFQMiNkXFLQfNVppi5o28wvYdHL2s3fM0D/MZJ8UkNFZWsw==} + cpu: [arm64] + os: [android] + '@rollup/rollup-darwin-arm64@4.45.1': resolution: {integrity: sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==} cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.46.1': + resolution: {integrity: sha512-EFYNNGij2WllnzljQDQnlFTXzSJw87cpAs4TVBAWLdkvic5Uh5tISrIL6NRcxoh/b2EFBG/TK8hgRrGx94zD4A==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.45.1': resolution: {integrity: sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==} cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.46.1': + resolution: {integrity: sha512-ZaNH06O1KeTug9WI2+GRBE5Ujt9kZw4a1+OIwnBHal92I8PxSsl5KpsrPvthRynkhMck4XPdvY0z26Cym/b7oA==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-freebsd-arm64@4.45.1': resolution: {integrity: sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==} cpu: [arm64] os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.46.1': + resolution: {integrity: sha512-n4SLVebZP8uUlJ2r04+g2U/xFeiQlw09Me5UFqny8HGbARl503LNH5CqFTb5U5jNxTouhRjai6qPT0CR5c/Iig==} + cpu: [arm64] + os: [freebsd] + '@rollup/rollup-freebsd-x64@4.45.1': resolution: {integrity: sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==} cpu: [x64] os: [freebsd] + '@rollup/rollup-freebsd-x64@4.46.1': + resolution: {integrity: sha512-8vu9c02F16heTqpvo3yeiu7Vi1REDEC/yES/dIfq3tSXe6mLndiwvYr3AAvd1tMNUqE9yeGYa5w7PRbI5QUV+w==} + cpu: [x64] + os: [freebsd] + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': resolution: {integrity: sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.46.1': + resolution: {integrity: sha512-K4ncpWl7sQuyp6rWiGUvb6Q18ba8mzM0rjWJ5JgYKlIXAau1db7hZnR0ldJvqKWWJDxqzSLwGUhA4jp+KqgDtQ==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.45.1': resolution: {integrity: sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.46.1': + resolution: {integrity: sha512-YykPnXsjUjmXE6j6k2QBBGAn1YsJUix7pYaPLK3RVE0bQL2jfdbfykPxfF8AgBlqtYbfEnYHmLXNa6QETjdOjQ==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.45.1': resolution: {integrity: sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.46.1': + resolution: {integrity: sha512-kKvqBGbZ8i9pCGW3a1FH3HNIVg49dXXTsChGFsHGXQaVJPLA4f/O+XmTxfklhccxdF5FefUn2hvkoGJH0ScWOA==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-musl@4.45.1': resolution: {integrity: sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-musl@4.46.1': + resolution: {integrity: sha512-zzX5nTw1N1plmqC9RGC9vZHFuiM7ZP7oSWQGqpbmfjK7p947D518cVK1/MQudsBdcD84t6k70WNczJOct6+hdg==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': resolution: {integrity: sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==} cpu: [loong64] os: [linux] + '@rollup/rollup-linux-loongarch64-gnu@4.46.1': + resolution: {integrity: sha512-O8CwgSBo6ewPpktFfSDgB6SJN9XDcPSvuwxfejiddbIC/hn9Tg6Ai0f0eYDf3XvB/+PIWzOQL+7+TZoB8p9Yuw==} + cpu: [loong64] + os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': resolution: {integrity: sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==} cpu: [ppc64] os: [linux] + '@rollup/rollup-linux-ppc64-gnu@4.46.1': + resolution: {integrity: sha512-JnCfFVEKeq6G3h3z8e60kAp8Rd7QVnWCtPm7cxx+5OtP80g/3nmPtfdCXbVl063e3KsRnGSKDHUQMydmzc/wBA==} + cpu: [ppc64] + os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.45.1': resolution: {integrity: sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.46.1': + resolution: {integrity: sha512-dVxuDqS237eQXkbYzQQfdf/njgeNw6LZuVyEdUaWwRpKHhsLI+y4H/NJV8xJGU19vnOJCVwaBFgr936FHOnJsQ==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.45.1': resolution: {integrity: sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.46.1': + resolution: {integrity: sha512-CvvgNl2hrZrTR9jXK1ye0Go0HQRT6ohQdDfWR47/KFKiLd5oN5T14jRdUVGF4tnsN8y9oSfMOqH6RuHh+ck8+w==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.45.1': resolution: {integrity: sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==} cpu: [s390x] os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.46.1': + resolution: {integrity: sha512-x7ANt2VOg2565oGHJ6rIuuAon+A8sfe1IeUx25IKqi49OjSr/K3awoNqr9gCwGEJo9OuXlOn+H2p1VJKx1psxA==} + cpu: [s390x] + os: [linux] + '@rollup/rollup-linux-x64-gnu@4.45.1': resolution: {integrity: sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.46.1': + resolution: {integrity: sha512-9OADZYryz/7E8/qt0vnaHQgmia2Y0wrjSSn1V/uL+zw/i7NUhxbX4cHXdEQ7dnJgzYDS81d8+tf6nbIdRFZQoQ==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.45.1': resolution: {integrity: sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-musl@4.46.1': + resolution: {integrity: sha512-NuvSCbXEKY+NGWHyivzbjSVJi68Xfq1VnIvGmsuXs6TCtveeoDRKutI5vf2ntmNnVq64Q4zInet0UDQ+yMB6tA==} + cpu: [x64] + os: [linux] + '@rollup/rollup-win32-arm64-msvc@4.45.1': resolution: {integrity: sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==} cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.46.1': + resolution: {integrity: sha512-mWz+6FSRb82xuUMMV1X3NGiaPFqbLN9aIueHleTZCc46cJvwTlvIh7reQLk4p97dv0nddyewBhwzryBHH7wtPw==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.45.1': resolution: {integrity: sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==} cpu: [ia32] os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.46.1': + resolution: {integrity: sha512-7Thzy9TMXDw9AU4f4vsLNBxh7/VOKuXi73VH3d/kHGr0tZ3x/ewgL9uC7ojUKmH1/zvmZe2tLapYcZllk3SO8Q==} + cpu: [ia32] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.45.1': resolution: {integrity: sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==} cpu: [x64] os: [win32] + '@rollup/rollup-win32-x64-msvc@4.46.1': + resolution: {integrity: sha512-7GVB4luhFmGUNXXJhH2jJwZCFB3pIOixv2E3s17GQHBFUOQaISlt7aGcQgqvCaDSxTZJUzlK/QJ1FN8S94MrzQ==} + cpu: [x64] + os: [win32] + '@rspack/binding-darwin-arm64@1.4.10': resolution: {integrity: sha512-PraYGuVSzvEwdoYC8T70qI/8j1QeUe2sysiWmjSdxUpxJsDfw35hK9TfxULeAJULlAUAiiXs03hdZk29DBc3ow==} cpu: [arm64] @@ -3283,8 +3379,8 @@ packages: '@swc/helpers@0.5.17': resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} - '@sxzz/eslint-config@7.0.6': - resolution: {integrity: sha512-krBTIj23UtzqXu2hEvpBaZN1bifQnvtEKfqDxQhrLPX1hxYs6KA8b/LeVrpobwmVtXlo4pcG2fsggD9sYS9l6A==} + '@sxzz/eslint-config@7.1.0': + resolution: {integrity: sha512-lIB511LSWv7JkNbC6+vFVYCYrvukBZMvRTinVwx8sVx7BWG0QAxblxaPuwT11T0JFMTC2/9NBbOTjbp4raVTRQ==} engines: {node: '>=20.0.0'} peerDependencies: '@unocss/eslint-plugin': '>=65.0.0' @@ -3318,7 +3414,7 @@ packages: '@tanstack/vue-virtual@3.13.12': resolution: {integrity: sha512-vhF7kEU9EXWXh+HdAwKJ2m3xaOnTTmgcdXcF2pim8g4GvI7eRrk2YRuV5nUlZnd/NbCIX4/Ja2OZu5EjJL06Ww==} peerDependencies: - vue: ^3.5.18 + vue: ^2.7.0 || ^3.0.0 '@tybys/wasm-util@0.10.0': resolution: {integrity: sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==} @@ -3448,7 +3544,7 @@ packages: '@unhead/vue@2.0.12': resolution: {integrity: sha512-WFaiCVbBd39FK6Bx3GQskhgT9s45Vjx6dRQegYheVwU1AnF+FAfJVgWbrl21p6fRJcLAFp0xDz6wE18JYBM0eQ==} peerDependencies: - vue: ^3.5.18 + vue: '>=3.5.13' '@unocss/astro@66.3.3': resolution: {integrity: sha512-q26EfadSMmEXZpWDKsJF9anBCfhYDmWljVpDZ2Wo8K48IbZMUXrWfiAiUc6ijE/A/rADfHk8bp3a3GE01t3I9A==} @@ -3651,14 +3747,14 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: vite: ^7.0.6 - vue: ^3.5.18 + vue: ^3.0.0 - '@vitejs/plugin-vue@6.0.0': - resolution: {integrity: sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ==} + '@vitejs/plugin-vue@6.0.1': + resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: vite: ^7.0.6 - vue: ^3.5.18 + vue: ^3.2.25 '@vitest/coverage-v8@3.2.4': resolution: {integrity: sha512-EyF9SXU6kS5Ku/U82E259WSnvg6c8KTjppUncuNdm5QHpe17mwREHnjDzozC8x9MZ0xfBUFSaLkRv4TMA75ALQ==} @@ -3716,7 +3812,7 @@ packages: resolution: {integrity: sha512-DMgq/rIh1H20WYNWU7krIbEfJRYDDhy7ix64GlT4AVUJZZWCZ5pxiYVJR3A3GmWQPkn7Pg7i3oIiGqu4JGC65w==} engines: {node: '>=20.18.0'} peerDependencies: - vue: ^3.5.18 + vue: ^2.7.0 || ^3.2.25 peerDependenciesMeta: vue: optional: true @@ -3761,14 +3857,25 @@ packages: '@vue/devtools-core@7.7.7': resolution: {integrity: sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==} peerDependencies: - vue: ^3.5.18 + vue: ^3.0.0 + + '@vue/devtools-core@8.0.0': + resolution: {integrity: sha512-5bPtF0jAFnaGs4C/4+3vGRR5U+cf6Y8UWK0nJflutEDGepHxl5L9JRaPdHQYCUgrzUaf4cY4waNBEEGXrfcs3A==} + peerDependencies: + vue: ^3.0.0 '@vue/devtools-kit@7.7.7': resolution: {integrity: sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==} + '@vue/devtools-kit@8.0.0': + resolution: {integrity: sha512-b11OeQODkE0bctdT0RhL684pEV2DPXJ80bjpywVCbFn1PxuL3bmMPDoJKjbMnnoWbrnUYXYzFfmMWBZAMhORkQ==} + '@vue/devtools-shared@7.7.7': resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==} + '@vue/devtools-shared@8.0.0': + resolution: {integrity: sha512-jrKnbjshQCiOAJanoeJjTU7WaCg0Dz2BUal6SaR6VM/P3hiFdX5Q6Pxl73ZMnrhCxNK9nAg5hvvRGqs+6dtU1g==} + '@vue/language-core@3.0.3': resolution: {integrity: sha512-I9wY0ULMN9tMSua+2C7g+ez1cIziVMUzIHlDYGSl2rtru3Eh4sXj95vZ+4GBuXwwPnEmYfzSApVbXiVbI8V5Gg==} peerDependencies: @@ -3789,7 +3896,7 @@ packages: '@vue/server-renderer@3.5.18': resolution: {integrity: sha512-PvIHLUoWgSbDG7zLHqSqaCoZvHi6NNmfVFOqO+OnwvqMz/tqQr3FuGWS8ufluNddk7ZLBJYMrjcw1c6XzR12mA==} peerDependencies: - vue: ^3.5.18 + vue: 3.5.18 '@vue/shared@3.5.18': resolution: {integrity: sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==} @@ -3800,7 +3907,12 @@ packages: '@vueuse/core@13.5.0': resolution: {integrity: sha512-wV7z0eUpifKmvmN78UBZX8T7lMW53Nrk6JP5+6hbzrB9+cJ3jr//hUlhl9TZO/03bUkMK6gGkQpqOPWoabr72g==} peerDependencies: - vue: ^3.5.18 + vue: ^3.5.0 + + '@vueuse/core@13.6.0': + resolution: {integrity: sha512-DJbD5fV86muVmBgS9QQPddVX7d9hWYswzlf4bIyUD2dj8GC46R1uNClZhVAmsdVts4xb2jwp1PbpuiA50Qee1A==} + peerDependencies: + vue: ^3.5.0 '@vueuse/integrations@13.5.0': resolution: {integrity: sha512-7RACJySnlpl0MkSzxbtadioNGSX4TL5/Wl2cUy4nDq/XkeHwPYvVM880HJUSiap/FXhVEup9VKTM9y/n5UspAw==} @@ -3817,7 +3929,7 @@ packages: qrcode: ^1.5 sortablejs: ^1 universal-cookie: ^7 || ^8 - vue: ^3.5.18 + vue: ^3.5.0 peerDependenciesMeta: async-validator: optional: true @@ -3850,13 +3962,21 @@ packages: '@vueuse/metadata@13.5.0': resolution: {integrity: sha512-euhItU3b0SqXxSy8u1XHxUCdQ8M++bsRs+TYhOLDU/OykS7KvJnyIFfep0XM5WjIFry9uAPlVSjmVHiqeshmkw==} + '@vueuse/metadata@13.6.0': + resolution: {integrity: sha512-rnIH7JvU7NjrpexTsl2Iwv0V0yAx9cw7+clymjKuLSXG0QMcLD0LDgdNmXic+qL0SGvgSVPEpM9IDO/wqo1vkQ==} + '@vueuse/shared@10.11.1': resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==} '@vueuse/shared@13.5.0': resolution: {integrity: sha512-K7GrQIxJ/ANtucxIXbQlUHdB0TPA8c+q5i+zbrjxuhJCnJ9GtBg75sBSnvmLSxHKPg2Yo8w62PWksl9kwH0Q8g==} peerDependencies: - vue: ^3.5.18 + vue: ^3.5.0 + + '@vueuse/shared@13.6.0': + resolution: {integrity: sha512-pDykCSoS2T3fsQrYqf9SyF0QXWHmcGPQ+qiOVjlYSzlWd9dgppB2bFSM1GgKKkt7uzn0BBMV3IbJsUfHG2+BCg==} + peerDependencies: + vue: ^3.5.0 '@webassemblyjs/ast@1.14.1': resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==} @@ -4044,8 +4164,8 @@ packages: resolution: {integrity: sha512-72XOdbzQCMKERvFrxAykatn2pu7osPNq/sNUzwcHdWzwPvOsNpPqkawfDXVvQbA2RT+ivtsMNjYdojTUZitt1A==} engines: {node: '>=20.18.0'} - astro@5.12.3: - resolution: {integrity: sha512-fU1hNPMkccm+FuonGsY5DFkC2QyuLCju++8L2ubzBtYBDBf6bmfgmVM7A2dK+Hl+ZJCUNgepsClhBpczj+2LRw==} + astro@5.12.5: + resolution: {integrity: sha512-cq+2h13F/aznM91bxXxKgqYj36gbXe6jC5kiUAXgWlh2nTyNtiCNMdDFpL2wIWSzac5+KzvRjKmxsYWbcmD4EQ==} engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true @@ -4136,8 +4256,8 @@ packages: resolution: {integrity: sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg==} engines: {node: '>=18.20'} - bumpp@10.2.0: - resolution: {integrity: sha512-1EJ2NG3M3WYJj4m+GtcxNH6Y7zMQ8q68USMoUGKjM6qFTVXSXCnTxcQSUDV7j4KjLVbk2uK6345Z+6RKOv0w5A==} + bumpp@10.2.1: + resolution: {integrity: sha512-Dhgao1WhrcMg+1R3GU+57e6grUNNIGORN53YllDFurNEVGWmkD/z63R3xX4Sl9IqEw//1/UxbrvmK8V1pcJDHw==} engines: {node: '>=18'} hasBin: true @@ -4805,8 +4925,8 @@ packages: eslint-import-resolver-node: optional: true - eslint-plugin-jsdoc@51.4.1: - resolution: {integrity: sha512-y4CA9OkachG8v5nAtrwvcvjIbdcKgSyS6U//IfQr4FZFFyeBFwZFf/tfSsMr46mWDJgidZjBTqoCRlXywfFBMg==} + eslint-plugin-jsdoc@52.0.0: + resolution: {integrity: sha512-KZjaoTWWUIml6K6zyPvwCYlLoMDQ69taSdTcdTIavBUoJCIWUfYcsRIw4n9dzllMouqdxiFfKW33EAbBLBu1HA==} engines: {node: '>=20.11.0'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -4817,8 +4937,8 @@ packages: peerDependencies: eslint: '>=6.0.0' - eslint-plugin-n@17.21.0: - resolution: {integrity: sha512-1+iZ8We4ZlwVMtb/DcHG3y5/bZOdazIpa/4TySo22MLKdwrLcfrX0hbadnCvykSQCCmkAnWmIP8jZVb2AAq29A==} + eslint-plugin-n@17.21.3: + resolution: {integrity: sha512-MtxYjDZhMQgsWRm/4xYLL0i2EhusWT7itDxlJ80l1NND2AL2Vi5Mvneqv/ikG9+zpran0VsVRXTEHrpLmUZRNw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.23.0' @@ -4860,11 +4980,11 @@ packages: peerDependencies: eslint: '*' - eslint-plugin-unicorn@59.0.1: - resolution: {integrity: sha512-EtNXYuWPUmkgSU2E7Ttn57LbRREQesIP1BiLn7OZLKodopKfDXfBUkC/0j6mpw2JExwf43Uf3qLSvrSvppgy8Q==} - engines: {node: ^18.20.0 || ^20.10.0 || >=21.0.0} + eslint-plugin-unicorn@60.0.0: + resolution: {integrity: sha512-QUzTefvP8stfSXsqKQ+vBQSEsXIlAiCduS/V1Em+FKgL9c21U/IIm20/e3MFy1jyCf14tHAhqC1sX8OTy6VUCg==} + engines: {node: ^20.10.0 || >=21.0.0} peerDependencies: - eslint: '>=9.22.0' + eslint: '>=9.29.0' eslint-plugin-unused-imports@4.1.4: resolution: {integrity: sha512-YptD6IzQjDardkl0POxnnRBhU1OEePMV0nd6siHaRBbd+lyh6NAhFEobiznKU7kTsSsDeSD62Pe7kAM1b7dAZQ==} @@ -4908,8 +5028,8 @@ packages: resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.31.0: - resolution: {integrity: sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==} + eslint@9.32.0: + resolution: {integrity: sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -5081,7 +5201,7 @@ packages: resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==} peerDependencies: '@nuxt/kit': ^3.2.0 - vue: ^3.5.18 + vue: ^3.2.0 peerDependenciesMeta: '@nuxt/kit': optional: true @@ -5213,6 +5333,9 @@ packages: resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} engines: {node: '>=18'} + globrex@0.1.2: + resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} + graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} @@ -6072,8 +6195,8 @@ packages: nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} - nuxt@4.0.1: - resolution: {integrity: sha512-1WbtiX127640PXUJ2Mb32ck0A0/hzBk6+oPQ0YvJnS/HZK3A/oJEW7sYCRPYyEBwUyIQk12QRCBHxmr6LLeXZQ==} + nuxt@4.0.2: + resolution: {integrity: sha512-Wf5ENydx/ApWvjuspSbP6R3CpkPSR01CphrfVIg5SbutnPl7JDamSggvbSsHFBTbCSt7OSWCoiV4aOC/MvWwgA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -6555,7 +6678,7 @@ packages: radix-vue@1.9.17: resolution: {integrity: sha512-mVCu7I2vXt1L2IUYHTt0sZMz7s1K2ZtqKeTIxG3yC5mMFfLBG4FtE1FDeRMpDd+Hhg/ybi9+iXmAP1ISREndoQ==} peerDependencies: - vue: ^3.5.18 + vue: '>= 3.2.0' radix3@1.1.2: resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} @@ -6759,6 +6882,11 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rollup@4.46.1: + resolution: {integrity: sha512-33xGNBsDJAkzt0PvninskHlWnTIPgDtTwhg0U38CUoNP/7H6wI2Cz6dUeoNPbjdTdsYTGuiFFASuUOWovH0SyQ==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + run-applescript@7.0.0: resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==} engines: {node: '>=18'} @@ -7250,6 +7378,9 @@ packages: unenv@2.0.0-rc.18: resolution: {integrity: sha512-O0oVQVJ2X3Q8H4HITJr4e2cWxMYBeZ+p8S25yoKCxVCgDWtIJDcgwWNonYz12tI3ylVQCRyPV/Bdq0KJeXo7AA==} + unenv@2.0.0-rc.19: + resolution: {integrity: sha512-t/OMHBNAkknVCI7bVB9OWjUUAwhVv9vsPIAGnNUxnu3FxPQN11rjh0sksLMzc3g7IlTgvHmOTl4JM7JHpcv5wA==} + unhead@2.0.12: resolution: {integrity: sha512-5oo0lwz81XDXCmrHGzgmbaNOxM8R9MZ3FkEs2ROHeW8e16xsrv7qXykENlISrcxr3RLPHQEsD1b6js9P2Oj/Ow==} @@ -7390,7 +7521,7 @@ packages: resolution: {integrity: sha512-dAc5HYa6mz8OGN8+EZw0K666fU8DR+Q6kwM24AoFpqSdkRxBJKRDgfLqc0ZymUnF6BIF4peZlOsODkFgYlSxAw==} engines: {node: '>=20.19.0'} peerDependencies: - vue: ^3.5.18 + vue: ^3.2.25 unplugin@1.16.1: resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==} @@ -7572,6 +7703,16 @@ packages: '@nuxt/kit': optional: true + vite-plugin-inspect@11.3.2: + resolution: {integrity: sha512-nzwvyFQg58XSMAmKVLr2uekAxNYvAbz1lyPmCAFVIBncCgN9S/HPM+2UM9Q9cvc4JEbC5ZBgwLAdaE2onmQuKg==} + engines: {node: '>=14'} + peerDependencies: + '@nuxt/kit': '*' + vite: ^7.0.6 + peerDependenciesMeta: + '@nuxt/kit': + optional: true + vite-plugin-stylex@0.13.0: resolution: {integrity: sha512-kT44CpS8dprH+Idiff9eblsVoGCiRueRJwT6EdM7E+mbdSfHjqWI5e0kiaNebdsaacHiyhmkgPXeTfJahTXrsA==} peerDependencies: @@ -7588,6 +7729,12 @@ packages: peerDependencies: vite: ^7.0.6 + vite-plugin-vue-devtools@8.0.0: + resolution: {integrity: sha512-9bWQig8UMu3nPbxX86NJv56aelpFYoBHxB5+pxuQz3pa3Tajc1ezRidj/0dnADA4/UHuVIfwIVYHOvMXYcPshg==} + engines: {node: '>=v14.21.3'} + peerDependencies: + vite: ^7.0.6 + vite-plugin-vue-inspector@5.3.2: resolution: {integrity: sha512-YvEKooQcSiBTAs0DoYLfefNja9bLgkFM7NI2b07bE2SruuvX0MEa9cMaxjKVMkeCp5Nz9FRIdcN1rOdFVBeL6Q==} peerDependencies: @@ -7597,7 +7744,7 @@ packages: resolution: {integrity: sha512-a+UB9IwGx5uwS4uG/a9kM6fCMnxONDkOTbgCUbhFpiGhqfxrrC1+9BibV7sWwUnwj1Dg6MnRxG0trLgUZslDXA==} peerDependencies: vite: ^7.0.6 - vue: ^3.5.18 + vue: ^3.5.0 vite@7.0.6: resolution: {integrity: sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==} @@ -7653,15 +7800,15 @@ packages: markdown-it: '>=14' vite: ^7.0.6 - vitepress-plugin-llms@1.7.1: - resolution: {integrity: sha512-RF5hl2vGxKhbcGirLLUhIlnWNSaoscPKBVnKaGxrKzj76i+mI+HBvfi/DF7a1u2L05LAnf7KSBkEVsMexczsAg==} + vitepress-plugin-llms@1.7.2: + resolution: {integrity: sha512-4UxB3PXfRAfzbcKRXizRQajstjmYn1hoFOSCGIQBYyu3qYs9/TEAUe6oLGbiwaDD+wPQ/T1ow59pt2LAMR4/1A==} 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.78.0 + oxc-minify: ^0.75.1 postcss: ^8 peerDependenciesMeta: markdown-it-mathjax3: @@ -7705,8 +7852,8 @@ packages: vscode-uri@3.1.0: resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==} - vue-bundle-renderer@2.1.1: - resolution: {integrity: sha512-+qALLI5cQncuetYOXp4yScwYvqh8c6SMXee3B+M7oTZxOgtESP0l4j/fXdEJoZ+EdMxkGWIj+aSEyjXkOdmd7g==} + vue-bundle-renderer@2.1.2: + resolution: {integrity: sha512-M4WRBO/O/7G9phGaGH9AOwOnYtY9ZpPoDVpBpRzR2jO5rFL9mgIlQIgums2ljCTC2HL1jDXFQc//CzWcAQHgAw==} vue-demi@0.14.10: resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==} @@ -7714,7 +7861,7 @@ packages: hasBin: true peerDependencies: '@vue/composition-api': ^1.0.0-rc.1 - vue: ^3.5.18 + vue: ^3.0.0-0 || ^2.6.0 peerDependenciesMeta: '@vue/composition-api': optional: true @@ -7731,17 +7878,17 @@ packages: vue-flow-layout@0.1.1: resolution: {integrity: sha512-JdgRRUVrN0Y2GosA0M68DEbKlXMqJ7FQgsK8CjQD2vxvNSqAU6PZEpi4cfcTVtfM2GVOMjHo7GKKLbXxOBqDqA==} peerDependencies: - vue: ^3.5.18 + vue: ^3.4.37 vue-resize@2.0.0-alpha.1: resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==} peerDependencies: - vue: ^3.5.18 + vue: ^3.0.0 vue-router@4.5.1: resolution: {integrity: sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==} peerDependencies: - vue: ^3.5.18 + vue: ^3.2.0 vue-tsc@3.0.3: resolution: {integrity: sha512-uU1OMSzWE8/y0+kDTc0iEIu9v82bmFkGyJpAO/x3wQqBkkHkButKgtygREyOkxL4E/xtcf/ExvgNhhjdzonldw==} @@ -7774,8 +7921,8 @@ packages: webpack-virtual-modules@0.6.2: resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==} - webpack@5.100.2: - resolution: {integrity: sha512-QaNKAvGCDRh3wW1dsDjeMdDXwZm2vqq3zn6Pvq4rHOEOGSaUMgOOjG2Y9ZbIGzpfkJk9ZYTHpDqgDfeBDcnLaw==} + webpack@5.101.0: + resolution: {integrity: sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -8101,14 +8248,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@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)': + '@astrojs/vue@5.1.0(@types/node@24.1.0)(astro@5.12.5(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.46.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.46.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.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': 6.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)) '@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) + astro: 5.12.5(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.46.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)) + vite-plugin-vue-devtools: 7.7.7(rollup@4.46.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' @@ -8679,22 +8826,22 @@ snapshots: '@esbuild/win32-x64@0.25.8': optional: true - '@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.31.0(jiti@2.5.1))': + '@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.32.0(jiti@2.5.1))': dependencies: escape-string-regexp: 4.0.0 - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) ignore: 5.3.2 - '@eslint-community/eslint-utils@4.7.0(eslint@9.31.0(jiti@2.5.1))': + '@eslint-community/eslint-utils@4.7.0(eslint@9.32.0(jiti@2.5.1))': dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} - '@eslint/compat@1.3.1(eslint@9.31.0(jiti@2.5.1))': + '@eslint/compat@1.3.1(eslint@9.32.0(jiti@2.5.1))': optionalDependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) '@eslint/config-array@0.21.0': dependencies: @@ -8706,10 +8853,6 @@ snapshots: '@eslint/config-helpers@0.3.0': {} - '@eslint/core@0.13.0': - dependencies: - '@types/json-schema': 7.0.15 - '@eslint/core@0.15.1': dependencies: '@types/json-schema': 7.0.15 @@ -8728,7 +8871,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.31.0': {} + '@eslint/js@9.32.0': {} '@eslint/markdown@7.1.0': dependencies: @@ -8745,11 +8888,6 @@ snapshots: '@eslint/object-schema@2.1.6': {} - '@eslint/plugin-kit@0.2.8': - dependencies: - '@eslint/core': 0.13.0 - levn: 0.4.1 - '@eslint/plugin-kit@0.3.4': dependencies: '@eslint/core': 0.15.1 @@ -9034,34 +9172,32 @@ 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.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/ui@2.18.1(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)(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))': dependencies: '@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) + 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)(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.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-mark@2.18.1(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)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))': dependencies: 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) + 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)(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))': + '@nolebase/vitepress-plugin-enhanced-readabilities@2.18.1(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)(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))': dependencies: '@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.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/ui': 2.18.1(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)(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)) 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) + 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)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) transitivePeerDependencies: - - typescript + - vue - '@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))': + '@nolebase/vitepress-plugin-git-changelog@2.18.1(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)(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))': dependencies: '@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)) + '@nolebase/ui': 2.18.1(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)(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)) colorette: 2.0.20 date-fns: 4.1.0 defu: 6.1.4 @@ -9071,16 +9207,16 @@ snapshots: gray-matter: 4.0.3 less: 4.4.0 uncrypto: 0.1.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) + 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)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) transitivePeerDependencies: - - typescript + - vue - '@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))': + '@nolebase/vitepress-plugin-highlight-targeted-heading@2.18.1(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)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))': dependencies: 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) + 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)(postcss@8.5.6)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) - '@nuxt/cli@3.26.4(magicast@0.3.5)': + '@nuxt/cli@3.27.0(magicast@0.3.5)': dependencies: c12: 3.1.0(magicast@0.3.5) citty: 0.1.6 @@ -9200,7 +9336,7 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/kit@4.0.1(magicast@0.3.5)': + '@nuxt/kit@4.0.2(magicast@0.3.5)': dependencies: c12: 3.1.0(magicast@0.3.5) consola: 3.4.2 @@ -9226,13 +9362,14 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/schema@4.0.1': + '@nuxt/schema@4.0.2': dependencies: '@vue/shared': 3.5.18 consola: 3.4.2 defu: 6.1.4 pathe: 2.0.3 std-env: 3.9.0 + ufo: 1.6.1 '@nuxt/telemetry@2.6.6(magicast@0.3.5)': dependencies: @@ -9251,11 +9388,11 @@ snapshots: transitivePeerDependencies: - magicast - '@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)': + '@nuxt/vite-builder@4.0.2(@types/node@24.1.0)(eslint@9.32.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.46.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': 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)) + '@nuxt/kit': 4.0.2(magicast@0.3.5) + '@rollup/plugin-replace': 6.0.2(rollup@4.46.1) + '@vitejs/plugin-vue': 6.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)) '@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 @@ -9274,15 +9411,15 @@ snapshots: pathe: 2.0.3 pkg-types: 2.2.0 postcss: 8.5.6 - rollup-plugin-visualizer: 6.0.3(rolldown@1.0.0-beta.29)(rollup@4.45.1) + rollup-plugin-visualizer: 6.0.3(rolldown@1.0.0-beta.29)(rollup@4.46.1) std-env: 3.9.0 ufo: 1.6.1 - unenv: 2.0.0-rc.18 + unenv: 2.0.0-rc.19 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)) + vite-plugin-checker: 0.10.1(eslint@9.32.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 + vue-bundle-renderer: 2.1.2 transitivePeerDependencies: - '@biomejs/biome' - '@types/node' @@ -9672,6 +9809,18 @@ snapshots: optionalDependencies: rollup: 4.45.1 + '@rollup/plugin-commonjs@28.0.6(rollup@4.46.1)': + dependencies: + '@rollup/pluginutils': 5.2.0(rollup@4.46.1) + commondir: 1.0.1 + estree-walker: 2.0.2 + fdir: 6.4.6(picomatch@4.0.3) + is-reference: 1.2.1 + magic-string: 0.30.17 + picomatch: 4.0.3 + optionalDependencies: + rollup: 4.46.1 + '@rollup/plugin-inject@5.0.5(rollup@4.45.1)': dependencies: '@rollup/pluginutils': 5.2.0(rollup@4.45.1) @@ -9686,6 +9835,12 @@ snapshots: optionalDependencies: rollup: 4.45.1 + '@rollup/plugin-json@6.1.0(rollup@4.46.1)': + dependencies: + '@rollup/pluginutils': 5.2.0(rollup@4.46.1) + optionalDependencies: + rollup: 4.46.1 + '@rollup/plugin-node-resolve@16.0.1(rollup@4.45.1)': dependencies: '@rollup/pluginutils': 5.2.0(rollup@4.45.1) @@ -9696,6 +9851,16 @@ snapshots: optionalDependencies: rollup: 4.45.1 + '@rollup/plugin-node-resolve@16.0.1(rollup@4.46.1)': + dependencies: + '@rollup/pluginutils': 5.2.0(rollup@4.46.1) + '@types/resolve': 1.20.2 + deepmerge: 4.3.1 + is-module: 1.0.0 + resolve: 1.22.10 + optionalDependencies: + rollup: 4.46.1 + '@rollup/plugin-replace@6.0.2(rollup@4.45.1)': dependencies: '@rollup/pluginutils': 5.2.0(rollup@4.45.1) @@ -9703,6 +9868,13 @@ snapshots: optionalDependencies: rollup: 4.45.1 + '@rollup/plugin-replace@6.0.2(rollup@4.46.1)': + dependencies: + '@rollup/pluginutils': 5.2.0(rollup@4.46.1) + magic-string: 0.30.17 + optionalDependencies: + rollup: 4.46.1 + '@rollup/plugin-terser@0.4.4(rollup@4.45.1)': dependencies: serialize-javascript: 6.0.2 @@ -9719,66 +9891,134 @@ snapshots: optionalDependencies: rollup: 4.45.1 + '@rollup/pluginutils@5.2.0(rollup@4.46.1)': + dependencies: + '@types/estree': 1.0.8 + estree-walker: 2.0.2 + picomatch: 4.0.3 + optionalDependencies: + rollup: 4.46.1 + '@rollup/rollup-android-arm-eabi@4.45.1': optional: true + '@rollup/rollup-android-arm-eabi@4.46.1': + optional: true + '@rollup/rollup-android-arm64@4.45.1': optional: true + '@rollup/rollup-android-arm64@4.46.1': + optional: true + '@rollup/rollup-darwin-arm64@4.45.1': optional: true + '@rollup/rollup-darwin-arm64@4.46.1': + optional: true + '@rollup/rollup-darwin-x64@4.45.1': optional: true + '@rollup/rollup-darwin-x64@4.46.1': + optional: true + '@rollup/rollup-freebsd-arm64@4.45.1': optional: true + '@rollup/rollup-freebsd-arm64@4.46.1': + optional: true + '@rollup/rollup-freebsd-x64@4.45.1': optional: true + '@rollup/rollup-freebsd-x64@4.46.1': + optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.46.1': + optional: true + '@rollup/rollup-linux-arm-musleabihf@4.45.1': optional: true + '@rollup/rollup-linux-arm-musleabihf@4.46.1': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.45.1': optional: true + '@rollup/rollup-linux-arm64-gnu@4.46.1': + optional: true + '@rollup/rollup-linux-arm64-musl@4.45.1': optional: true + '@rollup/rollup-linux-arm64-musl@4.46.1': + optional: true + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': optional: true + '@rollup/rollup-linux-loongarch64-gnu@4.46.1': + optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': optional: true + '@rollup/rollup-linux-ppc64-gnu@4.46.1': + optional: true + '@rollup/rollup-linux-riscv64-gnu@4.45.1': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.46.1': + optional: true + '@rollup/rollup-linux-riscv64-musl@4.45.1': optional: true + '@rollup/rollup-linux-riscv64-musl@4.46.1': + optional: true + '@rollup/rollup-linux-s390x-gnu@4.45.1': optional: true + '@rollup/rollup-linux-s390x-gnu@4.46.1': + optional: true + '@rollup/rollup-linux-x64-gnu@4.45.1': optional: true + '@rollup/rollup-linux-x64-gnu@4.46.1': + optional: true + '@rollup/rollup-linux-x64-musl@4.45.1': optional: true + '@rollup/rollup-linux-x64-musl@4.46.1': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.45.1': optional: true + '@rollup/rollup-win32-arm64-msvc@4.46.1': + optional: true + '@rollup/rollup-win32-ia32-msvc@4.45.1': optional: true + '@rollup/rollup-win32-ia32-msvc@4.46.1': + optional: true + '@rollup/rollup-win32-x64-msvc@4.45.1': optional: true + '@rollup/rollup-win32-x64-msvc@4.46.1': + optional: true + '@rspack/binding-darwin-arm64@1.4.10': optional: true @@ -9939,40 +10179,40 @@ snapshots: dependencies: tslib: 2.8.1 - '@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)': + '@sxzz/eslint-config@7.1.0(@types/eslint@9.6.1)(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(@unocss/eslint-plugin@66.3.3(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)': dependencies: - '@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.31.0(jiti@2.5.1)) - '@eslint/js': 9.31.0 + '@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.32.0(jiti@2.5.1)) + '@eslint/js': 9.32.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: 9.32.0(jiti@2.5.1) + eslint-config-flat-gitignore: 2.1.0(eslint@9.32.0(jiti@2.5.1)) + eslint-config-prettier: 10.1.8(eslint@9.32.0(jiti@2.5.1)) eslint-flat-config-utils: 2.1.0 - 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)) + eslint-plugin-antfu: 3.1.1(eslint@9.32.0(jiti@2.5.1)) + eslint-plugin-command: 3.3.1(eslint@9.32.0(jiti@2.5.1)) + eslint-plugin-de-morgan: 1.3.0(eslint@9.32.0(jiti@2.5.1)) + eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1)) + eslint-plugin-jsdoc: 52.0.0(eslint@9.32.0(jiti@2.5.1)) + eslint-plugin-jsonc: 2.20.1(eslint@9.32.0(jiti@2.5.1)) + eslint-plugin-n: 17.21.3(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) + eslint-plugin-perfectionist: 4.15.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) + eslint-plugin-pnpm: 1.1.0(eslint@9.32.0(jiti@2.5.1)) + eslint-plugin-prettier: 5.5.3(@types/eslint@9.6.1)(eslint-config-prettier@10.1.8(eslint@9.32.0(jiti@2.5.1)))(eslint@9.32.0(jiti@2.5.1))(prettier@3.6.2) + eslint-plugin-regexp: 2.9.0(eslint@9.32.0(jiti@2.5.1)) + eslint-plugin-sxzz: 0.4.0(eslint@9.32.0(jiti@2.5.1)) + eslint-plugin-unicorn: 60.0.0(eslint@9.32.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.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1)) + eslint-plugin-vue: 10.3.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.32.0(jiti@2.5.1))) + eslint-plugin-yml: 1.18.0(eslint@9.32.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.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)) + typescript-eslint: 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) + vue-eslint-parser: 10.2.0(eslint@9.32.0(jiti@2.5.1)) yaml-eslint-parser: 1.3.0 optionalDependencies: - '@unocss/eslint-plugin': 66.3.3(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3) + '@unocss/eslint-plugin': 66.3.3(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) transitivePeerDependencies: - '@eslint/json' - '@types/eslint' @@ -9987,7 +10227,7 @@ snapshots: dependencies: '@prettier/plugin-oxc': 0.0.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)': + '@sxzz/test-utils@0.5.7(esbuild@0.25.8)(rolldown@1.0.0-beta.29)(rollup@4.46.1)(vitest@3.2.4)': dependencies: tinyglobby: 0.2.14 unplugin-utils: 0.2.4 @@ -9995,7 +10235,7 @@ snapshots: optionalDependencies: esbuild: 0.25.8 rolldown: 1.0.0-beta.29 - rollup: 4.45.1 + rollup: 4.46.1 '@tanstack/virtual-core@3.13.12': {} @@ -10067,15 +10307,15 @@ snapshots: '@types/web-bluetooth@0.0.21': {} - '@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/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.38.0(eslint@9.32.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/type-utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.38.0 - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) graphemer: 1.4.0 ignore: 7.0.5 natural-compare: 1.4.0 @@ -10084,14 +10324,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)': + '@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)': dependencies: '@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.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -10114,13 +10354,13 @@ snapshots: dependencies: typescript: 5.8.3 - '@typescript-eslint/type-utils@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)': + '@typescript-eslint/type-utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)': dependencies: '@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) + '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) debug: 4.4.1 - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) ts-api-utils: 2.1.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: @@ -10144,13 +10384,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)': + '@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)': dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.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) + eslint: 9.32.0(jiti@2.5.1) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -10208,9 +10448,9 @@ snapshots: '@unocss/core@66.3.3': {} - '@unocss/eslint-plugin@66.3.3(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3)': + '@unocss/eslint-plugin@66.3.3(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)': dependencies: - '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.32.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 @@ -10236,7 +10476,7 @@ snapshots: transitivePeerDependencies: - vue - '@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))': + '@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.101.0(esbuild@0.25.8))': dependencies: '@nuxt/kit': 3.17.7(magicast@0.3.5) '@unocss/config': 66.3.3 @@ -10250,8 +10490,8 @@ snapshots: '@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)) + '@unocss/webpack': 66.3.3(webpack@5.101.0(esbuild@0.25.8)) + unocss: 66.3.3(@unocss/webpack@66.3.3(webpack@5.101.0(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 @@ -10363,7 +10603,7 @@ snapshots: transitivePeerDependencies: - vue - '@unocss/webpack@66.3.3(webpack@5.100.2(esbuild@0.25.8))': + '@unocss/webpack@66.3.3(webpack@5.101.0(esbuild@0.25.8))': dependencies: '@ampproject/remapping': 2.3.0 '@unocss/config': 66.3.3 @@ -10374,7 +10614,7 @@ snapshots: tinyglobby: 0.2.14 unplugin: 2.3.5 unplugin-utils: 0.2.4 - webpack: 5.100.2(esbuild@0.25.8) + webpack: 5.101.0(esbuild@0.25.8) webpack-sources: 3.3.3 '@unrs/resolver-binding-android-arm-eabi@1.11.1': @@ -10466,7 +10706,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@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@6.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: '@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) @@ -10648,6 +10888,18 @@ snapshots: transitivePeerDependencies: - vite + '@vue/devtools-core@8.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: + '@vue/devtools-kit': 8.0.0 + '@vue/devtools-shared': 8.0.0 + mitt: 3.0.1 + nanoid: 5.1.5 + pathe: 2.0.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 @@ -10658,10 +10910,24 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.2 + '@vue/devtools-kit@8.0.0': + dependencies: + '@vue/devtools-shared': 8.0.0 + birpc: 2.5.0 + hookable: 5.5.3 + mitt: 3.0.1 + perfect-debounce: 1.0.0 + speakingurl: 14.0.1 + superjson: 2.2.2 + '@vue/devtools-shared@7.7.7': dependencies: rfdc: 1.4.1 + '@vue/devtools-shared@8.0.0': + dependencies: + rfdc: 1.4.1 + '@vue/language-core@3.0.3(typescript@5.8.3)': dependencies: '@volar/language-core': 2.4.20 @@ -10716,6 +10982,13 @@ snapshots: '@vueuse/shared': 13.5.0(vue@3.5.18(typescript@5.8.3)) vue: 3.5.18(typescript@5.8.3) + '@vueuse/core@13.6.0(vue@3.5.18(typescript@5.8.3))': + dependencies: + '@types/web-bluetooth': 0.0.21 + '@vueuse/metadata': 13.6.0 + '@vueuse/shared': 13.6.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.18(typescript@5.8.3))': dependencies: '@vueuse/core': 13.5.0(vue@3.5.18(typescript@5.8.3)) @@ -10730,6 +11003,8 @@ snapshots: '@vueuse/metadata@13.5.0': {} + '@vueuse/metadata@13.6.0': {} + '@vueuse/shared@10.11.1(vue@3.5.18(typescript@5.8.3))': dependencies: vue-demi: 0.14.10(vue@3.5.18(typescript@5.8.3)) @@ -10741,6 +11016,10 @@ snapshots: dependencies: vue: 3.5.18(typescript@5.8.3) + '@vueuse/shared@13.6.0(vue@3.5.18(typescript@5.8.3))': + dependencies: + vue: 3.5.18(typescript@5.8.3) + '@webassemblyjs/ast@1.14.1': dependencies: '@webassemblyjs/helper-numbers': 1.13.2 @@ -10967,7 +11246,7 @@ snapshots: '@babel/parser': 7.28.0 ast-kit: 2.1.1 - 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): + astro@5.12.5(@types/node@24.1.0)(db0@0.3.2)(ioredis@5.6.1)(jiti@2.5.1)(less@4.4.0)(rollup@4.46.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 @@ -10975,7 +11254,7 @@ snapshots: '@astrojs/telemetry': 3.3.0 '@capsizecss/unpack': 2.4.0 '@oslojs/encoding': 1.1.0 - '@rollup/pluginutils': 5.2.0(rollup@4.45.1) + '@rollup/pluginutils': 5.2.0(rollup@4.46.1) acorn: 8.15.0 aria-query: 5.3.2 axobject-query: 4.1.0 @@ -11155,7 +11434,7 @@ snapshots: builtin-modules@5.0.0: {} - bumpp@10.2.0(magicast@0.3.5): + bumpp@10.2.1(magicast@0.3.5): dependencies: ansis: 4.1.0 args-tokenizer: 0.3.0 @@ -11749,24 +12028,24 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.31.0(jiti@2.5.1)): + eslint-compat-utils@0.5.1(eslint@9.32.0(jiti@2.5.1)): dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) semver: 7.7.2 - eslint-compat-utils@0.6.5(eslint@9.31.0(jiti@2.5.1)): + eslint-compat-utils@0.6.5(eslint@9.32.0(jiti@2.5.1)): dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) semver: 7.7.2 - eslint-config-flat-gitignore@2.1.0(eslint@9.31.0(jiti@2.5.1)): + eslint-config-flat-gitignore@2.1.0(eslint@9.32.0(jiti@2.5.1)): dependencies: - '@eslint/compat': 1.3.1(eslint@9.31.0(jiti@2.5.1)) - eslint: 9.31.0(jiti@2.5.1) + '@eslint/compat': 1.3.1(eslint@9.32.0(jiti@2.5.1)) + eslint: 9.32.0(jiti@2.5.1) - eslint-config-prettier@10.1.8(eslint@9.31.0(jiti@2.5.1)): + eslint-config-prettier@10.1.8(eslint@9.32.0(jiti@2.5.1)): dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) eslint-flat-config-utils@2.1.0: dependencies: @@ -11779,38 +12058,38 @@ snapshots: optionalDependencies: unrs-resolver: 1.11.1 - eslint-json-compat-utils@0.2.1(eslint@9.31.0(jiti@2.5.1))(jsonc-eslint-parser@2.4.0): + eslint-json-compat-utils@0.2.1(eslint@9.32.0(jiti@2.5.1))(jsonc-eslint-parser@2.4.0): dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) esquery: 1.6.0 jsonc-eslint-parser: 2.4.0 - eslint-plugin-antfu@3.1.1(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-antfu@3.1.1(eslint@9.32.0(jiti@2.5.1)): dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) - eslint-plugin-command@3.3.1(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-command@3.3.1(eslint@9.32.0(jiti@2.5.1)): dependencies: '@es-joy/jsdoccomment': 0.50.2 - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) - eslint-plugin-de-morgan@1.3.0(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-de-morgan@1.3.0(eslint@9.32.0(jiti@2.5.1)): dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) - eslint-plugin-es-x@7.8.0(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-es-x@7.8.0(eslint@9.32.0(jiti@2.5.1)): dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) '@eslint-community/regexpp': 4.12.1 - eslint: 9.31.0(jiti@2.5.1) - eslint-compat-utils: 0.5.1(eslint@9.31.0(jiti@2.5.1)) + eslint: 9.32.0(jiti@2.5.1) + eslint-compat-utils: 0.5.1(eslint@9.32.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-import-x@4.16.1(@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1)): dependencies: '@typescript-eslint/types': 8.38.0 comment-parser: 1.4.1 debug: 4.4.1 - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.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 @@ -11818,18 +12097,18 @@ snapshots: stable-hash-x: 0.2.0 unrs-resolver: 1.11.1 optionalDependencies: - '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) transitivePeerDependencies: - supports-color - eslint-plugin-jsdoc@51.4.1(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-jsdoc@52.0.0(eslint@9.32.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.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) espree: 10.4.0 esquery: 1.6.0 parse-imports-exports: 0.2.4 @@ -11838,12 +12117,12 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jsonc@2.20.1(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-jsonc@2.20.1(eslint@9.32.0(jiti@2.5.1)): dependencies: - '@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) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) + eslint: 9.32.0(jiti@2.5.1) + eslint-compat-utils: 0.6.5(eslint@9.32.0(jiti@2.5.1)) + eslint-json-compat-utils: 0.2.1(eslint@9.32.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 @@ -11852,34 +12131,34 @@ snapshots: transitivePeerDependencies: - '@eslint/json' - eslint-plugin-n@17.21.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3): + eslint-plugin-n@17.21.3(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3): dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) enhanced-resolve: 5.18.2 - eslint: 9.31.0(jiti@2.5.1) - eslint-plugin-es-x: 7.8.0(eslint@9.31.0(jiti@2.5.1)) + eslint: 9.32.0(jiti@2.5.1) + eslint-plugin-es-x: 7.8.0(eslint@9.32.0(jiti@2.5.1)) get-tsconfig: 4.10.1 globals: 15.15.0 + globrex: 0.1.2 ignore: 5.3.2 - minimatch: 9.0.5 semver: 7.7.2 ts-declaration-location: 1.0.7(typescript@5.8.3) transitivePeerDependencies: - typescript - eslint-plugin-perfectionist@4.15.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3): + eslint-plugin-perfectionist@4.15.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3): dependencies: '@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) + '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) + eslint: 9.32.0(jiti@2.5.1) natural-orderby: 5.0.0 transitivePeerDependencies: - supports-color - typescript - eslint-plugin-pnpm@1.1.0(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-pnpm@1.1.0(eslint@9.32.0(jiti@2.5.1)): dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) find-up-simple: 1.0.1 jsonc-eslint-parser: 2.4.0 pathe: 2.0.3 @@ -11887,40 +12166,41 @@ snapshots: tinyglobby: 0.2.14 yaml-eslint-parser: 1.3.0 - 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-prettier@5.5.3(@types/eslint@9.6.1)(eslint-config-prettier@10.1.8(eslint@9.32.0(jiti@2.5.1)))(eslint@9.32.0(jiti@2.5.1))(prettier@3.6.2): dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) prettier: 3.6.2 prettier-linter-helpers: 1.0.0 synckit: 0.11.11 optionalDependencies: '@types/eslint': 9.6.1 - eslint-config-prettier: 10.1.8(eslint@9.31.0(jiti@2.5.1)) + eslint-config-prettier: 10.1.8(eslint@9.32.0(jiti@2.5.1)) - eslint-plugin-regexp@2.9.0(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-regexp@2.9.0(eslint@9.32.0(jiti@2.5.1)): dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) '@eslint-community/regexpp': 4.12.1 comment-parser: 1.4.1 - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.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.4.0(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-sxzz@0.4.0(eslint@9.32.0(jiti@2.5.1)): dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) - eslint-plugin-unicorn@59.0.1(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-unicorn@60.0.0(eslint@9.32.0(jiti@2.5.1)): dependencies: '@babel/helper-validator-identifier': 7.27.1 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1)) - '@eslint/plugin-kit': 0.2.8 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) + '@eslint/plugin-kit': 0.3.4 + change-case: 5.4.4 ci-info: 4.3.0 clean-regexp: 1.0.0 core-js-compat: 3.44.0 - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) esquery: 1.6.0 find-up-simple: 1.0.1 globals: 16.3.0 @@ -11933,31 +12213,31 @@ snapshots: semver: 7.7.2 strip-indent: 4.0.0 - 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-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1)): dependencies: - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) optionalDependencies: - '@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/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) - 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-vue@10.3.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.32.0(jiti@2.5.1))): dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1)) - eslint: 9.31.0(jiti@2.5.1) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) + eslint: 9.32.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.31.0(jiti@2.5.1)) + vue-eslint-parser: 10.2.0(eslint@9.32.0(jiti@2.5.1)) xml-name-validator: 4.0.0 optionalDependencies: - '@typescript-eslint/parser': 8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) - eslint-plugin-yml@1.18.0(eslint@9.31.0(jiti@2.5.1)): + eslint-plugin-yml@1.18.0(eslint@9.32.0(jiti@2.5.1)): dependencies: debug: 4.4.1 escape-string-regexp: 4.0.0 - eslint: 9.31.0(jiti@2.5.1) - eslint-compat-utils: 0.6.5(eslint@9.31.0(jiti@2.5.1)) + eslint: 9.32.0(jiti@2.5.1) + eslint-compat-utils: 0.6.5(eslint@9.32.0(jiti@2.5.1)) natural-compare: 1.4.0 yaml-eslint-parser: 1.3.0 transitivePeerDependencies: @@ -11977,15 +12257,15 @@ snapshots: eslint-visitor-keys@4.2.1: {} - eslint@9.31.0(jiti@2.5.1): + eslint@9.32.0(jiti@2.5.1): dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.1)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.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.15.1 '@eslint/eslintrc': 3.3.1 - '@eslint/js': 9.31.0 + '@eslint/js': 9.32.0 '@eslint/plugin-kit': 0.3.4 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 @@ -12311,6 +12591,8 @@ snapshots: slash: 5.1.0 unicorn-magic: 0.3.0 + globrex@0.1.2: {} + graceful-fs@4.2.11: {} graphemer@1.4.0: {} @@ -13445,15 +13727,15 @@ snapshots: dependencies: boolbase: 1.0.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): + nuxt@4.0.2(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(db0@0.3.2)(eslint@9.32.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.46.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.26.4(magicast@0.3.5) + '@nuxt/cli': 3.27.0(magicast@0.3.5) '@nuxt/devalue': 2.0.2 '@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/kit': 4.0.2(magicast@0.3.5) + '@nuxt/schema': 4.0.2 '@nuxt/telemetry': 2.6.6(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) + '@nuxt/vite-builder': 4.0.2(@types/node@24.1.0)(eslint@9.32.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.46.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) @@ -13508,7 +13790,7 @@ snapshots: unstorage: 1.16.1(db0@0.3.2)(ioredis@5.6.1) untyped: 2.0.0 vue: 3.5.18(typescript@5.8.3) - vue-bundle-renderer: 2.1.1 + vue-bundle-renderer: 2.1.2 vue-devtools-stub: 0.1.0 vue-router: 4.5.1(vue@3.5.18(typescript@5.8.3)) optionalDependencies: @@ -14343,10 +14625,10 @@ snapshots: '@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): + rollup-plugin-dts@6.2.1(rollup@4.46.1)(typescript@5.8.3): dependencies: magic-string: 0.30.17 - rollup: 4.45.1 + rollup: 4.46.1 typescript: 5.8.3 optionalDependencies: '@babel/code-frame': 7.27.1 @@ -14361,6 +14643,16 @@ snapshots: rolldown: 1.0.0-beta.29 rollup: 4.45.1 + rollup-plugin-visualizer@6.0.3(rolldown@1.0.0-beta.29)(rollup@4.46.1): + dependencies: + open: 8.4.2 + picomatch: 4.0.3 + source-map: 0.7.6 + yargs: 17.7.2 + optionalDependencies: + rolldown: 1.0.0-beta.29 + rollup: 4.46.1 + rollup@4.45.1: dependencies: '@types/estree': 1.0.8 @@ -14387,6 +14679,32 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.45.1 fsevents: 2.3.3 + rollup@4.46.1: + dependencies: + '@types/estree': 1.0.8 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.46.1 + '@rollup/rollup-android-arm64': 4.46.1 + '@rollup/rollup-darwin-arm64': 4.46.1 + '@rollup/rollup-darwin-x64': 4.46.1 + '@rollup/rollup-freebsd-arm64': 4.46.1 + '@rollup/rollup-freebsd-x64': 4.46.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.46.1 + '@rollup/rollup-linux-arm-musleabihf': 4.46.1 + '@rollup/rollup-linux-arm64-gnu': 4.46.1 + '@rollup/rollup-linux-arm64-musl': 4.46.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.46.1 + '@rollup/rollup-linux-ppc64-gnu': 4.46.1 + '@rollup/rollup-linux-riscv64-gnu': 4.46.1 + '@rollup/rollup-linux-riscv64-musl': 4.46.1 + '@rollup/rollup-linux-s390x-gnu': 4.46.1 + '@rollup/rollup-linux-x64-gnu': 4.46.1 + '@rollup/rollup-linux-x64-musl': 4.46.1 + '@rollup/rollup-win32-arm64-msvc': 4.46.1 + '@rollup/rollup-win32-ia32-msvc': 4.46.1 + '@rollup/rollup-win32-x64-msvc': 4.46.1 + fsevents: 2.3.3 + run-applescript@7.0.0: {} run-parallel@1.2.0: @@ -14723,14 +15041,14 @@ snapshots: unconfig: 7.3.2 yaml: 2.8.0 - terser-webpack-plugin@5.3.14(esbuild@0.25.8)(webpack@5.100.2(esbuild@0.25.8)): + terser-webpack-plugin@5.3.14(esbuild@0.25.8)(webpack@5.101.0(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.100.2(esbuild@0.25.8) + webpack: 5.101.0(esbuild@0.25.8) optionalDependencies: esbuild: 0.25.8 @@ -14866,13 +15184,13 @@ snapshots: type-level-regexp@0.1.17: {} - typescript-eslint@8.38.0(eslint@9.31.0(jiti@2.5.1))(typescript@5.8.3): + typescript-eslint@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3): dependencies: - '@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/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.38.0(eslint@9.32.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-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) + eslint: 9.32.0(jiti@2.5.1) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -14911,6 +15229,14 @@ snapshots: pathe: 2.0.3 ufo: 1.6.1 + unenv@2.0.0-rc.19: + dependencies: + defu: 6.1.4 + exsolve: 1.0.7 + ohash: 2.0.11 + pathe: 2.0.3 + ufo: 1.6.1 + unhead@2.0.12: dependencies: hookable: 5.5.3 @@ -15010,7 +15336,7 @@ snapshots: universalify@2.0.1: {} - 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)): + unocss@66.3.3(@unocss/webpack@66.3.3(webpack@5.101.0(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 @@ -15032,21 +15358,21 @@ snapshots: '@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.3(webpack@5.100.2(esbuild@0.25.8)) + '@unocss/webpack': 66.3.3(webpack@5.101.0(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.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-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.46.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.101.0(esbuild@0.25.8)): optionalDependencies: '@rspack/core': 1.4.10(@swc/helpers@0.5.17) esbuild: 0.25.8 rolldown: 1.0.0-beta.29 - rollup: 4.45.1 + rollup: 4.46.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) + webpack: 5.101.0(esbuild@0.25.8) 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: @@ -15297,7 +15623,7 @@ snapshots: - tsx - yaml - 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)): + vite-plugin-checker@0.10.1(eslint@9.32.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 @@ -15310,15 +15636,15 @@ snapshots: 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.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) optionator: 0.9.4 typescript: 5.8.3 vue-tsc: 3.0.3(typescript@5.8.3) - 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-inspect@0.8.9(rollup@4.46.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.45.1) + '@rollup/pluginutils': 5.2.0(rollup@4.46.1) debug: 4.4.1 error-stack-parser-es: 0.1.5 fs-extra: 11.3.0 @@ -15327,8 +15653,6 @@ snapshots: picocolors: 1.1.1 sirv: 3.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) - optionalDependencies: - '@nuxt/kit': 3.17.7(magicast@0.3.5) transitivePeerDependencies: - rollup - supports-color @@ -15350,6 +15674,21 @@ snapshots: transitivePeerDependencies: - supports-color + vite-plugin-inspect@11.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: + ansis: 4.1.0 + debug: 4.4.1 + error-stack-parser-es: 1.0.5 + ohash: 2.0.11 + open: 10.2.0 + perfect-debounce: 1.0.0 + sirv: 3.0.1 + unplugin-utils: 0.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) + 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)) + transitivePeerDependencies: + - supports-color + 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 @@ -15363,7 +15702,7 @@ snapshots: transitivePeerDependencies: - supports-color - 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)): + vite-plugin-vue-devtools@7.7.7(rollup@4.46.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.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 @@ -15371,7 +15710,7 @@ snapshots: execa: 9.6.0 sirv: 3.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) - 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-inspect: 0.8.9(rollup@4.46.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' @@ -15379,6 +15718,21 @@ snapshots: - supports-color - vue + vite-plugin-vue-devtools@8.0.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))(vue@3.5.18(typescript@5.8.3)): + dependencies: + '@vue/devtools-core': 8.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-kit': 8.0.0 + '@vue/devtools-shared': 8.0.0 + execa: 9.6.0 + sirv: 3.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) + 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-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' + - supports-color + - vue + 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 @@ -15410,7 +15764,7 @@ snapshots: fdir: 6.4.6(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 - rollup: 4.45.1 + rollup: 4.46.1 tinyglobby: 0.2.14 optionalDependencies: '@types/node': 24.1.0 @@ -15435,7 +15789,7 @@ snapshots: transitivePeerDependencies: - supports-color - vitepress-plugin-llms@1.7.1: + vitepress-plugin-llms@1.7.2: dependencies: byte-size: 9.0.1 gray-matter: 4.0.3 @@ -15454,7 +15808,7 @@ snapshots: - '@75lb/nature' - supports-color - 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): + 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)(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.34.1) @@ -15462,10 +15816,10 @@ snapshots: '@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)) + '@vitejs/plugin-vue': 6.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/devtools-api': 7.7.7 '@vue/shared': 3.5.18 - '@vueuse/core': 13.5.0(vue@3.5.18(typescript@5.8.3)) + '@vueuse/core': 13.6.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 @@ -15474,7 +15828,6 @@ snapshots: 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' @@ -15553,7 +15906,7 @@ snapshots: vscode-uri@3.1.0: {} - vue-bundle-renderer@2.1.1: + vue-bundle-renderer@2.1.2: dependencies: ufo: 1.6.1 @@ -15563,10 +15916,10 @@ snapshots: vue-devtools-stub@0.1.0: {} - vue-eslint-parser@10.2.0(eslint@9.31.0(jiti@2.5.1)): + vue-eslint-parser@10.2.0(eslint@9.32.0(jiti@2.5.1)): dependencies: debug: 4.4.1 - eslint: 9.31.0(jiti@2.5.1) + eslint: 9.32.0(jiti@2.5.1) eslint-scope: 8.4.0 eslint-visitor-keys: 4.2.1 espree: 10.4.0 @@ -15617,7 +15970,7 @@ snapshots: webpack-virtual-modules@0.6.2: {} - webpack@5.100.2(esbuild@0.25.8): + webpack@5.101.0(esbuild@0.25.8): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -15641,7 +15994,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.8)(webpack@5.100.2(esbuild@0.25.8)) + terser-webpack-plugin: 5.3.14(esbuild@0.25.8)(webpack@5.101.0(esbuild@0.25.8)) watchpack: 2.4.4 webpack-sources: 3.3.3 transitivePeerDependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 27f723f33..c4d78643e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,13 +17,10 @@ overrides: 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 + - &nolebase ^2.18.1 - &shiki ^3.8.1 - &unocss ^66.3.3 - &vitest ^3.2.4 @@ -69,29 +66,29 @@ catalog: '@iconify-json/logos': ^1.2.5 '@iconify-json/ri': ^1.2.5 '@nuxt/devtools': ^2.6.2 - '@nuxt/kit': ^4.0.1 - '@nuxt/schema': ^4.0.1 + '@nuxt/kit': ^4.0.2 + '@nuxt/schema': ^4.0.2 '@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.10 '@stylexjs/stylex': ^0.14.3 - '@sxzz/eslint-config': ^7.0.6 + '@sxzz/eslint-config': ^7.1.0 '@sxzz/prettier-config': ^2.2.3 '@sxzz/test-utils': ^0.5.7 '@types/node': ^24.1.0 - '@vitejs/plugin-vue': ^6.0.0 + '@vitejs/plugin-vue': ^6.0.1 '@vitejs/plugin-vue-jsx': ^5.0.1 - '@vueuse/core': ^13.5.0 + '@vueuse/core': ^13.6.0 ast-kit: ^2.1.1 ast-walker-scope: ^0.8.1 - astro: ^5.12.3 - bumpp: ^10.2.0 + astro: ^5.12.5 + bumpp: ^10.2.1 change-case: ^5.4.4 cspell: ^9.2.0 esbuild: ^0.25.8 - eslint: ^9.31.0 + eslint: ^9.32.0 expect-type: ^1.2.2 fast-glob: ^3.3.3 get-port: ^7.1.0 @@ -102,8 +99,7 @@ catalog: monoman: ^0.7.1 muggle-string: ^0.4.1 neverthrow: ^8.2.0 - nuxt: ^4.0.1 - oxc-minify: *oxc + nuxt: ^4.0.2 oxc-parser: *oxc oxc-resolver: ^11.6.0 oxc-transform: *oxc @@ -115,7 +111,7 @@ catalog: radix-vue: ^1.9.17 rimraf: ^6.0.1 rolldown: *rolldown - rollup: ^4.45.1 + rollup: ^4.46.1 rollup-plugin-dts: ^6.2.1 sirv: ^3.0.1 taze: ^19.1.0 @@ -136,13 +132,13 @@ catalog: unplugin-vue: ^7.0.0 vite: ^7.0.6 vite-hyper-config: ^0.7.0 - vite-plugin-inspect: ^11.3.0 + vite-plugin-inspect: ^11.3.2 vite-plugin-stylex: ^0.13.0 - vite-plugin-vue-devtools: ^7.7.7 + vite-plugin-vue-devtools: ^8.0.0 vitepress: ^2.0.0-alpha.2 vitepress-plugin-group-icons: ^1.6.1 - vitepress-plugin-llms: ^1.7.1 - webpack: ^5.100.2 + vitepress-plugin-llms: ^1.7.2 + webpack: ^5.101.0 peerDependencyRules: ignoreMissing: From b6970ca6396faf9d5a9098af85fc43c8f662773d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Tue, 29 Jul 2025 23:15:17 +0800 Subject: [PATCH 2/3] feat: upgrade vue language tools --- pnpm-lock.yaml | 60 ++++++++++++++++++++++----------------------- pnpm-workspace.yaml | 6 ++--- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6aaff9d47..41a83cfd9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -277,8 +277,8 @@ catalogs: specifier: ^3.5.18 version: 3.5.18 vue-tsc: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.0.4 + version: 3.0.4 webpack: specifier: ^5.101.0 version: 5.101.0 @@ -291,7 +291,7 @@ overrides: '@shikijs/types': ^3.8.1 '@vitejs/plugin-vue': ^6.0.1 '@vitejs/plugin-vue-jsx': ^5.0.1 - '@vue/language-core': 3.0.3 + '@vue/language-core': 3.0.4 is-core-module: npm:@no-shims/is-core-module oxc-parser: ^0.78.0 shiki: ^3.8.1 @@ -388,7 +388,7 @@ importers: version: 19.1.0 tsdown: specifier: 'catalog:' - 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)) + 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.4(typescript@5.8.3)) tsx: specifier: 'catalog:' version: 4.20.3 @@ -427,7 +427,7 @@ importers: version: link:packages/macros vue-tsc: specifier: 'catalog:' - version: 3.0.3(typescript@5.8.3) + version: 3.0.4(typescript@5.8.3) webpack: specifier: 'catalog:' version: 5.101.0(esbuild@0.25.8) @@ -1041,8 +1041,8 @@ importers: specifier: 'catalog:' version: 4.0.2 '@vue/language-core': - specifier: 3.0.3 - version: 3.0.3(typescript@5.8.3) + specifier: 3.0.4 + version: 3.0.4(typescript@5.8.3) packages/reactivity-transform: dependencies: @@ -1200,8 +1200,8 @@ importers: specifier: workspace:* version: link:../short-vmodel '@vue/language-core': - specifier: 3.0.3 - version: 3.0.3(typescript@5.8.3) + specifier: 3.0.4 + version: 3.0.4(typescript@5.8.3) '@vue/shared': specifier: 'catalog:' version: 3.5.18 @@ -1220,7 +1220,7 @@ importers: version: 5.8.3 vue-tsc: specifier: 'catalog:' - version: 3.0.3(typescript@5.8.3) + version: 3.0.4(typescript@5.8.3) playground/astro: dependencies: @@ -1257,7 +1257,7 @@ importers: 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.101.0(esbuild@0.25.8)) nuxt: specifier: 'catalog:' - version: 4.0.2(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(db0@0.3.2)(eslint@9.32.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.46.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) + version: 4.0.2(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(db0@0.3.2)(eslint@9.32.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.46.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.4(typescript@5.8.3))(yaml@2.8.0) quasar: specifier: 'catalog:' version: 2.18.2 @@ -1327,7 +1327,7 @@ importers: version: link:../../packages/macros vue-tsc: specifier: 'catalog:' - version: 3.0.3(typescript@5.8.3) + version: 3.0.4(typescript@5.8.3) packages: @@ -3876,8 +3876,8 @@ packages: '@vue/devtools-shared@8.0.0': resolution: {integrity: sha512-jrKnbjshQCiOAJanoeJjTU7WaCg0Dz2BUal6SaR6VM/P3hiFdX5Q6Pxl73ZMnrhCxNK9nAg5hvvRGqs+6dtU1g==} - '@vue/language-core@3.0.3': - resolution: {integrity: sha512-I9wY0ULMN9tMSua+2C7g+ez1cIziVMUzIHlDYGSl2rtru3Eh4sXj95vZ+4GBuXwwPnEmYfzSApVbXiVbI8V5Gg==} + '@vue/language-core@3.0.4': + resolution: {integrity: sha512-BvueED4LfBCSNH66eeUQk37MQCb7hjdezzGgxniM0LbriW53AJIyLorgshAtStmjfsAuOCcTl/c1b+nz/ye8xQ==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -7890,8 +7890,8 @@ packages: peerDependencies: vue: ^3.2.0 - vue-tsc@3.0.3: - resolution: {integrity: sha512-uU1OMSzWE8/y0+kDTc0iEIu9v82bmFkGyJpAO/x3wQqBkkHkButKgtygREyOkxL4E/xtcf/ExvgNhhjdzonldw==} + vue-tsc@3.0.4: + resolution: {integrity: sha512-kZmSEjGtROApVBuaIcoprrXZsFNGon5ggkTJokmhQ/H1hMzCFRPQ0Ed8IHYFsmYJYvHBcdmEQVGVcRuxzPzNbw==} hasBin: true peerDependencies: typescript: '>=5.0.0' @@ -9388,7 +9388,7 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/vite-builder@4.0.2(@types/node@24.1.0)(eslint@9.32.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.46.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)': + '@nuxt/vite-builder@4.0.2(@types/node@24.1.0)(eslint@9.32.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.46.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(vue-tsc@3.0.4(typescript@5.8.3))(vue@3.5.18(typescript@5.8.3))(yaml@2.8.0)': dependencies: '@nuxt/kit': 4.0.2(magicast@0.3.5) '@rollup/plugin-replace': 6.0.2(rollup@4.46.1) @@ -9417,7 +9417,7 @@ snapshots: unenv: 2.0.0-rc.19 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.32.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)) + vite-plugin-checker: 0.10.1(eslint@9.32.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.4(typescript@5.8.3)) vue: 3.5.18(typescript@5.8.3) vue-bundle-renderer: 2.1.2 transitivePeerDependencies: @@ -10928,7 +10928,7 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/language-core@3.0.3(typescript@5.8.3)': + '@vue/language-core@3.0.4(typescript@5.8.3)': dependencies: '@volar/language-core': 2.4.20 '@vue/compiler-dom': 3.5.18 @@ -13727,7 +13727,7 @@ snapshots: dependencies: boolbase: 1.0.0 - nuxt@4.0.2(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(db0@0.3.2)(eslint@9.32.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.46.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): + nuxt@4.0.2(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(db0@0.3.2)(eslint@9.32.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.46.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.4(typescript@5.8.3))(yaml@2.8.0): dependencies: '@nuxt/cli': 3.27.0(magicast@0.3.5) '@nuxt/devalue': 2.0.2 @@ -13735,7 +13735,7 @@ snapshots: '@nuxt/kit': 4.0.2(magicast@0.3.5) '@nuxt/schema': 4.0.2 '@nuxt/telemetry': 2.6.6(magicast@0.3.5) - '@nuxt/vite-builder': 4.0.2(@types/node@24.1.0)(eslint@9.32.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.46.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) + '@nuxt/vite-builder': 4.0.2(@types/node@24.1.0)(eslint@9.32.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.46.1)(terser@5.43.1)(tsx@4.20.3)(typescript@5.8.3)(vue-tsc@3.0.4(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) @@ -14585,7 +14585,7 @@ snapshots: glob: 11.0.3 package-json-from-dist: 1.0.1 - 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)): + 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.4(typescript@5.8.3)): dependencies: '@babel/generator': 7.28.0 '@babel/parser': 7.28.0 @@ -14598,7 +14598,7 @@ snapshots: rolldown: 1.0.0-beta.29 optionalDependencies: typescript: 5.8.3 - vue-tsc: 3.0.3(typescript@5.8.3) + vue-tsc: 3.0.4(typescript@5.8.3) transitivePeerDependencies: - oxc-resolver - supports-color @@ -15123,7 +15123,7 @@ snapshots: optionalDependencies: 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)): + 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.4(typescript@5.8.3)): dependencies: ansis: 4.1.0 cac: 6.7.14 @@ -15133,7 +15133,7 @@ snapshots: empathic: 2.0.0 hookable: 5.5.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)) + 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.4(typescript@5.8.3)) semver: 7.7.2 tinyexec: 1.0.1 tinyglobby: 0.2.14 @@ -15161,7 +15161,7 @@ snapshots: twoslash-vue@0.3.3(typescript@5.8.3): dependencies: - '@vue/language-core': 3.0.3(typescript@5.8.3) + '@vue/language-core': 3.0.4(typescript@5.8.3) twoslash: 0.3.3(typescript@5.8.3) twoslash-protocol: 0.3.3 typescript: 5.8.3 @@ -15623,7 +15623,7 @@ snapshots: - tsx - yaml - vite-plugin-checker@0.10.1(eslint@9.32.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)): + vite-plugin-checker@0.10.1(eslint@9.32.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.4(typescript@5.8.3)): dependencies: '@babel/code-frame': 7.27.1 chokidar: 4.0.3 @@ -15639,7 +15639,7 @@ snapshots: eslint: 9.32.0(jiti@2.5.1) optionator: 0.9.4 typescript: 5.8.3 - vue-tsc: 3.0.3(typescript@5.8.3) + vue-tsc: 3.0.4(typescript@5.8.3) vite-plugin-inspect@0.8.9(rollup@4.46.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: @@ -15941,10 +15941,10 @@ snapshots: '@vue/devtools-api': 6.6.4 vue: 3.5.18(typescript@5.8.3) - vue-tsc@3.0.3(typescript@5.8.3): + vue-tsc@3.0.4(typescript@5.8.3): dependencies: '@volar/typescript': 2.4.20 - '@vue/language-core': 3.0.3(typescript@5.8.3) + '@vue/language-core': 3.0.4(typescript@5.8.3) typescript: 5.8.3 vue@3.5.18(typescript@5.8.3): diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c4d78643e..46951e6f5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -24,7 +24,7 @@ defines: - &shiki ^3.8.1 - &unocss ^66.3.3 - &vitest ^3.2.4 - - &volar 3.0.3 + - &vlt 3.0.4 - &vue ^3.5.18 - &rolldown ^1.0.0-beta.29 - &oxc ^0.78.0 @@ -33,8 +33,8 @@ catalog: '@babel/parser': *babel '@babel/types': *babel - '@vue/language-core': *volar - vue-tsc: *volar + '@vue/language-core': *vlt + vue-tsc: *vlt '@vitest/coverage-v8': *vitest '@vitest/ui': *vitest From 22c3aedf8e9f0bfd19f4394fd421ac651603a901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Tue, 29 Jul 2025 23:15:25 +0800 Subject: [PATCH 3/3] chore: release v3.0.0-beta.19 --- package.json | 2 +- packages/api/package.json | 2 +- packages/astro/package.json | 2 +- packages/better-define/package.json | 2 +- packages/boolean-prop/package.json | 2 +- packages/chain-call/package.json | 2 +- packages/common/package.json | 2 +- packages/config/package.json | 2 +- packages/define-emit/package.json | 2 +- packages/define-models/package.json | 2 +- packages/define-options/package.json | 2 +- packages/define-prop/package.json | 2 +- packages/define-props-refs/package.json | 2 +- packages/define-props/package.json | 2 +- packages/define-render/package.json | 2 +- packages/define-slots/package.json | 2 +- packages/define-stylex/package.json | 2 +- packages/devtools/package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/export-expose/package.json | 2 +- packages/export-props/package.json | 2 +- packages/export-render/package.json | 2 +- packages/hoist-static/package.json | 2 +- packages/jsx-directive/package.json | 2 +- packages/macros/package.json | 2 +- packages/named-template/package.json | 2 +- packages/nuxt/package.json | 2 +- packages/reactivity-transform/package.json | 2 +- packages/script-lang/package.json | 2 +- packages/setup-block/package.json | 2 +- packages/setup-component/package.json | 2 +- packages/setup-sfc/package.json | 2 +- packages/short-bind/package.json | 2 +- packages/short-emits/package.json | 2 +- packages/short-vmodel/package.json | 2 +- packages/test-utils/package.json | 2 +- packages/volar/package.json | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index e2499eb09..74a79bd6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monorepo-vue-macros", - "version": "3.0.0-beta.18", + "version": "3.0.0-beta.19", "private": true, "packageManager": "pnpm@10.13.1", "description": "Monorepo for Vue Macros.", diff --git a/packages/api/package.json b/packages/api/package.json index 3ec81578e..0342d6697 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@vue-macros/api", - "version": "3.0.0-beta.18", + "version": "3.0.0-beta.19", "description": "General API for Vue Macros.", "type": "module", "keywords": [ diff --git a/packages/astro/package.json b/packages/astro/package.json index 9a0a1a317..c9b1fd657 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@vue-macros/astro", - "version": "3.0.0-beta.18", + "version": "3.0.0-beta.19", "description": "Astro integration of Vue Macros.", "type": "module", "keywords": [ diff --git a/packages/better-define/package.json b/packages/better-define/package.json index 6f0022be5..010a7cf15 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.18", + "version": "3.0.0-beta.19", "description": "betterDefine feature from Vue Macros.", "type": "module", "keywords": [ diff --git a/packages/boolean-prop/package.json b/packages/boolean-prop/package.json index e7b92dec6..87a623040 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.18", + "version": "3.0.0-beta.19", "description": "booleanProp feature from Vue Macros.", "type": "module", "keywords": [ diff --git a/packages/chain-call/package.json b/packages/chain-call/package.json index f08a5864c..6af2ccf78 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.18", + "version": "3.0.0-beta.19", "description": "chainCall feature from Vue Macros.", "type": "module", "keywords": [ diff --git a/packages/common/package.json b/packages/common/package.json index 4f916d37e..66d59b7fd 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@vue-macros/common", - "version": "3.0.0-beta.18", + "version": "3.0.0-beta.19", "description": "common feature from Vue Macros.", "type": "module", "keywords": [ diff --git a/packages/config/package.json b/packages/config/package.json index d427b56bf..aaff238ed 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@vue-macros/config", - "version": "3.0.0-beta.18", + "version": "3.0.0-beta.19", "description": "Config API for Vue Macros.", "type": "module", "keywords": [ diff --git a/packages/define-emit/package.json b/packages/define-emit/package.json index 5b38dd426..8f4d302d5 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.18", + "version": "3.0.0-beta.19", "description": "defineEmit feature from Vue Macros.", "type": "module", "keywords": [ diff --git a/packages/define-models/package.json b/packages/define-models/package.json index 04f937b39..a41bf46c0 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.18", + "version": "3.0.0-beta.19", "description": "defineModels feature from Vue Macros.", "type": "module", "keywords": [ diff --git a/packages/define-options/package.json b/packages/define-options/package.json index d55488cdc..554172428 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.18", + "version": "3.0.0-beta.19", "description": "Add defineOptions macro for Vue