From 6f3d50984fbf48503244a2ded6bd4763f37b3505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:38:39 +0800 Subject: [PATCH] chore(deps-dev): bump the non-breaking-changes group with 3 updates (#4671) * chore(deps-dev): bump the non-breaking-changes group with 3 updates Bumps the non-breaking-changes group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) and [sass](https://github.com/sass/dart-sass). Updates `@types/node` from 22.7.5 to 22.7.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `cspell` from 8.15.2 to 8.15.3 - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.15.3/packages/cspell) Updates `sass` from 1.79.5 to 1.80.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.79.5...1.80.1) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: cspell dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] * chore: update deps * chore: update deps --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- .../common-ui/src/ui/fallback/fallback.vue | 12 +- pnpm-lock.yaml | 735 +++++++++--------- pnpm-workspace.yaml | 26 +- scripts/vsh/src/publint/index.ts | 8 +- 5 files changed, 398 insertions(+), 385 deletions(-) diff --git a/package.json b/package.json index 611898656..bfd31649e 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "node": ">=20.10.0", "pnpm": ">=9.5.0" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "pnpm": { "peerDependencyRules": { "allowedVersions": { diff --git a/packages/effects/common-ui/src/ui/fallback/fallback.vue b/packages/effects/common-ui/src/ui/fallback/fallback.vue index 3a488377c..b2014e6c4 100644 --- a/packages/effects/common-ui/src/ui/fallback/fallback.vue +++ b/packages/effects/common-ui/src/ui/fallback/fallback.vue @@ -48,12 +48,12 @@ const titleText = computed(() => { case '500': { return $t('fallback.internalError'); } - case 'offline': { - return $t('fallback.offlineError'); - } case 'coming-soon': { return $t('fallback.comingSoon'); } + case 'offline': { + return $t('fallback.offlineError'); + } default: { return ''; } @@ -94,12 +94,12 @@ const fallbackIcon = computed(() => { case '500': { return Icon500; } - case 'offline': { - return IconOffline; - } case 'coming-soon': { return IconHello; } + case 'offline': { + return IconOffline; + } default: { return null; } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a724aebd7..9c04ab37b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ catalogs: specifier: ^9.0.3 version: 9.0.3 '@iconify/json': - specifier: ^2.2.260 - version: 2.2.260 + specifier: ^2.2.261 + version: 2.2.261 '@iconify/tailwind': specifier: ^1.1.3 version: 1.1.3 @@ -94,8 +94,8 @@ catalogs: specifier: ^4.5.9 version: 4.5.9 '@types/node': - specifier: ^22.7.5 - version: 22.7.5 + specifier: ^22.7.6 + version: 22.7.6 '@types/nprogress': specifier: ^0.2.3 version: 0.2.3 @@ -109,11 +109,11 @@ catalogs: specifier: ^1.15.8 version: 1.15.8 '@typescript-eslint/eslint-plugin': - specifier: ^8.9.0 - version: 8.9.0 + specifier: ^8.10.0 + version: 8.10.0 '@typescript-eslint/parser': - specifier: ^8.9.0 - version: 8.9.0 + specifier: ^8.10.0 + version: 8.10.0 '@vee-validate/zod': specifier: ^4.13.2 version: 4.13.2 @@ -178,8 +178,8 @@ catalogs: specifier: ^7.0.3 version: 7.0.3 cspell: - specifier: ^8.15.2 - version: 8.15.2 + specifier: ^8.15.4 + version: 8.15.4 cssnano: specifier: ^7.0.6 version: 7.0.6 @@ -205,8 +205,8 @@ catalogs: specifier: ^5.5.1 version: 5.5.1 element-plus: - specifier: ^2.8.5 - version: 2.8.5 + specifier: ^2.8.6 + version: 2.8.6 eslint: specifier: ^9.12.0 version: 9.12.0 @@ -223,8 +223,8 @@ catalogs: specifier: ^4.3.1 version: 4.3.1 eslint-plugin-jsdoc: - specifier: ^50.4.1 - version: 50.4.1 + specifier: ^50.4.3 + version: 50.4.3 eslint-plugin-jsonc: specifier: ^2.16.0 version: 2.16.0 @@ -235,8 +235,8 @@ catalogs: specifier: ^3.3.0 version: 3.3.0 eslint-plugin-perfectionist: - specifier: ^3.9.0 - version: 3.9.0 + specifier: ^3.9.1 + version: 3.9.1 eslint-plugin-prettier: specifier: ^5.2.1 version: 5.2.1 @@ -256,8 +256,8 @@ catalogs: specifier: ^9.29.0 version: 9.29.0 execa: - specifier: ^9.4.0 - version: 9.4.0 + specifier: ^9.4.1 + version: 9.4.1 find-up: specifier: ^7.0.0 version: 7.0.0 @@ -370,8 +370,8 @@ catalogs: specifier: ^5.12.0 version: 5.12.0 sass: - specifier: ^1.79.5 - version: 1.79.5 + specifier: ^1.80.2 + version: 1.80.2 sortablejs: specifier: ^1.15.3 version: 1.15.3 @@ -400,8 +400,8 @@ catalogs: specifier: ^5.0.2 version: 5.0.2 stylelint-scss: - specifier: ^6.7.0 - version: 6.7.0 + specifier: ^6.8.1 + version: 6.8.1 tailwind-merge: specifier: ^2.5.4 version: 2.5.4 @@ -451,8 +451,8 @@ catalogs: specifier: ^0.20.5 version: 0.20.5 vite-plugin-vue-devtools: - specifier: ^7.4.6 - version: 7.4.6 + specifier: ^7.5.2 + version: 7.5.2 vitepress: specifier: ^1.4.1 version: 1.4.1 @@ -475,8 +475,8 @@ catalogs: specifier: ^2.1.6 version: 2.1.6 vxe-pc-ui: - specifier: ^4.2.20 - version: 4.2.20 + specifier: ^4.2.24 + version: 4.2.24 vxe-table: specifier: ^4.7.86 version: 4.7.87 @@ -511,7 +511,7 @@ importers: version: 1.48.1 '@types/node': specifier: 'catalog:' - version: 22.7.5 + version: 22.7.6 '@vben/commitlint-config': specifier: workspace:* version: link:internal/lint-configs/commitlint-config @@ -541,10 +541,10 @@ importers: version: link:scripts/vsh '@vitejs/plugin-vue': specifier: 'catalog:' - version: 5.1.4(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: 'catalog:' - version: 4.0.1(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) + version: 4.0.1(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) '@vue/test-utils': specifier: 'catalog:' version: 2.4.6 @@ -556,7 +556,7 @@ importers: version: 7.0.3 cspell: specifier: 'catalog:' - version: 8.15.2 + version: 8.15.4 happy-dom: specifier: 'catalog:' version: 15.7.4 @@ -586,13 +586,13 @@ importers: version: 5.6.3 unbuild: specifier: 'catalog:' - version: 2.0.0(sass@1.79.5)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3)) + version: 2.0.0(sass@1.80.2)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3)) vite: specifier: 'catalog:' - version: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + version: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) vitest: specifier: 'catalog:' - version: 2.1.3(@types/node@22.7.5)(happy-dom@15.7.4)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + version: 2.1.3(@types/node@22.7.6)(happy-dom@15.7.4)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -734,7 +734,7 @@ importers: version: 1.11.13 element-plus: specifier: 'catalog:' - version: 2.8.5(vue@3.5.12(typescript@5.6.3)) + version: 2.8.6(vue@3.5.12(typescript@5.6.3)) pinia: specifier: 2.2.2 version: 2.2.2(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) @@ -841,16 +841,16 @@ importers: devDependencies: '@nolebase/vitepress-plugin-git-changelog': specifier: 'catalog:' - version: 2.6.1(@algolia/client-search@4.24.0)(@types/node@22.7.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.5)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3) + version: 2.6.1(@algolia/client-search@4.24.0)(@types/node@22.7.6)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.80.2)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3) '@vben/vite-config': specifier: workspace:* version: link:../internal/vite-config '@vite-pwa/vitepress': specifier: 'catalog:' - version: 0.5.3(vite-plugin-pwa@0.20.5(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(workbox-build@7.1.1)(workbox-window@7.1.0)) + version: 0.5.3(vite-plugin-pwa@0.20.5(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(workbox-build@7.1.1)(workbox-window@7.1.0)) vitepress: specifier: 'catalog:' - version: 1.4.1(@algolia/client-search@4.24.0)(@types/node@22.7.5)(async-validator@4.2.5)(axios@1.7.7)(less@4.2.0)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.5)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3) + version: 1.4.1(@algolia/client-search@4.24.0)(@types/node@22.7.6)(async-validator@4.2.5)(axios@1.7.7)(less@4.2.0)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.80.2)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -859,7 +859,7 @@ importers: dependencies: '@commitlint/cli': specifier: 'catalog:' - version: 19.5.0(@types/node@22.7.5)(typescript@5.6.3) + version: 19.5.0(@types/node@22.7.6)(typescript@5.6.3) '@commitlint/config-conventional': specifier: 'catalog:' version: 19.5.0 @@ -896,10 +896,10 @@ importers: version: 9.6.1 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.9.0(@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) + version: 8.10.0(@typescript-eslint/parser@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) + version: 8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) eslint: specifier: 'catalog:' version: 9.12.0(jiti@2.3.3) @@ -908,7 +908,7 @@ importers: version: 3.2.0(eslint@9.12.0(jiti@2.3.3)) eslint-plugin-jsdoc: specifier: 'catalog:' - version: 50.4.1(eslint@9.12.0(jiti@2.3.3)) + version: 50.4.3(eslint@9.12.0(jiti@2.3.3)) eslint-plugin-jsonc: specifier: 'catalog:' version: 2.16.0(eslint@9.12.0(jiti@2.3.3)) @@ -920,7 +920,7 @@ importers: version: 3.3.0 eslint-plugin-perfectionist: specifier: 'catalog:' - version: 3.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.3.3))) + version: 3.9.1(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.3.3))) eslint-plugin-prettier: specifier: 'catalog:' version: 5.2.1(@types/eslint@9.6.1)(eslint@9.12.0(jiti@2.3.3))(prettier@3.3.3) @@ -932,10 +932,10 @@ importers: version: 56.0.0(eslint@9.12.0(jiti@2.3.3)) eslint-plugin-unused-imports: specifier: 'catalog:' - version: 4.1.4(@typescript-eslint/eslint-plugin@8.9.0(@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3)) + version: 4.1.4(@typescript-eslint/eslint-plugin@8.10.0(@typescript-eslint/parser@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3)) eslint-plugin-vitest: specifier: 'catalog:' - version: 0.5.4(@typescript-eslint/eslint-plugin@8.9.0(@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vitest@2.1.3(@types/node@22.7.5)(happy-dom@15.7.4)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)) + version: 0.5.4(@typescript-eslint/eslint-plugin@8.10.0(@typescript-eslint/parser@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vitest@2.1.3(@types/node@22.7.6)(happy-dom@15.7.4)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)) eslint-plugin-vue: specifier: 'catalog:' version: 9.29.0(eslint@9.12.0(jiti@2.3.3)) @@ -968,7 +968,7 @@ importers: version: 5.1.1(stylelint@16.10.0(typescript@5.6.3)) stylelint-scss: specifier: 'catalog:' - version: 6.7.0(stylelint@16.10.0(typescript@5.6.3)) + version: 6.8.1(stylelint@16.10.0(typescript@5.6.3)) devDependencies: postcss: specifier: 'catalog:' @@ -1023,7 +1023,7 @@ importers: version: 1.11.13 execa: specifier: 'catalog:' - version: 9.4.0 + version: 9.4.1 find-up: specifier: 'catalog:' version: 7.0.0 @@ -1051,7 +1051,7 @@ importers: dependencies: '@iconify/json': specifier: 'catalog:' - version: 2.2.260 + version: 2.2.261 '@iconify/tailwind': specifier: 'catalog:' version: 1.1.3 @@ -1100,7 +1100,7 @@ importers: version: link:../../packages/types vite: specifier: 'catalog:' - version: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + version: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) internal/vite-config: dependencies: @@ -1130,13 +1130,13 @@ importers: version: 2.0.2 vite-plugin-lib-inject-css: specifier: 'catalog:' - version: 2.1.1(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)) + version: 2.1.1(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)) vite-plugin-pwa: specifier: 'catalog:' - version: 0.20.5(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(workbox-build@7.1.1)(workbox-window@7.1.0) + version: 0.20.5(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(workbox-build@7.1.1)(workbox-window@7.1.0) vite-plugin-vue-devtools: specifier: 'catalog:' - version: 7.4.6(rollup@4.24.0)(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) + version: 7.5.2(rollup@4.24.0)(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) devDependencies: '@pnpm/workspace.read-manifest': specifier: 'catalog:' @@ -1152,10 +1152,10 @@ importers: version: link:../node-utils '@vitejs/plugin-vue': specifier: 'catalog:' - version: 5.1.4(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: 'catalog:' - version: 4.0.1(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) + version: 4.0.1(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) dayjs: specifier: 'catalog:' version: 1.11.13 @@ -1170,19 +1170,19 @@ importers: version: 5.12.0(rollup@4.24.0) sass: specifier: 'catalog:' - version: 1.79.5 + version: 1.80.2 vite: specifier: 'catalog:' - version: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + version: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) vite-plugin-compression: specifier: 'catalog:' - version: 0.5.1(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)) + version: 0.5.1(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)) vite-plugin-dts: specifier: 'catalog:' - version: 4.2.1(@types/node@22.7.5)(rollup@4.24.0)(typescript@5.6.3)(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)) + version: 4.2.1(@types/node@22.7.6)(rollup@4.24.0)(typescript@5.6.3)(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)) vite-plugin-html: specifier: 'catalog:' - version: 3.2.2(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)) + version: 3.2.2(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)) vite-plugin-lazy-import: specifier: 'catalog:' version: 1.0.7 @@ -1637,10 +1637,10 @@ importers: version: 3.5.12(typescript@5.6.3) vxe-pc-ui: specifier: 'catalog:' - version: 4.2.20 + version: 4.2.24(vue@3.5.12(typescript@5.6.3)) vxe-table: specifier: 'catalog:' - version: 4.7.87 + version: 4.7.87(vue@3.5.12(typescript@5.6.3)) packages/effects/request: dependencies: @@ -2728,28 +2728,28 @@ packages: resolution: {integrity: sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==} engines: {node: '>=v18'} - '@cspell/cspell-bundled-dicts@8.15.2': - resolution: {integrity: sha512-e+hxoD/GW7iyK1zMeRFd10yBr9tcClnnqFLxJM+tH1cSzLQ66ouXMIMuJpcd8LOCm7zMRdjTm4R72LehMgL79g==} + '@cspell/cspell-bundled-dicts@8.15.4': + resolution: {integrity: sha512-t5b2JwGeUmzmjl319mCuaeKGxTvmzLLRmrpdHr+ZZGRO4nf7L48Lbe9A6uwNUvsZe0cXohiNXsrrsuzRVXswVA==} engines: {node: '>=18'} - '@cspell/cspell-json-reporter@8.15.2': - resolution: {integrity: sha512-6p9eLdO5RLb1HNf+Rto4RG3tG02y05DutrWdpnK1Agn21EbUKAUIdIcsjQ2N52UeVT5cDvNhkAabKN57sFygag==} + '@cspell/cspell-json-reporter@8.15.4': + resolution: {integrity: sha512-solraYhZG4l++NeVCOtpc8DMvwHc46TmJt8DQbgvKtk6wOjTEcFrwKfA6Ei9YKbvyebJlpWMenO3goOll0loYg==} engines: {node: '>=18'} - '@cspell/cspell-pipe@8.15.2': - resolution: {integrity: sha512-TOcLiRiUSh75y+DQrAW59Ix0/D9WPrd4/KPtUShUepS3vLfoxMQ+TwpXfdc8FrzU73Hg5glXXnQjvdx7vAazVQ==} + '@cspell/cspell-pipe@8.15.4': + resolution: {integrity: sha512-WfCmZVFC6mX6vYlf02hWwelcSBTbDQgc5YqY+1miuMk+OHSUAHSACjZId6/a4IAID94xScvFfj7jgrdejUVvIQ==} engines: {node: '>=18'} - '@cspell/cspell-resolver@8.15.2': - resolution: {integrity: sha512-XOcHfkKCN+a3zZMexK/BLmDxsqku8Q5ASqYu7JBFsu/axS4K11bkcQMxYoOvHVGBv20vb/gM2D+9MePuxAfssg==} + '@cspell/cspell-resolver@8.15.4': + resolution: {integrity: sha512-Zr428o+uUTqywrdKyjluJVnDPVAJEqZ1chQLKIrHggUah1cgs5aQ7rZ+0Rv5euYMlC2idZnP7IL6TDaIib80oA==} engines: {node: '>=18'} - '@cspell/cspell-service-bus@8.15.2': - resolution: {integrity: sha512-g9rhMIU0DX+avIQHFu0Mx3LAFi4lG6zX8iFa2zu+u3ll0IX0WtxTqrzft27jYSwebmm/ysWJUcOY+SWhZfPA0Q==} + '@cspell/cspell-service-bus@8.15.4': + resolution: {integrity: sha512-pXYofnV/V9Y3LZdfFGbmhdxPX/ABjiD3wFjGHt5YhIU9hjVVuvjFlgY7pH2AvRjs4F8xKXv1ReWl44BJOL9gLA==} engines: {node: '>=18'} - '@cspell/cspell-types@8.15.2': - resolution: {integrity: sha512-bHAkXsrfOhKyZZ+TA5eGH3fqh9DPcP3a2v+ozTnhhZa3zcfuzX7rZnYWEFA8LELMUStWXLECzFoGd9QUEHMstg==} + '@cspell/cspell-types@8.15.4': + resolution: {integrity: sha512-1hDtgYDQVW11zgtrr12EmGW45Deoi7IjZOhzPFLb+3WkhZ46ggWdbrRalWwBolQPDDo6+B2Q6WXz5hdND+Tpwg==} engines: {node: '>=18'} '@cspell/dict-ada@4.0.5': @@ -2785,8 +2785,8 @@ packages: '@cspell/dict-django@4.1.3': resolution: {integrity: sha512-yBspeL3roJlO0a1vKKNaWABURuHdHZ9b1L8d3AukX0AsBy9snSggc8xCavPmSzNfeMDXbH+1lgQiYBd3IW03fg==} - '@cspell/dict-docker@1.1.10': - resolution: {integrity: sha512-vWybMfsG/8jhN6kmPoilMon36GB3+Ef+m/mgYUfY8tJN23K/x4KD1rU1OOiNWzDqePhu3MMWVKO5W5x6VI6Gbw==} + '@cspell/dict-docker@1.1.11': + resolution: {integrity: sha512-s0Yhb16/R+UT1y727ekbR/itWQF3Qz275DR1ahOa66wYtPjHUXmhM3B/LT3aPaX+hD6AWmK23v57SuyfYHUjsw==} '@cspell/dict-dotnet@5.0.8': resolution: {integrity: sha512-MD8CmMgMEdJAIPl2Py3iqrx3B708MbCIXAuOeZ0Mzzb8YmLmiisY7QEYSZPg08D7xuwARycP0Ki+bb0GAkFSqg==} @@ -2878,8 +2878,8 @@ packages: '@cspell/dict-public-licenses@2.0.11': resolution: {integrity: sha512-rR5KjRUSnVKdfs5G+gJ4oIvQvm8+NJ6cHWY2N+GE69/FSGWDOPHxulCzeGnQU/c6WWZMSimG9o49i9r//lUQyA==} - '@cspell/dict-python@4.2.11': - resolution: {integrity: sha512-bshNZqP5FYRO0CtZ9GgtVjHidrSuRRF537MU/sPew8oaqWPg066F9KQfPllbRi9AzFqqeS2l7/ACYUrFMe21gw==} + '@cspell/dict-python@4.2.12': + resolution: {integrity: sha512-U25eOFu+RE0aEcF2AsxZmq3Lic7y9zspJ9SzjrC0mfJz+yr3YmSCw4E0blMD3mZoNcf7H/vMshuKIY5AY36U+Q==} '@cspell/dict-r@2.0.4': resolution: {integrity: sha512-cBpRsE/U0d9BRhiNRMLMH1PpWgw+N+1A2jumgt1if9nBGmQw4MUpg2u9I0xlFVhstTIdzXiLXMxP45cABuiUeQ==} @@ -2893,8 +2893,8 @@ packages: '@cspell/dict-scala@5.0.6': resolution: {integrity: sha512-tl0YWAfjUVb4LyyE4JIMVE8DlLzb1ecHRmIWc4eT6nkyDqQgHKzdHsnusxFEFMVLIQomgSg0Zz6hJ5S1E4W4ww==} - '@cspell/dict-software-terms@4.1.10': - resolution: {integrity: sha512-+9PuQ9MHQhlET6Hv1mGcWDh6Rb+StzjBMrjfksDeBHBIVdT66u9uCkaZapIzfgktflY4m9oK7+dEynr+BAxvtQ==} + '@cspell/dict-software-terms@4.1.11': + resolution: {integrity: sha512-77CTHxWFTVw6tVoMN8WBMrlNW2F2FbgATwD/6vcOuiyrJUmh8klN5ZK3m+yyK3ZzsnaW2Bduoc0fw2Ckcm/riQ==} '@cspell/dict-sql@2.1.8': resolution: {integrity: sha512-dJRE4JV1qmXTbbGm6WIcg1knmR6K5RXnQxF4XHs5HA3LAjc/zf77F95i5LC+guOGppVF6Hdl66S2UyxT+SAF3A==} @@ -2908,26 +2908,26 @@ packages: '@cspell/dict-terraform@1.0.5': resolution: {integrity: sha512-qH3epPB2d6d5w1l4hR2OsnN8qDQ4P0z6oDB7+YiNH+BoECXv4Z38MIV1H8cxIzD2wkzkt2JTcFYaVW72MDZAlg==} - '@cspell/dict-typescript@3.1.9': - resolution: {integrity: sha512-ZtO1/cVWvvR477ftTl2TFR09+IIzXG1rcin8CGYA0FO5WhyDAbn8v3A85QikS158BhTVUoq09lPYuSF9HBzqvw==} + '@cspell/dict-typescript@3.1.10': + resolution: {integrity: sha512-7Zek3w4Rh3ZYyhihJ34FdnUBwP3OmRldnEq3hZ+FgQ0PyYZjXv5ztEViRBBxXjiFx1nHozr6pLi74TxToD8xsg==} '@cspell/dict-vue@3.0.3': resolution: {integrity: sha512-akmYbrgAGumqk1xXALtDJcEcOMYBYMnkjpmGzH13Ozhq1mkPF4VgllFQlm1xYde+BUKNnzMgPEzxrL2qZllgYA==} - '@cspell/dynamic-import@8.15.2': - resolution: {integrity: sha512-37eYzVLqMv3KnY7UMmv/wC9OlUjPC7EJ3xMDourgDTNp6BtiPlMkHRTN5/yvRjukQedi41R1hewgCcZbwSpNXg==} + '@cspell/dynamic-import@8.15.4': + resolution: {integrity: sha512-tr0F6EYN6qtniNvt1Uib+PgYQHeo4dQHXE2Optap+hYTOoQ2VoQ+SwBVjZ+Q2bmSAB0fmOyf0AvgsUtnWIpavw==} engines: {node: '>=18.0'} - '@cspell/filetypes@8.15.2': - resolution: {integrity: sha512-x2ciWqi6y2RoTcXRTG3BuxAly1TIr4puLzKHkMWtnYp1A++gohCBczMt33FwrwFav0Dfx9M0mCpT1h1ORVwzhA==} + '@cspell/filetypes@8.15.4': + resolution: {integrity: sha512-sNl6jr3ym/4151EY76qlI/00HHsiLZBqW7Vb1tqCzsgSg3EpL30ddjr74So6Sg2PN26Yf09hvxGTJzXn1R4aYw==} engines: {node: '>=18'} - '@cspell/strong-weak-map@8.15.2': - resolution: {integrity: sha512-FMz3vgyPJjJsg0f78ToprOxR0lPhZOWwidxD+gOMLLfUzJ0mBC4VwoggrgIF6YEdXy/2UoIUtjh5B/Qfge9IDw==} + '@cspell/strong-weak-map@8.15.4': + resolution: {integrity: sha512-m5DeQksbhJFqcSYF8Q0Af/WXmXCMAJocCUShkzOXK+uZNXnvhBZN7VyQ9hL+GRzX8JTPEPdVcz2lFyVE5p+LzQ==} engines: {node: '>=18'} - '@cspell/url@8.15.2': - resolution: {integrity: sha512-AxS6nqh65V8BJf+ke7XNsDlieXfq/73XjZ4OxQAHvmML9kgXAbTviDcN6ddj6d2fTgU3EOSU1fBfDOqpS4n6Sg==} + '@cspell/url@8.15.4': + resolution: {integrity: sha512-K2oZu/oLQPs5suRpLS8uu04O3YMUioSlEU1D66fRoOxzI5NzLt7i7yMg3HQHjChGa09N5bzqmrVdhmQrRZXwGg==} engines: {node: '>=18.0'} '@css-render/plugin-bem@0.15.14': @@ -3879,8 +3879,8 @@ packages: '@iconify-json/vscode-icons@1.2.2': resolution: {integrity: sha512-bTpT0HJDRqGkxQv8oiETNHLEnBZpnA1QaRD35CQyO7M7qgWVLx2xwn/lK6e4waojmlPC3ckMBx3WFIUUn0/Jdg==} - '@iconify/json@2.2.260': - resolution: {integrity: sha512-0vVJBAJ8GOoS07b8yC6c8NHfFx1GJnM8xtebtyynQYZ0/60dxKi86imdNftq5oY/cFfvVUGlmBi/2HS+sxWsWA==} + '@iconify/json@2.2.261': + resolution: {integrity: sha512-uUm8Svulz5aRRF0X+r2/UG5P0xcUCGOGVmAFJ/ZANx29wqE79PvGCYXHuznNC0h8+UW1fnvprj7FmgJELvMYZw==} '@iconify/tailwind@1.1.3': resolution: {integrity: sha512-SfyeT+2b/aKWA6DjwdevXdLUqaEqJ5xWTegD92KItaWc47IYsGuqrt/GOz4dJCPcTVCrsUjlvMpy8cNd+uV5nQ==} @@ -4599,8 +4599,8 @@ packages: '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - '@types/node@22.7.5': - resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==} + '@types/node@22.7.6': + resolution: {integrity: sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -4638,8 +4638,8 @@ packages: '@types/web-bluetooth@0.0.20': resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} - '@typescript-eslint/eslint-plugin@8.9.0': - resolution: {integrity: sha512-Y1n621OCy4m7/vTXNlCbMVp87zSd7NH0L9cXD8aIpOaNlzeWxIK4+Q19A68gSmTNRZn92UjocVUWDthGxtqHFg==} + '@typescript-eslint/eslint-plugin@8.10.0': + resolution: {integrity: sha512-phuB3hoP7FFKbRXxjl+DRlQDuJqhpOnm5MmtROXyWi3uS/Xg2ZXqiQfcG2BJHiN4QKyzdOJi3NEn/qTnjUlkmQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -4649,8 +4649,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.9.0': - resolution: {integrity: sha512-U+BLn2rqTTHnc4FL3FJjxaXptTxmf9sNftJK62XLz4+GxG3hLHm/SUNaaXP5Y4uTiuYoL5YLy4JBCJe3+t8awQ==} + '@typescript-eslint/parser@8.10.0': + resolution: {integrity: sha512-E24l90SxuJhytWJ0pTQydFT46Nk0Z+bsLKo/L8rtQSL93rQ6byd1V/QbDpHUTdLPOMsBCcYXZweADNCfOCmOAg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -4663,12 +4663,12 @@ packages: resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/scope-manager@8.9.0': - resolution: {integrity: sha512-bZu9bUud9ym1cabmOYH9S6TnbWRzpklVmwqICeOulTCZ9ue2/pczWzQvt/cGj2r2o1RdKoZbuEMalJJSYw3pHQ==} + '@typescript-eslint/scope-manager@8.10.0': + resolution: {integrity: sha512-AgCaEjhfql9MDKjMUxWvH7HjLeBqMCBfIaBbzzIcBbQPZE7CPh1m6FF+L75NUMJFMLYhCywJXIDEMa3//1A0dw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.9.0': - resolution: {integrity: sha512-JD+/pCqlKqAk5961vxCluK+clkppHY07IbV3vett97KOV+8C6l+CPEPwpUuiMwgbOz/qrN3Ke4zzjqbT+ls+1Q==} + '@typescript-eslint/type-utils@8.10.0': + resolution: {integrity: sha512-PCpUOpyQSpxBn230yIcK+LeCQaXuxrgCm2Zk1S+PTIRJsEfU6nJ0TtwyH8pIwPK/vJoA+7TZtzyAJSGBz+s/dg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -4680,8 +4680,8 @@ packages: resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/types@8.9.0': - resolution: {integrity: sha512-SjgkvdYyt1FAPhU9c6FiYCXrldwYYlIQLkuc+LfAhCna6ggp96ACncdtlbn8FmnG72tUkXclrDExOpEYf1nfJQ==} + '@typescript-eslint/types@8.10.0': + resolution: {integrity: sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@7.18.0': @@ -4693,8 +4693,8 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@8.9.0': - resolution: {integrity: sha512-9iJYTgKLDG6+iqegehc5+EqE6sqaee7kb8vWpmHZ86EqwDjmlqNNHeqDVqb9duh+BY6WCNHfIGvuVU3Tf9Db0g==} + '@typescript-eslint/typescript-estree@8.10.0': + resolution: {integrity: sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -4708,8 +4708,8 @@ packages: peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/utils@8.9.0': - resolution: {integrity: sha512-PKgMmaSo/Yg/F7kIZvrgrWa1+Vwn036CdNUvYFEkYbPwOH4i8xvkaRlu148W3vtheWK9ckKRIz7PBP5oUlkrvQ==} + '@typescript-eslint/utils@8.10.0': + resolution: {integrity: sha512-Oq4uZ7JFr9d1ZunE/QKy5egcDRXT/FrS2z/nlxzPua2VHFtmMvFNDvpq1m/hq0ra+T52aUezfcjGRIB7vNJF9w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -4718,8 +4718,8 @@ packages: resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/visitor-keys@8.9.0': - resolution: {integrity: sha512-Ht4y38ubk4L5/U8xKUBfKNYGmvKvA1CANoxiTRMM+tOLk3lbF3DvzZCxJCRSE+2GdCMSh6zq9VZJc3asc1XuAA==} + '@typescript-eslint/visitor-keys@8.10.0': + resolution: {integrity: sha512-k8nekgqwr7FadWk548Lfph6V3r9OVqjzAIVskE7orMZR23cGJjAOVazsZSJW+ElyjfTM4wx/1g88Mi70DDtG9A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.2.0': @@ -4832,16 +4832,16 @@ packages: '@vue/devtools-api@7.4.6': resolution: {integrity: sha512-XipBV5k0/IfTr0sNBDTg7OBUCp51cYMMXyPxLXJZ4K/wmUeMqt8cVdr2ZZGOFq+si/jTyCYnNxeKoyev5DOUUA==} - '@vue/devtools-core@7.4.6': - resolution: {integrity: sha512-7ATNPEbVqThOOAp2bg/YUIm9MqqgimbSk24D05hdXUp89JlXX12aTzdrWd9xZRwS78hDR+wCToHl1C/8sopBrg==} + '@vue/devtools-core@7.5.2': + resolution: {integrity: sha512-J7vcCb2P7bH3TvikqSe3BquCZsgWC7PL0t9yO88c3LUK3cyhQdJoWcn0Tkgop55UztHWs40+7uQNDmTkcdNZAQ==} peerDependencies: vue: ^3.5.12 - '@vue/devtools-kit@7.4.6': - resolution: {integrity: sha512-NbYBwPWgEic1AOd9bWExz9weBzFdjiIfov0yRn4DrRfR+EQJCI9dn4I0XS7IxYGdkmUJi8mFW42LLk18WsGqew==} + '@vue/devtools-kit@7.5.2': + resolution: {integrity: sha512-0leUOE2HBfl8sHf9ePKzxqnCFskkU22tWWqd9OfeSlslAKE30/TViYvWcF4vgQmPlJnAAdHU0WfW5dYlCeOiuw==} - '@vue/devtools-shared@7.4.6': - resolution: {integrity: sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==} + '@vue/devtools-shared@7.5.2': + resolution: {integrity: sha512-+zmcixnD6TAo+zwm30YuwZckhL9iIi4u+gFwbq9C8zpm3SMndTlEYZtNhAHUhOXB+bCkzyunxw80KQ/T0trF4w==} '@vue/language-core@2.1.6': resolution: {integrity: sha512-MW569cSky9R/ooKMh6xa2g1D0AtRKbL56k83dzus/bx//RDJk24RHWkMzbAlXjMdDNyxAaagKPRquBIxkxlCkg==} @@ -4939,8 +4939,10 @@ packages: '@vueuse/shared@9.13.0': resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==} - '@vxe-ui/core@4.0.13': - resolution: {integrity: sha512-DKXHFDOIPzIxF3Pl4VUXDDiMYxqQjrOk2iABZSt8WXDhz3VpZTLegd8EHH353WFPaSIOofBrNbwJi2nffzVihw==} + '@vxe-ui/core@4.0.16': + resolution: {integrity: sha512-7d8485RYAv3tgr5+ckz5iK+Tt3yPjcXBaWcRdxRrxnDJNYVq6A4jAFT+Z9eHoFxqx60ASTOVCqnS8Tav/oPutA==} + peerDependencies: + vue: ^3.5.12 JSONStream@1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} @@ -5652,42 +5654,42 @@ packages: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} - cspell-config-lib@8.15.2: - resolution: {integrity: sha512-0vaZdp1gz5mt7RWTWStHHJBXfELtbtJNCl8RNz9E51906bhAyZ/yBvkOyjCW2Ofsdp2cKS11AuzTrq6N2lmK3g==} + cspell-config-lib@8.15.4: + resolution: {integrity: sha512-vUgikQTRkRMTdkZqSs7F2cTdPpX61cTjr/9L/VCkXkbW38ObCr4650ioiF1Wq3zDF3Gy2bc4ECTpD2PZUXX5SA==} engines: {node: '>=18'} - cspell-dictionary@8.15.2: - resolution: {integrity: sha512-Kvn8ZD+oQs2KKgGoC601NBju3xQcrP4bz1MVZ23ZN9fm6pukb0J8x9hP3d+AuQd/Cl2XG/y/hWZi6MT92uChIg==} + cspell-dictionary@8.15.4: + resolution: {integrity: sha512-8+p/l9Saac7qyCbqtELneDoT7CwHu9gYmnI8uXMu34/lPGjhVhy10ZeI0+t1djaO2YyASK400YFKq5uP/5KulA==} engines: {node: '>=18'} - cspell-gitignore@8.15.2: - resolution: {integrity: sha512-XrQ3iouv2VvvpkL1ygEnOuqY/BGNt0tBZngFrb/Y12LWgcZ6unLZk4IaMYXlmjRZPtq7QuBe4dvG1D2SFcNEng==} + cspell-gitignore@8.15.4: + resolution: {integrity: sha512-9n5PpQ8gEf8YcvEtoZGZ2Ma6wnqSFkD2GrmyjISy39DfIX/jNLN7GX2wJm6OD2P4FjXer95ypmIb/JWTlfmbTw==} engines: {node: '>=18'} hasBin: true - cspell-glob@8.15.2: - resolution: {integrity: sha512-AQNskPt3FOF1Z6mc+cvCZ33Xnb+a4cMVZwcLlApc/4uup6OvyEoXNN9IyeHVmloAUPlXadaA79balp3cMj2rWg==} + cspell-glob@8.15.4: + resolution: {integrity: sha512-TTfRRHRAN+PN9drIz4MAEgKKYnPThBOlPMdFddyuisvU33Do1sPAnqkkOjTEFdi3jAA5KwnSva68SVH6IzzMBQ==} engines: {node: '>=18'} - cspell-grammar@8.15.2: - resolution: {integrity: sha512-yvCiOlg6G2l+lMWBSmWwnVqIVfDK/uUBzY4WIJQaXWtXRuJ9MdsSEQ3TFd9NgJUhY1gSF8O1zSqeCmfPNuS44g==} + cspell-grammar@8.15.4: + resolution: {integrity: sha512-MKiKyYi05mRtXOxPoTv3Ksi0GwYLiK84Uq0C+5PaMrnIjXeed0bsddSFXCT+7ywFJc7PdjhTtz0M/9WWK3UgbA==} engines: {node: '>=18'} hasBin: true - cspell-io@8.15.2: - resolution: {integrity: sha512-Y4bEsKVXC48VawU+gU1lcsO7B55pNAjc8/C8Qg8UByobSOxtZKd7jaRRqqvd60Rh8lbgG4Nc05zKCb1CxY1+2Q==} + cspell-io@8.15.4: + resolution: {integrity: sha512-rXIEREPTFV9dwwg4EKfvzqlCNOvT6910AYED5YrSt8Y68usRJ9lbqdx0BrDndVCd33bp1o+9JBfHuRiFIQC81g==} engines: {node: '>=18'} - cspell-lib@8.15.2: - resolution: {integrity: sha512-u4tO8NoLq/LuOdCBqJdKBLE51uCcE2Ni/DvaEFNfuhk2fCF3rE/2nCzLx6ZEAiFPHZVMs44MJxpH7VF8Rn/T8g==} + cspell-lib@8.15.4: + resolution: {integrity: sha512-iLp/625fvCyFFxSyZYLMgqHIKcrhN4hT7Hw5+ySa38Bp/OfA81ANqWHpsDQ0bGsALTRn/DHBpQYj4xCW/aN9tw==} engines: {node: '>=18'} - cspell-trie-lib@8.15.2: - resolution: {integrity: sha512-dqEc4832iareVCA+pXuvdNwtUF+F8S+w15Tlv0fRdPTz8X4wcUtK0R5npYnL5dyuPhKBdO/PmKXGb7/5I0vBMg==} + cspell-trie-lib@8.15.4: + resolution: {integrity: sha512-sg9klsNHyrfos0Boiio+qy5d6fI9cCNjBqFYrNxvpKpwZ4gEzDzjgEKdZY1C76RD2KoBQ8I1NF5YcGc0+hhhCw==} engines: {node: '>=18'} - cspell@8.15.2: - resolution: {integrity: sha512-2XN6LeBAWyRLPUAcKrJTBftNc50VVVeU/j1GVU07hEun4Q4KZG9CbUT+YaZEnZo8xexVUBfZLtB5YxSImCnBtQ==} + cspell@8.15.4: + resolution: {integrity: sha512-hUOxcwmNWuHzVeGHyN5v/T9MkyCE5gi0mvatxsM794B2wOuR1ZORgjZH62P2HY1uBkXe/x5C6ITWrSyh0WgAcg==} engines: {node: '>=18'} hasBin: true @@ -6075,8 +6077,8 @@ packages: electron-to-chromium@1.5.36: resolution: {integrity: sha512-HYTX8tKge/VNp6FGO+f/uVDmUkq+cEfcxYhKf15Akc4M5yxt5YmorwlAitKWjWhWQnKcDRBAQKXkhqqXMqcrjw==} - element-plus@2.8.5: - resolution: {integrity: sha512-Px+kPbRTVvn5oa5+9saa7QEOnUweKXm0JVI7yJHzKF/doQGixwcFMsQEF2+3Fy62EA/7dRRKVuhsNGGZYNk3cw==} + element-plus@2.8.6: + resolution: {integrity: sha512-fk5jB8V3efM02/4roZ5SWOLArgaYXbxEydZLlXSr+KPAwjNyHBlk2+HO5em8YKo5+RLBoHnn6BaThj6IE4nXoQ==} peerDependencies: vue: ^3.5.12 @@ -6258,8 +6260,8 @@ packages: peerDependencies: eslint: ^8.57.0 || ^9.0.0 - eslint-plugin-jsdoc@50.4.1: - resolution: {integrity: sha512-OXIq+JJQPCLAKL473/esioFOwbXyRE5MAQ4HbZjcp3e+K3zdxt2uDpGs3FR+WezUXNStzEtTfgx15T+JFrVwBA==} + eslint-plugin-jsdoc@50.4.3: + resolution: {integrity: sha512-uWtwFxGRv6B8sU63HZM5dAGDhgsatb+LONwmILZJhdRALLOkCX2HFZhdL/Kw2ls8SQMAVEfK+LmnEfxInRN8HA==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -6280,8 +6282,8 @@ packages: resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==} engines: {node: '>=5.0.0'} - eslint-plugin-perfectionist@3.9.0: - resolution: {integrity: sha512-qLsV6/94hokK+k77wUeLMEtB3tS/NtC9ke5OZCAaeCyK1VyVv7Ct0il16vkNNw/1IwNo8Fy60PKjQZSBcsVX5A==} + eslint-plugin-perfectionist@3.9.1: + resolution: {integrity: sha512-9WRzf6XaAxF4Oi5t/3TqKP5zUjERhasHmLFHin2Yw6ZAp/EP/EVA2dr3BhQrrHWCm5SzTMZf0FcjDnBkO2xFkA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: astro-eslint-parser: ^1.0.2 @@ -6444,8 +6446,8 @@ packages: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} - execa@9.4.0: - resolution: {integrity: sha512-yKHlle2YGxZE842MERVIplWwNH5VYmqqcPFgtnlU//K8gxuFFXu0pwd/CrfXTumFpeEiufsP7+opT/bPJa1yVw==} + execa@9.4.1: + resolution: {integrity: sha512-5eo/BRqZm3GYce+1jqX/tJ7duA2AnE39i88fuedNFUV8XxGxUpF3aWkBRfbUcjV49gCkvS/pzc0YrCPhaIewdg==} engines: {node: ^18.19.0 || >=20.5.0} expand-tilde@2.0.2: @@ -6500,8 +6502,8 @@ packages: fastq@1.17.1: resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} - fdir@6.4.0: - resolution: {integrity: sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ==} + fdir@6.4.2: + resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==} peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: @@ -7616,6 +7618,9 @@ packages: mdn-data@2.10.0: resolution: {integrity: sha512-qq7C3EtK3yJXMwz1zAab65pjl+UhohqMOctTgcqjLOWABqmwj+me02LSsCuEUxnst9X1lCBpoE0WArGKgdGDzw==} + mdn-data@2.11.1: + resolution: {integrity: sha512-Hdx3wmyqPFrhd6YHVuSkUK2eIGAcxR0xlndcgZqjA68yMJTbfXrjJwbgsBOsNjI7LnBIVUQnmyMVSdi/ob0GpQ==} + medium-zoom@1.1.0: resolution: {integrity: sha512-ewyDsp7k4InCUp3jRmwHBRFGyjBimKps/AJLjRSox+2q/2H4p/PNpQf+pwONWlJiOudkBXtbdmVbFjqyybfTmQ==} @@ -9067,8 +9072,8 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass@1.79.5: - resolution: {integrity: sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==} + sass@1.80.2: + resolution: {integrity: sha512-9wXY8cGBlUmoUoT+vwOZOFCiS+naiWVjqlreN9ar9PudXbGwlMTFwCR5K9kB4dFumJ6ib98wZyAObJKsWf1nAA==} engines: {node: '>=14.0.0'} hasBin: true @@ -9477,8 +9482,8 @@ packages: prettier: '>=3.0.0' stylelint: '>=16.0.0' - stylelint-scss@6.7.0: - resolution: {integrity: sha512-RFIa2A+pVWS5wjNT+whtK7wsbZEWazyqesCuSaPbPlZ8lh2TujwVJSnCYJijg6ChZzwI8pZPRZS1L6A9aCbXDg==} + stylelint-scss@6.8.1: + resolution: {integrity: sha512-al+5eRb72bKrFyVAY+CLWKUMX+k+wsDCgyooSfhISJA2exqnJq1PX1iIIpdrvhu3GtJgNJZl9/BIW6EVSMCxdg==} engines: {node: '>=18.12.0'} peerDependencies: stylelint: ^16.0.2 @@ -10047,8 +10052,8 @@ packages: '@vite-pwa/assets-generator': optional: true - vite-plugin-vue-devtools@7.4.6: - resolution: {integrity: sha512-lOKur3qovCB3BQStL0qfHEoIusqya1ngfxfWuqn9DTa6h9rlw6+S3PV4geOP5YBGYQ4NW1hRX70OD8I+sYr1dA==} + vite-plugin-vue-devtools@7.5.2: + resolution: {integrity: sha512-+lQOKW0kZAvLxy9KcsmtOk5Hsu0ibVAot9odFwCCASE4jukb0zaWGIyZwFLk4IsWNDT3iISvajIr704UYcZL6g==} engines: {node: '>=v14.21.3'} peerDependencies: vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 @@ -10196,8 +10201,8 @@ packages: peerDependencies: vue: ^3.5.12 - vxe-pc-ui@4.2.20: - resolution: {integrity: sha512-Cy60drjbFa3TvFbvZF01v/zDwGpZTBRvWSkAgFxA7zabLwI2OV1AFpWcEsPZ18dMa+y323PgtJwseVPqK386JQ==} + vxe-pc-ui@4.2.24: + resolution: {integrity: sha512-ARriApnY+xuJTVAwmLgV47tZry0Fi6IbRzkxgP4kKbWJ8YFoqfU+Abe6fmhQsftRVpRBIiFwNz8SzBfX90xAWQ==} vxe-table@4.7.87: resolution: {integrity: sha512-9NjDtbg02HZk3OlnwcNNJG3U1YKA3epGeyVPGC8PNeMEYCNbO535s8y3prPVm4PNcD0yJ3q3KMvTEaxAl2il6g==} @@ -11549,11 +11554,11 @@ snapshots: dependencies: mime: 3.0.0 - '@commitlint/cli@19.5.0(@types/node@22.7.5)(typescript@5.6.3)': + '@commitlint/cli@19.5.0(@types/node@22.7.6)(typescript@5.6.3)': dependencies: '@commitlint/format': 19.5.0 '@commitlint/lint': 19.5.0 - '@commitlint/load': 19.5.0(@types/node@22.7.5)(typescript@5.6.3) + '@commitlint/load': 19.5.0(@types/node@22.7.6)(typescript@5.6.3) '@commitlint/read': 19.5.0 '@commitlint/types': 19.5.0 tinyexec: 0.3.0 @@ -11600,7 +11605,7 @@ snapshots: '@commitlint/rules': 19.5.0 '@commitlint/types': 19.5.0 - '@commitlint/load@19.5.0(@types/node@22.7.5)(typescript@5.6.3)': + '@commitlint/load@19.5.0(@types/node@22.7.6)(typescript@5.6.3)': dependencies: '@commitlint/config-validator': 19.5.0 '@commitlint/execute-rule': 19.5.0 @@ -11608,7 +11613,7 @@ snapshots: '@commitlint/types': 19.5.0 chalk: 5.3.0 cosmiconfig: 9.0.0(typescript@5.6.3) - cosmiconfig-typescript-loader: 5.0.0(@types/node@22.7.5)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3) + cosmiconfig-typescript-loader: 5.0.0(@types/node@22.7.6)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -11659,7 +11664,7 @@ snapshots: '@types/conventional-commits-parser': 5.0.0 chalk: 5.3.0 - '@cspell/cspell-bundled-dicts@8.15.2': + '@cspell/cspell-bundled-dicts@8.15.4': dependencies: '@cspell/dict-ada': 4.0.5 '@cspell/dict-aws': 4.0.7 @@ -11671,7 +11676,7 @@ snapshots: '@cspell/dict-css': 4.0.16 '@cspell/dict-dart': 2.2.4 '@cspell/dict-django': 4.1.3 - '@cspell/dict-docker': 1.1.10 + '@cspell/dict-docker': 1.1.11 '@cspell/dict-dotnet': 5.0.8 '@cspell/dict-elixir': 4.0.6 '@cspell/dict-en-common-misspellings': 2.0.7 @@ -11702,32 +11707,32 @@ snapshots: '@cspell/dict-php': 4.0.13 '@cspell/dict-powershell': 5.0.13 '@cspell/dict-public-licenses': 2.0.11 - '@cspell/dict-python': 4.2.11 + '@cspell/dict-python': 4.2.12 '@cspell/dict-r': 2.0.4 '@cspell/dict-ruby': 5.0.7 '@cspell/dict-rust': 4.0.9 '@cspell/dict-scala': 5.0.6 - '@cspell/dict-software-terms': 4.1.10 + '@cspell/dict-software-terms': 4.1.11 '@cspell/dict-sql': 2.1.8 '@cspell/dict-svelte': 1.0.5 '@cspell/dict-swift': 2.0.4 '@cspell/dict-terraform': 1.0.5 - '@cspell/dict-typescript': 3.1.9 + '@cspell/dict-typescript': 3.1.10 '@cspell/dict-vue': 3.0.3 - '@cspell/cspell-json-reporter@8.15.2': + '@cspell/cspell-json-reporter@8.15.4': dependencies: - '@cspell/cspell-types': 8.15.2 + '@cspell/cspell-types': 8.15.4 - '@cspell/cspell-pipe@8.15.2': {} + '@cspell/cspell-pipe@8.15.4': {} - '@cspell/cspell-resolver@8.15.2': + '@cspell/cspell-resolver@8.15.4': dependencies: global-directory: 4.0.1 - '@cspell/cspell-service-bus@8.15.2': {} + '@cspell/cspell-service-bus@8.15.4': {} - '@cspell/cspell-types@8.15.2': {} + '@cspell/cspell-types@8.15.4': {} '@cspell/dict-ada@4.0.5': {} @@ -11751,7 +11756,7 @@ snapshots: '@cspell/dict-django@4.1.3': {} - '@cspell/dict-docker@1.1.10': {} + '@cspell/dict-docker@1.1.11': {} '@cspell/dict-dotnet@5.0.8': {} @@ -11813,7 +11818,7 @@ snapshots: '@cspell/dict-public-licenses@2.0.11': {} - '@cspell/dict-python@4.2.11': + '@cspell/dict-python@4.2.12': dependencies: '@cspell/dict-data-science': 2.0.5 @@ -11825,7 +11830,7 @@ snapshots: '@cspell/dict-scala@5.0.6': {} - '@cspell/dict-software-terms@4.1.10': {} + '@cspell/dict-software-terms@4.1.11': {} '@cspell/dict-sql@2.1.8': {} @@ -11835,19 +11840,19 @@ snapshots: '@cspell/dict-terraform@1.0.5': {} - '@cspell/dict-typescript@3.1.9': {} + '@cspell/dict-typescript@3.1.10': {} '@cspell/dict-vue@3.0.3': {} - '@cspell/dynamic-import@8.15.2': + '@cspell/dynamic-import@8.15.4': dependencies: import-meta-resolve: 4.1.0 - '@cspell/filetypes@8.15.2': {} + '@cspell/filetypes@8.15.4': {} - '@cspell/strong-weak-map@8.15.2': {} + '@cspell/strong-weak-map@8.15.4': {} - '@cspell/url@8.15.2': {} + '@cspell/url@8.15.4': {} '@css-render/plugin-bem@0.15.14(css-render@0.15.14)': dependencies: @@ -12517,7 +12522,7 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify/json@2.2.260': + '@iconify/json@2.2.261': dependencies: '@iconify/types': 2.0.0 pathe: 1.1.2 @@ -12719,23 +12724,23 @@ snapshots: - encoding - supports-color - '@microsoft/api-extractor-model@7.29.6(@types/node@22.7.5)': + '@microsoft/api-extractor-model@7.29.6(@types/node@22.7.6)': dependencies: '@microsoft/tsdoc': 0.15.0 '@microsoft/tsdoc-config': 0.17.0 - '@rushstack/node-core-library': 5.7.0(@types/node@22.7.5) + '@rushstack/node-core-library': 5.7.0(@types/node@22.7.6) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.47.7(@types/node@22.7.5)': + '@microsoft/api-extractor@7.47.7(@types/node@22.7.6)': dependencies: - '@microsoft/api-extractor-model': 7.29.6(@types/node@22.7.5) + '@microsoft/api-extractor-model': 7.29.6(@types/node@22.7.6) '@microsoft/tsdoc': 0.15.0 '@microsoft/tsdoc-config': 0.17.0 - '@rushstack/node-core-library': 5.7.0(@types/node@22.7.5) + '@rushstack/node-core-library': 5.7.0(@types/node@22.7.6) '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.14.0(@types/node@22.7.5) - '@rushstack/ts-command-line': 4.22.6(@types/node@22.7.5) + '@rushstack/terminal': 0.14.0(@types/node@22.7.6) + '@rushstack/ts-command-line': 4.22.6(@types/node@22.7.6) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -12777,11 +12782,11 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nolebase/ui@2.6.1(@algolia/client-search@4.24.0)(@types/node@22.7.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.5)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3)': + '@nolebase/ui@2.6.1(@algolia/client-search@4.24.0)(@types/node@22.7.6)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.80.2)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3)': dependencies: '@iconify-json/octicon': 1.2.1 less: 4.2.0 - vitepress: 1.4.1(@algolia/client-search@4.24.0)(@types/node@22.7.5)(async-validator@4.2.5)(axios@1.7.7)(less@4.2.0)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.5)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3) + vitepress: 1.4.1(@algolia/client-search@4.24.0)(@types/node@22.7.6)(async-validator@4.2.5)(axios@1.7.7)(less@4.2.0)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.80.2)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3) vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - '@algolia/client-search' @@ -12812,20 +12817,20 @@ snapshots: - typescript - universal-cookie - '@nolebase/vitepress-plugin-git-changelog@2.6.1(@algolia/client-search@4.24.0)(@types/node@22.7.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.5)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3)': + '@nolebase/vitepress-plugin-git-changelog@2.6.1(@algolia/client-search@4.24.0)(@types/node@22.7.6)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.80.2)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3)': dependencies: '@iconify-json/octicon': 1.2.1 - '@nolebase/ui': 2.6.1(@algolia/client-search@4.24.0)(@types/node@22.7.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.5)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3) + '@nolebase/ui': 2.6.1(@algolia/client-search@4.24.0)(@types/node@22.7.6)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.80.2)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3) colorette: 2.0.20 date-fns: 4.1.0 defu: 6.1.4 es-toolkit: 1.24.0 - execa: 9.4.0 + execa: 9.4.1 globby: 14.0.2 gray-matter: 4.0.3 less: 4.2.0 uncrypto: 0.1.3 - vitepress: 1.4.1(@algolia/client-search@4.24.0)(@types/node@22.7.5)(async-validator@4.2.5)(axios@1.7.7)(less@4.2.0)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.5)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3) + vitepress: 1.4.1(@algolia/client-search@4.24.0)(@types/node@22.7.6)(async-validator@4.2.5)(axios@1.7.7)(less@4.2.0)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.80.2)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3) transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -13219,7 +13224,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.24.0': optional: true - '@rushstack/node-core-library@5.7.0(@types/node@22.7.5)': + '@rushstack/node-core-library@5.7.0(@types/node@22.7.6)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -13230,23 +13235,23 @@ snapshots: resolve: 1.22.8 semver: 7.5.4 optionalDependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 '@rushstack/rig-package@0.5.3': dependencies: resolve: 1.22.8 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.14.0(@types/node@22.7.5)': + '@rushstack/terminal@0.14.0(@types/node@22.7.6)': dependencies: - '@rushstack/node-core-library': 5.7.0(@types/node@22.7.5) + '@rushstack/node-core-library': 5.7.0(@types/node@22.7.6) supports-color: 8.1.1 optionalDependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 - '@rushstack/ts-command-line@4.22.6(@types/node@22.7.5)': + '@rushstack/ts-command-line@4.22.6(@types/node@22.7.6)': dependencies: - '@rushstack/terminal': 0.14.0(@types/node@22.7.5) + '@rushstack/terminal': 0.14.0(@types/node@22.7.6) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -13379,7 +13384,7 @@ snapshots: '@types/conventional-commits-parser@5.0.0': dependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 '@types/eslint@9.6.1': dependencies: @@ -13393,7 +13398,7 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 22.7.5 + '@types/node': 22.7.6 optional: true '@types/hast@3.0.4': @@ -13404,18 +13409,18 @@ snapshots: '@types/http-proxy@1.17.15': dependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 '@types/json-schema@7.0.15': {} '@types/jsonfile@6.1.4': dependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 optional: true '@types/jsonwebtoken@9.0.7': dependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 '@types/katex@0.16.7': {} @@ -13446,7 +13451,7 @@ snapshots: '@types/node@12.20.55': {} - '@types/node@22.7.5': + '@types/node@22.7.6': dependencies: undici-types: 6.19.8 @@ -13462,11 +13467,11 @@ snapshots: '@types/qrcode@1.5.5': dependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 '@types/readdir-glob@1.1.5': dependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 '@types/resolve@1.20.2': {} @@ -13480,14 +13485,14 @@ snapshots: '@types/web-bluetooth@0.0.20': {} - '@typescript-eslint/eslint-plugin@8.9.0(@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)': + '@typescript-eslint/eslint-plugin@8.10.0(@typescript-eslint/parser@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.11.1 - '@typescript-eslint/parser': 8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) - '@typescript-eslint/scope-manager': 8.9.0 - '@typescript-eslint/type-utils': 8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) - '@typescript-eslint/utils': 8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.9.0 + '@typescript-eslint/parser': 8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.10.0 + '@typescript-eslint/type-utils': 8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) + '@typescript-eslint/utils': 8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.10.0 eslint: 9.12.0(jiti@2.3.3) graphemer: 1.4.0 ignore: 5.3.2 @@ -13498,12 +13503,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)': + '@typescript-eslint/parser@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)': dependencies: - '@typescript-eslint/scope-manager': 8.9.0 - '@typescript-eslint/types': 8.9.0 - '@typescript-eslint/typescript-estree': 8.9.0(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.9.0 + '@typescript-eslint/scope-manager': 8.10.0 + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/typescript-estree': 8.10.0(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.10.0 debug: 4.3.7 eslint: 9.12.0(jiti@2.3.3) optionalDependencies: @@ -13516,15 +13521,15 @@ snapshots: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - '@typescript-eslint/scope-manager@8.9.0': + '@typescript-eslint/scope-manager@8.10.0': dependencies: - '@typescript-eslint/types': 8.9.0 - '@typescript-eslint/visitor-keys': 8.9.0 + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/visitor-keys': 8.10.0 - '@typescript-eslint/type-utils@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)': + '@typescript-eslint/type-utils@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.9.0(typescript@5.6.3) - '@typescript-eslint/utils': 8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) + '@typescript-eslint/typescript-estree': 8.10.0(typescript@5.6.3) + '@typescript-eslint/utils': 8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) debug: 4.3.7 ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: @@ -13535,7 +13540,7 @@ snapshots: '@typescript-eslint/types@7.18.0': {} - '@typescript-eslint/types@8.9.0': {} + '@typescript-eslint/types@8.10.0': {} '@typescript-eslint/typescript-estree@7.18.0(typescript@5.6.3)': dependencies: @@ -13552,10 +13557,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.9.0(typescript@5.6.3)': + '@typescript-eslint/typescript-estree@8.10.0(typescript@5.6.3)': dependencies: - '@typescript-eslint/types': 8.9.0 - '@typescript-eslint/visitor-keys': 8.9.0 + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/visitor-keys': 8.10.0 debug: 4.3.7 fast-glob: 3.3.2 is-glob: 4.0.3 @@ -13578,12 +13583,12 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)': + '@typescript-eslint/utils@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.3.3)) - '@typescript-eslint/scope-manager': 8.9.0 - '@typescript-eslint/types': 8.9.0 - '@typescript-eslint/typescript-estree': 8.9.0(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.10.0 + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/typescript-estree': 8.10.0(typescript@5.6.3) eslint: 9.12.0(jiti@2.3.3) transitivePeerDependencies: - supports-color @@ -13594,9 +13599,9 @@ snapshots: '@typescript-eslint/types': 7.18.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.9.0': + '@typescript-eslint/visitor-keys@8.10.0': dependencies: - '@typescript-eslint/types': 8.9.0 + '@typescript-eslint/types': 8.10.0 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} @@ -13627,23 +13632,23 @@ snapshots: - encoding - supports-color - '@vite-pwa/vitepress@0.5.3(vite-plugin-pwa@0.20.5(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(workbox-build@7.1.1)(workbox-window@7.1.0))': + '@vite-pwa/vitepress@0.5.3(vite-plugin-pwa@0.20.5(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(workbox-build@7.1.1)(workbox-window@7.1.0))': dependencies: - vite-plugin-pwa: 0.20.5(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(workbox-build@7.1.1)(workbox-window@7.1.0) + vite-plugin-pwa: 0.20.5(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(workbox-build@7.1.1)(workbox-window@7.1.0) - '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3))': + '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3))': dependencies: '@babel/core': 7.25.8 '@babel/plugin-transform-typescript': 7.25.7(@babel/core@7.25.8) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.8) - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.4(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3))': + '@vitejs/plugin-vue@5.1.4(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3))': dependencies: - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) vue: 3.5.12(typescript@5.6.3) '@vitest/expect@2.1.3': @@ -13653,13 +13658,13 @@ snapshots: chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.3(@vitest/spy@2.1.3)(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))': + '@vitest/mocker@2.1.3(@vitest/spy@2.1.3)(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))': dependencies: '@vitest/spy': 2.1.3 estree-walker: 3.0.3 magic-string: 0.30.12 optionalDependencies: - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) '@vitest/pretty-format@2.1.3': dependencies: @@ -13767,23 +13772,23 @@ snapshots: '@vue/devtools-api@7.4.6': dependencies: - '@vue/devtools-kit': 7.4.6 + '@vue/devtools-kit': 7.5.2 - '@vue/devtools-core@7.4.6(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3))': + '@vue/devtools-core@7.5.2(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3))': dependencies: - '@vue/devtools-kit': 7.4.6 - '@vue/devtools-shared': 7.4.6 + '@vue/devtools-kit': 7.5.2 + '@vue/devtools-shared': 7.5.2 mitt: 3.0.1 nanoid: 3.3.7 pathe: 1.1.2 - vite-hot-client: 0.2.3(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)) + vite-hot-client: 0.2.3(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)) vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - vite - '@vue/devtools-kit@7.4.6': + '@vue/devtools-kit@7.5.2': dependencies: - '@vue/devtools-shared': 7.4.6 + '@vue/devtools-shared': 7.5.2 birpc: 0.2.19 hookable: 5.5.3 mitt: 3.0.1 @@ -13791,7 +13796,7 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.1 - '@vue/devtools-shared@7.4.6': + '@vue/devtools-shared@7.5.2': dependencies: rfdc: 1.4.1 @@ -13910,9 +13915,10 @@ snapshots: - '@vue/composition-api' - vue - '@vxe-ui/core@4.0.13': + '@vxe-ui/core@4.0.16(vue@3.5.12(typescript@5.6.3))': dependencies: dom-zindex: 1.0.6 + vue: 3.5.12(typescript@5.6.3) xe-utils: 3.5.31 JSONStream@1.3.5: @@ -14645,9 +14651,9 @@ snapshots: core-util-is@1.0.3: {} - cosmiconfig-typescript-loader@5.0.0(@types/node@22.7.5)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3): + cosmiconfig-typescript-loader@5.0.0(@types/node@22.7.6)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3): dependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 cosmiconfig: 9.0.0(typescript@5.6.3) jiti: 1.21.6 typescript: 5.6.3 @@ -14702,59 +14708,59 @@ snapshots: crypto-random-string@2.0.0: {} - cspell-config-lib@8.15.2: + cspell-config-lib@8.15.4: dependencies: - '@cspell/cspell-types': 8.15.2 + '@cspell/cspell-types': 8.15.4 comment-json: 4.2.5 yaml: 2.6.0 - cspell-dictionary@8.15.2: + cspell-dictionary@8.15.4: dependencies: - '@cspell/cspell-pipe': 8.15.2 - '@cspell/cspell-types': 8.15.2 - cspell-trie-lib: 8.15.2 + '@cspell/cspell-pipe': 8.15.4 + '@cspell/cspell-types': 8.15.4 + cspell-trie-lib: 8.15.4 fast-equals: 5.0.1 - cspell-gitignore@8.15.2: + cspell-gitignore@8.15.4: dependencies: - '@cspell/url': 8.15.2 - cspell-glob: 8.15.2 - cspell-io: 8.15.2 + '@cspell/url': 8.15.4 + cspell-glob: 8.15.4 + cspell-io: 8.15.4 find-up-simple: 1.0.0 - cspell-glob@8.15.2: + cspell-glob@8.15.4: dependencies: - '@cspell/url': 8.15.2 + '@cspell/url': 8.15.4 micromatch: 4.0.8 - cspell-grammar@8.15.2: + cspell-grammar@8.15.4: dependencies: - '@cspell/cspell-pipe': 8.15.2 - '@cspell/cspell-types': 8.15.2 + '@cspell/cspell-pipe': 8.15.4 + '@cspell/cspell-types': 8.15.4 - cspell-io@8.15.2: + cspell-io@8.15.4: dependencies: - '@cspell/cspell-service-bus': 8.15.2 - '@cspell/url': 8.15.2 + '@cspell/cspell-service-bus': 8.15.4 + '@cspell/url': 8.15.4 - cspell-lib@8.15.2: + cspell-lib@8.15.4: dependencies: - '@cspell/cspell-bundled-dicts': 8.15.2 - '@cspell/cspell-pipe': 8.15.2 - '@cspell/cspell-resolver': 8.15.2 - '@cspell/cspell-types': 8.15.2 - '@cspell/dynamic-import': 8.15.2 - '@cspell/filetypes': 8.15.2 - '@cspell/strong-weak-map': 8.15.2 - '@cspell/url': 8.15.2 + '@cspell/cspell-bundled-dicts': 8.15.4 + '@cspell/cspell-pipe': 8.15.4 + '@cspell/cspell-resolver': 8.15.4 + '@cspell/cspell-types': 8.15.4 + '@cspell/dynamic-import': 8.15.4 + '@cspell/filetypes': 8.15.4 + '@cspell/strong-weak-map': 8.15.4 + '@cspell/url': 8.15.4 clear-module: 4.1.2 comment-json: 4.2.5 - cspell-config-lib: 8.15.2 - cspell-dictionary: 8.15.2 - cspell-glob: 8.15.2 - cspell-grammar: 8.15.2 - cspell-io: 8.15.2 - cspell-trie-lib: 8.15.2 + cspell-config-lib: 8.15.4 + cspell-dictionary: 8.15.4 + cspell-glob: 8.15.4 + cspell-grammar: 8.15.4 + cspell-io: 8.15.4 + cspell-trie-lib: 8.15.4 env-paths: 3.0.0 fast-equals: 5.0.1 gensequence: 7.0.0 @@ -14764,27 +14770,27 @@ snapshots: vscode-uri: 3.0.8 xdg-basedir: 5.1.0 - cspell-trie-lib@8.15.2: + cspell-trie-lib@8.15.4: dependencies: - '@cspell/cspell-pipe': 8.15.2 - '@cspell/cspell-types': 8.15.2 + '@cspell/cspell-pipe': 8.15.4 + '@cspell/cspell-types': 8.15.4 gensequence: 7.0.0 - cspell@8.15.2: + cspell@8.15.4: dependencies: - '@cspell/cspell-json-reporter': 8.15.2 - '@cspell/cspell-pipe': 8.15.2 - '@cspell/cspell-types': 8.15.2 - '@cspell/dynamic-import': 8.15.2 - '@cspell/url': 8.15.2 + '@cspell/cspell-json-reporter': 8.15.4 + '@cspell/cspell-pipe': 8.15.4 + '@cspell/cspell-types': 8.15.4 + '@cspell/dynamic-import': 8.15.4 + '@cspell/url': 8.15.4 chalk: 5.3.0 chalk-template: 1.1.0 commander: 12.1.0 - cspell-dictionary: 8.15.2 - cspell-gitignore: 8.15.2 - cspell-glob: 8.15.2 - cspell-io: 8.15.2 - cspell-lib: 8.15.2 + cspell-dictionary: 8.15.4 + cspell-gitignore: 8.15.4 + cspell-glob: 8.15.4 + cspell-io: 8.15.4 + cspell-lib: 8.15.4 fast-json-stable-stringify: 2.1.0 file-entry-cache: 9.1.0 get-stdin: 9.0.0 @@ -15159,7 +15165,7 @@ snapshots: electron-to-chromium@1.5.36: {} - element-plus@2.8.5(vue@3.5.12(typescript@5.6.3)): + element-plus@2.8.6(vue@3.5.12(typescript@5.6.3)): dependencies: '@ctrl/tinycolor': 4.1.0 '@element-plus/icons-vue': 2.3.1(vue@3.5.12(typescript@5.6.3)) @@ -15471,7 +15477,7 @@ snapshots: eslint-plugin-import-x@4.3.1(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3): dependencies: - '@typescript-eslint/utils': 8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) + '@typescript-eslint/utils': 8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) debug: 4.3.7 doctrine: 3.0.0 eslint: 9.12.0(jiti@2.3.3) @@ -15486,7 +15492,7 @@ snapshots: - supports-color - typescript - eslint-plugin-jsdoc@50.4.1(eslint@9.12.0(jiti@2.3.3)): + eslint-plugin-jsdoc@50.4.3(eslint@9.12.0(jiti@2.3.3)): dependencies: '@es-joy/jsdoccomment': 0.49.0 are-docs-informative: 0.0.2 @@ -15528,10 +15534,10 @@ snapshots: eslint-plugin-no-only-tests@3.3.0: {} - eslint-plugin-perfectionist@3.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.3.3))): + eslint-plugin-perfectionist@3.9.1(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.3.3))): dependencies: - '@typescript-eslint/types': 8.9.0 - '@typescript-eslint/utils': 8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/utils': 8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) eslint: 9.12.0(jiti@2.3.3) minimatch: 9.0.5 natural-compare-lite: 1.4.0 @@ -15586,19 +15592,19 @@ snapshots: semver: 7.6.3 strip-indent: 3.0.0 - eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.9.0(@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3)): + eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.10.0(@typescript-eslint/parser@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3)): dependencies: eslint: 9.12.0(jiti@2.3.3) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.9.0(@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.10.0(@typescript-eslint/parser@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) - eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.9.0(@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vitest@2.1.3(@types/node@22.7.5)(happy-dom@15.7.4)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)): + eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.10.0(@typescript-eslint/parser@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vitest@2.1.3(@types/node@22.7.6)(happy-dom@15.7.4)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)): dependencies: '@typescript-eslint/utils': 7.18.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) eslint: 9.12.0(jiti@2.3.3) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.9.0(@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) - vitest: 2.1.3(@types/node@22.7.5)(happy-dom@15.7.4)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + '@typescript-eslint/eslint-plugin': 8.10.0(@typescript-eslint/parser@8.10.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) + vitest: 2.1.3(@types/node@22.7.6)(happy-dom@15.7.4)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) transitivePeerDependencies: - supports-color - typescript @@ -15729,7 +15735,7 @@ snapshots: signal-exit: 4.1.0 strip-final-newline: 3.0.0 - execa@9.4.0: + execa@9.4.1: dependencies: '@sindresorhus/merge-streams': 4.0.0 cross-spawn: 7.0.3 @@ -15790,7 +15796,7 @@ snapshots: dependencies: reusify: 1.0.4 - fdir@6.4.0(picomatch@4.0.2): + fdir@6.4.2(picomatch@4.0.2): optionalDependencies: picomatch: 4.0.2 @@ -16940,6 +16946,8 @@ snapshots: mdn-data@2.10.0: {} + mdn-data@2.11.1: {} + medium-zoom@1.1.0: {} memoize-one@6.0.0: {} @@ -17065,7 +17073,7 @@ snapshots: mkdirp@1.0.4: {} - mkdist@1.6.0(sass@1.79.5)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3)): + mkdist@1.6.0(sass@1.80.2)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3)): dependencies: autoprefixer: 10.4.20(postcss@8.4.47) citty: 0.1.6 @@ -17081,7 +17089,7 @@ snapshots: semver: 7.6.3 tinyglobby: 0.2.9 optionalDependencies: - sass: 1.79.5 + sass: 1.80.2 typescript: 5.6.3 vue-tsc: 2.1.6(typescript@5.6.3) @@ -18432,7 +18440,7 @@ snapshots: safer-buffer@2.1.2: {} - sass@1.79.5: + sass@1.80.2: dependencies: '@parcel/watcher': 2.4.1 chokidar: 4.0.1 @@ -18827,7 +18835,7 @@ snapshots: postcss-scss: 4.0.9(postcss@8.4.47) stylelint: 16.10.0(typescript@5.6.3) stylelint-config-recommended: 14.0.1(stylelint@16.10.0(typescript@5.6.3)) - stylelint-scss: 6.7.0(stylelint@16.10.0(typescript@5.6.3)) + stylelint-scss: 6.8.1(stylelint@16.10.0(typescript@5.6.3)) optionalDependencies: postcss: 8.4.47 @@ -18860,11 +18868,12 @@ snapshots: prettier-linter-helpers: 1.0.0 stylelint: 16.10.0(typescript@5.6.3) - stylelint-scss@6.7.0(stylelint@16.10.0(typescript@5.6.3)): + stylelint-scss@6.8.1(stylelint@16.10.0(typescript@5.6.3)): dependencies: - css-tree: 2.3.1 + css-tree: 3.0.0 is-plain-object: 5.0.0 known-css-properties: 0.34.0 + mdn-data: 2.11.1 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.6 postcss-selector-parser: 6.1.2 @@ -19085,7 +19094,7 @@ snapshots: tinyglobby@0.2.9: dependencies: - fdir: 6.4.0(picomatch@4.0.2) + fdir: 6.4.2(picomatch@4.0.2) picomatch: 4.0.2 tinypool@1.0.1: {} @@ -19216,7 +19225,7 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - unbuild@2.0.0(sass@1.79.5)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3)): + unbuild@2.0.0(sass@1.80.2)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3)): dependencies: '@rollup/plugin-alias': 5.1.1(rollup@3.29.5) '@rollup/plugin-commonjs': 25.0.8(rollup@3.29.5) @@ -19233,7 +19242,7 @@ snapshots: hookable: 5.5.3 jiti: 1.21.6 magic-string: 0.30.12 - mkdist: 1.6.0(sass@1.79.5)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3)) + mkdist: 1.6.0(sass@1.80.2)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3)) mlly: 1.7.2 pathe: 1.1.2 pkg-types: 1.2.1 @@ -19465,16 +19474,16 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-hot-client@0.2.3(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)): + vite-hot-client@0.2.3(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)): dependencies: - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) - vite-node@2.1.3(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1): + vite-node@2.1.3(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1): dependencies: cac: 6.7.14 debug: 4.3.7 pathe: 1.1.2 - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) transitivePeerDependencies: - '@types/node' - less @@ -19486,18 +19495,18 @@ snapshots: - supports-color - terser - vite-plugin-compression@0.5.1(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)): + vite-plugin-compression@0.5.1(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)): dependencies: chalk: 4.1.2 debug: 4.3.7 fs-extra: 10.1.0 - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) transitivePeerDependencies: - supports-color - vite-plugin-dts@4.2.1(@types/node@22.7.5)(rollup@4.24.0)(typescript@5.6.3)(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)): + vite-plugin-dts@4.2.1(@types/node@22.7.6)(rollup@4.24.0)(typescript@5.6.3)(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)): dependencies: - '@microsoft/api-extractor': 7.47.7(@types/node@22.7.5) + '@microsoft/api-extractor': 7.47.7(@types/node@22.7.6) '@rollup/pluginutils': 5.1.2(rollup@4.24.0) '@volar/typescript': 2.4.6 '@vue/language-core': 2.1.6(typescript@5.6.3) @@ -19508,13 +19517,13 @@ snapshots: magic-string: 0.30.12 typescript: 5.6.3 optionalDependencies: - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-html@3.2.2(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)): + vite-plugin-html@3.2.2(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)): dependencies: '@rollup/pluginutils': 4.2.1 colorette: 2.0.20 @@ -19528,9 +19537,9 @@ snapshots: html-minifier-terser: 6.1.0 node-html-parser: 5.4.2 pathe: 0.2.0 - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) - vite-plugin-inspect@0.8.7(rollup@4.24.0)(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)): + vite-plugin-inspect@0.8.7(rollup@4.24.0)(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.2(rollup@4.24.0) @@ -19541,7 +19550,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.0 sirv: 2.0.4 - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) transitivePeerDependencies: - rollup - supports-color @@ -19553,41 +19562,41 @@ snapshots: rollup: 4.24.0 xe-utils: 3.5.31 - vite-plugin-lib-inject-css@2.1.1(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)): + vite-plugin-lib-inject-css@2.1.1(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)): dependencies: '@ast-grep/napi': 0.22.6 magic-string: 0.30.12 picocolors: 1.1.0 - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) - vite-plugin-pwa@0.20.5(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(workbox-build@7.1.1)(workbox-window@7.1.0): + vite-plugin-pwa@0.20.5(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(workbox-build@7.1.1)(workbox-window@7.1.0): dependencies: debug: 4.3.7 pretty-bytes: 6.1.1 tinyglobby: 0.2.9 - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) workbox-build: 7.1.1 workbox-window: 7.1.0 transitivePeerDependencies: - supports-color - vite-plugin-vue-devtools@7.4.6(rollup@4.24.0)(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)): + vite-plugin-vue-devtools@7.5.2(rollup@4.24.0)(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)): dependencies: - '@vue/devtools-core': 7.4.6(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) - '@vue/devtools-kit': 7.4.6 - '@vue/devtools-shared': 7.4.6 + '@vue/devtools-core': 7.5.2(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) + '@vue/devtools-kit': 7.5.2 + '@vue/devtools-shared': 7.5.2 execa: 8.0.1 sirv: 2.0.4 - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) - vite-plugin-inspect: 0.8.7(rollup@4.24.0)(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)) - vite-plugin-vue-inspector: 5.2.0(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) + vite-plugin-inspect: 0.8.7(rollup@4.24.0)(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)) + vite-plugin-vue-inspector: 5.2.0(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.2.0(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)): + vite-plugin-vue-inspector@5.2.0(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)): dependencies: '@babel/core': 7.25.8 '@babel/plugin-proposal-decorators': 7.25.7(@babel/core@7.25.8) @@ -19598,20 +19607,20 @@ snapshots: '@vue/compiler-dom': 3.5.12 kolorist: 1.8.0 magic-string: 0.30.12 - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) transitivePeerDependencies: - supports-color - vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1): + vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1): dependencies: esbuild: 0.21.5 postcss: 8.4.47 rollup: 4.24.0 optionalDependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 fsevents: 2.3.3 less: 4.2.0 - sass: 1.79.5 + sass: 1.80.2 terser: 5.34.1 vitepress-plugin-group-icons@1.3.0: @@ -19622,7 +19631,7 @@ snapshots: transitivePeerDependencies: - supports-color - vitepress@1.4.1(@algolia/client-search@4.24.0)(@types/node@22.7.5)(async-validator@4.2.5)(axios@1.7.7)(less@4.2.0)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.5)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3): + vitepress@1.4.1(@algolia/client-search@4.24.0)(@types/node@22.7.6)(async-validator@4.2.5)(axios@1.7.7)(less@4.2.0)(nprogress@0.2.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.80.2)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.34.1)(typescript@5.6.3): dependencies: '@docsearch/css': 3.6.2 '@docsearch/js': 3.6.2(@algolia/client-search@4.24.0)(search-insights@2.17.2) @@ -19630,7 +19639,7 @@ snapshots: '@shikijs/transformers': 1.22.0 '@shikijs/types': 1.22.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.1.4(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) + '@vitejs/plugin-vue': 5.1.4(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) '@vue/devtools-api': 7.4.6 '@vue/shared': 3.5.12 '@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3)) @@ -19639,7 +19648,7 @@ snapshots: mark.js: 8.11.1 minisearch: 7.1.0 shiki: 1.22.0 - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) vue: 3.5.12(typescript@5.6.3) optionalDependencies: postcss: 8.4.47 @@ -19671,10 +19680,10 @@ snapshots: - typescript - universal-cookie - vitest@2.1.3(@types/node@22.7.5)(happy-dom@15.7.4)(less@4.2.0)(sass@1.79.5)(terser@5.34.1): + vitest@2.1.3(@types/node@22.7.6)(happy-dom@15.7.4)(less@4.2.0)(sass@1.80.2)(terser@5.34.1): dependencies: '@vitest/expect': 2.1.3 - '@vitest/mocker': 2.1.3(@vitest/spy@2.1.3)(vite@5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1)) + '@vitest/mocker': 2.1.3(@vitest/spy@2.1.3)(vite@5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1)) '@vitest/pretty-format': 2.1.3 '@vitest/runner': 2.1.3 '@vitest/snapshot': 2.1.3 @@ -19689,11 +19698,11 @@ snapshots: tinyexec: 0.3.0 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.9(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) - vite-node: 2.1.3(@types/node@22.7.5)(less@4.2.0)(sass@1.79.5)(terser@5.34.1) + vite: 5.4.9(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) + vite-node: 2.1.3(@types/node@22.7.6)(less@4.2.0)(sass@1.80.2)(terser@5.34.1) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.7.5 + '@types/node': 22.7.6 happy-dom: 15.7.4 transitivePeerDependencies: - less @@ -19779,13 +19788,17 @@ snapshots: vooks: 0.2.12(vue@3.5.12(typescript@5.6.3)) vue: 3.5.12(typescript@5.6.3) - vxe-pc-ui@4.2.20: + vxe-pc-ui@4.2.24(vue@3.5.12(typescript@5.6.3)): dependencies: - '@vxe-ui/core': 4.0.13 + '@vxe-ui/core': 4.0.16(vue@3.5.12(typescript@5.6.3)) + transitivePeerDependencies: + - vue - vxe-table@4.7.87: + vxe-table@4.7.87(vue@3.5.12(typescript@5.6.3)): dependencies: - vxe-pc-ui: 4.2.20 + vxe-pc-ui: 4.2.24(vue@3.5.12(typescript@5.6.3)) + transitivePeerDependencies: + - vue warning@4.0.3: dependencies: @@ -20105,4 +20118,4 @@ snapshots: zx@8.1.9: optionalDependencies: '@types/fs-extra': 11.0.4 - '@types/node': 22.7.5 + '@types/node': 22.7.6 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 644a05219..e3e2d5134 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -22,7 +22,7 @@ catalog: '@ctrl/tinycolor': ^4.1.0 '@eslint/js': ^9.12.0 '@faker-js/faker': ^9.0.3 - '@iconify/json': ^2.2.260 + '@iconify/json': ^2.2.261 '@iconify/tailwind': ^1.1.3 '@iconify/vue': ^4.1.2 '@intlify/core-base': ^10.0.4 @@ -43,13 +43,13 @@ catalog: '@types/html-minifier-terser': ^7.0.2 '@types/jsonwebtoken': ^9.0.7 '@types/lodash.clonedeep': ^4.5.9 - '@types/node': ^22.7.5 + '@types/node': ^22.7.6 '@types/nprogress': ^0.2.3 '@types/postcss-import': ^14.0.3 '@types/qrcode': ^1.5.5 '@types/sortablejs': ^1.15.8 - '@typescript-eslint/eslint-plugin': ^8.9.0 - '@typescript-eslint/parser': ^8.9.0 + '@typescript-eslint/eslint-plugin': ^8.10.0 + '@typescript-eslint/parser': ^8.10.0 '@vee-validate/zod': ^4.13.2 '@vite-pwa/vitepress': ^0.5.3 '@vitejs/plugin-vue': ^5.1.4 @@ -73,7 +73,7 @@ catalog: commitlint-plugin-function-rules: ^4.0.0 consola: ^3.2.3 cross-env: ^7.0.3 - cspell: ^8.15.2 + cspell: ^8.15.4 cssnano: ^7.0.6 cz-git: ^1.10.1 czg: ^1.10.1 @@ -82,24 +82,24 @@ catalog: depcheck: ^1.4.7 dotenv: ^16.4.5 echarts: ^5.5.1 - element-plus: ^2.8.5 + element-plus: ^2.8.6 eslint: ^9.12.0 eslint-config-turbo: ^2.1.3 eslint-plugin-command: ^0.2.6 eslint-plugin-eslint-comments: ^3.2.0 eslint-plugin-import-x: ^4.3.1 - eslint-plugin-jsdoc: ^50.4.1 + eslint-plugin-jsdoc: ^50.4.3 eslint-plugin-jsonc: ^2.16.0 eslint-plugin-n: ^17.11.1 eslint-plugin-no-only-tests: ^3.3.0 - eslint-plugin-perfectionist: ^3.9.0 + eslint-plugin-perfectionist: ^3.9.1 eslint-plugin-prettier: ^5.2.1 eslint-plugin-regexp: ^2.6.0 eslint-plugin-unicorn: ^56.0.0 eslint-plugin-unused-imports: ^4.1.4 eslint-plugin-vitest: ^0.5.4 eslint-plugin-vue: ^9.29.0 - execa: ^9.4.0 + execa: ^9.4.1 find-up: ^7.0.0 get-port: ^7.1.0 globals: ^15.11.0 @@ -138,7 +138,7 @@ catalog: rimraf: ^6.0.1 rollup: ^4.24.0 rollup-plugin-visualizer: ^5.12.0 - sass: ^1.79.5 + sass: ^1.80.2 sortablejs: ^1.15.3 stylelint: ^16.10.0 stylelint-config-recess-order: ^5.1.1 @@ -148,7 +148,7 @@ catalog: stylelint-config-standard: ^36.0.1 stylelint-order: ^6.0.4 stylelint-prettier: ^5.0.2 - stylelint-scss: ^6.7.0 + stylelint-scss: ^6.8.1 tailwind-merge: ^2.5.4 tailwindcss: ^3.4.14 tailwindcss-animate: ^1.0.7 @@ -165,7 +165,7 @@ catalog: vite-plugin-lazy-import: ^1.0.7 vite-plugin-lib-inject-css: ^2.1.1 vite-plugin-pwa: ^0.20.5 - vite-plugin-vue-devtools: ^7.4.6 + vite-plugin-vue-devtools: ^7.5.2 vitepress: ^1.4.1 vitepress-plugin-group-icons: ^1.3.0 vitest: ^2.1.3 @@ -174,7 +174,7 @@ catalog: vue-i18n: ^10.0.4 vue-router: ^4.4.5 vue-tsc: ^2.1.6 - vxe-pc-ui: ^4.2.20 + vxe-pc-ui: ^4.2.24 vxe-table: ^4.7.86 watermark-js-plus: ^1.5.7 zod: ^3.23.8 diff --git a/scripts/vsh/src/publint/index.ts b/scripts/vsh/src/publint/index.ts index f94614587..658c0c5c0 100644 --- a/scripts/vsh/src/publint/index.ts +++ b/scripts/vsh/src/publint/index.ts @@ -143,15 +143,15 @@ function printResult( break; } + case 'suggestion': { + suggestionsCount++; + break; + } case 'warning': { warningCount++; break; } - case 'suggestion': { - suggestionsCount++; - break; - } // No default } const ruleUrl = `https://publint.dev/rules#${message.code.toLocaleLowerCase()}`;