From bb997861bcf24be3872977aad6baf65611ee7006 Mon Sep 17 00:00:00 2001
From: XL <71209582+Onion-L@users.noreply.github.com>
Date: Sun, 24 Nov 2024 18:29:11 +0800
Subject: [PATCH 001/101] fix: remove extra margins before tags (#3039)
(cherry picked from commit e6ebde3ac487ef1952dc7cfe656af8c5cc55154e)
---
composables/content-parse.ts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/composables/content-parse.ts b/composables/content-parse.ts
index 332490e6a..de4b8600b 100644
--- a/composables/content-parse.ts
+++ b/composables/content-parse.ts
@@ -89,6 +89,11 @@ export function parseMastodonHTML(
inReplyToStatus,
} = options
+ // remove newline before Tags
+ html = html.replace(/\n(<[^>]+>)/g, (_1, raw) => {
+ return raw
+ })
+
if (markdown) {
// Handle code blocks
html = html
From 67d30731d957c6815bb109aced971c912fcb560f Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Sun, 24 Nov 2024 22:36:16 +0900
Subject: [PATCH 002/101] chore: use latest i18n v9 (#3059)
(cherry picked from commit f4b667fef6566a8805704eeee825ddf75fa3a277)
---
config/i18n.ts | 5 +
pnpm-lock.yaml | 256 +++++++++++++------------------------------------
2 files changed, 74 insertions(+), 187 deletions(-)
diff --git a/config/i18n.ts b/config/i18n.ts
index d132f17c3..46945a789 100644
--- a/config/i18n.ts
+++ b/config/i18n.ts
@@ -80,11 +80,13 @@ type LocaleVariantKeys = keyof typeof countryLocaleVariants
const locales: (LocaleObjectData | LocaleObjectData)[] = [
{
+ // @ts-expect-error en used as placeholder
code: 'en',
file: 'en.json',
name: 'English',
},
({
+ // @ts-expect-error ar used as placeholder
code: 'ar',
file: 'ar.json',
name: 'العربية',
@@ -115,6 +117,7 @@ const locales: (LocaleObjectData | LocaleObjectData)[
},
}),
{
+ // @ts-expect-error ca used as placeholder
code: 'ca',
file: 'ca.json',
name: 'Català',
@@ -155,6 +158,7 @@ const locales: (LocaleObjectData | LocaleObjectData)[
name: 'Nederlands',
},
{
+ // @ts-expect-error es used as placeholder
code: 'es',
file: 'es.json',
name: 'Español',
@@ -208,6 +212,7 @@ const locales: (LocaleObjectData | LocaleObjectData)[
},
},
{
+ // @ts-expect-error pt used as placeholder
code: 'pt',
file: 'pt.json',
name: 'Português',
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 5aa24967a..b30a5997b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -359,10 +359,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
nuxt:
specifier: ^3.14.159
- version: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3)
+ version: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
packages:
@@ -10090,10 +10090,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.3))':
+ '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.5.4(typescript@5.6.3)
+ vue: 3.5.4(typescript@5.6.2)
'@img/sharp-darwin-arm64@0.33.5':
optionalDependencies:
@@ -10349,17 +10349,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
- '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -10399,10 +10399,10 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -10413,10 +10413,10 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.47)(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -10428,11 +10428,11 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.47)(webpack-sources@3.2.3)
ufo: 1.5.4
transitivePeerDependencies:
@@ -10444,13 +10444,13 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
- '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.3))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
consola: 3.2.3
defu: 6.1.4
destr: 2.0.3
@@ -10658,13 +10658,13 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@antfu/utils': 0.7.10
'@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)
'@nuxt/devtools-wizard': 1.6.0
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vue/devtools-core': 7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@vue/devtools-core': 7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.2.3
@@ -11091,12 +11091,12 @@ snapshots:
- vue-tsc
- webpack-sources
- '@nuxt/vite-builder@3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt/vite-builder@3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@rollup/plugin-replace': 6.0.1(rollup@4.24.4)
- '@vitejs/plugin-vue': 5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
- '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@vitejs/plugin-vue': 5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
autoprefixer: 10.4.20(postcss@8.4.47)
clear: 0.1.0
consola: 3.2.3
@@ -11125,8 +11125,8 @@ snapshots:
unplugin: 1.15.0(webpack-sources@3.2.3)
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
vite-node: 2.1.4(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
- vue: 3.5.4(typescript@5.6.3)
+ vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ vue: 3.5.4(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
- '@biomejs/biome'
@@ -12168,23 +12168,14 @@ snapshots:
unhead: 1.11.11
vue: 3.5.4(typescript@5.6.2)
- '@unhead/vue@1.11.11(vue@3.5.4(typescript@5.6.3))':
- dependencies:
- '@unhead/schema': 1.11.11
- '@unhead/shared': 1.11.11
- defu: 6.1.4
- hookable: 5.5.3
- unhead: 1.11.11
- vue: 3.5.4(typescript@5.6.3)
-
- '@unhead/vue@1.11.6(vue@3.5.4(typescript@5.6.3))':
+ '@unhead/vue@1.11.6(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
defu: 6.1.4
hookable: 5.5.3
unhead: 1.11.6
- vue: 3.5.4(typescript@5.6.3)
+ vue: 3.5.4(typescript@5.6.2)
'@unlazy/core@0.12.0': {}
@@ -12469,26 +12460,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
- dependencies:
- '@babel/core': 7.25.2
- '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vue: 3.5.4(typescript@5.6.3)
- transitivePeerDependencies:
- - supports-color
-
'@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
- '@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
- dependencies:
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vue: 3.5.4(typescript@5.6.3)
-
'@vitest/eslint-plugin@1.1.10(@typescript-eslint/utils@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
dependencies:
'@typescript-eslint/utils': 8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
@@ -12630,7 +12606,7 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
+ '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
@@ -12639,7 +12615,7 @@ snapshots:
local-pkg: 0.5.0
magic-string-ast: 0.6.2
optionalDependencies:
- vue: 3.5.4(typescript@5.6.3)
+ vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
@@ -13017,18 +12993,6 @@ snapshots:
transitivePeerDependencies:
- vite
- '@vue/devtools-core@7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
- dependencies:
- '@vue/devtools-kit': 7.4.4
- '@vue/devtools-shared': 7.4.5
- mitt: 3.0.1
- nanoid: 3.3.7
- pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
- vue: 3.5.4(typescript@5.6.3)
- transitivePeerDependencies:
- - vite
-
'@vue/devtools-kit@7.4.4':
dependencies:
'@vue/devtools-shared': 7.4.5
@@ -13069,20 +13033,6 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
- '@vue/language-core@2.1.6(typescript@5.6.3)':
- dependencies:
- '@volar/language-core': 2.4.4
- '@vue/compiler-dom': 3.5.4
- '@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.4
- computeds: 0.0.1
- minimatch: 9.0.5
- muggle-string: 0.4.1
- path-browserify: 1.0.1
- optionalDependencies:
- typescript: 5.6.3
- optional: true
-
'@vue/reactivity@3.5.4':
dependencies:
'@vue/shared': 3.5.4
@@ -13105,12 +13055,6 @@ snapshots:
'@vue/shared': 3.5.4
vue: 3.5.4(typescript@5.6.2)
- '@vue/server-renderer@3.5.4(vue@3.5.4(typescript@5.6.3))':
- dependencies:
- '@vue/compiler-ssr': 3.5.4
- '@vue/shared': 3.5.4
- vue: 3.5.4(typescript@5.6.3)
-
'@vue/shared@3.5.12': {}
'@vue/shared@3.5.13': {}
@@ -13144,22 +13088,22 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 11.2.0
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.3))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.13.0
- '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.3))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -13172,13 +13116,13 @@ snapshots:
vue: 3.5.4(typescript@5.6.2)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@unhead/dom': 1.11.6
'@unhead/schema': 1.11.6
'@unhead/ssr': 1.11.6
- '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.6.3))
- vue: 3.5.4(typescript@5.6.3)
+ '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.6.2))
+ vue: 3.5.4(typescript@5.6.2)
'@vueuse/integrations@11.0.3(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -13194,11 +13138,11 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.3))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
change-case: 5.4.4
focus-trap: 7.6.0
@@ -13258,14 +13202,14 @@ snapshots:
- vue
- webpack-sources
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3)
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -13288,16 +13232,16 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -16393,7 +16337,7 @@ snapshots:
neo-async@2.6.2: {}
- nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3)(webpack-sources@3.2.3):
+ nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -16442,7 +16386,7 @@ snapshots:
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
- openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.3)
+ openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.2)
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.2.1
@@ -16688,9 +16632,9 @@ snapshots:
- supports-color
- webpack-sources
- nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3):
+ nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
- '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.3))
+ '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.2))
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
transitivePeerDependencies:
@@ -16716,18 +16660,18 @@ snapshots:
- supports-color
- webpack-sources
- nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3):
+ nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxt/vite-builder': 3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@nuxt/vite-builder': 3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@unhead/dom': 1.11.11
'@unhead/shared': 1.11.11
'@unhead/ssr': 1.11.11
- '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.3))
+ '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.2))
'@vue/shared': 3.5.12
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
@@ -16753,7 +16697,7 @@ snapshots:
magic-string: 0.30.12
mlly: 1.7.2
nanotar: 0.1.1
- nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3)(webpack-sources@3.2.3)
+ nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3)
nuxi: 3.15.0
nypm: 0.3.12
ofetch: 1.4.1
@@ -16775,13 +16719,13 @@ snapshots:
unhead: 1.11.11
unimport: 3.13.1(rollup@4.24.4)(webpack-sources@3.2.3)
unplugin: 1.15.0(webpack-sources@3.2.3)
- unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
- vue: 3.5.4(typescript@5.6.3)
+ vue: 3.5.4(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
'@parcel/watcher': 2.4.1
'@types/node': 22.9.0
@@ -17055,18 +16999,6 @@ snapshots:
transitivePeerDependencies:
- encoding
- openapi-typescript@7.4.2(encoding@0.1.13)(typescript@5.6.3):
- dependencies:
- '@redocly/openapi-core': 1.25.11(encoding@0.1.13)(supports-color@9.4.0)
- ansi-colors: 4.1.3
- change-case: 5.4.4
- parse-json: 8.1.0
- supports-color: 9.4.0
- typescript: 5.6.3
- yargs-parser: 21.1.1
- transitivePeerDependencies:
- - encoding
-
optionator@0.9.3:
dependencies:
'@aashutoshrathi/word-wrap': 1.2.6
@@ -19030,11 +18962,11 @@ snapshots:
- vue
- webpack-sources
- unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3):
+ unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
- '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -19047,7 +18979,7 @@ snapshots:
unplugin: 1.14.1(webpack-sources@3.2.3)
yaml: 2.5.0
optionalDependencies:
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- rollup
- vue
@@ -19280,29 +19212,6 @@ snapshots:
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
- vite-plugin-checker@0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
- dependencies:
- '@babel/code-frame': 7.24.7
- ansi-escapes: 4.3.2
- chalk: 4.1.2
- chokidar: 3.6.0
- commander: 8.3.0
- fast-glob: 3.3.2
- fs-extra: 11.2.0
- npm-run-path: 4.0.1
- strip-ansi: 6.0.1
- tiny-invariant: 1.3.1
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vscode-languageclient: 7.0.0
- vscode-languageserver: 7.0.0
- vscode-languageserver-textdocument: 1.0.8
- vscode-uri: 3.0.8
- optionalDependencies:
- eslint: 9.15.0(jiti@2.4.0)
- optionator: 0.9.3
- typescript: 5.6.3
- vue-tsc: 2.1.6(typescript@5.6.3)
-
vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
@@ -19504,10 +19413,6 @@ snapshots:
dependencies:
vue: 3.5.4(typescript@5.6.2)
- vue-demi@0.14.10(vue@3.5.4(typescript@5.6.3)):
- dependencies:
- vue: 3.5.4(typescript@5.6.3)
-
vue-devtools-stub@0.1.0: {}
vue-eslint-parser@9.4.3(eslint@9.15.0(jiti@2.4.0)):
@@ -19549,11 +19454,6 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.2)
- vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)):
- dependencies:
- '@vue/devtools-api': 6.6.4
- vue: 3.5.4(typescript@5.6.3)
-
vue-template-compiler@2.7.14:
dependencies:
de-indent: 1.0.2
@@ -19566,14 +19466,6 @@ snapshots:
semver: 7.6.3
typescript: 5.6.2
- vue-tsc@2.1.6(typescript@5.6.3):
- dependencies:
- '@volar/typescript': 2.4.4
- '@vue/language-core': 2.1.6(typescript@5.6.3)
- semver: 7.6.3
- typescript: 5.6.3
- optional: true
-
vue-virtual-scroller@2.0.0-beta.8(vue@3.5.4(typescript@5.6.2)):
dependencies:
mitt: 2.1.0
@@ -19591,16 +19483,6 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
- vue@3.5.4(typescript@5.6.3):
- dependencies:
- '@vue/compiler-dom': 3.5.4
- '@vue/compiler-sfc': 3.5.4
- '@vue/runtime-dom': 3.5.4
- '@vue/server-renderer': 3.5.4(vue@3.5.4(typescript@5.6.3))
- '@vue/shared': 3.5.4
- optionalDependencies:
- typescript: 5.6.3
-
w3c-keyname@2.2.8: {}
watchpack@2.4.2:
From 2f3977819d03d799d60b0d6516793dcfb5844fcd Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 25 Nov 2024 01:23:31 +0000
Subject: [PATCH 003/101] chore(deps): update dependency @antfu/eslint-config
to ^3.9.2 (#3063)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit eab541b7b82b956e62e0e594171f1c0c66ba8627)
---
package.json | 2 +-
pnpm-lock.yaml | 207 ++++++++++++++++++++++++++++++++-----------------
2 files changed, 135 insertions(+), 74 deletions(-)
diff --git a/package.json b/package.json
index c259289ab..18a44385e 100644
--- a/package.json
+++ b/package.json
@@ -113,7 +113,7 @@
"ws": "^8.15.1"
},
"devDependencies": {
- "@antfu/eslint-config": "^3.9.1",
+ "@antfu/eslint-config": "^3.9.2",
"@antfu/ni": "^0.23.0",
"@nuxt/schema": "^3.14.1592",
"@types/chroma-js": "^2.4.4",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b30a5997b..d283797bc 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -264,8 +264,8 @@ importers:
version: 8.18.0
devDependencies:
'@antfu/eslint-config':
- specifier: ^3.9.1
- version: 3.9.1(@typescript-eslint/utils@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
+ specifier: ^3.9.2
+ version: 3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
'@antfu/ni':
specifier: ^0.23.0
version: 0.23.0
@@ -374,8 +374,8 @@ packages:
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
- '@antfu/eslint-config@3.9.1':
- resolution: {integrity: sha512-a/xubkbJ9i6U6jX5ZUB3GeXahhorpMWgDRwdga297ilmadcJFrepBRjGf8SnA+RlPrVRI4cqPdQeQZZKR+Mjiw==}
+ '@antfu/eslint-config@3.9.2':
+ resolution: {integrity: sha512-a1I1CXmtQdTL9jxcb2RzKjuYYAzjdKK3ktVpQGd/1S/aUdhKgcEEi3DRXYgnB8xdpYLqracETxEMDf9PQlmyBg==}
hasBin: true
peerDependencies:
'@eslint-react/eslint-plugin': ^1.5.8
@@ -1115,13 +1115,11 @@ packages:
'@canvas/image-data@1.0.0':
resolution: {integrity: sha512-BxOqI5LgsIQP1odU5KMwV9yoijleOPzHL18/YvNqF9KFSGF2K/DLlYAbDQsWqd/1nbaFuSkYD/191dpMtNh4vw==}
- '@clack/core@0.3.4':
- resolution: {integrity: sha512-H4hxZDXgHtWTwV3RAVenqcC4VbJZNegbBjlPvzOzCouXtS2y3sDvlO3IsbrPNWuLWPPlYVYPghQdSF64683Ldw==}
+ '@clack/core@0.3.5':
+ resolution: {integrity: sha512-5cfhQNH+1VQ2xLQlmzXMqUoiaH0lRBq9/CLW9lTyMbuKLC3+xEK01tHVvyut++mLOn5urSHmkm6I0Lg9MaJSTQ==}
- '@clack/prompts@0.7.0':
- resolution: {integrity: sha512-0MhX9/B4iL6Re04jPrttDm+BsP8y6mS7byuv0BvXgdXhbV5PdlsHt55dvNsuBCPZ7xq1oTAOOuotR9NFbQyMSA==}
- bundledDependencies:
- - is-unicode-supported
+ '@clack/prompts@0.8.2':
+ resolution: {integrity: sha512-6b9Ab2UiZwJYA9iMyboYyW9yJvAO9V753ZhS+DHKEjZRKAxPPOb7MXXu84lsPFG+vZt6FRFniZ8rXi+zCIw4yQ==}
'@cloudflare/kv-asset-handler@0.3.4':
resolution: {integrity: sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==}
@@ -1775,10 +1773,6 @@ packages:
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/plugin-kit@0.2.0':
- resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/plugin-kit@0.2.3':
resolution: {integrity: sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -2893,8 +2887,8 @@ packages:
'@types/ws@8.5.13':
resolution: {integrity: sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==}
- '@typescript-eslint/eslint-plugin@8.14.0':
- resolution: {integrity: sha512-tqp8H7UWFaZj0yNO6bycd5YjMwxa6wIHOLZvWPkidwbgLCsBMetQoGj7DPuAlWa2yGO3H48xmPwjhsSPPCGU5w==}
+ '@typescript-eslint/eslint-plugin@8.15.0':
+ resolution: {integrity: sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
@@ -2904,8 +2898,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@8.14.0':
- resolution: {integrity: sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA==}
+ '@typescript-eslint/parser@8.15.0':
+ resolution: {integrity: sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -2922,10 +2916,15 @@ packages:
resolution: {integrity: sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/type-utils@8.14.0':
- resolution: {integrity: sha512-Xcz9qOtZuGusVOH5Uk07NGs39wrKkf3AxlkK79RBK6aJC1l03CobXjJbwBPSidetAOV+5rEVuiT1VSBUOAsanQ==}
+ '@typescript-eslint/scope-manager@8.15.0':
+ resolution: {integrity: sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript-eslint/type-utils@8.15.0':
+ resolution: {integrity: sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
typescript: '*'
peerDependenciesMeta:
typescript:
@@ -2939,6 +2938,10 @@ packages:
resolution: {integrity: sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/types@8.15.0':
+ resolution: {integrity: sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/typescript-estree@8.12.2':
resolution: {integrity: sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -2957,6 +2960,15 @@ packages:
typescript:
optional: true
+ '@typescript-eslint/typescript-estree@8.15.0':
+ resolution: {integrity: sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
'@typescript-eslint/utils@8.12.2':
resolution: {integrity: sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -2969,6 +2981,16 @@ packages:
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
+ '@typescript-eslint/utils@8.15.0':
+ resolution: {integrity: sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
'@typescript-eslint/visitor-keys@8.12.2':
resolution: {integrity: sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -2977,6 +2999,10 @@ packages:
resolution: {integrity: sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/visitor-keys@8.15.0':
+ resolution: {integrity: sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
@@ -4823,8 +4849,8 @@ packages:
vue-eslint-parser:
optional: true
- eslint-plugin-regexp@2.6.0:
- resolution: {integrity: sha512-FCL851+kislsTEQEMioAlpDuK5+E5vs0hi1bF8cFlPlHcEjeRhuAzEsGikXRreE+0j4WhW2uO54MqTjXtYOi3A==}
+ eslint-plugin-regexp@2.7.0:
+ resolution: {integrity: sha512-U8oZI77SBtH8U3ulZ05iu0qEzIizyEDXd+BWHvyVxTOjGwcDcvy/kEpgFG4DYca2ByRLiVPFZ2GeH7j1pdvZTA==}
engines: {node: ^18 || >=20}
peerDependencies:
eslint: '>=8.44.0'
@@ -8679,16 +8705,16 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@3.9.1(@typescript-eslint/utils@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
+ '@antfu/eslint-config@3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
dependencies:
'@antfu/install-pkg': 0.4.1
- '@clack/prompts': 0.7.0
+ '@clack/prompts': 0.8.2
'@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.15.0(jiti@2.4.0))
'@eslint/markdown': 6.2.1
'@stylistic/eslint-plugin': 2.10.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
- '@typescript-eslint/eslint-plugin': 8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
- '@typescript-eslint/parser': 8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
- '@vitest/eslint-plugin': 1.1.10(@typescript-eslint/utils@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
+ '@typescript-eslint/eslint-plugin': 8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/parser': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@vitest/eslint-plugin': 1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
eslint: 9.15.0(jiti@2.4.0)
eslint-config-flat-gitignore: 0.3.0(eslint@9.15.0(jiti@2.4.0))
eslint-flat-config-utils: 0.4.0
@@ -8701,16 +8727,16 @@ snapshots:
eslint-plugin-n: 17.13.2(eslint@9.15.0(jiti@2.4.0))
eslint-plugin-no-only-tests: 3.3.0
eslint-plugin-perfectionist: 3.9.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vue-eslint-parser@9.4.3(eslint@9.15.0(jiti@2.4.0)))
- eslint-plugin-regexp: 2.6.0(eslint@9.15.0(jiti@2.4.0))
+ eslint-plugin-regexp: 2.7.0(eslint@9.15.0(jiti@2.4.0))
eslint-plugin-toml: 0.11.1(eslint@9.15.0(jiti@2.4.0))
eslint-plugin-unicorn: 56.0.0(eslint@9.15.0(jiti@2.4.0))
- eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))
+ eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))
eslint-plugin-vue: 9.31.0(eslint@9.15.0(jiti@2.4.0))
eslint-plugin-yml: 1.15.0(eslint@9.15.0(jiti@2.4.0))
eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.15.0(jiti@2.4.0))
globals: 15.12.0
jsonc-eslint-parser: 2.4.0
- local-pkg: 0.5.0
+ local-pkg: 0.5.1
parse-gitignore: 2.0.0
picocolors: 1.1.1
toml-eslint-parser: 0.10.0
@@ -8748,7 +8774,7 @@ snapshots:
'@babel/code-frame@7.24.7':
dependencies:
'@babel/highlight': 7.24.7
- picocolors: 1.1.0
+ picocolors: 1.1.1
'@babel/code-frame@7.26.2':
dependencies:
@@ -9641,14 +9667,14 @@ snapshots:
'@canvas/image-data@1.0.0': {}
- '@clack/core@0.3.4':
+ '@clack/core@0.3.5':
dependencies:
picocolors: 1.1.1
sisteransi: 1.0.5
- '@clack/prompts@0.7.0':
+ '@clack/prompts@0.8.2':
dependencies:
- '@clack/core': 0.3.4
+ '@clack/core': 0.3.5
picocolors: 1.1.1
sisteransi: 1.0.5
@@ -10019,7 +10045,7 @@ snapshots:
'@eslint/markdown@6.2.1':
dependencies:
- '@eslint/plugin-kit': 0.2.0
+ '@eslint/plugin-kit': 0.2.3
mdast-util-from-markdown: 2.0.1
mdast-util-gfm: 3.0.0
micromark-extension-gfm: 3.0.0
@@ -10028,10 +10054,6 @@ snapshots:
'@eslint/object-schema@2.1.4': {}
- '@eslint/plugin-kit@0.2.0':
- dependencies:
- levn: 0.4.1
-
'@eslint/plugin-kit@0.2.3':
dependencies:
levn: 0.4.1
@@ -10085,7 +10107,7 @@ snapshots:
'@iconify/types': 2.0.0
debug: 4.3.7(supports-color@9.4.0)
kolorist: 1.8.0
- local-pkg: 0.5.0
+ local-pkg: 0.5.1
mlly: 1.7.1
transitivePeerDependencies:
- supports-color
@@ -11721,7 +11743,7 @@ snapshots:
'@stylistic/eslint-plugin@2.10.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/utils': 8.12.2(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
eslint: 9.15.0(jiti@2.4.0)
eslint-visitor-keys: 4.2.0
espree: 10.3.0
@@ -12000,14 +12022,14 @@ snapshots:
dependencies:
'@types/node': 20.8.6
- '@typescript-eslint/eslint-plugin@8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
- '@typescript-eslint/scope-manager': 8.14.0
- '@typescript-eslint/type-utils': 8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
- '@typescript-eslint/utils': 8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
- '@typescript-eslint/visitor-keys': 8.14.0
+ '@typescript-eslint/parser': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/scope-manager': 8.15.0
+ '@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/visitor-keys': 8.15.0
eslint: 9.15.0(jiti@2.4.0)
graphemer: 1.4.0
ignore: 5.3.2
@@ -12018,12 +12040,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/scope-manager': 8.14.0
- '@typescript-eslint/types': 8.14.0
- '@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.2)
- '@typescript-eslint/visitor-keys': 8.14.0
+ '@typescript-eslint/scope-manager': 8.15.0
+ '@typescript-eslint/types': 8.15.0
+ '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.2)
+ '@typescript-eslint/visitor-keys': 8.15.0
debug: 4.3.7(supports-color@9.4.0)
eslint: 9.15.0(jiti@2.4.0)
optionalDependencies:
@@ -12041,22 +12063,29 @@ snapshots:
'@typescript-eslint/types': 8.14.0
'@typescript-eslint/visitor-keys': 8.14.0
- '@typescript-eslint/type-utils@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@typescript-eslint/scope-manager@8.15.0':
dependencies:
- '@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.2)
- '@typescript-eslint/utils': 8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/types': 8.15.0
+ '@typescript-eslint/visitor-keys': 8.15.0
+
+ '@typescript-eslint/type-utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
+ dependencies:
+ '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
debug: 4.3.7(supports-color@9.4.0)
+ eslint: 9.15.0(jiti@2.4.0)
ts-api-utils: 1.3.0(typescript@5.6.2)
optionalDependencies:
typescript: 5.6.2
transitivePeerDependencies:
- - eslint
- supports-color
'@typescript-eslint/types@8.12.2': {}
'@typescript-eslint/types@8.14.0': {}
+ '@typescript-eslint/types@8.15.0': {}
+
'@typescript-eslint/typescript-estree@8.12.2(typescript@5.6.2)':
dependencies:
'@typescript-eslint/types': 8.12.2
@@ -12087,6 +12116,21 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@typescript-eslint/typescript-estree@8.15.0(typescript@5.6.2)':
+ dependencies:
+ '@typescript-eslint/types': 8.15.0
+ '@typescript-eslint/visitor-keys': 8.15.0
+ debug: 4.3.7(supports-color@9.4.0)
+ fast-glob: 3.3.2
+ is-glob: 4.0.3
+ minimatch: 9.0.5
+ semver: 7.6.3
+ ts-api-utils: 1.3.0(typescript@5.6.2)
+ optionalDependencies:
+ typescript: 5.6.2
+ transitivePeerDependencies:
+ - supports-color
+
'@typescript-eslint/utils@8.12.2(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@9.15.0(jiti@2.4.0))
@@ -12100,7 +12144,7 @@ snapshots:
'@typescript-eslint/utils@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.15.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0))
'@typescript-eslint/scope-manager': 8.14.0
'@typescript-eslint/types': 8.14.0
'@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.2)
@@ -12109,6 +12153,18 @@ snapshots:
- supports-color
- typescript
+ '@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0))
+ '@typescript-eslint/scope-manager': 8.15.0
+ '@typescript-eslint/types': 8.15.0
+ '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.2)
+ eslint: 9.15.0(jiti@2.4.0)
+ optionalDependencies:
+ typescript: 5.6.2
+ transitivePeerDependencies:
+ - supports-color
+
'@typescript-eslint/visitor-keys@8.12.2':
dependencies:
'@typescript-eslint/types': 8.12.2
@@ -12119,6 +12175,11 @@ snapshots:
'@typescript-eslint/types': 8.14.0
eslint-visitor-keys: 3.4.3
+ '@typescript-eslint/visitor-keys@8.15.0':
+ dependencies:
+ '@typescript-eslint/types': 8.15.0
+ eslint-visitor-keys: 4.2.0
+
'@ungap/structured-clone@1.2.0': {}
'@unhead/dom@1.11.11':
@@ -12465,9 +12526,9 @@ snapshots:
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
- '@vitest/eslint-plugin@1.1.10(@typescript-eslint/utils@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
+ '@vitest/eslint-plugin@1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
dependencies:
- '@typescript-eslint/utils': 8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
eslint: 9.15.0(jiti@2.4.0)
optionalDependencies:
typescript: 5.6.2
@@ -14502,7 +14563,7 @@ snapshots:
eslint-plugin-import-x@4.4.2(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2):
dependencies:
- '@typescript-eslint/utils': 8.12.2(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
debug: 4.3.7(supports-color@9.4.0)
doctrine: 3.0.0
eslint: 9.15.0(jiti@2.4.0)
@@ -14536,7 +14597,7 @@ snapshots:
eslint-plugin-jsonc@2.18.2(eslint@9.15.0(jiti@2.4.0)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.15.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0))
eslint: 9.15.0(jiti@2.4.0)
eslint-compat-utils: 0.6.3(eslint@9.15.0(jiti@2.4.0))
eslint-json-compat-utils: 0.2.1(eslint@9.15.0(jiti@2.4.0))(jsonc-eslint-parser@2.4.0)
@@ -14564,8 +14625,8 @@ snapshots:
eslint-plugin-perfectionist@3.9.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vue-eslint-parser@9.4.3(eslint@9.15.0(jiti@2.4.0))):
dependencies:
- '@typescript-eslint/types': 8.12.2
- '@typescript-eslint/utils': 8.12.2(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/types': 8.14.0
+ '@typescript-eslint/utils': 8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
eslint: 9.15.0(jiti@2.4.0)
minimatch: 9.0.5
natural-compare-lite: 1.4.0
@@ -14575,9 +14636,9 @@ snapshots:
- supports-color
- typescript
- eslint-plugin-regexp@2.6.0(eslint@9.15.0(jiti@2.4.0)):
+ eslint-plugin-regexp@2.7.0(eslint@9.15.0(jiti@2.4.0)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.15.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0))
'@eslint-community/regexpp': 4.12.1
comment-parser: 1.4.1
eslint: 9.15.0(jiti@2.4.0)
@@ -14599,7 +14660,7 @@ snapshots:
eslint-plugin-unicorn@56.0.0(eslint@9.15.0(jiti@2.4.0)):
dependencies:
'@babel/helper-validator-identifier': 7.25.9
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.15.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0))
ci-info: 4.0.0
clean-regexp: 1.0.0
core-js-compat: 3.39.0
@@ -14616,15 +14677,15 @@ snapshots:
semver: 7.6.3
strip-indent: 3.0.0
- eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0)):
+ eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0)):
dependencies:
eslint: 9.15.0(jiti@2.4.0)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/eslint-plugin': 8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
eslint-plugin-vue@9.31.0(eslint@9.15.0(jiti@2.4.0)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.15.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0))
eslint: 9.15.0(jiti@2.4.0)
globals: 13.24.0
natural-compare: 1.4.0
@@ -16276,7 +16337,7 @@ snapshots:
fs-extra: 11.2.0
globby: 13.2.2
jiti: 1.21.6
- mlly: 1.7.2
+ mlly: 1.7.3
mri: 1.2.0
pathe: 1.1.2
optionalDependencies:
@@ -17409,7 +17470,7 @@ snapshots:
postcss@8.4.45:
dependencies:
nanoid: 3.3.7
- picocolors: 1.1.0
+ picocolors: 1.1.1
source-map-js: 1.2.0
postcss@8.4.47:
@@ -18591,10 +18652,10 @@ snapshots:
jiti: 1.21.6
magic-string: 0.30.12
mkdist: 1.2.0(typescript@5.6.2)
- mlly: 1.7.2
+ mlly: 1.7.3
mri: 1.2.0
pathe: 1.1.2
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
pretty-bytes: 6.1.1
rollup: 3.29.4
rollup-plugin-dts: 5.3.0(rollup@3.29.4)(typescript@5.6.2)
From 0aaf9d54dc497d9c2c37f215f6f62716a4f2fcd5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 25 Nov 2024 12:41:34 +0900
Subject: [PATCH 004/101] fix(deps): update dependencies (major) (#2994)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji
(cherry picked from commit beeb30f039e92072c2d7d3d71f31e618a35c4da7)
---
package.json | 7 +-
patches/nuxt-security.patch | 11 -
pnpm-lock.yaml | 411 ++++++++++++++++++++++++------------
3 files changed, 277 insertions(+), 152 deletions(-)
delete mode 100644 patches/nuxt-security.patch
diff --git a/package.json b/package.json
index 18a44385e..d0a264506 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
"@tiptap/vue-3": "2.2.4",
"@unocss/nuxt": "^0.63.6",
"@upstash/redis": "^1.27.1",
- "@vercel/kv": "^2.0.0",
+ "@vercel/kv": "^3.0.0",
"@vue-macros/nuxt": "^1.11.12",
"@vueuse/core": "^11.0.3",
"@vueuse/gesture": "^2.0.0",
@@ -85,10 +85,10 @@
"lru-cache": "^11.0.0",
"masto": "^6.10.1",
"node-emoji": "^2.1.3",
- "nuxt-security": "^1.4.3",
+ "nuxt-security": "^2.0.0",
"page-lifecycle": "^0.1.2",
"pinia": "^2.2.2",
- "postcss-nested": "^6.0.1",
+ "postcss-nested": "^7.0.0",
"prosemirror-highlight": "^0.9.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"shiki": "^1.22.2",
@@ -146,7 +146,6 @@
"pnpm": {
"patchedDependencies": {
"pinceau": "patches/pinceau.patch",
- "nuxt-security": "patches/nuxt-security.patch",
"@nuxtjs/i18n@9.1.0": "patches/@nuxtjs__i18n@9.1.0.patch"
}
},
diff --git a/patches/nuxt-security.patch b/patches/nuxt-security.patch
deleted file mode 100644
index 57da3b53c..000000000
--- a/patches/nuxt-security.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/dist/runtime/nitro/plugins/40-preprocessHtml.mjs b/dist/runtime/nitro/plugins/40-preprocessHtml.mjs
-index ce2df85b5951ac48adb0f3ecbfa9daaff5e4d6cf..cb47bd2858e46f141e75e6ebccf44079687968b7 100644
---- a/dist/runtime/nitro/plugins/40-preprocessHtml.mjs
-+++ b/dist/runtime/nitro/plugins/40-preprocessHtml.mjs
-@@ -1,5 +1,5 @@
- import { defineNitroPlugin } from "#imports";
--import * as cheerio from "cheerio/lib/slim";
-+import * as cheerio from "cheerio/slim";
- import { resolveSecurityRules } from "../utils/index.mjs";
- export default defineNitroPlugin((nitroApp) => {
- nitroApp.hooks.hook("render:html", (html, { event }) => {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d283797bc..cc31ab8b4 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -14,9 +14,6 @@ patchedDependencies:
'@nuxtjs/i18n@9.1.0':
hash: f7ooybjhk3gbrcmx6vkut3a44i
path: patches/@nuxtjs__i18n@9.1.0.patch
- nuxt-security:
- hash: ioplwzeg3uw7dx44sezdh4wsmi
- path: patches/nuxt-security.patch
pinceau:
hash: d6ha36xrn7oh52pyhfdxwv3tsq
path: patches/pinceau.patch
@@ -45,7 +42,7 @@ importers:
version: 1.5.2(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxt/test-utils':
specifier: ^3.14.3
- version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxtjs/color-mode':
specifier: ^3.4.4
version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
@@ -104,11 +101,11 @@ importers:
specifier: ^1.27.1
version: 1.34.0
'@vercel/kv':
- specifier: ^2.0.0
- version: 2.0.0
+ specifier: ^3.0.0
+ version: 3.0.0
'@vue-macros/nuxt':
specifier: ^1.11.12
- version: 1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
+ version: 1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
'@vueuse/core':
specifier: ^11.0.3
version: 11.0.3(vue@3.5.4(typescript@5.6.2))
@@ -126,7 +123,7 @@ importers:
version: 2.2.6(magicast@0.3.5)(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@vueuse/nuxt':
specifier: ^11.0.3
- version: 11.0.3(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 11.0.3(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
blurhash:
specifier: ^2.0.5
version: 2.0.5
@@ -185,8 +182,8 @@ importers:
specifier: ^2.1.3
version: 2.1.3
nuxt-security:
- specifier: ^1.4.3
- version: 1.4.3(patch_hash=ioplwzeg3uw7dx44sezdh4wsmi)(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ specifier: ^2.0.0
+ version: 2.1.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
page-lifecycle:
specifier: ^0.1.2
version: 0.1.2
@@ -194,8 +191,8 @@ importers:
specifier: ^2.2.2
version: 2.2.2(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
postcss-nested:
- specifier: ^6.0.1
- version: 6.0.1(postcss@8.4.49)
+ specifier: ^7.0.0
+ version: 7.0.2(postcss@8.4.49)
prosemirror-highlight:
specifier: ^0.9.0
version: 0.9.0(@types/hast@3.0.4)(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.8.0)(prosemirror-view@1.32.7)(shiki@1.22.2)
@@ -325,7 +322,7 @@ importers:
version: 15.2.10
nuxt:
specifier: ^3.14.159
- version: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
prettier:
specifier: ^3.3.3
version: 3.3.3
@@ -359,10 +356,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
nuxt:
specifier: ^3.14.159
- version: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3)
packages:
@@ -3162,8 +3159,8 @@ packages:
resolution: {integrity: sha512-uTKddsqVYS2GRAM/QMNNXCTuw9N742mLoGRXoNDcyECaxEXvIHG0dEY+ZnYISV4Vz534VwJO+64fd9XeSggSKw==}
engines: {node: '>=14.6'}
- '@vercel/kv@2.0.0':
- resolution: {integrity: sha512-zdVrhbzZBYo5d1Hfn4bKtqCeKf0FuzW8rSHauzQVMUgv1+1JOwof2mWcBuI+YMJy8s0G0oqAUfQ7HgUDzb8EbA==}
+ '@vercel/kv@3.0.0':
+ resolution: {integrity: sha512-pKT8fRnfyYk2MgvyB6fn6ipJPCdfZwiKDdw7vB+HL50rjboEBHDVBEcnwfkEpVSp2AjNtoaOUH7zG+bVC/rvSg==}
engines: {node: '>=14.6'}
'@vercel/nft@0.27.6':
@@ -6411,14 +6408,15 @@ packages:
nuxt-config-schema@0.4.6:
resolution: {integrity: sha512-kHLWJFynj5QrxVZ1MjY2xmDaTSN1BCMLGExA+hMMLoCb3wn9TJlDVqnE/nSdUJPMRkNn/NQ5WP9NLA9vlAXRUw==}
- nuxt-csurf@1.6.1:
- resolution: {integrity: sha512-my7jXM4bzIoDQMaJD0a4ZT6bRISrTotxv0W+W+2Omn1CywQX2ikGeOnwnoBdit61Lr2bKIDPUdAjLHlXSZtCRg==}
+ nuxt-csurf@1.6.5:
+ resolution: {integrity: sha512-/DMNTON8LIVhntamKbBmAuM879B0QnuSJa7ZAkmkZe+21m+1QGcjVUxtSkizaM48NUvkuAGYOG0ncn+kqEgrzw==}
nuxt-icon@0.3.3:
resolution: {integrity: sha512-KdhJAigBGTP8/YIFZ3orwetk40AgLq6VQ5HRYuDLmv5hiDptor9Ro+WIdZggHw7nciRxZvDdQkEwi9B5G/jrkQ==}
- nuxt-security@1.4.3:
- resolution: {integrity: sha512-Fd2GqXPgXj0UOJ0ZnQgVpPeIoCX+P9PhUcGB9Or92aYPDoOAGdFbGrRCJZsBM8txMZQHmxQDcva/5xyWeVWyLQ==}
+ nuxt-security@2.1.4:
+ resolution: {integrity: sha512-OWIC9JiguvXb3jC5QD+8mMBOKSoGBdNzOafrh14GxxirW1Psi+jYSFtR1/sTNAGEmHtNCxLaCqC6OwWY7vvg2Q==}
+ engines: {node: '>=18.0.0'}
nuxt@3.14.159:
resolution: {integrity: sha512-1xz6AfFkun+byUIkBNX3/CTOTShPRFJe0y9HqWZX2aV9xdoz5ByeaHZfktokhOOSbvabjDyzkTbbHh3V673qHw==}
@@ -6815,6 +6813,12 @@ packages:
peerDependencies:
postcss: ^8.2.14
+ postcss-nested@7.0.2:
+ resolution: {integrity: sha512-5osppouFc0VR9/VYzYxO03VaDa3e8F23Kfd6/9qcZTUI8P58GIYlArOET2Wq0ywSl2o2PjELhYOFI4W7l5QHKw==}
+ engines: {node: '>=18.0'}
+ peerDependencies:
+ postcss: ^8.2.14
+
postcss-normalize-charset@7.0.0:
resolution: {integrity: sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
@@ -6891,6 +6895,10 @@ packages:
resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
engines: {node: '>=4'}
+ postcss-selector-parser@7.0.0:
+ resolution: {integrity: sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==}
+ engines: {node: '>=4'}
+
postcss-svgo@7.0.1:
resolution: {integrity: sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==}
engines: {node: ^18.12.0 || ^20.9.0 || >= 18}
@@ -7932,8 +7940,8 @@ packages:
uncrypto@0.1.3:
resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
- uncsrf@1.1.1:
- resolution: {integrity: sha512-wH9+N3oNdr2XB3egUKxCR26XTVfYywv2STZYtZLIp8votOf0/9b0axA9gpIHdYfgq/Myfh/HS5e0lQ/+27dj9A==}
+ uncsrf@1.2.0:
+ resolution: {integrity: sha512-EyeG1tIx1zisLuqokSXZ5LhndzaUd2WBMS+18IlBUYobJsKSUQMpLIEm6QUfY/Azmhnnz0v2QbkrT6/u2K/Y1g==}
unctx@2.3.1:
resolution: {integrity: sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==}
@@ -8873,7 +8881,7 @@ snapshots:
'@babel/helper-optimise-call-expression': 7.24.7
'@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2)
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/traverse': 7.25.3
+ '@babel/traverse': 7.25.9
semver: 6.3.1
transitivePeerDependencies:
- supports-color
@@ -8910,7 +8918,7 @@ snapshots:
'@babel/helper-member-expression-to-functions@7.24.8':
dependencies:
- '@babel/traverse': 7.25.3
+ '@babel/traverse': 7.25.9
'@babel/types': 7.25.6
transitivePeerDependencies:
- supports-color
@@ -8973,20 +8981,20 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-member-expression-to-functions': 7.24.8
'@babel/helper-optimise-call-expression': 7.24.7
- '@babel/traverse': 7.25.3
+ '@babel/traverse': 7.25.9
transitivePeerDependencies:
- supports-color
'@babel/helper-simple-access@7.24.7':
dependencies:
- '@babel/traverse': 7.25.3
+ '@babel/traverse': 7.25.9
'@babel/types': 7.25.6
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.24.7':
dependencies:
- '@babel/traverse': 7.25.3
+ '@babel/traverse': 7.25.9
'@babel/types': 7.25.6
transitivePeerDependencies:
- supports-color
@@ -9011,7 +9019,7 @@ snapshots:
dependencies:
'@babel/helper-function-name': 7.23.0
'@babel/template': 7.25.0
- '@babel/traverse': 7.25.3
+ '@babel/traverse': 7.25.9
'@babel/types': 7.25.6
transitivePeerDependencies:
- supports-color
@@ -10112,10 +10120,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.2))':
+ '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
'@img/sharp-darwin-arm64@0.33.5':
optionalDependencies:
@@ -10371,17 +10379,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -10421,10 +10429,10 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -10435,10 +10443,10 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.47)(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -10450,11 +10458,11 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.47)(webpack-sources@3.2.3)
ufo: 1.5.4
transitivePeerDependencies:
@@ -10466,13 +10474,13 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
consola: 3.2.3
defu: 6.1.4
destr: 2.0.3
@@ -10680,13 +10688,13 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
dependencies:
'@antfu/utils': 0.7.10
'@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)
'@nuxt/devtools-wizard': 1.6.0
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vue/devtools-core': 7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vue/devtools-core': 7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.2.3
@@ -11012,7 +11020,7 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
@@ -11026,7 +11034,7 @@ snapshots:
h3: 1.13.0
local-pkg: 0.5.0
magic-string: 0.30.11
- nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3)
+ nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3)
node-fetch-native: 1.6.4
ofetch: 1.4.0
pathe: 1.1.2
@@ -11039,7 +11047,7 @@ snapshots:
unenv: 1.10.0
unplugin: 1.14.1(webpack-sources@3.2.3)
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
vue: 3.5.4(typescript@5.6.2)
vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
@@ -11113,12 +11121,12 @@ snapshots:
- vue-tsc
- webpack-sources
- '@nuxt/vite-builder@3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/vite-builder@3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@rollup/plugin-replace': 6.0.1(rollup@4.24.4)
- '@vitejs/plugin-vue': 5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
- '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vitejs/plugin-vue': 5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
autoprefixer: 10.4.20(postcss@8.4.47)
clear: 0.1.0
consola: 3.2.3
@@ -11147,8 +11155,8 @@ snapshots:
unplugin: 1.15.0(webpack-sources@3.2.3)
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
vite-node: 2.1.4(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
- vue: 3.5.4(typescript@5.6.2)
+ vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
+ vue: 3.5.4(typescript@5.6.3)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
- '@biomejs/biome'
@@ -11450,7 +11458,7 @@ snapshots:
'@rollup/plugin-commonjs@24.1.0(rollup@3.29.4)':
dependencies:
- '@rollup/pluginutils': 5.1.2(rollup@3.29.4)
+ '@rollup/pluginutils': 5.1.3(rollup@3.29.4)
commondir: 1.0.1
estree-walker: 2.0.2
glob: 8.1.0
@@ -11531,8 +11539,8 @@ snapshots:
'@rollup/plugin-replace@5.0.7(rollup@3.29.4)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@3.29.4)
- magic-string: 0.30.12
+ '@rollup/pluginutils': 5.1.3(rollup@3.29.4)
+ magic-string: 0.30.13
optionalDependencies:
rollup: 3.29.4
@@ -11642,6 +11650,14 @@ snapshots:
optionalDependencies:
rollup: 2.79.1
+ '@rollup/pluginutils@5.1.3(rollup@3.29.4)':
+ dependencies:
+ '@types/estree': 1.0.6
+ estree-walker: 2.0.2
+ picomatch: 4.0.2
+ optionalDependencies:
+ rollup: 3.29.4
+
'@rollup/pluginutils@5.1.3(rollup@4.24.4)':
dependencies:
'@types/estree': 1.0.6
@@ -12229,14 +12245,23 @@ snapshots:
unhead: 1.11.11
vue: 3.5.4(typescript@5.6.2)
- '@unhead/vue@1.11.6(vue@3.5.4(typescript@5.6.2))':
+ '@unhead/vue@1.11.11(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@unhead/schema': 1.11.11
+ '@unhead/shared': 1.11.11
+ defu: 6.1.4
+ hookable: 5.5.3
+ unhead: 1.11.11
+ vue: 3.5.4(typescript@5.6.3)
+
+ '@unhead/vue@1.11.6(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
defu: 6.1.4
hookable: 5.5.3
unhead: 1.11.6
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
'@unlazy/core@0.12.0': {}
@@ -12489,7 +12514,7 @@ snapshots:
'@upstash/redis': 1.25.1
optional: true
- '@vercel/kv@2.0.0':
+ '@vercel/kv@3.0.0':
dependencies:
'@upstash/redis': 1.34.0
@@ -12521,11 +12546,26 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
+ vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vue: 3.5.4(typescript@5.6.3)
+ transitivePeerDependencies:
+ - supports-color
+
'@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
+ '@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vue: 3.5.4(typescript@5.6.3)
+
'@vitest/eslint-plugin@1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
dependencies:
'@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
@@ -12667,7 +12707,7 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
@@ -12676,7 +12716,7 @@ snapshots:
local-pkg: 0.5.0
magic-string-ast: 0.6.2
optionalDependencies:
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
transitivePeerDependencies:
- rollup
@@ -12825,11 +12865,11 @@ snapshots:
- vue
- webpack-sources
- '@vue-macros/nuxt@1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))':
+ '@vue-macros/nuxt@1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
'@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
unplugin-vue-macros: 2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
transitivePeerDependencies:
- '@rspack/core'
@@ -12964,7 +13004,7 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.8
- '@babel/parser': 7.25.6
+ '@babel/parser': 7.26.2
'@vue/compiler-sfc': 3.5.4
'@vue/compiler-core@3.5.12':
@@ -13054,6 +13094,18 @@ snapshots:
transitivePeerDependencies:
- vite
+ '@vue/devtools-core@7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@vue/devtools-kit': 7.4.4
+ '@vue/devtools-shared': 7.4.5
+ mitt: 3.0.1
+ nanoid: 3.3.7
+ pathe: 1.1.2
+ vite-hot-client: 0.2.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ vue: 3.5.4(typescript@5.6.3)
+ transitivePeerDependencies:
+ - vite
+
'@vue/devtools-kit@7.4.4':
dependencies:
'@vue/devtools-shared': 7.4.5
@@ -13094,6 +13146,20 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
+ '@vue/language-core@2.1.6(typescript@5.6.3)':
+ dependencies:
+ '@volar/language-core': 2.4.4
+ '@vue/compiler-dom': 3.5.4
+ '@vue/compiler-vue2': 2.7.16
+ '@vue/shared': 3.5.4
+ computeds: 0.0.1
+ minimatch: 9.0.5
+ muggle-string: 0.4.1
+ path-browserify: 1.0.1
+ optionalDependencies:
+ typescript: 5.6.3
+ optional: true
+
'@vue/reactivity@3.5.4':
dependencies:
'@vue/shared': 3.5.4
@@ -13116,6 +13182,12 @@ snapshots:
'@vue/shared': 3.5.4
vue: 3.5.4(typescript@5.6.2)
+ '@vue/server-renderer@3.5.4(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@vue/compiler-ssr': 3.5.4
+ '@vue/shared': 3.5.4
+ vue: 3.5.4(typescript@5.6.3)
+
'@vue/shared@3.5.12': {}
'@vue/shared@3.5.13': {}
@@ -13149,22 +13221,22 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 11.2.0
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.13.0
- '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -13177,13 +13249,13 @@ snapshots:
vue: 3.5.4(typescript@5.6.2)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@unhead/dom': 1.11.6
'@unhead/schema': 1.11.6
'@unhead/ssr': 1.11.6
- '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.6.2))
- vue: 3.5.4(typescript@5.6.2)
+ '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.6.3))
+ vue: 3.5.4(typescript@5.6.3)
'@vueuse/integrations@11.0.3(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -13199,11 +13271,11 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
optionalDependencies:
change-case: 5.4.4
focus-trap: 7.6.0
@@ -13247,13 +13319,13 @@ snapshots:
- supports-color
- webpack-sources
- '@vueuse/nuxt@11.0.3(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.0.3(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@vueuse/core': 11.0.3(vue@3.5.4(typescript@5.6.2))
'@vueuse/metadata': 11.0.3
local-pkg: 0.5.0
- nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -13263,14 +13335,14 @@ snapshots:
- vue
- webpack-sources
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3)
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -13293,16 +13365,16 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -16398,7 +16470,7 @@ snapshots:
neo-async@2.6.2: {}
- nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3):
+ nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3)(webpack-sources@3.2.3):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -16447,7 +16519,7 @@ snapshots:
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
- openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.2)
+ openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.3)
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.2.1
@@ -16492,7 +16564,7 @@ snapshots:
- uWebSockets.js
- webpack-sources
- nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3):
+ nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -16559,7 +16631,7 @@ snapshots:
unctx: 2.3.1(webpack-sources@3.2.3)
unenv: 1.10.0
unimport: 3.13.1(rollup@4.24.4)(webpack-sources@3.2.3)
- unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(idb-keyval@6.2.1)(ioredis@5.4.1)
+ unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
unwasm: 0.3.9(webpack-sources@3.2.3)
transitivePeerDependencies:
@@ -16682,20 +16754,20 @@ snapshots:
- supports-color
- webpack-sources
- nuxt-csurf@1.6.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3):
+ nuxt-csurf@1.6.5(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3):
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
defu: 6.1.4
- uncsrf: 1.1.1
+ uncsrf: 1.2.0
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- webpack-sources
- nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3):
dependencies:
- '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.2))
+ '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.3))
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
transitivePeerDependencies:
@@ -16705,15 +16777,14 @@ snapshots:
- vue
- webpack-sources
- nuxt-security@1.4.3(patch_hash=ioplwzeg3uw7dx44sezdh4wsmi)(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3):
+ nuxt-security@2.1.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3):
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
basic-auth: 2.0.1
- cheerio: 1.0.0
defu: 6.1.4
- nuxt-csurf: 1.6.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ nuxt-csurf: 1.6.5(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
pathe: 1.1.2
- unplugin-remove: 1.0.3(rollup@2.79.1)(webpack-sources@3.2.3)
+ unplugin-remove: 1.0.3(rollup@2.79.1)
xss: 1.0.14
transitivePeerDependencies:
- magicast
@@ -16721,18 +16792,18 @@ snapshots:
- supports-color
- webpack-sources
- nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3):
+ nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxt/vite-builder': 3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/vite-builder': 3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
'@unhead/dom': 1.11.11
'@unhead/shared': 1.11.11
'@unhead/ssr': 1.11.11
- '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.2))
+ '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.3))
'@vue/shared': 3.5.12
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
@@ -16758,7 +16829,7 @@ snapshots:
magic-string: 0.30.12
mlly: 1.7.2
nanotar: 0.1.1
- nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3)
+ nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3)(webpack-sources@3.2.3)
nuxi: 3.15.0
nypm: 0.3.12
ofetch: 1.4.1
@@ -16780,13 +16851,13 @@ snapshots:
unhead: 1.11.11
unimport: 3.13.1(rollup@4.24.4)(webpack-sources@3.2.3)
unplugin: 1.15.0(webpack-sources@3.2.3)
- unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
optionalDependencies:
'@parcel/watcher': 2.4.1
'@types/node': 22.9.0
@@ -16836,7 +16907,7 @@ snapshots:
- webpack-sources
- xml2js
- nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3):
+ nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
'@nuxt/devalue': 2.0.2
'@nuxt/devtools': 1.6.0(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
@@ -16873,7 +16944,7 @@ snapshots:
magic-string: 0.30.12
mlly: 1.7.2
nanotar: 0.1.1
- nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3)
+ nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3)
nuxi: 3.15.0
nypm: 0.3.12
ofetch: 1.4.1
@@ -16896,7 +16967,7 @@ snapshots:
unimport: 3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)
unplugin: 1.15.0(webpack-sources@3.2.3)
unplugin-vue-router: 0.10.8(rollup@2.79.1)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(idb-keyval@6.2.1)(ioredis@5.4.1)
+ unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
vue: 3.5.4(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
@@ -17060,6 +17131,18 @@ snapshots:
transitivePeerDependencies:
- encoding
+ openapi-typescript@7.4.2(encoding@0.1.13)(typescript@5.6.3):
+ dependencies:
+ '@redocly/openapi-core': 1.25.11(encoding@0.1.13)(supports-color@9.4.0)
+ ansi-colors: 4.1.3
+ change-case: 5.4.4
+ parse-json: 8.1.0
+ supports-color: 9.4.0
+ typescript: 5.6.3
+ yargs-parser: 21.1.1
+ transitivePeerDependencies:
+ - encoding
+
optionator@0.9.3:
dependencies:
'@aashutoshrathi/word-wrap': 1.2.6
@@ -17382,10 +17465,10 @@ snapshots:
postcss: 8.4.47
postcss-selector-parser: 6.1.2
- postcss-nested@6.0.1(postcss@8.4.49):
+ postcss-nested@7.0.2(postcss@8.4.49):
dependencies:
postcss: 8.4.49
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
postcss-normalize-charset@7.0.0(postcss@8.4.47):
dependencies:
@@ -17454,6 +17537,11 @@ snapshots:
cssesc: 3.0.0
util-deprecate: 1.0.2
+ postcss-selector-parser@7.0.0:
+ dependencies:
+ cssesc: 3.0.0
+ util-deprecate: 1.0.2
+
postcss-svgo@7.0.1(postcss@8.4.47):
dependencies:
postcss: 8.4.47
@@ -17888,7 +17976,7 @@ snapshots:
rollup-plugin-dts@5.3.0(rollup@3.29.4)(typescript@5.6.2):
dependencies:
- magic-string: 0.30.12
+ magic-string: 0.30.13
rollup: 3.29.4
typescript: 5.6.2
optionalDependencies:
@@ -18676,7 +18764,7 @@ snapshots:
uncrypto@0.1.3: {}
- uncsrf@1.1.1: {}
+ uncsrf@1.2.0: {}
unctx@2.3.1(webpack-sources@3.2.3):
dependencies:
@@ -18929,19 +19017,18 @@ snapshots:
transitivePeerDependencies:
- webpack-sources
- unplugin-remove@1.0.3(rollup@2.79.1)(webpack-sources@3.2.3):
+ unplugin-remove@1.0.3(rollup@2.79.1):
dependencies:
- '@babel/core': 7.25.2
- '@babel/generator': 7.25.0
- '@babel/parser': 7.25.6
- '@babel/traverse': 7.25.3
- '@rollup/pluginutils': 5.1.0(rollup@2.79.1)
- magic-string: 0.30.12
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ '@babel/core': 7.26.0
+ '@babel/generator': 7.26.2
+ '@babel/parser': 7.26.2
+ '@babel/traverse': 7.25.9
+ '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
+ magic-string: 0.30.13
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- supports-color
- - webpack-sources
unplugin-vue-define-options@1.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
@@ -19023,11 +19110,11 @@ snapshots:
- vue
- webpack-sources
- unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3):
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
- '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -19040,7 +19127,7 @@ snapshots:
unplugin: 1.14.1(webpack-sources@3.2.3)
yaml: 2.5.0
optionalDependencies:
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- rollup
- vue
@@ -19085,7 +19172,7 @@ snapshots:
transitivePeerDependencies:
- uWebSockets.js
- unstorage@1.13.1(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(idb-keyval@6.2.1)(ioredis@5.4.1):
+ unstorage@1.13.1(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(idb-keyval@6.2.1)(ioredis@5.4.1):
dependencies:
anymatch: 3.1.3
chokidar: 3.6.0
@@ -19099,7 +19186,7 @@ snapshots:
ufo: 1.5.4
optionalDependencies:
'@upstash/redis': 1.34.0
- '@vercel/kv': 2.0.0
+ '@vercel/kv': 3.0.0
idb-keyval: 6.2.1
ioredis: 5.4.1
transitivePeerDependencies:
@@ -19273,6 +19360,29 @@ snapshots:
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
+ vite-plugin-checker@0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
+ dependencies:
+ '@babel/code-frame': 7.24.7
+ ansi-escapes: 4.3.2
+ chalk: 4.1.2
+ chokidar: 3.6.0
+ commander: 8.3.0
+ fast-glob: 3.3.2
+ fs-extra: 11.2.0
+ npm-run-path: 4.0.1
+ strip-ansi: 6.0.1
+ tiny-invariant: 1.3.1
+ vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vscode-languageclient: 7.0.0
+ vscode-languageserver: 7.0.0
+ vscode-languageserver-textdocument: 1.0.8
+ vscode-uri: 3.0.8
+ optionalDependencies:
+ eslint: 9.15.0(jiti@2.4.0)
+ optionator: 0.9.3
+ typescript: 5.6.3
+ vue-tsc: 2.1.6(typescript@5.6.3)
+
vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
@@ -19363,9 +19473,9 @@ snapshots:
fsevents: 2.3.3
terser: 5.36.0
- vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
- '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@cucumber/cucumber'
- '@jest/globals'
@@ -19474,6 +19584,10 @@ snapshots:
dependencies:
vue: 3.5.4(typescript@5.6.2)
+ vue-demi@0.14.10(vue@3.5.4(typescript@5.6.3)):
+ dependencies:
+ vue: 3.5.4(typescript@5.6.3)
+
vue-devtools-stub@0.1.0: {}
vue-eslint-parser@9.4.3(eslint@9.15.0(jiti@2.4.0)):
@@ -19515,6 +19629,11 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.2)
+ vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)):
+ dependencies:
+ '@vue/devtools-api': 6.6.4
+ vue: 3.5.4(typescript@5.6.3)
+
vue-template-compiler@2.7.14:
dependencies:
de-indent: 1.0.2
@@ -19527,6 +19646,14 @@ snapshots:
semver: 7.6.3
typescript: 5.6.2
+ vue-tsc@2.1.6(typescript@5.6.3):
+ dependencies:
+ '@volar/typescript': 2.4.4
+ '@vue/language-core': 2.1.6(typescript@5.6.3)
+ semver: 7.6.3
+ typescript: 5.6.3
+ optional: true
+
vue-virtual-scroller@2.0.0-beta.8(vue@3.5.4(typescript@5.6.2)):
dependencies:
mitt: 2.1.0
@@ -19544,6 +19671,16 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
+ vue@3.5.4(typescript@5.6.3):
+ dependencies:
+ '@vue/compiler-dom': 3.5.4
+ '@vue/compiler-sfc': 3.5.4
+ '@vue/runtime-dom': 3.5.4
+ '@vue/server-renderer': 3.5.4(vue@3.5.4(typescript@5.6.3))
+ '@vue/shared': 3.5.4
+ optionalDependencies:
+ typescript: 5.6.3
+
w3c-keyname@2.2.8: {}
watchpack@2.4.2:
From 0b121eb3546191dd38aec6cb66d748b63a1cb9a4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 25 Nov 2024 13:21:29 +0900
Subject: [PATCH 005/101] chore(deps): update devdependencies (#3064)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 4675599b083eb6f5ce61f36a02fc91bf1b9cfb07)
---
docs/package.json | 2 +-
package.json | 4 +-
pnpm-lock.yaml | 1809 +++++++++++++++++++++++----------------------
3 files changed, 909 insertions(+), 906 deletions(-)
diff --git a/docs/package.json b/docs/package.json
index 08f79ab49..7c5ee2d04 100755
--- a/docs/package.json
+++ b/docs/package.json
@@ -13,6 +13,6 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.1",
- "nuxt": "^3.14.159"
+ "nuxt": "^3.14.1592"
}
}
diff --git a/package.json b/package.json
index d0a264506..bca06e946 100644
--- a/package.json
+++ b/package.json
@@ -114,7 +114,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
- "@antfu/ni": "^0.23.0",
+ "@antfu/ni": "^0.23.1",
"@nuxt/schema": "^3.14.1592",
"@types/chroma-js": "^2.4.4",
"@types/file-saver": "^2.0.7",
@@ -133,7 +133,7 @@
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.10",
- "nuxt": "^3.14.159",
+ "nuxt": "^3.14.1592",
"prettier": "^3.3.3",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index cc31ab8b4..53de657c6 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -39,19 +39,19 @@ importers:
version: 2.1.32
'@nuxt/devtools':
specifier: ^1.5.2
- version: 1.5.2(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 1.5.2(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@nuxt/test-utils':
specifier: ^3.14.3
- version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxtjs/color-mode':
specifier: ^3.4.4
- version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)
'@nuxtjs/i18n':
specifier: ^9.1.0
version: 9.1.0(patch_hash=f7ooybjhk3gbrcmx6vkut3a44i)(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@pinia/nuxt':
specifier: ^0.5.4
- version: 0.5.4(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 0.5.4(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
'@tiptap/core':
specifier: 2.2.4
version: 2.2.4(@tiptap/pm@2.2.4)
@@ -96,7 +96,7 @@ importers:
version: 2.2.4(@tiptap/core@2.2.4(@tiptap/pm@2.2.4))(@tiptap/pm@2.2.4)(vue@3.5.4(typescript@5.6.2))
'@unocss/nuxt':
specifier: ^0.63.6
- version: 0.63.6(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
+ version: 0.63.6(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1))
'@upstash/redis':
specifier: ^1.27.1
version: 1.34.0
@@ -105,7 +105,7 @@ importers:
version: 3.0.0
'@vue-macros/nuxt':
specifier: ^1.11.12
- version: 1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
+ version: 1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
'@vueuse/core':
specifier: ^11.0.3
version: 11.0.3(vue@3.5.4(typescript@5.6.2))
@@ -120,10 +120,10 @@ importers:
version: 11.0.3(vue@3.5.4(typescript@5.6.2))
'@vueuse/motion':
specifier: 2.2.6
- version: 2.2.6(magicast@0.3.5)(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 2.2.6(magicast@0.3.5)(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vueuse/nuxt':
specifier: ^11.0.3
- version: 11.0.3(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 11.0.3(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
blurhash:
specifier: ^2.0.5
version: 2.0.5
@@ -144,7 +144,7 @@ importers:
version: 2.0.5
floating-vue:
specifier: ^5.2.2
- version: 5.2.2(@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(vue@3.5.4(typescript@5.6.2))
+ version: 5.2.2(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(vue@3.5.4(typescript@5.6.2))
focus-trap:
specifier: ^7.5.1
version: 7.5.4
@@ -183,7 +183,7 @@ importers:
version: 2.1.3
nuxt-security:
specifier: ^2.0.0
- version: 2.1.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ version: 2.1.4(magicast@0.3.5)(rollup@2.79.1)
page-lifecycle:
specifier: ^0.1.2
version: 0.1.2
@@ -210,7 +210,7 @@ importers:
version: 0.9.1(vue@3.5.4(typescript@5.6.2))
stale-dep:
specifier: ^0.7.0
- version: 0.7.0(@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(@nuxt/schema@3.14.1592(magicast@0.3.5)(rollup@2.79.1))
+ version: 0.7.0(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(@nuxt/schema@3.14.1592(magicast@0.3.5)(rollup@2.79.1))
std-env:
specifier: ^3.7.0
version: 3.7.0
@@ -264,8 +264,8 @@ importers:
specifier: ^3.9.2
version: 3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
'@antfu/ni':
- specifier: ^0.23.0
- version: 0.23.0
+ specifier: ^0.23.1
+ version: 0.23.1
'@nuxt/schema':
specifier: ^3.14.1592
version: 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
@@ -292,7 +292,7 @@ importers:
version: 8.5.13
'@unlazy/nuxt':
specifier: ^0.12.0
- version: 0.12.0(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ version: 0.12.0(magicast@0.3.5)(rollup@2.79.1)
'@unocss/eslint-config':
specifier: ^0.64.1
version: 0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
@@ -321,8 +321,8 @@ importers:
specifier: ^15.2.10
version: 15.2.10
nuxt:
- specifier: ^3.14.159
- version: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ specifier: ^3.14.1592
+ version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
prettier:
specifier: ^3.3.3
version: 3.3.3
@@ -356,10 +356,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
nuxt:
- specifier: ^3.14.159
- version: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3)
+ specifier: ^3.14.1592
+ version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
packages:
@@ -420,8 +420,8 @@ packages:
'@antfu/install-pkg@0.4.1':
resolution: {integrity: sha512-T7yB5QNG29afhWVkVq7XeIMBa5U/vs9mX69YqayXypPRmYzUmzwnYltplHmPtZ4HPCn+sQKeXW8I47wCbuBOjw==}
- '@antfu/ni@0.23.0':
- resolution: {integrity: sha512-R5/GkA3PfGewAXLzz6lN5XagunF6PKeDtWt8dbZQXvHfebLS0qEczV+Azg/d+tKgSh6kRBpxvu8oSjARdPtw0A==}
+ '@antfu/ni@0.23.1':
+ resolution: {integrity: sha512-VFAvMTJhjP6L7CuBKT5FioDCSpdmZxJ4POKTJOrFNicI2CK6mlaRwVEBGWLGm2V6BtQgdbBn9X68piHSbw5wQQ==}
hasBin: true
'@antfu/utils@0.7.10':
@@ -469,6 +469,10 @@ packages:
resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==}
engines: {node: '>=6.9.0'}
+ '@babel/helper-annotate-as-pure@7.25.9':
+ resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==}
+ engines: {node: '>=6.9.0'}
+
'@babel/helper-builder-binary-assignment-operator-visitor@7.22.5':
resolution: {integrity: sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==}
engines: {node: '>=6.9.0'}
@@ -487,6 +491,12 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
+ '@babel/helper-create-class-features-plugin@7.25.9':
+ resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+
'@babel/helper-create-regexp-features-plugin@7.22.5':
resolution: {integrity: sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==}
engines: {node: '>=6.9.0'}
@@ -514,6 +524,10 @@ packages:
resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==}
engines: {node: '>=6.9.0'}
+ '@babel/helper-member-expression-to-functions@7.25.9':
+ resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==}
+ engines: {node: '>=6.9.0'}
+
'@babel/helper-module-imports@7.22.15':
resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
engines: {node: '>=6.9.0'}
@@ -542,10 +556,18 @@ packages:
resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==}
engines: {node: '>=6.9.0'}
+ '@babel/helper-optimise-call-expression@7.25.9':
+ resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==}
+ engines: {node: '>=6.9.0'}
+
'@babel/helper-plugin-utils@7.24.8':
resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==}
engines: {node: '>=6.9.0'}
+ '@babel/helper-plugin-utils@7.25.9':
+ resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==}
+ engines: {node: '>=6.9.0'}
+
'@babel/helper-remap-async-to-generator@7.22.5':
resolution: {integrity: sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==}
engines: {node: '>=6.9.0'}
@@ -558,6 +580,12 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
+ '@babel/helper-replace-supers@7.25.9':
+ resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+
'@babel/helper-simple-access@7.24.7':
resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==}
engines: {node: '>=6.9.0'}
@@ -566,6 +594,10 @@ packages:
resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==}
engines: {node: '>=6.9.0'}
+ '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
+ resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==}
+ engines: {node: '>=6.9.0'}
+
'@babel/helper-split-export-declaration@7.22.6':
resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
engines: {node: '>=6.9.0'}
@@ -759,6 +791,12 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
+ '@babel/plugin-syntax-typescript@7.25.9':
+ resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
'@babel/plugin-syntax-unicode-sets-regex@7.18.6':
resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
engines: {node: '>=6.9.0'}
@@ -1035,6 +1073,12 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
+ '@babel/plugin-transform-typescript@7.25.9':
+ resolution: {integrity: sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
'@babel/plugin-transform-unicode-escapes@7.22.5':
resolution: {integrity: sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==}
engines: {node: '>=6.9.0'}
@@ -1077,10 +1121,6 @@ packages:
resolution: {integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==}
engines: {node: '>=6.9.0'}
- '@babel/standalone@7.23.10':
- resolution: {integrity: sha512-xqWviI/pt1Zb/d+6ilWa5IDL2mkDzsBnlHbreqnfyP3/QB/ofQ1bNVcHj8YQX154Rf/xZKR6y0s1ydVF3nAS8g==}
- engines: {node: '>=6.9.0'}
-
'@babel/standalone@7.26.2':
resolution: {integrity: sha512-i2VbegsRfwa9yq3xmfDX3tG2yh9K0cCqwpSyVG2nPxifh0EOnucAZUeO/g4lW2Zfg03aPJNtPfxQbDHzXc7H+w==}
engines: {node: '>=6.9.0'}
@@ -2137,6 +2177,10 @@ packages:
resolution: {integrity: sha512-ZqxsCI1NKV/gjfEUUZjMcr82sg0MKYZOuyB6bu9QY5Zr7NGpfIZY/z5Z822AKTmFxKGChnuz9M0UaS4ze6p42g==}
engines: {node: ^14.18.0 || >=16.10.0}
+ '@nuxt/kit@3.14.1592':
+ resolution: {integrity: sha512-r9r8bISBBisvfcNgNL3dSIQHSBe0v5YkX5zwNblIC2T0CIEgxEVoM5rq9O5wqgb5OEydsHTtT2hL57vdv6VT2w==}
+ engines: {node: ^14.18.0 || >=16.10.0}
+
'@nuxt/schema@3.13.1':
resolution: {integrity: sha512-ishbhzVGspjshG9AG0hYnKYY6LWXzCtua7OXV7C/DQ2yA7rRcy1xHpzKZUDbIRyxCHHCAcBd8jfHEUmEuhEPrA==}
engines: {node: ^14.18.0 || >=16.10.0}
@@ -2198,8 +2242,8 @@ packages:
vitest:
optional: true
- '@nuxt/vite-builder@3.14.159':
- resolution: {integrity: sha512-V3FJnDNR3tCAYeYmxxPsAWuMq6z5mZi8KPWO+lrO/Z8LqfD3+uYpluzUtzj0S1IIhCERmHe4rUNzr67RqSTL2Q==}
+ '@nuxt/vite-builder@3.14.1592':
+ resolution: {integrity: sha512-GVS7vkBJAGv13ghmjgGrS2QVyzoqxQ5+cAUrMeMjKbY7GnRY7/uOkoLmznYx8E/U9HBUyHQa+wSN2ZfcSiEytQ==}
engines: {node: ^14.18.0 || >=16.10.0}
peerDependencies:
vue: ^3.5.4
@@ -2341,15 +2385,6 @@ packages:
'@remirror/types@1.0.1':
resolution: {integrity: sha512-VlZQxwGnt1jtQ18D6JqdIF+uFZo525WEqrfp9BOc3COPpK4+AWCgdnAWL+ho6imWcoINlGjR/+3b6y5C1vBVEA==}
- '@rollup/plugin-alias@5.1.0':
- resolution: {integrity: sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==}
- engines: {node: '>=14.0.0'}
- peerDependencies:
- rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
- peerDependenciesMeta:
- rollup:
- optional: true
-
'@rollup/plugin-alias@5.1.1':
resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==}
engines: {node: '>=14.0.0'}
@@ -2803,9 +2838,6 @@ packages:
'@types/estree@0.0.39':
resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==}
- '@types/estree@1.0.5':
- resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
-
'@types/estree@1.0.6':
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
@@ -3006,9 +3038,6 @@ packages:
'@unhead/dom@1.11.11':
resolution: {integrity: sha512-4YwziCH5CmjvUzSGdZ4Klj6BqhLSTNZooA9kt47yDxj4Qw9uHqVnXwWWupYsVdIYPNsw1tR2AkHveg82y1Fn3A==}
- '@unhead/dom@1.11.6':
- resolution: {integrity: sha512-FYU8Cu+XWcpbO4OvXdB6x7m6GTPcl6CW7igI8rNu6Kc0Ilxb+atxIvyFXdTGAyB7h/F0w3ex06ZVWJ65f3EW8A==}
-
'@unhead/schema@1.11.11':
resolution: {integrity: sha512-xSGsWHPBYcMV/ckQeImbrVu6ddeRnrdDCgXUKv3xIjGBY+ob/96V80lGX8FKWh8GwdFSwhblISObKlDAt5K9ZQ==}
@@ -3018,25 +3047,14 @@ packages:
'@unhead/shared@1.11.11':
resolution: {integrity: sha512-RfdvUskPn90ipO+PmR98jKZ8Lsx1uuzscOenO5xcrMrtWGhlLWaEBIrbvFOvX5PZ/u8/VNMJChTXGDUjEtHmlg==}
- '@unhead/shared@1.11.6':
- resolution: {integrity: sha512-aGrtzRCcFlVh9iru73fBS8FA1vpQskS190t5cCRRMpisOEunVv3ueqXN1F8CseQd0W4wyEr/ycDvdfKt+RPv5g==}
-
'@unhead/ssr@1.11.11':
resolution: {integrity: sha512-NQC8y+4ldwkMr3x8WFwv3+OR6g+Sj7dwL6J/3ST25KnvlwDSub2KGbnm2hF1x8vTpTmXTVxMA3GDRL9MRfLvMg==}
- '@unhead/ssr@1.11.6':
- resolution: {integrity: sha512-jmRkJB3UWlaAV6aoTBcsi2cLOje8hJxWqbmcLmekmCBZcCgR8yHEjxVCzLtYnAQg68Trgg9+uqMt+8UFY40tDA==}
-
'@unhead/vue@1.11.11':
resolution: {integrity: sha512-AxsHHauZ+w0m2irwDHqkc3GdNChMLBtolk8CN3IAZM6vTwH0EbPXlFCFcIk4WwkH0opG+R2GlKTThr5H0HLm7g==}
peerDependencies:
vue: ^3.5.4
- '@unhead/vue@1.11.6':
- resolution: {integrity: sha512-CMuDJGTi4n4wKdOp6/JmB9roGshjTdoFKF34PEkXu4+g97BiVFiZ9LvgY44+UlWCUzQHcqEPRQIzm9iKEqcfKw==}
- peerDependencies:
- vue: ^3.5.4
-
'@unlazy/core@0.12.0':
resolution: {integrity: sha512-fHrShf4wmrjTfA23AL7vRnpuf0AF4gbJGIdbj1Tc0lF6+xm7ydLwnpt9jyBJ5nQdmWevdNDLhdDfeLhzpCZixA==}
@@ -3168,15 +3186,15 @@ packages:
engines: {node: '>=16'}
hasBin: true
- '@vitejs/plugin-vue-jsx@4.0.1':
- resolution: {integrity: sha512-7mg9HFGnFHMEwCdB6AY83cVK4A6sCqnrjFYF4WIlebYAQVVJ/sC/CiTruVdrRlhrFoeZ8rlMxY9wYpPTIRhhAg==}
+ '@vitejs/plugin-vue-jsx@4.1.0':
+ resolution: {integrity: sha512-KuRejz7KAFvhXDzOudlaS2IyygAwoAEEMtHAdcRSy/8cA5iKH043Qudcz48zsC0M0vvN5iKwIwNMuWbBYn6/Yg==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
vite: ^5.0.0
vue: ^3.5.4
- '@vitejs/plugin-vue@5.1.4':
- resolution: {integrity: sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==}
+ '@vitejs/plugin-vue@5.2.0':
+ resolution: {integrity: sha512-7n7KdUEtx/7Yl7I/WVAMZ1bEb0eVvXF3ummWTeLcs/9gvo9pJhuLdouSXGjdZ/MKD1acf1I272+X0RMua4/R3g==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
vite: ^5.0.0
@@ -3419,6 +3437,9 @@ packages:
'@vue/babel-helper-vue-transform-on@1.2.2':
resolution: {integrity: sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==}
+ '@vue/babel-helper-vue-transform-on@1.2.5':
+ resolution: {integrity: sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==}
+
'@vue/babel-plugin-jsx@1.2.2':
resolution: {integrity: sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==}
peerDependencies:
@@ -3427,11 +3448,24 @@ packages:
'@babel/core':
optional: true
+ '@vue/babel-plugin-jsx@1.2.5':
+ resolution: {integrity: sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ peerDependenciesMeta:
+ '@babel/core':
+ optional: true
+
'@vue/babel-plugin-resolve-type@1.2.2':
resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==}
peerDependencies:
'@babel/core': ^7.0.0-0
+ '@vue/babel-plugin-resolve-type@1.2.5':
+ resolution: {integrity: sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
'@vue/compiler-core@3.5.12':
resolution: {integrity: sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==}
@@ -3515,9 +3549,6 @@ packages:
'@vue/shared@3.5.4':
resolution: {integrity: sha512-L2MCDD8l7yC62Te5UUyPVpmexhL9ipVnYRw9CsWfm/BGRL5FwDX4a25bcJ/OJSD3+Hx+k/a8LDKcG2AFdJV3BA==}
- '@vue/shared@3.5.6':
- resolution: {integrity: sha512-eidH0HInnL39z6wAt6SFIwBrvGOpDWsDxlw3rCgo1B+CQ1781WzQUSU3YjxgdkcJo9Q8S6LmXTkvI+cLHGkQfA==}
-
'@vue/test-utils@2.4.6':
resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
@@ -4024,9 +4055,6 @@ packages:
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- caniuse-lite@1.0.30001651:
- resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==}
-
caniuse-lite@1.0.30001676:
resolution: {integrity: sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw==}
@@ -4314,14 +4342,6 @@ packages:
resolution: {integrity: sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==}
engines: {node: '>= 8'}
- crossws@0.2.4:
- resolution: {integrity: sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==}
- peerDependencies:
- uWebSockets.js: '*'
- peerDependenciesMeta:
- uWebSockets.js:
- optional: true
-
crossws@0.3.1:
resolution: {integrity: sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==}
@@ -5747,10 +5767,6 @@ packages:
resolution: {integrity: sha512-c+PHQZakiQuMKbnhvrjZUvrK6E/AfmTOf4P+E3Y4FNVHcNMX9e/XrnbEvO+m4wS6ZjsvhHh/POQTlfy8uXFc0A==}
hasBin: true
- jiti@2.3.3:
- resolution: {integrity: sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==}
- hasBin: true
-
jiti@2.4.0:
resolution: {integrity: sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==}
hasBin: true
@@ -6317,8 +6333,8 @@ packages:
neo-async@2.6.2:
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
- nitropack@2.10.3:
- resolution: {integrity: sha512-7n+ITF7RbCMwZZzyacxJ9eMCnWuE60omGJEyLM5PQRKS4Vu5w6OOCvf4C6E3UC0UryFuUIwGbJ3M+tIP9Az9OQ==}
+ nitropack@2.10.4:
+ resolution: {integrity: sha512-sJiG/MIQlZCVSw2cQrFG1H6mLeSqHlYfFerRjLKz69vUfdu0EL2l0WdOxlQbzJr3mMv/l4cOlCCLzVRzjzzF/g==}
engines: {node: ^16.11.0 || >=17.0.0}
hasBin: true
peerDependencies:
@@ -6418,8 +6434,8 @@ packages:
resolution: {integrity: sha512-OWIC9JiguvXb3jC5QD+8mMBOKSoGBdNzOafrh14GxxirW1Psi+jYSFtR1/sTNAGEmHtNCxLaCqC6OwWY7vvg2Q==}
engines: {node: '>=18.0.0'}
- nuxt@3.14.159:
- resolution: {integrity: sha512-1xz6AfFkun+byUIkBNX3/CTOTShPRFJe0y9HqWZX2aV9xdoz5ByeaHZfktokhOOSbvabjDyzkTbbHh3V673qHw==}
+ nuxt@3.14.1592:
+ resolution: {integrity: sha512-roWAQH4Mb6WY72cNos+YVw0DgTCNAhNygiAMCedM7hbX6ESTR2n3VH7tU0yIWDPe/hfFdii4M4wWTTNHOtS44g==}
engines: {node: ^14.18.0 || >=16.10.0}
hasBin: true
peerDependencies:
@@ -6468,9 +6484,6 @@ packages:
resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==}
engines: {node: '>=0.10.0'}
- ofetch@1.3.4:
- resolution: {integrity: sha512-KLIET85ik3vhEfS+3fDlc/BAZiAp+43QEC/yCo5zkNoY2YaKvNkOaFr/6wCFgFH1kuYQM5pMNi0Tg8koiIemtw==}
-
ofetch@1.4.0:
resolution: {integrity: sha512-MuHgsEhU6zGeX+EMh+8mSMrYTnsqJQQrpM00Q6QHMKNqQ0bKy0B43tk8tL1wg+CnsSTy1kg4Ir2T5Ig6rD+dfQ==}
@@ -6914,10 +6927,6 @@ packages:
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- postcss@8.4.45:
- resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==}
- engines: {node: ^10 || ^12 || >=14}
-
postcss@8.4.47:
resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==}
engines: {node: ^10 || ^12 || >=14}
@@ -7467,10 +7476,6 @@ packages:
resolution: {integrity: sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==}
engines: {node: '>=10.0.0'}
- source-map-js@1.2.0:
- resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
- engines: {node: '>=0.10.0'}
-
source-map-js@1.2.1:
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines: {node: '>=0.10.0'}
@@ -7962,9 +7967,6 @@ packages:
unhead@1.11.11:
resolution: {integrity: sha512-98tM2R8OWJhvS6uqTewkfIrsPqFU/VwnKpU2tVZ+jPXSWgWSLmM3K2Y2v5AEM4bZjmC/XH8pLVGzbqB7xzFI/Q==}
- unhead@1.11.6:
- resolution: {integrity: sha512-TKTQGUzHKF925VZ4KZVbLfKFzTVTEWfPLaXKmkd/ptEY2FHEoJUF7xOpAWc3K7Jzy/ExS66TL7GnLLjtd4sISg==}
-
unicode-canonical-property-names-ecmascript@2.0.0:
resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
engines: {node: '>=4'}
@@ -8160,10 +8162,6 @@ packages:
resolution: {integrity: sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==}
hasBin: true
- untyped@1.4.2:
- resolution: {integrity: sha512-nC5q0DnPEPVURPhfPQLahhSTnemVtPzdx7ofiRxXpOB2SYnb3MfdU3DVGyJdS8Lx+tBWeAePO8BfU/3EgksM7Q==}
- hasBin: true
-
untyped@1.5.1:
resolution: {integrity: sha512-reBOnkJBFfBZ8pCKaeHgfZLcehXtM6UTxc+vqs1JvCps0c4amLNp3fhdGBZwYp+VLyoY9n3X5KOP7lCyWBUX9A==}
hasBin: true
@@ -8232,11 +8230,6 @@ packages:
peerDependencies:
vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0
- vite-node@2.1.4:
- resolution: {integrity: sha512-kqa9v+oi4HwkG6g8ufRnb5AeplcRw8jUF6/7/Qz1qRQOXHImG8YnLbB+LLszENwFnoBl9xIf9nVdCFzNd7GQEg==}
- engines: {node: ^18.0.0 || >=20.0.0}
- hasBin: true
-
vite-node@2.1.5:
resolution: {integrity: sha512-rd0QIgx74q4S1Rd56XIiL2cYEdyWn13cunYBIuqh9mpmQr7gGS0IxXoP8R6OaZtNQQLyXSWbd4rXKYUbhFpK5w==}
engines: {node: ^18.0.0 || >=20.0.0}
@@ -8334,6 +8327,37 @@ packages:
terser:
optional: true
+ vite@5.4.11:
+ resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': ^18.0.0 || >=20.0.0
+ less: '*'
+ lightningcss: ^1.21.0
+ sass: '*'
+ sass-embedded: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.4.0
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ sass-embedded:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+
vitest-environment-nuxt@1.0.1:
resolution: {integrity: sha512-eBCwtIQriXW5/M49FjqNKfnlJYlG2LWMSNFsRVKomc8CaMqmhQPBS5LZ9DlgYL9T8xIVsiA6RZn2lk7vxov3Ow==}
@@ -8768,7 +8792,7 @@ snapshots:
package-manager-detector: 0.2.0
tinyexec: 0.3.1
- '@antfu/ni@0.23.0': {}
+ '@antfu/ni@0.23.1': {}
'@antfu/utils@0.7.10': {}
@@ -8805,7 +8829,7 @@ snapshots:
'@babel/parser': 7.25.6
'@babel/template': 7.25.0
'@babel/traverse': 7.25.3
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
convert-source-map: 2.0.0
debug: 4.3.7(supports-color@9.4.0)
gensync: 1.0.0-beta.2
@@ -8836,7 +8860,7 @@ snapshots:
'@babel/generator@7.25.0':
dependencies:
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
@@ -8851,11 +8875,15 @@ snapshots:
'@babel/helper-annotate-as-pure@7.24.7':
dependencies:
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
+
+ '@babel/helper-annotate-as-pure@7.25.9':
+ dependencies:
+ '@babel/types': 7.26.0
'@babel/helper-builder-binary-assignment-operator-visitor@7.22.5':
dependencies:
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
'@babel/helper-compilation-targets@7.25.2':
dependencies:
@@ -8886,6 +8914,19 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/traverse': 7.25.9
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-create-regexp-features-plugin@7.22.5(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -8896,7 +8937,7 @@ snapshots:
'@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-compilation-targets': 7.25.9
'@babel/helper-plugin-utils': 7.24.8
debug: 4.3.7(supports-color@9.4.0)
lodash.debounce: 4.0.8
@@ -8909,28 +8950,35 @@ snapshots:
'@babel/helper-function-name@7.23.0':
dependencies:
- '@babel/template': 7.25.0
- '@babel/types': 7.25.6
+ '@babel/template': 7.25.9
+ '@babel/types': 7.26.0
'@babel/helper-hoist-variables@7.22.5':
dependencies:
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
'@babel/helper-member-expression-to-functions@7.24.8':
dependencies:
'@babel/traverse': 7.25.9
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-member-expression-to-functions@7.25.9':
+ dependencies:
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.22.15':
dependencies:
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
'@babel/helper-module-imports@7.24.7':
dependencies:
'@babel/traverse': 7.25.3
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
@@ -8962,17 +9010,23 @@ snapshots:
'@babel/helper-optimise-call-expression@7.24.7':
dependencies:
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
+
+ '@babel/helper-optimise-call-expression@7.25.9':
+ dependencies:
+ '@babel/types': 7.26.0
'@babel/helper-plugin-utils@7.24.8': {}
+ '@babel/helper-plugin-utils@7.25.9': {}
+
'@babel/helper-remap-async-to-generator@7.22.5(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-wrap-function': 7.22.5
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
@@ -8985,23 +9039,39 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-replace-supers@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/traverse': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-simple-access@7.24.7':
dependencies:
'@babel/traverse': 7.25.9
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.24.7':
dependencies:
'@babel/traverse': 7.25.9
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
+ dependencies:
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
'@babel/helper-split-export-declaration@7.22.6':
dependencies:
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
'@babel/helper-string-parser@7.24.8': {}
@@ -9018,16 +9088,16 @@ snapshots:
'@babel/helper-wrap-function@7.22.5':
dependencies:
'@babel/helper-function-name': 7.23.0
- '@babel/template': 7.25.0
+ '@babel/template': 7.25.9
'@babel/traverse': 7.25.9
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
'@babel/helpers@7.25.0':
dependencies:
'@babel/template': 7.25.0
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
'@babel/helpers@7.26.0':
dependencies:
@@ -9043,7 +9113,7 @@ snapshots:
'@babel/parser@7.25.6':
dependencies:
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
'@babel/parser@7.26.2':
dependencies:
@@ -9139,6 +9209,11 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.24.8
+
'@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -9184,6 +9259,11 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+
'@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -9498,6 +9578,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-typescript@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0)
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-unicode-escapes@7.22.5(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -9598,7 +9689,7 @@ snapshots:
'@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.25.2)
'@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.25.2)
'@babel/preset-modules': 0.1.5(@babel/core@7.25.2)
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.25.2)
babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.25.2)
babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.25.2)
@@ -9613,7 +9704,7 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.25.2)
'@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.25.2)
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
esutils: 2.0.3
'@babel/regjsgen@0.8.0': {}
@@ -9622,15 +9713,13 @@ snapshots:
dependencies:
regenerator-runtime: 0.13.11
- '@babel/standalone@7.23.10': {}
-
'@babel/standalone@7.26.2': {}
'@babel/template@7.25.0':
dependencies:
'@babel/code-frame': 7.24.7
'@babel/parser': 7.25.6
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
'@babel/template@7.25.9':
dependencies:
@@ -9644,7 +9733,7 @@ snapshots:
'@babel/generator': 7.25.0
'@babel/parser': 7.25.6
'@babel/template': 7.25.0
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
debug: 4.3.7(supports-color@9.4.0)
globals: 11.12.0
transitivePeerDependencies:
@@ -10116,7 +10205,7 @@ snapshots:
debug: 4.3.7(supports-color@9.4.0)
kolorist: 1.8.0
local-pkg: 0.5.1
- mlly: 1.7.1
+ mlly: 1.7.3
transitivePeerDependencies:
- supports-color
@@ -10208,7 +10297,7 @@ snapshots:
escodegen: 2.1.0
estree-walker: 2.0.2
jsonc-eslint-parser: 2.4.0
- mlly: 1.7.2
+ mlly: 1.7.3
source-map-js: 1.2.1
yaml-eslint-parser: 1.2.3
optionalDependencies:
@@ -10243,7 +10332,7 @@ snapshots:
'@intlify/shared@11.0.0-beta.1': {}
- '@intlify/unplugin-vue-i18n@5.3.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@intlify/unplugin-vue-i18n@5.3.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0))
'@intlify/bundle-utils': 9.0.0(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))
@@ -10259,7 +10348,7 @@ snapshots:
pathe: 1.1.2
picocolors: 1.1.1
source-map-js: 1.2.1
- unplugin: 1.15.0(webpack-sources@3.2.3)
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
optionalDependencies:
vue-i18n: 10.0.4(vue@3.5.4(typescript@5.6.2))
@@ -10269,7 +10358,6 @@ snapshots:
- rollup
- supports-color
- typescript
- - webpack-sources
'@intlify/utils@0.13.0': {}
@@ -10379,17 +10467,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
- '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
'@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -10423,15 +10511,13 @@ snapshots:
- sass
- sortablejs
- supports-color
- - uWebSockets.js
- universal-cookie
- utf-8-validate
- vue
- - webpack-sources
- '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
'@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -10441,13 +10527,12 @@ snapshots:
- sass
- supports-color
- vue
- - webpack-sources
- '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
'@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
- pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.47)(webpack-sources@3.2.3)
+ pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -10456,14 +10541,13 @@ snapshots:
- sass
- supports-color
- vue
- - webpack-sources
- '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.47)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
- pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.47)(webpack-sources@3.2.3)
+ '@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
+ nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)
+ nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)
ufo: 1.5.4
transitivePeerDependencies:
- magicast
@@ -10472,15 +10556,14 @@ snapshots:
- sass
- supports-color
- vue
- - webpack-sources
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)
'@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
'@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.3))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
consola: 3.2.3
defu: 6.1.4
destr: 2.0.3
@@ -10523,16 +10606,14 @@ snapshots:
- nuxt
- rollup
- supports-color
- - uWebSockets.js
- utf-8-validate
- vue
- - webpack-sources
'@nuxt/devalue@2.0.2': {}
- '@nuxt/devtools-kit@1.5.2(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)':
+ '@nuxt/devtools-kit@1.5.2(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
execa: 7.2.0
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
@@ -10540,11 +10621,10 @@ snapshots:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)':
+ '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
execa: 7.2.0
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
@@ -10552,19 +10632,17 @@ snapshots:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)':
+ '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
execa: 7.2.0
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
'@nuxt/devtools-wizard@1.5.2':
dependencies:
@@ -10574,7 +10652,7 @@ snapshots:
global-directory: 4.0.1
magicast: 0.3.5
pathe: 1.1.2
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
prompts: 2.4.2
rc9: 2.1.2
semver: 7.6.3
@@ -10592,12 +10670,12 @@ snapshots:
rc9: 2.1.2
semver: 7.6.3
- '@nuxt/devtools@1.5.2(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/devtools@1.5.2(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@antfu/utils': 0.7.10
- '@nuxt/devtools-kit': 1.5.2(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)
+ '@nuxt/devtools-kit': 1.5.2(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
'@nuxt/devtools-wizard': 1.5.2
- '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)
'@vue/devtools-core': 7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
@@ -10626,9 +10704,9 @@ snapshots:
simple-git: 3.27.0
sirv: 2.0.4
tinyglobby: 0.2.6
- unimport: 3.12.0(rollup@2.79.1)(webpack-sources@3.2.3)
+ unimport: 3.12.0(rollup@2.79.1)
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-inspect: 0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ vite-plugin-inspect: 0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
vite-plugin-vue-inspector: 5.1.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
which: 3.0.1
ws: 8.18.0
@@ -10638,14 +10716,13 @@ snapshots:
- supports-color
- utf-8-validate
- vue
- - webpack-sources
- '@nuxt/devtools@1.6.0(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/devtools@1.6.0(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@antfu/utils': 0.7.10
- '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)
+ '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
'@nuxt/devtools-wizard': 1.6.0
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@vue/devtools-core': 7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
@@ -10661,7 +10738,7 @@ snapshots:
image-meta: 0.2.1
is-installed-globally: 1.0.0
launch-editor: 2.9.1
- local-pkg: 0.5.0
+ local-pkg: 0.5.1
magicast: 0.3.5
nypm: 0.3.12
ohash: 1.1.4
@@ -10674,9 +10751,9 @@ snapshots:
simple-git: 3.27.0
sirv: 2.0.4
tinyglobby: 0.2.10
- unimport: 3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)
+ unimport: 3.13.3(rollup@2.79.1)
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-inspect: 0.8.7(@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ vite-plugin-inspect: 0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
vite-plugin-vue-inspector: 5.1.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
which: 3.0.1
ws: 8.18.0
@@ -10686,15 +10763,14 @@ snapshots:
- supports-color
- utf-8-validate
- vue
- - webpack-sources
- '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@antfu/utils': 0.7.10
- '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)
+ '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
'@nuxt/devtools-wizard': 1.6.0
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vue/devtools-core': 7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
+ '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.2.3
@@ -10709,7 +10785,7 @@ snapshots:
image-meta: 0.2.1
is-installed-globally: 1.0.0
launch-editor: 2.9.1
- local-pkg: 0.5.0
+ local-pkg: 0.5.1
magicast: 0.3.5
nypm: 0.3.12
ohash: 1.1.4
@@ -10722,10 +10798,10 @@ snapshots:
simple-git: 3.27.0
sirv: 2.0.4
tinyglobby: 0.2.10
- unimport: 3.13.1(rollup@4.24.4)(webpack-sources@3.2.3)
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-inspect: 0.8.7(@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
- vite-plugin-vue-inspector: 5.1.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ unimport: 3.13.3(rollup@4.24.4)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite-plugin-inspect: 0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
+ vite-plugin-vue-inspector: 5.1.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
which: 3.0.1
ws: 8.18.0
transitivePeerDependencies:
@@ -10734,11 +10810,10 @@ snapshots:
- supports-color
- utf-8-validate
- vue
- - webpack-sources
- '@nuxt/kit@3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
+ '@nuxt/kit@3.13.1(magicast@0.3.5)(rollup@2.79.1)':
dependencies:
- '@nuxt/schema': 3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/schema': 3.13.1(rollup@2.79.1)
c12: 1.11.2(magicast@0.3.5)
consola: 3.2.3
defu: 6.1.4
@@ -10749,24 +10824,23 @@ snapshots:
jiti: 1.21.6
klona: 2.0.6
knitwork: 1.1.0
- mlly: 1.7.1
+ mlly: 1.7.3
pathe: 1.1.2
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
scule: 1.3.0
semver: 7.6.3
ufo: 1.5.4
- unctx: 2.3.1(webpack-sources@3.2.3)
- unimport: 3.11.1(rollup@2.79.1)(webpack-sources@3.2.3)
- untyped: 1.4.2
+ unctx: 2.3.1
+ unimport: 3.13.3(rollup@2.79.1)
+ untyped: 1.5.1
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
+ '@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1)':
dependencies:
- '@nuxt/schema': 3.13.2(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/schema': 3.13.2(rollup@2.79.1)
c12: 1.11.2(magicast@0.3.5)
consola: 3.2.3
defu: 6.1.4
@@ -10777,24 +10851,23 @@ snapshots:
jiti: 1.21.6
klona: 2.0.6
knitwork: 1.1.0
- mlly: 1.7.1
+ mlly: 1.7.3
pathe: 1.1.2
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
scule: 1.3.0
semver: 7.6.3
ufo: 1.5.4
- unctx: 2.3.1(webpack-sources@3.2.3)
- unimport: 3.12.0(rollup@2.79.1)(webpack-sources@3.2.3)
- untyped: 1.4.2
+ unctx: 2.3.1
+ unimport: 3.13.3(rollup@2.79.1)
+ untyped: 1.5.1
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
+ '@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@2.79.1)':
dependencies:
- '@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@2.79.1)
c12: 2.0.1(magicast@0.3.5)
consola: 3.2.3
defu: 6.1.4
@@ -10811,18 +10884,17 @@ snapshots:
scule: 1.3.0
semver: 7.6.3
ufo: 1.5.4
- unctx: 2.3.1(webpack-sources@3.2.3)
- unimport: 3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)
+ unctx: 2.3.1
+ unimport: 3.13.1(rollup@2.79.1)
untyped: 1.5.1
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)':
+ '@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@4.24.4)':
dependencies:
- '@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
c12: 2.0.1(magicast@0.3.5)
consola: 3.2.3
defu: 6.1.4
@@ -10839,54 +10911,105 @@ snapshots:
scule: 1.3.0
semver: 7.6.3
ufo: 1.5.4
- unctx: 2.3.1(webpack-sources@3.2.3)
- unimport: 3.13.1(rollup@4.24.4)(webpack-sources@3.2.3)
+ unctx: 2.3.1
+ unimport: 3.13.1(rollup@4.24.4)
untyped: 1.5.1
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxt/schema@3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)':
+ '@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1)':
dependencies:
- compatx: 0.1.8
+ '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
+ c12: 2.0.1(magicast@0.3.5)
consola: 3.2.3
defu: 6.1.4
- hookable: 5.5.3
+ destr: 2.0.3
+ globby: 14.0.2
+ hash-sum: 2.0.0
+ ignore: 6.0.2
+ jiti: 2.4.0
+ klona: 2.0.6
+ knitwork: 1.1.0
+ mlly: 1.7.3
pathe: 1.1.2
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
scule: 1.3.0
- std-env: 3.7.0
+ semver: 7.6.3
+ ufo: 1.5.4
+ unctx: 2.3.1
+ unimport: 3.13.3(rollup@2.79.1)
+ untyped: 1.5.1
+ transitivePeerDependencies:
+ - magicast
+ - rollup
+ - supports-color
+
+ '@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.24.4)':
+ dependencies:
+ '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
+ c12: 2.0.1(magicast@0.3.5)
+ consola: 3.2.3
+ defu: 6.1.4
+ destr: 2.0.3
+ globby: 14.0.2
+ hash-sum: 2.0.0
+ ignore: 6.0.2
+ jiti: 2.4.0
+ klona: 2.0.6
+ knitwork: 1.1.0
+ mlly: 1.7.3
+ pathe: 1.1.2
+ pkg-types: 1.2.1
+ scule: 1.3.0
+ semver: 7.6.3
+ ufo: 1.5.4
+ unctx: 2.3.1
+ unimport: 3.13.3(rollup@4.24.4)
+ untyped: 1.5.1
+ transitivePeerDependencies:
+ - magicast
+ - rollup
+ - supports-color
+
+ '@nuxt/schema@3.13.1(rollup@2.79.1)':
+ dependencies:
+ compatx: 0.1.8
+ consola: 3.2.3
+ defu: 6.1.4
+ hookable: 5.5.3
+ pathe: 1.1.2
+ pkg-types: 1.2.1
+ scule: 1.3.0
+ std-env: 3.8.0
ufo: 1.5.4
uncrypto: 0.1.3
- unimport: 3.11.1(rollup@2.79.1)(webpack-sources@3.2.3)
- untyped: 1.4.2
+ unimport: 3.13.3(rollup@2.79.1)
+ untyped: 1.5.1
transitivePeerDependencies:
- rollup
- supports-color
- - webpack-sources
- '@nuxt/schema@3.13.2(rollup@2.79.1)(webpack-sources@3.2.3)':
+ '@nuxt/schema@3.13.2(rollup@2.79.1)':
dependencies:
compatx: 0.1.8
consola: 3.2.3
defu: 6.1.4
hookable: 5.5.3
pathe: 1.1.2
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
scule: 1.3.0
- std-env: 3.7.0
+ std-env: 3.8.0
ufo: 1.5.4
uncrypto: 0.1.3
- unimport: 3.12.0(rollup@2.79.1)(webpack-sources@3.2.3)
- untyped: 1.4.2
+ unimport: 3.13.3(rollup@2.79.1)
+ untyped: 1.5.1
transitivePeerDependencies:
- rollup
- supports-color
- - webpack-sources
- '@nuxt/schema@3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
+ '@nuxt/schema@3.14.159(magicast@0.3.5)(rollup@2.79.1)':
dependencies:
c12: 2.0.1(magicast@0.3.5)
compatx: 0.1.8
@@ -10896,18 +11019,17 @@ snapshots:
pathe: 1.1.2
pkg-types: 1.2.1
scule: 1.3.0
- std-env: 3.7.0
+ std-env: 3.8.0
ufo: 1.5.4
uncrypto: 0.1.3
- unimport: 3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)
+ unimport: 3.13.3(rollup@2.79.1)
untyped: 1.5.1
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxt/schema@3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)':
+ '@nuxt/schema@3.14.159(magicast@0.3.5)(rollup@4.24.4)':
dependencies:
c12: 2.0.1(magicast@0.3.5)
compatx: 0.1.8
@@ -10917,16 +11039,15 @@ snapshots:
pathe: 1.1.2
pkg-types: 1.2.1
scule: 1.3.0
- std-env: 3.7.0
+ std-env: 3.8.0
ufo: 1.5.4
uncrypto: 0.1.3
- unimport: 3.13.1(rollup@4.24.4)(webpack-sources@3.2.3)
+ unimport: 3.13.3(rollup@4.24.4)
untyped: 1.5.1
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
'@nuxt/schema@3.14.1592(magicast@0.3.5)(rollup@2.79.1)':
dependencies:
@@ -10968,9 +11089,9 @@ snapshots:
- rollup
- supports-color
- '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
+ '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@2.79.1)':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
ci-info: 4.0.0
consola: 3.2.3
create-require: 1.1.1
@@ -10982,21 +11103,20 @@ snapshots:
jiti: 1.21.6
mri: 1.2.0
nanoid: 5.0.7
- ofetch: 1.3.4
+ ofetch: 1.4.1
package-manager-detector: 0.2.0
parse-git-config: 3.0.0
pathe: 1.1.2
rc9: 2.1.2
- std-env: 3.7.0
+ std-env: 3.8.0
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)':
+ '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@4.24.4)':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
ci-info: 4.0.0
consola: 3.2.3
create-require: 1.1.1
@@ -11008,21 +11128,20 @@ snapshots:
jiti: 1.21.6
mri: 1.2.0
nanoid: 5.0.7
- ofetch: 1.3.4
+ ofetch: 1.4.1
package-manager-detector: 0.2.0
parse-git-config: 3.0.0
pathe: 1.1.2
rc9: 2.1.2
- std-env: 3.7.0
+ std-env: 3.8.0
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
c12: 2.0.1(magicast@0.3.5)
consola: 3.2.3
@@ -11034,7 +11153,7 @@ snapshots:
h3: 1.13.0
local-pkg: 0.5.0
magic-string: 0.30.11
- nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3)
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)
node-fetch-native: 1.6.4
ofetch: 1.4.0
pathe: 1.1.2
@@ -11047,7 +11166,7 @@ snapshots:
unenv: 1.10.0
unplugin: 1.14.1(webpack-sources@3.2.3)
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
vue: 3.5.4(typescript@5.6.2)
vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
@@ -11060,16 +11179,16 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxt/vite-builder@3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@rollup/plugin-replace': 6.0.1(rollup@2.79.1)
- '@vitejs/plugin-vue': 5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
- '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
- autoprefixer: 10.4.20(postcss@8.4.47)
+ '@vitejs/plugin-vue': 5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vitejs/plugin-vue-jsx': 4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ autoprefixer: 10.4.20(postcss@8.4.49)
clear: 0.1.0
consola: 3.2.3
- cssnano: 7.0.6(postcss@8.4.47)
+ cssnano: 7.0.6(postcss@8.4.49)
defu: 6.1.4
esbuild: 0.24.0
escape-string-regexp: 5.0.0
@@ -11079,22 +11198,22 @@ snapshots:
h3: 1.13.0
jiti: 2.4.0
knitwork: 1.1.0
- magic-string: 0.30.12
- mlly: 1.7.2
+ magic-string: 0.30.13
+ mlly: 1.7.3
ohash: 1.1.4
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.2.1
- postcss: 8.4.47
+ postcss: 8.4.49
rollup-plugin-visualizer: 5.12.0(rollup@2.79.1)
- std-env: 3.7.0
+ std-env: 3.8.0
strip-literal: 2.1.0
ufo: 1.5.4
unenv: 1.10.0
- unplugin: 1.15.0(webpack-sources@3.2.3)
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vite-node: 2.1.4(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ unplugin: 1.16.0
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite-node: 2.1.5(@types/node@22.9.0)(terser@5.36.0)
+ vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
vue: 3.5.4(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
@@ -11115,22 +11234,20 @@ snapshots:
- supports-color
- terser
- typescript
- - uWebSockets.js
- vls
- vti
- vue-tsc
- - webpack-sources
- '@nuxt/vite-builder@3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@rollup/plugin-replace': 6.0.1(rollup@4.24.4)
- '@vitejs/plugin-vue': 5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
- '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
- autoprefixer: 10.4.20(postcss@8.4.47)
+ '@vitejs/plugin-vue': 5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@vitejs/plugin-vue-jsx': 4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ autoprefixer: 10.4.20(postcss@8.4.49)
clear: 0.1.0
consola: 3.2.3
- cssnano: 7.0.6(postcss@8.4.47)
+ cssnano: 7.0.6(postcss@8.4.49)
defu: 6.1.4
esbuild: 0.24.0
escape-string-regexp: 5.0.0
@@ -11140,22 +11257,22 @@ snapshots:
h3: 1.13.0
jiti: 2.4.0
knitwork: 1.1.0
- magic-string: 0.30.12
- mlly: 1.7.2
+ magic-string: 0.30.13
+ mlly: 1.7.3
ohash: 1.1.4
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.2.1
- postcss: 8.4.47
+ postcss: 8.4.49
rollup-plugin-visualizer: 5.12.0(rollup@4.24.4)
- std-env: 3.7.0
+ std-env: 3.8.0
strip-literal: 2.1.0
ufo: 1.5.4
unenv: 1.10.0
- unplugin: 1.15.0(webpack-sources@3.2.3)
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vite-node: 2.1.4(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
+ unplugin: 1.16.0
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite-node: 2.1.5(@types/node@22.9.0)(terser@5.36.0)
+ vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
vue: 3.5.4(typescript@5.6.3)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
@@ -11176,18 +11293,16 @@ snapshots:
- supports-color
- terser
- typescript
- - uWebSockets.js
- vls
- vti
- vue-tsc
- - webpack-sources
- '@nuxthq/studio@2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)':
+ '@nuxthq/studio@2.2.1(magicast@0.3.5)(rollup@4.24.4)':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
defu: 6.1.4
git-url-parse: 15.0.0
- nuxt-component-meta: 0.9.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ nuxt-component-meta: 0.9.0(magicast@0.3.5)(rollup@4.24.4)
parse-git-config: 3.0.0
pkg-types: 1.2.1
socket.io-client: 4.8.1
@@ -11199,11 +11314,10 @@ snapshots:
- rollup
- supports-color
- utf-8-validate
- - webpack-sources
- '@nuxtjs/color-mode@3.4.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
+ '@nuxtjs/color-mode@3.4.4(magicast@0.3.5)(rollup@2.79.1)':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)
pathe: 1.1.2
pkg-types: 1.2.0
semver: 7.6.3
@@ -11211,11 +11325,10 @@ snapshots:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxtjs/color-mode@3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)':
+ '@nuxtjs/color-mode@3.5.2(magicast@0.3.5)(rollup@4.24.4)':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
pathe: 1.1.2
pkg-types: 1.2.1
semver: 7.6.3
@@ -11223,16 +11336,15 @@ snapshots:
- magicast
- rollup
- supports-color
- - webpack-sources
'@nuxtjs/i18n@9.1.0(patch_hash=f7ooybjhk3gbrcmx6vkut3a44i)(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@intlify/h3': 0.6.1
'@intlify/shared': 10.0.4
- '@intlify/unplugin-vue-i18n': 5.3.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@intlify/unplugin-vue-i18n': 5.3.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
'@intlify/utils': 0.13.0
'@miyaneee/rollup-plugin-json5': 1.2.0(rollup@2.79.1)
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)
'@rollup/plugin-yaml': 4.1.2(rollup@2.79.1)
'@vue/compiler-sfc': 3.5.13
debug: 4.3.7(supports-color@9.4.0)
@@ -11247,7 +11359,7 @@ snapshots:
sucrase: 3.35.0
ufo: 1.5.4
unplugin: 1.15.0(webpack-sources@3.2.3)
- unplugin-vue-router: 0.10.8(rollup@2.79.1)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ unplugin-vue-router: 0.10.8(rollup@2.79.1)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
vue-i18n: 10.0.4(vue@3.5.4(typescript@5.6.2))
vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
@@ -11261,9 +11373,9 @@ snapshots:
- vue
- webpack-sources
- '@nuxtjs/mdc@0.9.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)':
+ '@nuxtjs/mdc@0.9.2(magicast@0.3.5)(rollup@4.24.4)':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
'@shikijs/transformers': 1.22.2
'@types/hast': 3.0.4
'@types/mdast': 4.0.4
@@ -11297,12 +11409,11 @@ snapshots:
unified: 11.0.5
unist-builder: 4.0.0
unist-util-visit: 5.0.0
- unwasm: 0.3.9(webpack-sources@3.2.3)
+ unwasm: 0.3.9
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
'@one-ini/wasm@0.1.1': {}
@@ -11367,9 +11478,9 @@ snapshots:
'@parcel/watcher-win32-ia32': 2.4.1
'@parcel/watcher-win32-x64': 2.4.1
- '@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)
pinia: 2.2.2(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -11378,7 +11489,6 @@ snapshots:
- supports-color
- typescript
- vue
- - webpack-sources
'@pkgjs/parseargs@0.11.0':
optional: true
@@ -11437,9 +11547,7 @@ snapshots:
dependencies:
type-fest: 2.19.0
- '@rollup/plugin-alias@5.1.0(rollup@3.29.4)':
- dependencies:
- slash: 4.0.0
+ '@rollup/plugin-alias@5.1.1(rollup@3.29.4)':
optionalDependencies:
rollup: 3.29.4
@@ -11474,34 +11582,34 @@ snapshots:
estree-walker: 2.0.2
fdir: 6.4.2(picomatch@4.0.2)
is-reference: 1.2.1
- magic-string: 0.30.12
+ magic-string: 0.30.13
picomatch: 4.0.2
optionalDependencies:
rollup: 4.24.4
'@rollup/plugin-inject@5.0.5(rollup@4.24.4)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
estree-walker: 2.0.2
- magic-string: 0.30.12
+ magic-string: 0.30.13
optionalDependencies:
rollup: 4.24.4
'@rollup/plugin-json@6.1.0(rollup@3.29.4)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@3.29.4)
+ '@rollup/pluginutils': 5.1.3(rollup@3.29.4)
optionalDependencies:
rollup: 3.29.4
'@rollup/plugin-json@6.1.0(rollup@4.24.4)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
optionalDependencies:
rollup: 4.24.4
'@rollup/plugin-node-resolve@15.2.3(rollup@2.79.1)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@2.79.1)
+ '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-builtin-module: 3.2.1
@@ -11510,12 +11618,11 @@ snapshots:
optionalDependencies:
rollup: 2.79.1
- '@rollup/plugin-node-resolve@15.2.3(rollup@3.29.4)':
+ '@rollup/plugin-node-resolve@15.3.0(rollup@3.29.4)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@3.29.4)
+ '@rollup/pluginutils': 5.1.3(rollup@3.29.4)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
- is-builtin-module: 3.2.1
is-module: 1.0.0
resolve: 1.22.8
optionalDependencies:
@@ -11547,14 +11654,14 @@ snapshots:
'@rollup/plugin-replace@6.0.1(rollup@2.79.1)':
dependencies:
'@rollup/pluginutils': 5.1.3(rollup@2.79.1)
- magic-string: 0.30.12
+ magic-string: 0.30.13
optionalDependencies:
rollup: 2.79.1
'@rollup/plugin-replace@6.0.1(rollup@4.24.4)':
dependencies:
'@rollup/pluginutils': 5.1.3(rollup@4.24.4)
- magic-string: 0.30.12
+ magic-string: 0.30.13
optionalDependencies:
rollup: 4.24.4
@@ -11602,14 +11709,6 @@ snapshots:
optionalDependencies:
rollup: 2.79.1
- '@rollup/pluginutils@5.1.0(rollup@3.29.4)':
- dependencies:
- '@types/estree': 1.0.6
- estree-walker: 2.0.2
- picomatch: 2.3.1
- optionalDependencies:
- rollup: 3.29.4
-
'@rollup/pluginutils@5.1.0(rollup@4.24.4)':
dependencies:
'@types/estree': 1.0.6
@@ -11626,14 +11725,6 @@ snapshots:
optionalDependencies:
rollup: 2.79.1
- '@rollup/pluginutils@5.1.2(rollup@3.29.4)':
- dependencies:
- '@types/estree': 1.0.6
- estree-walker: 2.0.2
- picomatch: 2.3.1
- optionalDependencies:
- rollup: 3.29.4
-
'@rollup/pluginutils@5.1.2(rollup@4.24.4)':
dependencies:
'@types/estree': 1.0.6
@@ -11965,8 +12056,6 @@ snapshots:
'@types/estree@0.0.39': {}
- '@types/estree@1.0.5': {}
-
'@types/estree@1.0.6': {}
'@types/file-saver@2.0.7': {}
@@ -12203,11 +12292,6 @@ snapshots:
'@unhead/schema': 1.11.11
'@unhead/shared': 1.11.11
- '@unhead/dom@1.11.6':
- dependencies:
- '@unhead/schema': 1.11.6
- '@unhead/shared': 1.11.6
-
'@unhead/schema@1.11.11':
dependencies:
hookable: 5.5.3
@@ -12222,20 +12306,11 @@ snapshots:
dependencies:
'@unhead/schema': 1.11.11
- '@unhead/shared@1.11.6':
- dependencies:
- '@unhead/schema': 1.11.6
-
'@unhead/ssr@1.11.11':
dependencies:
'@unhead/schema': 1.11.11
'@unhead/shared': 1.11.11
- '@unhead/ssr@1.11.6':
- dependencies:
- '@unhead/schema': 1.11.6
- '@unhead/shared': 1.11.6
-
'@unhead/vue@1.11.11(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@unhead/schema': 1.11.11
@@ -12254,27 +12329,17 @@ snapshots:
unhead: 1.11.11
vue: 3.5.4(typescript@5.6.3)
- '@unhead/vue@1.11.6(vue@3.5.4(typescript@5.6.3))':
- dependencies:
- '@unhead/schema': 1.11.6
- '@unhead/shared': 1.11.6
- defu: 6.1.4
- hookable: 5.5.3
- unhead: 1.11.6
- vue: 3.5.4(typescript@5.6.3)
-
'@unlazy/core@0.12.0': {}
- '@unlazy/nuxt@0.12.0(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
+ '@unlazy/nuxt@0.12.0(magicast@0.3.5)(rollup@2.79.1)':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)
defu: 6.1.4
unlazy: 0.12.0
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
'@unocss/astro@0.63.6(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
dependencies:
@@ -12291,7 +12356,7 @@ snapshots:
'@unocss/cli@0.63.6(rollup@2.79.1)':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.2(rollup@2.79.1)
+ '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
'@unocss/config': 0.63.6
'@unocss/core': 0.63.6
'@unocss/preset-uno': 0.63.6
@@ -12299,7 +12364,7 @@ snapshots:
chokidar: 3.6.0
colorette: 2.0.20
consola: 3.2.3
- magic-string: 0.30.12
+ magic-string: 0.30.13
pathe: 1.1.2
perfect-debounce: 1.0.0
tinyglobby: 0.2.10
@@ -12338,7 +12403,7 @@ snapshots:
'@typescript-eslint/utils': 8.12.2(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
'@unocss/config': 0.64.1
'@unocss/core': 0.64.1
- magic-string: 0.30.12
+ magic-string: 0.30.13
synckit: 0.9.2
transitivePeerDependencies:
- eslint
@@ -12359,9 +12424,9 @@ snapshots:
transitivePeerDependencies:
- typescript
- '@unocss/nuxt@0.63.6(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))':
+ '@unocss/nuxt@0.63.6(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
- '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)
'@unocss/config': 0.63.6
'@unocss/core': 0.63.6
'@unocss/preset-attributify': 0.63.6
@@ -12383,7 +12448,6 @@ snapshots:
- typescript
- vite
- webpack
- - webpack-sources
'@unocss/postcss@0.63.6(postcss@8.4.49)':
dependencies:
@@ -12404,7 +12468,7 @@ snapshots:
dependencies:
'@iconify/utils': 2.1.33
'@unocss/core': 0.63.6
- ofetch: 1.4.0
+ ofetch: 1.4.1
transitivePeerDependencies:
- supports-color
@@ -12433,7 +12497,7 @@ snapshots:
'@unocss/preset-web-fonts@0.63.6':
dependencies:
'@unocss/core': 0.63.6
- ofetch: 1.4.0
+ ofetch: 1.4.1
'@unocss/preset-wind@0.63.6':
dependencies:
@@ -12448,7 +12512,7 @@ snapshots:
'@unocss/rule-utils@0.63.6':
dependencies:
'@unocss/core': 0.63.6
- magic-string: 0.30.12
+ magic-string: 0.30.13
'@unocss/transformer-attributify-jsx@0.63.6':
dependencies:
@@ -12476,7 +12540,7 @@ snapshots:
'@unocss/core': 0.63.6
'@unocss/inspector': 0.63.6(typescript@5.6.2)
chokidar: 3.6.0
- magic-string: 0.30.12
+ magic-string: 0.30.13
tinyglobby: 0.2.10
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
@@ -12491,9 +12555,9 @@ snapshots:
'@unocss/config': 0.63.6
'@unocss/core': 0.63.6
chokidar: 3.6.0
- magic-string: 0.30.12
+ magic-string: 0.30.13
tinyglobby: 0.2.10
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
webpack: 5.89.0(esbuild@0.23.1)
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -12536,34 +12600,34 @@ snapshots:
- encoding
- supports-color
- '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@babel/core': 7.25.2
- '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ '@babel/core': 7.26.0
+ '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@babel/core': 7.25.2
- '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ '@babel/core': 7.26.0
+ '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
- '@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
dependencies:
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.3)
'@vitest/eslint-plugin@1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
@@ -12585,7 +12649,7 @@ snapshots:
dependencies:
'@vitest/spy': 2.1.5
estree-walker: 3.0.3
- magic-string: 0.30.12
+ magic-string: 0.30.13
optionalDependencies:
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
@@ -12601,7 +12665,7 @@ snapshots:
'@vitest/snapshot@2.1.5':
dependencies:
'@vitest/pretty-format': 2.1.5
- magic-string: 0.30.12
+ magic-string: 0.30.13
pathe: 1.1.2
'@vitest/spy@2.1.5':
@@ -12650,32 +12714,31 @@ snapshots:
dependencies:
'@volar/language-core': 1.4.1
'@volar/source-map': 1.4.1
- '@vue/compiler-dom': 3.5.4
- '@vue/compiler-sfc': 3.5.4
+ '@vue/compiler-dom': 3.5.13
+ '@vue/compiler-sfc': 3.5.13
'@vue/reactivity': 3.5.4
- '@vue/shared': 3.5.6
+ '@vue/shared': 3.5.13
minimatch: 9.0.5
muggle-string: 0.2.2
vue-template-compiler: 2.7.14
'@vue-macros/api@0.10.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
resolve.exports: 2.0.2
transitivePeerDependencies:
- rollup
- vue
- '@vue-macros/better-define@1.8.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/better-define@1.8.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/api': 0.10.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
'@vue-macros/boolean-prop@0.4.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -12685,14 +12748,13 @@ snapshots:
- rollup
- vue
- '@vue-macros/chain-call@0.3.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/chain-call@0.3.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
'@vue-macros/common@1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -12730,74 +12792,67 @@ snapshots:
- supports-color
- vue
- '@vue-macros/define-emit@0.3.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/define-emit@0.3.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/api': 0.10.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
- '@vue-macros/define-models@1.2.10(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/define-models@1.2.10(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
ast-walker-scope: 0.6.2
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
optionalDependencies:
'@vueuse/core': 11.0.3(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
- '@vue-macros/define-prop@0.4.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/define-prop@0.4.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/api': 0.10.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
- '@vue-macros/define-props-refs@1.2.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/define-props-refs@1.2.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
- '@vue-macros/define-props@3.0.4(@vue-macros/reactivity-transform@1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/define-props@3.0.4(@vue-macros/reactivity-transform@1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- '@vue-macros/reactivity-transform': 1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ '@vue-macros/reactivity-transform': 1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
- '@vue-macros/define-render@1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/define-render@1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
- '@vue-macros/define-slots@1.1.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/define-slots@1.1.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
'@vue-macros/devtools@0.3.3(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
dependencies:
@@ -12808,69 +12863,63 @@ snapshots:
transitivePeerDependencies:
- typescript
- '@vue-macros/export-expose@0.2.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/export-expose@0.2.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- '@vue/compiler-sfc': 3.5.4
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ '@vue/compiler-sfc': 3.5.13
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
- '@vue-macros/export-props@0.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/export-props@0.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
- '@vue-macros/export-render@0.2.11(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/export-render@0.2.11(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
- '@vue-macros/hoist-static@1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/hoist-static@1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
- '@vue-macros/jsx-directive@0.8.21(rollup@2.79.1)(typescript@5.6.2)(webpack-sources@3.2.3)':
+ '@vue-macros/jsx-directive@0.8.21(rollup@2.79.1)(typescript@5.6.2)':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- typescript
- - webpack-sources
- '@vue-macros/named-template@0.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/named-template@0.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- '@vue/compiler-dom': 3.5.4
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ '@vue/compiler-dom': 3.5.13
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
- '@vue-macros/nuxt@1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))':
+ '@vue-macros/nuxt@1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
- unplugin-vue-macros: 2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ unplugin-vue-macros: 2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
transitivePeerDependencies:
- '@rspack/core'
- '@vueuse/core'
@@ -12884,57 +12933,51 @@ snapshots:
- vue
- vue-tsc
- webpack
- - webpack-sources
- '@vue-macros/reactivity-transform@1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/reactivity-transform@1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@babel/parser': 7.25.6
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue/compiler-core': 3.5.4
- '@vue/shared': 3.5.4
- magic-string: 0.30.12
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ '@vue/shared': 3.5.13
+ magic-string: 0.30.13
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
- '@vue-macros/script-lang@0.1.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/script-lang@0.1.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- - webpack-sources
- '@vue-macros/setup-block@0.3.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/setup-block@0.3.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- '@vue/compiler-dom': 3.5.4
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ '@vue/compiler-dom': 3.5.13
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
- '@vue-macros/setup-component@0.17.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/setup-component@0.17.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
- '@vue-macros/setup-sfc@0.17.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/setup-sfc@0.17.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
'@vue-macros/short-bind@1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -12944,14 +12987,13 @@ snapshots:
- rollup
- vue
- '@vue-macros/short-emits@1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vue-macros/short-emits@1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
'@vue-macros/short-vmodel@1.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -12980,6 +13022,8 @@ snapshots:
'@vue/babel-helper-vue-transform-on@1.2.2': {}
+ '@vue/babel-helper-vue-transform-on@1.2.5': {}
+
'@vue/babel-plugin-jsx@1.2.2(@babel/core@7.25.2)':
dependencies:
'@babel/helper-module-imports': 7.22.15
@@ -12987,7 +13031,7 @@ snapshots:
'@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
'@babel/template': 7.25.0
'@babel/traverse': 7.25.3
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
'@vue/babel-helper-vue-transform-on': 1.2.2
'@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.25.2)
camelcase: 6.3.0
@@ -12998,18 +13042,46 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0)
+ '@babel/template': 7.25.9
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.26.0
+ '@vue/babel-helper-vue-transform-on': 1.2.5
+ '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.0)
+ html-tags: 3.3.1
+ svg-tags: 1.0.0
+ optionalDependencies:
+ '@babel/core': 7.26.0
+ transitivePeerDependencies:
+ - supports-color
+
'@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.25.2)':
dependencies:
- '@babel/code-frame': 7.24.7
+ '@babel/code-frame': 7.26.2
'@babel/core': 7.25.2
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.8
'@babel/parser': 7.26.2
- '@vue/compiler-sfc': 3.5.4
+ '@vue/compiler-sfc': 3.5.13
+
+ '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/code-frame': 7.26.2
+ '@babel/core': 7.26.0
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/parser': 7.26.2
+ '@vue/compiler-sfc': 3.5.13
+ transitivePeerDependencies:
+ - supports-color
'@vue/compiler-core@3.5.12':
dependencies:
- '@babel/parser': 7.25.6
+ '@babel/parser': 7.26.2
'@vue/shared': 3.5.12
entities: 4.5.0
estree-walker: 2.0.2
@@ -13025,11 +13097,11 @@ snapshots:
'@vue/compiler-core@3.5.4':
dependencies:
- '@babel/parser': 7.25.6
+ '@babel/parser': 7.26.2
'@vue/shared': 3.5.4
entities: 4.5.0
estree-walker: 2.0.2
- source-map-js: 1.2.0
+ source-map-js: 1.2.1
'@vue/compiler-dom@3.5.13':
dependencies:
@@ -13049,21 +13121,21 @@ snapshots:
'@vue/compiler-ssr': 3.5.13
'@vue/shared': 3.5.13
estree-walker: 2.0.2
- magic-string: 0.30.12
+ magic-string: 0.30.13
postcss: 8.4.49
source-map-js: 1.2.1
'@vue/compiler-sfc@3.5.4':
dependencies:
- '@babel/parser': 7.25.6
+ '@babel/parser': 7.26.2
'@vue/compiler-core': 3.5.4
'@vue/compiler-dom': 3.5.4
'@vue/compiler-ssr': 3.5.4
'@vue/shared': 3.5.4
estree-walker: 2.0.2
- magic-string: 0.30.12
- postcss: 8.4.45
- source-map-js: 1.2.0
+ magic-string: 0.30.13
+ postcss: 8.4.49
+ source-map-js: 1.2.1
'@vue/compiler-ssr@3.5.13':
dependencies:
@@ -13094,14 +13166,14 @@ snapshots:
transitivePeerDependencies:
- vite
- '@vue/devtools-core@7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ '@vue/devtools-core@7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@vue/devtools-kit': 7.4.4
'@vue/devtools-shared': 7.4.5
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
vue: 3.5.4(typescript@5.6.3)
transitivePeerDependencies:
- vite
@@ -13123,9 +13195,9 @@ snapshots:
'@vue/language-core@2.1.10(typescript@5.6.3)':
dependencies:
'@volar/language-core': 2.4.10
- '@vue/compiler-dom': 3.5.4
+ '@vue/compiler-dom': 3.5.13
'@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.12
+ '@vue/shared': 3.5.13
alien-signals: 0.2.1
minimatch: 9.0.5
muggle-string: 0.4.1
@@ -13138,7 +13210,7 @@ snapshots:
'@volar/language-core': 2.4.4
'@vue/compiler-dom': 3.5.4
'@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.4
+ '@vue/shared': 3.5.13
computeds: 0.0.1
minimatch: 9.0.5
muggle-string: 0.4.1
@@ -13151,7 +13223,7 @@ snapshots:
'@volar/language-core': 2.4.4
'@vue/compiler-dom': 3.5.4
'@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.4
+ '@vue/shared': 3.5.13
computeds: 0.0.1
minimatch: 9.0.5
muggle-string: 0.4.1
@@ -13194,8 +13266,6 @@ snapshots:
'@vue/shared@3.5.4': {}
- '@vue/shared@3.5.6': {}
-
'@vue/test-utils@2.4.6':
dependencies:
js-beautify: 1.14.9
@@ -13251,10 +13321,10 @@ snapshots:
'@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@unhead/dom': 1.11.6
+ '@unhead/dom': 1.11.11
'@unhead/schema': 1.11.6
- '@unhead/ssr': 1.11.6
- '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.6.3))
+ '@unhead/ssr': 1.11.11
+ '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.3))
vue: 3.5.4(typescript@5.6.3)
'@vueuse/integrations@11.0.3(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
@@ -13301,7 +13371,7 @@ snapshots:
'@vueuse/metadata@9.13.0': {}
- '@vueuse/motion@2.2.6(magicast@0.3.5)(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vueuse/motion@2.2.6(magicast@0.3.5)(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vueuse/core': 10.10.0(vue@3.5.4(typescript@5.6.2))
'@vueuse/shared': 10.10.0(vue@3.5.4(typescript@5.6.2))
@@ -13311,21 +13381,20 @@ snapshots:
style-value-types: 5.1.2
vue: 3.5.4(typescript@5.6.2)
optionalDependencies:
- '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
- rollup
- supports-color
- - webpack-sources
- '@vueuse/nuxt@11.0.3(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.0.3(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)
'@vueuse/core': 11.0.3(vue@3.5.4(typescript@5.6.2))
'@vueuse/metadata': 11.0.3
local-pkg: 0.5.0
- nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -13333,15 +13402,14 @@ snapshots:
- rollup
- supports-color
- vue
- - webpack-sources
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
'@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3)
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -13349,7 +13417,6 @@ snapshots:
- rollup
- supports-color
- vue
- - webpack-sources
'@vueuse/shared@10.10.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -13600,7 +13667,7 @@ snapshots:
ast-walker-scope@0.6.2:
dependencies:
- '@babel/parser': 7.25.6
+ '@babel/parser': 7.26.2
ast-kit: 1.1.0
async-sema@3.1.1: {}
@@ -13611,14 +13678,14 @@ snapshots:
at-least-node@1.0.0: {}
- autoprefixer@10.4.20(postcss@8.4.47):
+ autoprefixer@10.4.20(postcss@8.4.49):
dependencies:
- browserslist: 4.23.3
- caniuse-lite: 1.0.30001651
+ browserslist: 4.24.2
+ caniuse-lite: 1.0.30001676
fraction.js: 4.3.7
normalize-range: 0.1.2
- picocolors: 1.1.0
- postcss: 8.4.47
+ picocolors: 1.1.1
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
available-typed-arrays@1.0.5: {}
@@ -13688,7 +13755,7 @@ snapshots:
browserslist@4.23.3:
dependencies:
- caniuse-lite: 1.0.30001651
+ caniuse-lite: 1.0.30001676
electron-to-chromium: 1.5.9
node-releases: 2.0.18
update-browserslist-db: 1.1.0(browserslist@4.23.3)
@@ -13742,11 +13809,11 @@ snapshots:
dotenv: 16.4.5
giget: 1.2.3
jiti: 1.21.6
- mlly: 1.7.1
+ mlly: 1.7.3
ohash: 1.1.4
pathe: 1.1.2
perfect-debounce: 1.0.0
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
rc9: 2.1.2
optionalDependencies:
magicast: 0.3.5
@@ -13754,16 +13821,16 @@ snapshots:
c12@2.0.1(magicast@0.3.5):
dependencies:
chokidar: 4.0.1
- confbox: 0.1.7
+ confbox: 0.1.8
defu: 6.1.4
dotenv: 16.4.5
giget: 1.2.3
- jiti: 2.3.3
- mlly: 1.7.1
+ jiti: 2.4.0
+ mlly: 1.7.3
ohash: 1.1.4
pathe: 1.1.2
perfect-debounce: 1.0.0
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
rc9: 2.1.2
optionalDependencies:
magicast: 0.3.5
@@ -13789,12 +13856,10 @@ snapshots:
caniuse-api@3.0.0:
dependencies:
browserslist: 4.24.2
- caniuse-lite: 1.0.30001651
+ caniuse-lite: 1.0.30001676
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
- caniuse-lite@1.0.30001651: {}
-
caniuse-lite@1.0.30001676: {}
capital-case@1.0.4:
@@ -14079,8 +14144,6 @@ snapshots:
shebang-command: 2.0.0
which: 2.0.2
- crossws@0.2.4: {}
-
crossws@0.3.1:
dependencies:
uncrypto: 0.1.3
@@ -14091,9 +14154,9 @@ snapshots:
crypto-random-string@2.0.0: {}
- css-declaration-sorter@7.2.0(postcss@8.4.47):
+ css-declaration-sorter@7.2.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
css-select@5.1.0:
dependencies:
@@ -14124,49 +14187,49 @@ snapshots:
cssfilter@0.0.10: {}
- cssnano-preset-default@7.0.6(postcss@8.4.47):
+ cssnano-preset-default@7.0.6(postcss@8.4.49):
dependencies:
- browserslist: 4.23.3
- css-declaration-sorter: 7.2.0(postcss@8.4.47)
- cssnano-utils: 5.0.0(postcss@8.4.47)
- postcss: 8.4.47
- postcss-calc: 10.0.2(postcss@8.4.47)
- postcss-colormin: 7.0.2(postcss@8.4.47)
- postcss-convert-values: 7.0.4(postcss@8.4.47)
- postcss-discard-comments: 7.0.3(postcss@8.4.47)
- postcss-discard-duplicates: 7.0.1(postcss@8.4.47)
- postcss-discard-empty: 7.0.0(postcss@8.4.47)
- postcss-discard-overridden: 7.0.0(postcss@8.4.47)
- postcss-merge-longhand: 7.0.4(postcss@8.4.47)
- postcss-merge-rules: 7.0.4(postcss@8.4.47)
- postcss-minify-font-values: 7.0.0(postcss@8.4.47)
- postcss-minify-gradients: 7.0.0(postcss@8.4.47)
- postcss-minify-params: 7.0.2(postcss@8.4.47)
- postcss-minify-selectors: 7.0.4(postcss@8.4.47)
- postcss-normalize-charset: 7.0.0(postcss@8.4.47)
- postcss-normalize-display-values: 7.0.0(postcss@8.4.47)
- postcss-normalize-positions: 7.0.0(postcss@8.4.47)
- postcss-normalize-repeat-style: 7.0.0(postcss@8.4.47)
- postcss-normalize-string: 7.0.0(postcss@8.4.47)
- postcss-normalize-timing-functions: 7.0.0(postcss@8.4.47)
- postcss-normalize-unicode: 7.0.2(postcss@8.4.47)
- postcss-normalize-url: 7.0.0(postcss@8.4.47)
- postcss-normalize-whitespace: 7.0.0(postcss@8.4.47)
- postcss-ordered-values: 7.0.1(postcss@8.4.47)
- postcss-reduce-initial: 7.0.2(postcss@8.4.47)
- postcss-reduce-transforms: 7.0.0(postcss@8.4.47)
- postcss-svgo: 7.0.1(postcss@8.4.47)
- postcss-unique-selectors: 7.0.3(postcss@8.4.47)
-
- cssnano-utils@5.0.0(postcss@8.4.47):
+ browserslist: 4.24.2
+ css-declaration-sorter: 7.2.0(postcss@8.4.49)
+ cssnano-utils: 5.0.0(postcss@8.4.49)
+ postcss: 8.4.49
+ postcss-calc: 10.0.2(postcss@8.4.49)
+ postcss-colormin: 7.0.2(postcss@8.4.49)
+ postcss-convert-values: 7.0.4(postcss@8.4.49)
+ postcss-discard-comments: 7.0.3(postcss@8.4.49)
+ postcss-discard-duplicates: 7.0.1(postcss@8.4.49)
+ postcss-discard-empty: 7.0.0(postcss@8.4.49)
+ postcss-discard-overridden: 7.0.0(postcss@8.4.49)
+ postcss-merge-longhand: 7.0.4(postcss@8.4.49)
+ postcss-merge-rules: 7.0.4(postcss@8.4.49)
+ postcss-minify-font-values: 7.0.0(postcss@8.4.49)
+ postcss-minify-gradients: 7.0.0(postcss@8.4.49)
+ postcss-minify-params: 7.0.2(postcss@8.4.49)
+ postcss-minify-selectors: 7.0.4(postcss@8.4.49)
+ postcss-normalize-charset: 7.0.0(postcss@8.4.49)
+ postcss-normalize-display-values: 7.0.0(postcss@8.4.49)
+ postcss-normalize-positions: 7.0.0(postcss@8.4.49)
+ postcss-normalize-repeat-style: 7.0.0(postcss@8.4.49)
+ postcss-normalize-string: 7.0.0(postcss@8.4.49)
+ postcss-normalize-timing-functions: 7.0.0(postcss@8.4.49)
+ postcss-normalize-unicode: 7.0.2(postcss@8.4.49)
+ postcss-normalize-url: 7.0.0(postcss@8.4.49)
+ postcss-normalize-whitespace: 7.0.0(postcss@8.4.49)
+ postcss-ordered-values: 7.0.1(postcss@8.4.49)
+ postcss-reduce-initial: 7.0.2(postcss@8.4.49)
+ postcss-reduce-transforms: 7.0.0(postcss@8.4.49)
+ postcss-svgo: 7.0.1(postcss@8.4.49)
+ postcss-unique-selectors: 7.0.3(postcss@8.4.49)
+
+ cssnano-utils@5.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
- cssnano@7.0.6(postcss@8.4.47):
+ cssnano@7.0.6(postcss@8.4.49):
dependencies:
- cssnano-preset-default: 7.0.6(postcss@8.4.47)
+ cssnano-preset-default: 7.0.6(postcss@8.4.49)
lilconfig: 3.1.2
- postcss: 8.4.47
+ postcss: 8.4.49
csso@5.0.5:
dependencies:
@@ -14879,7 +14942,7 @@ snapshots:
estree-walker@3.0.3:
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
esutils@2.0.3: {}
@@ -14924,7 +14987,7 @@ snapshots:
externality@1.0.2:
dependencies:
enhanced-resolve: 5.17.1
- mlly: 1.7.1
+ mlly: 1.7.3
pathe: 1.1.2
ufo: 1.5.4
@@ -15004,13 +15067,13 @@ snapshots:
flatted@3.3.1: {}
- floating-vue@5.2.2(@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(vue@3.5.4(typescript@5.6.2)):
+ floating-vue@5.2.2(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@floating-ui/dom': 1.1.1
vue: 3.5.4(typescript@5.6.2)
vue-resize: 2.0.0-alpha.1(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
focus-trap@7.5.4:
dependencies:
@@ -15132,7 +15195,7 @@ snapshots:
consola: 3.2.3
defu: 6.1.4
node-fetch-native: 1.6.4
- nypm: 0.3.11
+ nypm: 0.3.12
ohash: 1.1.4
pathe: 1.1.2
tar: 6.2.0
@@ -15241,7 +15304,7 @@ snapshots:
h3@1.13.0:
dependencies:
cookie-es: 1.2.2
- crossws: 0.2.4
+ crossws: 0.3.1
defu: 6.1.4
destr: 2.0.3
iron-webcrypto: 1.2.1
@@ -15250,8 +15313,6 @@ snapshots:
ufo: 1.5.4
uncrypto: 0.1.3
unenv: 1.10.0
- transitivePeerDependencies:
- - uWebSockets.js
happy-dom@15.10.2:
dependencies:
@@ -15454,27 +15515,25 @@ snapshots:
transitivePeerDependencies:
- supports-color
- impound@0.2.0(rollup@2.79.1)(webpack-sources@3.2.3):
+ impound@0.2.0(rollup@2.79.1):
dependencies:
- '@rollup/pluginutils': 5.1.2(rollup@2.79.1)
- mlly: 1.7.2
+ '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
+ mlly: 1.7.3
pathe: 1.1.2
unenv: 1.10.0
- unplugin: 1.15.0(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- - webpack-sources
- impound@0.2.0(rollup@4.24.4)(webpack-sources@3.2.3):
+ impound@0.2.0(rollup@4.24.4):
dependencies:
- '@rollup/pluginutils': 5.1.2(rollup@4.24.4)
- mlly: 1.7.2
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ mlly: 1.7.3
pathe: 1.1.2
unenv: 1.10.0
- unplugin: 1.15.0(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- - webpack-sources
imurmurhash@0.1.4: {}
@@ -15726,8 +15785,6 @@ snapshots:
jiti@2.0.0-beta.2: {}
- jiti@2.3.3: {}
-
jiti@2.4.0: {}
js-beautify@1.14.9:
@@ -15850,15 +15907,13 @@ snapshots:
h3: 1.13.0
http-shutdown: 1.2.2
jiti: 2.4.0
- mlly: 1.7.2
+ mlly: 1.7.3
node-forge: 1.3.1
pathe: 1.1.2
- std-env: 3.7.0
+ std-env: 3.8.0
ufo: 1.5.4
untun: 0.1.3
uqr: 0.1.2
- transitivePeerDependencies:
- - uWebSockets.js
listr2@8.2.4:
dependencies:
@@ -15875,7 +15930,7 @@ snapshots:
local-pkg@0.5.0:
dependencies:
- mlly: 1.7.2
+ mlly: 1.7.3
pkg-types: 1.2.1
local-pkg@0.5.1:
@@ -15950,7 +16005,7 @@ snapshots:
magic-string-ast@0.6.2:
dependencies:
- magic-string: 0.30.12
+ magic-string: 0.30.13
magic-string@0.25.9:
dependencies:
@@ -16417,9 +16472,9 @@ snapshots:
mlly@1.7.1:
dependencies:
- acorn: 8.12.1
+ acorn: 8.14.0
pathe: 1.1.2
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
ufo: 1.5.4
mlly@1.7.2:
@@ -16470,7 +16525,7 @@ snapshots:
neo-async@2.6.2: {}
- nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3)(webpack-sources@3.2.3):
+ nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -16512,10 +16567,10 @@ snapshots:
klona: 2.0.6
knitwork: 1.1.0
listhen: 1.9.0
- magic-string: 0.30.12
+ magic-string: 0.30.13
magicast: 0.3.5
mime: 4.0.4
- mlly: 1.7.2
+ mlly: 1.7.3
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
@@ -16531,15 +16586,15 @@ snapshots:
semver: 7.6.3
serve-placeholder: 2.0.2
serve-static: 1.16.2
- std-env: 3.7.0
+ std-env: 3.8.0
ufo: 1.5.4
uncrypto: 0.1.3
- unctx: 2.3.1(webpack-sources@3.2.3)
+ unctx: 2.3.1
unenv: 1.10.0
- unimport: 3.13.1(rollup@4.24.4)(webpack-sources@3.2.3)
+ unimport: 3.13.3(rollup@4.24.4)
unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
- unwasm: 0.3.9(webpack-sources@3.2.3)
+ unwasm: 0.3.9
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -16561,10 +16616,8 @@ snapshots:
- mysql2
- supports-color
- typescript
- - uWebSockets.js
- - webpack-sources
- nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3):
+ nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -16606,10 +16659,10 @@ snapshots:
klona: 2.0.6
knitwork: 1.1.0
listhen: 1.9.0
- magic-string: 0.30.12
+ magic-string: 0.30.13
magicast: 0.3.5
mime: 4.0.4
- mlly: 1.7.2
+ mlly: 1.7.3
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
@@ -16625,15 +16678,15 @@ snapshots:
semver: 7.6.3
serve-placeholder: 2.0.2
serve-static: 1.16.2
- std-env: 3.7.0
+ std-env: 3.8.0
ufo: 1.5.4
uncrypto: 0.1.3
- unctx: 2.3.1(webpack-sources@3.2.3)
+ unctx: 2.3.1
unenv: 1.10.0
- unimport: 3.13.1(rollup@4.24.4)(webpack-sources@3.2.3)
+ unimport: 3.13.3(rollup@4.24.4)
unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
- unwasm: 0.3.9(webpack-sources@3.2.3)
+ unwasm: 0.3.9
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -16655,8 +16708,6 @@ snapshots:
- mysql2
- supports-color
- typescript
- - uWebSockets.js
- - webpack-sources
no-case@3.0.4:
dependencies:
@@ -16726,11 +16777,11 @@ snapshots:
nuxi@3.15.0: {}
- nuxt-component-meta@0.9.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3):
+ nuxt-component-meta@0.9.0(magicast@0.3.5)(rollup@4.24.4):
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
citty: 0.1.6
- mlly: 1.7.2
+ mlly: 1.7.3
scule: 1.3.0
typescript: 5.6.3
ufo: 1.5.4
@@ -16739,50 +16790,46 @@ snapshots:
- magicast
- rollup
- supports-color
- - webpack-sources
- nuxt-config-schema@0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3):
+ nuxt-config-schema@0.4.6(magicast@0.3.5)(rollup@4.24.4):
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
defu: 6.1.4
jiti: 1.21.6
pathe: 1.1.2
- untyped: 1.4.2
+ untyped: 1.5.1
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
- nuxt-csurf@1.6.5(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3):
+ nuxt-csurf@1.6.5(magicast@0.3.5)(rollup@2.79.1):
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)
defu: 6.1.4
uncsrf: 1.2.0
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
- nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3):
+ nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3)):
dependencies:
'@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.3))
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
+ nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- vue
- - webpack-sources
- nuxt-security@2.1.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3):
+ nuxt-security@2.1.4(magicast@0.3.5)(rollup@2.79.1):
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)
basic-auth: 2.0.1
defu: 6.1.4
- nuxt-csurf: 1.6.5(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ nuxt-csurf: 1.6.5(magicast@0.3.5)(rollup@2.79.1)
pathe: 1.1.2
unplugin-remove: 1.0.3(rollup@2.79.1)
xss: 1.0.14
@@ -16790,21 +16837,20 @@ snapshots:
- magicast
- rollup
- supports-color
- - webpack-sources
- nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))(webpack-sources@3.2.3):
+ nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxt/vite-builder': 3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))
'@unhead/dom': 1.11.11
'@unhead/shared': 1.11.11
'@unhead/ssr': 1.11.11
'@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.3))
- '@vue/shared': 3.5.12
+ '@vue/shared': 3.5.13
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
chokidar: 4.0.1
@@ -16822,14 +16868,14 @@ snapshots:
h3: 1.13.0
hookable: 5.5.3
ignore: 6.0.2
- impound: 0.2.0(rollup@4.24.4)(webpack-sources@3.2.3)
+ impound: 0.2.0(rollup@4.24.4)
jiti: 2.4.0
klona: 2.0.6
knitwork: 1.1.0
- magic-string: 0.30.12
- mlly: 1.7.2
+ magic-string: 0.30.13
+ mlly: 1.7.3
nanotar: 0.1.1
- nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3)(webpack-sources@3.2.3)
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3)
nuxi: 3.15.0
nypm: 0.3.12
ofetch: 1.4.1
@@ -16840,18 +16886,18 @@ snapshots:
radix3: 1.1.2
scule: 1.3.0
semver: 7.6.3
- std-env: 3.7.0
+ std-env: 3.8.0
strip-literal: 2.1.0
tinyglobby: 0.2.10
ufo: 1.5.4
ultrahtml: 1.5.3
uncrypto: 0.1.3
- unctx: 2.3.1(webpack-sources@3.2.3)
+ unctx: 2.3.1
unenv: 1.10.0
unhead: 1.11.11
- unimport: 3.13.1(rollup@4.24.4)(webpack-sources@3.2.3)
- unplugin: 1.15.0(webpack-sources@3.2.3)
- unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3)
+ unimport: 3.13.3(rollup@4.24.4)
+ unplugin: 1.16.0
+ unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3))
unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
vue: 3.5.4(typescript@5.6.3)
@@ -16898,28 +16944,26 @@ snapshots:
- supports-color
- terser
- typescript
- - uWebSockets.js
- utf-8-validate
- vite
- vls
- vti
- vue-tsc
- - webpack-sources
- xml2js
- nuxt@3.14.159(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3):
+ nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.6.0(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
- '@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
- '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
- '@nuxt/vite-builder': 3.14.159(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/devtools': 1.6.0(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))
'@unhead/dom': 1.11.11
'@unhead/shared': 1.11.11
'@unhead/ssr': 1.11.11
'@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.2))
- '@vue/shared': 3.5.12
+ '@vue/shared': 3.5.13
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
chokidar: 4.0.1
@@ -16937,14 +16981,14 @@ snapshots:
h3: 1.13.0
hookable: 5.5.3
ignore: 6.0.2
- impound: 0.2.0(rollup@2.79.1)(webpack-sources@3.2.3)
+ impound: 0.2.0(rollup@2.79.1)
jiti: 2.4.0
klona: 2.0.6
knitwork: 1.1.0
- magic-string: 0.30.12
- mlly: 1.7.2
+ magic-string: 0.30.13
+ mlly: 1.7.3
nanotar: 0.1.1
- nitropack: 2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3)
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)
nuxi: 3.15.0
nypm: 0.3.12
ofetch: 1.4.1
@@ -16955,18 +16999,18 @@ snapshots:
radix3: 1.1.2
scule: 1.3.0
semver: 7.6.3
- std-env: 3.7.0
+ std-env: 3.8.0
strip-literal: 2.1.0
tinyglobby: 0.2.10
ufo: 1.5.4
ultrahtml: 1.5.3
uncrypto: 0.1.3
- unctx: 2.3.1(webpack-sources@3.2.3)
+ unctx: 2.3.1
unenv: 1.10.0
unhead: 1.11.11
- unimport: 3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)
- unplugin: 1.15.0(webpack-sources@3.2.3)
- unplugin-vue-router: 0.10.8(rollup@2.79.1)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ unimport: 3.13.3(rollup@2.79.1)
+ unplugin: 1.16.0
+ unplugin-vue-router: 0.10.8(rollup@2.79.1)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
vue: 3.5.4(typescript@5.6.2)
@@ -17013,13 +17057,11 @@ snapshots:
- supports-color
- terser
- typescript
- - uWebSockets.js
- utf-8-validate
- vite
- vls
- vti
- vue-tsc
- - webpack-sources
- xml2js
nypm@0.3.11:
@@ -17028,7 +17070,7 @@ snapshots:
consola: 3.2.3
execa: 8.0.1
pathe: 1.1.2
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
ufo: 1.5.4
nypm@0.3.12:
@@ -17066,12 +17108,6 @@ snapshots:
dependencies:
isobject: 3.0.1
- ofetch@1.3.4:
- dependencies:
- destr: 2.0.3
- node-fetch-native: 1.6.4
- ufo: 1.5.4
-
ofetch@1.4.0:
dependencies:
destr: 2.0.3
@@ -17186,7 +17222,7 @@ snapshots:
paneer@0.1.0:
dependencies:
- '@babel/parser': 7.25.6
+ '@babel/parser': 7.26.2
'@types/estree': 1.0.6
recast: 0.22.0
@@ -17231,7 +17267,7 @@ snapshots:
parse-json@8.1.0:
dependencies:
- '@babel/code-frame': 7.24.7
+ '@babel/code-frame': 7.26.2
index-to-position: 0.1.2
type-fest: 4.26.1
@@ -17313,7 +17349,7 @@ snapshots:
pidtree@0.6.0: {}
- pinceau@0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.47)(webpack-sources@3.2.3):
+ pinceau@0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49):
dependencies:
'@unocss/reset': 0.50.8
'@volar/vue-language-core': 1.6.5
@@ -17322,24 +17358,23 @@ snapshots:
consola: 3.2.3
csstype: 3.1.3
defu: 6.1.4
- magic-string: 0.30.12
+ magic-string: 0.30.13
nanoid: 4.0.2
ohash: 1.1.4
paneer: 0.1.0
pathe: 1.1.2
- postcss-custom-properties: 13.1.4(postcss@8.4.47)
- postcss-dark-theme-class: 0.7.3(postcss@8.4.47)
- postcss-nested: 6.0.1(postcss@8.4.47)
+ postcss-custom-properties: 13.1.4(postcss@8.4.49)
+ postcss-dark-theme-class: 0.7.3(postcss@8.4.49)
+ postcss-nested: 6.0.1(postcss@8.4.49)
recast: 0.22.0
scule: 1.3.0
style-dictionary-esm: 1.3.7
unbuild: 1.2.1
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- postcss
- sass
- supports-color
- - webpack-sources
pinia@2.2.2(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2)):
dependencies:
@@ -17354,13 +17389,13 @@ snapshots:
pkg-types@1.2.0:
dependencies:
confbox: 0.1.7
- mlly: 1.7.1
+ mlly: 1.7.3
pathe: 1.1.2
pkg-types@1.2.1:
dependencies:
confbox: 0.1.8
- mlly: 1.7.2
+ mlly: 1.7.3
pathe: 1.1.2
pluralize@8.0.0: {}
@@ -17372,97 +17407,97 @@ snapshots:
style-value-types: 5.1.2
tslib: 2.4.0
- postcss-calc@10.0.2(postcss@8.4.47):
+ postcss-calc@10.0.2(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
- postcss-colormin@7.0.2(postcss@8.4.47):
+ postcss-colormin@7.0.2(postcss@8.4.49):
dependencies:
browserslist: 4.24.2
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-convert-values@7.0.4(postcss@8.4.47):
+ postcss-convert-values@7.0.4(postcss@8.4.49):
dependencies:
browserslist: 4.24.2
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-custom-properties@13.1.4(postcss@8.4.47):
+ postcss-custom-properties@13.1.4(postcss@8.4.49):
dependencies:
'@csstools/cascade-layer-name-parser': 1.0.3(@csstools/css-parser-algorithms@2.3.0(@csstools/css-tokenizer@2.1.1))(@csstools/css-tokenizer@2.1.1)
'@csstools/css-parser-algorithms': 2.3.0(@csstools/css-tokenizer@2.1.1)
'@csstools/css-tokenizer': 2.1.1
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-dark-theme-class@0.7.3(postcss@8.4.47):
+ postcss-dark-theme-class@0.7.3(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
- postcss-discard-comments@7.0.3(postcss@8.4.47):
+ postcss-discard-comments@7.0.3(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-selector-parser: 6.1.2
- postcss-discard-duplicates@7.0.1(postcss@8.4.47):
+ postcss-discard-duplicates@7.0.1(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
- postcss-discard-empty@7.0.0(postcss@8.4.47):
+ postcss-discard-empty@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
- postcss-discard-overridden@7.0.0(postcss@8.4.47):
+ postcss-discard-overridden@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
- postcss-merge-longhand@7.0.4(postcss@8.4.47):
+ postcss-merge-longhand@7.0.4(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- stylehacks: 7.0.4(postcss@8.4.47)
+ stylehacks: 7.0.4(postcss@8.4.49)
- postcss-merge-rules@7.0.4(postcss@8.4.47):
+ postcss-merge-rules@7.0.4(postcss@8.4.49):
dependencies:
browserslist: 4.24.2
caniuse-api: 3.0.0
- cssnano-utils: 5.0.0(postcss@8.4.47)
- postcss: 8.4.47
+ cssnano-utils: 5.0.0(postcss@8.4.49)
+ postcss: 8.4.49
postcss-selector-parser: 6.1.2
- postcss-minify-font-values@7.0.0(postcss@8.4.47):
+ postcss-minify-font-values@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-minify-gradients@7.0.0(postcss@8.4.47):
+ postcss-minify-gradients@7.0.0(postcss@8.4.49):
dependencies:
colord: 2.9.3
- cssnano-utils: 5.0.0(postcss@8.4.47)
- postcss: 8.4.47
+ cssnano-utils: 5.0.0(postcss@8.4.49)
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-minify-params@7.0.2(postcss@8.4.47):
+ postcss-minify-params@7.0.2(postcss@8.4.49):
dependencies:
browserslist: 4.24.2
- cssnano-utils: 5.0.0(postcss@8.4.47)
- postcss: 8.4.47
+ cssnano-utils: 5.0.0(postcss@8.4.49)
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-minify-selectors@7.0.4(postcss@8.4.47):
+ postcss-minify-selectors@7.0.4(postcss@8.4.49):
dependencies:
cssesc: 3.0.0
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-selector-parser: 6.1.2
- postcss-nested@6.0.1(postcss@8.4.47):
+ postcss-nested@6.0.1(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-selector-parser: 6.1.2
postcss-nested@7.0.2(postcss@8.4.49):
@@ -17470,66 +17505,66 @@ snapshots:
postcss: 8.4.49
postcss-selector-parser: 7.0.0
- postcss-normalize-charset@7.0.0(postcss@8.4.47):
+ postcss-normalize-charset@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
- postcss-normalize-display-values@7.0.0(postcss@8.4.47):
+ postcss-normalize-display-values@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-normalize-positions@7.0.0(postcss@8.4.47):
+ postcss-normalize-positions@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-normalize-repeat-style@7.0.0(postcss@8.4.47):
+ postcss-normalize-repeat-style@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-normalize-string@7.0.0(postcss@8.4.47):
+ postcss-normalize-string@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-normalize-timing-functions@7.0.0(postcss@8.4.47):
+ postcss-normalize-timing-functions@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-normalize-unicode@7.0.2(postcss@8.4.47):
+ postcss-normalize-unicode@7.0.2(postcss@8.4.49):
dependencies:
browserslist: 4.24.2
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-normalize-url@7.0.0(postcss@8.4.47):
+ postcss-normalize-url@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-normalize-whitespace@7.0.0(postcss@8.4.47):
+ postcss-normalize-whitespace@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-ordered-values@7.0.1(postcss@8.4.47):
+ postcss-ordered-values@7.0.1(postcss@8.4.49):
dependencies:
- cssnano-utils: 5.0.0(postcss@8.4.47)
- postcss: 8.4.47
+ cssnano-utils: 5.0.0(postcss@8.4.49)
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
- postcss-reduce-initial@7.0.2(postcss@8.4.47):
+ postcss-reduce-initial@7.0.2(postcss@8.4.49):
dependencies:
browserslist: 4.24.2
caniuse-api: 3.0.0
- postcss: 8.4.47
+ postcss: 8.4.49
- postcss-reduce-transforms@7.0.0(postcss@8.4.47):
+ postcss-reduce-transforms@7.0.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
postcss-selector-parser@6.1.2:
@@ -17542,25 +17577,19 @@ snapshots:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-svgo@7.0.1(postcss@8.4.47):
+ postcss-svgo@7.0.1(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-value-parser: 4.2.0
svgo: 3.3.2
- postcss-unique-selectors@7.0.3(postcss@8.4.47):
+ postcss-unique-selectors@7.0.3(postcss@8.4.49):
dependencies:
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-selector-parser: 6.1.2
postcss-value-parser@4.2.0: {}
- postcss@8.4.45:
- dependencies:
- nanoid: 3.3.7
- picocolors: 1.1.1
- source-map-js: 1.2.0
-
postcss@8.4.47:
dependencies:
nanoid: 3.3.7
@@ -17980,7 +18009,7 @@ snapshots:
rollup: 3.29.4
typescript: 5.6.2
optionalDependencies:
- '@babel/code-frame': 7.24.7
+ '@babel/code-frame': 7.26.2
rollup-plugin-inject@3.0.2:
dependencies:
@@ -18277,8 +18306,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- source-map-js@1.2.0: {}
-
source-map-js@1.2.1: {}
source-map-support@0.5.21:
@@ -18323,7 +18350,7 @@ snapshots:
stackback@0.0.2: {}
- stale-dep@0.7.0(@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(@nuxt/schema@3.14.1592(magicast@0.3.5)(rollup@2.79.1)):
+ stale-dep@0.7.0(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(@nuxt/schema@3.14.1592(magicast@0.3.5)(rollup@2.79.1)):
dependencies:
cac: 6.7.14
consola: 3.2.3
@@ -18331,7 +18358,7 @@ snapshots:
fs-extra: 11.2.0
md5: 2.3.0
optionalDependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
standard-as-callback@2.1.0: {}
@@ -18460,10 +18487,10 @@ snapshots:
hey-listen: 1.0.8
tslib: 2.4.0
- stylehacks@7.0.4(postcss@8.4.47):
+ stylehacks@7.0.4(postcss@8.4.49):
dependencies:
browserslist: 4.24.2
- postcss: 8.4.47
+ postcss: 8.4.49
postcss-selector-parser: 6.1.2
sucrase@3.35.0:
@@ -18725,12 +18752,12 @@ snapshots:
unbuild@1.2.1:
dependencies:
- '@rollup/plugin-alias': 5.1.0(rollup@3.29.4)
+ '@rollup/plugin-alias': 5.1.1(rollup@3.29.4)
'@rollup/plugin-commonjs': 24.1.0(rollup@3.29.4)
'@rollup/plugin-json': 6.1.0(rollup@3.29.4)
- '@rollup/plugin-node-resolve': 15.2.3(rollup@3.29.4)
+ '@rollup/plugin-node-resolve': 15.3.0(rollup@3.29.4)
'@rollup/plugin-replace': 5.0.7(rollup@3.29.4)
- '@rollup/pluginutils': 5.1.2(rollup@3.29.4)
+ '@rollup/pluginutils': 5.1.3(rollup@3.29.4)
chalk: 5.3.0
consola: 3.2.3
defu: 6.1.4
@@ -18738,7 +18765,7 @@ snapshots:
globby: 13.2.2
hookable: 5.5.3
jiti: 1.21.6
- magic-string: 0.30.12
+ magic-string: 0.30.13
mkdist: 1.2.0(typescript@5.6.2)
mlly: 1.7.3
mri: 1.2.0
@@ -18749,7 +18776,7 @@ snapshots:
rollup-plugin-dts: 5.3.0(rollup@3.29.4)(typescript@5.6.2)
scule: 1.3.0
typescript: 5.6.2
- untyped: 1.4.2
+ untyped: 1.5.1
transitivePeerDependencies:
- sass
- supports-color
@@ -18766,14 +18793,12 @@ snapshots:
uncsrf@1.2.0: {}
- unctx@2.3.1(webpack-sources@3.2.3):
+ unctx@2.3.1:
dependencies:
- acorn: 8.12.1
+ acorn: 8.14.0
estree-walker: 3.0.3
- magic-string: 0.30.11
- unplugin: 1.14.1(webpack-sources@3.2.3)
- transitivePeerDependencies:
- - webpack-sources
+ magic-string: 0.30.13
+ unplugin: 1.16.0
undici-types@5.25.3: {}
@@ -18796,13 +18821,6 @@ snapshots:
'@unhead/shared': 1.11.11
hookable: 5.5.3
- unhead@1.11.6:
- dependencies:
- '@unhead/dom': 1.11.6
- '@unhead/schema': 1.11.6
- '@unhead/shared': 1.11.6
- hookable: 5.5.3
-
unicode-canonical-property-names-ecmascript@2.0.0: {}
unicode-emoji-modifier-base@1.0.0: {}
@@ -18847,26 +18865,25 @@ snapshots:
- rollup
- webpack-sources
- unimport@3.12.0(rollup@2.79.1)(webpack-sources@3.2.3):
+ unimport@3.12.0(rollup@2.79.1):
dependencies:
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
- acorn: 8.12.1
+ acorn: 8.14.0
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
fast-glob: 3.3.2
local-pkg: 0.5.0
- magic-string: 0.30.12
- mlly: 1.7.1
+ magic-string: 0.30.13
+ mlly: 1.7.3
pathe: 1.1.2
- pkg-types: 1.2.0
+ pkg-types: 1.2.1
scule: 1.3.0
strip-literal: 2.1.0
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- - webpack-sources
- unimport@3.13.1(rollup@2.79.1)(webpack-sources@3.2.3):
+ unimport@3.13.1(rollup@2.79.1):
dependencies:
'@rollup/pluginutils': 5.1.2(rollup@2.79.1)
acorn: 8.14.0
@@ -18874,18 +18891,17 @@ snapshots:
estree-walker: 3.0.3
fast-glob: 3.3.2
local-pkg: 0.5.0
- magic-string: 0.30.12
- mlly: 1.7.2
+ magic-string: 0.30.13
+ mlly: 1.7.3
pathe: 1.1.2
pkg-types: 1.2.1
scule: 1.3.0
strip-literal: 2.1.0
- unplugin: 1.15.0(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- - webpack-sources
- unimport@3.13.1(rollup@4.24.4)(webpack-sources@3.2.3):
+ unimport@3.13.1(rollup@4.24.4):
dependencies:
'@rollup/pluginutils': 5.1.2(rollup@4.24.4)
acorn: 8.14.0
@@ -18893,16 +18909,15 @@ snapshots:
estree-walker: 3.0.3
fast-glob: 3.3.2
local-pkg: 0.5.0
- magic-string: 0.30.12
- mlly: 1.7.2
+ magic-string: 0.30.13
+ mlly: 1.7.3
pathe: 1.1.2
pkg-types: 1.2.1
scule: 1.3.0
strip-literal: 2.1.0
- unplugin: 1.15.0(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- - webpack-sources
unimport@3.13.3(rollup@2.79.1):
dependencies:
@@ -19005,17 +19020,15 @@ snapshots:
- supports-color
- typescript
- unplugin-combine@1.0.3(esbuild@0.23.1)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1)):
+ unplugin-combine@1.0.3(esbuild@0.23.1)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1)):
dependencies:
'@antfu/utils': 0.7.10
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
optionalDependencies:
esbuild: 0.23.1
rollup: 2.79.1
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
webpack: 5.89.0(esbuild@0.23.1)
- transitivePeerDependencies:
- - webpack-sources
unplugin-remove@1.0.3(rollup@2.79.1):
dependencies:
@@ -19030,49 +19043,48 @@ snapshots:
- rollup
- supports-color
- unplugin-vue-define-options@1.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ unplugin-vue-define-options@1.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
ast-walker-scope: 0.6.2
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
- unplugin-vue-macros@2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1)):
+ unplugin-vue-macros@2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1)):
dependencies:
- '@vue-macros/better-define': 1.8.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vue-macros/better-define': 1.8.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/boolean-prop': 0.4.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- '@vue-macros/chain-call': 0.3.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vue-macros/chain-call': 0.3.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/config': 0.3.2(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- '@vue-macros/define-emit': 0.3.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/define-models': 1.2.10(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/define-prop': 0.4.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/define-props': 3.0.4(@vue-macros/reactivity-transform@1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/define-props-refs': 1.2.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/define-render': 1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/define-slots': 1.1.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vue-macros/define-emit': 0.3.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/define-models': 1.2.10(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/define-prop': 0.4.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/define-props': 3.0.4(@vue-macros/reactivity-transform@1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/define-props-refs': 1.2.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/define-render': 1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/define-slots': 1.1.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/devtools': 0.3.3(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
- '@vue-macros/export-expose': 0.2.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/export-props': 0.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/export-render': 0.2.11(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/hoist-static': 1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/jsx-directive': 0.8.21(rollup@2.79.1)(typescript@5.6.2)(webpack-sources@3.2.3)
- '@vue-macros/named-template': 0.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/reactivity-transform': 1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/script-lang': 0.1.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/setup-block': 0.3.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/setup-component': 0.17.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vue-macros/setup-sfc': 0.17.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vue-macros/export-expose': 0.2.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/export-props': 0.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/export-render': 0.2.11(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/hoist-static': 1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/jsx-directive': 0.8.21(rollup@2.79.1)(typescript@5.6.2)
+ '@vue-macros/named-template': 0.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/reactivity-transform': 1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/script-lang': 0.1.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/setup-block': 0.3.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/setup-component': 0.17.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/setup-sfc': 0.17.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/short-bind': 1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- '@vue-macros/short-emits': 1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vue-macros/short-emits': 1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/short-vmodel': 1.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/volar': 0.29.1(rollup@2.79.1)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))
- unplugin: 1.14.1(webpack-sources@3.2.3)
- unplugin-combine: 1.0.3(esbuild@0.23.1)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
- unplugin-vue-define-options: 1.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ unplugin: 1.16.0
+ unplugin-combine: 1.0.3(esbuild@0.23.1)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1))
+ unplugin-vue-define-options: 1.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- '@rspack/core'
@@ -19085,57 +19097,54 @@ snapshots:
- vite
- vue-tsc
- webpack
- - webpack-sources
- unplugin-vue-router@0.10.8(rollup@2.79.1)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ unplugin-vue-router@0.10.8(rollup@2.79.1)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)):
dependencies:
- '@babel/types': 7.25.6
- '@rollup/pluginutils': 5.1.0(rollup@2.79.1)
+ '@babel/types': 7.26.0
+ '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
json5: 2.2.3
- local-pkg: 0.5.0
- magic-string: 0.30.11
- mlly: 1.7.1
+ local-pkg: 0.5.1
+ magic-string: 0.30.13
+ mlly: 1.7.3
pathe: 1.1.2
scule: 1.3.0
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
yaml: 2.5.0
optionalDependencies:
vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
- unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3))(webpack-sources@3.2.3):
+ unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3)):
dependencies:
- '@babel/types': 7.25.6
- '@rollup/pluginutils': 5.1.0(rollup@4.24.4)
+ '@babel/types': 7.26.0
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
'@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
json5: 2.2.3
- local-pkg: 0.5.0
- magic-string: 0.30.11
- mlly: 1.7.1
+ local-pkg: 0.5.1
+ magic-string: 0.30.13
+ mlly: 1.7.3
pathe: 1.1.2
scule: 1.3.0
- unplugin: 1.14.1(webpack-sources@3.2.3)
+ unplugin: 1.16.0
yaml: 2.5.0
optionalDependencies:
vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
unplugin@1.14.1(webpack-sources@3.2.3):
dependencies:
- acorn: 8.12.1
+ acorn: 8.14.0
webpack-virtual-modules: 0.6.2
optionalDependencies:
webpack-sources: 3.2.3
@@ -19169,8 +19178,6 @@ snapshots:
'@vercel/kv': 1.0.1
idb-keyval: 6.2.1
ioredis: 5.4.1
- transitivePeerDependencies:
- - uWebSockets.js
unstorage@1.13.1(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(idb-keyval@6.2.1)(ioredis@5.4.1):
dependencies:
@@ -19189,8 +19196,6 @@ snapshots:
'@vercel/kv': 3.0.0
idb-keyval: 6.2.1
ioredis: 5.4.1
- transitivePeerDependencies:
- - uWebSockets.js
untun@0.1.3:
dependencies:
@@ -19198,18 +19203,6 @@ snapshots:
consola: 3.2.3
pathe: 1.1.2
- untyped@1.4.2:
- dependencies:
- '@babel/core': 7.25.2
- '@babel/standalone': 7.23.10
- '@babel/types': 7.25.6
- defu: 6.1.4
- jiti: 1.21.6
- mri: 1.2.0
- scule: 1.3.0
- transitivePeerDependencies:
- - supports-color
-
untyped@1.5.1:
dependencies:
'@babel/core': 7.26.0
@@ -19222,16 +19215,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- unwasm@0.3.9(webpack-sources@3.2.3):
+ unwasm@0.3.9:
dependencies:
knitwork: 1.1.0
- magic-string: 0.30.12
- mlly: 1.7.1
+ magic-string: 0.30.13
+ mlly: 1.7.3
pathe: 1.1.2
- pkg-types: 1.2.0
- unplugin: 1.14.1(webpack-sources@3.2.3)
- transitivePeerDependencies:
- - webpack-sources
+ pkg-types: 1.2.1
+ unplugin: 1.16.0
upath@1.2.0: {}
@@ -19302,22 +19293,9 @@ snapshots:
dependencies:
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vite-node@2.1.4(@types/node@22.9.0)(terser@5.36.0):
+ vite-hot-client@0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
- cac: 6.7.14
- debug: 4.3.7(supports-color@9.4.0)
- pathe: 1.1.2
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- transitivePeerDependencies:
- - '@types/node'
- - less
- - lightningcss
- - sass
- - sass-embedded
- - stylus
- - sugarss
- - supports-color
- - terser
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vite-node@2.1.5(@types/node@22.9.0)(terser@5.36.0):
dependencies:
@@ -19337,9 +19315,9 @@ snapshots:
- supports-color
- terser
- vite-plugin-checker@0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
+ vite-plugin-checker@0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
dependencies:
- '@babel/code-frame': 7.24.7
+ '@babel/code-frame': 7.26.2
ansi-escapes: 4.3.2
chalk: 4.1.2
chokidar: 3.6.0
@@ -19349,7 +19327,7 @@ snapshots:
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.8
@@ -19360,9 +19338,9 @@ snapshots:
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
- vite-plugin-checker@0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
+ vite-plugin-checker@0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
dependencies:
- '@babel/code-frame': 7.24.7
+ '@babel/code-frame': 7.26.2
ansi-escapes: 4.3.2
chalk: 4.1.2
chokidar: 3.6.0
@@ -19372,7 +19350,7 @@ snapshots:
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.8
@@ -19383,7 +19361,7 @@ snapshots:
typescript: 5.6.3
vue-tsc: 2.1.6(typescript@5.6.3)
- vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
+ vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
@@ -19396,12 +19374,12 @@ snapshots:
sirv: 2.0.4
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
optionalDependencies:
- '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-inspect@0.8.7(@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
+ vite-plugin-inspect@0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
@@ -19414,12 +19392,12 @@ snapshots:
sirv: 2.0.4
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
optionalDependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-inspect@0.8.7(@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@4.24.4)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
+ vite-plugin-inspect@0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
@@ -19430,9 +19408,9 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.0.1
sirv: 2.0.4
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
optionalDependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
transitivePeerDependencies:
- rollup
- supports-color
@@ -19458,11 +19436,26 @@ snapshots:
'@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
'@vue/compiler-dom': 3.5.4
kolorist: 1.8.0
- magic-string: 0.30.12
+ magic-string: 0.30.13
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- supports-color
+ vite-plugin-vue-inspector@5.1.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/plugin-proposal-decorators': 7.23.0(@babel/core@7.25.2)
+ '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.25.2)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
+ '@vue/compiler-dom': 3.5.4
+ kolorist: 1.8.0
+ magic-string: 0.30.13
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ transitivePeerDependencies:
+ - supports-color
+
vite@5.4.10(@types/node@22.9.0)(terser@5.36.0):
dependencies:
esbuild: 0.21.5
@@ -19473,9 +19466,19 @@ snapshots:
fsevents: 2.3.3
terser: 5.36.0
- vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ vite@5.4.11(@types/node@22.9.0)(terser@5.36.0):
+ dependencies:
+ esbuild: 0.21.5
+ postcss: 8.4.49
+ rollup: 4.24.4
+ optionalDependencies:
+ '@types/node': 22.9.0
+ fsevents: 2.3.3
+ terser: 5.36.0
+
+ vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
- '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.3(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@cucumber/cucumber'
- '@jest/globals'
From 3ab521280415f2b43c3cdd259c24f339f624b188 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 25 Nov 2024 17:28:19 +0900
Subject: [PATCH 006/101] chore(deps): update pnpm to v9.14.2 (#3065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 08672d6f2c6cfd0528b33230c8069bdfb70cb4af)
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index bca06e946..8a9ffcd36 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@nimbus-town/nimbus",
"type": "module",
"version": "0.15.1",
- "packageManager": "pnpm@9.13.2",
+ "packageManager": "pnpm@9.14.2",
"license": "MIT",
"homepage": "https://github.com/nimbus-town/nimbus",
"main": "./nuxt.config.ts",
From cac086d3378da0f5810717b572852d88e2e74d97 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 27 Nov 2024 13:09:16 +0900
Subject: [PATCH 007/101] fix(deps): update dependencies (#3048)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji
(cherry picked from commit 5753f0b869a4db50e58d331c02e2c1d022af7737)
---
package.json | 10 +-
pnpm-lock.yaml | 656 ++++++++++++++++++++-----------------------------
2 files changed, 272 insertions(+), 394 deletions(-)
diff --git a/package.json b/package.json
index 8a9ffcd36..ab938be29 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"@nuxt/test-utils": "^3.14.3",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/i18n": "^9.1.0",
- "@pinia/nuxt": "^0.5.4",
+ "@pinia/nuxt": "^0.7.0",
"@tiptap/core": "2.2.4",
"@tiptap/extension-bold": "2.2.4",
"@tiptap/extension-character-count": "2.2.4",
@@ -56,7 +56,7 @@
"@tiptap/starter-kit": "2.2.4",
"@tiptap/suggestion": "2.2.4",
"@tiptap/vue-3": "2.2.4",
- "@unocss/nuxt": "^0.63.6",
+ "@unocss/nuxt": "^0.64.0",
"@upstash/redis": "^1.27.1",
"@vercel/kv": "^3.0.0",
"@vue-macros/nuxt": "^1.11.12",
@@ -87,13 +87,13 @@
"node-emoji": "^2.1.3",
"nuxt-security": "^2.0.0",
"page-lifecycle": "^0.1.2",
- "pinia": "^2.2.2",
+ "pinia": "^2.2.6",
"postcss-nested": "^7.0.0",
"prosemirror-highlight": "^0.9.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"shiki": "^1.22.2",
"simple-git": "^3.19.1",
- "slimeform": "^0.9.1",
+ "slimeform": "^0.10.0",
"stale-dep": "^0.7.0",
"std-env": "^3.7.0",
"string-length": "^5.0.1",
@@ -105,7 +105,7 @@
"ufo": "^1.5.3",
"ultrahtml": "^1.5.3",
"unimport": "^3.10.0",
- "vite-plugin-pwa": "^0.20.5",
+ "vite-plugin-pwa": "^0.21.0",
"vue-advanced-cropper": "^2.8.9",
"vue-virtual-scroller": "2.0.0-beta.8",
"workbox-build": "^7.1.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 53de657c6..e5c31f4ab 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -50,8 +50,8 @@ importers:
specifier: ^9.1.0
version: 9.1.0(patch_hash=f7ooybjhk3gbrcmx6vkut3a44i)(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@pinia/nuxt':
- specifier: ^0.5.4
- version: 0.5.4(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
+ specifier: ^0.7.0
+ version: 0.7.0(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
'@tiptap/core':
specifier: 2.2.4
version: 2.2.4(@tiptap/pm@2.2.4)
@@ -95,8 +95,8 @@ importers:
specifier: 2.2.4
version: 2.2.4(@tiptap/core@2.2.4(@tiptap/pm@2.2.4))(@tiptap/pm@2.2.4)(vue@3.5.4(typescript@5.6.2))
'@unocss/nuxt':
- specifier: ^0.63.6
- version: 0.63.6(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1))
+ specifier: ^0.64.0
+ version: 0.64.1(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
'@upstash/redis':
specifier: ^1.27.1
version: 1.34.0
@@ -188,8 +188,8 @@ importers:
specifier: ^0.1.2
version: 0.1.2
pinia:
- specifier: ^2.2.2
- version: 2.2.2(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
+ specifier: ^2.2.6
+ version: 2.2.6(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
postcss-nested:
specifier: ^7.0.0
version: 7.0.2(postcss@8.4.49)
@@ -206,8 +206,8 @@ importers:
specifier: ^3.19.1
version: 3.26.0
slimeform:
- specifier: ^0.9.1
- version: 0.9.1(vue@3.5.4(typescript@5.6.2))
+ specifier: ^0.10.0
+ version: 0.10.0(vue@3.5.4(typescript@5.6.2))
stale-dep:
specifier: ^0.7.0
version: 0.7.0(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(@nuxt/schema@3.14.1592(magicast@0.3.5)(rollup@2.79.1))
@@ -242,8 +242,8 @@ importers:
specifier: ^3.10.0
version: 3.11.1(rollup@2.79.1)(webpack-sources@3.2.3)
vite-plugin-pwa:
- specifier: ^0.20.5
- version: 0.20.5(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(workbox-build@7.1.1)(workbox-window@7.1.0)
+ specifier: ^0.21.0
+ version: 0.21.0(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(workbox-build@7.1.1)(workbox-window@7.1.0)
vue-advanced-cropper:
specifier: ^2.8.9
version: 2.8.9(vue@3.5.4(typescript@5.6.2))
@@ -356,10 +356,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
nuxt:
specifier: ^3.14.1592
- version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
+ version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
packages:
@@ -2349,8 +2349,8 @@ packages:
resolution: {integrity: sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==}
engines: {node: '>= 10.0.0'}
- '@pinia/nuxt@0.5.4':
- resolution: {integrity: sha512-nNEs2pq6+Ji5qIyRwmeD9LUdctL8aJ8QMVLTYxUc16cXEOcIIN+MSA8Xudsd0lVETYgEAROT5HiBHnOYRDY3yQ==}
+ '@pinia/nuxt@0.7.0':
+ resolution: {integrity: sha512-IAKRl7mQCrFKQtD8Z6EzOz5bQ/px0FdeyaB+70A3igkFzHzKVJVblLCjFwXPBC/IO0EwHuMRk/SMgwkUn82jwg==}
'@pkgjs/parseargs@0.11.0':
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
@@ -3061,30 +3061,23 @@ packages:
'@unlazy/nuxt@0.12.0':
resolution: {integrity: sha512-dN2ILMMsQgYxT86mQRTBZbN30hFATp08bBy5087SWDC52DWvEzqbKffKCS35TDvqeuB59OtjpOfJNB1Y7veftw==}
- '@unocss/astro@0.63.6':
- resolution: {integrity: sha512-5Fjlv6dpQo6o2PUAcEv8p24G8rn8Op79xLFofq2V+iA/Q32G9/UsxTLOpj+yc+q0YdJrFfDCT2X/3pvVY8Db5g==}
+ '@unocss/astro@0.64.1':
+ resolution: {integrity: sha512-UBB2nDc3aqBmdcgJHOsnAQaQnbdch4f3CKfV+LTv77D4tPizagUCODwPVTK3CA3leQzVbbUV06uHfo5hsv2PUw==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
peerDependenciesMeta:
vite:
optional: true
- '@unocss/cli@0.63.6':
- resolution: {integrity: sha512-OZb8hO0x4nCJjFd3Gq3km78YnyMAdq282D+BLiDE6IhQ5WHCVL7fyhfgIVL6xwxISDVxiyITwNb72ky0MEutPg==}
+ '@unocss/cli@0.64.1':
+ resolution: {integrity: sha512-P08Routw1TiCZyvfcveZIQrJi4/agBtWJAMP4NwVgYre7Lgl0jYF4qn9NEpUS4z+Qc5t2U33+4q0xgZpVh4oPw==}
engines: {node: '>=14'}
hasBin: true
- '@unocss/config@0.63.6':
- resolution: {integrity: sha512-+4Lt5uTwRgu1z7vhOUzDf+mL+BQYdaa/Z8NMT2Fiqb37tcjEKvmwaUHdfE22Vif1luDgC6xqFsn6qqFtOxhoWQ==}
- engines: {node: '>=14'}
-
'@unocss/config@0.64.1':
resolution: {integrity: sha512-uhUfVnRhVsqZrRuFGGFfvvSO9gVUSHgfXOF/u8MnQ/lG1MVyXpx5QykVhjSgSehMfQIFsZ2SID1y7Fd5f8kgLw==}
engines: {node: '>=14'}
- '@unocss/core@0.63.6':
- resolution: {integrity: sha512-Q4QPgJ271Up89+vIqqOKgtdCKkFpHqvHN8W1LUlKPqtYnOvVYaOIVNAZowaIdEhPuc83yLc6Tg2+7riK18QKEw==}
-
'@unocss/core@0.64.1':
resolution: {integrity: sha512-D1ULd70a24/k6kGyHCIijbrrIn9UjFUEBg2R4xKX2/ViQb1k2MIgOs4VS20MkJX6kbZXqqm/zAFHzDhsQGIhBA==}
@@ -3096,74 +3089,74 @@ packages:
resolution: {integrity: sha512-5Q1dI+oKpG1o9CLWukriOFXJZu11VOEpqdx8DbroRzNoJYY4Fq6st132e3L9PcxJtq8o1sX6YnhoVjUKvasRzQ==}
engines: {node: '>=14'}
- '@unocss/extractor-arbitrary-variants@0.63.6':
- resolution: {integrity: sha512-HJX0oAa9uzwKYoU8CoJdP1gxjuqFmOLxyZmITjStAmZNZpIxlz2wz4VrHmqml2dkvx/mifGGGc/GxZpQ36D12Q==}
+ '@unocss/extractor-arbitrary-variants@0.64.1':
+ resolution: {integrity: sha512-tKtaeZYzSCaH1ASE7Uj45rPX4ApQHYE8eZFfaL3N4ZY0LYrTJPBnaLSRfLRwGD6KLHjoL3+sorywJiS/VVBcFQ==}
- '@unocss/inspector@0.63.6':
- resolution: {integrity: sha512-DQDJnhtzdHIQXD2vCdj5ytFnHfQCWJGPmrHJHXxzkTYn8nIovV1roVl1ITLxkDIIYK9bdYneg2imQN5JCZhHmQ==}
+ '@unocss/inspector@0.64.1':
+ resolution: {integrity: sha512-IDlSxvczxzQso/9aIneQaQ+jVhi8/Wb6uck1pRZm3q71uF3+mhzqEvQojbe1VaKqwUlCmBy2U+M/e8L5dJavlA==}
- '@unocss/nuxt@0.63.6':
- resolution: {integrity: sha512-AeudOQBgWD3OeP6t8pznfhBH0sJFWJjIX4aCljAcRKpCyDASGQvxpGi1xnSsorhy6+26Q5Fdzl2QGW8e3dbG5A==}
+ '@unocss/nuxt@0.64.1':
+ resolution: {integrity: sha512-3LFgpcablhkFgHKAODtourRioQEf4TNGgtVm/2TDVP/LlxS8fjD8aFriaD/AP/zkq7lZvndApS5QwzZXR6Gtjg==}
- '@unocss/postcss@0.63.6':
- resolution: {integrity: sha512-XI6U1jMwbQoSHVWpZZu3Cxp3t1PVj5VOj+IYtz7xmcWP9GVK+eyETo/xyB0l4muD4emXfSrhNDrFYzSyIyF5cg==}
+ '@unocss/postcss@0.64.1':
+ resolution: {integrity: sha512-tlc5ZFO6xoLhYukSRtKSBaP1SDmAatmHCbbRiH6ElncEQNpjl70raXMKjQWfIuAo8IniUe69ILZC+M60AGPYmA==}
engines: {node: '>=14'}
peerDependencies:
postcss: ^8.4.21
- '@unocss/preset-attributify@0.63.6':
- resolution: {integrity: sha512-sHH17mfl/THHLxCLAHqPdUniCNMFjAxBHFDZYgGi83azuarF2evI5Mtc3Qsj3nzoSQwTPmK2VY3XYUUrpPDGWQ==}
+ '@unocss/preset-attributify@0.64.1':
+ resolution: {integrity: sha512-uxq4iiMZN+/Dy/TAQI/b+mWbHqI7ww/vVJC8tvjdXm9C4SditLb1Wd+Y183nhXI3Pa78wEibK5t8RaDc/fgKPg==}
- '@unocss/preset-icons@0.63.6':
- resolution: {integrity: sha512-fRU44wXABnMPT/9zhKBNSUeDJlOxJhUJP9W3FSRnc+ktjAifJIj0xpUKtEqxL46QMq825Bsj2yDSquzP+XYGnQ==}
+ '@unocss/preset-icons@0.64.1':
+ resolution: {integrity: sha512-aQ4hN2NFdJo08pzUYc1FpwTkNUByE7FB51KmRwXclsVKeXFGvFO3YUYeg5IDlTxqCfvFVWZ3q8NhnmpKGkbutw==}
- '@unocss/preset-mini@0.63.6':
- resolution: {integrity: sha512-pZDZbSuxabHSwPIy3zCgQ4MNdVCSHvOvZecreH+v96R1oOhquiwU8WiSbkxvZiKiLQJd7JUVW87E1pAzr5ZGGQ==}
+ '@unocss/preset-mini@0.64.1':
+ resolution: {integrity: sha512-tl+ciN0elB9eETEVZQrNaMy4NpbLdWDVW7KlmpRZi4Eomf/Ntz+Wctp5V0aBvszo8arEaDiOwsgMxITvx9Ll6Q==}
- '@unocss/preset-tagify@0.63.6':
- resolution: {integrity: sha512-3lKhk4MW3RqJBwIvBXHj0H0/kHkFlKtCIBQFiBcCJh8TXOID8IZ0iVjuGwdlk63VTizI/wnsNDOVpj6YcjRRlw==}
+ '@unocss/preset-tagify@0.64.1':
+ resolution: {integrity: sha512-xBGF7usHIDOMmLEgawpgbOAoNZ8qFZ/mpbRG9tdEjOHJ+rXJuJlZHhwIgwjQiFRCzSRtlsN57/iM37bZNRCEAg==}
- '@unocss/preset-typography@0.63.6':
- resolution: {integrity: sha512-AXmBVnbV54gUIv5kbywjZek9ZlKRwJfBDVMtWOcLOjN3AHirGx1W2oq2UzNkfYZ2leof/Y2BocxeTwGCCRhqDQ==}
+ '@unocss/preset-typography@0.64.1':
+ resolution: {integrity: sha512-5L/m0YrtF5P6W4U1DhMfqdKVFbso09TplVHK9udJMvYMaj4HzNNIo6GtpbSm2eCXBzxIYuzAjQ9kLldOXjZS1w==}
- '@unocss/preset-uno@0.63.6':
- resolution: {integrity: sha512-67PbHyVgAe9Rz0Rhyl3zBibFuGmqQMRPMkRjNYrwmmtNydpQYsXbfnDs0p8mZFp6uO2o3Jkh7urqEtixHHvq0Q==}
+ '@unocss/preset-uno@0.64.1':
+ resolution: {integrity: sha512-9427KmOHsck9mNfOXiCBy43Q9aAI1w15tCBJf2bDMHioJltc6JjW+Mg5DDZWnYelhzpXCYK7zTZtMJ40KxDx+g==}
- '@unocss/preset-web-fonts@0.63.6':
- resolution: {integrity: sha512-ko1aHDax0u5CQi1BXggv6uW5Vq/LQRWwzOxqBFTh1JlGHPZTw4CdVJkYnlpt3WEW+FPUzZYjhKmMmQY7KtOTng==}
+ '@unocss/preset-web-fonts@0.64.1':
+ resolution: {integrity: sha512-qhc1976bVDMYG+aG5VKvTsKK7K8hMrNnhkCmfKmvdFH7xSj8MB80YxdmiAAcKh3cVk97bh0ej7ym6Lss7I2Idg==}
- '@unocss/preset-wind@0.63.6':
- resolution: {integrity: sha512-W3oZ2TXSqStNE+X++kcspRTF2Szu2ej6NW5Kiyy6WQn/+ZD77AF4VtvzHtzFVZ2QKpEIovGBpU5tywooHbB7hw==}
+ '@unocss/preset-wind@0.64.1':
+ resolution: {integrity: sha512-IpAfsi2tI4elb2uZzc3BSZgbi0axgwgJLPFW0BtZQe4u1J+zrUIOvjCu/2jmiB7LR05IShCyMKIz9Vi4EJm+gQ==}
'@unocss/reset@0.50.8':
resolution: {integrity: sha512-2WoM6O9VyuHDPAnvCXr7LBJQ8ZRHDnuQAFsL1dWXp561Iq2l9whdNtPuMcozLGJGUUrFfVBXIrHY4sfxxScgWg==}
- '@unocss/reset@0.63.6':
- resolution: {integrity: sha512-gq73RSZj54MOloqrivkoMPXCqNG2WpIyBT1AYlF76uKxEEbUD41E8uBUhLSKs7gFgF01yQJLRaIuyN1yw09pbQ==}
+ '@unocss/reset@0.64.1':
+ resolution: {integrity: sha512-xx36rWcrIpyvI1l/v+szQLrxWAgsmk6GH85QQ5iE1qccQbL9IlhWHB1KEd3cRbJ1TFeZ2Mzca/qsjg0LU9ZVnA==}
- '@unocss/rule-utils@0.63.6':
- resolution: {integrity: sha512-moeDEq5d9mB8gSYeoqHMkXWWekaFFdhg7QCuwwCbxCc+NPMOgGkmfAoafz+y2tdvK7pEuT191RWOiHQ0MkA5oQ==}
+ '@unocss/rule-utils@0.64.1':
+ resolution: {integrity: sha512-h+Du0lezKHmdsEsGQGAtGrwrTrU+Av4eij46UzpzuNWFq0mAouBu8m/lgBI1AcY9B0Jg3EJalkOgA06tAKS8jg==}
engines: {node: '>=14'}
- '@unocss/transformer-attributify-jsx@0.63.6':
- resolution: {integrity: sha512-/RU09MF+hJK7cFbLJ+8vloCGyhn6Oys8R6gey0auB0+nw/ucUXoLQKWgUqo9taQlLuYOiehdkYjQSdWn5lyA/Q==}
+ '@unocss/transformer-attributify-jsx@0.64.1':
+ resolution: {integrity: sha512-Zg7rfNheWxJh2G5C0gCctGc6c8NbmI6wqbYjUxUDXEeT+lrZqKeDpTmgcLis7gLqGELFvIqE5R0EpARvjrj9bw==}
- '@unocss/transformer-compile-class@0.63.6':
- resolution: {integrity: sha512-zzAqs8adnTUOLA88RgcToadcrz9gjxrZk6IrcmMqMmWqk0MOWNQHIN0RzKa/yaw4QhO2xuGyIz4/WHyXuCXMQg==}
+ '@unocss/transformer-compile-class@0.64.1':
+ resolution: {integrity: sha512-oASb3lJq++Ll6LD3frT0WiEZUJupjrLF+rtkgz3lKPgD8bRpbh+m5FykGAIHj5VcIcYOACD4GkTrSFrQbL0GEw==}
- '@unocss/transformer-directives@0.63.6':
- resolution: {integrity: sha512-XcNOwLRbfrJSU6YXyLgiMzAigSzjIdvHwS3lLCZ2n6DWuLmTuXBfvVtRxeJ+aflNkhpQNKONCClC4s6I2r53uw==}
+ '@unocss/transformer-directives@0.64.1':
+ resolution: {integrity: sha512-6yWZh7YxYTaNSdATkGpP+aQ3aTRLNo4URDmLQKB3uaQbF0Ae5dLlxXWHZ26VIpKkQ3+hME4TRxEptTR0/ag7nw==}
- '@unocss/transformer-variant-group@0.63.6':
- resolution: {integrity: sha512-ebYSjZnZrtcJYjmAEDwGVwPuaQ9EVWKNDDJFFSusP8k/6PjJoHDh0qkj+hdPPDhYn81yzJQalU1eSUSlfC30VA==}
+ '@unocss/transformer-variant-group@0.64.1':
+ resolution: {integrity: sha512-wQkD1x69YSiIXvSvNNTN6hTZXHVzbVY+xmfoXL3bi/1cDMzRmE9C2Gk/Rzm/BSQxsLusLfDDL0NuhxWoFmvWPA==}
- '@unocss/vite@0.63.6':
- resolution: {integrity: sha512-gxK3gtvYQH5S/qtuvsY4M0S+KJPZnYrOQI/Gopufx+b2qgmwZ/TSAe66gWeKYfe3DfQsmA3PPh/GXpkK+/FnHg==}
+ '@unocss/vite@0.64.1':
+ resolution: {integrity: sha512-DIvl7Mofc5Q6kKElMRALbH33xBYb5w3Yf7TQ860lmi3DOwjEcg+OWE1HD+iDf7IxZeqPsdF17NvJJaSdmr0m5Q==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
- '@unocss/webpack@0.63.6':
- resolution: {integrity: sha512-RKTOFN9qlsPruSbbP5V/1TdhoOVVKNT7s5BngMOZBHq3LNzBorQ1y2FsBY9H0zZNjU3IcTCcd+c3qNC76lNt7Q==}
+ '@unocss/webpack@0.64.1':
+ resolution: {integrity: sha512-g9F6iCD3ilHucMpqHKQiSqr7nStFhUsofT8CUyf2LnqQQSibH59VrQRM39tnS7If+XeAGfgsPa4xYoi4c0eDuw==}
peerDependencies:
webpack: ^4 || ^5
@@ -4372,8 +4365,8 @@ packages:
resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
- css-tree@3.0.0:
- resolution: {integrity: sha512-o88DVQ6GzsABn1+6+zo2ct801dBO5OASVyxbbvA2W20ue2puSh/VOuqUj90eUeMSX/xqGqBmOKiRQN7tJOuBXw==}
+ css-tree@3.0.1:
+ resolution: {integrity: sha512-8Fxxv+tGhORlshCdCwnNJytvlvq46sOLSYEx2ZIGurahWvMucSRnyjPA3AmrMq4VPRYbHVpWj5VkiVasrM2H4Q==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
css-what@6.1.0:
@@ -6078,8 +6071,8 @@ packages:
mdn-data@2.0.30:
resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
- mdn-data@2.10.0:
- resolution: {integrity: sha512-qq7C3EtK3yJXMwz1zAab65pjl+UhohqMOctTgcqjLOWABqmwj+me02LSsCuEUxnst9X1lCBpoE0WArGKgdGDzw==}
+ mdn-data@2.12.1:
+ resolution: {integrity: sha512-rsfnCbOHjqrhWxwt5/wtSLzpoKTzW7OXdT5lLOIH1OTYhWu9rRJveGq0sKvDZODABH7RX+uoR+DYcpFnq4Tf6Q==}
mdurl@2.0.0:
resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==}
@@ -6701,8 +6694,8 @@ packages:
pinceau@0.18.9:
resolution: {integrity: sha512-GJ+l8a5Y+7PP/diwuajJhd2QONTIFkk2YXjrVTh7QKC3sMQEphpLH6ZJfXSeeSonQ0/BnhrrMi9a5e14mmqXug==}
- pinia@2.2.2:
- resolution: {integrity: sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==}
+ pinia@2.2.6:
+ resolution: {integrity: sha512-vIsR8JkDN5Ga2vAxqOE2cJj4VtsHnzpR1Fz30kClxlh0yCHfec6uoMeM3e/ddqmwFUejK3NlrcQa/shnpyT4hA==}
peerDependencies:
'@vue/composition-api': ^1.4.0
typescript: '>=4.4.4'
@@ -7453,8 +7446,8 @@ packages:
resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==}
engines: {node: '>=18'}
- slimeform@0.9.1:
- resolution: {integrity: sha512-14P7vyo1UN70o5+TlSsteceQ3J4flIUMPm9QLFeR6dFhtu+RYAVXvTFQ2Si2xO3vzeVP14TicXsvX1Sl7MX9EQ==}
+ slimeform@0.10.0:
+ resolution: {integrity: sha512-nLyhdEIWHvPf0wzQZWzsSPkgEYWLXYTpL/53DA3VdxQBvbL9PjH7/lfdBqZZSBmWcY8t6/hb+aRQ+vvSvHpFZA==}
peerDependencies:
vue: ^3.5.4
@@ -8035,11 +8028,11 @@ packages:
unlazy@0.12.0:
resolution: {integrity: sha512-HUAQuBe1hRTxYesjLsid2+k+ywnoIcVcO3GPifB5aY5IVuATAChtrQU/gm+Uo6GgWGistYRoDabTb1t/CzT57A==}
- unocss@0.63.6:
- resolution: {integrity: sha512-OKJJKEFWVz+Lsf3JdOgRiRtL+QOUQRBov89taUcCPFPZtrhP6pPVFCZHD9qMvY4IChMX7dzalQax3ZXJ3hbtkQ==}
+ unocss@0.64.1:
+ resolution: {integrity: sha512-UTtK9TPneVht5r0cVEADS/N6970AoHhKvJKDkBPnk7OQdguIFPCykGyx4llukItzm0AoffGfwg5zQ+L8QJgupw==}
engines: {node: '>=14'}
peerDependencies:
- '@unocss/webpack': 0.63.6
+ '@unocss/webpack': 0.64.1
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
peerDependenciesMeta:
'@unocss/webpack':
@@ -8279,14 +8272,14 @@ packages:
'@nuxt/kit':
optional: true
- vite-plugin-pwa@0.20.5:
- resolution: {integrity: sha512-aweuI/6G6n4C5Inn0vwHumElU/UEpNuO+9iZzwPZGTCH87TeZ6YFMrEY6ZUBQdIHHlhTsbMDryFARcSuOdsz9Q==}
+ vite-plugin-pwa@0.21.0:
+ resolution: {integrity: sha512-gnDE5sN2hdxA4vTl0pe6PCTPXqChk175jH8dZVVTBjFhWarZZoXaAdoTIKCIa8Zbx94sC0CnCOyERBWpxvry+g==}
engines: {node: '>=16.0.0'}
peerDependencies:
'@vite-pwa/assets-generator': ^0.2.6
vite: ^3.1.0 || ^4.0.0 || ^5.0.0
- workbox-build: ^7.1.0
- workbox-window: ^7.1.0
+ workbox-build: ^7.3.0
+ workbox-window: ^7.3.0
peerDependenciesMeta:
'@vite-pwa/assets-generator':
optional: true
@@ -8453,8 +8446,10 @@ packages:
peerDependencies:
eslint: '>=6.0.0'
- vue-flow-layout@0.0.5:
- resolution: {integrity: sha512-lZlqQ/Se1trGMtBMneZDWaiQiQBuxU8ivZ+KpJMem5zKROFpzuPq9KqyWABbSYbxq0qhqZs1I4DBwrY041rtOA==}
+ vue-flow-layout@0.1.1:
+ resolution: {integrity: sha512-JdgRRUVrN0Y2GosA0M68DEbKlXMqJ7FQgsK8CjQD2vxvNSqAU6PZEpi4cfcTVtfM2GVOMjHo7GKKLbXxOBqDqA==}
+ peerDependencies:
+ vue: ^3.5.4
vue-i18n@10.0.4:
resolution: {integrity: sha512-1xkzVxqBLk2ZFOmeI+B5r1J7aD/WtNJ4j9k2mcFcQo5BnOmHBmD7z4/oZohh96AAaRZ4Q7mNQvxc9h+aT+Md3w==}
@@ -10209,10 +10204,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.3))':
+ '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.5.4(typescript@5.6.3)
+ vue: 3.5.4(typescript@5.6.2)
'@img/sharp-darwin-arm64@0.33.5':
optionalDependencies:
@@ -10467,17 +10462,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
- '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -10515,10 +10510,10 @@ snapshots:
- utf-8-validate
- vue
- '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
+ '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -10528,10 +10523,10 @@ snapshots:
- supports-color
- vue
- '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
+ '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -10542,11 +10537,11 @@ snapshots:
- supports-color
- vue
- '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
+ '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)
- nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)
ufo: 1.5.4
transitivePeerDependencies:
@@ -10557,13 +10552,13 @@ snapshots:
- supports-color
- vue
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
- '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.3))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
consola: 3.2.3
defu: 6.1.4
destr: 2.0.3
@@ -10613,7 +10608,7 @@ snapshots:
'@nuxt/devtools-kit@1.5.2(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
execa: 7.2.0
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
@@ -10764,13 +10759,13 @@ snapshots:
- utf-8-validate
- vue
- '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@antfu/utils': 0.7.10
'@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
'@nuxt/devtools-wizard': 1.6.0
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
- '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.2.3
@@ -11238,12 +11233,12 @@ snapshots:
- vti
- vue-tsc
- '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))':
+ '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@rollup/plugin-replace': 6.0.1(rollup@4.24.4)
- '@vitejs/plugin-vue': 5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
- '@vitejs/plugin-vue-jsx': 4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@vitejs/plugin-vue': 5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vitejs/plugin-vue-jsx': 4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
autoprefixer: 10.4.20(postcss@8.4.49)
clear: 0.1.0
consola: 3.2.3
@@ -11272,8 +11267,8 @@ snapshots:
unplugin: 1.16.0
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vite-node: 2.1.5(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
- vue: 3.5.4(typescript@5.6.3)
+ vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ vue: 3.5.4(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
- '@biomejs/biome'
@@ -11375,7 +11370,7 @@ snapshots:
'@nuxtjs/mdc@0.9.2(magicast@0.3.5)(rollup@4.24.4)':
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@shikijs/transformers': 1.22.2
'@types/hast': 3.0.4
'@types/mdast': 4.0.4
@@ -11478,10 +11473,10 @@ snapshots:
'@parcel/watcher-win32-ia32': 2.4.1
'@parcel/watcher-win32-x64': 2.4.1
- '@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))':
+ '@pinia/nuxt@0.7.0(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)
- pinia: 2.2.2(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
+ pinia: 2.2.6(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -12320,15 +12315,6 @@ snapshots:
unhead: 1.11.11
vue: 3.5.4(typescript@5.6.2)
- '@unhead/vue@1.11.11(vue@3.5.4(typescript@5.6.3))':
- dependencies:
- '@unhead/schema': 1.11.11
- '@unhead/shared': 1.11.11
- defu: 6.1.4
- hookable: 5.5.3
- unhead: 1.11.11
- vue: 3.5.4(typescript@5.6.3)
-
'@unlazy/core@0.12.0': {}
'@unlazy/nuxt@0.12.0(magicast@0.3.5)(rollup@2.79.1)':
@@ -12341,25 +12327,25 @@ snapshots:
- rollup
- supports-color
- '@unocss/astro@0.63.6(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
+ '@unocss/astro@0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@unocss/core': 0.63.6
- '@unocss/reset': 0.63.6
- '@unocss/vite': 0.63.6(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ '@unocss/core': 0.64.1
+ '@unocss/reset': 0.64.1
+ '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- rollup
- supports-color
- - typescript
+ - vue
- '@unocss/cli@0.63.6(rollup@2.79.1)':
+ '@unocss/cli@0.64.1(rollup@2.79.1)':
dependencies:
'@ampproject/remapping': 2.3.0
'@rollup/pluginutils': 5.1.3(rollup@2.79.1)
- '@unocss/config': 0.63.6
- '@unocss/core': 0.63.6
- '@unocss/preset-uno': 0.63.6
+ '@unocss/config': 0.64.1
+ '@unocss/core': 0.64.1
+ '@unocss/preset-uno': 0.64.1
cac: 6.7.14
chokidar: 3.6.0
colorette: 2.0.20
@@ -12372,13 +12358,6 @@ snapshots:
- rollup
- supports-color
- '@unocss/config@0.63.6':
- dependencies:
- '@unocss/core': 0.63.6
- unconfig: 0.5.5
- transitivePeerDependencies:
- - supports-color
-
'@unocss/config@0.64.1':
dependencies:
'@unocss/core': 0.64.1
@@ -12386,8 +12365,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@unocss/core@0.63.6': {}
-
'@unocss/core@0.64.1': {}
'@unocss/eslint-config@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)':
@@ -12410,135 +12387,135 @@ snapshots:
- supports-color
- typescript
- '@unocss/extractor-arbitrary-variants@0.63.6':
+ '@unocss/extractor-arbitrary-variants@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
+ '@unocss/core': 0.64.1
- '@unocss/inspector@0.63.6(typescript@5.6.2)':
+ '@unocss/inspector@0.64.1(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@unocss/core': 0.63.6
- '@unocss/rule-utils': 0.63.6
+ '@unocss/core': 0.64.1
+ '@unocss/rule-utils': 0.64.1
gzip-size: 6.0.0
sirv: 2.0.4
- vue-flow-layout: 0.0.5(typescript@5.6.2)
+ vue-flow-layout: 0.1.1(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- - typescript
+ - vue
- '@unocss/nuxt@0.63.6(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1))':
+ '@unocss/nuxt@0.64.1(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
- '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)
- '@unocss/config': 0.63.6
- '@unocss/core': 0.63.6
- '@unocss/preset-attributify': 0.63.6
- '@unocss/preset-icons': 0.63.6
- '@unocss/preset-tagify': 0.63.6
- '@unocss/preset-typography': 0.63.6
- '@unocss/preset-uno': 0.63.6
- '@unocss/preset-web-fonts': 0.63.6
- '@unocss/preset-wind': 0.63.6
- '@unocss/reset': 0.63.6
- '@unocss/vite': 0.63.6(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
- '@unocss/webpack': 0.63.6(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
- unocss: 0.63.6(@unocss/webpack@0.63.6(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
+ '@unocss/config': 0.64.1
+ '@unocss/core': 0.64.1
+ '@unocss/preset-attributify': 0.64.1
+ '@unocss/preset-icons': 0.64.1
+ '@unocss/preset-tagify': 0.64.1
+ '@unocss/preset-typography': 0.64.1
+ '@unocss/preset-uno': 0.64.1
+ '@unocss/preset-web-fonts': 0.64.1
+ '@unocss/preset-wind': 0.64.1
+ '@unocss/reset': 0.64.1
+ '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/webpack': 0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
+ unocss: 0.64.1(@unocss/webpack@0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- magicast
- postcss
- rollup
- supports-color
- - typescript
- vite
+ - vue
- webpack
- '@unocss/postcss@0.63.6(postcss@8.4.49)':
+ '@unocss/postcss@0.64.1(postcss@8.4.49)':
dependencies:
- '@unocss/config': 0.63.6
- '@unocss/core': 0.63.6
- '@unocss/rule-utils': 0.63.6
- css-tree: 3.0.0
+ '@unocss/config': 0.64.1
+ '@unocss/core': 0.64.1
+ '@unocss/rule-utils': 0.64.1
+ css-tree: 3.0.1
postcss: 8.4.49
tinyglobby: 0.2.10
transitivePeerDependencies:
- supports-color
- '@unocss/preset-attributify@0.63.6':
+ '@unocss/preset-attributify@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
+ '@unocss/core': 0.64.1
- '@unocss/preset-icons@0.63.6':
+ '@unocss/preset-icons@0.64.1':
dependencies:
'@iconify/utils': 2.1.33
- '@unocss/core': 0.63.6
+ '@unocss/core': 0.64.1
ofetch: 1.4.1
transitivePeerDependencies:
- supports-color
- '@unocss/preset-mini@0.63.6':
+ '@unocss/preset-mini@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
- '@unocss/extractor-arbitrary-variants': 0.63.6
- '@unocss/rule-utils': 0.63.6
+ '@unocss/core': 0.64.1
+ '@unocss/extractor-arbitrary-variants': 0.64.1
+ '@unocss/rule-utils': 0.64.1
- '@unocss/preset-tagify@0.63.6':
+ '@unocss/preset-tagify@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
+ '@unocss/core': 0.64.1
- '@unocss/preset-typography@0.63.6':
+ '@unocss/preset-typography@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
- '@unocss/preset-mini': 0.63.6
+ '@unocss/core': 0.64.1
+ '@unocss/preset-mini': 0.64.1
- '@unocss/preset-uno@0.63.6':
+ '@unocss/preset-uno@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
- '@unocss/preset-mini': 0.63.6
- '@unocss/preset-wind': 0.63.6
- '@unocss/rule-utils': 0.63.6
+ '@unocss/core': 0.64.1
+ '@unocss/preset-mini': 0.64.1
+ '@unocss/preset-wind': 0.64.1
+ '@unocss/rule-utils': 0.64.1
- '@unocss/preset-web-fonts@0.63.6':
+ '@unocss/preset-web-fonts@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
+ '@unocss/core': 0.64.1
ofetch: 1.4.1
- '@unocss/preset-wind@0.63.6':
+ '@unocss/preset-wind@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
- '@unocss/preset-mini': 0.63.6
- '@unocss/rule-utils': 0.63.6
+ '@unocss/core': 0.64.1
+ '@unocss/preset-mini': 0.64.1
+ '@unocss/rule-utils': 0.64.1
'@unocss/reset@0.50.8': {}
- '@unocss/reset@0.63.6': {}
+ '@unocss/reset@0.64.1': {}
- '@unocss/rule-utils@0.63.6':
+ '@unocss/rule-utils@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
+ '@unocss/core': 0.64.1
magic-string: 0.30.13
- '@unocss/transformer-attributify-jsx@0.63.6':
+ '@unocss/transformer-attributify-jsx@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
+ '@unocss/core': 0.64.1
- '@unocss/transformer-compile-class@0.63.6':
+ '@unocss/transformer-compile-class@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
+ '@unocss/core': 0.64.1
- '@unocss/transformer-directives@0.63.6':
+ '@unocss/transformer-directives@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
- '@unocss/rule-utils': 0.63.6
- css-tree: 3.0.0
+ '@unocss/core': 0.64.1
+ '@unocss/rule-utils': 0.64.1
+ css-tree: 3.0.1
- '@unocss/transformer-variant-group@0.63.6':
+ '@unocss/transformer-variant-group@0.64.1':
dependencies:
- '@unocss/core': 0.63.6
+ '@unocss/core': 0.64.1
- '@unocss/vite@0.63.6(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
+ '@unocss/vite@0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.2(rollup@2.79.1)
- '@unocss/config': 0.63.6
- '@unocss/core': 0.63.6
- '@unocss/inspector': 0.63.6(typescript@5.6.2)
+ '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
+ '@unocss/config': 0.64.1
+ '@unocss/core': 0.64.1
+ '@unocss/inspector': 0.64.1(vue@3.5.4(typescript@5.6.2))
chokidar: 3.6.0
magic-string: 0.30.13
tinyglobby: 0.2.10
@@ -12546,14 +12523,14 @@ snapshots:
transitivePeerDependencies:
- rollup
- supports-color
- - typescript
+ - vue
- '@unocss/webpack@0.63.6(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))':
+ '@unocss/webpack@0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.2(rollup@2.79.1)
- '@unocss/config': 0.63.6
- '@unocss/core': 0.63.6
+ '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
+ '@unocss/config': 0.64.1
+ '@unocss/core': 0.64.1
chokidar: 3.6.0
magic-string: 0.30.13
tinyglobby: 0.2.10
@@ -12610,26 +12587,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
- dependencies:
- '@babel/core': 7.26.0
- '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0)
- '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vue: 3.5.4(typescript@5.6.3)
- transitivePeerDependencies:
- - supports-color
-
'@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
- '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
- dependencies:
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vue: 3.5.4(typescript@5.6.3)
-
'@vitest/eslint-plugin@1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
dependencies:
'@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
@@ -12769,7 +12731,7 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
+ '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
@@ -12778,7 +12740,7 @@ snapshots:
local-pkg: 0.5.0
magic-string-ast: 0.6.2
optionalDependencies:
- vue: 3.5.4(typescript@5.6.3)
+ vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
@@ -13166,7 +13128,7 @@ snapshots:
transitivePeerDependencies:
- vite
- '@vue/devtools-core@7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ '@vue/devtools-core@7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue/devtools-kit': 7.4.4
'@vue/devtools-shared': 7.4.5
@@ -13174,7 +13136,7 @@ snapshots:
nanoid: 3.3.7
pathe: 1.1.2
vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
- vue: 3.5.4(typescript@5.6.3)
+ vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- vite
@@ -13218,20 +13180,6 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
- '@vue/language-core@2.1.6(typescript@5.6.3)':
- dependencies:
- '@volar/language-core': 2.4.4
- '@vue/compiler-dom': 3.5.4
- '@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.13
- computeds: 0.0.1
- minimatch: 9.0.5
- muggle-string: 0.4.1
- path-browserify: 1.0.1
- optionalDependencies:
- typescript: 5.6.3
- optional: true
-
'@vue/reactivity@3.5.4':
dependencies:
'@vue/shared': 3.5.4
@@ -13254,12 +13202,6 @@ snapshots:
'@vue/shared': 3.5.4
vue: 3.5.4(typescript@5.6.2)
- '@vue/server-renderer@3.5.4(vue@3.5.4(typescript@5.6.3))':
- dependencies:
- '@vue/compiler-ssr': 3.5.4
- '@vue/shared': 3.5.4
- vue: 3.5.4(typescript@5.6.3)
-
'@vue/shared@3.5.12': {}
'@vue/shared@3.5.13': {}
@@ -13291,22 +13233,22 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 11.2.0
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.3))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.13.0
- '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.3))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -13319,13 +13261,13 @@ snapshots:
vue: 3.5.4(typescript@5.6.2)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@unhead/dom': 1.11.11
'@unhead/schema': 1.11.6
'@unhead/ssr': 1.11.11
- '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.3))
- vue: 3.5.4(typescript@5.6.3)
+ '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.2))
+ vue: 3.5.4(typescript@5.6.2)
'@vueuse/integrations@11.0.3(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -13341,11 +13283,11 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.3))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
change-case: 5.4.4
focus-trap: 7.6.0
@@ -13403,14 +13345,14 @@ snapshots:
- supports-color
- vue
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -13432,16 +13374,16 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.3))':
+ '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -14176,9 +14118,9 @@ snapshots:
mdn-data: 2.0.30
source-map-js: 1.2.1
- css-tree@3.0.0:
+ css-tree@3.0.1:
dependencies:
- mdn-data: 2.10.0
+ mdn-data: 2.12.1
source-map-js: 1.2.1
css-what@6.1.0: {}
@@ -16198,7 +16140,7 @@ snapshots:
mdn-data@2.0.30: {}
- mdn-data@2.10.0: {}
+ mdn-data@2.12.1: {}
mdurl@2.0.0: {}
@@ -16525,7 +16467,7 @@ snapshots:
neo-async@2.6.2: {}
- nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3):
+ nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -16574,7 +16516,7 @@ snapshots:
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
- openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.3)
+ openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.2)
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.2.1
@@ -16779,7 +16721,7 @@ snapshots:
nuxt-component-meta@0.9.0(magicast@0.3.5)(rollup@4.24.4):
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
citty: 0.1.6
mlly: 1.7.3
scule: 1.3.0
@@ -16793,7 +16735,7 @@ snapshots:
nuxt-config-schema@0.4.6(magicast@0.3.5)(rollup@4.24.4):
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
defu: 6.1.4
jiti: 1.21.6
pathe: 1.1.2
@@ -16805,7 +16747,7 @@ snapshots:
nuxt-csurf@1.6.5(magicast@0.3.5)(rollup@2.79.1):
dependencies:
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
defu: 6.1.4
uncsrf: 1.2.0
transitivePeerDependencies:
@@ -16813,10 +16755,10 @@ snapshots:
- rollup
- supports-color
- nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3)):
+ nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2)):
dependencies:
- '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.3))
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
+ '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)
transitivePeerDependencies:
- magicast
@@ -16838,18 +16780,18 @@ snapshots:
- rollup
- supports-color
- nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
+ nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.4)
- '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))
+ '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))
'@unhead/dom': 1.11.11
'@unhead/shared': 1.11.11
'@unhead/ssr': 1.11.11
- '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.3))
+ '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.2))
'@vue/shared': 3.5.13
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
@@ -16875,7 +16817,7 @@ snapshots:
magic-string: 0.30.13
mlly: 1.7.3
nanotar: 0.1.1
- nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3)
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)
nuxi: 3.15.0
nypm: 0.3.12
ofetch: 1.4.1
@@ -16897,13 +16839,13 @@ snapshots:
unhead: 1.11.11
unimport: 3.13.3(rollup@4.24.4)
unplugin: 1.16.0
- unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3))
+ unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
- vue: 3.5.4(typescript@5.6.3)
+ vue: 3.5.4(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
'@parcel/watcher': 2.4.1
'@types/node': 22.9.0
@@ -17167,18 +17109,6 @@ snapshots:
transitivePeerDependencies:
- encoding
- openapi-typescript@7.4.2(encoding@0.1.13)(typescript@5.6.3):
- dependencies:
- '@redocly/openapi-core': 1.25.11(encoding@0.1.13)(supports-color@9.4.0)
- ansi-colors: 4.1.3
- change-case: 5.4.4
- parse-json: 8.1.0
- supports-color: 9.4.0
- typescript: 5.6.3
- yargs-parser: 21.1.1
- transitivePeerDependencies:
- - encoding
-
optionator@0.9.3:
dependencies:
'@aashutoshrathi/word-wrap': 1.2.6
@@ -17376,7 +17306,7 @@ snapshots:
- sass
- supports-color
- pinia@2.2.2(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2)):
+ pinia@2.2.6(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.2)
@@ -18275,7 +18205,7 @@ snapshots:
ansi-styles: 6.2.1
is-fullwidth-code-point: 5.0.0
- slimeform@0.9.1(vue@3.5.4(typescript@5.6.2)):
+ slimeform@0.10.0(vue@3.5.4(typescript@5.6.2)):
dependencies:
vue: 3.5.4(typescript@5.6.2)
@@ -18992,33 +18922,33 @@ snapshots:
dependencies:
'@unlazy/core': 0.12.0
- unocss@0.63.6(@unocss/webpack@0.63.6(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
- dependencies:
- '@unocss/astro': 0.63.6(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
- '@unocss/cli': 0.63.6(rollup@2.79.1)
- '@unocss/core': 0.63.6
- '@unocss/postcss': 0.63.6(postcss@8.4.49)
- '@unocss/preset-attributify': 0.63.6
- '@unocss/preset-icons': 0.63.6
- '@unocss/preset-mini': 0.63.6
- '@unocss/preset-tagify': 0.63.6
- '@unocss/preset-typography': 0.63.6
- '@unocss/preset-uno': 0.63.6
- '@unocss/preset-web-fonts': 0.63.6
- '@unocss/preset-wind': 0.63.6
- '@unocss/transformer-attributify-jsx': 0.63.6
- '@unocss/transformer-compile-class': 0.63.6
- '@unocss/transformer-directives': 0.63.6
- '@unocss/transformer-variant-group': 0.63.6
- '@unocss/vite': 0.63.6(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ unocss@0.64.1(@unocss/webpack@0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2)):
+ dependencies:
+ '@unocss/astro': 0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/cli': 0.64.1(rollup@2.79.1)
+ '@unocss/core': 0.64.1
+ '@unocss/postcss': 0.64.1(postcss@8.4.49)
+ '@unocss/preset-attributify': 0.64.1
+ '@unocss/preset-icons': 0.64.1
+ '@unocss/preset-mini': 0.64.1
+ '@unocss/preset-tagify': 0.64.1
+ '@unocss/preset-typography': 0.64.1
+ '@unocss/preset-uno': 0.64.1
+ '@unocss/preset-web-fonts': 0.64.1
+ '@unocss/preset-wind': 0.64.1
+ '@unocss/transformer-attributify-jsx': 0.64.1
+ '@unocss/transformer-compile-class': 0.64.1
+ '@unocss/transformer-directives': 0.64.1
+ '@unocss/transformer-variant-group': 0.64.1
+ '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
- '@unocss/webpack': 0.63.6(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
+ '@unocss/webpack': 0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- postcss
- rollup
- supports-color
- - typescript
+ - vue
unplugin-combine@1.0.3(esbuild@0.23.1)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1)):
dependencies:
@@ -19120,11 +19050,11 @@ snapshots:
- rollup
- vue
- unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3)):
+ unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@babel/types': 7.26.0
'@rollup/pluginutils': 5.1.3(rollup@4.24.4)
- '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -19137,7 +19067,7 @@ snapshots:
unplugin: 1.16.0
yaml: 2.5.0
optionalDependencies:
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- rollup
- vue
@@ -19338,29 +19268,6 @@ snapshots:
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
- vite-plugin-checker@0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
- dependencies:
- '@babel/code-frame': 7.26.2
- ansi-escapes: 4.3.2
- chalk: 4.1.2
- chokidar: 3.6.0
- commander: 8.3.0
- fast-glob: 3.3.2
- fs-extra: 11.2.0
- npm-run-path: 4.0.1
- strip-ansi: 6.0.1
- tiny-invariant: 1.3.1
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vscode-languageclient: 7.0.0
- vscode-languageserver: 7.0.0
- vscode-languageserver-textdocument: 1.0.8
- vscode-uri: 3.0.8
- optionalDependencies:
- eslint: 9.15.0(jiti@2.4.0)
- optionator: 0.9.3
- typescript: 5.6.3
- vue-tsc: 2.1.6(typescript@5.6.3)
-
vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
@@ -19415,11 +19322,11 @@ snapshots:
- rollup
- supports-color
- vite-plugin-pwa@0.20.5(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(workbox-build@7.1.1)(workbox-window@7.1.0):
+ vite-plugin-pwa@0.21.0(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(workbox-build@7.1.1)(workbox-window@7.1.0):
dependencies:
- debug: 4.3.6
+ debug: 4.3.7(supports-color@9.4.0)
pretty-bytes: 6.1.1
- tinyglobby: 0.2.6
+ tinyglobby: 0.2.10
vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
workbox-build: 7.1.1
workbox-window: 7.1.0
@@ -19587,10 +19494,6 @@ snapshots:
dependencies:
vue: 3.5.4(typescript@5.6.2)
- vue-demi@0.14.10(vue@3.5.4(typescript@5.6.3)):
- dependencies:
- vue: 3.5.4(typescript@5.6.3)
-
vue-devtools-stub@0.1.0: {}
vue-eslint-parser@9.4.3(eslint@9.15.0(jiti@2.4.0)):
@@ -19606,11 +19509,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vue-flow-layout@0.0.5(typescript@5.6.2):
+ vue-flow-layout@0.1.1(vue@3.5.4(typescript@5.6.2)):
dependencies:
vue: 3.5.4(typescript@5.6.2)
- transitivePeerDependencies:
- - typescript
vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)):
dependencies:
@@ -19632,11 +19533,6 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.2)
- vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)):
- dependencies:
- '@vue/devtools-api': 6.6.4
- vue: 3.5.4(typescript@5.6.3)
-
vue-template-compiler@2.7.14:
dependencies:
de-indent: 1.0.2
@@ -19649,14 +19545,6 @@ snapshots:
semver: 7.6.3
typescript: 5.6.2
- vue-tsc@2.1.6(typescript@5.6.3):
- dependencies:
- '@volar/typescript': 2.4.4
- '@vue/language-core': 2.1.6(typescript@5.6.3)
- semver: 7.6.3
- typescript: 5.6.3
- optional: true
-
vue-virtual-scroller@2.0.0-beta.8(vue@3.5.4(typescript@5.6.2)):
dependencies:
mitt: 2.1.0
@@ -19674,16 +19562,6 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
- vue@3.5.4(typescript@5.6.3):
- dependencies:
- '@vue/compiler-dom': 3.5.4
- '@vue/compiler-sfc': 3.5.4
- '@vue/runtime-dom': 3.5.4
- '@vue/server-renderer': 3.5.4(vue@3.5.4(typescript@5.6.3))
- '@vue/shared': 3.5.4
- optionalDependencies:
- typescript: 5.6.3
-
w3c-keyname@2.2.8: {}
watchpack@2.4.2:
From 454b01502ed26820aedacf007b5ddade2f941b4b Mon Sep 17 00:00:00 2001
From: Andrew Crescencio <68707868+AndrewCrescencio@users.noreply.github.com>
Date: Wed, 27 Nov 2024 06:09:33 -0300
Subject: [PATCH 008/101] fix(ui): Profile avatar image motion setting #3044
(#3066)
Co-authored-by: null
(cherry picked from commit 008248ee0faee8f3dc61721157139ab7b7f92d84)
---
components/account/AccountAvatar.vue | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/components/account/AccountAvatar.vue b/components/account/AccountAvatar.vue
index c7f52056c..ac9ffbcb9 100644
--- a/components/account/AccountAvatar.vue
+++ b/components/account/AccountAvatar.vue
@@ -1,13 +1,18 @@
@@ -16,7 +21,7 @@ const error = ref(false)
width="400"
height="400"
select-none
- :src="(error || !loaded) ? 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7' : account.avatar"
+ :src="(error || !loaded) ? 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7' : accountAvatarSrc"
:alt="$t('account.avatar_description', [account.username])"
loading="lazy"
class="account-avatar"
From 3d86ae4c486298a28a14de9020fcea9732d708ca Mon Sep 17 00:00:00 2001
From: Markus Unterwaditzer
Date: Thu, 28 Nov 2024 00:32:44 +0900
Subject: [PATCH 009/101] fix: Add basic user-agent to all mastodon-bound
requests (#2277)
(cherry picked from commit 302da092484ff2b53a8286e118e2d3f10eb6c850)
---
server/api/[server]/oauth/[origin].ts | 5 +++++
server/utils/shared.ts | 6 ++++++
2 files changed, 11 insertions(+)
diff --git a/server/api/[server]/oauth/[origin].ts b/server/api/[server]/oauth/[origin].ts
index 08bfa8b65..646f9fde6 100644
--- a/server/api/[server]/oauth/[origin].ts
+++ b/server/api/[server]/oauth/[origin].ts
@@ -1,5 +1,7 @@
import { stringifyQuery } from 'ufo'
+import { defaultUserAgent } from '~/server/utils/shared'
+
export default defineEventHandler(async (event) => {
let { server, origin } = getRouterParams(event)
server = server.toLocaleLowerCase().trim()
@@ -24,6 +26,9 @@ export default defineEventHandler(async (event) => {
try {
const result: any = await $fetch(`https://${server}/oauth/token`, {
method: 'POST',
+ headers: {
+ 'user-agent': defaultUserAgent,
+ },
body: {
client_id: app.client_id,
client_secret: app.client_secret,
diff --git a/server/utils/shared.ts b/server/utils/shared.ts
index 53ab49832..c82e89bcf 100644
--- a/server/utils/shared.ts
+++ b/server/utils/shared.ts
@@ -11,6 +11,7 @@ import memory from 'unstorage/drivers/memory'
import vercelKVDriver from 'unstorage/drivers/vercel-kv'
+import { version } from '~/config/env'
import { APP_NAME } from '~/constants'
import type { AppInfo } from '~/types'
@@ -48,9 +49,14 @@ export function getRedirectURI(origin: string, server: string) {
return `${origin}/api/${server}/oauth/${encodeURIComponent(origin)}`
}
+export const defaultUserAgent = `${APP_NAME}/${version}`
+
async function fetchAppInfo(origin: string, server: string) {
const app: AppInfo = await $fetch(`https://${server}/api/v1/apps`, {
method: 'POST',
+ headers: {
+ 'user-agent': defaultUserAgent,
+ },
body: {
client_name: APP_NAME + (env !== 'release' ? ` (${env})` : ''),
website: 'https://nimbus.town',
From df7c7a0bc4a1f422dd8c386925b60e8a6e71c6a9 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Sat, 30 Nov 2024 23:41:33 +0900
Subject: [PATCH 010/101] chore: change default theme color and fix color
contrast (#3062)
---
constants/index.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/constants/index.ts b/constants/index.ts
index a1daf659a..5df25087e 100644
--- a/constants/index.ts
+++ b/constants/index.ts
@@ -24,7 +24,7 @@ export const STORAGE_KEY_NOTIFICATION_POLICY = 'nimbus-notification-policy'
export const STORAGE_KEY_PWA_HIDE_INSTALL = 'nimbus-pwa-hide-install'
export const STORAGE_KEY_LAST_ACCESSED_NOTIFICATION_ROUTE = 'nimbus-last-accessed-notification-route'
export const STORAGE_KEY_LAST_ACCESSED_EXPLORE_ROUTE = 'nimbus-last-accessed-explore-route'
-export const STORAGE_KEY_BOTTOM_NAV_BUTTONS = 'nimbus-bottom-nav-buttons-temp'
+export const STORAGE_KEY_BOTTOM_NAV_BUTTONS = 'nimbus-bottom-nav-buttons'
export const HANDLED_MASTO_URLS = /^(https?:\/\/)?([\w\-]+\.)+\w+\/(@[@\w\-.]+)(\/objects)?(\/\d+)?$/
From e2400d89a5725cec9b561cbdac7c5fbbdbe9fee6 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Sun, 1 Dec 2024 00:36:09 +0900
Subject: [PATCH 011/101] fix: apply missing reordering to local public
timeline (#3071)
(cherry picked from commit e1b8d5cb3327913d8087d3367a2d9a30cc62986a)
---
components/timeline/TimelinePublicLocal.vue | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/components/timeline/TimelinePublicLocal.vue b/components/timeline/TimelinePublicLocal.vue
index aa5244d75..4f3c11ac4 100644
--- a/components/timeline/TimelinePublicLocal.vue
+++ b/components/timeline/TimelinePublicLocal.vue
@@ -1,10 +1,15 @@
-
+
From adf9e3844e515d462f07dd4a179520ce30f58c0c Mon Sep 17 00:00:00 2001
From: Andrew Crescencio <68707868+AndrewCrescencio@users.noreply.github.com>
Date: Sat, 30 Nov 2024 22:59:42 -0300
Subject: [PATCH 012/101] refactor: code from profile avatar image reduced
motion setting issue (#3069)
Co-authored-by: null
(cherry picked from commit b4cb027a8e796979551583f9f8471002857e91fe)
---
components/account/AccountAvatar.vue | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/components/account/AccountAvatar.vue b/components/account/AccountAvatar.vue
index ac9ffbcb9..823411acf 100644
--- a/components/account/AccountAvatar.vue
+++ b/components/account/AccountAvatar.vue
@@ -1,7 +1,7 @@
Date: Mon, 2 Dec 2024 10:05:19 +0000
Subject: [PATCH 013/101] chore(deps): update dependency vitest to v2.1.6
(#3074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit cca29e66952b94d3e5aa8b10eb923217c00bb884)
---
package.json | 4 +-
pnpm-lock.yaml | 609 +++++++++++++++++++++++++++----------------------
2 files changed, 339 insertions(+), 274 deletions(-)
diff --git a/package.json b/package.json
index ab938be29..5a71534e2 100644
--- a/package.json
+++ b/package.json
@@ -140,7 +140,7 @@
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.2",
"typescript": "^5.4.4",
- "vitest": "2.1.5",
+ "vitest": "2.1.6",
"vue-tsc": "^2.1.6"
},
"pnpm": {
@@ -152,7 +152,7 @@
"resolutions": {
"nuxt-component-meta": "0.9.0",
"unstorage": "^1.13.1",
- "vitest": "2.1.5",
+ "vitest": "2.1.6",
"vue": "^3.5.4"
},
"simple-git-hooks": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e5c31f4ab..ac04c200f 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -7,7 +7,7 @@ settings:
overrides:
nuxt-component-meta: 0.9.0
unstorage: ^1.13.1
- vitest: 2.1.5
+ vitest: 2.1.6
vue: ^3.5.4
patchedDependencies:
@@ -39,10 +39,10 @@ importers:
version: 2.1.32
'@nuxt/devtools':
specifier: ^1.5.2
- version: 1.5.2(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ version: 1.5.2(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@nuxt/test-utils':
specifier: ^3.14.3
- version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxtjs/color-mode':
specifier: ^3.4.4
version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)
@@ -96,7 +96,7 @@ importers:
version: 2.2.4(@tiptap/core@2.2.4(@tiptap/pm@2.2.4))(@tiptap/pm@2.2.4)(vue@3.5.4(typescript@5.6.2))
'@unocss/nuxt':
specifier: ^0.64.0
- version: 0.64.1(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
+ version: 0.64.1(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
'@upstash/redis':
specifier: ^1.27.1
version: 1.34.0
@@ -105,7 +105,7 @@ importers:
version: 3.0.0
'@vue-macros/nuxt':
specifier: ^1.11.12
- version: 1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
+ version: 1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
'@vueuse/core':
specifier: ^11.0.3
version: 11.0.3(vue@3.5.4(typescript@5.6.2))
@@ -123,7 +123,7 @@ importers:
version: 2.2.6(magicast@0.3.5)(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vueuse/nuxt':
specifier: ^11.0.3
- version: 11.0.3(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ version: 11.0.3(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
blurhash:
specifier: ^2.0.5
version: 2.0.5
@@ -243,7 +243,7 @@ importers:
version: 3.11.1(rollup@2.79.1)(webpack-sources@3.2.3)
vite-plugin-pwa:
specifier: ^0.21.0
- version: 0.21.0(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(workbox-build@7.1.1)(workbox-window@7.1.0)
+ version: 0.21.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(workbox-build@7.1.1)(workbox-window@7.1.0)
vue-advanced-cropper:
specifier: ^2.8.9
version: 2.8.9(vue@3.5.4(typescript@5.6.2))
@@ -262,7 +262,7 @@ importers:
devDependencies:
'@antfu/eslint-config':
specifier: ^3.9.2
- version: 3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
+ version: 3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
'@antfu/ni':
specifier: ^0.23.1
version: 0.23.1
@@ -322,7 +322,7 @@ importers:
version: 15.2.10
nuxt:
specifier: ^3.14.1592
- version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
prettier:
specifier: ^3.3.3
version: 3.3.3
@@ -342,8 +342,8 @@ importers:
specifier: ^5.4.4
version: 5.6.2
vitest:
- specifier: 2.1.5
- version: 2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0)
+ specifier: 2.1.6
+ version: 2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0)
vue-tsc:
specifier: ^2.1.6
version: 2.1.6(typescript@5.6.2)
@@ -356,10 +356,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
nuxt:
specifier: ^3.14.1592
- version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
packages:
@@ -1996,16 +1996,20 @@ packages:
resolution: {integrity: sha512-AFbhEo10DP095/45EauinQJ5hJ3rJUmuuqltGguvc3WsvezZN+g8qNHLGWKu60FHQVizMrQY7VJ+zVlBXlQQkQ==}
engines: {node: '>= 16'}
- '@intlify/message-compiler@11.0.0-beta.1':
- resolution: {integrity: sha512-yMXfN4hg/EeSdtWfmoMrwB9X4TXwkBoZlTIpNydQaW9y0tSJHGnUPRoahtkbsyACCm9leSJINLY4jQ0rK6BK0Q==}
+ '@intlify/message-compiler@11.0.0-beta.2':
+ resolution: {integrity: sha512-/cJHP1n45Zlf9tbm/hudLrUwXzJZngR9OMTQk32H1S4lBjM2996wzKTHuLbaJJlJZNTTjnfWZUHPb+F6sE6p1Q==}
engines: {node: '>= 16'}
'@intlify/shared@10.0.4':
resolution: {integrity: sha512-ukFn0I01HsSgr3VYhYcvkTCLS7rGa0gw4A4AMpcy/A9xx/zRJy7PS2BElMXLwUazVFMAr5zuiTk3MQeoeGXaJg==}
engines: {node: '>= 16'}
- '@intlify/shared@11.0.0-beta.1':
- resolution: {integrity: sha512-Md/4T/QOx7wZ7zqVzSsMx2M/9Mx/1nsgsjXS5SFIowFKydqUhMz7K+y7pMFh781aNYz+rGXYwad8E9/+InK9SA==}
+ '@intlify/shared@10.0.5':
+ resolution: {integrity: sha512-bmsP4L2HqBF6i6uaMqJMcFBONVjKt+siGluRq4Ca4C0q7W2eMaVZr8iCgF9dKbcVXutftkC7D6z2SaSMmLiDyA==}
+ engines: {node: '>= 16'}
+
+ '@intlify/shared@11.0.0-beta.2':
+ resolution: {integrity: sha512-N6ngJfFaVA0l2iLtx/SymgHOBW4wiS5Pyue7YmY/G+mrGjesi+S+U+u/Xlv6pZa/YIBfeM4QB07lI7rz1YqKLg==}
engines: {node: '>= 16'}
'@intlify/unplugin-vue-i18n@5.3.1':
@@ -2217,7 +2221,7 @@ packages:
nitropack: '*'
playwright-core: ^1.43.1
vite: '*'
- vitest: 2.1.5
+ vitest: 2.1.6
vue: ^3.5.4
vue-router: ^4.0.0
peerDependenciesMeta:
@@ -3199,41 +3203,41 @@ packages:
'@typescript-eslint/utils': '>= 8.0'
eslint: '>= 8.57.0'
typescript: '>= 5.0.0'
- vitest: 2.1.5
+ vitest: 2.1.6
peerDependenciesMeta:
typescript:
optional: true
vitest:
optional: true
- '@vitest/expect@2.1.5':
- resolution: {integrity: sha512-nZSBTW1XIdpZvEJyoP/Sy8fUg0b8od7ZpGDkTUcfJ7wz/VoZAFzFfLyxVxGFhUjJzhYqSbIpfMtl/+k/dpWa3Q==}
+ '@vitest/expect@2.1.6':
+ resolution: {integrity: sha512-9M1UR9CAmrhJOMoSwVnPh2rELPKhYo0m/CSgqw9PyStpxtkwhmdM6XYlXGKeYyERY1N6EIuzkQ7e3Lm1WKCoUg==}
- '@vitest/mocker@2.1.5':
- resolution: {integrity: sha512-XYW6l3UuBmitWqSUXTNXcVBUCRytDogBsWuNXQijc00dtnU/9OqpXWp4OJroVrad/gLIomAq9aW8yWDBtMthhQ==}
+ '@vitest/mocker@2.1.6':
+ resolution: {integrity: sha512-MHZp2Z+Q/A3am5oD4WSH04f9B0T7UvwEb+v5W0kCYMhtXGYbdyl2NUk1wdSMqGthmhpiThPDp/hEoVwu16+u1A==}
peerDependencies:
msw: ^2.4.9
- vite: ^5.0.0
+ vite: ^5.0.0 || ^6.0.0
peerDependenciesMeta:
msw:
optional: true
vite:
optional: true
- '@vitest/pretty-format@2.1.5':
- resolution: {integrity: sha512-4ZOwtk2bqG5Y6xRGHcveZVr+6txkH7M2e+nPFd6guSoN638v/1XQ0K06eOpi0ptVU/2tW/pIU4IoPotY/GZ9fw==}
+ '@vitest/pretty-format@2.1.6':
+ resolution: {integrity: sha512-exZyLcEnHgDMKc54TtHca4McV4sKT+NKAe9ix/yhd/qkYb/TP8HTyXRFDijV19qKqTZM0hPL4753zU/U8L/gAA==}
- '@vitest/runner@2.1.5':
- resolution: {integrity: sha512-pKHKy3uaUdh7X6p1pxOkgkVAFW7r2I818vHDthYLvUyjRfkKOU6P45PztOch4DZarWQne+VOaIMwA/erSSpB9g==}
+ '@vitest/runner@2.1.6':
+ resolution: {integrity: sha512-SjkRGSFyrA82m5nz7To4CkRSEVWn/rwQISHoia/DB8c6IHIhaE/UNAo+7UfeaeJRE979XceGl00LNkIz09RFsA==}
- '@vitest/snapshot@2.1.5':
- resolution: {integrity: sha512-zmYw47mhfdfnYbuhkQvkkzYroXUumrwWDGlMjpdUr4jBd3HZiV2w7CQHj+z7AAS4VOtWxI4Zt4bWt4/sKcoIjg==}
+ '@vitest/snapshot@2.1.6':
+ resolution: {integrity: sha512-5JTWHw8iS9l3v4/VSuthCndw1lN/hpPB+mlgn1BUhFbobeIUj1J1V/Bj2t2ovGEmkXLTckFjQddsxS5T6LuVWw==}
- '@vitest/spy@2.1.5':
- resolution: {integrity: sha512-aWZF3P0r3w6DiYTVskOYuhBc7EMc3jvn1TkBg8ttylFFRqNN2XGD7V5a4aQdk6QiUzZQ4klNBSpCLJgWNdIiNw==}
+ '@vitest/spy@2.1.6':
+ resolution: {integrity: sha512-oTFObV8bd4SDdRka5O+mSh5w9irgx5IetrD5i+OsUUsk/shsBoHifwCzy45SAORzAhtNiprUVaK3hSCCzZh1jQ==}
- '@vitest/utils@2.1.5':
- resolution: {integrity: sha512-yfj6Yrp0Vesw2cwJbP+cl04OC+IHFsuQsrsJBL9pyGeQXE56v1UAOQco+SR55Vf1nQzfV0QJg1Qum7AaWUwwYg==}
+ '@vitest/utils@2.1.6':
+ resolution: {integrity: sha512-ixNkFy3k4vokOUTU2blIUvOgKq/N2PW8vKIjZZYsGJCMX69MRa9J2sKqX5hY/k5O5Gty3YJChepkqZ3KM9LyIQ==}
'@volar/language-core@1.4.1':
resolution: {integrity: sha512-EIY+Swv+TjsWpxOxujjMf1ZXqOjg9MT2VMXZ+1dKva0wD8W0L6EtptFFcCJdBbcKmGMFkr57Qzz9VNMWhs3jXQ==}
@@ -6920,10 +6924,6 @@ packages:
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- postcss@8.4.47:
- resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==}
- engines: {node: ^10 || ^12 || >=14}
-
postcss@8.4.49:
resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==}
engines: {node: ^10 || ^12 || >=14}
@@ -8228,6 +8228,11 @@ packages:
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
+ vite-node@2.1.6:
+ resolution: {integrity: sha512-DBfJY0n9JUwnyLxPSSUmEePT21j8JZp/sR9n+/gBwQU6DcQOioPdb8/pibWfXForbirSagZCilseYIwaL3f95A==}
+ engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
+ hasBin: true
+
vite-plugin-checker@0.8.0:
resolution: {integrity: sha512-UA5uzOGm97UvZRTdZHiQVYFnd86AVn8EVaD4L3PoVzxH+IZSfaAw14WGFwX9QS23UW3lV/5bVKZn6l0w+q9P0g==}
engines: {node: '>=14.16'}
@@ -8289,37 +8294,6 @@ packages:
peerDependencies:
vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0
- vite@5.4.10:
- resolution: {integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==}
- engines: {node: ^18.0.0 || >=20.0.0}
- hasBin: true
- peerDependencies:
- '@types/node': ^18.0.0 || >=20.0.0
- less: '*'
- lightningcss: ^1.21.0
- sass: '*'
- sass-embedded: '*'
- stylus: '*'
- sugarss: '*'
- terser: ^5.4.0
- peerDependenciesMeta:
- '@types/node':
- optional: true
- less:
- optional: true
- lightningcss:
- optional: true
- sass:
- optional: true
- sass-embedded:
- optional: true
- stylus:
- optional: true
- sugarss:
- optional: true
- terser:
- optional: true
-
vite@5.4.11:
resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==}
engines: {node: ^18.0.0 || >=20.0.0}
@@ -8354,15 +8328,15 @@ packages:
vitest-environment-nuxt@1.0.1:
resolution: {integrity: sha512-eBCwtIQriXW5/M49FjqNKfnlJYlG2LWMSNFsRVKomc8CaMqmhQPBS5LZ9DlgYL9T8xIVsiA6RZn2lk7vxov3Ow==}
- vitest@2.1.5:
- resolution: {integrity: sha512-P4ljsdpuzRTPI/kbND2sDZ4VmieerR2c9szEZpjc+98Z9ebvnXmM5+0tHEKqYZumXqlvnmfWsjeFOjXVriDG7A==}
- engines: {node: ^18.0.0 || >=20.0.0}
+ vitest@2.1.6:
+ resolution: {integrity: sha512-isUCkvPL30J4c5O5hgONeFRsDmlw6kzFEdLQHLezmDdKQHy8Ke/B/dgdTMEgU0vm+iZ0TjW8GuK83DiahBoKWQ==}
+ engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
- '@types/node': ^18.0.0 || >=20.0.0
- '@vitest/browser': 2.1.5
- '@vitest/ui': 2.1.5
+ '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
+ '@vitest/browser': 2.1.6
+ '@vitest/ui': 2.1.6
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@@ -8732,7 +8706,7 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
+ '@antfu/eslint-config@3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
dependencies:
'@antfu/install-pkg': 0.4.1
'@clack/prompts': 0.8.2
@@ -8741,7 +8715,7 @@ snapshots:
'@stylistic/eslint-plugin': 2.10.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
'@typescript-eslint/eslint-plugin': 8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
'@typescript-eslint/parser': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
- '@vitest/eslint-plugin': 1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
+ '@vitest/eslint-plugin': 1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
eslint: 9.15.0(jiti@2.4.0)
eslint-config-flat-gitignore: 0.3.0(eslint@9.15.0(jiti@2.4.0))
eslint-flat-config-utils: 0.4.0
@@ -10204,10 +10178,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.2))':
+ '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
'@img/sharp-darwin-arm64@0.33.5':
optionalDependencies:
@@ -10286,8 +10260,8 @@ snapshots:
'@intlify/bundle-utils@9.0.0(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))':
dependencies:
- '@intlify/message-compiler': 11.0.0-beta.1
- '@intlify/shared': 11.0.0-beta.1
+ '@intlify/message-compiler': 11.0.0-beta.2
+ '@intlify/shared': 11.0.0-beta.2
acorn: 8.14.0
escodegen: 2.1.0
estree-walker: 2.0.2
@@ -10318,21 +10292,23 @@ snapshots:
'@intlify/shared': 10.0.4
source-map-js: 1.2.1
- '@intlify/message-compiler@11.0.0-beta.1':
+ '@intlify/message-compiler@11.0.0-beta.2':
dependencies:
- '@intlify/shared': 11.0.0-beta.1
+ '@intlify/shared': 11.0.0-beta.2
source-map-js: 1.2.1
'@intlify/shared@10.0.4': {}
- '@intlify/shared@11.0.0-beta.1': {}
+ '@intlify/shared@10.0.5': {}
+
+ '@intlify/shared@11.0.0-beta.2': {}
'@intlify/unplugin-vue-i18n@5.3.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0))
'@intlify/bundle-utils': 9.0.0(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))
- '@intlify/shared': 10.0.4
- '@intlify/vue-i18n-extensions': 7.0.0(@intlify/shared@10.0.4)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
+ '@intlify/shared': 10.0.5
+ '@intlify/vue-i18n-extensions': 7.0.0(@intlify/shared@10.0.5)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
'@rollup/pluginutils': 5.1.3(rollup@2.79.1)
'@typescript-eslint/scope-manager': 8.14.0
'@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.2)
@@ -10356,11 +10332,11 @@ snapshots:
'@intlify/utils@0.13.0': {}
- '@intlify/vue-i18n-extensions@7.0.0(@intlify/shared@10.0.4)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))':
+ '@intlify/vue-i18n-extensions@7.0.0(@intlify/shared@10.0.5)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@babel/parser': 7.26.2
optionalDependencies:
- '@intlify/shared': 10.0.4
+ '@intlify/shared': 10.0.5
'@vue/compiler-dom': 3.5.13
vue: 3.5.4(typescript@5.6.2)
vue-i18n: 10.0.4(vue@3.5.4(typescript@5.6.2))
@@ -10462,17 +10438,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
- '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -10510,10 +10486,10 @@ snapshots:
- utf-8-validate
- vue
- '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -10523,10 +10499,10 @@ snapshots:
- supports-color
- vue
- '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -10537,11 +10513,11 @@ snapshots:
- supports-color
- vue
- '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)
- nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)
ufo: 1.5.4
transitivePeerDependencies:
@@ -10552,13 +10528,13 @@ snapshots:
- supports-color
- vue
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
consola: 3.2.3
defu: 6.1.4
destr: 2.0.3
@@ -10606,23 +10582,23 @@ snapshots:
'@nuxt/devalue@2.0.2': {}
- '@nuxt/devtools-kit@1.5.2(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
+ '@nuxt/devtools-kit@1.5.2(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
execa: 7.2.0
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
+ '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
execa: 7.2.0
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- magicast
- rollup
@@ -10665,13 +10641,13 @@ snapshots:
rc9: 2.1.2
semver: 7.6.3
- '@nuxt/devtools@1.5.2(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt/devtools@1.5.2(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@antfu/utils': 0.7.10
- '@nuxt/devtools-kit': 1.5.2(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ '@nuxt/devtools-kit': 1.5.2(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
'@nuxt/devtools-wizard': 1.5.2
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)
- '@vue/devtools-core': 7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.2.3
@@ -10700,9 +10676,9 @@ snapshots:
sirv: 2.0.4
tinyglobby: 0.2.6
unimport: 3.12.0(rollup@2.79.1)
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-inspect: 0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
- vite-plugin-vue-inspector: 5.1.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite-plugin-inspect: 0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
+ vite-plugin-vue-inspector: 5.1.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
which: 3.0.1
ws: 8.18.0
transitivePeerDependencies:
@@ -10712,13 +10688,13 @@ snapshots:
- utf-8-validate
- vue
- '@nuxt/devtools@1.6.0(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt/devtools@1.6.0(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@antfu/utils': 0.7.10
- '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
'@nuxt/devtools-wizard': 1.6.0
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
- '@vue/devtools-core': 7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.2.3
@@ -10747,9 +10723,9 @@ snapshots:
sirv: 2.0.4
tinyglobby: 0.2.10
unimport: 3.13.3(rollup@2.79.1)
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-inspect: 0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
- vite-plugin-vue-inspector: 5.1.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite-plugin-inspect: 0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
+ vite-plugin-vue-inspector: 5.1.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
which: 3.0.1
ws: 8.18.0
transitivePeerDependencies:
@@ -10759,13 +10735,13 @@ snapshots:
- utf-8-validate
- vue
- '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@antfu/utils': 0.7.10
'@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
'@nuxt/devtools-wizard': 1.6.0
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
- '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.2.3
@@ -11134,7 +11110,7 @@ snapshots:
- rollup
- supports-color
- '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
@@ -11160,14 +11136,14 @@ snapshots:
ufo: 1.5.4
unenv: 1.10.0
unplugin: 1.14.1(webpack-sources@3.2.3)
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
vue: 3.5.4(typescript@5.6.2)
vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
'@vue/test-utils': 2.4.6
happy-dom: 15.10.2
- vitest: 2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0)
+ vitest: 2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0)
transitivePeerDependencies:
- magicast
- rollup
@@ -11233,12 +11209,12 @@ snapshots:
- vti
- vue-tsc
- '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@rollup/plugin-replace': 6.0.1(rollup@4.24.4)
- '@vitejs/plugin-vue': 5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
- '@vitejs/plugin-vue-jsx': 4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vitejs/plugin-vue': 5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@vitejs/plugin-vue-jsx': 4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
autoprefixer: 10.4.20(postcss@8.4.49)
clear: 0.1.0
consola: 3.2.3
@@ -11267,8 +11243,8 @@ snapshots:
unplugin: 1.16.0
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vite-node: 2.1.5(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
- vue: 3.5.4(typescript@5.6.2)
+ vite-plugin-checker: 0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
+ vue: 3.5.4(typescript@5.6.3)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
- '@biomejs/biome'
@@ -12315,6 +12291,15 @@ snapshots:
unhead: 1.11.11
vue: 3.5.4(typescript@5.6.2)
+ '@unhead/vue@1.11.11(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@unhead/schema': 1.11.11
+ '@unhead/shared': 1.11.11
+ defu: 6.1.4
+ hookable: 5.5.3
+ unhead: 1.11.11
+ vue: 3.5.4(typescript@5.6.3)
+
'@unlazy/core@0.12.0': {}
'@unlazy/nuxt@0.12.0(magicast@0.3.5)(rollup@2.79.1)':
@@ -12327,13 +12312,13 @@ snapshots:
- rollup
- supports-color
- '@unocss/astro@0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@unocss/astro@0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@unocss/core': 0.64.1
'@unocss/reset': 0.64.1
- '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- rollup
- supports-color
@@ -12401,7 +12386,7 @@ snapshots:
transitivePeerDependencies:
- vue
- '@unocss/nuxt@0.64.1(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
+ '@unocss/nuxt@0.64.1(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@unocss/config': 0.64.1
@@ -12414,9 +12399,9 @@ snapshots:
'@unocss/preset-web-fonts': 0.64.1
'@unocss/preset-wind': 0.64.1
'@unocss/reset': 0.64.1
- '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@unocss/webpack': 0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
- unocss: 0.64.1(@unocss/webpack@0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ unocss: 0.64.1(@unocss/webpack@0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- magicast
- postcss
@@ -12509,7 +12494,7 @@ snapshots:
dependencies:
'@unocss/core': 0.64.1
- '@unocss/vite@0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@unocss/vite@0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@ampproject/remapping': 2.3.0
'@rollup/pluginutils': 5.1.3(rollup@2.79.1)
@@ -12519,7 +12504,7 @@ snapshots:
chokidar: 3.6.0
magic-string: 0.30.13
tinyglobby: 0.2.10
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- rollup
- supports-color
@@ -12587,56 +12572,71 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vue: 3.5.4(typescript@5.6.3)
+ transitivePeerDependencies:
+ - supports-color
+
'@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
- '@vitest/eslint-plugin@1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
+ '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vue: 3.5.4(typescript@5.6.3)
+
+ '@vitest/eslint-plugin@1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
dependencies:
'@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
eslint: 9.15.0(jiti@2.4.0)
optionalDependencies:
typescript: 5.6.2
- vitest: 2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0)
+ vitest: 2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0)
- '@vitest/expect@2.1.5':
+ '@vitest/expect@2.1.6':
dependencies:
- '@vitest/spy': 2.1.5
- '@vitest/utils': 2.1.5
+ '@vitest/spy': 2.1.6
+ '@vitest/utils': 2.1.6
chai: 5.1.2
tinyrainbow: 1.2.0
- '@vitest/mocker@2.1.5(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
+ '@vitest/mocker@2.1.6(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))':
dependencies:
- '@vitest/spy': 2.1.5
+ '@vitest/spy': 2.1.6
estree-walker: 3.0.3
magic-string: 0.30.13
optionalDependencies:
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- '@vitest/pretty-format@2.1.5':
+ '@vitest/pretty-format@2.1.6':
dependencies:
tinyrainbow: 1.2.0
- '@vitest/runner@2.1.5':
+ '@vitest/runner@2.1.6':
dependencies:
- '@vitest/utils': 2.1.5
+ '@vitest/utils': 2.1.6
pathe: 1.1.2
- '@vitest/snapshot@2.1.5':
+ '@vitest/snapshot@2.1.6':
dependencies:
- '@vitest/pretty-format': 2.1.5
+ '@vitest/pretty-format': 2.1.6
magic-string: 0.30.13
pathe: 1.1.2
- '@vitest/spy@2.1.5':
+ '@vitest/spy@2.1.6':
dependencies:
tinyspy: 3.0.2
- '@vitest/utils@2.1.5':
+ '@vitest/utils@2.1.6':
dependencies:
- '@vitest/pretty-format': 2.1.5
+ '@vitest/pretty-format': 2.1.6
loupe: 3.1.2
tinyrainbow: 1.2.0
@@ -12731,7 +12731,7 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
@@ -12740,7 +12740,7 @@ snapshots:
local-pkg: 0.5.0
magic-string-ast: 0.6.2
optionalDependencies:
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
transitivePeerDependencies:
- rollup
@@ -12816,12 +12816,12 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/devtools@0.3.3(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))':
+ '@vue-macros/devtools@0.3.3(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))':
dependencies:
sirv: 2.0.4
vue: 3.5.4(typescript@5.6.2)
optionalDependencies:
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- typescript
@@ -12876,12 +12876,12 @@ snapshots:
- rollup
- vue
- '@vue-macros/nuxt@1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
+ '@vue-macros/nuxt@1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
'@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
- unplugin-vue-macros: 2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ unplugin-vue-macros: 2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
transitivePeerDependencies:
- '@rspack/core'
- '@vueuse/core'
@@ -13116,19 +13116,19 @@ snapshots:
'@vue/devtools-api@6.6.4': {}
- '@vue/devtools-core@7.4.4(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@vue/devtools-core@7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue/devtools-kit': 7.4.4
'@vue/devtools-shared': 7.4.5
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- vite
- '@vue/devtools-core@7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@vue/devtools-core@7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@vue/devtools-kit': 7.4.4
'@vue/devtools-shared': 7.4.5
@@ -13136,7 +13136,7 @@ snapshots:
nanoid: 3.3.7
pathe: 1.1.2
vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
transitivePeerDependencies:
- vite
@@ -13180,6 +13180,20 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
+ '@vue/language-core@2.1.6(typescript@5.6.3)':
+ dependencies:
+ '@volar/language-core': 2.4.4
+ '@vue/compiler-dom': 3.5.4
+ '@vue/compiler-vue2': 2.7.16
+ '@vue/shared': 3.5.13
+ computeds: 0.0.1
+ minimatch: 9.0.5
+ muggle-string: 0.4.1
+ path-browserify: 1.0.1
+ optionalDependencies:
+ typescript: 5.6.3
+ optional: true
+
'@vue/reactivity@3.5.4':
dependencies:
'@vue/shared': 3.5.4
@@ -13202,6 +13216,12 @@ snapshots:
'@vue/shared': 3.5.4
vue: 3.5.4(typescript@5.6.2)
+ '@vue/server-renderer@3.5.4(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@vue/compiler-ssr': 3.5.4
+ '@vue/shared': 3.5.4
+ vue: 3.5.4(typescript@5.6.3)
+
'@vue/shared@3.5.12': {}
'@vue/shared@3.5.13': {}
@@ -13233,22 +13253,22 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 11.2.0
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.13.0
- '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -13261,13 +13281,13 @@ snapshots:
vue: 3.5.4(typescript@5.6.2)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@unhead/dom': 1.11.11
'@unhead/schema': 1.11.6
'@unhead/ssr': 1.11.11
- '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.2))
- vue: 3.5.4(typescript@5.6.2)
+ '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.3))
+ vue: 3.5.4(typescript@5.6.3)
'@vueuse/integrations@11.0.3(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -13283,11 +13303,11 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
optionalDependencies:
change-case: 5.4.4
focus-trap: 7.6.0
@@ -13330,13 +13350,13 @@ snapshots:
- rollup
- supports-color
- '@vueuse/nuxt@11.0.3(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/nuxt@11.0.3(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)
'@vueuse/core': 11.0.3(vue@3.5.4(typescript@5.6.2))
'@vueuse/metadata': 11.0.3
local-pkg: 0.5.0
- nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -13345,14 +13365,14 @@ snapshots:
- supports-color
- vue
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -13374,16 +13394,16 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -16467,7 +16487,7 @@ snapshots:
neo-async@2.6.2: {}
- nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2):
+ nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -16516,7 +16536,7 @@ snapshots:
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
- openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.2)
+ openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.3)
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.2.1
@@ -16755,9 +16775,9 @@ snapshots:
- rollup
- supports-color
- nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2)):
+ nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3)):
dependencies:
- '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.2))
+ '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.3))
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)
transitivePeerDependencies:
@@ -16780,18 +16800,18 @@ snapshots:
- rollup
- supports-color
- nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
+ nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.4)
- '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))
'@unhead/dom': 1.11.11
'@unhead/shared': 1.11.11
'@unhead/ssr': 1.11.11
- '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.2))
+ '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.3))
'@vue/shared': 3.5.13
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
@@ -16817,7 +16837,7 @@ snapshots:
magic-string: 0.30.13
mlly: 1.7.3
nanotar: 0.1.1
- nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3)
nuxi: 3.15.0
nypm: 0.3.12
ofetch: 1.4.1
@@ -16839,13 +16859,13 @@ snapshots:
unhead: 1.11.11
unimport: 3.13.3(rollup@4.24.4)
unplugin: 1.16.0
- unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
+ unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3))
unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
optionalDependencies:
'@parcel/watcher': 2.4.1
'@types/node': 22.9.0
@@ -16893,10 +16913,10 @@ snapshots:
- vue-tsc
- xml2js
- nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
+ nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.15.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.6.0(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/devtools': 1.6.0(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@2.79.1)
@@ -17109,6 +17129,18 @@ snapshots:
transitivePeerDependencies:
- encoding
+ openapi-typescript@7.4.2(encoding@0.1.13)(typescript@5.6.3):
+ dependencies:
+ '@redocly/openapi-core': 1.25.11(encoding@0.1.13)(supports-color@9.4.0)
+ ansi-colors: 4.1.3
+ change-case: 5.4.4
+ parse-json: 8.1.0
+ supports-color: 9.4.0
+ typescript: 5.6.3
+ yargs-parser: 21.1.1
+ transitivePeerDependencies:
+ - encoding
+
optionator@0.9.3:
dependencies:
'@aashutoshrathi/word-wrap': 1.2.6
@@ -17520,12 +17552,6 @@ snapshots:
postcss-value-parser@4.2.0: {}
- postcss@8.4.47:
- dependencies:
- nanoid: 3.3.7
- picocolors: 1.1.0
- source-map-js: 1.2.1
-
postcss@8.4.49:
dependencies:
nanoid: 3.3.7
@@ -18922,9 +18948,9 @@ snapshots:
dependencies:
'@unlazy/core': 0.12.0
- unocss@0.64.1(@unocss/webpack@0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2)):
+ unocss@0.64.1(@unocss/webpack@0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2)):
dependencies:
- '@unocss/astro': 0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/astro': 0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@unocss/cli': 0.64.1(rollup@2.79.1)
'@unocss/core': 0.64.1
'@unocss/postcss': 0.64.1(postcss@8.4.49)
@@ -18940,24 +18966,24 @@ snapshots:
'@unocss/transformer-compile-class': 0.64.1
'@unocss/transformer-directives': 0.64.1
'@unocss/transformer-variant-group': 0.64.1
- '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
'@unocss/webpack': 0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- postcss
- rollup
- supports-color
- vue
- unplugin-combine@1.0.3(esbuild@0.23.1)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1)):
+ unplugin-combine@1.0.3(esbuild@0.23.1)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1)):
dependencies:
'@antfu/utils': 0.7.10
unplugin: 1.16.0
optionalDependencies:
esbuild: 0.23.1
rollup: 2.79.1
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
webpack: 5.89.0(esbuild@0.23.1)
unplugin-remove@1.0.3(rollup@2.79.1):
@@ -18982,7 +19008,7 @@ snapshots:
- rollup
- vue
- unplugin-vue-macros@2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1)):
+ unplugin-vue-macros@2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1)):
dependencies:
'@vue-macros/better-define': 1.8.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/boolean-prop': 0.4.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
@@ -18996,7 +19022,7 @@ snapshots:
'@vue-macros/define-props-refs': 1.2.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/define-render': 1.5.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/define-slots': 1.1.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- '@vue-macros/devtools': 0.3.3(typescript@5.6.2)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
+ '@vue-macros/devtools': 0.3.3(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
'@vue-macros/export-expose': 0.2.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/export-props': 0.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/export-render': 0.2.11(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
@@ -19013,7 +19039,7 @@ snapshots:
'@vue-macros/short-vmodel': 1.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/volar': 0.29.1(rollup@2.79.1)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))
unplugin: 1.16.0
- unplugin-combine: 1.0.3(esbuild@0.23.1)(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1))
+ unplugin-combine: 1.0.3(esbuild@0.23.1)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(webpack@5.89.0(esbuild@0.23.1))
unplugin-vue-define-options: 1.4.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
@@ -19050,11 +19076,11 @@ snapshots:
- rollup
- vue
- unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)):
+ unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3)):
dependencies:
'@babel/types': 7.26.0
'@rollup/pluginutils': 5.1.3(rollup@4.24.4)
- '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -19067,7 +19093,7 @@ snapshots:
unplugin: 1.16.0
yaml: 2.5.0
optionalDependencies:
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- rollup
- vue
@@ -19219,10 +19245,6 @@ snapshots:
unist-util-stringify-position: 4.0.0
vfile-message: 4.0.2
- vite-hot-client@0.2.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
- dependencies:
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
-
vite-hot-client@0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
@@ -19233,7 +19255,25 @@ snapshots:
debug: 4.3.7(supports-color@9.4.0)
es-module-lexer: 1.5.4
pathe: 1.1.2
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ transitivePeerDependencies:
+ - '@types/node'
+ - less
+ - lightningcss
+ - sass
+ - sass-embedded
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+
+ vite-node@2.1.6(@types/node@22.9.0)(terser@5.36.0):
+ dependencies:
+ cac: 6.7.14
+ debug: 4.3.7(supports-color@9.4.0)
+ es-module-lexer: 1.5.4
+ pathe: 1.1.2
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- '@types/node'
- less
@@ -19268,7 +19308,30 @@ snapshots:
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
- vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
+ vite-plugin-checker@0.8.0(eslint@9.15.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
+ dependencies:
+ '@babel/code-frame': 7.26.2
+ ansi-escapes: 4.3.2
+ chalk: 4.1.2
+ chokidar: 3.6.0
+ commander: 8.3.0
+ fast-glob: 3.3.2
+ fs-extra: 11.2.0
+ npm-run-path: 4.0.1
+ strip-ansi: 6.0.1
+ tiny-invariant: 1.3.1
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vscode-languageclient: 7.0.0
+ vscode-languageserver: 7.0.0
+ vscode-languageserver-textdocument: 1.0.8
+ vscode-uri: 3.0.8
+ optionalDependencies:
+ eslint: 9.15.0(jiti@2.4.0)
+ optionator: 0.9.3
+ typescript: 5.6.3
+ vue-tsc: 2.1.6(typescript@5.6.3)
+
+ vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
@@ -19279,14 +19342,14 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.0.1
sirv: 2.0.4
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
optionalDependencies:
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-inspect@0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
+ vite-plugin-inspect@0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
@@ -19297,7 +19360,7 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.0.1
sirv: 2.0.4
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
optionalDependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
transitivePeerDependencies:
@@ -19322,32 +19385,17 @@ snapshots:
- rollup
- supports-color
- vite-plugin-pwa@0.21.0(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(workbox-build@7.1.1)(workbox-window@7.1.0):
+ vite-plugin-pwa@0.21.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(workbox-build@7.1.1)(workbox-window@7.1.0):
dependencies:
debug: 4.3.7(supports-color@9.4.0)
pretty-bytes: 6.1.1
tinyglobby: 0.2.10
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
workbox-build: 7.1.1
workbox-window: 7.1.0
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-inspector@5.1.3(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0)):
- dependencies:
- '@babel/core': 7.25.2
- '@babel/plugin-proposal-decorators': 7.23.0(@babel/core@7.25.2)
- '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.25.2)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2)
- '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
- '@vue/compiler-dom': 3.5.4
- kolorist: 1.8.0
- magic-string: 0.30.13
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- transitivePeerDependencies:
- - supports-color
-
vite-plugin-vue-inspector@5.1.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@babel/core': 7.25.2
@@ -19363,16 +19411,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vite@5.4.10(@types/node@22.9.0)(terser@5.36.0):
- dependencies:
- esbuild: 0.21.5
- postcss: 8.4.47
- rollup: 4.24.4
- optionalDependencies:
- '@types/node': 22.9.0
- fsevents: 2.3.3
- terser: 5.36.0
-
vite@5.4.11(@types/node@22.9.0)(terser@5.36.0):
dependencies:
esbuild: 0.21.5
@@ -19383,9 +19421,9 @@ snapshots:
fsevents: 2.3.3
terser: 5.36.0
- vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
- '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@cucumber/cucumber'
- '@jest/globals'
@@ -19407,27 +19445,27 @@ snapshots:
- vue-router
- webpack-sources
- vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0):
+ vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0):
dependencies:
- '@vitest/expect': 2.1.5
- '@vitest/mocker': 2.1.5(vite@5.4.10(@types/node@22.9.0)(terser@5.36.0))
- '@vitest/pretty-format': 2.1.5
- '@vitest/runner': 2.1.5
- '@vitest/snapshot': 2.1.5
- '@vitest/spy': 2.1.5
- '@vitest/utils': 2.1.5
+ '@vitest/expect': 2.1.6
+ '@vitest/mocker': 2.1.6(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
+ '@vitest/pretty-format': 2.1.6
+ '@vitest/runner': 2.1.6
+ '@vitest/snapshot': 2.1.6
+ '@vitest/spy': 2.1.6
+ '@vitest/utils': 2.1.6
chai: 5.1.2
debug: 4.3.7(supports-color@9.4.0)
expect-type: 1.1.0
- magic-string: 0.30.12
+ magic-string: 0.30.13
pathe: 1.1.2
std-env: 3.8.0
tinybench: 2.9.0
tinyexec: 0.3.1
tinypool: 1.0.1
tinyrainbow: 1.2.0
- vite: 5.4.10(@types/node@22.9.0)(terser@5.36.0)
- vite-node: 2.1.5(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite-node: 2.1.6(@types/node@22.9.0)(terser@5.36.0)
why-is-node-running: 2.3.0
optionalDependencies:
'@types/node': 22.9.0
@@ -19494,6 +19532,10 @@ snapshots:
dependencies:
vue: 3.5.4(typescript@5.6.2)
+ vue-demi@0.14.10(vue@3.5.4(typescript@5.6.3)):
+ dependencies:
+ vue: 3.5.4(typescript@5.6.3)
+
vue-devtools-stub@0.1.0: {}
vue-eslint-parser@9.4.3(eslint@9.15.0(jiti@2.4.0)):
@@ -19533,6 +19575,11 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.2)
+ vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)):
+ dependencies:
+ '@vue/devtools-api': 6.6.4
+ vue: 3.5.4(typescript@5.6.3)
+
vue-template-compiler@2.7.14:
dependencies:
de-indent: 1.0.2
@@ -19545,6 +19592,14 @@ snapshots:
semver: 7.6.3
typescript: 5.6.2
+ vue-tsc@2.1.6(typescript@5.6.3):
+ dependencies:
+ '@volar/typescript': 2.4.4
+ '@vue/language-core': 2.1.6(typescript@5.6.3)
+ semver: 7.6.3
+ typescript: 5.6.3
+ optional: true
+
vue-virtual-scroller@2.0.0-beta.8(vue@3.5.4(typescript@5.6.2)):
dependencies:
mitt: 2.1.0
@@ -19562,6 +19617,16 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
+ vue@3.5.4(typescript@5.6.3):
+ dependencies:
+ '@vue/compiler-dom': 3.5.4
+ '@vue/compiler-sfc': 3.5.4
+ '@vue/runtime-dom': 3.5.4
+ '@vue/server-renderer': 3.5.4(vue@3.5.4(typescript@5.6.3))
+ '@vue/shared': 3.5.4
+ optionalDependencies:
+ typescript: 5.6.3
+
w3c-keyname@2.2.8: {}
watchpack@2.4.2:
From 253e19b38915666271a3f65307291eaa6d379a2a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 2 Dec 2024 11:36:19 +0000
Subject: [PATCH 014/101] chore(deps): update dependency eslint-plugin-format
to ^0.1.3 (#3073)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 6b98b6116bc4d96d0f2654c833e2e7df6221b0b1)
---
package.json | 2 +-
pnpm-lock.yaml | 52 ++++++++++++++++++++++++--------------------------
2 files changed, 26 insertions(+), 28 deletions(-)
diff --git a/package.json b/package.json
index 5a71534e2..8912aca35 100644
--- a/package.json
+++ b/package.json
@@ -129,7 +129,7 @@
"bumpp": "^9.8.1",
"consola": "^3.2.3",
"eslint": "^9.15.0",
- "eslint-plugin-format": "^0.1.2",
+ "eslint-plugin-format": "^0.1.3",
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.10",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ac04c200f..eef6b5c8c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -262,7 +262,7 @@ importers:
devDependencies:
'@antfu/eslint-config':
specifier: ^3.9.2
- version: 3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
+ version: 3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
'@antfu/ni':
specifier: ^0.23.1
version: 0.23.1
@@ -309,8 +309,8 @@ importers:
specifier: ^9.15.0
version: 9.15.0(jiti@2.4.0)
eslint-plugin-format:
- specifier: ^0.1.2
- version: 0.1.2(eslint@9.15.0(jiti@2.4.0))
+ specifier: ^0.1.3
+ version: 0.1.3(eslint@9.15.0(jiti@2.4.0))
flat:
specifier: ^6.0.1
version: 6.0.1
@@ -1182,11 +1182,11 @@ packages:
'@dprint/formatter@0.3.0':
resolution: {integrity: sha512-N9fxCxbaBOrDkteSOzaCqwWjso5iAe+WJPsHC021JfHNj2ThInPNEF13ORDKta3llq5D1TlclODCvOvipH7bWQ==}
- '@dprint/markdown@0.17.2':
- resolution: {integrity: sha512-isz8iOgA9RezXb0bkHWfJZBp59j1wKUS/lpUTNL8bBelp1Ng1/NPUPG3/WscoSlI5VO+1rSN/itOOjPAfM4Jhg==}
+ '@dprint/markdown@0.17.8':
+ resolution: {integrity: sha512-ukHFOg+RpG284aPdIg7iPrCYmMs3Dqy43S1ejybnwlJoFiW02b+6Bbr5cfZKFRYNP3dKGM86BqHEnMzBOyLvvA==}
- '@dprint/toml@0.6.2':
- resolution: {integrity: sha512-Mk5unEANsL/L+WHYU3NpDXt1ARU5bNU5k5OZELxaJodDycKG6RoRnSlZXpW6+7UN2PSnETAFVUdKrh937ZwtHA==}
+ '@dprint/toml@0.6.3':
+ resolution: {integrity: sha512-zQ42I53sb4WVHA+5yoY1t59Zk++Ot02AvUgtNKLzTT8mPyVqVChFcePa3on/xIoKEgH+RoepgPHzqfk9837YFw==}
'@emnapi/runtime@1.2.0':
resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==}
@@ -4811,8 +4811,8 @@ packages:
peerDependencies:
eslint: '>=8'
- eslint-plugin-format@0.1.2:
- resolution: {integrity: sha512-ZrcO3aiumgJ6ENAv65IWkPjtW77ML/5mp0YrRK0jdvvaZJb+4kKWbaQTMr/XbJo6CtELRmCApAziEKh7L2NbdQ==}
+ eslint-plugin-format@0.1.3:
+ resolution: {integrity: sha512-vTmshuv1iMfmcM1HADnyhae5MBBGlJZBZyZ+ybtXCEzRe3nRhUvLX+6rAvsEfcdK6a2pqpLs/F530dXKvfQqYQ==}
peerDependencies:
eslint: ^8.40.0 || ^9.0.0
@@ -6941,6 +6941,11 @@ packages:
engines: {node: '>=14'}
hasBin: true
+ prettier@3.4.1:
+ resolution: {integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==}
+ engines: {node: '>=14'}
+ hasBin: true
+
pretty-bytes@5.6.0:
resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==}
engines: {node: '>=6'}
@@ -7677,10 +7682,6 @@ packages:
resolution: {integrity: sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==}
engines: {node: '>=12.20'}
- synckit@0.9.1:
- resolution: {integrity: sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==}
- engines: {node: ^14.18.0 || >=16.0.0}
-
synckit@0.9.2:
resolution: {integrity: sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==}
engines: {node: ^14.18.0 || >=16.0.0}
@@ -8706,7 +8707,7 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
+ '@antfu/eslint-config@3.9.2(@typescript-eslint/utils@8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.15.0(jiti@2.4.0)))(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
dependencies:
'@antfu/install-pkg': 0.4.1
'@clack/prompts': 0.8.2
@@ -8746,7 +8747,7 @@ snapshots:
yargs: 17.7.2
optionalDependencies:
'@unocss/eslint-plugin': 0.64.1(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2)
- eslint-plugin-format: 0.1.2(eslint@9.15.0(jiti@2.4.0))
+ eslint-plugin-format: 0.1.3(eslint@9.15.0(jiti@2.4.0))
transitivePeerDependencies:
- '@eslint/json'
- '@typescript-eslint/utils'
@@ -9761,9 +9762,9 @@ snapshots:
'@dprint/formatter@0.3.0': {}
- '@dprint/markdown@0.17.2': {}
+ '@dprint/markdown@0.17.8': {}
- '@dprint/toml@0.6.2': {}
+ '@dprint/toml@0.6.3': {}
'@emnapi/runtime@1.2.0':
dependencies:
@@ -14647,16 +14648,16 @@ snapshots:
eslint: 9.15.0(jiti@2.4.0)
eslint-compat-utils: 0.5.1(eslint@9.15.0(jiti@2.4.0))
- eslint-plugin-format@0.1.2(eslint@9.15.0(jiti@2.4.0)):
+ eslint-plugin-format@0.1.3(eslint@9.15.0(jiti@2.4.0)):
dependencies:
'@dprint/formatter': 0.3.0
- '@dprint/markdown': 0.17.2
- '@dprint/toml': 0.6.2
+ '@dprint/markdown': 0.17.8
+ '@dprint/toml': 0.6.3
eslint: 9.15.0(jiti@2.4.0)
eslint-formatting-reporter: 0.0.0(eslint@9.15.0(jiti@2.4.0))
eslint-parser-plain: 0.1.0
- prettier: 3.3.3
- synckit: 0.9.1
+ prettier: 3.4.1
+ synckit: 0.9.2
eslint-plugin-import-x@4.4.2(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.2):
dependencies:
@@ -17566,6 +17567,8 @@ snapshots:
prettier@3.3.3: {}
+ prettier@3.4.1: {}
+
pretty-bytes@5.6.0: {}
pretty-bytes@6.1.1: {}
@@ -18495,11 +18498,6 @@ snapshots:
dependencies:
tslib: 2.7.0
- synckit@0.9.1:
- dependencies:
- '@pkgr/core': 0.1.1
- tslib: 2.7.0
-
synckit@0.9.2:
dependencies:
'@pkgr/core': 0.1.1
From a08ead5fb587b1eb6988e7ef40b4ad3e0f383f31 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Sun, 8 Dec 2024 17:14:32 +0900
Subject: [PATCH 015/101] chore: update @nuxtjs/i18n to 9.1.1 (#3078)
(cherry picked from commit b7cff82ab2db22888fcb53092c6e139c729ce27b)
---
nuxt.config.ts | 3 +
package.json | 5 +-
patches/@nuxtjs__i18n@9.1.0.patch | 13 ----
pnpm-lock.yaml | 115 ++++++++++++++++--------------
4 files changed, 65 insertions(+), 71 deletions(-)
delete mode 100644 patches/@nuxtjs__i18n@9.1.0.patch
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 9e47d934c..35c28b589 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -319,6 +319,9 @@ export default defineNuxtConfig({
generatedLocaleFilePathFormat: 'relative',
},
vueI18n: './config/i18n.config.ts',
+ bundle: {
+ optimizeTranslationDirective: false,
+ },
},
pwa,
staleDep: {
diff --git a/package.json b/package.json
index 8912aca35..fc4cbc00a 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"@nuxt/devtools": "^1.5.2",
"@nuxt/test-utils": "^3.14.3",
"@nuxtjs/color-mode": "^3.4.4",
- "@nuxtjs/i18n": "^9.1.0",
+ "@nuxtjs/i18n": "^9.1.1",
"@pinia/nuxt": "^0.7.0",
"@tiptap/core": "2.2.4",
"@tiptap/extension-bold": "2.2.4",
@@ -145,8 +145,7 @@
},
"pnpm": {
"patchedDependencies": {
- "pinceau": "patches/pinceau.patch",
- "@nuxtjs/i18n@9.1.0": "patches/@nuxtjs__i18n@9.1.0.patch"
+ "pinceau": "patches/pinceau.patch"
}
},
"resolutions": {
diff --git a/patches/@nuxtjs__i18n@9.1.0.patch b/patches/@nuxtjs__i18n@9.1.0.patch
deleted file mode 100644
index 28ab0808c..000000000
--- a/patches/@nuxtjs__i18n@9.1.0.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/dist/module.mjs b/dist/module.mjs
-index b6def32f8bde5516e6ee0a25f153b01803f55683..897b44120533fdb74b33d9d4dff1d21b910073ca 100644
---- a/dist/module.mjs
-+++ b/dist/module.mjs
-@@ -1462,7 +1462,7 @@ async function extendBundler({ options: nuxtOptions }, nuxt) {
- fullInstall: nuxtOptions.bundle.fullInstall,
- onlyLocales: nuxtOptions.bundle.onlyLocales,
- dropMessageCompiler: nuxtOptions.bundle.dropMessageCompiler,
-- optimizeTranslationDirective: true,
-+ optimizeTranslationDirective: false,
- strictMessage: nuxtOptions.compilation.strictMessage,
- escapeHtml: nuxtOptions.compilation.escapeHtml,
- defaultSFCLang: nuxtOptions.customBlocks.defaultSFCLang,
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index eef6b5c8c..afd0df2b0 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -11,9 +11,6 @@ overrides:
vue: ^3.5.4
patchedDependencies:
- '@nuxtjs/i18n@9.1.0':
- hash: f7ooybjhk3gbrcmx6vkut3a44i
- path: patches/@nuxtjs__i18n@9.1.0.patch
pinceau:
hash: d6ha36xrn7oh52pyhfdxwv3tsq
path: patches/pinceau.patch
@@ -42,13 +39,13 @@ importers:
version: 1.5.2(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@nuxt/test-utils':
specifier: ^3.14.3
- version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxtjs/color-mode':
specifier: ^3.4.4
version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)
'@nuxtjs/i18n':
- specifier: ^9.1.0
- version: 9.1.0(patch_hash=f7ooybjhk3gbrcmx6vkut3a44i)(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ specifier: ^9.1.1
+ version: 9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
'@pinia/nuxt':
specifier: ^0.7.0
version: 0.7.0(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
@@ -1968,8 +1965,8 @@ packages:
cpu: [x64]
os: [win32]
- '@intlify/bundle-utils@9.0.0':
- resolution: {integrity: sha512-19dunbgM4wuCvi2xSai2PKhXkcKGjlbJhNWm9BCQWkUYcPmXwzptNWOE0O7OSrhNlEDxwpkHsJzZ/vLbCkpElw==}
+ '@intlify/bundle-utils@10.0.0':
+ resolution: {integrity: sha512-BR5yLOkF2dzrARTbAg7RGAIPcx9Aark7p1K/0O285F7rfzso9j2dsa+S4dA67clZ0rToZ10NSSTfbyUptVu7Bg==}
engines: {node: '>= 18'}
peerDependencies:
petite-vue-i18n: '*'
@@ -2012,8 +2009,8 @@ packages:
resolution: {integrity: sha512-N6ngJfFaVA0l2iLtx/SymgHOBW4wiS5Pyue7YmY/G+mrGjesi+S+U+u/Xlv6pZa/YIBfeM4QB07lI7rz1YqKLg==}
engines: {node: '>= 16'}
- '@intlify/unplugin-vue-i18n@5.3.1':
- resolution: {integrity: sha512-76huP8TpMOtBMLsYYIMLNbqMPXJ7+Q6xcjP6495h/pmbOQ7sw/DB8E0OFvDFeIZ2571a4ylzJnz+KMuYbAs1xA==}
+ '@intlify/unplugin-vue-i18n@6.0.1':
+ resolution: {integrity: sha512-zDcGLNoaIP15JM4TGwgTHF01Y1Drwcv7pm9C2mHrGAZ3CugqyP2QEG0Vf82QVSNqgEwgB6prcAyDmjIDK1HlRQ==}
engines: {node: '>= 18'}
peerDependencies:
petite-vue-i18n: '*'
@@ -2261,8 +2258,8 @@ packages:
'@nuxtjs/color-mode@3.5.2':
resolution: {integrity: sha512-cC6RfgZh3guHBMLLjrBB2Uti5eUoGM9KyauOaYS9ETmxNWBMTvpgjvSiSJp1OFljIXPIqVTJ3xtJpSNZiO3ZaA==}
- '@nuxtjs/i18n@9.1.0':
- resolution: {integrity: sha512-2wDdZsGgvr6SWMSUaTgQhk7ytVuca3RkTR1zijDaQ6u6wnk8MeVPujINVBO/U6ufYTggSf+TM66R7bzGYf/brg==}
+ '@nuxtjs/i18n@9.1.1':
+ resolution: {integrity: sha512-S8l5ri1GFo5OUsl9qSgicE9Sm0BZjVHU7p6ml1qhQUTewngnTPTlcytWX5etwJeAjHEu2w9VAV4qXTn9Q5EgmQ==}
engines: {node: ^14.16.0 || >=16.11.0}
'@nuxtjs/mdc@0.9.2':
@@ -5998,9 +5995,6 @@ packages:
magic-string@0.30.11:
resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==}
- magic-string@0.30.12:
- resolution: {integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==}
-
magic-string@0.30.13:
resolution: {integrity: sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==}
@@ -8095,15 +8089,6 @@ packages:
webpack-sources:
optional: true
- unplugin@1.15.0:
- resolution: {integrity: sha512-jTPIs63W+DUEDW207ztbaoO7cQ4p5aVaB823LSlxpsFEU3Mykwxf3ZGC/wzxFJeZlASZYgVrWeo7LgOrqJZ8RA==}
- engines: {node: '>=14.0.0'}
- peerDependencies:
- webpack-sources: ^3
- peerDependenciesMeta:
- webpack-sources:
- optional: true
-
unplugin@1.16.0:
resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==}
engines: {node: '>=14.0.0'}
@@ -8447,6 +8432,11 @@ packages:
peerDependencies:
vue: ^3.5.4
+ vue-router@4.5.0:
+ resolution: {integrity: sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==}
+ peerDependencies:
+ vue: ^3.5.4
+
vue-template-compiler@2.7.14:
resolution: {integrity: sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==}
@@ -10259,7 +10249,7 @@ snapshots:
'@img/sharp-win32-x64@0.33.5':
optional: true
- '@intlify/bundle-utils@9.0.0(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))':
+ '@intlify/bundle-utils@10.0.0(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))':
dependencies:
'@intlify/message-compiler': 11.0.0-beta.2
'@intlify/shared': 11.0.0-beta.2
@@ -10304,15 +10294,15 @@ snapshots:
'@intlify/shared@11.0.0-beta.2': {}
- '@intlify/unplugin-vue-i18n@5.3.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))':
+ '@intlify/unplugin-vue-i18n@6.0.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0))
- '@intlify/bundle-utils': 9.0.0(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))
+ '@intlify/bundle-utils': 10.0.0(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))
'@intlify/shared': 10.0.5
'@intlify/vue-i18n-extensions': 7.0.0(@intlify/shared@10.0.5)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
'@rollup/pluginutils': 5.1.3(rollup@2.79.1)
- '@typescript-eslint/scope-manager': 8.14.0
- '@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.2)
+ '@typescript-eslint/scope-manager': 8.15.0
+ '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.2)
debug: 4.3.7(supports-color@9.4.0)
fast-glob: 3.3.2
js-yaml: 4.1.0
@@ -11111,7 +11101,7 @@ snapshots:
- rollup
- supports-color
- '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
@@ -11138,9 +11128,9 @@ snapshots:
unenv: 1.10.0
unplugin: 1.14.1(webpack-sources@3.2.3)
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
vue: 3.5.4(typescript@5.6.2)
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
+ vue-router: 4.5.0(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
'@vue/test-utils': 2.4.6
happy-dom: 15.10.2
@@ -11309,14 +11299,14 @@ snapshots:
- rollup
- supports-color
- '@nuxtjs/i18n@9.1.0(patch_hash=f7ooybjhk3gbrcmx6vkut3a44i)(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxtjs/i18n@9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@intlify/h3': 0.6.1
- '@intlify/shared': 10.0.4
- '@intlify/unplugin-vue-i18n': 5.3.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
+ '@intlify/shared': 10.0.5
+ '@intlify/unplugin-vue-i18n': 6.0.1(@vue/compiler-dom@3.5.13)(eslint@9.15.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
'@intlify/utils': 0.13.0
'@miyaneee/rollup-plugin-json5': 1.2.0(rollup@2.79.1)
- '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@rollup/plugin-yaml': 4.1.2(rollup@2.79.1)
'@vue/compiler-sfc': 3.5.13
debug: 4.3.7(supports-color@9.4.0)
@@ -11324,16 +11314,16 @@ snapshots:
estree-walker: 3.0.3
is-https: 4.0.0
knitwork: 1.1.0
- magic-string: 0.30.12
- mlly: 1.7.2
+ magic-string: 0.30.13
+ mlly: 1.7.3
pathe: 1.1.2
scule: 1.3.0
sucrase: 3.35.0
ufo: 1.5.4
- unplugin: 1.15.0(webpack-sources@3.2.3)
- unplugin-vue-router: 0.10.8(rollup@2.79.1)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
+ unplugin: 1.16.0
+ unplugin-vue-router: 0.10.8(rollup@2.79.1)(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
vue-i18n: 10.0.4(vue@3.5.4(typescript@5.6.2))
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
+ vue-router: 4.5.0(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/compiler-dom'
- eslint
@@ -11343,7 +11333,6 @@ snapshots:
- supports-color
- typescript
- vue
- - webpack-sources
'@nuxtjs/mdc@0.9.2(magicast@0.3.5)(rollup@4.24.4)':
dependencies:
@@ -15982,10 +15971,6 @@ snapshots:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.0
- magic-string@0.30.12:
- dependencies:
- '@jridgewell/sourcemap-codec': 1.5.0
-
magic-string@0.30.13:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.0
@@ -19074,6 +19059,28 @@ snapshots:
- rollup
- vue
+ unplugin-vue-router@0.10.8(rollup@2.79.1)(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)):
+ dependencies:
+ '@babel/types': 7.26.0
+ '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
+ '@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ ast-walker-scope: 0.6.2
+ chokidar: 3.6.0
+ fast-glob: 3.3.2
+ json5: 2.2.3
+ local-pkg: 0.5.1
+ magic-string: 0.30.13
+ mlly: 1.7.3
+ pathe: 1.1.2
+ scule: 1.3.0
+ unplugin: 1.16.0
+ yaml: 2.5.0
+ optionalDependencies:
+ vue-router: 4.5.0(vue@3.5.4(typescript@5.6.2))
+ transitivePeerDependencies:
+ - rollup
+ - vue
+
unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3)):
dependencies:
'@babel/types': 7.26.0
@@ -19103,13 +19110,6 @@ snapshots:
optionalDependencies:
webpack-sources: 3.2.3
- unplugin@1.15.0(webpack-sources@3.2.3):
- dependencies:
- acorn: 8.14.0
- webpack-virtual-modules: 0.6.2
- optionalDependencies:
- webpack-sources: 3.2.3
-
unplugin@1.16.0:
dependencies:
acorn: 8.14.0
@@ -19419,9 +19419,9 @@ snapshots:
fsevents: 2.3.3
terser: 5.36.0
- vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
- '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@cucumber/cucumber'
- '@jest/globals'
@@ -19578,6 +19578,11 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.3)
+ vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)):
+ dependencies:
+ '@vue/devtools-api': 6.6.4
+ vue: 3.5.4(typescript@5.6.2)
+
vue-template-compiler@2.7.14:
dependencies:
de-indent: 1.0.2
From 6b02b350f767aadfd4fac1af9c8d5546c949566d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 9 Dec 2024 12:50:20 +0900
Subject: [PATCH 016/101] chore(deps): update lint (#3082)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji
(cherry picked from commit 900017bb3f4f9733a7d00ae8be2eae5eb0546e60)
---
.../notification/NotificationPaginator.vue | 2 +-
package.json | 7 +-
pages/settings/users/index.vue | 2 +-
pnpm-lock.yaml | 817 ++++++++----------
server/utils/shared.ts | 4 +-
5 files changed, 345 insertions(+), 487 deletions(-)
diff --git a/components/notification/NotificationPaginator.vue b/components/notification/NotificationPaginator.vue
index 90ecc1309..853c4e0fd 100644
--- a/components/notification/NotificationPaginator.vue
+++ b/components/notification/NotificationPaginator.vue
@@ -1,8 +1,8 @@
diff --git a/components/common/CommonTabs.vue b/components/common/CommonTabs.vue
index c83c3cd17..75a8b2a2d 100644
--- a/components/common/CommonTabs.vue
+++ b/components/common/CommonTabs.vue
@@ -25,13 +25,13 @@ function toValidName(option: string) {
useCommands(() => command
? tabs.value.map(tab => ({
- scope: 'Tabs',
+ scope: 'Tabs',
- name: tab.display,
- icon: tab.icon ?? 'i-ri:file-list-2-line',
+ name: tab.display,
+ icon: tab.icon ?? 'i-ri:file-list-2-line',
- onActivate: () => modelValue.value = tab.name,
- }))
+ onActivate: () => modelValue.value = tab.name,
+ }))
: [])
diff --git a/package.json b/package.json
index 3c8a96244..1eeffe120 100644
--- a/package.json
+++ b/package.json
@@ -114,7 +114,7 @@
"ws": "^8.15.1"
},
"devDependencies": {
- "@antfu/eslint-config": "^3.11.2",
+ "@antfu/eslint-config": "^3.12.0",
"@antfu/ni": "^0.23.1",
"@nuxt/schema": "^3.14.1592",
"@types/chroma-js": "^2.4.4",
@@ -129,7 +129,7 @@
"@vue/test-utils": "2.4.6",
"bumpp": "^9.9.0",
"consola": "^3.2.3",
- "eslint": "^9.16.0",
+ "eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index cca1520a8..b9d9de302 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -45,7 +45,7 @@ importers:
version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)
'@nuxtjs/i18n':
specifier: ^9.1.1
- version: 9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.16.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
+ version: 9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
'@pinia/nuxt':
specifier: ^0.7.0
version: 0.7.0(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
@@ -102,7 +102,7 @@ importers:
version: 3.0.0
'@vue-macros/nuxt':
specifier: ^1.11.12
- version: 1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
+ version: 1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
'@vueuse/core':
specifier: ^11.0.3
version: 11.0.3(vue@3.5.4(typescript@5.6.2))
@@ -120,7 +120,7 @@ importers:
version: 2.2.6(magicast@0.3.5)(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vueuse/nuxt':
specifier: ^11.0.3
- version: 11.0.3(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ version: 11.0.3(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
blurhash:
specifier: ^2.0.5
version: 2.0.5
@@ -219,7 +219,7 @@ importers:
version: https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/ee47371e75db7bc5190c74c3f94cfad3b81ac36d
tauri-plugin-store-api:
specifier: github:tauri-apps/tauri-plugin-store
- version: https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/a599aee9b0ec92c68ac992ca25084c205ef468eb
+ version: https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/6a392700cc072fb407f3ee614c117eb40d5ca7a1
theme-vitesse:
specifier: ^0.8.0
version: 0.8.3
@@ -258,8 +258,8 @@ importers:
version: 8.18.0
devDependencies:
'@antfu/eslint-config':
- specifier: ^3.11.2
- version: 3.11.2(@typescript-eslint/utils@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.1(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.16.0(jiti@2.4.0)))(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
+ specifier: ^3.12.0
+ version: 3.12.0(@typescript-eslint/utils@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.1(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.0)))(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
'@antfu/ni':
specifier: ^0.23.1
version: 0.23.1
@@ -292,7 +292,7 @@ importers:
version: 0.12.1(magicast@0.3.5)(rollup@2.79.1)
'@unocss/eslint-config':
specifier: ^0.65.1
- version: 0.65.1(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
+ version: 0.65.1(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
'@vue/test-utils':
specifier: 2.4.6
version: 2.4.6
@@ -303,11 +303,11 @@ importers:
specifier: ^3.2.3
version: 3.2.3
eslint:
- specifier: ^9.16.0
- version: 9.16.0(jiti@2.4.0)
+ specifier: ^9.17.0
+ version: 9.17.0(jiti@2.4.0)
eslint-plugin-format:
specifier: ^0.1.3
- version: 0.1.3(eslint@9.16.0(jiti@2.4.0))
+ version: 0.1.3(eslint@9.17.0(jiti@2.4.0))
flat:
specifier: ^6.0.1
version: 6.0.1
@@ -319,7 +319,7 @@ importers:
version: 15.2.10
nuxt:
specifier: ^3.14.1592
- version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
prettier:
specifier: ^3.4.2
version: 3.4.2
@@ -353,10 +353,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
nuxt:
specifier: ^3.14.1592
- version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
packages:
@@ -368,11 +368,11 @@ packages:
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
- '@antfu/eslint-config@3.11.2':
- resolution: {integrity: sha512-hoi2MnOdiKL8mIhpMtinwMrqVPq6QVbHPA+BuQD4pqE6yVLyYvjdLFiKApMsezAM+YofCsbhak2oY+JCiIyeNA==}
+ '@antfu/eslint-config@3.12.0':
+ resolution: {integrity: sha512-dMHomZZXufEpjKElh7dcfBKu+qFGz9NOACGaqNNAmr9XHe5JQe/6oNNdP3YGeyXSPR/V37IXFvxM0P76WHv1IA==}
hasBin: true
peerDependencies:
- '@eslint-react/eslint-plugin': ^1.5.8
+ '@eslint-react/eslint-plugin': ^1.19.0
'@prettier/plugin-xml': ^3.4.1
'@unocss/eslint-plugin': '>=0.50.0'
astro-eslint-parser: ^1.0.2
@@ -1792,8 +1792,8 @@ packages:
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.16.0':
- resolution: {integrity: sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==}
+ '@eslint/js@9.17.0':
+ resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/markdown@6.2.1':
@@ -2650,8 +2650,8 @@ packages:
'@socket.io/component-emitter@3.1.0':
resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==}
- '@stylistic/eslint-plugin@2.11.0':
- resolution: {integrity: sha512-PNRHbydNG5EH8NK4c+izdJlxajIR6GxcUhzsYNRsn6Myep4dsZt0qFCz3rCPnkvgO5FYibDcMqgNHUT+zvjYZw==}
+ '@stylistic/eslint-plugin@2.12.1':
+ resolution: {integrity: sha512-fubZKIHSPuo07FgRTn6S4Nl0uXPRPYVNpyZzIDGfp7Fny6JjNus6kReLD7NI380JXi4HtUTSOZ34LBuNPO1XLQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
@@ -2910,26 +2910,20 @@ packages:
'@types/ws@8.5.13':
resolution: {integrity: sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==}
- '@typescript-eslint/eslint-plugin@8.17.0':
- resolution: {integrity: sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==}
+ '@typescript-eslint/eslint-plugin@8.18.0':
+ resolution: {integrity: sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
+ typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/parser@8.17.0':
- resolution: {integrity: sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==}
+ '@typescript-eslint/parser@8.18.0':
+ resolution: {integrity: sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
+ typescript: '>=4.8.4 <5.8.0'
'@typescript-eslint/scope-manager@8.15.0':
resolution: {integrity: sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==}
@@ -2939,15 +2933,16 @@ packages:
resolution: {integrity: sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/type-utils@8.17.0':
- resolution: {integrity: sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==}
+ '@typescript-eslint/scope-manager@8.18.0':
+ resolution: {integrity: sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript-eslint/type-utils@8.18.0':
+ resolution: {integrity: sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
+ typescript: '>=4.8.4 <5.8.0'
'@typescript-eslint/types@8.15.0':
resolution: {integrity: sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==}
@@ -2957,6 +2952,10 @@ packages:
resolution: {integrity: sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/types@8.18.0':
+ resolution: {integrity: sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/typescript-estree@8.15.0':
resolution: {integrity: sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -2975,15 +2974,11 @@ packages:
typescript:
optional: true
- '@typescript-eslint/utils@8.15.0':
- resolution: {integrity: sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==}
+ '@typescript-eslint/typescript-estree@8.18.0':
+ resolution: {integrity: sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- eslint: ^8.57.0 || ^9.0.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
+ typescript: '>=4.8.4 <5.8.0'
'@typescript-eslint/utils@8.17.0':
resolution: {integrity: sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==}
@@ -2995,6 +2990,13 @@ packages:
typescript:
optional: true
+ '@typescript-eslint/utils@8.18.0':
+ resolution: {integrity: sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '>=4.8.4 <5.8.0'
+
'@typescript-eslint/visitor-keys@8.15.0':
resolution: {integrity: sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3003,6 +3005,10 @@ packages:
resolution: {integrity: sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/visitor-keys@8.18.0':
+ resolution: {integrity: sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
@@ -3171,8 +3177,8 @@ packages:
vite: ^5.0.0
vue: ^3.5.4
- '@vitest/eslint-plugin@1.1.14':
- resolution: {integrity: sha512-ej0cT5rUt7uvwxuu7Qxkm7fI+eaOq8vD34qGpuRoXCdvOybOlE5GDqtgvVCYbxLANkcRJfm5VDU1TnJmQRHi9g==}
+ '@vitest/eslint-plugin@1.1.16':
+ resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==}
peerDependencies:
'@typescript-eslint/utils': '>= 8.0'
eslint: '>= 8.57.0'
@@ -4306,6 +4312,10 @@ packages:
resolution: {integrity: sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==}
engines: {node: '>= 8'}
+ cross-spawn@7.0.6:
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
+ engines: {node: '>= 8'}
+
crossws@0.3.1:
resolution: {integrity: sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==}
@@ -4789,8 +4799,8 @@ packages:
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- eslint-plugin-jsdoc@50.6.0:
- resolution: {integrity: sha512-tCNp4fR79Le3dYTPB0dKEv7yFyvGkUCa+Z3yuTrrNGGOxBlXo9Pn0PEgroOZikUQOGjxoGMVKNjrOHcYEdfszg==}
+ eslint-plugin-jsdoc@50.6.1:
+ resolution: {integrity: sha512-UWyaYi6iURdSfdVVqvfOs2vdCVz0J40O/z/HTsv2sFjdjmdlUI/qlKLOTmwbPQ2tAfQnE5F9vqx+B+poF71DBQ==}
engines: {node: '>=18'}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
@@ -4801,8 +4811,8 @@ packages:
peerDependencies:
eslint: '>=6.0.0'
- eslint-plugin-n@17.14.0:
- resolution: {integrity: sha512-maxPLMEA0rPmRpoOlxEclKng4UpDe+N5BJS4t24I3UKnN109Qcivnfs37KMy84G0af3bxjog5lKctP5ObsvcTA==}
+ eslint-plugin-n@17.15.0:
+ resolution: {integrity: sha512-xF3zJkOfLlFOm5TvmqmsnA9/fO+/z2pYs0dkuKXKN/ymS6UB1yEcaoIkqxLKQ9Dw/WmLX/Tdh6/5ZS5azVixFQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.23.0'
@@ -4811,8 +4821,8 @@ packages:
resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==}
engines: {node: '>=5.0.0'}
- eslint-plugin-perfectionist@4.2.0:
- resolution: {integrity: sha512-hEMFx5xfSc/0OLZXJhSaLUKkFxATuRf4yL2iVfxEcxkkb17DfoLZY9eH960dPSw5uB7o+4avqP3rtkNp1Vwo7w==}
+ eslint-plugin-perfectionist@4.3.0:
+ resolution: {integrity: sha512-8tQ/wn1dFelul2WoXL/NQOEwvWO8H4Vjmsqpt3fDQrfgybr8kQ5Vgb9BQyVRB33ywQqjUApsiwi5Ci7grMPPRA==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
eslint: '>=8.0.0'
@@ -4823,8 +4833,8 @@ packages:
peerDependencies:
eslint: '>=8.44.0'
- eslint-plugin-toml@0.11.1:
- resolution: {integrity: sha512-Y1WuMSzfZpeMIrmlP1nUh3kT8p96mThIq4NnHrYUhg10IKQgGfBZjAWnrg9fBqguiX4iFps/x/3Hb5TxBisfdw==}
+ eslint-plugin-toml@0.12.0:
+ resolution: {integrity: sha512-+/wVObA9DVhwZB1nG83D2OAQRrcQZXy+drqUnFJKymqnmbnbfg/UPmEMCKrJNcEboUGxUjYrJlgy+/Y930mURQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
@@ -4844,14 +4854,14 @@ packages:
'@typescript-eslint/eslint-plugin':
optional: true
- eslint-plugin-vue@9.31.0:
- resolution: {integrity: sha512-aYMUCgivhz1o4tLkRHj5oq9YgYPM4/EJc0M7TAKRLCUA5OYxRLAhYEVD2nLtTwLyixEFI+/QXSvKU9ESZFgqjQ==}
+ eslint-plugin-vue@9.32.0:
+ resolution: {integrity: sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
- eslint-plugin-yml@1.15.0:
- resolution: {integrity: sha512-leC8APYVOsKyWUlvRwVhewytK5wS70BfMqIaUplFstRfzCoVp0YoEroV4cUEvQrBj93tQ3M9LcjO/ewr6D4kjA==}
+ eslint-plugin-yml@1.16.0:
+ resolution: {integrity: sha512-t4MNCetPjTn18/fUDlQ/wKkcYjnuLYKChBrZ0qUaNqRigVqChHWzTP8SrfFi5s4keX3vdlkWRSu8zHJMdKwxWQ==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
@@ -4882,8 +4892,8 @@ packages:
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.16.0:
- resolution: {integrity: sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==}
+ eslint@9.17.0:
+ resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -5242,8 +5252,8 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
- globals@15.12.0:
- resolution: {integrity: sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==}
+ globals@15.13.0:
+ resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==}
engines: {node: '>=18'}
globalthis@1.0.3:
@@ -7661,8 +7671,8 @@ packages:
resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/ee47371e75db7bc5190c74c3f94cfad3b81ac36d}
version: 0.0.0
- tauri-plugin-store-api@https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/a599aee9b0ec92c68ac992ca25084c205ef468eb:
- resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/a599aee9b0ec92c68ac992ca25084c205ef468eb}
+ tauri-plugin-store-api@https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/6a392700cc072fb407f3ee614c117eb40d5ca7a1:
+ resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/6a392700cc072fb407f3ee614c117eb40d5ca7a1}
version: 0.0.0
temp-dir@2.0.0:
@@ -8652,47 +8662,47 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@3.11.2(@typescript-eslint/utils@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.1(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.16.0(jiti@2.4.0)))(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
+ '@antfu/eslint-config@3.12.0(@typescript-eslint/utils@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.1(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.0)))(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
dependencies:
'@antfu/install-pkg': 0.5.0
'@clack/prompts': 0.8.2
- '@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.16.0(jiti@2.4.0))
+ '@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.17.0(jiti@2.4.0))
'@eslint/markdown': 6.2.1
- '@stylistic/eslint-plugin': 2.11.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- '@typescript-eslint/eslint-plugin': 8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- '@typescript-eslint/parser': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- '@vitest/eslint-plugin': 1.1.14(@typescript-eslint/utils@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
- eslint: 9.16.0(jiti@2.4.0)
- eslint-config-flat-gitignore: 0.3.0(eslint@9.16.0(jiti@2.4.0))
+ '@stylistic/eslint-plugin': 2.12.1(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/eslint-plugin': 8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/parser': 8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ '@vitest/eslint-plugin': 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
+ eslint: 9.17.0(jiti@2.4.0)
+ eslint-config-flat-gitignore: 0.3.0(eslint@9.17.0(jiti@2.4.0))
eslint-flat-config-utils: 0.4.0
- eslint-merge-processors: 0.1.0(eslint@9.16.0(jiti@2.4.0))
- eslint-plugin-antfu: 2.7.0(eslint@9.16.0(jiti@2.4.0))
- eslint-plugin-command: 0.2.6(eslint@9.16.0(jiti@2.4.0))
- eslint-plugin-import-x: 4.5.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- eslint-plugin-jsdoc: 50.6.0(eslint@9.16.0(jiti@2.4.0))
- eslint-plugin-jsonc: 2.18.2(eslint@9.16.0(jiti@2.4.0))
- eslint-plugin-n: 17.14.0(eslint@9.16.0(jiti@2.4.0))
+ eslint-merge-processors: 0.1.0(eslint@9.17.0(jiti@2.4.0))
+ eslint-plugin-antfu: 2.7.0(eslint@9.17.0(jiti@2.4.0))
+ eslint-plugin-command: 0.2.6(eslint@9.17.0(jiti@2.4.0))
+ eslint-plugin-import-x: 4.5.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ eslint-plugin-jsdoc: 50.6.1(eslint@9.17.0(jiti@2.4.0))
+ eslint-plugin-jsonc: 2.18.2(eslint@9.17.0(jiti@2.4.0))
+ eslint-plugin-n: 17.15.0(eslint@9.17.0(jiti@2.4.0))
eslint-plugin-no-only-tests: 3.3.0
- eslint-plugin-perfectionist: 4.2.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- eslint-plugin-regexp: 2.7.0(eslint@9.16.0(jiti@2.4.0))
- eslint-plugin-toml: 0.11.1(eslint@9.16.0(jiti@2.4.0))
- eslint-plugin-unicorn: 56.0.1(eslint@9.16.0(jiti@2.4.0))
- eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.0))
- eslint-plugin-vue: 9.31.0(eslint@9.16.0(jiti@2.4.0))
- eslint-plugin-yml: 1.15.0(eslint@9.16.0(jiti@2.4.0))
- eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.16.0(jiti@2.4.0))
- globals: 15.12.0
+ eslint-plugin-perfectionist: 4.3.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ eslint-plugin-regexp: 2.7.0(eslint@9.17.0(jiti@2.4.0))
+ eslint-plugin-toml: 0.12.0(eslint@9.17.0(jiti@2.4.0))
+ eslint-plugin-unicorn: 56.0.1(eslint@9.17.0(jiti@2.4.0))
+ eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.0))
+ eslint-plugin-vue: 9.32.0(eslint@9.17.0(jiti@2.4.0))
+ eslint-plugin-yml: 1.16.0(eslint@9.17.0(jiti@2.4.0))
+ eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.17.0(jiti@2.4.0))
+ globals: 15.13.0
jsonc-eslint-parser: 2.4.0
local-pkg: 0.5.1
parse-gitignore: 2.0.0
picocolors: 1.1.1
toml-eslint-parser: 0.10.0
- vue-eslint-parser: 9.4.3(eslint@9.16.0(jiti@2.4.0))
+ vue-eslint-parser: 9.4.3(eslint@9.17.0(jiti@2.4.0))
yaml-eslint-parser: 1.2.3
yargs: 17.7.2
optionalDependencies:
- '@unocss/eslint-plugin': 0.65.1(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- eslint-plugin-format: 0.1.3(eslint@9.16.0(jiti@2.4.0))
+ '@unocss/eslint-plugin': 0.65.1(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ eslint-plugin-format: 0.1.3(eslint@9.17.0(jiti@2.4.0))
transitivePeerDependencies:
- '@eslint/json'
- '@typescript-eslint/utils'
@@ -10013,15 +10023,15 @@ snapshots:
'@esbuild/win32-x64@0.24.0':
optional: true
- '@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.16.0(jiti@2.4.0))':
+ '@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.17.0(jiti@2.4.0))':
dependencies:
escape-string-regexp: 4.0.0
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
ignore: 5.3.2
- '@eslint-community/eslint-utils@4.4.1(eslint@9.16.0(jiti@2.4.0))':
+ '@eslint-community/eslint-utils@4.4.1(eslint@9.17.0(jiti@2.4.0))':
dependencies:
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.1': {}
@@ -10052,7 +10062,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.16.0': {}
+ '@eslint/js@9.17.0': {}
'@eslint/markdown@6.2.1':
dependencies:
@@ -10123,10 +10133,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.2))':
+ '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
'@img/sharp-darwin-arm64@0.33.5':
optionalDependencies:
@@ -10248,9 +10258,9 @@ snapshots:
'@intlify/shared@11.0.0-beta.2': {}
- '@intlify/unplugin-vue-i18n@6.0.1(@vue/compiler-dom@3.5.13)(eslint@9.16.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))':
+ '@intlify/unplugin-vue-i18n@6.0.1(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0))
'@intlify/bundle-utils': 10.0.0(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))
'@intlify/shared': 10.0.5
'@intlify/vue-i18n-extensions': 7.0.0(@intlify/shared@10.0.5)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
@@ -10376,17 +10386,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
- '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -10424,10 +10434,10 @@ snapshots:
- utf-8-validate
- vue
- '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -10437,10 +10447,10 @@ snapshots:
- supports-color
- vue
- '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.3))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -10451,11 +10461,11 @@ snapshots:
- supports-color
- vue
- '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)
- nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)
ufo: 1.5.4
transitivePeerDependencies:
@@ -10466,13 +10476,13 @@ snapshots:
- supports-color
- vue
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
consola: 3.2.3
defu: 6.1.4
destr: 2.0.3
@@ -10673,13 +10683,13 @@ snapshots:
- utf-8-validate
- vue
- '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@antfu/utils': 0.7.10
'@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
'@nuxt/devtools-wizard': 1.6.0
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
- '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.2.3
@@ -11088,7 +11098,7 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.16.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@rollup/plugin-replace': 6.0.1(rollup@2.79.1)
@@ -11122,7 +11132,7 @@ snapshots:
unplugin: 1.16.0
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vite-node: 2.1.5(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.16.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
vue: 3.5.4(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
@@ -11147,12 +11157,12 @@ snapshots:
- vti
- vue-tsc
- '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.16.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))':
+ '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@rollup/plugin-replace': 6.0.1(rollup@4.24.4)
- '@vitejs/plugin-vue': 5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
- '@vitejs/plugin-vue-jsx': 4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vitejs/plugin-vue': 5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
+ '@vitejs/plugin-vue-jsx': 4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
autoprefixer: 10.4.20(postcss@8.4.49)
clear: 0.1.0
consola: 3.2.3
@@ -11181,8 +11191,8 @@ snapshots:
unplugin: 1.16.0
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vite-node: 2.1.5(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.16.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
- vue: 3.5.4(typescript@5.6.2)
+ vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
+ vue: 3.5.4(typescript@5.6.3)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
- '@biomejs/biome'
@@ -11246,11 +11256,11 @@ snapshots:
- rollup
- supports-color
- '@nuxtjs/i18n@9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.16.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))':
+ '@nuxtjs/i18n@9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@intlify/h3': 0.6.1
'@intlify/shared': 10.0.5
- '@intlify/unplugin-vue-i18n': 6.0.1(@vue/compiler-dom@3.5.13)(eslint@9.16.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
+ '@intlify/unplugin-vue-i18n': 6.0.1(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.0))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.4(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
'@intlify/utils': 0.13.0
'@miyaneee/rollup-plugin-json5': 1.2.0(rollup@2.79.1)
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
@@ -11756,10 +11766,10 @@ snapshots:
'@socket.io/component-emitter@3.1.0': {}
- '@stylistic/eslint-plugin@2.11.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@stylistic/eslint-plugin@2.12.1(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/utils': 8.15.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- eslint: 9.16.0(jiti@2.4.0)
+ '@typescript-eslint/utils': 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ eslint: 9.17.0(jiti@2.4.0)
eslint-visitor-keys: 4.2.0
espree: 10.3.0
estraverse: 5.3.0
@@ -12035,33 +12045,31 @@ snapshots:
dependencies:
'@types/node': 20.8.6
- '@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- '@typescript-eslint/scope-manager': 8.17.0
- '@typescript-eslint/type-utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- '@typescript-eslint/visitor-keys': 8.17.0
- eslint: 9.16.0(jiti@2.4.0)
+ '@typescript-eslint/parser': 8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/scope-manager': 8.18.0
+ '@typescript-eslint/type-utils': 8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/visitor-keys': 8.18.0
+ eslint: 9.17.0(jiti@2.4.0)
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
ts-api-utils: 1.3.0(typescript@5.6.2)
- optionalDependencies:
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@typescript-eslint/parser@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/scope-manager': 8.17.0
- '@typescript-eslint/types': 8.17.0
- '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.6.2)
- '@typescript-eslint/visitor-keys': 8.17.0
+ '@typescript-eslint/scope-manager': 8.18.0
+ '@typescript-eslint/types': 8.18.0
+ '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.2)
+ '@typescript-eslint/visitor-keys': 8.18.0
debug: 4.3.7(supports-color@9.4.0)
- eslint: 9.16.0(jiti@2.4.0)
- optionalDependencies:
+ eslint: 9.17.0(jiti@2.4.0)
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
@@ -12076,14 +12084,18 @@ snapshots:
'@typescript-eslint/types': 8.17.0
'@typescript-eslint/visitor-keys': 8.17.0
- '@typescript-eslint/type-utils@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@typescript-eslint/scope-manager@8.18.0':
dependencies:
- '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.6.2)
- '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/types': 8.18.0
+ '@typescript-eslint/visitor-keys': 8.18.0
+
+ '@typescript-eslint/type-utils@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)':
+ dependencies:
+ '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
debug: 4.3.7(supports-color@9.4.0)
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
ts-api-utils: 1.3.0(typescript@5.6.2)
- optionalDependencies:
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
@@ -12092,6 +12104,8 @@ snapshots:
'@typescript-eslint/types@8.17.0': {}
+ '@typescript-eslint/types@8.18.0': {}
+
'@typescript-eslint/typescript-estree@8.15.0(typescript@5.6.2)':
dependencies:
'@typescript-eslint/types': 8.15.0
@@ -12122,30 +12136,43 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.15.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@typescript-eslint/typescript-estree@8.18.0(typescript@5.6.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0))
- '@typescript-eslint/scope-manager': 8.15.0
- '@typescript-eslint/types': 8.15.0
- '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.2)
- eslint: 9.16.0(jiti@2.4.0)
- optionalDependencies:
+ '@typescript-eslint/types': 8.18.0
+ '@typescript-eslint/visitor-keys': 8.18.0
+ debug: 4.3.7(supports-color@9.4.0)
+ fast-glob: 3.3.2
+ is-glob: 4.0.3
+ minimatch: 9.0.5
+ semver: 7.6.3
+ ts-api-utils: 1.3.0(typescript@5.6.2)
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@typescript-eslint/utils@8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0))
'@typescript-eslint/scope-manager': 8.17.0
'@typescript-eslint/types': 8.17.0
'@typescript-eslint/typescript-estree': 8.17.0(typescript@5.6.2)
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
optionalDependencies:
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
+ '@typescript-eslint/utils@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0))
+ '@typescript-eslint/scope-manager': 8.18.0
+ '@typescript-eslint/types': 8.18.0
+ '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.2)
+ eslint: 9.17.0(jiti@2.4.0)
+ typescript: 5.6.2
+ transitivePeerDependencies:
+ - supports-color
+
'@typescript-eslint/visitor-keys@8.15.0':
dependencies:
'@typescript-eslint/types': 8.15.0
@@ -12156,6 +12183,11 @@ snapshots:
'@typescript-eslint/types': 8.17.0
eslint-visitor-keys: 4.2.0
+ '@typescript-eslint/visitor-keys@8.18.0':
+ dependencies:
+ '@typescript-eslint/types': 8.18.0
+ eslint-visitor-keys: 4.2.0
+
'@ungap/structured-clone@1.2.0': {}
'@unhead/dom@1.11.11':
@@ -12191,6 +12223,15 @@ snapshots:
unhead: 1.11.11
vue: 3.5.4(typescript@5.6.2)
+ '@unhead/vue@1.11.11(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@unhead/schema': 1.11.11
+ '@unhead/shared': 1.11.11
+ defu: 6.1.4
+ hookable: 5.5.3
+ unhead: 1.11.11
+ vue: 3.5.4(typescript@5.6.3)
+
'@unlazy/core@0.12.1': {}
'@unlazy/nuxt@0.12.1(magicast@0.3.5)(rollup@2.79.1)':
@@ -12252,17 +12293,17 @@ snapshots:
'@unocss/core@0.65.1': {}
- '@unocss/eslint-config@0.65.1(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@unocss/eslint-config@0.65.1(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
- '@unocss/eslint-plugin': 0.65.1(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
+ '@unocss/eslint-plugin': 0.65.1(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/eslint-plugin@0.65.1(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)':
+ '@unocss/eslint-plugin@0.65.1(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
'@unocss/config': 0.65.1
'@unocss/core': 0.65.1
magic-string: 0.30.14
@@ -12472,15 +12513,30 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vue: 3.5.4(typescript@5.6.3)
+ transitivePeerDependencies:
+ - supports-color
+
'@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
- '@vitest/eslint-plugin@1.1.14(@typescript-eslint/utils@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
+ '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- eslint: 9.16.0(jiti@2.4.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vue: 3.5.4(typescript@5.6.3)
+
+ '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
+ dependencies:
+ '@typescript-eslint/utils': 8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ eslint: 9.17.0(jiti@2.4.0)
optionalDependencies:
typescript: 5.6.2
vitest: 2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0)
@@ -12616,7 +12672,7 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
@@ -12625,7 +12681,7 @@ snapshots:
local-pkg: 0.5.0
magic-string-ast: 0.6.2
optionalDependencies:
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
transitivePeerDependencies:
- rollup
@@ -12761,11 +12817,11 @@ snapshots:
- rollup
- vue
- '@vue-macros/nuxt@1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
+ '@vue-macros/nuxt@1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
'@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
unplugin-vue-macros: 2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
transitivePeerDependencies:
- '@rspack/core'
@@ -13013,6 +13069,18 @@ snapshots:
transitivePeerDependencies:
- vite
+ '@vue/devtools-core@7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@vue/devtools-kit': 7.4.4
+ '@vue/devtools-shared': 7.4.5
+ mitt: 3.0.1
+ nanoid: 3.3.7
+ pathe: 1.1.2
+ vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
+ vue: 3.5.4(typescript@5.6.3)
+ transitivePeerDependencies:
+ - vite
+
'@vue/devtools-kit@7.4.4':
dependencies:
'@vue/devtools-shared': 7.4.5
@@ -13053,6 +13121,20 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
+ '@vue/language-core@2.1.6(typescript@5.6.3)':
+ dependencies:
+ '@volar/language-core': 2.4.4
+ '@vue/compiler-dom': 3.5.4
+ '@vue/compiler-vue2': 2.7.16
+ '@vue/shared': 3.5.13
+ computeds: 0.0.1
+ minimatch: 9.0.5
+ muggle-string: 0.4.1
+ path-browserify: 1.0.1
+ optionalDependencies:
+ typescript: 5.6.3
+ optional: true
+
'@vue/reactivity@3.5.4':
dependencies:
'@vue/shared': 3.5.4
@@ -13075,6 +13157,12 @@ snapshots:
'@vue/shared': 3.5.4
vue: 3.5.4(typescript@5.6.2)
+ '@vue/server-renderer@3.5.4(vue@3.5.4(typescript@5.6.3))':
+ dependencies:
+ '@vue/compiler-ssr': 3.5.4
+ '@vue/shared': 3.5.4
+ vue: 3.5.4(typescript@5.6.3)
+
'@vue/shared@3.5.12': {}
'@vue/shared@3.5.13': {}
@@ -13106,22 +13194,22 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 11.2.0
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.13.0
- '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -13134,13 +13222,13 @@ snapshots:
vue: 3.5.4(typescript@5.6.2)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@unhead/dom': 1.11.11
'@unhead/schema': 1.11.6
'@unhead/ssr': 1.11.11
- '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.2))
- vue: 3.5.4(typescript@5.6.2)
+ '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.3))
+ vue: 3.5.4(typescript@5.6.3)
'@vueuse/integrations@11.0.3(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -13156,11 +13244,11 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.3))':
dependencies:
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
optionalDependencies:
change-case: 5.4.4
focus-trap: 7.6.0
@@ -13203,13 +13291,13 @@ snapshots:
- rollup
- supports-color
- '@vueuse/nuxt@11.0.3(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/nuxt@11.0.3(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)
'@vueuse/core': 11.0.3(vue@3.5.4(typescript@5.6.2))
'@vueuse/metadata': 11.0.3
local-pkg: 0.5.0
- nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -13218,14 +13306,14 @@ snapshots:
- supports-color
- vue
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.3))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -13247,16 +13335,16 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -13951,6 +14039,12 @@ snapshots:
shebang-command: 2.0.0
which: 2.0.2
+ cross-spawn@7.0.6:
+ dependencies:
+ path-key: 3.1.1
+ shebang-command: 2.0.0
+ which: 2.0.2
+
crossws@0.3.1:
dependencies:
uncrypto: 0.1.3
@@ -14430,29 +14524,29 @@ snapshots:
optionalDependencies:
source-map: 0.6.1
- eslint-compat-utils@0.5.1(eslint@9.16.0(jiti@2.4.0)):
+ eslint-compat-utils@0.5.1(eslint@9.17.0(jiti@2.4.0)):
dependencies:
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
semver: 7.6.3
- eslint-compat-utils@0.6.3(eslint@9.16.0(jiti@2.4.0)):
+ eslint-compat-utils@0.6.3(eslint@9.17.0(jiti@2.4.0)):
dependencies:
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
semver: 7.6.3
- eslint-config-flat-gitignore@0.3.0(eslint@9.16.0(jiti@2.4.0)):
+ eslint-config-flat-gitignore@0.3.0(eslint@9.17.0(jiti@2.4.0)):
dependencies:
'@eslint/compat': 1.1.1
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
find-up-simple: 1.0.0
eslint-flat-config-utils@0.4.0:
dependencies:
pathe: 1.1.2
- eslint-formatting-reporter@0.0.0(eslint@9.16.0(jiti@2.4.0)):
+ eslint-formatting-reporter@0.0.0(eslint@9.17.0(jiti@2.4.0)):
dependencies:
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
prettier-linter-helpers: 1.0.0
eslint-import-resolver-node@0.3.9:
@@ -14463,53 +14557,53 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-json-compat-utils@0.2.1(eslint@9.16.0(jiti@2.4.0))(jsonc-eslint-parser@2.4.0):
+ eslint-json-compat-utils@0.2.1(eslint@9.17.0(jiti@2.4.0))(jsonc-eslint-parser@2.4.0):
dependencies:
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
esquery: 1.6.0
jsonc-eslint-parser: 2.4.0
- eslint-merge-processors@0.1.0(eslint@9.16.0(jiti@2.4.0)):
+ eslint-merge-processors@0.1.0(eslint@9.17.0(jiti@2.4.0)):
dependencies:
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
eslint-parser-plain@0.1.0: {}
- eslint-plugin-antfu@2.7.0(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-antfu@2.7.0(eslint@9.17.0(jiti@2.4.0)):
dependencies:
'@antfu/utils': 0.7.10
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
- eslint-plugin-command@0.2.6(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-command@0.2.6(eslint@9.17.0(jiti@2.4.0)):
dependencies:
'@es-joy/jsdoccomment': 0.48.0
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
- eslint-plugin-es-x@7.8.0(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-es-x@7.8.0(eslint@9.17.0(jiti@2.4.0)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0))
'@eslint-community/regexpp': 4.12.1
- eslint: 9.16.0(jiti@2.4.0)
- eslint-compat-utils: 0.5.1(eslint@9.16.0(jiti@2.4.0))
+ eslint: 9.17.0(jiti@2.4.0)
+ eslint-compat-utils: 0.5.1(eslint@9.17.0(jiti@2.4.0))
- eslint-plugin-format@0.1.3(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.0)):
dependencies:
'@dprint/formatter': 0.3.0
'@dprint/markdown': 0.17.8
'@dprint/toml': 0.6.3
- eslint: 9.16.0(jiti@2.4.0)
- eslint-formatting-reporter: 0.0.0(eslint@9.16.0(jiti@2.4.0))
+ eslint: 9.17.0(jiti@2.4.0)
+ eslint-formatting-reporter: 0.0.0(eslint@9.17.0(jiti@2.4.0))
eslint-parser-plain: 0.1.0
prettier: 3.4.2
synckit: 0.9.2
- eslint-plugin-import-x@4.5.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2):
+ eslint-plugin-import-x@4.5.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2):
dependencies:
- '@typescript-eslint/scope-manager': 8.15.0
- '@typescript-eslint/utils': 8.15.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/scope-manager': 8.17.0
+ '@typescript-eslint/utils': 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
debug: 4.3.7(supports-color@9.4.0)
doctrine: 3.0.0
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
eslint-import-resolver-node: 0.3.9
get-tsconfig: 4.8.1
is-glob: 4.0.3
@@ -14521,14 +14615,14 @@ snapshots:
- supports-color
- typescript
- eslint-plugin-jsdoc@50.6.0(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-jsdoc@50.6.1(eslint@9.17.0(jiti@2.4.0)):
dependencies:
'@es-joy/jsdoccomment': 0.49.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
debug: 4.3.7(supports-color@9.4.0)
escape-string-regexp: 4.0.0
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
espree: 10.3.0
esquery: 1.6.0
parse-imports: 2.1.1
@@ -14538,12 +14632,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsonc@2.18.2(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-jsonc@2.18.2(eslint@9.17.0(jiti@2.4.0)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0))
- eslint: 9.16.0(jiti@2.4.0)
- eslint-compat-utils: 0.6.3(eslint@9.16.0(jiti@2.4.0))
- eslint-json-compat-utils: 0.2.1(eslint@9.16.0(jiti@2.4.0))(jsonc-eslint-parser@2.4.0)
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0))
+ eslint: 9.17.0(jiti@2.4.0)
+ eslint-compat-utils: 0.6.3(eslint@9.17.0(jiti@2.4.0))
+ eslint-json-compat-utils: 0.2.1(eslint@9.17.0(jiti@2.4.0))(jsonc-eslint-parser@2.4.0)
espree: 9.6.1
graphemer: 1.4.0
jsonc-eslint-parser: 2.4.0
@@ -14552,61 +14646,61 @@ snapshots:
transitivePeerDependencies:
- '@eslint/json'
- eslint-plugin-n@17.14.0(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-n@17.15.0(eslint@9.17.0(jiti@2.4.0)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0))
enhanced-resolve: 5.17.1
- eslint: 9.16.0(jiti@2.4.0)
- eslint-plugin-es-x: 7.8.0(eslint@9.16.0(jiti@2.4.0))
+ eslint: 9.17.0(jiti@2.4.0)
+ eslint-plugin-es-x: 7.8.0(eslint@9.17.0(jiti@2.4.0))
get-tsconfig: 4.8.1
- globals: 15.12.0
+ globals: 15.13.0
ignore: 5.3.2
minimatch: 9.0.5
semver: 7.6.3
eslint-plugin-no-only-tests@3.3.0: {}
- eslint-plugin-perfectionist@4.2.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2):
+ eslint-plugin-perfectionist@4.3.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2):
dependencies:
- '@typescript-eslint/types': 8.17.0
- '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
- eslint: 9.16.0(jiti@2.4.0)
+ '@typescript-eslint/types': 8.18.0
+ '@typescript-eslint/utils': 8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
+ eslint: 9.17.0(jiti@2.4.0)
natural-orderby: 5.0.0
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-regexp@2.7.0(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-regexp@2.7.0(eslint@9.17.0(jiti@2.4.0)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0))
'@eslint-community/regexpp': 4.12.1
comment-parser: 1.4.1
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
jsdoc-type-pratt-parser: 4.1.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
scslre: 0.3.0
- eslint-plugin-toml@0.11.1(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-toml@0.12.0(eslint@9.17.0(jiti@2.4.0)):
dependencies:
debug: 4.3.7(supports-color@9.4.0)
- eslint: 9.16.0(jiti@2.4.0)
- eslint-compat-utils: 0.5.1(eslint@9.16.0(jiti@2.4.0))
+ eslint: 9.17.0(jiti@2.4.0)
+ eslint-compat-utils: 0.6.3(eslint@9.17.0(jiti@2.4.0))
lodash: 4.17.21
toml-eslint-parser: 0.10.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-unicorn@56.0.1(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-unicorn@56.0.1(eslint@9.17.0(jiti@2.4.0)):
dependencies:
'@babel/helper-validator-identifier': 7.25.9
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0))
ci-info: 4.0.0
clean-regexp: 1.0.0
core-js-compat: 3.39.0
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
esquery: 1.6.0
- globals: 15.12.0
+ globals: 15.13.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
jsesc: 3.0.2
@@ -14617,41 +14711,41 @@ snapshots:
semver: 7.6.3
strip-indent: 3.0.0
- eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.0)):
dependencies:
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.0))(typescript@5.6.2)
+ '@typescript-eslint/eslint-plugin': 8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)
- eslint-plugin-vue@9.31.0(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-vue@9.32.0(eslint@9.17.0(jiti@2.4.0)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0))
- eslint: 9.16.0(jiti@2.4.0)
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0))
+ eslint: 9.17.0(jiti@2.4.0)
globals: 13.24.0
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.1.2
semver: 7.6.3
- vue-eslint-parser: 9.4.3(eslint@9.16.0(jiti@2.4.0))
+ vue-eslint-parser: 9.4.3(eslint@9.17.0(jiti@2.4.0))
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-yml@1.15.0(eslint@9.16.0(jiti@2.4.0)):
+ eslint-plugin-yml@1.16.0(eslint@9.17.0(jiti@2.4.0)):
dependencies:
debug: 4.3.7(supports-color@9.4.0)
- eslint: 9.16.0(jiti@2.4.0)
- eslint-compat-utils: 0.5.1(eslint@9.16.0(jiti@2.4.0))
+ eslint: 9.17.0(jiti@2.4.0)
+ eslint-compat-utils: 0.6.3(eslint@9.17.0(jiti@2.4.0))
lodash: 4.17.21
natural-compare: 1.4.0
yaml-eslint-parser: 1.2.3
transitivePeerDependencies:
- supports-color
- eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.16.0(jiti@2.4.0)):
+ eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.17.0(jiti@2.4.0)):
dependencies:
'@vue/compiler-sfc': 3.5.13
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
eslint-scope@5.1.1:
dependencies:
@@ -14672,14 +14766,14 @@ snapshots:
eslint-visitor-keys@4.2.0: {}
- eslint@9.16.0(jiti@2.4.0):
+ eslint@9.17.0(jiti@2.4.0):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0))
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.19.0
'@eslint/core': 0.9.0
'@eslint/eslintrc': 3.2.0
- '@eslint/js': 9.16.0
+ '@eslint/js': 9.17.0
'@eslint/plugin-kit': 0.2.3
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
@@ -14688,7 +14782,7 @@ snapshots:
'@types/json-schema': 7.0.15
ajv: 6.12.6
chalk: 4.1.2
- cross-spawn: 7.0.5
+ cross-spawn: 7.0.6
debug: 4.3.7(supports-color@9.4.0)
escape-string-regexp: 4.0.0
eslint-scope: 8.2.0
@@ -15067,7 +15161,7 @@ snapshots:
globals@14.0.0: {}
- globals@15.12.0: {}
+ globals@15.13.0: {}
globalthis@1.0.3:
dependencies:
@@ -16330,7 +16424,7 @@ snapshots:
neo-async@2.6.2: {}
- nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2):
+ nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -16379,7 +16473,7 @@ snapshots:
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
- openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.2)
+ openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.3)
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.2.1
@@ -16618,9 +16712,9 @@ snapshots:
- rollup
- supports-color
- nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2)):
+ nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3)):
dependencies:
- '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.2))
+ '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.3))
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)
transitivePeerDependencies:
@@ -16643,18 +16737,18 @@ snapshots:
- rollup
- supports-color
- nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
+ nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.3))
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.4)
- '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.16.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.3)(vue-tsc@2.1.6(typescript@5.6.3))(vue@3.5.4(typescript@5.6.3))
'@unhead/dom': 1.11.11
'@unhead/shared': 1.11.11
'@unhead/ssr': 1.11.11
- '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.2))
+ '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.3))
'@vue/shared': 3.5.13
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
@@ -16680,7 +16774,7 @@ snapshots:
magic-string: 0.30.13
mlly: 1.7.3
nanotar: 0.1.1
- nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.3)
nuxi: 3.15.0
nypm: 0.3.12
ofetch: 1.4.1
@@ -16702,13 +16796,13 @@ snapshots:
unhead: 1.11.11
unimport: 3.13.3(rollup@4.24.4)
unplugin: 1.16.0
- unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
+ unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3))
unstorage: 1.13.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.3)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
optionalDependencies:
'@parcel/watcher': 2.4.1
'@types/node': 22.9.0
@@ -16756,14 +16850,14 @@ snapshots:
- vue-tsc
- xml2js
- nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
+ nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
dependencies:
'@nuxt/devalue': 2.0.2
'@nuxt/devtools': 1.6.0(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@2.79.1)
- '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.16.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.0))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))
'@unhead/dom': 1.11.11
'@unhead/shared': 1.11.11
'@unhead/ssr': 1.11.11
@@ -16972,6 +17066,18 @@ snapshots:
transitivePeerDependencies:
- encoding
+ openapi-typescript@7.4.2(encoding@0.1.13)(typescript@5.6.3):
+ dependencies:
+ '@redocly/openapi-core': 1.25.11(encoding@0.1.13)(supports-color@9.4.0)
+ ansi-colors: 4.1.3
+ change-case: 5.4.4
+ parse-json: 8.1.0
+ supports-color: 9.4.0
+ typescript: 5.6.3
+ yargs-parser: 21.1.1
+ transitivePeerDependencies:
+ - encoding
+
optionator@0.9.3:
dependencies:
'@aashutoshrathi/word-wrap': 1.2.6
@@ -18358,7 +18464,7 @@ snapshots:
dependencies:
'@tauri-apps/api': 1.6.0
- tauri-plugin-store-api@https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/a599aee9b0ec92c68ac992ca25084c205ef468eb:
+ tauri-plugin-store-api@https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/6a392700cc072fb407f3ee614c117eb40d5ca7a1:
dependencies:
'@tauri-apps/api': 1.6.0
@@ -18924,11 +19030,11 @@ snapshots:
- rollup
- vue
- unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)):
+ unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)))(vue@3.5.4(typescript@5.6.3)):
dependencies:
'@babel/types': 7.26.0
'@rollup/pluginutils': 5.1.3(rollup@4.24.4)
- '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.3))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -18941,7 +19047,7 @@ snapshots:
unplugin: 1.16.0
yaml: 2.5.0
optionalDependencies:
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.6.3))
transitivePeerDependencies:
- rollup
- vue
@@ -19126,7 +19232,7 @@ snapshots:
- supports-color
- terser
- vite-plugin-checker@0.8.0(eslint@9.16.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
+ vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
dependencies:
'@babel/code-frame': 7.26.2
ansi-escapes: 4.3.2
@@ -19144,11 +19250,34 @@ snapshots:
vscode-languageserver-textdocument: 1.0.8
vscode-uri: 3.0.8
optionalDependencies:
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
optionator: 0.9.3
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
+ vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.0))(optionator@0.9.3)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.3)):
+ dependencies:
+ '@babel/code-frame': 7.26.2
+ ansi-escapes: 4.3.2
+ chalk: 4.1.2
+ chokidar: 3.6.0
+ commander: 8.3.0
+ fast-glob: 3.3.2
+ fs-extra: 11.2.0
+ npm-run-path: 4.0.1
+ strip-ansi: 6.0.1
+ tiny-invariant: 1.3.1
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vscode-languageclient: 7.0.0
+ vscode-languageserver: 7.0.0
+ vscode-languageserver-textdocument: 1.0.8
+ vscode-uri: 3.0.8
+ optionalDependencies:
+ eslint: 9.17.0(jiti@2.4.0)
+ optionator: 0.9.3
+ typescript: 5.6.3
+ vue-tsc: 2.1.6(typescript@5.6.3)
+
vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
@@ -19350,12 +19479,16 @@ snapshots:
dependencies:
vue: 3.5.4(typescript@5.6.2)
+ vue-demi@0.14.10(vue@3.5.4(typescript@5.6.3)):
+ dependencies:
+ vue: 3.5.4(typescript@5.6.3)
+
vue-devtools-stub@0.1.0: {}
- vue-eslint-parser@9.4.3(eslint@9.16.0(jiti@2.4.0)):
+ vue-eslint-parser@9.4.3(eslint@9.17.0(jiti@2.4.0)):
dependencies:
debug: 4.3.7(supports-color@9.4.0)
- eslint: 9.16.0(jiti@2.4.0)
+ eslint: 9.17.0(jiti@2.4.0)
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
@@ -19389,6 +19522,11 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.2)
+ vue-router@4.4.5(vue@3.5.4(typescript@5.6.3)):
+ dependencies:
+ '@vue/devtools-api': 6.6.4
+ vue: 3.5.4(typescript@5.6.3)
+
vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@vue/devtools-api': 6.6.4
@@ -19406,6 +19544,14 @@ snapshots:
semver: 7.6.3
typescript: 5.6.2
+ vue-tsc@2.1.6(typescript@5.6.3):
+ dependencies:
+ '@volar/typescript': 2.4.4
+ '@vue/language-core': 2.1.6(typescript@5.6.3)
+ semver: 7.6.3
+ typescript: 5.6.3
+ optional: true
+
vue-virtual-scroller@2.0.0-beta.8(vue@3.5.4(typescript@5.6.2)):
dependencies:
mitt: 2.1.0
@@ -19423,6 +19569,16 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
+ vue@3.5.4(typescript@5.6.3):
+ dependencies:
+ '@vue/compiler-dom': 3.5.4
+ '@vue/compiler-sfc': 3.5.4
+ '@vue/runtime-dom': 3.5.4
+ '@vue/server-renderer': 3.5.4(vue@3.5.4(typescript@5.6.3))
+ '@vue/shared': 3.5.4
+ optionalDependencies:
+ typescript: 5.6.3
+
w3c-keyname@2.2.8: {}
watchpack@2.4.2:
From 88b00d8891790ce357baf9369565eba55ffa1841 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 16 Dec 2024 11:26:51 +0900
Subject: [PATCH 022/101] chore(deps): update devdependencies (#3092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 1e156ec82bfc637dec8be47cd0bb78d6c75e702f)
---
package.json | 4 ++--
pnpm-lock.yaml | 64 +++++++++++++++++++++++++++++++++++---------------
2 files changed, 47 insertions(+), 21 deletions(-)
diff --git a/package.json b/package.json
index 1eeffe120..2b26f77a1 100644
--- a/package.json
+++ b/package.json
@@ -127,13 +127,13 @@
"@unlazy/nuxt": "^0.12.1",
"@unocss/eslint-config": "^0.65.1",
"@vue/test-utils": "2.4.6",
- "bumpp": "^9.9.0",
+ "bumpp": "^9.9.1",
"consola": "^3.2.3",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
- "lint-staged": "^15.2.10",
+ "lint-staged": "^15.2.11",
"nuxt": "^3.14.1592",
"prettier": "^3.4.2",
"sharp": "^0.33.5",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b9d9de302..70cf513ba 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -297,8 +297,8 @@ importers:
specifier: 2.4.6
version: 2.4.6
bumpp:
- specifier: ^9.9.0
- version: 9.9.0(magicast@0.3.5)
+ specifier: ^9.9.1
+ version: 9.9.1(magicast@0.3.5)
consola:
specifier: ^3.2.3
version: 3.2.3
@@ -315,8 +315,8 @@ importers:
specifier: ^11.2.0
version: 11.2.0
lint-staged:
- specifier: ^15.2.10
- version: 15.2.10
+ specifier: ^15.2.11
+ version: 15.2.11
nuxt:
specifier: ^3.14.1592
version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.0))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
@@ -3977,8 +3977,8 @@ packages:
resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
engines: {node: '>=6'}
- bumpp@9.9.0:
- resolution: {integrity: sha512-d6Bv4O26po6gOrrjqDQte4+LxedxW885ZW7gJcNFUwkn9XH+8tKIB80za69SRluWkAgWPmSt7288pkMpzY1lnw==}
+ bumpp@9.9.1:
+ resolution: {integrity: sha512-M2CnokltfM7kLpYigS9PTAljG5pKng2MBTVpjCIXD+StNvhc+pnO+SYVnQDGjEVXD1fw2/Ofrf7wH45fxovoPg==}
engines: {node: '>=10'}
hasBin: true
@@ -4450,6 +4450,15 @@ packages:
supports-color:
optional: true
+ debug@4.4.0:
+ resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
+ engines: {node: '>=6.0'}
+ peerDependencies:
+ supports-color: '*'
+ peerDependenciesMeta:
+ supports-color:
+ optional: true
+
decode-bmp@0.2.1:
resolution: {integrity: sha512-NiOaGe+GN0KJqi2STf24hfMkFitDUaIoUU3eKvP/wAbLe8o6FuW5n/x7MHPR0HKvBokp6MQY/j7w8lewEeVCIA==}
engines: {node: '>=8.6.0'}
@@ -5842,14 +5851,18 @@ packages:
resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==}
engines: {node: '>=14'}
+ lilconfig@3.1.3:
+ resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
+ engines: {node: '>=14'}
+
lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
linkify-it@5.0.0:
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
- lint-staged@15.2.10:
- resolution: {integrity: sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==}
+ lint-staged@15.2.11:
+ resolution: {integrity: sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==}
engines: {node: '>=18.12.0'}
hasBin: true
@@ -5857,8 +5870,8 @@ packages:
resolution: {integrity: sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==}
hasBin: true
- listr2@8.2.4:
- resolution: {integrity: sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==}
+ listr2@8.2.5:
+ resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==}
engines: {node: '>=18.0.0'}
load-tsconfig@0.2.5:
@@ -8627,6 +8640,11 @@ packages:
engines: {node: '>= 14'}
hasBin: true
+ yaml@2.6.1:
+ resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==}
+ engines: {node: '>= 14'}
+ hasBin: true
+
yargs-parser@21.1.1:
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
engines: {node: '>=12'}
@@ -13681,7 +13699,7 @@ snapshots:
builtin-modules@3.3.0: {}
- bumpp@9.9.0(magicast@0.3.5):
+ bumpp@9.9.1(magicast@0.3.5):
dependencies:
c12: 2.0.1(magicast@0.3.5)
cac: 6.7.14
@@ -14164,6 +14182,10 @@ snapshots:
optionalDependencies:
supports-color: 9.4.0
+ debug@4.4.0:
+ dependencies:
+ ms: 2.1.3
+
decode-bmp@0.2.1:
dependencies:
'@canvas/image-data': 1.0.0
@@ -14869,7 +14891,7 @@ snapshots:
execa@8.0.1:
dependencies:
- cross-spawn: 7.0.5
+ cross-spawn: 7.0.6
get-stream: 8.0.1
human-signals: 5.0.0
is-stream: 3.0.0
@@ -14988,7 +15010,7 @@ snapshots:
foreground-child@3.1.1:
dependencies:
- cross-spawn: 7.0.5
+ cross-spawn: 7.0.6
signal-exit: 4.1.0
form-data@4.0.0:
@@ -15772,24 +15794,26 @@ snapshots:
lilconfig@3.1.2: {}
+ lilconfig@3.1.3: {}
+
lines-and-columns@1.2.4: {}
linkify-it@5.0.0:
dependencies:
uc.micro: 2.0.0
- lint-staged@15.2.10:
+ lint-staged@15.2.11:
dependencies:
chalk: 5.3.0
commander: 12.1.0
- debug: 4.3.6
+ debug: 4.4.0
execa: 8.0.1
- lilconfig: 3.1.2
- listr2: 8.2.4
+ lilconfig: 3.1.3
+ listr2: 8.2.5
micromatch: 4.0.8
pidtree: 0.6.0
string-argv: 0.3.2
- yaml: 2.5.0
+ yaml: 2.6.1
transitivePeerDependencies:
- supports-color
@@ -15814,7 +15838,7 @@ snapshots:
untun: 0.1.3
uqr: 0.1.2
- listr2@8.2.4:
+ listr2@8.2.5:
dependencies:
cli-truncate: 4.0.0
colorette: 2.0.20
@@ -19844,6 +19868,8 @@ snapshots:
yaml@2.5.0: {}
+ yaml@2.6.1: {}
+
yargs-parser@21.1.1: {}
yargs@17.7.2:
From 486008ee227fa9081107c2d4052f87b01bf1eb72 Mon Sep 17 00:00:00 2001
From: Clovis
Date: Mon, 16 Dec 2024 05:12:48 +0100
Subject: [PATCH 023/101] fix: MenuBottom settings are always empty (#3091)
Co-authored-by: Clovis
(cherry picked from commit 83513bf624da638d8db6f0b054083f3a8276c3c2)
---
components/settings/SettingsBottomNav.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/settings/SettingsBottomNav.vue b/components/settings/SettingsBottomNav.vue
index f77894f5d..50db511a3 100644
--- a/components/settings/SettingsBottomNav.vue
+++ b/components/settings/SettingsBottomNav.vue
@@ -28,7 +28,7 @@ const defaultSelectedNavButtonNames = computed(() =>
: ['explore', 'local', 'moreMenu'],
)
const navButtonNamesSetting = useLocalStorage(STORAGE_KEY_BOTTOM_NAV_BUTTONS, defaultSelectedNavButtonNames.value)
-const selectedNavButtonNames = ref([])
+const selectedNavButtonNames = ref(navButtonNamesSetting.value)
const selectedNavButtons = computed(() =>
selectedNavButtonNames.value.map(name =>
From 0bb7e6d0194126d4a0c0cbd46e30308fa10b926d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 16 Dec 2024 15:10:18 +0000
Subject: [PATCH 024/101] fix(deps): update dependencies (#3094)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 4928148eeddecd71d81bc759f8e70496017c0a78)
---
package.json | 6 +-
pnpm-lock.yaml | 347 +++++++++++++++++++++++--------------------------
2 files changed, 168 insertions(+), 185 deletions(-)
diff --git a/package.json b/package.json
index 2b26f77a1..97c0b91b2 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"@nuxt/test-utils": "^3.14.3",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/i18n": "^9.1.1",
- "@pinia/nuxt": "^0.7.0",
+ "@pinia/nuxt": "^0.9.0",
"@tiptap/core": "2.2.4",
"@tiptap/extension-bold": "2.2.4",
"@tiptap/extension-character-count": "2.2.4",
@@ -57,7 +57,7 @@
"@tiptap/starter-kit": "2.2.4",
"@tiptap/suggestion": "2.2.4",
"@tiptap/vue-3": "2.2.4",
- "@unocss/nuxt": "^0.64.0",
+ "@unocss/nuxt": "^0.65.0",
"@upstash/redis": "^1.27.1",
"@vercel/kv": "^3.0.0",
"@vue-macros/nuxt": "^1.11.12",
@@ -90,7 +90,7 @@
"page-lifecycle": "^0.1.2",
"pinia": "^2.2.6",
"postcss-nested": "^7.0.0",
- "prosemirror-highlight": "^0.9.0",
+ "prosemirror-highlight": "^0.11.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"shiki": "^1.22.2",
"simple-git": "^3.19.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 70cf513ba..85e4400cb 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -47,8 +47,8 @@ importers:
specifier: ^9.1.1
version: 9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.0))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
'@pinia/nuxt':
- specifier: ^0.7.0
- version: 0.7.0(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
+ specifier: ^0.9.0
+ version: 0.9.0(magicast@0.3.5)(pinia@2.2.6(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)
'@tiptap/core':
specifier: 2.2.4
version: 2.2.4(@tiptap/pm@2.2.4)
@@ -92,8 +92,8 @@ importers:
specifier: 2.2.4
version: 2.2.4(@tiptap/core@2.2.4(@tiptap/pm@2.2.4))(@tiptap/pm@2.2.4)(vue@3.5.4(typescript@5.6.2))
'@unocss/nuxt':
- specifier: ^0.64.0
- version: 0.64.1(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
+ specifier: ^0.65.0
+ version: 0.65.1(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
'@upstash/redis':
specifier: ^1.27.1
version: 1.34.0
@@ -191,8 +191,8 @@ importers:
specifier: ^7.0.0
version: 7.0.2(postcss@8.4.49)
prosemirror-highlight:
- specifier: ^0.9.0
- version: 0.9.0(@types/hast@3.0.4)(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.8.0)(prosemirror-view@1.32.7)(shiki@1.22.2)
+ specifier: ^0.11.0
+ version: 0.11.0(@types/hast@3.0.4)(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.8.0)(prosemirror-view@1.32.7)(shiki@1.22.2)
rollup-plugin-node-polyfills:
specifier: ^0.2.1
version: 0.2.1
@@ -2343,8 +2343,10 @@ packages:
resolution: {integrity: sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==}
engines: {node: '>= 10.0.0'}
- '@pinia/nuxt@0.7.0':
- resolution: {integrity: sha512-IAKRl7mQCrFKQtD8Z6EzOz5bQ/px0FdeyaB+70A3igkFzHzKVJVblLCjFwXPBC/IO0EwHuMRk/SMgwkUn82jwg==}
+ '@pinia/nuxt@0.9.0':
+ resolution: {integrity: sha512-2yeRo7LeyCF68AbNeL3xu2h6uw0617RkcsYxmA8DJM0R0PMdz5wQHnc44KeENQxR/Mrq8T910XVT6buosqsjBQ==}
+ peerDependencies:
+ pinia: ^2.3.0
'@pkgjs/parseargs@0.11.0':
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
@@ -3038,30 +3040,23 @@ packages:
'@unlazy/nuxt@0.12.1':
resolution: {integrity: sha512-sjdmf7za5pL8YVsSOGnglNyecRg2y2R31WqLL0UOZlV2VAF3onvvDxZt6AWPOYpAY+OtqS5hCw5K5i9WG7cKRA==}
- '@unocss/astro@0.64.1':
- resolution: {integrity: sha512-UBB2nDc3aqBmdcgJHOsnAQaQnbdch4f3CKfV+LTv77D4tPizagUCODwPVTK3CA3leQzVbbUV06uHfo5hsv2PUw==}
+ '@unocss/astro@0.65.1':
+ resolution: {integrity: sha512-SnSoghbPWNC7Kxia/M0DuaYMcSmmeY7N54TYoNceQl23Ru2HioZvgjAJ+XtrK9B+Rvk+q9irGDTqhcadLVQ3Vg==}
peerDependencies:
- vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
peerDependenciesMeta:
vite:
optional: true
- '@unocss/cli@0.64.1':
- resolution: {integrity: sha512-P08Routw1TiCZyvfcveZIQrJi4/agBtWJAMP4NwVgYre7Lgl0jYF4qn9NEpUS4z+Qc5t2U33+4q0xgZpVh4oPw==}
+ '@unocss/cli@0.65.1':
+ resolution: {integrity: sha512-yV0n7+7hfxHtO+lXSElp8Zy2R5KM1ZVj9UWCemxQTJtKO+2KWk9HvGFR84Hs9+dno06GaOyQgpK1pBfmID0W0w==}
engines: {node: '>=14'}
hasBin: true
- '@unocss/config@0.64.1':
- resolution: {integrity: sha512-uhUfVnRhVsqZrRuFGGFfvvSO9gVUSHgfXOF/u8MnQ/lG1MVyXpx5QykVhjSgSehMfQIFsZ2SID1y7Fd5f8kgLw==}
- engines: {node: '>=14'}
-
'@unocss/config@0.65.1':
resolution: {integrity: sha512-Akf5Vm2bGrUK/a10QBF3GLETFJnwW1G8ThPevrOCj0lBVWKlN5eMQnodyNdoCw+JMPfCPZdg+4lU8cJJIRAAbQ==}
engines: {node: '>=14'}
- '@unocss/core@0.64.1':
- resolution: {integrity: sha512-D1ULd70a24/k6kGyHCIijbrrIn9UjFUEBg2R4xKX2/ViQb1k2MIgOs4VS20MkJX6kbZXqqm/zAFHzDhsQGIhBA==}
-
'@unocss/core@0.65.1':
resolution: {integrity: sha512-Ke0WNZjfSCE6pniJb8PjiwhO6/McxVb1EQYrkkz8aJuR83xu+AEcTog9D4N9EUkRfHS5tZYXQtTj4Uh90T6CEg==}
@@ -3073,74 +3068,74 @@ packages:
resolution: {integrity: sha512-N39mNa+pBXMzHjLXO2dE93NvxOhO9hHUQWkyrH+8u8tbXMOy+bt9aVehr2/LZfd6nbwUyZx6DxEZqu3OaSyD7A==}
engines: {node: '>=14'}
- '@unocss/extractor-arbitrary-variants@0.64.1':
- resolution: {integrity: sha512-tKtaeZYzSCaH1ASE7Uj45rPX4ApQHYE8eZFfaL3N4ZY0LYrTJPBnaLSRfLRwGD6KLHjoL3+sorywJiS/VVBcFQ==}
+ '@unocss/extractor-arbitrary-variants@0.65.1':
+ resolution: {integrity: sha512-VpF7j29TlmVjNolkIjhQ/cwYkuPUoXLv+ko62YRMibE5632QepbNob69pNYGOZustrZt3LvgHD/GcriKwJO4BA==}
- '@unocss/inspector@0.64.1':
- resolution: {integrity: sha512-IDlSxvczxzQso/9aIneQaQ+jVhi8/Wb6uck1pRZm3q71uF3+mhzqEvQojbe1VaKqwUlCmBy2U+M/e8L5dJavlA==}
+ '@unocss/inspector@0.65.1':
+ resolution: {integrity: sha512-RtONVp7rPpfSarr48qVEEsm201JyQSv6M21lqu1IzQZ62LQB5Gmi59Y+XR6cYDtwSn5ZUGxowR7nIRTPBMcxkw==}
- '@unocss/nuxt@0.64.1':
- resolution: {integrity: sha512-3LFgpcablhkFgHKAODtourRioQEf4TNGgtVm/2TDVP/LlxS8fjD8aFriaD/AP/zkq7lZvndApS5QwzZXR6Gtjg==}
+ '@unocss/nuxt@0.65.1':
+ resolution: {integrity: sha512-J6kB4hWhC7QFSChcwVFr8AC3+z8V+W+tEaWRNAdhnJjlTFepAvsQir5TxD0ytuiFYghmyxTowmJoHNLDbuTzKg==}
- '@unocss/postcss@0.64.1':
- resolution: {integrity: sha512-tlc5ZFO6xoLhYukSRtKSBaP1SDmAatmHCbbRiH6ElncEQNpjl70raXMKjQWfIuAo8IniUe69ILZC+M60AGPYmA==}
+ '@unocss/postcss@0.65.1':
+ resolution: {integrity: sha512-k7mKObxE4o1gApICri20TpI0lT/dtEQv+uYEOrFz267jgPVo3VD6umHsTOLA+OoQ5Bf7VEYQXSeV0oA96j0o1w==}
engines: {node: '>=14'}
peerDependencies:
postcss: ^8.4.21
- '@unocss/preset-attributify@0.64.1':
- resolution: {integrity: sha512-uxq4iiMZN+/Dy/TAQI/b+mWbHqI7ww/vVJC8tvjdXm9C4SditLb1Wd+Y183nhXI3Pa78wEibK5t8RaDc/fgKPg==}
+ '@unocss/preset-attributify@0.65.1':
+ resolution: {integrity: sha512-bmu9JELcpwgrXA5RonvFeWb38RcUz82wpWfyDwKdQRJHD3MnYQ5lN03W4B7nMsAflc4ls7XQZLzhn9iYhbYYqg==}
- '@unocss/preset-icons@0.64.1':
- resolution: {integrity: sha512-aQ4hN2NFdJo08pzUYc1FpwTkNUByE7FB51KmRwXclsVKeXFGvFO3YUYeg5IDlTxqCfvFVWZ3q8NhnmpKGkbutw==}
+ '@unocss/preset-icons@0.65.1':
+ resolution: {integrity: sha512-lFGy4PpfClhiRV6Wwn4w79qd53B7QCkEmsP4YF2Px274X0t2av0QjMH+bvo6TrFIsHGKzq0Lxg836SoaPg5YJA==}
- '@unocss/preset-mini@0.64.1':
- resolution: {integrity: sha512-tl+ciN0elB9eETEVZQrNaMy4NpbLdWDVW7KlmpRZi4Eomf/Ntz+Wctp5V0aBvszo8arEaDiOwsgMxITvx9Ll6Q==}
+ '@unocss/preset-mini@0.65.1':
+ resolution: {integrity: sha512-dKIxi+ChWSZvXG8I7yVBjw4FLHdAvKrrCN9bjKpR4/4epKD6jRtEcR6S1wL6XSBWabh7V7D/VbVk+XZ6WsGuXA==}
- '@unocss/preset-tagify@0.64.1':
- resolution: {integrity: sha512-xBGF7usHIDOMmLEgawpgbOAoNZ8qFZ/mpbRG9tdEjOHJ+rXJuJlZHhwIgwjQiFRCzSRtlsN57/iM37bZNRCEAg==}
+ '@unocss/preset-tagify@0.65.1':
+ resolution: {integrity: sha512-u0yWFXyyBumglFvn87MT7kasa3KPAWTiIHkTCVu8tNEFNfJzR9BZLEXGAtwrhqMm0pSCnDdqupwBLBQoVX8zEA==}
- '@unocss/preset-typography@0.64.1':
- resolution: {integrity: sha512-5L/m0YrtF5P6W4U1DhMfqdKVFbso09TplVHK9udJMvYMaj4HzNNIo6GtpbSm2eCXBzxIYuzAjQ9kLldOXjZS1w==}
+ '@unocss/preset-typography@0.65.1':
+ resolution: {integrity: sha512-/fcgKU+uQ/RISRdJHTuSQh41Td/tAngSUzr+7Ry8f1UqI5NTjtGOixgfByPC+ZZ/V8f1DdjigaVy7Q3c+meUMg==}
- '@unocss/preset-uno@0.64.1':
- resolution: {integrity: sha512-9427KmOHsck9mNfOXiCBy43Q9aAI1w15tCBJf2bDMHioJltc6JjW+Mg5DDZWnYelhzpXCYK7zTZtMJ40KxDx+g==}
+ '@unocss/preset-uno@0.65.1':
+ resolution: {integrity: sha512-OSEkphrlR9/RM5un9t9AqVQXOGBLJgjcEweZSm2ng9AK7BsxBXuVP1FelmRqeXVYT5uFtBoD4dfgCgBjGFIW9Q==}
- '@unocss/preset-web-fonts@0.64.1':
- resolution: {integrity: sha512-qhc1976bVDMYG+aG5VKvTsKK7K8hMrNnhkCmfKmvdFH7xSj8MB80YxdmiAAcKh3cVk97bh0ej7ym6Lss7I2Idg==}
+ '@unocss/preset-web-fonts@0.65.1':
+ resolution: {integrity: sha512-29TO8kCfvOaHj5O3a3SZIXuOwvg7raPcdmuFKB9KFM3J2pYv4PB1cLBrw6h9DWwAAnJUSQpGx9QmKIBEPnDhlw==}
- '@unocss/preset-wind@0.64.1':
- resolution: {integrity: sha512-IpAfsi2tI4elb2uZzc3BSZgbi0axgwgJLPFW0BtZQe4u1J+zrUIOvjCu/2jmiB7LR05IShCyMKIz9Vi4EJm+gQ==}
+ '@unocss/preset-wind@0.65.1':
+ resolution: {integrity: sha512-7rw3hAWOkWMSjoprWKcQidqJRFQm8qM0IdLjFLQa2ROSzPSnIlNisXGEwAphf4/VYdP7+URUnu5eySQsIRWRzg==}
'@unocss/reset@0.50.8':
resolution: {integrity: sha512-2WoM6O9VyuHDPAnvCXr7LBJQ8ZRHDnuQAFsL1dWXp561Iq2l9whdNtPuMcozLGJGUUrFfVBXIrHY4sfxxScgWg==}
- '@unocss/reset@0.64.1':
- resolution: {integrity: sha512-xx36rWcrIpyvI1l/v+szQLrxWAgsmk6GH85QQ5iE1qccQbL9IlhWHB1KEd3cRbJ1TFeZ2Mzca/qsjg0LU9ZVnA==}
+ '@unocss/reset@0.65.1':
+ resolution: {integrity: sha512-qyxF7rKGX+Cu3FpV8KCRQbtCvFcBpmzvx5A2wal77tIhrFR5VSH7NzCVmgs2+V9FXvU3aWVNZ79i1KMnLZ5Mjg==}
- '@unocss/rule-utils@0.64.1':
- resolution: {integrity: sha512-h+Du0lezKHmdsEsGQGAtGrwrTrU+Av4eij46UzpzuNWFq0mAouBu8m/lgBI1AcY9B0Jg3EJalkOgA06tAKS8jg==}
+ '@unocss/rule-utils@0.65.1':
+ resolution: {integrity: sha512-XGXdXsRmIuMDQk/3Fd3g5JMhsyDGWsTfs6aN4vFQ1rfdSgY4UwbslqUNbIH9xxoTfmzUOJ2lhNrFw78RygCNSA==}
engines: {node: '>=14'}
- '@unocss/transformer-attributify-jsx@0.64.1':
- resolution: {integrity: sha512-Zg7rfNheWxJh2G5C0gCctGc6c8NbmI6wqbYjUxUDXEeT+lrZqKeDpTmgcLis7gLqGELFvIqE5R0EpARvjrj9bw==}
+ '@unocss/transformer-attributify-jsx@0.65.1':
+ resolution: {integrity: sha512-FR6pAnsHgflIumSl6Y5J+cWUtt2wNPANFWdGd1jNLpcBXDummEd0U+U9VGOfB8AOT263DW0U0JE7vH5xiwVaog==}
- '@unocss/transformer-compile-class@0.64.1':
- resolution: {integrity: sha512-oASb3lJq++Ll6LD3frT0WiEZUJupjrLF+rtkgz3lKPgD8bRpbh+m5FykGAIHj5VcIcYOACD4GkTrSFrQbL0GEw==}
+ '@unocss/transformer-compile-class@0.65.1':
+ resolution: {integrity: sha512-yTs2u8bxGlTXEQ+XYFuS+kapLuLJr7yvNRRTg1hS+2OFdpT8E/PfxAgdGEzMfmrjommjF4BnJ8AAtK+Wsg5s4w==}
- '@unocss/transformer-directives@0.64.1':
- resolution: {integrity: sha512-6yWZh7YxYTaNSdATkGpP+aQ3aTRLNo4URDmLQKB3uaQbF0Ae5dLlxXWHZ26VIpKkQ3+hME4TRxEptTR0/ag7nw==}
+ '@unocss/transformer-directives@0.65.1':
+ resolution: {integrity: sha512-6D3QSeSWXCA+Jc+BQGwat0RfcNtYZdyFFpP+zr1cFpK7nwNZqwqZU+mcY8nywu/u+hYuEQMWPMzEYDAssMfUQQ==}
- '@unocss/transformer-variant-group@0.64.1':
- resolution: {integrity: sha512-wQkD1x69YSiIXvSvNNTN6hTZXHVzbVY+xmfoXL3bi/1cDMzRmE9C2Gk/Rzm/BSQxsLusLfDDL0NuhxWoFmvWPA==}
+ '@unocss/transformer-variant-group@0.65.1':
+ resolution: {integrity: sha512-LdSPDVpVCrMfgTKtGyWz0KkBXiJqFO8FRhiL4/9Hyaf+ECoWQ7RODgO6dKWyFIZEBjkLFK2toeZZvM+KYQlBlw==}
- '@unocss/vite@0.64.1':
- resolution: {integrity: sha512-DIvl7Mofc5Q6kKElMRALbH33xBYb5w3Yf7TQ860lmi3DOwjEcg+OWE1HD+iDf7IxZeqPsdF17NvJJaSdmr0m5Q==}
+ '@unocss/vite@0.65.1':
+ resolution: {integrity: sha512-5242hAlgTVUA+tJ9mwo/cpLqD9f4dn5V/prTmtIci0Y7zMsVeBlnQwfsV4MhyTVaF3eFxDy5AUEFiOuXo12rbQ==}
peerDependencies:
- vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
- '@unocss/webpack@0.64.1':
- resolution: {integrity: sha512-g9F6iCD3ilHucMpqHKQiSqr7nStFhUsofT8CUyf2LnqQQSibH59VrQRM39tnS7If+XeAGfgsPa4xYoi4c0eDuw==}
+ '@unocss/webpack@0.65.1':
+ resolution: {integrity: sha512-Qq9vpUYQvZT7YHdTL88YDWbSbWf6szQ8PNSUc/vZy4vHaObo2slOnEub9kTdH48TXlL/F1MKGFLBxUXCB7Hp2g==}
peerDependencies:
webpack: ^4 || ^5
@@ -6962,8 +6957,8 @@ packages:
prosemirror-gapcursor@1.3.2:
resolution: {integrity: sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ==}
- prosemirror-highlight@0.9.0:
- resolution: {integrity: sha512-ujJ1M4JgHop8xZ1uyjFDDg8DkOfXC87tJMQAVDTgR9dQOsIv9MoSA6jGcP7xM84P0ecbu1bqVVe9fqbY2zJDSQ==}
+ prosemirror-highlight@0.11.0:
+ resolution: {integrity: sha512-DHgRa9HYLi+8tLLPLYKrKgUeUbNz7g43yNYb5M+8CH7/P9SOzrXnBj4EwKDmF87wUmb2E41/fYErveplH3TREw==}
peerDependencies:
'@types/hast': ^3.0.0
highlight.js: ^11.9.0
@@ -8001,12 +7996,12 @@ packages:
unlazy@0.12.1:
resolution: {integrity: sha512-NdUAiAzZpqYzwCKFPLcFoWqoodwMH3Ka1ETx38ll92ACJQ/r6XhgCdApFd135paNEKKFstU5fiKvqxxd7dPyqg==}
- unocss@0.64.1:
- resolution: {integrity: sha512-UTtK9TPneVht5r0cVEADS/N6970AoHhKvJKDkBPnk7OQdguIFPCykGyx4llukItzm0AoffGfwg5zQ+L8QJgupw==}
+ unocss@0.65.1:
+ resolution: {integrity: sha512-WK8EZlduulTcy2i1O4/hVPIYlgcztMbOqsIrxY18Hx1LXSkI5LgTl0FVEyf+xLcwqoUzt4VH2BWEEkzQ13+GAg==}
engines: {node: '>=14'}
peerDependencies:
- '@unocss/webpack': 0.64.1
- vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
+ '@unocss/webpack': 0.65.1
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
peerDependenciesMeta:
'@unocss/webpack':
optional: true
@@ -11414,17 +11409,14 @@ snapshots:
'@parcel/watcher-win32-ia32': 2.4.1
'@parcel/watcher-win32-x64': 2.4.1
- '@pinia/nuxt@0.7.0(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))':
+ '@pinia/nuxt@0.9.0(magicast@0.3.5)(pinia@2.2.6(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
pinia: 2.2.6(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- - '@vue/composition-api'
- magicast
- rollup
- supports-color
- - typescript
- - vue
'@pkgjs/parseargs@0.11.0':
optional: true
@@ -11583,7 +11575,7 @@ snapshots:
'@rollup/plugin-replace@5.0.7(rollup@3.29.4)':
dependencies:
'@rollup/pluginutils': 5.1.3(rollup@3.29.4)
- magic-string: 0.30.13
+ magic-string: 0.30.14
optionalDependencies:
rollup: 3.29.4
@@ -12262,11 +12254,11 @@ snapshots:
- rollup
- supports-color
- '@unocss/astro@0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@unocss/astro@0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@unocss/core': 0.64.1
- '@unocss/reset': 0.64.1
- '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/core': 0.65.1
+ '@unocss/reset': 0.65.1
+ '@unocss/vite': 0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
@@ -12274,18 +12266,18 @@ snapshots:
- supports-color
- vue
- '@unocss/cli@0.64.1(rollup@2.79.1)':
+ '@unocss/cli@0.65.1(rollup@2.79.1)':
dependencies:
'@ampproject/remapping': 2.3.0
'@rollup/pluginutils': 5.1.3(rollup@2.79.1)
- '@unocss/config': 0.64.1
- '@unocss/core': 0.64.1
- '@unocss/preset-uno': 0.64.1
+ '@unocss/config': 0.65.1
+ '@unocss/core': 0.65.1
+ '@unocss/preset-uno': 0.65.1
cac: 6.7.14
chokidar: 3.6.0
colorette: 2.0.20
consola: 3.2.3
- magic-string: 0.30.13
+ magic-string: 0.30.14
pathe: 1.1.2
perfect-debounce: 1.0.0
tinyglobby: 0.2.10
@@ -12293,13 +12285,6 @@ snapshots:
- rollup
- supports-color
- '@unocss/config@0.64.1':
- dependencies:
- '@unocss/core': 0.64.1
- unconfig: 0.5.5
- transitivePeerDependencies:
- - supports-color
-
'@unocss/config@0.65.1':
dependencies:
'@unocss/core': 0.65.1
@@ -12307,8 +12292,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@unocss/core@0.64.1': {}
-
'@unocss/core@0.65.1': {}
'@unocss/eslint-config@0.65.1(eslint@9.17.0(jiti@2.4.0))(typescript@5.6.2)':
@@ -12331,36 +12314,36 @@ snapshots:
- supports-color
- typescript
- '@unocss/extractor-arbitrary-variants@0.64.1':
+ '@unocss/extractor-arbitrary-variants@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
+ '@unocss/core': 0.65.1
- '@unocss/inspector@0.64.1(vue@3.5.4(typescript@5.6.2))':
+ '@unocss/inspector@0.65.1(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@unocss/core': 0.64.1
- '@unocss/rule-utils': 0.64.1
+ '@unocss/core': 0.65.1
+ '@unocss/rule-utils': 0.65.1
gzip-size: 6.0.0
sirv: 2.0.4
vue-flow-layout: 0.1.1(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- vue
- '@unocss/nuxt@0.64.1(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
+ '@unocss/nuxt@0.65.1(magicast@0.3.5)(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
- '@unocss/config': 0.64.1
- '@unocss/core': 0.64.1
- '@unocss/preset-attributify': 0.64.1
- '@unocss/preset-icons': 0.64.1
- '@unocss/preset-tagify': 0.64.1
- '@unocss/preset-typography': 0.64.1
- '@unocss/preset-uno': 0.64.1
- '@unocss/preset-web-fonts': 0.64.1
- '@unocss/preset-wind': 0.64.1
- '@unocss/reset': 0.64.1
- '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
- '@unocss/webpack': 0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
- unocss: 0.64.1(@unocss/webpack@0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/config': 0.65.1
+ '@unocss/core': 0.65.1
+ '@unocss/preset-attributify': 0.65.1
+ '@unocss/preset-icons': 0.65.1
+ '@unocss/preset-tagify': 0.65.1
+ '@unocss/preset-typography': 0.65.1
+ '@unocss/preset-uno': 0.65.1
+ '@unocss/preset-web-fonts': 0.65.1
+ '@unocss/preset-wind': 0.65.1
+ '@unocss/reset': 0.65.1
+ '@unocss/vite': 0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/webpack': 0.65.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
+ unocss: 0.65.1(@unocss/webpack@0.65.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- magicast
- postcss
@@ -12370,98 +12353,98 @@ snapshots:
- vue
- webpack
- '@unocss/postcss@0.64.1(postcss@8.4.49)':
+ '@unocss/postcss@0.65.1(postcss@8.4.49)':
dependencies:
- '@unocss/config': 0.64.1
- '@unocss/core': 0.64.1
- '@unocss/rule-utils': 0.64.1
+ '@unocss/config': 0.65.1
+ '@unocss/core': 0.65.1
+ '@unocss/rule-utils': 0.65.1
css-tree: 3.0.1
postcss: 8.4.49
tinyglobby: 0.2.10
transitivePeerDependencies:
- supports-color
- '@unocss/preset-attributify@0.64.1':
+ '@unocss/preset-attributify@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
+ '@unocss/core': 0.65.1
- '@unocss/preset-icons@0.64.1':
+ '@unocss/preset-icons@0.65.1':
dependencies:
'@iconify/utils': 2.1.33
- '@unocss/core': 0.64.1
+ '@unocss/core': 0.65.1
ofetch: 1.4.1
transitivePeerDependencies:
- supports-color
- '@unocss/preset-mini@0.64.1':
+ '@unocss/preset-mini@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
- '@unocss/extractor-arbitrary-variants': 0.64.1
- '@unocss/rule-utils': 0.64.1
+ '@unocss/core': 0.65.1
+ '@unocss/extractor-arbitrary-variants': 0.65.1
+ '@unocss/rule-utils': 0.65.1
- '@unocss/preset-tagify@0.64.1':
+ '@unocss/preset-tagify@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
+ '@unocss/core': 0.65.1
- '@unocss/preset-typography@0.64.1':
+ '@unocss/preset-typography@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
- '@unocss/preset-mini': 0.64.1
+ '@unocss/core': 0.65.1
+ '@unocss/preset-mini': 0.65.1
- '@unocss/preset-uno@0.64.1':
+ '@unocss/preset-uno@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
- '@unocss/preset-mini': 0.64.1
- '@unocss/preset-wind': 0.64.1
- '@unocss/rule-utils': 0.64.1
+ '@unocss/core': 0.65.1
+ '@unocss/preset-mini': 0.65.1
+ '@unocss/preset-wind': 0.65.1
+ '@unocss/rule-utils': 0.65.1
- '@unocss/preset-web-fonts@0.64.1':
+ '@unocss/preset-web-fonts@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
+ '@unocss/core': 0.65.1
ofetch: 1.4.1
- '@unocss/preset-wind@0.64.1':
+ '@unocss/preset-wind@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
- '@unocss/preset-mini': 0.64.1
- '@unocss/rule-utils': 0.64.1
+ '@unocss/core': 0.65.1
+ '@unocss/preset-mini': 0.65.1
+ '@unocss/rule-utils': 0.65.1
'@unocss/reset@0.50.8': {}
- '@unocss/reset@0.64.1': {}
+ '@unocss/reset@0.65.1': {}
- '@unocss/rule-utils@0.64.1':
+ '@unocss/rule-utils@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
- magic-string: 0.30.13
+ '@unocss/core': 0.65.1
+ magic-string: 0.30.14
- '@unocss/transformer-attributify-jsx@0.64.1':
+ '@unocss/transformer-attributify-jsx@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
+ '@unocss/core': 0.65.1
- '@unocss/transformer-compile-class@0.64.1':
+ '@unocss/transformer-compile-class@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
+ '@unocss/core': 0.65.1
- '@unocss/transformer-directives@0.64.1':
+ '@unocss/transformer-directives@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
- '@unocss/rule-utils': 0.64.1
+ '@unocss/core': 0.65.1
+ '@unocss/rule-utils': 0.65.1
css-tree: 3.0.1
- '@unocss/transformer-variant-group@0.64.1':
+ '@unocss/transformer-variant-group@0.65.1':
dependencies:
- '@unocss/core': 0.64.1
+ '@unocss/core': 0.65.1
- '@unocss/vite@0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@unocss/vite@0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@ampproject/remapping': 2.3.0
'@rollup/pluginutils': 5.1.3(rollup@2.79.1)
- '@unocss/config': 0.64.1
- '@unocss/core': 0.64.1
- '@unocss/inspector': 0.64.1(vue@3.5.4(typescript@5.6.2))
+ '@unocss/config': 0.65.1
+ '@unocss/core': 0.65.1
+ '@unocss/inspector': 0.65.1(vue@3.5.4(typescript@5.6.2))
chokidar: 3.6.0
- magic-string: 0.30.13
+ magic-string: 0.30.14
tinyglobby: 0.2.10
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
@@ -12469,14 +12452,14 @@ snapshots:
- supports-color
- vue
- '@unocss/webpack@0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))':
+ '@unocss/webpack@0.65.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
'@ampproject/remapping': 2.3.0
'@rollup/pluginutils': 5.1.3(rollup@2.79.1)
- '@unocss/config': 0.64.1
- '@unocss/core': 0.64.1
+ '@unocss/config': 0.65.1
+ '@unocss/core': 0.65.1
chokidar: 3.6.0
- magic-string: 0.30.13
+ magic-string: 0.30.14
tinyglobby: 0.2.10
unplugin: 1.16.0
webpack: 5.89.0(esbuild@0.23.1)
@@ -17573,7 +17556,7 @@ snapshots:
prosemirror-state: 1.4.3
prosemirror-view: 1.32.7
- prosemirror-highlight@0.9.0(@types/hast@3.0.4)(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.8.0)(prosemirror-view@1.32.7)(shiki@1.22.2):
+ prosemirror-highlight@0.11.0(@types/hast@3.0.4)(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.8.0)(prosemirror-view@1.32.7)(shiki@1.22.2):
optionalDependencies:
'@types/hast': 3.0.4
prosemirror-model: 1.19.4
@@ -17924,7 +17907,7 @@ snapshots:
rollup-plugin-dts@5.3.0(rollup@3.29.4)(typescript@5.6.2):
dependencies:
- magic-string: 0.30.13
+ magic-string: 0.30.14
rollup: 3.29.4
typescript: 5.6.2
optionalDependencies:
@@ -18677,7 +18660,7 @@ snapshots:
globby: 13.2.2
hookable: 5.5.3
jiti: 1.21.6
- magic-string: 0.30.13
+ magic-string: 0.30.14
mkdist: 1.2.0(typescript@5.6.2)
mlly: 1.7.3
mri: 1.2.0
@@ -18904,27 +18887,27 @@ snapshots:
dependencies:
'@unlazy/core': 0.12.1
- unocss@0.64.1(@unocss/webpack@0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2)):
- dependencies:
- '@unocss/astro': 0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
- '@unocss/cli': 0.64.1(rollup@2.79.1)
- '@unocss/core': 0.64.1
- '@unocss/postcss': 0.64.1(postcss@8.4.49)
- '@unocss/preset-attributify': 0.64.1
- '@unocss/preset-icons': 0.64.1
- '@unocss/preset-mini': 0.64.1
- '@unocss/preset-tagify': 0.64.1
- '@unocss/preset-typography': 0.64.1
- '@unocss/preset-uno': 0.64.1
- '@unocss/preset-web-fonts': 0.64.1
- '@unocss/preset-wind': 0.64.1
- '@unocss/transformer-attributify-jsx': 0.64.1
- '@unocss/transformer-compile-class': 0.64.1
- '@unocss/transformer-directives': 0.64.1
- '@unocss/transformer-variant-group': 0.64.1
- '@unocss/vite': 0.64.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ unocss@0.65.1(@unocss/webpack@0.65.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.49)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2)):
+ dependencies:
+ '@unocss/astro': 0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/cli': 0.65.1(rollup@2.79.1)
+ '@unocss/core': 0.65.1
+ '@unocss/postcss': 0.65.1(postcss@8.4.49)
+ '@unocss/preset-attributify': 0.65.1
+ '@unocss/preset-icons': 0.65.1
+ '@unocss/preset-mini': 0.65.1
+ '@unocss/preset-tagify': 0.65.1
+ '@unocss/preset-typography': 0.65.1
+ '@unocss/preset-uno': 0.65.1
+ '@unocss/preset-web-fonts': 0.65.1
+ '@unocss/preset-wind': 0.65.1
+ '@unocss/transformer-attributify-jsx': 0.65.1
+ '@unocss/transformer-compile-class': 0.65.1
+ '@unocss/transformer-directives': 0.65.1
+ '@unocss/transformer-variant-group': 0.65.1
+ '@unocss/vite': 0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
- '@unocss/webpack': 0.64.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
+ '@unocss/webpack': 0.65.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- postcss
From 3eb0d1beae7af6b63dc8aeedb393bce123a36255 Mon Sep 17 00:00:00 2001
From: Clovis
Date: Mon, 16 Dec 2024 16:43:09 +0100
Subject: [PATCH 025/101] fix: more menu is not opening on click (#3090)
Co-authored-by: Clovis
(cherry picked from commit 7a52a6122afaac55b5d5979b24609e1caf842e75)
---
components/nav/button/MoreMenu.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/nav/button/MoreMenu.vue b/components/nav/button/MoreMenu.vue
index a694c5aa7..4c31db3d6 100644
--- a/components/nav/button/MoreMenu.vue
+++ b/components/nav/button/MoreMenu.vue
@@ -1,10 +1,10 @@
From f4a82bd374f688f73e5ce02ffbba89b59720ca93 Mon Sep 17 00:00:00 2001
From: "@beer" <47961062+iiio2@users.noreply.github.com>
Date: Sat, 4 Jan 2025 12:15:25 +0600
Subject: [PATCH 042/101] chore(utils): remove unnecessary `await` (#3124)
(cherry picked from commit 154fdaaad95c5dd57d056c08f2986a7f1f068f4a)
---
server/utils/shared.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/utils/shared.ts b/server/utils/shared.ts
index e457566ed..eb018c910 100644
--- a/server/utils/shared.ts
+++ b/server/utils/shared.ts
@@ -92,7 +92,7 @@ export async function deleteApp(server: string) {
export async function listServers() {
const keys = await storage.getKeys('servers:v3:')
const servers = new Set()
- for await (const key of keys) {
+ for (const key of keys) {
const id = key.split(':')[2]
if (id)
servers.add(id.toLocaleLowerCase())
From 8ed2a2c05b89e5e9d743278afa108e15d30868b9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 6 Jan 2025 16:50:40 +0900
Subject: [PATCH 043/101] chore(deps): update pnpm to v9.15.3 (#3128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 7198e1e61860ef210f1c65943fef0676d51dd9b7)
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index b52ce7e87..75b9d3a90 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@nimbus-town/nimbus",
"type": "module",
"version": "0.15.1",
- "packageManager": "pnpm@9.15.2",
+ "packageManager": "pnpm@9.15.3",
"license": "MIT",
"homepage": "https://github.com/nimbus-town/nimbus",
"main": "./nuxt.config.ts",
From 06324602e58ad04bcc02a3c5d8385467ec7c8dcd Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 6 Jan 2025 16:50:54 +0900
Subject: [PATCH 044/101] fix(deps): update dependency happy-dom to v16 (#3129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 29761c6b10633d3a0a0a75fab052dade5cdf7c50)
---
package.json | 2 +-
pnpm-lock.yaml | 279 +++++++++++++++++++++++++++++++------------------
2 files changed, 180 insertions(+), 101 deletions(-)
diff --git a/package.json b/package.json
index 75b9d3a90..20d010c22 100644
--- a/package.json
+++ b/package.json
@@ -78,7 +78,7 @@
"form-data": "^4.0.0",
"fuse.js": "^7.0.0",
"github-reserved-names": "^2.0.4",
- "happy-dom": "^15.0.0",
+ "happy-dom": "^16.0.0",
"idb-keyval": "^6.2.1",
"ignore-dependency-scripts": "^1.0.1",
"iso-639-1": "^3.0.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a3308767b..274c2ff7e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -39,7 +39,7 @@ importers:
version: 1.5.2(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxt/test-utils':
specifier: ^3.14.3
- version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxtjs/color-mode':
specifier: ^3.4.4
version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
@@ -155,8 +155,8 @@ importers:
specifier: ^2.0.4
version: 2.0.4
happy-dom:
- specifier: ^15.0.0
- version: 15.10.2
+ specifier: ^16.0.0
+ version: 16.3.0
idb-keyval:
specifier: ^6.2.1
version: 6.2.1
@@ -259,7 +259,7 @@ importers:
devDependencies:
'@antfu/eslint-config':
specifier: ^3.12.1
- version: 3.12.1(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
+ version: 3.12.1(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
'@antfu/ni':
specifier: ^0.23.2
version: 0.23.2
@@ -337,7 +337,7 @@ importers:
version: 5.6.2
vitest:
specifier: 2.1.8
- version: 2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0)
+ version: 2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0)
vue-tsc:
specifier: ^2.1.6
version: 2.1.6(typescript@5.6.2)
@@ -350,10 +350,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
nuxt:
specifier: ^3.14.1592
- version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3)
packages:
@@ -5695,8 +5695,8 @@ packages:
h3@1.13.0:
resolution: {integrity: sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==}
- happy-dom@15.10.2:
- resolution: {integrity: sha512-NbA5XrSovenJIIcfixCREX3ZnV7yHP4phhbfuxxf4CPn+LZpz/jIM9EqJ2DrPwgVDSMoAKH3pZwQvkbsSiCrUw==}
+ happy-dom@16.3.0:
+ resolution: {integrity: sha512-Q71RaIhyS21vhW17Tpa5W36yqQXIlE1TZ0A0Gguts8PShUSQE/7fBgxYGxgm3+5y0gF6afdlAVHLQqgrIcfRzg==}
engines: {node: '>=18.0.0'}
has-bigints@1.0.2:
@@ -9251,7 +9251,7 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@3.12.1(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
+ '@antfu/eslint-config@3.12.1(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
'@antfu/install-pkg': 0.5.0
'@clack/prompts': 0.9.0
@@ -9260,7 +9260,7 @@ snapshots:
'@stylistic/eslint-plugin': 2.12.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
'@typescript-eslint/eslint-plugin': 8.18.2(@typescript-eslint/parser@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
'@typescript-eslint/parser': 8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- '@vitest/eslint-plugin': 1.1.21(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))
+ '@vitest/eslint-plugin': 1.1.21(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
eslint: 9.17.0(jiti@2.4.2)
eslint-config-flat-gitignore: 0.3.0(eslint@9.17.0(jiti@2.4.2))
eslint-flat-config-utils: 0.4.0
@@ -10796,10 +10796,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.2))':
+ '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.7.2)
'@img/sharp-darwin-arm64@0.33.5':
optionalDependencies:
@@ -11073,17 +11073,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.2))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -11127,10 +11127,10 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -11141,10 +11141,10 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.7.2))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -11156,11 +11156,11 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)(webpack-sources@3.2.3)
ufo: 1.5.4
transitivePeerDependencies:
@@ -11172,13 +11172,13 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
+ '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.7.2))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
consola: 3.3.3
defu: 6.1.4
destr: 2.0.3
@@ -11403,13 +11403,13 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@antfu/utils': 0.7.10
'@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)
'@nuxt/devtools-wizard': 1.6.0
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.3.3
@@ -11742,7 +11742,7 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@nuxt/schema': 3.13.2(rollup@2.79.1)(webpack-sources@3.2.3)
@@ -11769,13 +11769,13 @@ snapshots:
unenv: 1.10.0
unplugin: 1.14.1(webpack-sources@3.2.3)
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
vue: 3.5.4(typescript@5.6.2)
vue-router: 4.5.0(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
'@vue/test-utils': 2.4.6
- happy-dom: 15.10.2
- vitest: 2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0)
+ happy-dom: 16.3.0
+ vitest: 2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0)
transitivePeerDependencies:
- magicast
- rollup
@@ -11842,12 +11842,12 @@ snapshots:
- vue-tsc
- webpack-sources
- '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@rollup/plugin-replace': 6.0.1(rollup@4.24.4)
- '@vitejs/plugin-vue': 5.2.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
- '@vitejs/plugin-vue-jsx': 4.1.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@vitejs/plugin-vue': 5.2.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))
+ '@vitejs/plugin-vue-jsx': 4.1.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))
autoprefixer: 10.4.20(postcss@8.4.49)
clear: 0.1.0
consola: 3.3.3
@@ -11876,8 +11876,8 @@ snapshots:
unplugin: 1.16.0
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vite-node: 2.1.8(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
- vue: 3.5.4(typescript@5.6.2)
+ vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))
+ vue: 3.5.4(typescript@5.7.2)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
- '@biomejs/biome'
@@ -13047,14 +13047,14 @@ snapshots:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
- '@unhead/vue@1.11.11(vue@3.5.4(typescript@5.6.2))':
+ '@unhead/vue@1.11.11(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@unhead/schema': 1.11.11
'@unhead/shared': 1.11.11
defu: 6.1.4
hookable: 5.5.3
unhead: 1.11.11
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.7.2)
'@unhead/vue@1.11.6(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -13065,6 +13065,15 @@ snapshots:
unhead: 1.11.6
vue: 3.5.4(typescript@5.6.2)
+ '@unhead/vue@1.11.6(vue@3.5.4(typescript@5.7.2))':
+ dependencies:
+ '@unhead/schema': 1.11.6
+ '@unhead/shared': 1.11.6
+ defu: 6.1.4
+ hookable: 5.5.3
+ unhead: 1.11.6
+ vue: 3.5.4(typescript@5.7.2)
+
'@unlazy/core@0.12.1': {}
'@unlazy/nuxt@0.12.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
@@ -13366,13 +13375,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.1.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@vitejs/plugin-vue-jsx@4.1.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@babel/core': 7.26.0
'@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0)
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.7.2)
transitivePeerDependencies:
- supports-color
@@ -13381,18 +13390,18 @@ snapshots:
vite: 5.4.5(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
- '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))':
dependencies:
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.7.2)
- '@vitest/eslint-plugin@1.1.21(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))':
+ '@vitest/eslint-plugin@1.1.21(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
'@typescript-eslint/utils': 8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
eslint: 9.17.0(jiti@2.4.2)
optionalDependencies:
typescript: 5.6.2
- vitest: 2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0)
+ vitest: 2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0)
'@vitest/expect@2.1.8':
dependencies:
@@ -13525,7 +13534,7 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
+ '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
@@ -13534,7 +13543,7 @@ snapshots:
local-pkg: 0.5.0
magic-string-ast: 0.6.2
optionalDependencies:
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.7.2)
transitivePeerDependencies:
- rollup
@@ -13923,6 +13932,18 @@ snapshots:
transitivePeerDependencies:
- vite
+ '@vue/devtools-core@7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))':
+ dependencies:
+ '@vue/devtools-kit': 7.4.4
+ '@vue/devtools-shared': 7.4.5
+ mitt: 3.0.1
+ nanoid: 3.3.7
+ pathe: 1.1.2
+ vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
+ vue: 3.5.4(typescript@5.7.2)
+ transitivePeerDependencies:
+ - vite
+
'@vue/devtools-kit@7.4.4':
dependencies:
'@vue/devtools-shared': 7.4.5
@@ -13963,6 +13984,20 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
+ '@vue/language-core@2.1.6(typescript@5.7.2)':
+ dependencies:
+ '@volar/language-core': 2.4.4
+ '@vue/compiler-dom': 3.5.4
+ '@vue/compiler-vue2': 2.7.16
+ '@vue/shared': 3.5.4
+ computeds: 0.0.1
+ minimatch: 9.0.5
+ muggle-string: 0.4.1
+ path-browserify: 1.0.1
+ optionalDependencies:
+ typescript: 5.7.2
+ optional: true
+
'@vue/reactivity@3.5.4':
dependencies:
'@vue/shared': 3.5.4
@@ -13985,6 +14020,12 @@ snapshots:
'@vue/shared': 3.5.4
vue: 3.5.4(typescript@5.6.2)
+ '@vue/server-renderer@3.5.4(vue@3.5.4(typescript@5.7.2))':
+ dependencies:
+ '@vue/compiler-ssr': 3.5.4
+ '@vue/shared': 3.5.4
+ vue: 3.5.4(typescript@5.7.2)
+
'@vue/shared@3.5.12': {}
'@vue/shared@3.5.13': {}
@@ -14018,22 +14059,22 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 11.2.0
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.7.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.13.0
- '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.7.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -14046,13 +14087,13 @@ snapshots:
vue: 3.5.4(typescript@5.6.2)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@unhead/dom': 1.11.6
'@unhead/schema': 1.11.6
'@unhead/ssr': 1.11.6
- '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.6.2))
- vue: 3.5.4(typescript@5.6.2)
+ '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.7.2))
+ vue: 3.5.4(typescript@5.7.2)
'@vueuse/integrations@11.0.3(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -14068,11 +14109,11 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.2))':
dependencies:
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.7.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
optionalDependencies:
change-case: 5.4.4
focus-trap: 7.6.0
@@ -14132,14 +14173,14 @@ snapshots:
- vue
- webpack-sources
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3)
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -14162,16 +14203,16 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.7.2))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.7.2))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -16209,9 +16250,8 @@ snapshots:
uncrypto: 0.1.3
unenv: 1.10.0
- happy-dom@15.10.2:
+ happy-dom@16.3.0:
dependencies:
- entities: 4.5.0
webidl-conversions: 7.0.0
whatwg-mimetype: 3.0.0
@@ -17468,7 +17508,7 @@ snapshots:
neo-async@2.6.2: {}
- nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3):
+ nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.2)(webpack-sources@3.2.3):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -17517,7 +17557,7 @@ snapshots:
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
- openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.2)
+ openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.7.2)
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.2.1
@@ -17867,9 +17907,9 @@ snapshots:
- supports-color
- webpack-sources
- nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3):
dependencies:
- '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.2))
+ '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.7.2))
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
transitivePeerDependencies:
@@ -18012,18 +18052,18 @@ snapshots:
- webpack-sources
- xml2js
- nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3):
+ nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@unhead/dom': 1.11.11
'@unhead/shared': 1.11.11
'@unhead/ssr': 1.11.11
- '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.6.2))
+ '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.7.2))
'@vue/shared': 3.5.13
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
@@ -18049,7 +18089,7 @@ snapshots:
magic-string: 0.30.14
mlly: 1.7.3
nanotar: 0.1.1
- nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3)
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.2)(webpack-sources@3.2.3)
nuxi: 3.15.0
nypm: 0.3.12
ofetch: 1.4.1
@@ -18071,13 +18111,13 @@ snapshots:
unhead: 1.11.11
unimport: 3.14.4(rollup@4.24.4)
unplugin: 1.16.0
- unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.7.2)))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
unstorage: 1.14.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.1
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.7.2)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.7.2))
optionalDependencies:
'@parcel/watcher': 2.4.1
'@types/node': 22.9.0
@@ -18249,6 +18289,18 @@ snapshots:
transitivePeerDependencies:
- encoding
+ openapi-typescript@7.4.2(encoding@0.1.13)(typescript@5.7.2):
+ dependencies:
+ '@redocly/openapi-core': 1.25.11(encoding@0.1.13)(supports-color@9.4.0)
+ ansi-colors: 4.1.3
+ change-case: 5.4.4
+ parse-json: 8.1.0
+ supports-color: 9.4.0
+ typescript: 5.7.2
+ yargs-parser: 21.1.1
+ transitivePeerDependencies:
+ - encoding
+
optionator@0.9.3:
dependencies:
'@aashutoshrathi/word-wrap': 1.2.6
@@ -20475,11 +20527,11 @@ snapshots:
- vue
- webpack-sources
- unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.7.2)))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3):
dependencies:
'@babel/types': 7.25.6
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
- '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -20492,7 +20544,7 @@ snapshots:
unplugin: 1.14.1(webpack-sources@3.2.3)
yaml: 2.5.0
optionalDependencies:
- vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
+ vue-router: 4.4.5(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- rollup
- vue
@@ -20711,7 +20763,7 @@ snapshots:
- supports-color
- terser
- vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
+ vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.5(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
dependencies:
'@babel/code-frame': 7.24.7
ansi-escapes: 4.3.2
@@ -20723,7 +20775,7 @@ snapshots:
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.5(@types/node@22.9.0)(terser@5.36.0)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.8
@@ -20734,7 +20786,7 @@ snapshots:
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
- vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.5(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
+ vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2)):
dependencies:
'@babel/code-frame': 7.24.7
ansi-escapes: 4.3.2
@@ -20746,7 +20798,7 @@ snapshots:
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
- vite: 5.4.5(@types/node@22.9.0)(terser@5.36.0)
+ vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.8
@@ -20754,8 +20806,8 @@ snapshots:
optionalDependencies:
eslint: 9.17.0(jiti@2.4.2)
optionator: 0.9.3
- typescript: 5.6.2
- vue-tsc: 2.1.6(typescript@5.6.2)
+ typescript: 5.7.2
+ vue-tsc: 2.1.6(typescript@5.7.2)
vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
@@ -20872,9 +20924,9 @@ snapshots:
fsevents: 2.3.3
terser: 5.36.0
- vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
- '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@15.10.2)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@cucumber/cucumber'
- '@jest/globals'
@@ -20896,7 +20948,7 @@ snapshots:
- vue-router
- webpack-sources
- vitest@2.1.8(@types/node@22.9.0)(happy-dom@15.10.2)(terser@5.36.0):
+ vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0):
dependencies:
'@vitest/expect': 2.1.8
'@vitest/mocker': 2.1.8(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
@@ -20920,7 +20972,7 @@ snapshots:
why-is-node-running: 2.3.0
optionalDependencies:
'@types/node': 22.9.0
- happy-dom: 15.10.2
+ happy-dom: 16.3.0
transitivePeerDependencies:
- less
- lightningcss
@@ -20987,6 +21039,10 @@ snapshots:
dependencies:
vue: 3.5.4(typescript@5.6.2)
+ vue-demi@0.14.10(vue@3.5.4(typescript@5.7.2)):
+ dependencies:
+ vue: 3.5.4(typescript@5.7.2)
+
vue-devtools-stub@0.1.0: {}
vue-eslint-parser@9.4.3(eslint@9.17.0(jiti@2.4.2)):
@@ -21026,6 +21082,11 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.2)
+ vue-router@4.4.5(vue@3.5.4(typescript@5.7.2)):
+ dependencies:
+ '@vue/devtools-api': 6.6.4
+ vue: 3.5.4(typescript@5.7.2)
+
vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@vue/devtools-api': 6.6.4
@@ -21043,6 +21104,14 @@ snapshots:
semver: 7.6.3
typescript: 5.6.2
+ vue-tsc@2.1.6(typescript@5.7.2):
+ dependencies:
+ '@volar/typescript': 2.4.4
+ '@vue/language-core': 2.1.6(typescript@5.7.2)
+ semver: 7.6.3
+ typescript: 5.7.2
+ optional: true
+
vue-virtual-scroller@2.0.0-beta.8(vue@3.5.4(typescript@5.6.2)):
dependencies:
mitt: 2.1.0
@@ -21060,6 +21129,16 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
+ vue@3.5.4(typescript@5.7.2):
+ dependencies:
+ '@vue/compiler-dom': 3.5.4
+ '@vue/compiler-sfc': 3.5.4
+ '@vue/runtime-dom': 3.5.4
+ '@vue/server-renderer': 3.5.4(vue@3.5.4(typescript@5.7.2))
+ '@vue/shared': 3.5.4
+ optionalDependencies:
+ typescript: 5.7.2
+
w3c-keyname@2.2.8: {}
watchpack@2.4.2:
From 28ad2ef333846b46f5f68d1e534a16bd614a830f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 7 Jan 2025 22:35:12 +0000
Subject: [PATCH 045/101] fix(deps): update vueuse to v12 (major) (#3095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 9a5497e318c3bf6bcf84d2a1d3ea3bf32189bf46)
---
package.json | 8 +-
pnpm-lock.yaml | 330 ++++++++++++++++++++++++++++++++++---------------
2 files changed, 236 insertions(+), 102 deletions(-)
diff --git a/package.json b/package.json
index 20d010c22..b63db23af 100644
--- a/package.json
+++ b/package.json
@@ -61,12 +61,12 @@
"@upstash/redis": "^1.27.1",
"@vercel/kv": "^3.0.0",
"@vue-macros/nuxt": "^1.11.12",
- "@vueuse/core": "^11.0.3",
+ "@vueuse/core": "^12.0.0",
"@vueuse/gesture": "^2.0.0",
- "@vueuse/integrations": "^11.0.3",
- "@vueuse/math": "^11.0.3",
+ "@vueuse/integrations": "^12.0.0",
+ "@vueuse/math": "^12.0.0",
"@vueuse/motion": "2.2.6",
- "@vueuse/nuxt": "^11.0.3",
+ "@vueuse/nuxt": "^12.0.0",
"blurhash": "^2.0.5",
"browser-fs-access": "^0.35.0",
"cheerio": "^1.0.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 274c2ff7e..da3aa80d8 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -102,25 +102,25 @@ importers:
version: 3.0.0
'@vue-macros/nuxt':
specifier: ^1.11.12
- version: 1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
+ version: 1.11.12(@vueuse/core@12.3.0(typescript@5.6.2))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
'@vueuse/core':
- specifier: ^11.0.3
- version: 11.0.3(vue@3.5.4(typescript@5.6.2))
+ specifier: ^12.0.0
+ version: 12.3.0(typescript@5.6.2)
'@vueuse/gesture':
specifier: ^2.0.0
version: 2.0.0(vue@3.5.4(typescript@5.6.2))
'@vueuse/integrations':
- specifier: ^11.0.3
- version: 11.0.3(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))
+ specifier: ^12.0.0
+ version: 12.3.0(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(typescript@5.6.2)
'@vueuse/math':
- specifier: ^11.0.3
- version: 11.0.3(vue@3.5.4(typescript@5.6.2))
+ specifier: ^12.0.0
+ version: 12.3.0(typescript@5.6.2)
'@vueuse/motion':
specifier: 2.2.6
version: 2.2.6(magicast@0.3.5)(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@vueuse/nuxt':
- specifier: ^11.0.3
- version: 11.0.3(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ specifier: ^12.0.0
+ version: 12.3.0(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)
blurhash:
specifier: ^2.0.5
version: 2.0.5
@@ -141,7 +141,7 @@ importers:
version: 2.0.5
floating-vue:
specifier: ^5.2.2
- version: 5.2.2(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(vue@3.5.4(typescript@5.6.2))
+ version: 5.2.2(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(vue@3.5.4(typescript@5.6.2))
focus-trap:
specifier: ^7.5.1
version: 7.5.4
@@ -207,7 +207,7 @@ importers:
version: 0.10.0(vue@3.5.4(typescript@5.6.2))
stale-dep:
specifier: ^0.7.0
- version: 0.7.0(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(@nuxt/schema@3.14.1592(magicast@0.3.5)(rollup@2.79.1))
+ version: 0.7.0(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(@nuxt/schema@3.15.1)
std-env:
specifier: ^3.7.0
version: 3.7.0
@@ -1126,6 +1126,10 @@ packages:
resolution: {integrity: sha512-i2VbegsRfwa9yq3xmfDX3tG2yh9K0cCqwpSyVG2nPxifh0EOnucAZUeO/g4lW2Zfg03aPJNtPfxQbDHzXc7H+w==}
engines: {node: '>=6.9.0'}
+ '@babel/standalone@7.26.4':
+ resolution: {integrity: sha512-SF+g7S2mhTT1b7CHyfNjDkPU1corxg4LPYsyP0x5KuCl+EbtBQHRLqr9N3q7e7+x7NQ5LYxQf8mJ2PmzebLr0A==}
+ engines: {node: '>=6.9.0'}
+
'@babel/template@7.25.0':
resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==}
engines: {node: '>=6.9.0'}
@@ -1150,6 +1154,10 @@ packages:
resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==}
engines: {node: '>=6.9.0'}
+ '@babel/types@7.26.3':
+ resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==}
+ engines: {node: '>=6.9.0'}
+
'@canvas/image-data@1.0.0':
resolution: {integrity: sha512-BxOqI5LgsIQP1odU5KMwV9yoijleOPzHL18/YvNqF9KFSGF2K/DLlYAbDQsWqd/1nbaFuSkYD/191dpMtNh4vw==}
@@ -2347,6 +2355,10 @@ packages:
resolution: {integrity: sha512-r9r8bISBBisvfcNgNL3dSIQHSBe0v5YkX5zwNblIC2T0CIEgxEVoM5rq9O5wqgb5OEydsHTtT2hL57vdv6VT2w==}
engines: {node: ^14.18.0 || >=16.10.0}
+ '@nuxt/kit@3.15.1':
+ resolution: {integrity: sha512-7cVWjzfz3L6CsZrg6ppDZa7zGrZxCSfZjEQDIvVFn4mFKtJlK9k2izf5EewL6luzWwIQojkZAC3iq/1wtgI0Xw==}
+ engines: {node: '>=18.20.5'}
+
'@nuxt/schema@3.13.1':
resolution: {integrity: sha512-ishbhzVGspjshG9AG0hYnKYY6LWXzCtua7OXV7C/DQ2yA7rRcy1xHpzKZUDbIRyxCHHCAcBd8jfHEUmEuhEPrA==}
engines: {node: ^14.18.0 || >=16.10.0}
@@ -2363,6 +2375,10 @@ packages:
resolution: {integrity: sha512-A1d/08ueX8stTXNkvGqnr1eEXZgvKn+vj6s7jXhZNWApUSqMgItU4VK28vrrdpKbjIPwq2SwhnGOHUYvN9HwCQ==}
engines: {node: ^14.18.0 || >=16.10.0}
+ '@nuxt/schema@3.15.1':
+ resolution: {integrity: sha512-n5kOHt8uUyUM9z4Wu/8tIZkBYh3KTCGvyruG6oD9bfeT4OaS21+X3M7XsTXFMe+eYBZA70IFFlWn1JJZIPsKeA==}
+ engines: {node: ^14.18.0 || >=16.10.0}
+
'@nuxt/telemetry@2.6.0':
resolution: {integrity: sha512-h4YJ1d32cU7tDKjjhjtIIEck4WF/w3DTQBT348E9Pz85YLttnLqktLM0Ez9Xc2LzCeUgBDQv1el7Ob/zT3KUqg==}
hasBin: true
@@ -3849,12 +3865,12 @@ packages:
'@vueuse/core@10.10.0':
resolution: {integrity: sha512-vexJ/YXYs2S42B783rI95lMt3GzEwkxzC8Hb0Ndpd8rD+p+Lk/Za4bd797Ym7yq4jXqdSyj3JLChunF/vyYjUw==}
- '@vueuse/core@11.0.3':
- resolution: {integrity: sha512-RENlh64+SYA9XMExmmH1a3TPqeIuJBNNB/63GT35MZI+zpru3oMRUA6cEFr9HmGqEgUisurwGwnIieF6qu3aXw==}
-
'@vueuse/core@11.2.0':
resolution: {integrity: sha512-JIUwRcOqOWzcdu1dGlfW04kaJhW3EXnnjJJfLTtddJanymTL7lF1C0+dVVZ/siLfc73mWn+cGP1PE1PKPruRSA==}
+ '@vueuse/core@12.3.0':
+ resolution: {integrity: sha512-cnV8QDKZrsyKC7tWjPbeEUz2cD9sa9faxF2YkR8QqNwfofgbOhmfIgvSYmkp+ttSvfOw4E6hLcQx15mRPr0yBA==}
+
'@vueuse/core@9.13.0':
resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
@@ -3872,8 +3888,8 @@ packages:
peerDependencies:
vue: ^3.5.4
- '@vueuse/integrations@11.0.3':
- resolution: {integrity: sha512-w6CDisaxs19S5Fd+NPPLFaA3GoX5gxuxrbTTBu0EYap7oH13w75L6C/+7e9mcoF9akhcR6GyYajwVMQEjdapJg==}
+ '@vueuse/integrations@11.2.0':
+ resolution: {integrity: sha512-zGXz3dsxNHKwiD9jPMvR3DAxQEOV6VWIEYTGVSB9PNpk4pTWR+pXrHz9gvXWcP2sTk3W2oqqS6KwWDdntUvNVA==}
peerDependencies:
async-validator: ^4
axios: ^1
@@ -3913,8 +3929,8 @@ packages:
universal-cookie:
optional: true
- '@vueuse/integrations@11.2.0':
- resolution: {integrity: sha512-zGXz3dsxNHKwiD9jPMvR3DAxQEOV6VWIEYTGVSB9PNpk4pTWR+pXrHz9gvXWcP2sTk3W2oqqS6KwWDdntUvNVA==}
+ '@vueuse/integrations@12.3.0':
+ resolution: {integrity: sha512-Ha42DSxc87BIf4JONUNammWod5X7iaUVqpYohMgzpDYBjAxhmhWtsMCcFpfUMXZYiMaS2xltUEiRldSXC9kmGw==}
peerDependencies:
async-validator: ^4
axios: ^1
@@ -3954,18 +3970,18 @@ packages:
universal-cookie:
optional: true
- '@vueuse/math@11.0.3':
- resolution: {integrity: sha512-H/m1Sennupp7t4dm+GixjtREqqwEsXtp4uVwAHfwxrWvBSID0SgSdwpks+2PQCbz8qtpWjLEsx4CvXAFn/u8ww==}
+ '@vueuse/math@12.3.0':
+ resolution: {integrity: sha512-PblV/sohRCf/230BF6didqJhHn6gVlj2V6QdcjrK5YDFqaFKMW9BW+6kCqYkHCRKjauJ+Z6y9FUR8swX3/v2MQ==}
'@vueuse/metadata@10.10.0':
resolution: {integrity: sha512-UNAo2sTCAW5ge6OErPEHb5z7NEAg3XcO9Cj7OK45aZXfLLH1QkexDcZD77HBi5zvEiLOm1An+p/4b5K3Worpug==}
- '@vueuse/metadata@11.0.3':
- resolution: {integrity: sha512-+FtbO4SD5WpsOcQTcC0hAhNlOid6QNLzqedtquTtQ+CRNBoAt9GuV07c6KNHK1wCmlq8DFPwgiLF2rXwgSHX5Q==}
-
'@vueuse/metadata@11.2.0':
resolution: {integrity: sha512-L0ZmtRmNx+ZW95DmrgD6vn484gSpVeRbgpWevFKXwqqQxW9hnSi2Ppuh2BzMjnbv4aJRiIw8tQatXT9uOB23dQ==}
+ '@vueuse/metadata@12.3.0':
+ resolution: {integrity: sha512-M/iQHHjMffOv2npsw2ihlUx1CTiBwPEgb7DzByLq7zpg1+Ke8r7s9p5ybUWc5OIeGewtpY4Xy0R2cKqFqM8hFg==}
+
'@vueuse/metadata@9.13.0':
resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
@@ -3974,25 +3990,25 @@ packages:
peerDependencies:
vue: ^3.5.4
- '@vueuse/nuxt@11.0.3':
- resolution: {integrity: sha512-1tZGM9lvFl6HqmSQNM6hsHbAzLkBitoh8RsVC8kIG/93d3Pb5dEqUdt1k+OfHyR8V2rfSOwCfJx+wlUTlY0A2g==}
+ '@vueuse/nuxt@11.2.0':
+ resolution: {integrity: sha512-4Mp1SXpXy8KRKY7lJqN4AuiMkun9IUVGt02t2SBk1hf/RVe4U6AIR2ukmHws0uYvjIGIhlGNv4o6ayTK/7ELWQ==}
peerDependencies:
nuxt: ^3.0.0
- '@vueuse/nuxt@11.2.0':
- resolution: {integrity: sha512-4Mp1SXpXy8KRKY7lJqN4AuiMkun9IUVGt02t2SBk1hf/RVe4U6AIR2ukmHws0uYvjIGIhlGNv4o6ayTK/7ELWQ==}
+ '@vueuse/nuxt@12.3.0':
+ resolution: {integrity: sha512-xlpYIroHvdrwyZRHvXKekdFLH0IIPaOLKkt8VcVFZLHC3CgPiiwqGDK2Uvea8Hb51zhTWodYpd5Y2jCcsjZmBw==}
peerDependencies:
nuxt: ^3.0.0
'@vueuse/shared@10.10.0':
resolution: {integrity: sha512-2aW33Ac0Uk0U+9yo3Ypg9s5KcR42cuehRWl7vnUHadQyFvCktseyxxEPBi1Eiq4D2yBGACOnqLZpx1eMc7g5Og==}
- '@vueuse/shared@11.0.3':
- resolution: {integrity: sha512-0rY2m6HS5t27n/Vp5cTDsKTlNnimCqsbh/fmT2LgE+aaU42EMfXo8+bNX91W9I7DDmxfuACXMmrd7d79JxkqWA==}
-
'@vueuse/shared@11.2.0':
resolution: {integrity: sha512-VxFjie0EanOudYSgMErxXfq6fo8vhr5ICI+BuE3I9FnX7ePllEsVrRQ7O6Q1TLgApeLuPKcHQxAXpP+KnlrJsg==}
+ '@vueuse/shared@12.3.0':
+ resolution: {integrity: sha512-X3YD35GUeW0d5Gajcwv9jdLAJTV2Jdb/Ll6Ii2JIYcKLYZqv5wxyLeKtiQkqWmHg3v0J0ZWjDUMVOw2E7RCXfA==}
+
'@vueuse/shared@9.13.0':
resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
@@ -5857,6 +5873,10 @@ packages:
resolution: {integrity: sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==}
engines: {node: '>= 4'}
+ ignore@7.0.0:
+ resolution: {integrity: sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==}
+ engines: {node: '>= 4'}
+
image-meta@0.2.1:
resolution: {integrity: sha512-K6acvFaelNxx8wc2VjbIzXKDVB0Khs0QT35U6NkGfTdCmjLNcO2945m7RFNR9/RPVFm48hq7QPzK8uGH18HCGw==}
@@ -6251,6 +6271,9 @@ packages:
knitwork@1.1.0:
resolution: {integrity: sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw==}
+ knitwork@1.2.0:
+ resolution: {integrity: sha512-xYSH7AvuQ6nXkq42x0v5S8/Iry+cfulBz/DJQzhIyESdLD7425jXsPy4vn5cCXU+HhRN2kVw51Vd1K6/By4BQg==}
+
kolorist@1.8.0:
resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
@@ -7108,6 +7131,9 @@ packages:
pathe@1.1.2:
resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
+ pathe@2.0.0:
+ resolution: {integrity: sha512-G7n4uhtk9qJt2hlD+UFfsIGY854wpF+zs2bUbQ3CQEUTcn7v25LRsrmurOxTo4bJgjE4qkyshd9ldsEuY9M6xg==}
+
pathval@2.0.0:
resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==}
engines: {node: '>= 14.16'}
@@ -7159,6 +7185,9 @@ packages:
pkg-types@1.2.1:
resolution: {integrity: sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==}
+ pkg-types@1.3.0:
+ resolution: {integrity: sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==}
+
pluralize@8.0.0:
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
engines: {node: '>=4'}
@@ -8414,6 +8443,9 @@ packages:
unctx@2.3.1:
resolution: {integrity: sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==}
+ unctx@2.4.1:
+ resolution: {integrity: sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==}
+
undici-types@5.25.3:
resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==}
@@ -8476,6 +8508,9 @@ packages:
unimport@3.14.4:
resolution: {integrity: sha512-90jQsiS2D0vIrWg4U58do7B5Hr4q0qt9o/rS0TrDMzrvNuAQ7XF1sQ47Pe2zjVlvFWNkoPBb/2l2GJFy5XjqDg==}
+ unimport@3.14.5:
+ resolution: {integrity: sha512-tn890SwFFZxqaJSKQPPd+yygfKSATbM8BZWW1aCR2TJBTs1SDrmLamBueaFtYsGjHtQaRgqEbQflOjN2iW12gA==}
+
unique-string@2.0.0:
resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==}
engines: {node: '>=8'}
@@ -8584,6 +8619,10 @@ packages:
resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==}
engines: {node: '>=14.0.0'}
+ unplugin@2.1.2:
+ resolution: {integrity: sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==}
+ engines: {node: '>=18.12.0'}
+
unstorage@1.14.4:
resolution: {integrity: sha512-1SYeamwuYeQJtJ/USE1x4l17LkmQBzg7deBJ+U9qOBoHo15d1cDxG4jM31zKRgF7pG0kirZy4wVMX6WL6Zoscg==}
peerDependencies:
@@ -8655,6 +8694,10 @@ packages:
resolution: {integrity: sha512-reBOnkJBFfBZ8pCKaeHgfZLcehXtM6UTxc+vqs1JvCps0c4amLNp3fhdGBZwYp+VLyoY9n3X5KOP7lCyWBUX9A==}
hasBin: true
+ untyped@1.5.2:
+ resolution: {integrity: sha512-eL/8PlhLcMmlMDtNPKhyyz9kEBDS3Uk4yMu/ewlkT2WFbtzScjHWPJLdQLmaGPUKjXzwe9MumOtOgc4Fro96Kg==}
+ hasBin: true
+
unwasm@0.3.9:
resolution: {integrity: sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==}
@@ -9608,7 +9651,7 @@ snapshots:
'@babel/helper-function-name': 7.23.0
'@babel/template': 7.25.0
'@babel/traverse': 7.25.3
- '@babel/types': 7.25.6
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
@@ -10235,6 +10278,8 @@ snapshots:
'@babel/standalone@7.26.2': {}
+ '@babel/standalone@7.26.4': {}
+
'@babel/template@7.25.0':
dependencies:
'@babel/code-frame': 7.24.7
@@ -10282,6 +10327,11 @@ snapshots:
'@babel/helper-string-parser': 7.25.9
'@babel/helper-validator-identifier': 7.25.9
+ '@babel/types@7.26.3':
+ dependencies:
+ '@babel/helper-string-parser': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
+
'@canvas/image-data@1.0.0': {}
'@clack/core@0.4.0':
@@ -11439,7 +11489,7 @@ snapshots:
tinyglobby: 0.2.10
unimport: 3.14.4(rollup@4.24.4)
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-inspect: 0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
+ vite-plugin-inspect: 0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3))(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
vite-plugin-vue-inspector: 5.1.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
which: 3.0.1
ws: 8.18.0
@@ -11591,6 +11641,33 @@ snapshots:
- supports-color
- webpack-sources
+ '@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1)':
+ dependencies:
+ '@nuxt/schema': 3.15.1
+ c12: 2.0.1(magicast@0.3.5)
+ consola: 3.3.3
+ defu: 6.1.4
+ destr: 2.0.3
+ globby: 14.0.2
+ ignore: 7.0.0
+ jiti: 2.4.2
+ klona: 2.0.6
+ knitwork: 1.2.0
+ mlly: 1.7.3
+ ohash: 1.1.4
+ pathe: 2.0.0
+ pkg-types: 1.3.0
+ scule: 1.3.0
+ semver: 7.6.3
+ ufo: 1.5.4
+ unctx: 2.4.1
+ unimport: 3.14.5(rollup@2.79.1)
+ untyped: 1.5.2
+ transitivePeerDependencies:
+ - magicast
+ - rollup
+ - supports-color
+
'@nuxt/schema@3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)':
dependencies:
compatx: 0.1.8
@@ -11690,6 +11767,13 @@ snapshots:
- rollup
- supports-color
+ '@nuxt/schema@3.15.1':
+ dependencies:
+ consola: 3.3.3
+ defu: 6.1.4
+ pathe: 2.0.0
+ std-env: 3.8.0
+
'@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
@@ -13566,13 +13650,13 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/define-models@1.2.10(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
+ '@vue-macros/define-models@1.2.10(@vueuse/core@12.3.0(typescript@5.6.2))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
ast-walker-scope: 0.6.2
unplugin: 1.16.0
optionalDependencies:
- '@vueuse/core': 11.0.3(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 12.3.0(typescript@5.6.2)
transitivePeerDependencies:
- rollup
- vue
@@ -13679,12 +13763,12 @@ snapshots:
- rollup
- vue
- '@vue-macros/nuxt@1.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))':
+ '@vue-macros/nuxt@1.11.12(@vueuse/core@12.3.0(typescript@5.6.2))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
'@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
nuxt: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
- unplugin-vue-macros: 2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
+ unplugin-vue-macros: 2.11.12(@vueuse/core@12.3.0(typescript@5.6.2))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
transitivePeerDependencies:
- '@rspack/core'
- '@vueuse/core'
@@ -14049,16 +14133,6 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2))':
- dependencies:
- '@types/web-bluetooth': 0.0.20
- '@vueuse/metadata': 11.0.3
- '@vueuse/shared': 11.0.3(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- transitivePeerDependencies:
- - '@vue/composition-api'
- - vue
-
'@vueuse/core@11.2.0(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@types/web-bluetooth': 0.0.20
@@ -14069,6 +14143,15 @@ snapshots:
- '@vue/composition-api'
- vue
+ '@vueuse/core@12.3.0(typescript@5.6.2)':
+ dependencies:
+ '@types/web-bluetooth': 0.0.20
+ '@vueuse/metadata': 12.3.0
+ '@vueuse/shared': 12.3.0(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.2)
+ transitivePeerDependencies:
+ - typescript
+
'@vueuse/core@9.13.0(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@types/web-bluetooth': 0.0.16
@@ -14095,20 +14178,6 @@ snapshots:
'@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.7.2))
vue: 3.5.4(typescript@5.7.2)
- '@vueuse/integrations@11.0.3(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
- dependencies:
- '@vueuse/core': 11.0.3(vue@3.5.4(typescript@5.6.2))
- '@vueuse/shared': 11.0.3(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- optionalDependencies:
- change-case: 5.4.4
- focus-trap: 7.5.4
- fuse.js: 7.0.0
- idb-keyval: 6.2.1
- transitivePeerDependencies:
- - '@vue/composition-api'
- - vue
-
'@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
@@ -14123,20 +14192,32 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/math@11.0.3(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/integrations@12.3.0(change-case@5.4.4)(focus-trap@7.5.4)(fuse.js@7.0.0)(idb-keyval@6.2.1)(typescript@5.6.2)':
dependencies:
- '@vueuse/shared': 11.0.3(vue@3.5.4(typescript@5.6.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/core': 12.3.0(typescript@5.6.2)
+ '@vueuse/shared': 12.3.0(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.2)
+ optionalDependencies:
+ change-case: 5.4.4
+ focus-trap: 7.5.4
+ fuse.js: 7.0.0
+ idb-keyval: 6.2.1
transitivePeerDependencies:
- - '@vue/composition-api'
- - vue
+ - typescript
- '@vueuse/metadata@10.10.0': {}
+ '@vueuse/math@12.3.0(typescript@5.6.2)':
+ dependencies:
+ '@vueuse/shared': 12.3.0(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.6.2)
+ transitivePeerDependencies:
+ - typescript
- '@vueuse/metadata@11.0.3': {}
+ '@vueuse/metadata@10.10.0': {}
'@vueuse/metadata@11.2.0': {}
+ '@vueuse/metadata@12.3.0': {}
+
'@vueuse/metadata@9.13.0': {}
'@vueuse/motion@2.2.6(magicast@0.3.5)(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
@@ -14157,22 +14238,6 @@ snapshots:
- supports-color
- webpack-sources
- '@vueuse/nuxt@11.0.3(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
- dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
- '@vueuse/core': 11.0.3(vue@3.5.4(typescript@5.6.2))
- '@vueuse/metadata': 11.0.3
- local-pkg: 0.5.0
- nuxt: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- transitivePeerDependencies:
- - '@vue/composition-api'
- - magicast
- - rollup
- - supports-color
- - vue
- - webpack-sources
-
'@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
@@ -14189,14 +14254,21 @@ snapshots:
- vue
- webpack-sources
- '@vueuse/shared@10.10.0(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/nuxt@12.3.0(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@2.79.1)
+ '@vueuse/core': 12.3.0(typescript@5.6.2)
+ '@vueuse/metadata': 12.3.0
+ local-pkg: 0.5.1
+ nuxt: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- - '@vue/composition-api'
- - vue
+ - magicast
+ - rollup
+ - supports-color
+ - typescript
- '@vueuse/shared@11.0.3(vue@3.5.4(typescript@5.6.2))':
+ '@vueuse/shared@10.10.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
@@ -14210,6 +14282,12 @@ snapshots:
- '@vue/composition-api'
- vue
+ '@vueuse/shared@12.3.0(typescript@5.6.2)':
+ dependencies:
+ vue: 3.5.4(typescript@5.6.2)
+ transitivePeerDependencies:
+ - typescript
+
'@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.7.2))':
dependencies:
vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
@@ -15973,13 +16051,13 @@ snapshots:
flatted@3.3.1: {}
- floating-vue@5.2.2(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(vue@3.5.4(typescript@5.6.2)):
+ floating-vue@5.2.2(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@floating-ui/dom': 1.1.1
vue: 3.5.4(typescript@5.6.2)
vue-resize: 2.0.0-alpha.1(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@2.79.1)
focus-trap@7.5.4:
dependencies:
@@ -16440,6 +16518,8 @@ snapshots:
ignore@6.0.2: {}
+ ignore@7.0.0: {}
+
image-meta@0.2.1: {}
import-fresh@3.3.0:
@@ -16814,6 +16894,8 @@ snapshots:
knitwork@1.1.0: {}
+ knitwork@1.2.0: {}
+
kolorist@1.8.0: {}
launch-editor@2.9.1:
@@ -18457,6 +18539,8 @@ snapshots:
pathe@1.1.2: {}
+ pathe@2.0.0: {}
+
pathval@2.0.0: {}
perfect-debounce@1.0.0: {}
@@ -18525,6 +18609,12 @@ snapshots:
mlly: 1.7.3
pathe: 1.1.2
+ pkg-types@1.3.0:
+ dependencies:
+ confbox: 0.1.8
+ mlly: 1.7.3
+ pathe: 1.1.2
+
pluralize@8.0.0: {}
popmotion@11.0.5:
@@ -19287,7 +19377,7 @@ snapshots:
rollup-plugin-dts@5.3.0(rollup@3.29.4)(typescript@5.6.2):
dependencies:
- magic-string: 0.30.14
+ magic-string: 0.30.17
rollup: 3.29.4
typescript: 5.6.2
optionalDependencies:
@@ -19701,7 +19791,7 @@ snapshots:
stackback@0.0.2: {}
- stale-dep@0.7.0(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(@nuxt/schema@3.14.1592(magicast@0.3.5)(rollup@2.79.1)):
+ stale-dep@0.7.0(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(@nuxt/schema@3.15.1):
dependencies:
cac: 6.7.14
consola: 3.3.3
@@ -19709,8 +19799,8 @@ snapshots:
fs-extra: 11.2.0
md5: 2.3.0
optionalDependencies:
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
- '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/schema': 3.15.1
standard-as-callback@2.1.0: {}
@@ -20166,6 +20256,13 @@ snapshots:
transitivePeerDependencies:
- webpack-sources
+ unctx@2.4.1:
+ dependencies:
+ acorn: 8.14.0
+ estree-walker: 3.0.3
+ magic-string: 0.30.17
+ unplugin: 2.1.2
+
undici-types@5.25.3: {}
undici-types@6.19.8: {}
@@ -20337,6 +20434,25 @@ snapshots:
transitivePeerDependencies:
- rollup
+ unimport@3.14.5(rollup@2.79.1):
+ dependencies:
+ '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
+ acorn: 8.14.0
+ escape-string-regexp: 5.0.0
+ estree-walker: 3.0.3
+ fast-glob: 3.3.2
+ local-pkg: 0.5.1
+ magic-string: 0.30.17
+ mlly: 1.7.3
+ pathe: 1.1.2
+ picomatch: 4.0.2
+ pkg-types: 1.3.0
+ scule: 1.3.0
+ strip-literal: 2.1.1
+ unplugin: 1.16.0
+ transitivePeerDependencies:
+ - rollup
+
unique-string@2.0.0:
dependencies:
crypto-random-string: 2.0.0
@@ -20434,7 +20550,7 @@ snapshots:
- rollup
- vue
- unplugin-vue-macros@2.11.12(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1)):
+ unplugin-vue-macros@2.11.12(@vueuse/core@12.3.0(typescript@5.6.2))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1)):
dependencies:
'@vue-macros/better-define': 1.8.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/boolean-prop': 0.4.5(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
@@ -20442,7 +20558,7 @@ snapshots:
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/config': 0.3.2(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/define-emit': 0.3.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- '@vue-macros/define-models': 1.2.10(@vueuse/core@11.0.3(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
+ '@vue-macros/define-models': 1.2.10(@vueuse/core@12.3.0(typescript@5.6.2))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/define-prop': 0.4.6(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/define-props': 3.0.4(@vue-macros/reactivity-transform@1.0.4(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
'@vue-macros/define-props-refs': 1.2.10(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
@@ -20569,6 +20685,11 @@ snapshots:
acorn: 8.14.0
webpack-virtual-modules: 0.6.2
+ unplugin@2.1.2:
+ dependencies:
+ acorn: 8.14.0
+ webpack-virtual-modules: 0.6.2
+
unstorage@1.14.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1):
dependencies:
anymatch: 3.1.3
@@ -20650,6 +20771,19 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ untyped@1.5.2:
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/standalone': 7.26.4
+ '@babel/types': 7.26.3
+ citty: 0.1.6
+ defu: 6.1.4
+ jiti: 2.4.2
+ knitwork: 1.2.0
+ scule: 1.3.0
+ transitivePeerDependencies:
+ - supports-color
+
unwasm@0.3.9:
dependencies:
knitwork: 1.1.0
@@ -20845,7 +20979,7 @@ snapshots:
- rollup
- supports-color
- vite-plugin-inspect@0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
+ vite-plugin-inspect@0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3))(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@4.24.4)
@@ -20858,7 +20992,7 @@ snapshots:
sirv: 2.0.4
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
optionalDependencies:
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
transitivePeerDependencies:
- rollup
- supports-color
From a86f32785908f7b7ae52c9f70d0a075cb1112663 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Thu, 9 Jan 2025 20:33:32 +0900
Subject: [PATCH 046/101] chore: update devDependencies (#3130)
(cherry picked from commit 9da6f45269df420d5ac235aef526bd28016b3406)
---
docs/package.json | 2 +-
package.json | 6 +-
pnpm-lock.yaml | 1513 ++++++++++++++++++++++++++++++++-------------
3 files changed, 1080 insertions(+), 441 deletions(-)
diff --git a/docs/package.json b/docs/package.json
index 7c5ee2d04..989ffb224 100755
--- a/docs/package.json
+++ b/docs/package.json
@@ -13,6 +13,6 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.1",
- "nuxt": "^3.14.1592"
+ "nuxt": "^3.15.1"
}
}
diff --git a/package.json b/package.json
index b63db23af..4b1e3b6ba 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"@tiptap/starter-kit": "2.2.4",
"@tiptap/suggestion": "2.2.4",
"@tiptap/vue-3": "2.2.4",
- "@unocss/nuxt": "^0.65.0",
+ "@unocss/nuxt": "^0.65.4",
"@upstash/redis": "^1.27.1",
"@vercel/kv": "^3.0.0",
"@vue-macros/nuxt": "^1.11.12",
@@ -124,9 +124,9 @@
"@types/wicg-file-system-access": "^2023.10.5",
"@types/ws": "^8.5.13",
"@unlazy/nuxt": "^0.12.1",
- "@unocss/eslint-config": "^0.65.3",
+ "@unocss/eslint-config": "^0.65.4",
"@vue/test-utils": "2.4.6",
- "bumpp": "^9.9.2",
+ "bumpp": "^9.10.0",
"consola": "^3.3.3",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index da3aa80d8..f1caf8b24 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -39,7 +39,7 @@ importers:
version: 1.5.2(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxt/test-utils':
specifier: ^3.14.3
- version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxtjs/color-mode':
specifier: ^3.4.4
version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
@@ -92,8 +92,8 @@ importers:
specifier: 2.2.4
version: 2.2.4(@tiptap/core@2.2.4(@tiptap/pm@2.2.4))(@tiptap/pm@2.2.4)(vue@3.5.4(typescript@5.6.2))
'@unocss/nuxt':
- specifier: ^0.65.0
- version: 0.65.1(magicast@0.3.5)(postcss@8.4.47)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
+ specifier: ^0.65.4
+ version: 0.65.4(magicast@0.3.5)(postcss@8.4.47)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))
'@upstash/redis':
specifier: ^1.27.1
version: 1.34.0
@@ -259,7 +259,7 @@ importers:
devDependencies:
'@antfu/eslint-config':
specifier: ^3.12.1
- version: 3.12.1(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
+ version: 3.12.1(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
'@antfu/ni':
specifier: ^0.23.2
version: 0.23.2
@@ -288,14 +288,14 @@ importers:
specifier: ^0.12.1
version: 0.12.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@unocss/eslint-config':
- specifier: ^0.65.3
- version: 0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
+ specifier: ^0.65.4
+ version: 0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
'@vue/test-utils':
specifier: 2.4.6
version: 2.4.6
bumpp:
- specifier: ^9.9.2
- version: 9.9.2(magicast@0.3.5)
+ specifier: ^9.10.0
+ version: 9.10.0(magicast@0.3.5)
consola:
specifier: ^3.3.3
version: 3.3.3
@@ -350,10 +350,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
nuxt:
- specifier: ^3.14.1592
- version: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3)
+ specifier: ^3.15.1
+ version: 3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
packages:
@@ -1231,6 +1231,12 @@ packages:
cpu: [ppc64]
os: [aix]
+ '@esbuild/aix-ppc64@0.24.2':
+ resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [aix]
+
'@esbuild/android-arm64@0.17.19':
resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==}
engines: {node: '>=12'}
@@ -1261,6 +1267,12 @@ packages:
cpu: [arm64]
os: [android]
+ '@esbuild/android-arm64@0.24.2':
+ resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [android]
+
'@esbuild/android-arm@0.17.19':
resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==}
engines: {node: '>=12'}
@@ -1291,6 +1303,12 @@ packages:
cpu: [arm]
os: [android]
+ '@esbuild/android-arm@0.24.2':
+ resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [android]
+
'@esbuild/android-x64@0.17.19':
resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==}
engines: {node: '>=12'}
@@ -1321,6 +1339,12 @@ packages:
cpu: [x64]
os: [android]
+ '@esbuild/android-x64@0.24.2':
+ resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [android]
+
'@esbuild/darwin-arm64@0.17.19':
resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==}
engines: {node: '>=12'}
@@ -1351,6 +1375,12 @@ packages:
cpu: [arm64]
os: [darwin]
+ '@esbuild/darwin-arm64@0.24.2':
+ resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [darwin]
+
'@esbuild/darwin-x64@0.17.19':
resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==}
engines: {node: '>=12'}
@@ -1381,6 +1411,12 @@ packages:
cpu: [x64]
os: [darwin]
+ '@esbuild/darwin-x64@0.24.2':
+ resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [darwin]
+
'@esbuild/freebsd-arm64@0.17.19':
resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==}
engines: {node: '>=12'}
@@ -1411,6 +1447,12 @@ packages:
cpu: [arm64]
os: [freebsd]
+ '@esbuild/freebsd-arm64@0.24.2':
+ resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [freebsd]
+
'@esbuild/freebsd-x64@0.17.19':
resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==}
engines: {node: '>=12'}
@@ -1441,6 +1483,12 @@ packages:
cpu: [x64]
os: [freebsd]
+ '@esbuild/freebsd-x64@0.24.2':
+ resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [freebsd]
+
'@esbuild/linux-arm64@0.17.19':
resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==}
engines: {node: '>=12'}
@@ -1471,6 +1519,12 @@ packages:
cpu: [arm64]
os: [linux]
+ '@esbuild/linux-arm64@0.24.2':
+ resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [linux]
+
'@esbuild/linux-arm@0.17.19':
resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==}
engines: {node: '>=12'}
@@ -1501,6 +1555,12 @@ packages:
cpu: [arm]
os: [linux]
+ '@esbuild/linux-arm@0.24.2':
+ resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [linux]
+
'@esbuild/linux-ia32@0.17.19':
resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==}
engines: {node: '>=12'}
@@ -1531,6 +1591,12 @@ packages:
cpu: [ia32]
os: [linux]
+ '@esbuild/linux-ia32@0.24.2':
+ resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [linux]
+
'@esbuild/linux-loong64@0.17.19':
resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==}
engines: {node: '>=12'}
@@ -1561,6 +1627,12 @@ packages:
cpu: [loong64]
os: [linux]
+ '@esbuild/linux-loong64@0.24.2':
+ resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==}
+ engines: {node: '>=18'}
+ cpu: [loong64]
+ os: [linux]
+
'@esbuild/linux-mips64el@0.17.19':
resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==}
engines: {node: '>=12'}
@@ -1591,6 +1663,12 @@ packages:
cpu: [mips64el]
os: [linux]
+ '@esbuild/linux-mips64el@0.24.2':
+ resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==}
+ engines: {node: '>=18'}
+ cpu: [mips64el]
+ os: [linux]
+
'@esbuild/linux-ppc64@0.17.19':
resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==}
engines: {node: '>=12'}
@@ -1621,6 +1699,12 @@ packages:
cpu: [ppc64]
os: [linux]
+ '@esbuild/linux-ppc64@0.24.2':
+ resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [linux]
+
'@esbuild/linux-riscv64@0.17.19':
resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==}
engines: {node: '>=12'}
@@ -1651,6 +1735,12 @@ packages:
cpu: [riscv64]
os: [linux]
+ '@esbuild/linux-riscv64@0.24.2':
+ resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==}
+ engines: {node: '>=18'}
+ cpu: [riscv64]
+ os: [linux]
+
'@esbuild/linux-s390x@0.17.19':
resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==}
engines: {node: '>=12'}
@@ -1681,6 +1771,12 @@ packages:
cpu: [s390x]
os: [linux]
+ '@esbuild/linux-s390x@0.24.2':
+ resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==}
+ engines: {node: '>=18'}
+ cpu: [s390x]
+ os: [linux]
+
'@esbuild/linux-x64@0.17.19':
resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==}
engines: {node: '>=12'}
@@ -1711,6 +1807,18 @@ packages:
cpu: [x64]
os: [linux]
+ '@esbuild/linux-x64@0.24.2':
+ resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [linux]
+
+ '@esbuild/netbsd-arm64@0.24.2':
+ resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [netbsd]
+
'@esbuild/netbsd-x64@0.17.19':
resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==}
engines: {node: '>=12'}
@@ -1741,6 +1849,12 @@ packages:
cpu: [x64]
os: [netbsd]
+ '@esbuild/netbsd-x64@0.24.2':
+ resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [netbsd]
+
'@esbuild/openbsd-arm64@0.23.1':
resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==}
engines: {node: '>=18'}
@@ -1753,6 +1867,12 @@ packages:
cpu: [arm64]
os: [openbsd]
+ '@esbuild/openbsd-arm64@0.24.2':
+ resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openbsd]
+
'@esbuild/openbsd-x64@0.17.19':
resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==}
engines: {node: '>=12'}
@@ -1783,6 +1903,12 @@ packages:
cpu: [x64]
os: [openbsd]
+ '@esbuild/openbsd-x64@0.24.2':
+ resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [openbsd]
+
'@esbuild/sunos-x64@0.17.19':
resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==}
engines: {node: '>=12'}
@@ -1813,6 +1939,12 @@ packages:
cpu: [x64]
os: [sunos]
+ '@esbuild/sunos-x64@0.24.2':
+ resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [sunos]
+
'@esbuild/win32-arm64@0.17.19':
resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==}
engines: {node: '>=12'}
@@ -1843,6 +1975,12 @@ packages:
cpu: [arm64]
os: [win32]
+ '@esbuild/win32-arm64@0.24.2':
+ resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [win32]
+
'@esbuild/win32-ia32@0.17.19':
resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==}
engines: {node: '>=12'}
@@ -1873,6 +2011,12 @@ packages:
cpu: [ia32]
os: [win32]
+ '@esbuild/win32-ia32@0.24.2':
+ resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [win32]
+
'@esbuild/win32-x64@0.17.19':
resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==}
engines: {node: '>=12'}
@@ -1903,6 +2047,12 @@ packages:
cpu: [x64]
os: [win32]
+ '@esbuild/win32-x64@0.24.2':
+ resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [win32]
+
'@eslint-community/eslint-plugin-eslint-comments@4.4.1':
resolution: {integrity: sha512-lb/Z/MzbTf7CaVYM9WCFNQZ4L1yi3ev2fsFPF99h31ljhSEyUoyEsKsNWiU+qD1glbYTDJdqgyaLKtyTkkqtuQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -2002,8 +2152,8 @@ packages:
'@iconify/utils@2.1.32':
resolution: {integrity: sha512-LeifFZPPKu28O3AEDpYJNdEbvS4/ojAPyIW+pF/vUpJTYnbTiXUHkCh0bwgFRzKvdpb8H4Fbfd/742++MF4fPQ==}
- '@iconify/utils@2.1.33':
- resolution: {integrity: sha512-jP9h6v/g0BIZx0p7XGJJVtkVnydtbgTgt9mVNcGDYwaa7UhdHdI9dvoq+gKj9sijMSJKxUPEG2JyjsgXjxL7Kw==}
+ '@iconify/utils@2.2.1':
+ resolution: {integrity: sha512-0/7J7hk4PqXmxo5PDBDxmnecw5PxklZJfNjIVG9FM0mEfVrvfudS22rYWsqVk6gR3UJ/mSYS90X4R3znXnqfNA==}
'@iconify/vue@4.1.1':
resolution: {integrity: sha512-RL85Bm/DAe8y6rT6pux7D2FJSiUEM/TPfyK7GrbAOfTSwrhvwJW+S5yijdGcmtXouA8MtuH9C7l4hiSE4mLMjg==}
@@ -2304,8 +2454,8 @@ packages:
peerDependencies:
vite: '*'
- '@nuxt/devtools-kit@1.6.0':
- resolution: {integrity: sha512-kJ8mVKwTSN3tdEVNy7mxKCiQk9wsG5t3oOrRMWk6IEbTSov+5sOULqQSM/+OWxWsEDmDfA7QlS5sM3Ti9uMRqQ==}
+ '@nuxt/devtools-kit@1.7.0':
+ resolution: {integrity: sha512-+NgZ2uP5BuneqvQbe7EdOEaFEDy8762c99pLABtn7/Ur0ExEsQJMP7pYjjoTfKubhBqecr5Vo9yHkPBj1eHulQ==}
peerDependencies:
vite: '*'
@@ -2317,8 +2467,8 @@ packages:
resolution: {integrity: sha512-wZhouI3drb7HL7KYezYb9ksK0EeSVbHDPPKdLQePVrr+7SphThqiHoWmovBB3e/D4jtO3VC07+ILZcXUnat6HQ==}
hasBin: true
- '@nuxt/devtools-wizard@1.6.0':
- resolution: {integrity: sha512-n+mzz5NwnKZim0tq1oBi+x1nNXb21fp7QeBl7bYKyDT1eJ0XCxFkVTr/kB/ddkkLYZ+o8TykpeNPa74cN+xAyQ==}
+ '@nuxt/devtools-wizard@1.7.0':
+ resolution: {integrity: sha512-86Gd92uEw0Dh2ErIYT9TMIrMOISE96fCRN4rxeryTvyiowQOsyrbkCeMNYrEehoRL+lohoyK6iDmFajadPNwWQ==}
hasBin: true
'@nuxt/devtools@1.4.2':
@@ -2333,8 +2483,8 @@ packages:
peerDependencies:
vite: '*'
- '@nuxt/devtools@1.6.0':
- resolution: {integrity: sha512-xNorMapzpM8HaW7NnAsEEO38OrmrYBzGvkkqfBU5nNh5XEymmIfCbQc7IA/GIOH9pXOV4gRutCjHCWXHYbOl3A==}
+ '@nuxt/devtools@1.7.0':
+ resolution: {integrity: sha512-uvnjt5Zowkz7tZmnks2cGreg1XZIiSyVzQ2MYiRXACodlXcwJ0dpUS3WTxu8BR562K+772oRdvKie9AQlyZUgg==}
hasBin: true
peerDependencies:
vite: '*'
@@ -2383,6 +2533,11 @@ packages:
resolution: {integrity: sha512-h4YJ1d32cU7tDKjjhjtIIEck4WF/w3DTQBT348E9Pz85YLttnLqktLM0Ez9Xc2LzCeUgBDQv1el7Ob/zT3KUqg==}
hasBin: true
+ '@nuxt/telemetry@2.6.4':
+ resolution: {integrity: sha512-2Lgdn07Suraly5dSfVQ4ttBQBMtmjvCTGKGUHpc1UyH87HT9xCm3KLFO0UcVQ8+LNYCgoOaK7lq9qDJOfBfZ5A==}
+ engines: {node: '>=18.20.5'}
+ hasBin: true
+
'@nuxt/test-utils@3.14.3':
resolution: {integrity: sha512-5SoyaR9bQG7xcyj6kSnzFVWvpAdiKSruRkq3KVDKEAbxwHhtyz2Ijqxf8iGE3W9dAM0F+omIvLmjen3ITgd3rA==}
engines: {node: '>=18.20.4'}
@@ -2430,9 +2585,9 @@ packages:
peerDependencies:
vue: ^3.5.4
- '@nuxt/vite-builder@3.14.1592':
- resolution: {integrity: sha512-GVS7vkBJAGv13ghmjgGrS2QVyzoqxQ5+cAUrMeMjKbY7GnRY7/uOkoLmznYx8E/U9HBUyHQa+wSN2ZfcSiEytQ==}
- engines: {node: ^14.18.0 || >=16.10.0}
+ '@nuxt/vite-builder@3.15.1':
+ resolution: {integrity: sha512-b9uvLuRSgZy+pvU0rwHOpYo9XmAPibNGFEn0MeG6rUWVee9didV0Q5voAr+/1kq9bIbf6V0QFh9TE+4pCxZuMQ==}
+ engines: {node: ^18.20.5 || ^20.9.0 || >=22.0.0}
peerDependencies:
vue: ^3.5.4
@@ -2690,6 +2845,15 @@ packages:
rollup:
optional: true
+ '@rollup/plugin-replace@6.0.2':
+ resolution: {integrity: sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==}
+ engines: {node: '>=14.0.0'}
+ peerDependencies:
+ rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
+ peerDependenciesMeta:
+ rollup:
+ optional: true
+
'@rollup/plugin-terser@0.4.4':
resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==}
engines: {node: '>=14.0.0'}
@@ -2745,6 +2909,15 @@ packages:
rollup:
optional: true
+ '@rollup/pluginutils@5.1.4':
+ resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==}
+ engines: {node: '>=14.0.0'}
+ peerDependencies:
+ rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
+ peerDependenciesMeta:
+ rollup:
+ optional: true
+
'@rollup/rollup-android-arm-eabi@4.20.0':
resolution: {integrity: sha512-TSpWzflCc4VGAUJZlPpgAJE1+V60MePDQnBd7PPkpuEmOy8i87aL6tinFGKBFKuEDikYpig72QzdT3QPYIi+oA==}
cpu: [arm]
@@ -3186,6 +3359,9 @@ packages:
'@types/object.pick@1.3.2':
resolution: {integrity: sha512-sn7L+qQ6RLPdXRoiaE7bZ/Ek+o4uICma/lBFPyJEKDTPTBP1W8u0c4baj3EiS4DiqLs+Hk+KUGvMVJtAw3ePJg==}
+ '@types/parse-path@7.0.3':
+ resolution: {integrity: sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==}
+
'@types/resolve@1.20.2':
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
@@ -3309,32 +3485,32 @@ packages:
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
- '@unhead/dom@1.11.11':
- resolution: {integrity: sha512-4YwziCH5CmjvUzSGdZ4Klj6BqhLSTNZooA9kt47yDxj4Qw9uHqVnXwWWupYsVdIYPNsw1tR2AkHveg82y1Fn3A==}
+ '@unhead/dom@1.11.15':
+ resolution: {integrity: sha512-2OZ7zvZQLqlqkhvsKsNOhxxoO3vgjygzzrmtooQR9QNKY+3HjwJ3+QfjGswXI976YV7VJem57ydQSMk1ijB7yg==}
'@unhead/dom@1.11.6':
resolution: {integrity: sha512-FYU8Cu+XWcpbO4OvXdB6x7m6GTPcl6CW7igI8rNu6Kc0Ilxb+atxIvyFXdTGAyB7h/F0w3ex06ZVWJ65f3EW8A==}
- '@unhead/schema@1.11.11':
- resolution: {integrity: sha512-xSGsWHPBYcMV/ckQeImbrVu6ddeRnrdDCgXUKv3xIjGBY+ob/96V80lGX8FKWh8GwdFSwhblISObKlDAt5K9ZQ==}
+ '@unhead/schema@1.11.15':
+ resolution: {integrity: sha512-UkLz1dqw4yoh4jELEyLsgSG7yrXc+gv68GkQeTv8LysEPa8sXtFqhfuqTBLhY3sHqSnP8RkDknhtFhG2S3fuKQ==}
'@unhead/schema@1.11.6':
resolution: {integrity: sha512-Ava5+kQERaZ2fi66phgR9KZQr9SsheN1YhhKM8fCP2A4Jb5lHUssVQ19P0+89V6RX9iUg/Q27WdEbznm75LzhQ==}
- '@unhead/shared@1.11.11':
- resolution: {integrity: sha512-RfdvUskPn90ipO+PmR98jKZ8Lsx1uuzscOenO5xcrMrtWGhlLWaEBIrbvFOvX5PZ/u8/VNMJChTXGDUjEtHmlg==}
+ '@unhead/shared@1.11.15':
+ resolution: {integrity: sha512-VT42ssmwpFGfixfXqAZ+Rn7KyNG0yFqWGsvLOXIgahiTzh3N1k2st1tPvuYFZU22dtWBNxG7cvy8yxUd1vunMQ==}
'@unhead/shared@1.11.6':
resolution: {integrity: sha512-aGrtzRCcFlVh9iru73fBS8FA1vpQskS190t5cCRRMpisOEunVv3ueqXN1F8CseQd0W4wyEr/ycDvdfKt+RPv5g==}
- '@unhead/ssr@1.11.11':
- resolution: {integrity: sha512-NQC8y+4ldwkMr3x8WFwv3+OR6g+Sj7dwL6J/3ST25KnvlwDSub2KGbnm2hF1x8vTpTmXTVxMA3GDRL9MRfLvMg==}
+ '@unhead/ssr@1.11.15':
+ resolution: {integrity: sha512-btoJ7huldVdxOJOr9yx8DpDiUELzdlX3LB0k5cBub+CI4nZoPC/8ovuaYzKBriAIkEtQp9g9ytHRUJYDvim/1g==}
'@unhead/ssr@1.11.6':
resolution: {integrity: sha512-jmRkJB3UWlaAV6aoTBcsi2cLOje8hJxWqbmcLmekmCBZcCgR8yHEjxVCzLtYnAQg68Trgg9+uqMt+8UFY40tDA==}
- '@unhead/vue@1.11.11':
- resolution: {integrity: sha512-AxsHHauZ+w0m2irwDHqkc3GdNChMLBtolk8CN3IAZM6vTwH0EbPXlFCFcIk4WwkH0opG+R2GlKTThr5H0HLm7g==}
+ '@unhead/vue@1.11.15':
+ resolution: {integrity: sha512-2NT8Kph5AvB/qO+C8UKAc7cudbFRZTJk0eRpn8o1nG3yk2+mWvN0vsTTjnKvXixNF193I/R+zqo/NkcjgaWG9A==}
peerDependencies:
vue: ^3.5.4
@@ -3349,109 +3525,102 @@ packages:
'@unlazy/nuxt@0.12.1':
resolution: {integrity: sha512-sjdmf7za5pL8YVsSOGnglNyecRg2y2R31WqLL0UOZlV2VAF3onvvDxZt6AWPOYpAY+OtqS5hCw5K5i9WG7cKRA==}
- '@unocss/astro@0.65.1':
- resolution: {integrity: sha512-SnSoghbPWNC7Kxia/M0DuaYMcSmmeY7N54TYoNceQl23Ru2HioZvgjAJ+XtrK9B+Rvk+q9irGDTqhcadLVQ3Vg==}
+ '@unocss/astro@0.65.4':
+ resolution: {integrity: sha512-ex1CJOQ6yeftBEPcbA9/W47/YoV+mhQnrAoc8MA1VVrvvFKDitICFU62+nSt3NWRe53XL/fXnQbcbCb8AAgKlA==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
peerDependenciesMeta:
vite:
optional: true
- '@unocss/cli@0.65.1':
- resolution: {integrity: sha512-yV0n7+7hfxHtO+lXSElp8Zy2R5KM1ZVj9UWCemxQTJtKO+2KWk9HvGFR84Hs9+dno06GaOyQgpK1pBfmID0W0w==}
+ '@unocss/cli@0.65.4':
+ resolution: {integrity: sha512-D/4hY5Hezh3QETscl4i+ojb+q8YU9Cl9AYJ8v3gsjc/GjTmEuIOD5V4x+/aN25vY5wjqgoApOgaIDGCV3b+2Ig==}
engines: {node: '>=14'}
hasBin: true
- '@unocss/config@0.65.1':
- resolution: {integrity: sha512-Akf5Vm2bGrUK/a10QBF3GLETFJnwW1G8ThPevrOCj0lBVWKlN5eMQnodyNdoCw+JMPfCPZdg+4lU8cJJIRAAbQ==}
+ '@unocss/config@0.65.4':
+ resolution: {integrity: sha512-/vCt4AXnJ4p4Ow6xqsYwdrelF9533yhZjzkg3SQmL3rKeSkicPayKpeq8nkYECdhDI03VTCVD+6oh5Y/26Hg7A==}
engines: {node: '>=14'}
- '@unocss/config@0.65.3':
- resolution: {integrity: sha512-H+UpEPo47DeEsLbjHMby42MJ+lx7vXltFOdpgXFKutLkT034VoXmN1lgrAh9lZ4ow3iuUfEatHyuWffpOQf9gA==}
- engines: {node: '>=14'}
+ '@unocss/core@0.65.4':
+ resolution: {integrity: sha512-a2JOoFutrhqd5RgPhIR5FIXrDoHDU3gwCbPrpT6KYTjsqlSc/fv02yZ+JGOZFN3MCFhCmaPTs+idDFtwb3xU8g==}
- '@unocss/core@0.65.1':
- resolution: {integrity: sha512-Ke0WNZjfSCE6pniJb8PjiwhO6/McxVb1EQYrkkz8aJuR83xu+AEcTog9D4N9EUkRfHS5tZYXQtTj4Uh90T6CEg==}
-
- '@unocss/core@0.65.3':
- resolution: {integrity: sha512-xYkJ63lIadL6KqvGcaE2fFeLvo6rC1F+e+R9EFn0Aj0ArMRhiltZk8vvLFHP7iYjjdTdqDkAr/7IdrTosTo8Pg==}
-
- '@unocss/eslint-config@0.65.3':
- resolution: {integrity: sha512-pYfvS30j2o8TzBTnmxAHDRVVrbrj35ea6PlW4CGmXShXQ79l2qLGdzYVULdAIHTQr1XbMrF1Vm43a62VqUN0sg==}
+ '@unocss/eslint-config@0.65.4':
+ resolution: {integrity: sha512-hw2fD6Nitl0BGP/tzpGfZZX/vdxbunZPm8wh2DNNtFaFpkgPyKTR1YIk+Td09EP7o6LMzOlL6709G6KXDxT5cg==}
engines: {node: '>=14'}
- '@unocss/eslint-plugin@0.65.3':
- resolution: {integrity: sha512-l/mIp+IOF4TukjcHtxzpYW8gVlYwBpDlOrPYMVMcD8gAmxydBb111RkJPmJKjeDgYcoXDcjP8wyumQuM1L1vWA==}
+ '@unocss/eslint-plugin@0.65.4':
+ resolution: {integrity: sha512-e6pz/PFBG/ZzzeZ0cfZoVCEiaHeL+Aoe3bsl6Z7kRsL29qtTf9qkWj0Dp1ldZuv5zOpaIoESLUPtpnU18tAlIw==}
engines: {node: '>=14'}
- '@unocss/extractor-arbitrary-variants@0.65.1':
- resolution: {integrity: sha512-VpF7j29TlmVjNolkIjhQ/cwYkuPUoXLv+ko62YRMibE5632QepbNob69pNYGOZustrZt3LvgHD/GcriKwJO4BA==}
+ '@unocss/extractor-arbitrary-variants@0.65.4':
+ resolution: {integrity: sha512-GbvTgsDaHplfWfsQtOY8RrvEZvptmvR9k9NwQ5NsZBNIG1JepYVel93CVQvsxT5KioKcoWngXxTYLNOGyxLs0g==}
- '@unocss/inspector@0.65.1':
- resolution: {integrity: sha512-RtONVp7rPpfSarr48qVEEsm201JyQSv6M21lqu1IzQZ62LQB5Gmi59Y+XR6cYDtwSn5ZUGxowR7nIRTPBMcxkw==}
+ '@unocss/inspector@0.65.4':
+ resolution: {integrity: sha512-byg9x549Ul17U4Ety7ufDwC0UOygypoq4QnLEPzhlZ0KJG1f7WmXKYanOhupeg3h4qCj6Nc/xdZYMGbHl9QRIg==}
- '@unocss/nuxt@0.65.1':
- resolution: {integrity: sha512-J6kB4hWhC7QFSChcwVFr8AC3+z8V+W+tEaWRNAdhnJjlTFepAvsQir5TxD0ytuiFYghmyxTowmJoHNLDbuTzKg==}
+ '@unocss/nuxt@0.65.4':
+ resolution: {integrity: sha512-dEJdqgvrukgZJk1szxRW6MiIozUZDLeFyyxmnO+iW3loPlji9hu95j2KBVHaQWIzi39XqVSORi4lH5flvAz3Pg==}
- '@unocss/postcss@0.65.1':
- resolution: {integrity: sha512-k7mKObxE4o1gApICri20TpI0lT/dtEQv+uYEOrFz267jgPVo3VD6umHsTOLA+OoQ5Bf7VEYQXSeV0oA96j0o1w==}
+ '@unocss/postcss@0.65.4':
+ resolution: {integrity: sha512-8peDRo0+rNQsnKh/H2uZEVy67sV2cC16rAeSLpgbVJUMNfZlmF0rC2DNGsOV17uconUXSwz7+mGcHKNiv+8YlQ==}
engines: {node: '>=14'}
peerDependencies:
postcss: ^8.4.21
- '@unocss/preset-attributify@0.65.1':
- resolution: {integrity: sha512-bmu9JELcpwgrXA5RonvFeWb38RcUz82wpWfyDwKdQRJHD3MnYQ5lN03W4B7nMsAflc4ls7XQZLzhn9iYhbYYqg==}
+ '@unocss/preset-attributify@0.65.4':
+ resolution: {integrity: sha512-zxE9hJJ5b37phjdzDdZsxX559ZlmH9rFlY5LVEcQySTnsfY0znviHxPbD2iRpCBCRd+YC5HfFd2jb3XlnTKMJQ==}
- '@unocss/preset-icons@0.65.1':
- resolution: {integrity: sha512-lFGy4PpfClhiRV6Wwn4w79qd53B7QCkEmsP4YF2Px274X0t2av0QjMH+bvo6TrFIsHGKzq0Lxg836SoaPg5YJA==}
+ '@unocss/preset-icons@0.65.4':
+ resolution: {integrity: sha512-5sSzTN72X2Ag3VH48xY1pYudeWnql9jqdMiwgZuLJcmvETBNGelXy2wGxm7tsUUEx/l40Yr04Ck8XRPGT9jLBw==}
- '@unocss/preset-mini@0.65.1':
- resolution: {integrity: sha512-dKIxi+ChWSZvXG8I7yVBjw4FLHdAvKrrCN9bjKpR4/4epKD6jRtEcR6S1wL6XSBWabh7V7D/VbVk+XZ6WsGuXA==}
+ '@unocss/preset-mini@0.65.4':
+ resolution: {integrity: sha512-dcO2PzSl87qN1KdQWcfZDIKEhpdFeImWbYfiXtE7k6pi1393FJkdHEopgI/1ZciIQN1CkTvQJ5c7EpEVWftYRA==}
- '@unocss/preset-tagify@0.65.1':
- resolution: {integrity: sha512-u0yWFXyyBumglFvn87MT7kasa3KPAWTiIHkTCVu8tNEFNfJzR9BZLEXGAtwrhqMm0pSCnDdqupwBLBQoVX8zEA==}
+ '@unocss/preset-tagify@0.65.4':
+ resolution: {integrity: sha512-qll6koqdFEkvmz594vKnxj9+3nfM3ugkJxYHrTkqtwx7DAnTgtM8fInFFGZelvjwUzR3o3+Zw6uMhFkLTVTfvg==}
- '@unocss/preset-typography@0.65.1':
- resolution: {integrity: sha512-/fcgKU+uQ/RISRdJHTuSQh41Td/tAngSUzr+7Ry8f1UqI5NTjtGOixgfByPC+ZZ/V8f1DdjigaVy7Q3c+meUMg==}
+ '@unocss/preset-typography@0.65.4':
+ resolution: {integrity: sha512-Dl940ATrviWD9Vh+4fcN0QZXb6wA7al+c7QkdVAzW7I+NtdN2ELvLcN0cY22KnLRpwztzmg52Qp2J/1QnqrLTw==}
- '@unocss/preset-uno@0.65.1':
- resolution: {integrity: sha512-OSEkphrlR9/RM5un9t9AqVQXOGBLJgjcEweZSm2ng9AK7BsxBXuVP1FelmRqeXVYT5uFtBoD4dfgCgBjGFIW9Q==}
+ '@unocss/preset-uno@0.65.4':
+ resolution: {integrity: sha512-56bdBtf476i+soQCQmT36uGzcF2z+7DGCnG1hwWiw6XAbL6gmRMQsubwi1c8z8TcTQNBsOFUnOziFil0gbWufw==}
- '@unocss/preset-web-fonts@0.65.1':
- resolution: {integrity: sha512-29TO8kCfvOaHj5O3a3SZIXuOwvg7raPcdmuFKB9KFM3J2pYv4PB1cLBrw6h9DWwAAnJUSQpGx9QmKIBEPnDhlw==}
+ '@unocss/preset-web-fonts@0.65.4':
+ resolution: {integrity: sha512-UB/MvXHUTqMNVH1bbiKZ/ZtZUI5tsYlTYAvBrnXPO1Cztuwr8hJKSi4RCfI9g+YYtKHX4uYuxUbW5bcN85gmBQ==}
- '@unocss/preset-wind@0.65.1':
- resolution: {integrity: sha512-7rw3hAWOkWMSjoprWKcQidqJRFQm8qM0IdLjFLQa2ROSzPSnIlNisXGEwAphf4/VYdP7+URUnu5eySQsIRWRzg==}
+ '@unocss/preset-wind@0.65.4':
+ resolution: {integrity: sha512-0rbNbw5E8Lvh2yf4R1Mq+lxI/wL5Tm6+r+crE0uAAhCPe9kxPHW4k+x1cWKDIwq6Vudlm3cNX85N49wN5tYgdA==}
'@unocss/reset@0.50.8':
resolution: {integrity: sha512-2WoM6O9VyuHDPAnvCXr7LBJQ8ZRHDnuQAFsL1dWXp561Iq2l9whdNtPuMcozLGJGUUrFfVBXIrHY4sfxxScgWg==}
- '@unocss/reset@0.65.1':
- resolution: {integrity: sha512-qyxF7rKGX+Cu3FpV8KCRQbtCvFcBpmzvx5A2wal77tIhrFR5VSH7NzCVmgs2+V9FXvU3aWVNZ79i1KMnLZ5Mjg==}
+ '@unocss/reset@0.65.4':
+ resolution: {integrity: sha512-m685H0KFvVMz6R2i5GDIFv4RS9Z7y2G8hJK7xg2OWli+7w8l2ZMihYvXKofPsst4q/ms8EgKXpWc/qqUOTucvA==}
- '@unocss/rule-utils@0.65.1':
- resolution: {integrity: sha512-XGXdXsRmIuMDQk/3Fd3g5JMhsyDGWsTfs6aN4vFQ1rfdSgY4UwbslqUNbIH9xxoTfmzUOJ2lhNrFw78RygCNSA==}
+ '@unocss/rule-utils@0.65.4':
+ resolution: {integrity: sha512-+EzdJEWcqGcO6HwbBTe7vEdBRpuKkBiz4MycQeLD6GEio04T45y6VHHO7/WTqxltbO4YwwW9/s2TKRMxKtoG8g==}
engines: {node: '>=14'}
- '@unocss/transformer-attributify-jsx@0.65.1':
- resolution: {integrity: sha512-FR6pAnsHgflIumSl6Y5J+cWUtt2wNPANFWdGd1jNLpcBXDummEd0U+U9VGOfB8AOT263DW0U0JE7vH5xiwVaog==}
+ '@unocss/transformer-attributify-jsx@0.65.4':
+ resolution: {integrity: sha512-n438EzWdTKlLCOlAUSpFjmH6FflctqzIReMzMZSJDkmkorymc+C5GpjN3Nty2cKRJXIl6Vwq0oxPuB59RT+FIw==}
- '@unocss/transformer-compile-class@0.65.1':
- resolution: {integrity: sha512-yTs2u8bxGlTXEQ+XYFuS+kapLuLJr7yvNRRTg1hS+2OFdpT8E/PfxAgdGEzMfmrjommjF4BnJ8AAtK+Wsg5s4w==}
+ '@unocss/transformer-compile-class@0.65.4':
+ resolution: {integrity: sha512-n1yHDC/iIbcj/9fBUTXkSoASKfLBuRoCN7P1a0ecPc8Gu+uOGfoxafOhrlqC+tpD3hlQGoL+0h74BHSKh+L23Q==}
- '@unocss/transformer-directives@0.65.1':
- resolution: {integrity: sha512-6D3QSeSWXCA+Jc+BQGwat0RfcNtYZdyFFpP+zr1cFpK7nwNZqwqZU+mcY8nywu/u+hYuEQMWPMzEYDAssMfUQQ==}
+ '@unocss/transformer-directives@0.65.4':
+ resolution: {integrity: sha512-zkoDEwzPkgXi6ohW7P11gbArwfTRMZ9knYSUYoPEltQz+UZYzeRQ85exiAmdz5MsbCAuhQEr577Kd/CWfhjEuA==}
- '@unocss/transformer-variant-group@0.65.1':
- resolution: {integrity: sha512-LdSPDVpVCrMfgTKtGyWz0KkBXiJqFO8FRhiL4/9Hyaf+ECoWQ7RODgO6dKWyFIZEBjkLFK2toeZZvM+KYQlBlw==}
+ '@unocss/transformer-variant-group@0.65.4':
+ resolution: {integrity: sha512-ggO6xMGeOeoD5GHS2xXBJrYFuzqyiZ25tM0zHAMJn9QU9GIu1NwWvcXluvLCF/MRIygBJGPpAE98aEICI6ifEA==}
- '@unocss/vite@0.65.1':
- resolution: {integrity: sha512-5242hAlgTVUA+tJ9mwo/cpLqD9f4dn5V/prTmtIci0Y7zMsVeBlnQwfsV4MhyTVaF3eFxDy5AUEFiOuXo12rbQ==}
+ '@unocss/vite@0.65.4':
+ resolution: {integrity: sha512-02pRcVLfb5UUxMJwudnjS/0ZQdSlskjuXVHdpZpLBZCA8hhoru2uEOsPbUOBRNNMjDj6ld00pmgk/+im07M35Q==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
- '@unocss/webpack@0.65.1':
- resolution: {integrity: sha512-Qq9vpUYQvZT7YHdTL88YDWbSbWf6szQ8PNSUc/vZy4vHaObo2slOnEub9kTdH48TXlL/F1MKGFLBxUXCB7Hp2g==}
+ '@unocss/webpack@0.65.4':
+ resolution: {integrity: sha512-cnd0qnJdSxYlQ+zuF0Qad3xZk2X0/p70XLzlA4TaBZuKa2OPJOyulfJwJSqcrSc4PXYOd9B/B8nXJk8WQ1yBHQ==}
peerDependencies:
webpack: ^4 || ^5
@@ -3601,6 +3770,15 @@ packages:
vue:
optional: true
+ '@vue-macros/common@1.15.1':
+ resolution: {integrity: sha512-O0ZXaladWXwHplQnSjxLbB/G1KpdWCUNJPNYVHIxHonGex1BGpoB4fBZZLgddHgAiy18VZG/Iu5L0kwG+SV7JQ==}
+ engines: {node: '>=16.14.0'}
+ peerDependencies:
+ vue: ^3.5.4
+ peerDependenciesMeta:
+ vue:
+ optional: true
+
'@vue-macros/config@0.3.2':
resolution: {integrity: sha512-oQzYrBLZkS3KJsuXkaLNFyytcK0BDtg09SmOKByIe97fyCGxDTJWxWYxkc/o9ZvHcf9sKFs7f+dWOon4TGJfJQ==}
engines: {node: '>=16.14.0'}
@@ -3811,12 +3989,23 @@ packages:
peerDependencies:
vue: ^3.5.4
+ '@vue/devtools-core@7.6.8':
+ resolution: {integrity: sha512-8X4roysTwzQ94o7IobjVcOd1aZF5iunikrMrHPI2uUdigZCi2kFTQc7ffYiFiTNaLElCpjOhCnM7bo7aK1yU7A==}
+ peerDependencies:
+ vue: ^3.5.4
+
'@vue/devtools-kit@7.4.4':
resolution: {integrity: sha512-awK/4NfsUG0nQ7qnTM37m7ZkEUMREyPh8taFCX+uQYps/MTFEum0AD05VeGDRMXwWvMmGIcWX9xp8ZiBddY0jw==}
+ '@vue/devtools-kit@7.6.8':
+ resolution: {integrity: sha512-JhJ8M3sPU+v0P2iZBF2DkdmR9L0dnT5RXJabJqX6o8KtFs3tebdvfoXV2Dm3BFuqeECuMJIfF1aCzSt+WQ4wrw==}
+
'@vue/devtools-shared@7.4.5':
resolution: {integrity: sha512-2XgUOkL/7QDmyYI9J7cm+rz/qBhcGv+W5+i1fhwdQ0HQ1RowhdK66F0QBuJSz/5k12opJY8eN6m03/XZMs7imQ==}
+ '@vue/devtools-shared@7.7.0':
+ resolution: {integrity: sha512-jtlQY26R5thQxW9YQTpXbI0HoK0Wf9Rd4ekidOkRvSy7ChfK0kIU6vvcBtjj87/EcpeOSK49fZAicaFNJcoTcQ==}
+
'@vue/language-core@2.1.10':
resolution: {integrity: sha512-DAI289d0K3AB5TUG3xDp9OuQ71CnrujQwJrQnfuZDwo6eGNf0UoRlPuaVNO+Zrn65PC3j0oB2i7mNmVPggeGeQ==}
peerDependencies:
@@ -4199,6 +4388,10 @@ packages:
resolution: {integrity: sha512-RlNqd4u6c/rJ5R+tN/ZTtyNrH8X0NHCvyt6gD8RHa3JjzxxHWoyaU0Ujk3Zjbh7IZqrYl1Sxm6XzZifmVxXxHQ==}
engines: {node: '>=16.14.0'}
+ ast-kit@1.3.2:
+ resolution: {integrity: sha512-gdvX700WVC6sHCJQ7bJGfDvtuKAh6Sa6weIZROxfzUZKP7BjvB8y0SMlM/o4omSQ3L60PQSJROBJsb0vEViVnA==}
+ engines: {node: '>=16.14.0'}
+
ast-types@0.15.2:
resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==}
engines: {node: '>=4'}
@@ -4272,6 +4465,9 @@ packages:
birpc@0.2.17:
resolution: {integrity: sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==}
+ birpc@0.2.19:
+ resolution: {integrity: sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==}
+
blurhash@2.0.5:
resolution: {integrity: sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==}
@@ -4315,8 +4511,8 @@ packages:
resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
engines: {node: '>=6'}
- bumpp@9.9.2:
- resolution: {integrity: sha512-ggRxRV1rWHEyWXnf55UqYzGvttS/Vpkl1zxcNdE5xoYMTHlSgRA0Td4nKn3ckCcMuC+MTgaGQrbKBeyr0V9+Hg==}
+ bumpp@9.10.0:
+ resolution: {integrity: sha512-gNY3tYEGKyqW8+qtpeLQ2UfQW7G81d/vhCWNGrMlvy0Toq1LZPRs8wk9woAw8o9Tzv7pvjaF/Gno+UN3qiqNxA==}
engines: {node: '>=10'}
hasBin: true
@@ -4459,6 +4655,10 @@ packages:
resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==}
engines: {node: '>= 14.16.0'}
+ chokidar@4.0.3:
+ resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
+ engines: {node: '>= 14.16.0'}
+
chownr@2.0.0:
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
engines: {node: '>=10'}
@@ -4606,10 +4806,6 @@ packages:
consola@2.15.3:
resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==}
- consola@3.2.3:
- resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==}
- engines: {node: ^14.18.0 || >=16.10.0}
-
consola@3.3.3:
resolution: {integrity: sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==}
engines: {node: ^14.18.0 || >=16.10.0}
@@ -4666,6 +4862,10 @@ packages:
resolution: {integrity: sha512-ULYhWIonJzlScCCQrPUG5uMXzXxSixty4djud9SS37DoNxDdkeRocxzHuAo4ImRBUK+mAuU5X9TSwEDccnnuPg==}
hasBin: true
+ cronstrue@2.52.0:
+ resolution: {integrity: sha512-NKgHbWkSZXJUcaBHSsyzC8eegD6bBd4O0oCI6XMIJ+y4Bq3v4w7sY3wfWoKPuVlq9pQHRB6od0lmKpIqi8TlKA==}
+ hasBin: true
+
cross-spawn@7.0.3:
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
engines: {node: '>= 8'}
@@ -4975,6 +5175,10 @@ packages:
resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==}
engines: {node: '>=12'}
+ dotenv@16.4.7:
+ resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==}
+ engines: {node: '>=12'}
+
dunder-proto@1.0.0:
resolution: {integrity: sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==}
engines: {node: '>= 0.4'}
@@ -5118,6 +5322,11 @@ packages:
engines: {node: '>=18'}
hasBin: true
+ esbuild@0.24.2:
+ resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==}
+ engines: {node: '>=18'}
+ hasBin: true
+
escalade@3.2.0:
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
engines: {node: '>=6'}
@@ -5482,6 +5691,9 @@ packages:
flatted@3.3.1:
resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
+ flatted@3.3.2:
+ resolution: {integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==}
+
floating-vue@5.2.2:
resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==}
peerDependencies:
@@ -5618,9 +5830,15 @@ packages:
git-up@7.0.0:
resolution: {integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==}
+ git-up@8.0.0:
+ resolution: {integrity: sha512-uBI8Zdt1OZlrYfGcSVroLJKgyNNXlgusYFzHk614lTasz35yg2PVpL1RMy0LOO2dcvF9msYW3pRfUSmafZNrjg==}
+
git-url-parse@15.0.0:
resolution: {integrity: sha512-5reeBufLi+i4QD3ZFftcJs9jC26aULFLBU23FeKM/b1rI0K6ofIeAblmDVO7Ht22zTDE9+CkJ3ZVb0CgJmz3UQ==}
+ git-url-parse@16.0.0:
+ resolution: {integrity: sha512-Y8iAF0AmCaqXc6a5GYgPQW9ESbncNLOL+CeQAJRhmWUOmnPkKpBYeWYp4mFd3LA5j53CdGDdslzX12yEBVHQQg==}
+
github-reserved-names@2.0.4:
resolution: {integrity: sha512-T2azXbRJTJGQc28G6x89LpzQmuVjzl0hzJXPRD2t9yMh7URYUW8Opqr5ptHvjAVDJ+hwhBtoYmVx3VyFawRoFg==}
@@ -6414,6 +6632,10 @@ packages:
resolution: {integrity: sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==}
engines: {node: '>=16.14.0'}
+ magic-string-ast@0.6.3:
+ resolution: {integrity: sha512-C9sgUzVZtUtzCBoMdYtwrIRQ4IucGRFGgdhkjL7PXsVfPYmTuWtewqzk7dlipaCMWH/gOYehW9rgMoa4Oebtpw==}
+ engines: {node: '>=16.14.0'}
+
magic-string@0.25.9:
resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==}
@@ -6744,6 +6966,11 @@ packages:
engines: {node: ^18 || >=20}
hasBin: true
+ nanoid@5.0.9:
+ resolution: {integrity: sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==}
+ engines: {node: ^18 || >=20}
+ hasBin: true
+
nanotar@0.1.1:
resolution: {integrity: sha512-AiJsGsSF3O0havL1BydvI4+wR76sKT+okKRwWIaK96cZUnXqH0uNBOsHlbwZq3+m2BR1VKqHDVudl3gO4mYjpQ==}
@@ -6851,8 +7078,8 @@ packages:
engines: {node: ^16.10.0 || >=18.0.0}
hasBin: true
- nuxi@3.15.0:
- resolution: {integrity: sha512-ZVu45nuDrdb7nzKW2kLGY/N1vvFYLLbUVX6gUYw4BApKGGu4+GktTR5o48dGVgMYX9A8chaugl7TL9ZYmwC9Mg==}
+ nuxi@3.19.1:
+ resolution: {integrity: sha512-yjJggqwSkymaWM/f4+1nPBTW1Hg7tZ0ZQax69zlqq+Ftc6rfAnJSgGUwhAuoo7E7x3JGQ0Uzzokz11Y7PuRj6g==}
engines: {node: ^16.10.0 || >=18.0.0}
hasBin: true
@@ -6886,13 +7113,13 @@ packages:
'@types/node':
optional: true
- nuxt@3.14.1592:
- resolution: {integrity: sha512-roWAQH4Mb6WY72cNos+YVw0DgTCNAhNygiAMCedM7hbX6ESTR2n3VH7tU0yIWDPe/hfFdii4M4wWTTNHOtS44g==}
- engines: {node: ^14.18.0 || >=16.10.0}
+ nuxt@3.15.1:
+ resolution: {integrity: sha512-8sKgqjhu5JoaVv89TnBW5S0jvsXRrEWGF+CguYUPK+6sRAtNcJAwcWxd4pEmURYQ2D0jjdfgr/VyH0i9CdhkBQ==}
+ engines: {node: ^18.20.5 || ^20.9.0 || >=22.0.0}
hasBin: true
peerDependencies:
'@parcel/watcher': ^2.1.0
- '@types/node': ^14.18.0 || >=16.10.0
+ '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
peerDependenciesMeta:
'@parcel/watcher':
optional: true
@@ -6909,6 +7136,11 @@ packages:
engines: {node: ^14.16.0 || >=16.10.0}
hasBin: true
+ nypm@0.4.1:
+ resolution: {integrity: sha512-1b9mihliBh8UCcKtcGRu//G50iHpjxIQVUqkdhPT/SDVE7KdJKoHXLS0heuYTQCx95dFqiyUbXZB9r8ikn+93g==}
+ engines: {node: ^14.16.0 || >=16.10.0}
+ hasBin: true
+
object-assign@4.1.1:
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
engines: {node: '>=0.10.0'}
@@ -7025,6 +7257,12 @@ packages:
package-manager-detector@0.2.7:
resolution: {integrity: sha512-g4+387DXDKlZzHkP+9FLt8yKj8+/3tOkPv7DVTJGGRm00RkEWgqbFstX1mXJ4M0VDYhUqsTOiISqNOJnhAu3PQ==}
+ package-manager-detector@0.2.8:
+ resolution: {integrity: sha512-ts9KSdroZisdvKMWVAVCXiKqnqNfXz4+IbrBG8/BWx/TR5le+jfenvoBuIZ6UWM9nz47W7AbD9qYfAwfWMIwzA==}
+
+ packrup@0.1.2:
+ resolution: {integrity: sha512-ZcKU7zrr5GlonoS9cxxrb5HVswGnyj6jQvwFBa6p5VFw7G71VAHcUKL5wyZSU/ECtPM/9gacWxy2KFQKt1gMNA==}
+
page-lifecycle@0.1.2:
resolution: {integrity: sha512-+3uccYgL0CXG0KSXRxZi4uc2E6mqFWV5HqiJJgcnaJCiS0LqiuJ4vB420N21NFuLvuvLB4Jr5drgQ2NXAXF9Iw==}
@@ -7068,6 +7306,10 @@ packages:
parse-url@8.1.0:
resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==}
+ parse-url@9.2.0:
+ resolution: {integrity: sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==}
+ engines: {node: '>=14.13.0'}
+
parse5-htmlparser2-tree-adapter@7.0.0:
resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==}
@@ -7755,6 +7997,19 @@ packages:
rollup:
optional: true
+ rollup-plugin-visualizer@5.14.0:
+ resolution: {integrity: sha512-VlDXneTDaKsHIw8yzJAFWtrzguoJ/LnQ+lMpoVfYJ3jJF4Ihe5oYLAqLklIK/35lgUY+1yEzCkHyZ1j4A5w5fA==}
+ engines: {node: '>=18'}
+ hasBin: true
+ peerDependencies:
+ rolldown: 1.x
+ rollup: 2.x || 3.x || 4.x
+ peerDependenciesMeta:
+ rolldown:
+ optional: true
+ rollup:
+ optional: true
+
rollup-pluginutils@2.8.2:
resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==}
@@ -7913,6 +8168,10 @@ packages:
resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==}
engines: {node: '>= 10'}
+ sirv@3.0.0:
+ resolution: {integrity: sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==}
+ engines: {node: '>=18'}
+
sisteransi@1.0.5:
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
@@ -8277,6 +8536,9 @@ packages:
tinyexec@0.3.1:
resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==}
+ tinyexec@0.3.2:
+ resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
+
tinyglobby@0.2.10:
resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==}
engines: {node: '>=12.0.0'}
@@ -8463,8 +8725,8 @@ packages:
unenv@1.10.0:
resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==}
- unhead@1.11.11:
- resolution: {integrity: sha512-98tM2R8OWJhvS6uqTewkfIrsPqFU/VwnKpU2tVZ+jPXSWgWSLmM3K2Y2v5AEM4bZjmC/XH8pLVGzbqB7xzFI/Q==}
+ unhead@1.11.15:
+ resolution: {integrity: sha512-fA0rYB7qMHKY4sg0yzEXhi0cqiF/nl/OUKNaXOS9ChJwCjJxabpZvmQIUOiGS+1ckoFbZc3qZnhDLpdeNhOQwg==}
unhead@1.11.6:
resolution: {integrity: sha512-TKTQGUzHKF925VZ4KZVbLfKFzTVTEWfPLaXKmkd/ptEY2FHEoJUF7xOpAWc3K7Jzy/ExS66TL7GnLLjtd4sISg==}
@@ -8540,11 +8802,11 @@ packages:
unlazy@0.12.1:
resolution: {integrity: sha512-NdUAiAzZpqYzwCKFPLcFoWqoodwMH3Ka1ETx38ll92ACJQ/r6XhgCdApFd135paNEKKFstU5fiKvqxxd7dPyqg==}
- unocss@0.65.1:
- resolution: {integrity: sha512-WK8EZlduulTcy2i1O4/hVPIYlgcztMbOqsIrxY18Hx1LXSkI5LgTl0FVEyf+xLcwqoUzt4VH2BWEEkzQ13+GAg==}
+ unocss@0.65.4:
+ resolution: {integrity: sha512-KUCW5OzI20Ik6j1zXkkrpWhxZ59TwSKl6+DvmYHEzMfaEcrHlBZaFSApAoSt2CYSvo6SluGiKyr+Im1UTkd4KA==}
engines: {node: '>=14'}
peerDependencies:
- '@unocss/webpack': 0.65.1
+ '@unocss/webpack': 0.65.4
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
peerDependenciesMeta:
'@unocss/webpack':
@@ -8597,6 +8859,14 @@ packages:
vue-router:
optional: true
+ unplugin-vue-router@0.10.9:
+ resolution: {integrity: sha512-DXmC0GMcROOnCmN56GRvi1bkkG1BnVs4xJqNvucBUeZkmB245URvtxOfbo3H6q4SOUQQbLPYWd6InzvjRh363A==}
+ peerDependencies:
+ vue-router: ^4.4.0
+ peerDependenciesMeta:
+ vue-router:
+ optional: true
+
unplugin@1.14.1:
resolution: {integrity: sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==}
engines: {node: '>=14.0.0'}
@@ -8619,6 +8889,10 @@ packages:
resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==}
engines: {node: '>=14.0.0'}
+ unplugin@2.0.0-beta.1:
+ resolution: {integrity: sha512-2qzQo5LN2DmUZXkWDHvGKLF5BP0WN+KthD6aPnPJ8plRBIjv4lh5O07eYcSxgO2znNw9s4MNhEO1sB+JDllDbQ==}
+ engines: {node: '>=18.12.0'}
+
unplugin@2.1.2:
resolution: {integrity: sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==}
engines: {node: '>=18.12.0'}
@@ -8762,6 +9036,11 @@ packages:
peerDependencies:
vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0
+ vite-hot-client@0.2.4:
+ resolution: {integrity: sha512-a1nzURqO7DDmnXqabFOliz908FRmIppkBKsJthS8rbe8hBEXwEwe4C3Pp33Z1JoFCYfVL4kTOMLKk0ZZxREIeA==}
+ peerDependencies:
+ vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
+
vite-node@2.1.2:
resolution: {integrity: sha512-HPcGNN5g/7I2OtPjLqgOtCRu/qhVvBxTUD3qzitmL0SrG1cWFzxzhMDWussxSbrRYWqnKf8P2jiNhPMSN+ymsQ==}
engines: {node: ^18.0.0 || >=20.0.0}
@@ -8816,6 +9095,16 @@ packages:
'@nuxt/kit':
optional: true
+ vite-plugin-inspect@0.8.9:
+ resolution: {integrity: sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@nuxt/kit': '*'
+ vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1
+ peerDependenciesMeta:
+ '@nuxt/kit':
+ optional: true
+
vite-plugin-pwa@0.21.1:
resolution: {integrity: sha512-rkTbKFbd232WdiRJ9R3u+hZmf5SfQljX1b45NF6oLA6DSktEKpYllgTo1l2lkiZWMWV78pABJtFjNXfBef3/3Q==}
engines: {node: '>=16.0.0'}
@@ -8838,6 +9127,11 @@ packages:
peerDependencies:
vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0
+ vite-plugin-vue-inspector@5.3.1:
+ resolution: {integrity: sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==}
+ peerDependencies:
+ vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0
+
vite@5.4.11:
resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==}
engines: {node: ^18.0.0 || >=20.0.0}
@@ -8900,6 +9194,46 @@ packages:
terser:
optional: true
+ vite@6.0.7:
+ resolution: {integrity: sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==}
+ engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
+ jiti: '>=1.21.0'
+ less: '*'
+ lightningcss: ^1.21.0
+ sass: '*'
+ sass-embedded: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.16.0
+ tsx: ^4.8.1
+ yaml: ^2.4.2
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ jiti:
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ sass-embedded:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+ tsx:
+ optional: true
+ yaml:
+ optional: true
+
vitest-environment-nuxt@1.0.1:
resolution: {integrity: sha512-eBCwtIQriXW5/M49FjqNKfnlJYlG2LWMSNFsRVKomc8CaMqmhQPBS5LZ9DlgYL9T8xIVsiA6RZn2lk7vxov3Ow==}
@@ -9294,7 +9628,7 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@3.12.1(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
+ '@antfu/eslint-config@3.12.1(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
'@antfu/install-pkg': 0.5.0
'@clack/prompts': 0.9.0
@@ -9333,7 +9667,7 @@ snapshots:
yaml-eslint-parser: 1.2.3
yargs: 17.7.2
optionalDependencies:
- '@unocss/eslint-plugin': 0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/eslint-plugin': 0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
eslint-plugin-format: 0.1.3(eslint@9.17.0(jiti@2.4.2))
transitivePeerDependencies:
- '@eslint/json'
@@ -9440,7 +9774,7 @@ snapshots:
'@babel/helper-annotate-as-pure@7.25.9':
dependencies:
- '@babel/types': 7.26.0
+ '@babel/types': 7.26.3
'@babel/helper-builder-binary-assignment-operator-visitor@7.22.5':
dependencies:
@@ -9475,6 +9809,19 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.24.7
+ '@babel/helper-member-expression-to-functions': 7.24.8
+ '@babel/helper-optimise-call-expression': 7.24.7
+ '@babel/helper-replace-supers': 7.25.0(@babel/core@7.26.0)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
+ '@babel/traverse': 7.25.3
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.0)':
dependencies:
'@babel/core': 7.26.0
@@ -9528,7 +9875,7 @@ snapshots:
'@babel/helper-member-expression-to-functions@7.25.9':
dependencies:
'@babel/traverse': 7.25.9
- '@babel/types': 7.26.0
+ '@babel/types': 7.26.3
transitivePeerDependencies:
- supports-color
@@ -9575,7 +9922,7 @@ snapshots:
'@babel/helper-optimise-call-expression@7.25.9':
dependencies:
- '@babel/types': 7.26.0
+ '@babel/types': 7.26.3
'@babel/helper-plugin-utils@7.24.8': {}
@@ -9600,6 +9947,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-replace-supers@7.25.0(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-member-expression-to-functions': 7.24.8
+ '@babel/helper-optimise-call-expression': 7.24.7
+ '@babel/traverse': 7.25.3
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-replace-supers@7.25.9(@babel/core@7.26.0)':
dependencies:
'@babel/core': 7.26.0
@@ -9626,7 +9982,7 @@ snapshots:
'@babel/helper-skip-transparent-expression-wrappers@7.25.9':
dependencies:
'@babel/traverse': 7.25.9
- '@babel/types': 7.26.0
+ '@babel/types': 7.26.3
transitivePeerDependencies:
- supports-color
@@ -9705,6 +10061,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-proposal-decorators@7.23.0(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/helper-replace-supers': 7.25.0(@babel/core@7.26.0)
+ '@babel/helper-split-export-declaration': 7.22.6
+ '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.26.0)
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -9735,6 +10102,11 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.24.8
+
'@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -9755,11 +10127,21 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.24.8
+
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.24.8
+
'@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -10391,6 +10773,9 @@ snapshots:
'@esbuild/aix-ppc64@0.24.0':
optional: true
+ '@esbuild/aix-ppc64@0.24.2':
+ optional: true
+
'@esbuild/android-arm64@0.17.19':
optional: true
@@ -10406,6 +10791,9 @@ snapshots:
'@esbuild/android-arm64@0.24.0':
optional: true
+ '@esbuild/android-arm64@0.24.2':
+ optional: true
+
'@esbuild/android-arm@0.17.19':
optional: true
@@ -10421,6 +10809,9 @@ snapshots:
'@esbuild/android-arm@0.24.0':
optional: true
+ '@esbuild/android-arm@0.24.2':
+ optional: true
+
'@esbuild/android-x64@0.17.19':
optional: true
@@ -10436,6 +10827,9 @@ snapshots:
'@esbuild/android-x64@0.24.0':
optional: true
+ '@esbuild/android-x64@0.24.2':
+ optional: true
+
'@esbuild/darwin-arm64@0.17.19':
optional: true
@@ -10451,6 +10845,9 @@ snapshots:
'@esbuild/darwin-arm64@0.24.0':
optional: true
+ '@esbuild/darwin-arm64@0.24.2':
+ optional: true
+
'@esbuild/darwin-x64@0.17.19':
optional: true
@@ -10466,6 +10863,9 @@ snapshots:
'@esbuild/darwin-x64@0.24.0':
optional: true
+ '@esbuild/darwin-x64@0.24.2':
+ optional: true
+
'@esbuild/freebsd-arm64@0.17.19':
optional: true
@@ -10481,6 +10881,9 @@ snapshots:
'@esbuild/freebsd-arm64@0.24.0':
optional: true
+ '@esbuild/freebsd-arm64@0.24.2':
+ optional: true
+
'@esbuild/freebsd-x64@0.17.19':
optional: true
@@ -10496,6 +10899,9 @@ snapshots:
'@esbuild/freebsd-x64@0.24.0':
optional: true
+ '@esbuild/freebsd-x64@0.24.2':
+ optional: true
+
'@esbuild/linux-arm64@0.17.19':
optional: true
@@ -10511,6 +10917,9 @@ snapshots:
'@esbuild/linux-arm64@0.24.0':
optional: true
+ '@esbuild/linux-arm64@0.24.2':
+ optional: true
+
'@esbuild/linux-arm@0.17.19':
optional: true
@@ -10526,6 +10935,9 @@ snapshots:
'@esbuild/linux-arm@0.24.0':
optional: true
+ '@esbuild/linux-arm@0.24.2':
+ optional: true
+
'@esbuild/linux-ia32@0.17.19':
optional: true
@@ -10541,6 +10953,9 @@ snapshots:
'@esbuild/linux-ia32@0.24.0':
optional: true
+ '@esbuild/linux-ia32@0.24.2':
+ optional: true
+
'@esbuild/linux-loong64@0.17.19':
optional: true
@@ -10556,6 +10971,9 @@ snapshots:
'@esbuild/linux-loong64@0.24.0':
optional: true
+ '@esbuild/linux-loong64@0.24.2':
+ optional: true
+
'@esbuild/linux-mips64el@0.17.19':
optional: true
@@ -10571,6 +10989,9 @@ snapshots:
'@esbuild/linux-mips64el@0.24.0':
optional: true
+ '@esbuild/linux-mips64el@0.24.2':
+ optional: true
+
'@esbuild/linux-ppc64@0.17.19':
optional: true
@@ -10586,6 +11007,9 @@ snapshots:
'@esbuild/linux-ppc64@0.24.0':
optional: true
+ '@esbuild/linux-ppc64@0.24.2':
+ optional: true
+
'@esbuild/linux-riscv64@0.17.19':
optional: true
@@ -10601,6 +11025,9 @@ snapshots:
'@esbuild/linux-riscv64@0.24.0':
optional: true
+ '@esbuild/linux-riscv64@0.24.2':
+ optional: true
+
'@esbuild/linux-s390x@0.17.19':
optional: true
@@ -10616,6 +11043,9 @@ snapshots:
'@esbuild/linux-s390x@0.24.0':
optional: true
+ '@esbuild/linux-s390x@0.24.2':
+ optional: true
+
'@esbuild/linux-x64@0.17.19':
optional: true
@@ -10631,6 +11061,12 @@ snapshots:
'@esbuild/linux-x64@0.24.0':
optional: true
+ '@esbuild/linux-x64@0.24.2':
+ optional: true
+
+ '@esbuild/netbsd-arm64@0.24.2':
+ optional: true
+
'@esbuild/netbsd-x64@0.17.19':
optional: true
@@ -10646,12 +11082,18 @@ snapshots:
'@esbuild/netbsd-x64@0.24.0':
optional: true
+ '@esbuild/netbsd-x64@0.24.2':
+ optional: true
+
'@esbuild/openbsd-arm64@0.23.1':
optional: true
'@esbuild/openbsd-arm64@0.24.0':
optional: true
+ '@esbuild/openbsd-arm64@0.24.2':
+ optional: true
+
'@esbuild/openbsd-x64@0.17.19':
optional: true
@@ -10667,6 +11109,9 @@ snapshots:
'@esbuild/openbsd-x64@0.24.0':
optional: true
+ '@esbuild/openbsd-x64@0.24.2':
+ optional: true
+
'@esbuild/sunos-x64@0.17.19':
optional: true
@@ -10682,6 +11127,9 @@ snapshots:
'@esbuild/sunos-x64@0.24.0':
optional: true
+ '@esbuild/sunos-x64@0.24.2':
+ optional: true
+
'@esbuild/win32-arm64@0.17.19':
optional: true
@@ -10697,6 +11145,9 @@ snapshots:
'@esbuild/win32-arm64@0.24.0':
optional: true
+ '@esbuild/win32-arm64@0.24.2':
+ optional: true
+
'@esbuild/win32-ia32@0.17.19':
optional: true
@@ -10712,6 +11163,9 @@ snapshots:
'@esbuild/win32-ia32@0.24.0':
optional: true
+ '@esbuild/win32-ia32@0.24.2':
+ optional: true
+
'@esbuild/win32-x64@0.17.19':
optional: true
@@ -10727,6 +11181,9 @@ snapshots:
'@esbuild/win32-x64@0.24.0':
optional: true
+ '@esbuild/win32-x64@0.24.2':
+ optional: true
+
'@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.17.0(jiti@2.4.2))':
dependencies:
escape-string-regexp: 4.0.0
@@ -10834,12 +11291,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/utils@2.1.33':
+ '@iconify/utils@2.2.1':
dependencies:
'@antfu/install-pkg': 0.4.1
'@antfu/utils': 0.7.10
'@iconify/types': 2.0.0
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
+ globals: 15.14.0
kolorist: 1.8.0
local-pkg: 0.5.1
mlly: 1.7.3
@@ -11123,17 +11581,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -11222,13 +11680,13 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
'@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.7.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
consola: 3.3.3
defu: 6.1.4
destr: 2.0.3
@@ -11306,17 +11764,16 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxt/devtools-kit@1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)':
+ '@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))':
dependencies:
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/schema': 3.15.1
execa: 7.2.0
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
'@nuxt/devtools-wizard@1.4.2':
dependencies:
@@ -11344,7 +11801,7 @@ snapshots:
rc9: 2.1.2
semver: 7.6.3
- '@nuxt/devtools-wizard@1.6.0':
+ '@nuxt/devtools-wizard@1.7.0':
dependencies:
consola: 3.3.3
diff: 7.0.0
@@ -11352,7 +11809,7 @@ snapshots:
global-directory: 4.0.1
magicast: 0.3.5
pathe: 1.1.2
- pkg-types: 1.2.1
+ pkg-types: 1.3.0
prompts: 2.4.2
rc9: 2.1.2
semver: 7.6.3
@@ -11453,44 +11910,44 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/devtools@1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt/devtools@1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@antfu/utils': 0.7.10
- '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(webpack-sources@3.2.3)
- '@nuxt/devtools-wizard': 1.6.0
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))
- '@vue/devtools-kit': 7.4.4
- birpc: 0.2.17
+ '@nuxt/devtools-kit': 1.7.0(magicast@0.3.5)(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
+ '@nuxt/devtools-wizard': 1.7.0
+ '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
+ '@vue/devtools-core': 7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
+ '@vue/devtools-kit': 7.6.8
+ birpc: 0.2.19
consola: 3.3.3
- cronstrue: 2.50.0
+ cronstrue: 2.52.0
destr: 2.0.3
error-stack-parser-es: 0.1.5
execa: 7.2.0
fast-npm-meta: 0.2.2
- flatted: 3.3.1
+ flatted: 3.3.2
get-port-please: 3.1.2
hookable: 5.5.3
image-meta: 0.2.1
is-installed-globally: 1.0.0
launch-editor: 2.9.1
- local-pkg: 0.5.0
+ local-pkg: 0.5.1
magicast: 0.3.5
- nypm: 0.3.12
+ nypm: 0.4.1
ohash: 1.1.4
pathe: 1.1.2
perfect-debounce: 1.0.0
- pkg-types: 1.2.1
+ pkg-types: 1.3.0
rc9: 2.1.2
scule: 1.3.0
semver: 7.6.3
simple-git: 3.27.0
- sirv: 2.0.4
+ sirv: 3.0.0
tinyglobby: 0.2.10
- unimport: 3.14.4(rollup@4.24.4)
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-inspect: 0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3))(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
- vite-plugin-vue-inspector: 5.1.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
+ unimport: 3.14.5(rollup@4.24.4)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
+ vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
+ vite-plugin-vue-inspector: 5.3.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
which: 3.0.1
ws: 8.18.0
transitivePeerDependencies:
@@ -11499,7 +11956,6 @@ snapshots:
- supports-color
- utf-8-validate
- vue
- - webpack-sources
'@nuxt/kit@3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
dependencies:
@@ -11668,6 +12124,33 @@ snapshots:
- rollup
- supports-color
+ '@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@4.24.4)':
+ dependencies:
+ '@nuxt/schema': 3.15.1
+ c12: 2.0.1(magicast@0.3.5)
+ consola: 3.3.3
+ defu: 6.1.4
+ destr: 2.0.3
+ globby: 14.0.2
+ ignore: 7.0.0
+ jiti: 2.4.2
+ klona: 2.0.6
+ knitwork: 1.2.0
+ mlly: 1.7.3
+ ohash: 1.1.4
+ pathe: 2.0.0
+ pkg-types: 1.3.0
+ scule: 1.3.0
+ semver: 7.6.3
+ ufo: 1.5.4
+ unctx: 2.4.1
+ unimport: 3.14.5(rollup@4.24.4)
+ untyped: 1.5.2
+ transitivePeerDependencies:
+ - magicast
+ - rollup
+ - supports-color
+
'@nuxt/schema@3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)':
dependencies:
compatx: 0.1.8
@@ -11800,33 +12283,27 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)':
+ '@nuxt/telemetry@2.6.4(magicast@0.3.5)(rollup@4.24.4)':
dependencies:
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- ci-info: 4.0.0
+ '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
+ citty: 0.1.6
consola: 3.3.3
- create-require: 1.1.1
- defu: 6.1.4
destr: 2.0.3
- dotenv: 16.4.5
- git-url-parse: 15.0.0
+ dotenv: 16.4.7
+ git-url-parse: 16.0.0
is-docker: 3.0.0
- jiti: 1.21.6
- mri: 1.2.0
- nanoid: 5.0.7
- ofetch: 1.3.4
- package-manager-detector: 0.2.0
+ ofetch: 1.4.1
+ package-manager-detector: 0.2.8
parse-git-config: 3.0.0
- pathe: 1.1.2
+ pathe: 2.0.0
rc9: 2.1.2
- std-env: 3.7.0
+ std-env: 3.8.0
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
- '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@nuxt/schema': 3.13.2(rollup@2.79.1)(webpack-sources@3.2.3)
@@ -11840,7 +12317,7 @@ snapshots:
h3: 1.13.0
local-pkg: 0.5.0
magic-string: 0.30.11
- nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3)
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)
node-fetch-native: 1.6.4
ofetch: 1.4.0
pathe: 1.1.2
@@ -11853,7 +12330,7 @@ snapshots:
unenv: 1.10.0
unplugin: 1.14.1(webpack-sources@3.2.3)
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
vue: 3.5.4(typescript@5.6.2)
vue-router: 4.5.0(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
@@ -11926,41 +12403,38 @@ snapshots:
- vue-tsc
- webpack-sources
- '@nuxt/vite-builder@3.14.1592(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt/vite-builder@3.15.1(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)':
dependencies:
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@rollup/plugin-replace': 6.0.1(rollup@4.24.4)
- '@vitejs/plugin-vue': 5.2.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))
- '@vitejs/plugin-vue-jsx': 4.1.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))
+ '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
+ '@rollup/plugin-replace': 6.0.2(rollup@4.24.4)
+ '@vitejs/plugin-vue': 5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
+ '@vitejs/plugin-vue-jsx': 4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
autoprefixer: 10.4.20(postcss@8.4.49)
- clear: 0.1.0
consola: 3.3.3
cssnano: 7.0.6(postcss@8.4.49)
defu: 6.1.4
- esbuild: 0.24.0
+ esbuild: 0.24.2
escape-string-regexp: 5.0.0
- estree-walker: 3.0.3
externality: 1.0.2
get-port-please: 3.1.2
h3: 1.13.0
- jiti: 2.4.0
- knitwork: 1.1.0
- magic-string: 0.30.14
+ jiti: 2.4.2
+ knitwork: 1.2.0
+ magic-string: 0.30.17
mlly: 1.7.3
ohash: 1.1.4
- pathe: 1.1.2
+ pathe: 2.0.0
perfect-debounce: 1.0.0
- pkg-types: 1.2.1
+ pkg-types: 1.3.0
postcss: 8.4.49
- rollup-plugin-visualizer: 5.12.0(rollup@4.24.4)
+ rollup-plugin-visualizer: 5.14.0(rollup@4.24.4)
std-env: 3.8.0
- strip-literal: 2.1.0
ufo: 1.5.4
unenv: 1.10.0
- unplugin: 1.16.0
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ unplugin: 2.1.2
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
vite-node: 2.1.8(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))
+ vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))
vue: 3.5.4(typescript@5.7.2)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
@@ -11972,6 +12446,7 @@ snapshots:
- magicast
- meow
- optionator
+ - rolldown
- rollup
- sass
- sass-embedded
@@ -11980,11 +12455,12 @@ snapshots:
- sugarss
- supports-color
- terser
+ - tsx
- typescript
- vls
- vti
- vue-tsc
- - webpack-sources
+ - yaml
'@nuxthq/studio@2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)':
dependencies:
@@ -12292,7 +12768,7 @@ snapshots:
estree-walker: 2.0.2
fdir: 6.4.2(picomatch@4.0.2)
is-reference: 1.2.1
- magic-string: 0.30.14
+ magic-string: 0.30.17
picomatch: 4.0.2
optionalDependencies:
rollup: 4.24.4
@@ -12404,7 +12880,14 @@ snapshots:
'@rollup/plugin-replace@6.0.1(rollup@4.24.4)':
dependencies:
'@rollup/pluginutils': 5.1.3(rollup@4.24.4)
- magic-string: 0.30.14
+ magic-string: 0.30.17
+ optionalDependencies:
+ rollup: 4.24.4
+
+ '@rollup/plugin-replace@6.0.2(rollup@4.24.4)':
+ dependencies:
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ magic-string: 0.30.17
optionalDependencies:
rollup: 4.24.4
@@ -12476,14 +12959,6 @@ snapshots:
optionalDependencies:
rollup: 4.20.0
- '@rollup/pluginutils@5.1.0(rollup@4.24.4)':
- dependencies:
- '@types/estree': 1.0.6
- estree-walker: 2.0.2
- picomatch: 2.3.1
- optionalDependencies:
- rollup: 4.24.4
-
'@rollup/pluginutils@5.1.2(rollup@4.24.4)':
dependencies:
'@types/estree': 1.0.6
@@ -12524,6 +12999,14 @@ snapshots:
optionalDependencies:
rollup: 4.24.4
+ '@rollup/pluginutils@5.1.4(rollup@2.79.1)':
+ dependencies:
+ '@types/estree': 1.0.6
+ estree-walker: 2.0.2
+ picomatch: 4.0.2
+ optionalDependencies:
+ rollup: 2.79.1
+
'@rollup/rollup-android-arm-eabi@4.20.0':
optional: true
@@ -12930,6 +13413,8 @@ snapshots:
'@types/object.pick@1.3.2': {}
+ '@types/parse-path@7.0.3': {}
+
'@types/resolve@1.20.2': {}
'@types/throttle-debounce@2.1.0': {}
@@ -13093,17 +13578,17 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
- '@unhead/dom@1.11.11':
+ '@unhead/dom@1.11.15':
dependencies:
- '@unhead/schema': 1.11.11
- '@unhead/shared': 1.11.11
+ '@unhead/schema': 1.11.15
+ '@unhead/shared': 1.11.15
'@unhead/dom@1.11.6':
dependencies:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
- '@unhead/schema@1.11.11':
+ '@unhead/schema@1.11.15':
dependencies:
hookable: 5.5.3
zhead: 2.2.4
@@ -13113,31 +13598,31 @@ snapshots:
hookable: 5.5.3
zhead: 2.2.4
- '@unhead/shared@1.11.11':
+ '@unhead/shared@1.11.15':
dependencies:
- '@unhead/schema': 1.11.11
+ '@unhead/schema': 1.11.15
+ packrup: 0.1.2
'@unhead/shared@1.11.6':
dependencies:
'@unhead/schema': 1.11.6
- '@unhead/ssr@1.11.11':
+ '@unhead/ssr@1.11.15':
dependencies:
- '@unhead/schema': 1.11.11
- '@unhead/shared': 1.11.11
+ '@unhead/schema': 1.11.15
+ '@unhead/shared': 1.11.15
'@unhead/ssr@1.11.6':
dependencies:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
- '@unhead/vue@1.11.11(vue@3.5.4(typescript@5.7.2))':
+ '@unhead/vue@1.11.15(vue@3.5.4(typescript@5.7.2))':
dependencies:
- '@unhead/schema': 1.11.11
- '@unhead/shared': 1.11.11
- defu: 6.1.4
+ '@unhead/schema': 1.11.15
+ '@unhead/shared': 1.11.15
hookable: 5.5.3
- unhead: 1.11.11
+ unhead: 1.11.15
vue: 3.5.4(typescript@5.7.2)
'@unhead/vue@1.11.6(vue@3.5.4(typescript@5.6.2))':
@@ -13171,11 +13656,11 @@ snapshots:
- supports-color
- webpack-sources
- '@unocss/astro@0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@unocss/astro@0.65.4(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@unocss/core': 0.65.1
- '@unocss/reset': 0.65.1
- '@unocss/vite': 0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/core': 0.65.4
+ '@unocss/reset': 0.65.4
+ '@unocss/vite': 0.65.4(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
@@ -13183,18 +13668,18 @@ snapshots:
- supports-color
- vue
- '@unocss/cli@0.65.1(rollup@2.79.1)':
+ '@unocss/cli@0.65.4(rollup@2.79.1)':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
- '@unocss/config': 0.65.1
- '@unocss/core': 0.65.1
- '@unocss/preset-uno': 0.65.1
+ '@rollup/pluginutils': 5.1.4(rollup@2.79.1)
+ '@unocss/config': 0.65.4
+ '@unocss/core': 0.65.4
+ '@unocss/preset-uno': 0.65.4
cac: 6.7.14
chokidar: 3.6.0
colorette: 2.0.20
consola: 3.3.3
- magic-string: 0.30.14
+ magic-string: 0.30.17
pathe: 1.1.2
perfect-debounce: 1.0.0
tinyglobby: 0.2.10
@@ -13202,37 +13687,28 @@ snapshots:
- rollup
- supports-color
- '@unocss/config@0.65.1':
- dependencies:
- '@unocss/core': 0.65.1
- unconfig: 0.5.5
- transitivePeerDependencies:
- - supports-color
-
- '@unocss/config@0.65.3':
+ '@unocss/config@0.65.4':
dependencies:
- '@unocss/core': 0.65.3
+ '@unocss/core': 0.65.4
unconfig: 0.6.0
transitivePeerDependencies:
- supports-color
- '@unocss/core@0.65.1': {}
+ '@unocss/core@0.65.4': {}
- '@unocss/core@0.65.3': {}
-
- '@unocss/eslint-config@0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@unocss/eslint-config@0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@unocss/eslint-plugin': 0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/eslint-plugin': 0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/eslint-plugin@0.65.3(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@unocss/eslint-plugin@0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
'@typescript-eslint/utils': 8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- '@unocss/config': 0.65.3
- '@unocss/core': 0.65.3
+ '@unocss/config': 0.65.4
+ '@unocss/core': 0.65.4
magic-string: 0.30.17
synckit: 0.9.2
transitivePeerDependencies:
@@ -13240,36 +13716,37 @@ snapshots:
- supports-color
- typescript
- '@unocss/extractor-arbitrary-variants@0.65.1':
+ '@unocss/extractor-arbitrary-variants@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
+ '@unocss/core': 0.65.4
- '@unocss/inspector@0.65.1(vue@3.5.4(typescript@5.6.2))':
+ '@unocss/inspector@0.65.4(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@unocss/core': 0.65.1
- '@unocss/rule-utils': 0.65.1
+ '@unocss/core': 0.65.4
+ '@unocss/rule-utils': 0.65.4
+ colorette: 2.0.20
gzip-size: 6.0.0
- sirv: 2.0.4
+ sirv: 3.0.0
vue-flow-layout: 0.1.1(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- vue
- '@unocss/nuxt@0.65.1(magicast@0.3.5)(postcss@8.4.47)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))':
+ '@unocss/nuxt@0.65.4(magicast@0.3.5)(postcss@8.4.47)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
- '@unocss/config': 0.65.1
- '@unocss/core': 0.65.1
- '@unocss/preset-attributify': 0.65.1
- '@unocss/preset-icons': 0.65.1
- '@unocss/preset-tagify': 0.65.1
- '@unocss/preset-typography': 0.65.1
- '@unocss/preset-uno': 0.65.1
- '@unocss/preset-web-fonts': 0.65.1
- '@unocss/preset-wind': 0.65.1
- '@unocss/reset': 0.65.1
- '@unocss/vite': 0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
- '@unocss/webpack': 0.65.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
- unocss: 0.65.1(@unocss/webpack@0.65.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.47)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@2.79.1)
+ '@unocss/config': 0.65.4
+ '@unocss/core': 0.65.4
+ '@unocss/preset-attributify': 0.65.4
+ '@unocss/preset-icons': 0.65.4
+ '@unocss/preset-tagify': 0.65.4
+ '@unocss/preset-typography': 0.65.4
+ '@unocss/preset-uno': 0.65.4
+ '@unocss/preset-web-fonts': 0.65.4
+ '@unocss/preset-wind': 0.65.4
+ '@unocss/reset': 0.65.4
+ '@unocss/vite': 0.65.4(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/webpack': 0.65.4(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
+ unocss: 0.65.4(@unocss/webpack@0.65.4(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.47)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- magicast
- postcss
@@ -13278,100 +13755,99 @@ snapshots:
- vite
- vue
- webpack
- - webpack-sources
- '@unocss/postcss@0.65.1(postcss@8.4.47)':
+ '@unocss/postcss@0.65.4(postcss@8.4.47)':
dependencies:
- '@unocss/config': 0.65.1
- '@unocss/core': 0.65.1
- '@unocss/rule-utils': 0.65.1
+ '@unocss/config': 0.65.4
+ '@unocss/core': 0.65.4
+ '@unocss/rule-utils': 0.65.4
css-tree: 3.1.0
postcss: 8.4.47
tinyglobby: 0.2.10
transitivePeerDependencies:
- supports-color
- '@unocss/preset-attributify@0.65.1':
+ '@unocss/preset-attributify@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
+ '@unocss/core': 0.65.4
- '@unocss/preset-icons@0.65.1':
+ '@unocss/preset-icons@0.65.4':
dependencies:
- '@iconify/utils': 2.1.33
- '@unocss/core': 0.65.1
+ '@iconify/utils': 2.2.1
+ '@unocss/core': 0.65.4
ofetch: 1.4.1
transitivePeerDependencies:
- supports-color
- '@unocss/preset-mini@0.65.1':
+ '@unocss/preset-mini@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
- '@unocss/extractor-arbitrary-variants': 0.65.1
- '@unocss/rule-utils': 0.65.1
+ '@unocss/core': 0.65.4
+ '@unocss/extractor-arbitrary-variants': 0.65.4
+ '@unocss/rule-utils': 0.65.4
- '@unocss/preset-tagify@0.65.1':
+ '@unocss/preset-tagify@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
+ '@unocss/core': 0.65.4
- '@unocss/preset-typography@0.65.1':
+ '@unocss/preset-typography@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
- '@unocss/preset-mini': 0.65.1
+ '@unocss/core': 0.65.4
+ '@unocss/preset-mini': 0.65.4
- '@unocss/preset-uno@0.65.1':
+ '@unocss/preset-uno@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
- '@unocss/preset-mini': 0.65.1
- '@unocss/preset-wind': 0.65.1
- '@unocss/rule-utils': 0.65.1
+ '@unocss/core': 0.65.4
+ '@unocss/preset-mini': 0.65.4
+ '@unocss/preset-wind': 0.65.4
+ '@unocss/rule-utils': 0.65.4
- '@unocss/preset-web-fonts@0.65.1':
+ '@unocss/preset-web-fonts@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
+ '@unocss/core': 0.65.4
ofetch: 1.4.1
- '@unocss/preset-wind@0.65.1':
+ '@unocss/preset-wind@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
- '@unocss/preset-mini': 0.65.1
- '@unocss/rule-utils': 0.65.1
+ '@unocss/core': 0.65.4
+ '@unocss/preset-mini': 0.65.4
+ '@unocss/rule-utils': 0.65.4
'@unocss/reset@0.50.8': {}
- '@unocss/reset@0.65.1': {}
+ '@unocss/reset@0.65.4': {}
- '@unocss/rule-utils@0.65.1':
+ '@unocss/rule-utils@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
- magic-string: 0.30.14
+ '@unocss/core': 0.65.4
+ magic-string: 0.30.17
- '@unocss/transformer-attributify-jsx@0.65.1':
+ '@unocss/transformer-attributify-jsx@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
+ '@unocss/core': 0.65.4
- '@unocss/transformer-compile-class@0.65.1':
+ '@unocss/transformer-compile-class@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
+ '@unocss/core': 0.65.4
- '@unocss/transformer-directives@0.65.1':
+ '@unocss/transformer-directives@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
- '@unocss/rule-utils': 0.65.1
+ '@unocss/core': 0.65.4
+ '@unocss/rule-utils': 0.65.4
css-tree: 3.1.0
- '@unocss/transformer-variant-group@0.65.1':
+ '@unocss/transformer-variant-group@0.65.4':
dependencies:
- '@unocss/core': 0.65.1
+ '@unocss/core': 0.65.4
- '@unocss/vite@0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
+ '@unocss/vite@0.65.4(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
- '@unocss/config': 0.65.1
- '@unocss/core': 0.65.1
- '@unocss/inspector': 0.65.1(vue@3.5.4(typescript@5.6.2))
+ '@rollup/pluginutils': 5.1.4(rollup@2.79.1)
+ '@unocss/config': 0.65.4
+ '@unocss/core': 0.65.4
+ '@unocss/inspector': 0.65.4(vue@3.5.4(typescript@5.6.2))
chokidar: 3.6.0
- magic-string: 0.30.14
+ magic-string: 0.30.17
tinyglobby: 0.2.10
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
@@ -13379,16 +13855,16 @@ snapshots:
- supports-color
- vue
- '@unocss/webpack@0.65.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))':
+ '@unocss/webpack@0.65.4(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.3(rollup@2.79.1)
- '@unocss/config': 0.65.1
- '@unocss/core': 0.65.1
+ '@rollup/pluginutils': 5.1.4(rollup@2.79.1)
+ '@unocss/config': 0.65.4
+ '@unocss/core': 0.65.4
chokidar: 3.6.0
- magic-string: 0.30.14
+ magic-string: 0.30.17
tinyglobby: 0.2.10
- unplugin: 1.16.0
+ unplugin: 2.1.2
webpack: 5.89.0(esbuild@0.23.1)
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -13459,12 +13935,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.1.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))':
+ '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@babel/core': 7.26.0
'@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0)
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
vue: 3.5.4(typescript@5.7.2)
transitivePeerDependencies:
- supports-color
@@ -13474,9 +13950,9 @@ snapshots:
vite: 5.4.5(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
- '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))':
+ '@vitejs/plugin-vue@5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))':
dependencies:
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
vue: 3.5.4(typescript@5.7.2)
'@vitest/eslint-plugin@1.1.21(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
@@ -13618,14 +14094,14 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/common@1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))':
+ '@vue-macros/common@1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))':
dependencies:
- '@babel/types': 7.25.6
- '@rollup/pluginutils': 5.1.0(rollup@4.24.4)
- '@vue/compiler-sfc': 3.5.4
- ast-kit: 1.1.0
- local-pkg: 0.5.0
- magic-string-ast: 0.6.2
+ '@babel/types': 7.26.3
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@vue/compiler-sfc': 3.5.13
+ ast-kit: 1.3.2
+ local-pkg: 0.5.1
+ magic-string-ast: 0.6.3
optionalDependencies:
vue: 3.5.4(typescript@5.7.2)
transitivePeerDependencies:
@@ -13895,11 +14371,11 @@ snapshots:
'@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.0)':
dependencies:
'@babel/helper-module-imports': 7.25.9
- '@babel/helper-plugin-utils': 7.24.8
+ '@babel/helper-plugin-utils': 7.25.9
'@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0)
'@babel/template': 7.25.9
'@babel/traverse': 7.25.9
- '@babel/types': 7.26.0
+ '@babel/types': 7.26.3
'@vue/babel-helper-vue-transform-on': 1.2.5
'@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.0)
html-tags: 3.3.1
@@ -13923,9 +14399,9 @@ snapshots:
'@babel/code-frame': 7.26.2
'@babel/core': 7.26.0
'@babel/helper-module-imports': 7.25.9
- '@babel/helper-plugin-utils': 7.24.8
+ '@babel/helper-plugin-utils': 7.25.9
'@babel/parser': 7.26.2
- '@vue/compiler-sfc': 3.5.4
+ '@vue/compiler-sfc': 3.5.13
transitivePeerDependencies:
- supports-color
@@ -14016,14 +14492,14 @@ snapshots:
transitivePeerDependencies:
- vite
- '@vue/devtools-core@7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))':
+ '@vue/devtools-core@7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))':
dependencies:
- '@vue/devtools-kit': 7.4.4
- '@vue/devtools-shared': 7.4.5
+ '@vue/devtools-kit': 7.6.8
+ '@vue/devtools-shared': 7.7.0
mitt: 3.0.1
- nanoid: 3.3.7
+ nanoid: 5.0.9
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))
+ vite-hot-client: 0.2.4(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
vue: 3.5.4(typescript@5.7.2)
transitivePeerDependencies:
- vite
@@ -14038,10 +14514,24 @@ snapshots:
speakingurl: 14.0.1
superjson: 2.2.1
+ '@vue/devtools-kit@7.6.8':
+ dependencies:
+ '@vue/devtools-shared': 7.7.0
+ birpc: 0.2.19
+ hookable: 5.5.3
+ mitt: 3.0.1
+ perfect-debounce: 1.0.0
+ speakingurl: 14.0.1
+ superjson: 2.2.1
+
'@vue/devtools-shared@7.4.5':
dependencies:
rfdc: 1.4.1
+ '@vue/devtools-shared@7.7.0':
+ dependencies:
+ rfdc: 1.4.1
+
'@vue/language-core@2.1.10(typescript@5.7.2)':
dependencies:
'@volar/language-core': 2.4.11
@@ -14238,13 +14728,13 @@ snapshots:
- supports-color
- webpack-sources
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3)
+ nuxt: 3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -14514,6 +15004,11 @@ snapshots:
'@babel/parser': 7.25.6
pathe: 1.1.2
+ ast-kit@1.3.2:
+ dependencies:
+ '@babel/parser': 7.26.2
+ pathe: 1.1.2
+
ast-types@0.15.2:
dependencies:
tslib: 2.7.0
@@ -14597,6 +15092,8 @@ snapshots:
birpc@0.2.17: {}
+ birpc@0.2.19: {}
+
blurhash@2.0.5: {}
boolbase@1.0.0: {}
@@ -14641,16 +15138,17 @@ snapshots:
builtin-modules@3.3.0: {}
- bumpp@9.9.2(magicast@0.3.5):
+ bumpp@9.10.0(magicast@0.3.5):
dependencies:
c12: 2.0.1(magicast@0.3.5)
cac: 6.7.14
escalade: 3.2.0
js-yaml: 4.1.0
jsonc-parser: 3.3.1
+ package-manager-detector: 0.2.8
prompts: 2.4.2
semver: 7.6.3
- tinyexec: 0.3.1
+ tinyexec: 0.3.2
tinyglobby: 0.2.10
transitivePeerDependencies:
- magicast
@@ -14847,6 +15345,10 @@ snapshots:
dependencies:
readdirp: 4.0.2
+ chokidar@4.0.3:
+ dependencies:
+ readdirp: 4.0.2
+
chownr@2.0.0: {}
chroma-js@2.4.2: {}
@@ -14969,8 +15471,6 @@ snapshots:
consola@2.15.3: {}
- consola@3.2.3: {}
-
consola@3.3.3: {}
console-control-strings@1.1.0: {}
@@ -15016,6 +15516,8 @@ snapshots:
cronstrue@2.50.0: {}
+ cronstrue@2.52.0: {}
+
cross-spawn@7.0.3:
dependencies:
path-key: 3.1.1
@@ -15319,6 +15821,8 @@ snapshots:
dotenv@16.4.5: {}
+ dotenv@16.4.7: {}
+
dunder-proto@1.0.0:
dependencies:
call-bind-apply-helpers: 1.0.0
@@ -15593,6 +16097,34 @@ snapshots:
'@esbuild/win32-ia32': 0.24.0
'@esbuild/win32-x64': 0.24.0
+ esbuild@0.24.2:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.24.2
+ '@esbuild/android-arm': 0.24.2
+ '@esbuild/android-arm64': 0.24.2
+ '@esbuild/android-x64': 0.24.2
+ '@esbuild/darwin-arm64': 0.24.2
+ '@esbuild/darwin-x64': 0.24.2
+ '@esbuild/freebsd-arm64': 0.24.2
+ '@esbuild/freebsd-x64': 0.24.2
+ '@esbuild/linux-arm': 0.24.2
+ '@esbuild/linux-arm64': 0.24.2
+ '@esbuild/linux-ia32': 0.24.2
+ '@esbuild/linux-loong64': 0.24.2
+ '@esbuild/linux-mips64el': 0.24.2
+ '@esbuild/linux-ppc64': 0.24.2
+ '@esbuild/linux-riscv64': 0.24.2
+ '@esbuild/linux-s390x': 0.24.2
+ '@esbuild/linux-x64': 0.24.2
+ '@esbuild/netbsd-arm64': 0.24.2
+ '@esbuild/netbsd-x64': 0.24.2
+ '@esbuild/openbsd-arm64': 0.24.2
+ '@esbuild/openbsd-x64': 0.24.2
+ '@esbuild/sunos-x64': 0.24.2
+ '@esbuild/win32-arm64': 0.24.2
+ '@esbuild/win32-ia32': 0.24.2
+ '@esbuild/win32-x64': 0.24.2
+
escalade@3.2.0: {}
escape-html@1.0.3: {}
@@ -16051,6 +16583,8 @@ snapshots:
flatted@3.3.1: {}
+ flatted@3.3.2: {}
+
floating-vue@5.2.2(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@floating-ui/dom': 1.1.1
@@ -16204,10 +16738,19 @@ snapshots:
is-ssh: 1.4.0
parse-url: 8.1.0
+ git-up@8.0.0:
+ dependencies:
+ is-ssh: 1.4.0
+ parse-url: 9.2.0
+
git-url-parse@15.0.0:
dependencies:
git-up: 7.0.0
+ git-url-parse@16.0.0:
+ dependencies:
+ git-up: 8.0.0
+
github-reserved-names@2.0.4: {}
github-slugger@2.0.0: {}
@@ -17075,6 +17618,10 @@ snapshots:
dependencies:
magic-string: 0.30.14
+ magic-string-ast@0.6.3:
+ dependencies:
+ magic-string: 0.30.17
+
magic-string@0.25.9:
dependencies:
sourcemap-codec: 1.4.8
@@ -17582,6 +18129,8 @@ snapshots:
nanoid@5.0.7: {}
+ nanoid@5.0.9: {}
+
nanotar@0.1.1: {}
natural-compare@1.4.0: {}
@@ -17590,7 +18139,7 @@ snapshots:
neo-async@2.6.2: {}
- nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.2)(webpack-sources@3.2.3):
+ nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.2):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -17618,7 +18167,7 @@ snapshots:
defu: 6.1.4
destr: 2.0.3
dot-prop: 9.0.0
- esbuild: 0.24.0
+ esbuild: 0.24.2
escape-string-regexp: 5.0.0
etag: 1.8.1
fs-extra: 11.2.0
@@ -17628,11 +18177,11 @@ snapshots:
hookable: 5.5.3
httpxy: 0.1.5
ioredis: 5.4.1
- jiti: 2.4.0
+ jiti: 2.4.2
klona: 2.0.6
- knitwork: 1.1.0
+ knitwork: 1.2.0
listhen: 1.9.0
- magic-string: 0.30.14
+ magic-string: 0.30.17
magicast: 0.3.5
mime: 4.0.4
mlly: 1.7.3
@@ -17642,7 +18191,7 @@ snapshots:
openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.7.2)
pathe: 1.1.2
perfect-debounce: 1.0.0
- pkg-types: 1.2.1
+ pkg-types: 1.3.0
pretty-bytes: 6.1.1
radix3: 1.1.2
rollup: 4.24.4
@@ -17654,11 +18203,11 @@ snapshots:
std-env: 3.8.0
ufo: 1.5.4
uncrypto: 0.1.3
- unctx: 2.3.1(webpack-sources@3.2.3)
+ unctx: 2.4.1
unenv: 1.10.0
- unimport: 3.14.4(rollup@4.24.4)
+ unimport: 3.14.5(rollup@4.24.4)
unstorage: 1.14.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
- untyped: 1.5.1
+ untyped: 1.5.2
unwasm: 0.3.9
transitivePeerDependencies:
- '@azure/app-configuration'
@@ -17685,9 +18234,8 @@ snapshots:
- supports-color
- typescript
- uploadthing
- - webpack-sources
- nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3):
+ nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -17715,7 +18263,7 @@ snapshots:
defu: 6.1.4
destr: 2.0.3
dot-prop: 9.0.0
- esbuild: 0.24.0
+ esbuild: 0.24.2
escape-string-regexp: 5.0.0
etag: 1.8.1
fs-extra: 11.2.0
@@ -17725,11 +18273,11 @@ snapshots:
hookable: 5.5.3
httpxy: 0.1.5
ioredis: 5.4.1
- jiti: 2.4.0
+ jiti: 2.4.2
klona: 2.0.6
- knitwork: 1.1.0
+ knitwork: 1.2.0
listhen: 1.9.0
- magic-string: 0.30.14
+ magic-string: 0.30.17
magicast: 0.3.5
mime: 4.0.4
mlly: 1.7.3
@@ -17739,7 +18287,7 @@ snapshots:
openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.2)
pathe: 1.1.2
perfect-debounce: 1.0.0
- pkg-types: 1.2.1
+ pkg-types: 1.3.0
pretty-bytes: 6.1.1
radix3: 1.1.2
rollup: 4.24.4
@@ -17751,11 +18299,11 @@ snapshots:
std-env: 3.8.0
ufo: 1.5.4
uncrypto: 0.1.3
- unctx: 2.3.1(webpack-sources@3.2.3)
+ unctx: 2.4.1
unenv: 1.10.0
- unimport: 3.14.4(rollup@4.24.4)
+ unimport: 3.14.5(rollup@4.24.4)
unstorage: 1.14.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
- untyped: 1.5.1
+ untyped: 1.5.2
unwasm: 0.3.9
transitivePeerDependencies:
- '@azure/app-configuration'
@@ -17782,7 +18330,6 @@ snapshots:
- supports-color
- typescript
- uploadthing
- - webpack-sources
nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3):
dependencies:
@@ -17948,7 +18495,7 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- nuxi@3.15.0: {}
+ nuxi@3.19.1: {}
nuxt-component-meta@0.9.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3):
dependencies:
@@ -18134,72 +18681,72 @@ snapshots:
- webpack-sources
- xml2js
- nuxt@3.14.1592(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2))(webpack-sources@3.2.3):
+ nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.6.0(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
- '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@nuxt/vite-builder': 3.14.1592(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@unhead/dom': 1.11.11
- '@unhead/shared': 1.11.11
- '@unhead/ssr': 1.11.11
- '@unhead/vue': 1.11.11(vue@3.5.4(typescript@5.7.2))
+ '@nuxt/devtools': 1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
+ '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/schema': 3.15.1
+ '@nuxt/telemetry': 2.6.4(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/vite-builder': 3.15.1(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)
+ '@unhead/dom': 1.11.15
+ '@unhead/shared': 1.11.15
+ '@unhead/ssr': 1.11.15
+ '@unhead/vue': 1.11.15(vue@3.5.4(typescript@5.7.2))
'@vue/shared': 3.5.13
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
- chokidar: 4.0.1
+ chokidar: 4.0.3
compatx: 0.1.8
- consola: 3.2.3
+ consola: 3.3.3
cookie-es: 1.2.2
defu: 6.1.4
destr: 2.0.3
devalue: 5.1.1
errx: 0.1.0
- esbuild: 0.24.0
+ esbuild: 0.24.2
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
globby: 14.0.2
h3: 1.13.0
hookable: 5.5.3
- ignore: 6.0.2
+ ignore: 7.0.0
impound: 0.2.0(rollup@4.24.4)
- jiti: 2.4.0
+ jiti: 2.4.2
klona: 2.0.6
- knitwork: 1.1.0
- magic-string: 0.30.14
+ knitwork: 1.2.0
+ magic-string: 0.30.17
mlly: 1.7.3
nanotar: 0.1.1
- nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.2)(webpack-sources@3.2.3)
- nuxi: 3.15.0
- nypm: 0.3.12
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.2)
+ nuxi: 3.19.1
+ nypm: 0.4.1
ofetch: 1.4.1
ohash: 1.1.4
- pathe: 1.1.2
+ pathe: 2.0.0
perfect-debounce: 1.0.0
- pkg-types: 1.2.1
+ pkg-types: 1.3.0
radix3: 1.1.2
scule: 1.3.0
semver: 7.6.3
std-env: 3.8.0
- strip-literal: 2.1.0
+ strip-literal: 2.1.1
tinyglobby: 0.2.10
ufo: 1.5.4
ultrahtml: 1.5.3
uncrypto: 0.1.3
- unctx: 2.3.1(webpack-sources@3.2.3)
+ unctx: 2.4.1
unenv: 1.10.0
- unhead: 1.11.11
- unimport: 3.14.4(rollup@4.24.4)
- unplugin: 1.16.0
- unplugin-vue-router: 0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.7.2)))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ unhead: 1.11.15
+ unimport: 3.14.5(rollup@4.24.4)
+ unplugin: 2.1.2
+ unplugin-vue-router: 0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.7.2)))(vue@3.5.4(typescript@5.7.2))
unstorage: 1.14.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
- untyped: 1.5.1
+ untyped: 1.5.2
vue: 3.5.4(typescript@5.7.2)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
- vue-router: 4.4.5(vue@3.5.4(typescript@5.7.2))
+ vue-router: 4.5.0(vue@3.5.4(typescript@5.7.2))
optionalDependencies:
'@parcel/watcher': 2.4.1
'@types/node': 22.9.0
@@ -18235,6 +18782,7 @@ snapshots:
- meow
- mysql2
- optionator
+ - rolldown
- rollup
- sass
- sass-embedded
@@ -18243,6 +18791,7 @@ snapshots:
- sugarss
- supports-color
- terser
+ - tsx
- typescript
- uploadthing
- utf-8-validate
@@ -18250,8 +18799,8 @@ snapshots:
- vls
- vti
- vue-tsc
- - webpack-sources
- xml2js
+ - yaml
nypm@0.3.11:
dependencies:
@@ -18271,6 +18820,15 @@ snapshots:
pkg-types: 1.2.1
ufo: 1.5.4
+ nypm@0.4.1:
+ dependencies:
+ citty: 0.1.6
+ consola: 3.3.3
+ pathe: 1.1.2
+ pkg-types: 1.3.0
+ tinyexec: 0.3.1
+ ufo: 1.5.4
+
object-assign@4.1.1: {}
object-inspect@1.12.3: {}
@@ -18424,6 +18982,10 @@ snapshots:
package-manager-detector@0.2.7: {}
+ package-manager-detector@0.2.8: {}
+
+ packrup@0.1.2: {}
+
page-lifecycle@0.1.2: {}
paneer@0.1.0:
@@ -18485,6 +19047,11 @@ snapshots:
dependencies:
parse-path: 7.0.0
+ parse-url@9.2.0:
+ dependencies:
+ '@types/parse-path': 7.0.3
+ parse-path: 7.0.0
+
parse5-htmlparser2-tree-adapter@7.0.0:
dependencies:
domhandler: 5.0.3
@@ -19420,6 +19987,15 @@ snapshots:
optionalDependencies:
rollup: 4.24.4
+ rollup-plugin-visualizer@5.14.0(rollup@4.24.4):
+ dependencies:
+ open: 8.4.2
+ picomatch: 4.0.2
+ source-map: 0.7.4
+ yargs: 17.7.2
+ optionalDependencies:
+ rollup: 4.24.4
+
rollup-pluginutils@2.8.2:
dependencies:
estree-walker: 0.6.1
@@ -19692,6 +20268,12 @@ snapshots:
mrmime: 2.0.0
totalist: 3.0.1
+ sirv@3.0.0:
+ dependencies:
+ '@polka/url': 1.0.0-next.24
+ mrmime: 2.0.0
+ totalist: 3.0.1
+
sisteransi@1.0.5: {}
skin-tone@2.0.0:
@@ -20086,6 +20668,8 @@ snapshots:
tinyexec@0.3.1: {}
+ tinyexec@0.3.2: {}
+
tinyglobby@0.2.10:
dependencies:
fdir: 6.4.2(picomatch@4.0.2)
@@ -20281,11 +20865,11 @@ snapshots:
node-fetch-native: 1.6.4
pathe: 1.1.2
- unhead@1.11.11:
+ unhead@1.11.15:
dependencies:
- '@unhead/dom': 1.11.11
- '@unhead/schema': 1.11.11
- '@unhead/shared': 1.11.11
+ '@unhead/dom': 1.11.15
+ '@unhead/schema': 1.11.15
+ '@unhead/shared': 1.11.15
hookable: 5.5.3
unhead@1.11.6:
@@ -20453,6 +21037,25 @@ snapshots:
transitivePeerDependencies:
- rollup
+ unimport@3.14.5(rollup@4.24.4):
+ dependencies:
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ acorn: 8.14.0
+ escape-string-regexp: 5.0.0
+ estree-walker: 3.0.3
+ fast-glob: 3.3.2
+ local-pkg: 0.5.1
+ magic-string: 0.30.17
+ mlly: 1.7.3
+ pathe: 1.1.2
+ picomatch: 4.0.2
+ pkg-types: 1.3.0
+ scule: 1.3.0
+ strip-literal: 2.1.1
+ unplugin: 1.16.0
+ transitivePeerDependencies:
+ - rollup
+
unique-string@2.0.0:
dependencies:
crypto-random-string: 2.0.0
@@ -20490,27 +21093,27 @@ snapshots:
dependencies:
'@unlazy/core': 0.12.1
- unocss@0.65.1(@unocss/webpack@0.65.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.47)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2)):
- dependencies:
- '@unocss/astro': 0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
- '@unocss/cli': 0.65.1(rollup@2.79.1)
- '@unocss/core': 0.65.1
- '@unocss/postcss': 0.65.1(postcss@8.4.47)
- '@unocss/preset-attributify': 0.65.1
- '@unocss/preset-icons': 0.65.1
- '@unocss/preset-mini': 0.65.1
- '@unocss/preset-tagify': 0.65.1
- '@unocss/preset-typography': 0.65.1
- '@unocss/preset-uno': 0.65.1
- '@unocss/preset-web-fonts': 0.65.1
- '@unocss/preset-wind': 0.65.1
- '@unocss/transformer-attributify-jsx': 0.65.1
- '@unocss/transformer-compile-class': 0.65.1
- '@unocss/transformer-directives': 0.65.1
- '@unocss/transformer-variant-group': 0.65.1
- '@unocss/vite': 0.65.1(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ unocss@0.65.4(@unocss/webpack@0.65.4(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1)))(postcss@8.4.47)(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2)):
+ dependencies:
+ '@unocss/astro': 0.65.4(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
+ '@unocss/cli': 0.65.4(rollup@2.79.1)
+ '@unocss/core': 0.65.4
+ '@unocss/postcss': 0.65.4(postcss@8.4.47)
+ '@unocss/preset-attributify': 0.65.4
+ '@unocss/preset-icons': 0.65.4
+ '@unocss/preset-mini': 0.65.4
+ '@unocss/preset-tagify': 0.65.4
+ '@unocss/preset-typography': 0.65.4
+ '@unocss/preset-uno': 0.65.4
+ '@unocss/preset-web-fonts': 0.65.4
+ '@unocss/preset-wind': 0.65.4
+ '@unocss/transformer-attributify-jsx': 0.65.4
+ '@unocss/transformer-compile-class': 0.65.4
+ '@unocss/transformer-directives': 0.65.4
+ '@unocss/transformer-variant-group': 0.65.4
+ '@unocss/vite': 0.65.4(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
- '@unocss/webpack': 0.65.1(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
+ '@unocss/webpack': 0.65.4(rollup@2.79.1)(webpack@5.89.0(esbuild@0.23.1))
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
- postcss
@@ -20643,28 +21246,27 @@ snapshots:
- vue
- webpack-sources
- unplugin-vue-router@0.10.8(rollup@4.24.4)(vue-router@4.4.5(vue@3.5.4(typescript@5.7.2)))(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3):
+ unplugin-vue-router@0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.7.2)))(vue@3.5.4(typescript@5.7.2)):
dependencies:
- '@babel/types': 7.25.6
- '@rollup/pluginutils': 5.1.0(rollup@4.24.4)
- '@vue-macros/common': 1.12.3(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))
+ '@babel/types': 7.26.3
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@vue-macros/common': 1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
json5: 2.2.3
- local-pkg: 0.5.0
- magic-string: 0.30.11
+ local-pkg: 0.5.1
+ magic-string: 0.30.17
mlly: 1.7.3
pathe: 1.1.2
scule: 1.3.0
- unplugin: 1.14.1(webpack-sources@3.2.3)
- yaml: 2.5.0
+ unplugin: 2.0.0-beta.1
+ yaml: 2.6.1
optionalDependencies:
- vue-router: 4.4.5(vue@3.5.4(typescript@5.7.2))
+ vue-router: 4.5.0(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- rollup
- vue
- - webpack-sources
unplugin@1.14.1(webpack-sources@3.2.3):
dependencies:
@@ -20685,6 +21287,11 @@ snapshots:
acorn: 8.14.0
webpack-virtual-modules: 0.6.2
+ unplugin@2.0.0-beta.1:
+ dependencies:
+ acorn: 8.14.0
+ webpack-virtual-modules: 0.6.2
+
unplugin@2.1.2:
dependencies:
acorn: 8.14.0
@@ -20862,6 +21469,10 @@ snapshots:
dependencies:
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite-hot-client@0.2.4(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)):
+ dependencies:
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
+
vite-node@2.1.2(@types/node@22.9.0)(terser@5.36.0):
dependencies:
cac: 6.7.14
@@ -20920,7 +21531,7 @@ snapshots:
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
- vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.7.2)):
+ vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2)):
dependencies:
'@babel/code-frame': 7.24.7
ansi-escapes: 4.3.2
@@ -20932,7 +21543,7 @@ snapshots:
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.8
@@ -20979,20 +21590,20 @@ snapshots:
- rollup
- supports-color
- vite-plugin-inspect@0.8.7(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3))(rollup@4.24.4)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
+ vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.0(rollup@4.24.4)
- debug: 4.3.7
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ debug: 4.4.0(supports-color@9.4.0)
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
open: 10.1.0
perfect-debounce: 1.0.0
- picocolors: 1.0.1
- sirv: 2.0.4
- vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
+ picocolors: 1.1.1
+ sirv: 3.0.0
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
optionalDependencies:
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@2.79.1)
transitivePeerDependencies:
- rollup
- supports-color
@@ -21038,6 +21649,21 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ vite-plugin-vue-inspector@5.3.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)):
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/plugin-proposal-decorators': 7.23.0(@babel/core@7.26.0)
+ '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.26.0)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0)
+ '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
+ '@vue/compiler-dom': 3.5.13
+ kolorist: 1.8.0
+ magic-string: 0.30.17
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
+ transitivePeerDependencies:
+ - supports-color
+
vite@5.4.11(@types/node@22.9.0)(terser@5.36.0):
dependencies:
esbuild: 0.21.5
@@ -21058,9 +21684,22 @@ snapshots:
fsevents: 2.3.3
terser: 5.36.0
- vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1):
+ dependencies:
+ esbuild: 0.24.2
+ postcss: 8.4.49
+ rollup: 4.24.4
+ optionalDependencies:
+ '@types/node': 22.9.0
+ fsevents: 2.3.3
+ jiti: 2.4.2
+ terser: 5.36.0
+ tsx: 4.19.2
+ yaml: 2.6.1
+
+ vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
- '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@cucumber/cucumber'
- '@jest/globals'
@@ -21216,15 +21855,15 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.2)
- vue-router@4.4.5(vue@3.5.4(typescript@5.7.2)):
+ vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.6.2)
- vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)):
+ vue-router@4.5.0(vue@3.5.4(typescript@5.7.2)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.4(typescript@5.6.2)
+ vue: 3.5.4(typescript@5.7.2)
vue-template-compiler@2.7.14:
dependencies:
From 88e00190fd6835dcc7c81ca3bb41304efa6498b2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 13 Jan 2025 05:30:58 +0000
Subject: [PATCH 047/101] chore(deps): update lint (#3131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji
(cherry picked from commit 2a85c9ebd477d44368f204774422aa8a757eb19f)
---
components/modal/DurationPicker.vue | 4 +-
package.json | 4 +-
pnpm-lock.yaml | 704 ++++++++++++++--------------
3 files changed, 364 insertions(+), 348 deletions(-)
diff --git a/components/modal/DurationPicker.vue b/components/modal/DurationPicker.vue
index 049b05d9c..897dcd02f 100644
--- a/components/modal/DurationPicker.vue
+++ b/components/modal/DurationPicker.vue
@@ -14,8 +14,8 @@ watchEffect(() => {
const duration
= days.value * 24 * 60 * 60
- + hours.value * 60 * 60
- + minutes.value * 60
+ + hours.value * 60 * 60
+ + minutes.value * 60
if (duration <= 0) {
isValid.value = false
diff --git a/package.json b/package.json
index 4b1e3b6ba..26b6847f4 100644
--- a/package.json
+++ b/package.json
@@ -114,7 +114,7 @@
"ws": "^8.15.1"
},
"devDependencies": {
- "@antfu/eslint-config": "^3.12.1",
+ "@antfu/eslint-config": "^3.13.0",
"@antfu/ni": "^0.23.2",
"@types/chroma-js": "^2.4.5",
"@types/file-saver": "^2.0.7",
@@ -128,7 +128,7 @@
"@vue/test-utils": "2.4.6",
"bumpp": "^9.10.0",
"consola": "^3.3.3",
- "eslint": "^9.17.0",
+ "eslint": "^9.18.0",
"eslint-plugin-format": "^0.1.3",
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f1caf8b24..f1be784e2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -45,7 +45,7 @@ importers:
version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@nuxtjs/i18n':
specifier: ^9.1.1
- version: 9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@pinia/nuxt':
specifier: ^0.9.0
version: 0.9.0(magicast@0.3.5)(pinia@2.3.0(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2)))(rollup@2.79.1)(webpack-sources@3.2.3)
@@ -102,7 +102,7 @@ importers:
version: 3.0.0
'@vue-macros/nuxt':
specifier: ^1.11.12
- version: 1.11.12(@vueuse/core@12.3.0(typescript@5.6.2))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
+ version: 1.11.12(@vueuse/core@12.3.0(typescript@5.6.2))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
'@vueuse/core':
specifier: ^12.0.0
version: 12.3.0(typescript@5.6.2)
@@ -120,7 +120,7 @@ importers:
version: 2.2.6(magicast@0.3.5)(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@vueuse/nuxt':
specifier: ^12.0.0
- version: 12.3.0(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)
+ version: 12.3.0(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)
blurhash:
specifier: ^2.0.5
version: 2.0.5
@@ -216,10 +216,10 @@ importers:
version: 5.0.1
tauri-plugin-log-api:
specifier: github:tauri-apps/tauri-plugin-log
- version: https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/ee47371e75db7bc5190c74c3f94cfad3b81ac36d
+ version: https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/959954c37d97d8329aec0b74803b6716b2455659
tauri-plugin-store-api:
specifier: github:tauri-apps/tauri-plugin-store
- version: https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/6a392700cc072fb407f3ee614c117eb40d5ca7a1
+ version: https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/cf977580aa753f47fda571ab4911e4e1f53dd65e
theme-vitesse:
specifier: ^0.8.0
version: 0.8.3
@@ -258,8 +258,8 @@ importers:
version: 8.18.0
devDependencies:
'@antfu/eslint-config':
- specifier: ^3.12.1
- version: 3.12.1(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
+ specifier: ^3.13.0
+ version: 3.14.0(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
'@antfu/ni':
specifier: ^0.23.2
version: 0.23.2
@@ -289,7 +289,7 @@ importers:
version: 0.12.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@unocss/eslint-config':
specifier: ^0.65.4
- version: 0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
+ version: 0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
'@vue/test-utils':
specifier: 2.4.6
version: 2.4.6
@@ -300,11 +300,11 @@ importers:
specifier: ^3.3.3
version: 3.3.3
eslint:
- specifier: ^9.17.0
- version: 9.17.0(jiti@2.4.2)
+ specifier: ^9.18.0
+ version: 9.18.0(jiti@2.4.2)
eslint-plugin-format:
specifier: ^0.1.3
- version: 0.1.3(eslint@9.17.0(jiti@2.4.2))
+ version: 0.1.3(eslint@9.18.0(jiti@2.4.2))
flat:
specifier: ^6.0.1
version: 6.0.1
@@ -316,7 +316,7 @@ importers:
version: 15.3.0
nuxt:
specifier: ^3.13.2
- version: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
prettier:
specifier: ^3.4.2
version: 3.4.2
@@ -350,10 +350,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
nuxt:
specifier: ^3.15.1
- version: 3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
+ version: 3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
packages:
@@ -365,8 +365,8 @@ packages:
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
- '@antfu/eslint-config@3.12.1':
- resolution: {integrity: sha512-6sRgO4u63GK75xeZ2MfCSRT9GcfLti4ZN3Xw+bIu39oo6HY50fBY+rXnWvgwNimzHBOh3yV5xUHfTqcHq1M5AA==}
+ '@antfu/eslint-config@3.14.0':
+ resolution: {integrity: sha512-SBQOFrF/d2aqsVhxcHZ6g5DAoUaNyaV3Vd+lGNJx4CfSuwk9EuC8sRUF819GkNdCMbH5wNdFoJ4+Tsd9sr/NBw==}
hasBin: true
peerDependencies:
'@eslint-react/eslint-plugin': ^1.19.0
@@ -414,8 +414,8 @@ packages:
'@antfu/install-pkg@0.4.1':
resolution: {integrity: sha512-T7yB5QNG29afhWVkVq7XeIMBa5U/vs9mX69YqayXypPRmYzUmzwnYltplHmPtZ4HPCn+sQKeXW8I47wCbuBOjw==}
- '@antfu/install-pkg@0.5.0':
- resolution: {integrity: sha512-dKnk2xlAyC7rvTkpkHmu+Qy/2Zc3Vm/l8PtNyIOGDBtXPY3kThfU4ORNEp3V7SXw5XSOb+tOJaUYpfquPzL/Tg==}
+ '@antfu/install-pkg@1.0.0':
+ resolution: {integrity: sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==}
'@antfu/ni@0.23.2':
resolution: {integrity: sha512-FSEVWXvwroExDXUu8qV6Wqp2X3D1nJ0Li4LFymCyvCVrm7I3lNfG0zZWSWvGU1RE7891eTnFTyh31L3igOwNKQ==}
@@ -1161,11 +1161,11 @@ packages:
'@canvas/image-data@1.0.0':
resolution: {integrity: sha512-BxOqI5LgsIQP1odU5KMwV9yoijleOPzHL18/YvNqF9KFSGF2K/DLlYAbDQsWqd/1nbaFuSkYD/191dpMtNh4vw==}
- '@clack/core@0.4.0':
- resolution: {integrity: sha512-YJCYBsyJfNDaTbvDUVSJ3SgSuPrcujarRgkJ5NLjexDZKvaOiVVJvAQYx8lIgG0qRT8ff0fPgqyBCVivanIZ+A==}
+ '@clack/core@0.4.1':
+ resolution: {integrity: sha512-Pxhij4UXg8KSr7rPek6Zowm+5M22rbd2g1nfojHJkxp5YkFqiZ2+YLEM/XGVIzvGOcM0nqjIFxrpDwWRZYWYjA==}
- '@clack/prompts@0.9.0':
- resolution: {integrity: sha512-nGsytiExgUr4FL0pR/LeqxA28nz3E0cW7eLTSh3Iod9TGrbBt8Y7BHbV3mmkNC4G0evdYyQ3ZsbiBkk7ektArA==}
+ '@clack/prompts@0.9.1':
+ resolution: {integrity: sha512-JIpyaboYZeWYlyP0H+OoPPxd6nqueG/CmN6ixBiNFsIDHREevjIf0n0Ohh5gr5C8pEDknzgvz+pIJ8dMhzWIeg==}
'@cloudflare/kv-asset-handler@0.3.4':
resolution: {integrity: sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==}
@@ -1207,6 +1207,10 @@ packages:
resolution: {integrity: sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q==}
engines: {node: '>=16'}
+ '@es-joy/jsdoccomment@0.50.0':
+ resolution: {integrity: sha512-+zZymuVLH6zVwXPtCAtC+bDymxmEwEqDftdAK+f407IF1bnX49anIxvBhCA1AqUIfD6egj1jM1vUnSuijjNyYg==}
+ engines: {node: '>=18'}
+
'@esbuild/aix-ppc64@0.20.2':
resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==}
engines: {node: '>=12'}
@@ -2059,12 +2063,6 @@ packages:
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
- '@eslint-community/eslint-utils@4.4.0':
- resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- peerDependencies:
- eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
-
'@eslint-community/eslint-utils@4.4.1':
resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -2075,24 +2073,29 @@ packages:
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/compat@1.1.1':
- resolution: {integrity: sha512-lpHyRyplhGPL5mGEh6M9O5nnKk0Gz4bFI+Zu6tKlPpDUN7XshWvH9C/px4UVm87IAANE0W81CEsNGbS1KlzXpA==}
+ '@eslint/compat@1.2.5':
+ resolution: {integrity: sha512-5iuG/StT+7OfvhoBHPlmxkPA9om6aDUFgmD4+mWKAGsYt4vCe8rypneG03AuseyRHBmcCLXQtIH5S26tIoggLg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^9.10.0
+ peerDependenciesMeta:
+ eslint:
+ optional: true
'@eslint/config-array@0.19.1':
resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/core@0.9.1':
- resolution: {integrity: sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==}
+ '@eslint/core@0.10.0':
+ resolution: {integrity: sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@3.2.0':
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.17.0':
- resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==}
+ '@eslint/js@9.18.0':
+ resolution: {integrity: sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/markdown@6.2.1':
@@ -2107,6 +2110,10 @@ packages:
resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@eslint/plugin-kit@0.2.5':
+ resolution: {integrity: sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@fastify/busboy@2.1.0':
resolution: {integrity: sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==}
engines: {node: '>=14'}
@@ -3117,8 +3124,8 @@ packages:
'@socket.io/component-emitter@3.1.0':
resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==}
- '@stylistic/eslint-plugin@2.12.1':
- resolution: {integrity: sha512-fubZKIHSPuo07FgRTn6S4Nl0uXPRPYVNpyZzIDGfp7Fny6JjNus6kReLD7NI380JXi4HtUTSOZ34LBuNPO1XLQ==}
+ '@stylistic/eslint-plugin@2.13.0':
+ resolution: {integrity: sha512-RnO1SaiCFHn666wNz2QfZEFxvmiNRqhzaMXHXxXXKt+MEP7aajlPxUSMIQpKAaJfverpovEYqjBOXDq6dDcaOQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
@@ -3389,16 +3396,16 @@ packages:
'@types/ws@8.5.13':
resolution: {integrity: sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==}
- '@typescript-eslint/eslint-plugin@8.18.2':
- resolution: {integrity: sha512-adig4SzPLjeQ0Tm+jvsozSGiCliI2ajeURDGHjZ2llnA+A67HihCQ+a3amtPhUakd1GlwHxSRvzOZktbEvhPPg==}
+ '@typescript-eslint/eslint-plugin@8.19.1':
+ resolution: {integrity: sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/parser@8.18.2':
- resolution: {integrity: sha512-y7tcq4StgxQD4mDr9+Jb26dZ+HTZ/SkfqpXSiqeUXZHxOUyjWDKsmwKhJ0/tApR08DgOhrFAoAhyB80/p3ViuA==}
+ '@typescript-eslint/parser@8.19.1':
+ resolution: {integrity: sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -3408,16 +3415,16 @@ packages:
resolution: {integrity: sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/scope-manager@8.18.1':
- resolution: {integrity: sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/scope-manager@8.18.2':
resolution: {integrity: sha512-YJFSfbd0CJjy14r/EvWapYgV4R5CHzptssoag2M7y3Ra7XNta6GPAJPPP5KGB9j14viYXyrzRO5GkX7CRfo8/g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/type-utils@8.18.2':
- resolution: {integrity: sha512-AB/Wr1Lz31bzHfGm/jgbFR0VB0SML/hd2P1yxzKDM48YmP7vbyJNHRExUE/wZsQj2wUCvbWH8poNHFuxLqCTnA==}
+ '@typescript-eslint/scope-manager@8.19.1':
+ resolution: {integrity: sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript-eslint/type-utils@8.19.1':
+ resolution: {integrity: sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -3427,14 +3434,14 @@ packages:
resolution: {integrity: sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/types@8.18.1':
- resolution: {integrity: sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/types@8.18.2':
resolution: {integrity: sha512-Z/zblEPp8cIvmEn6+tPDIHUbRu/0z5lqZ+NvolL5SvXWT5rQy7+Nch83M0++XzO0XrWRFWECgOAyE8bsJTl1GQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/types@8.19.1':
+ resolution: {integrity: sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/typescript-estree@8.17.0':
resolution: {integrity: sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3444,27 +3451,27 @@ packages:
typescript:
optional: true
- '@typescript-eslint/typescript-estree@8.18.1':
- resolution: {integrity: sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==}
+ '@typescript-eslint/typescript-estree@8.18.2':
+ resolution: {integrity: sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/typescript-estree@8.18.2':
- resolution: {integrity: sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==}
+ '@typescript-eslint/typescript-estree@8.19.1':
+ resolution: {integrity: sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/utils@8.18.1':
- resolution: {integrity: sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==}
+ '@typescript-eslint/utils@8.18.2':
+ resolution: {integrity: sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/utils@8.18.2':
- resolution: {integrity: sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==}
+ '@typescript-eslint/utils@8.19.1':
+ resolution: {integrity: sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -3474,14 +3481,14 @@ packages:
resolution: {integrity: sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/visitor-keys@8.18.1':
- resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/visitor-keys@8.18.2':
resolution: {integrity: sha512-zORcwn4C3trOWiCqFQP1x6G3xTRyZ1LYydnj51cRnJ6hxBlr/cKPckk+PKPUw/fXmvfKTcw7bwY3w9izgx5jZw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/visitor-keys@8.19.1':
+ resolution: {integrity: sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
@@ -3676,8 +3683,8 @@ packages:
vite: ^5.0.0 || ^6.0.0
vue: ^3.5.4
- '@vitest/eslint-plugin@1.1.21':
- resolution: {integrity: sha512-gIpmafm7WSwXGHq413q3fC26+nER5mQtM7Lqi7UusY5bSzeQIJmViC+G6CfPo06U0CfgZ+rt7FPaskpkZ2f6gg==}
+ '@vitest/eslint-plugin@1.1.25':
+ resolution: {integrity: sha512-u8DpDnMbPcqBmJOB4PeEtn6q7vKmLVTLFMpzoxSAo0hjYdl4iYSHRleqwPQo0ywc7UV0S6RKIahYRQ3BnZdMVw==}
peerDependencies:
'@typescript-eslint/utils': '>= 8.0'
eslint: '>= 8.57.0'
@@ -4599,10 +4606,6 @@ packages:
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
engines: {node: '>=10'}
- chalk@5.3.0:
- resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
- engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
-
chalk@5.4.1:
resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==}
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
@@ -4866,10 +4869,6 @@ packages:
resolution: {integrity: sha512-NKgHbWkSZXJUcaBHSsyzC8eegD6bBd4O0oCI6XMIJ+y4Bq3v4w7sY3wfWoKPuVlq9pQHRB6od0lmKpIqi8TlKA==}
hasBin: true
- cross-spawn@7.0.3:
- resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
- engines: {node: '>= 8'}
-
cross-spawn@7.0.6:
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
engines: {node: '>= 8'}
@@ -5363,13 +5362,13 @@ packages:
peerDependencies:
eslint: '>=6.0.0'
- eslint-config-flat-gitignore@0.3.0:
- resolution: {integrity: sha512-0Ndxo4qGhcewjTzw52TK06Mc00aDtHNTdeeW2JfONgDcLkRO/n/BteMRzNVpLQYxdCC/dFEilfM9fjjpGIJ9Og==}
+ eslint-config-flat-gitignore@1.0.0:
+ resolution: {integrity: sha512-EWpSLrAP80IdcYK5sIhq/qAY0pmUdBnbzqzpE3QAn6H6wLBN26cMRoMNU9Di8upTzUSL6TXeYRxWhTYuz8+UQA==}
peerDependencies:
eslint: ^9.5.0
- eslint-flat-config-utils@0.4.0:
- resolution: {integrity: sha512-kfd5kQZC+BMO0YwTol6zxjKX1zAsk8JfSAopbKjKqmENTJcew+yBejuvccAg37cvOrN0Mh+DVbeyznuNWEjt4A==}
+ eslint-flat-config-utils@1.0.0:
+ resolution: {integrity: sha512-tmzcXeCsa24/u3glyw1Mo7KfC/r9a5Vsu1nPCkX7uefD7C5Z4x922Q2KP/drhTLbOI5lcFHYpfXjKhqqnUWObw==}
eslint-formatting-reporter@0.0.0:
resolution: {integrity: sha512-k9RdyTqxqN/wNYVaTk/ds5B5rA8lgoAmvceYN7bcZMBwU7TuXx5ntewJv81eF3pIL/CiJE+pJZm36llG8yhyyw==}
@@ -5390,8 +5389,8 @@ packages:
'@eslint/json':
optional: true
- eslint-merge-processors@0.1.0:
- resolution: {integrity: sha512-IvRXXtEajLeyssvW4wJcZ2etxkR9mUf4zpNwgI+m/Uac9RfXHskuJefkHUcawVzePnd6xp24enp5jfgdHzjRdQ==}
+ eslint-merge-processors@1.0.0:
+ resolution: {integrity: sha512-4GybyHmhXtT7/W8RAouQzNM0791sYasJCTYHIAYjuiJvbNFY0jMKkoESREhX+mjX37dxiN6v4EqhZ1nc0tJF7A==}
peerDependencies:
eslint: '*'
@@ -5403,8 +5402,8 @@ packages:
peerDependencies:
eslint: '*'
- eslint-plugin-command@0.2.7:
- resolution: {integrity: sha512-UXJ/1R6kdKDcHhiRqxHJ9RZ3juMR1IWQuSrnwt56qCjxt/am+5+YDt6GKs1FJPnppe6/geEYsO3CR9jc63i0xw==}
+ eslint-plugin-command@2.1.0:
+ resolution: {integrity: sha512-S3gvDSCRHLdRG7NYaevLvGA0g/txOju7NEB2di7SE80NtbCwsvpi/fft045YuTZpOzqCRUfuye39raldmpXXYQ==}
peerDependencies:
eslint: '*'
@@ -5447,8 +5446,8 @@ packages:
resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==}
engines: {node: '>=5.0.0'}
- eslint-plugin-perfectionist@4.4.0:
- resolution: {integrity: sha512-B78pWxCsA2sClourpWEmWziCcjEsAEyxsNV5G6cxxteu/NI0/2en9XZUONf5e/+O+dgoLZsEPHQEhnIxJcnUvA==}
+ eslint-plugin-perfectionist@4.6.0:
+ resolution: {integrity: sha512-kOswTebUK0LlYExRwqz7YQtvyTUIRsKfp8XrwBBeHGh2e8MBOS6K+7VvG6HpmNckyKySi1I96uPeAlptMFGcRQ==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
eslint: '>=8.0.0'
@@ -5492,8 +5491,8 @@ packages:
peerDependencies:
eslint: '>=6.0.0'
- eslint-processor-vue-blocks@0.1.2:
- resolution: {integrity: sha512-PfpJ4uKHnqeL/fXUnzYkOax3aIenlwewXRX8jFinA1a2yCFnLgMuiH3xvCgvHHUlV2xJWQHbCTdiJWGwb3NqpQ==}
+ eslint-processor-vue-blocks@1.0.0:
+ resolution: {integrity: sha512-q+Wn9bCml65NwYtuINVCE5dUqZa/uVoY4jfc8qEDwWbcGqdRyfJJmAONNZsreA4Q9EJqjYGjk8Hk1QuwAktgkw==}
peerDependencies:
'@vue/compiler-sfc': ^3.3.0
eslint: ^8.50.0 || ^9.0.0
@@ -5518,8 +5517,8 @@ packages:
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.17.0:
- resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==}
+ eslint@9.18.0:
+ resolution: {integrity: sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -6557,6 +6556,10 @@ packages:
resolution: {integrity: sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==}
engines: {node: '>=14'}
+ local-pkg@1.0.0:
+ resolution: {integrity: sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==}
+ engines: {node: '>=14'}
+
locate-path@5.0.0:
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
engines: {node: '>=8'}
@@ -7254,9 +7257,6 @@ packages:
package-manager-detector@0.2.0:
resolution: {integrity: sha512-E385OSk9qDcXhcM9LNSe4sdhx8a9mAPrZ4sMLW+tmxl5ZuGtPUcdFu+MPP2jbgiWAZ6Pfe5soGFMd+0Db5Vrog==}
- package-manager-detector@0.2.7:
- resolution: {integrity: sha512-g4+387DXDKlZzHkP+9FLt8yKj8+/3tOkPv7DVTJGGRm00RkEWgqbFstX1mXJ4M0VDYhUqsTOiISqNOJnhAu3PQ==}
-
package-manager-detector@0.2.8:
resolution: {integrity: sha512-ts9KSdroZisdvKMWVAVCXiKqnqNfXz4+IbrBG8/BWx/TR5le+jfenvoBuIZ6UWM9nz47W7AbD9qYfAwfWMIwzA==}
@@ -8458,12 +8458,12 @@ packages:
resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==}
engines: {node: '>=10'}
- tauri-plugin-log-api@https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/ee47371e75db7bc5190c74c3f94cfad3b81ac36d:
- resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/ee47371e75db7bc5190c74c3f94cfad3b81ac36d}
+ tauri-plugin-log-api@https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/959954c37d97d8329aec0b74803b6716b2455659:
+ resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/959954c37d97d8329aec0b74803b6716b2455659}
version: 0.0.0
- tauri-plugin-store-api@https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/6a392700cc072fb407f3ee614c117eb40d5ca7a1:
- resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/6a392700cc072fb407f3ee614c117eb40d5ca7a1}
+ tauri-plugin-store-api@https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/cf977580aa753f47fda571ab4911e4e1f53dd65e:
+ resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/cf977580aa753f47fda571ab4911e4e1f53dd65e}
version: 0.0.0
temp-dir@2.0.0:
@@ -8607,6 +8607,12 @@ packages:
peerDependencies:
typescript: '>=4.2.0'
+ ts-api-utils@2.0.0:
+ resolution: {integrity: sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==}
+ engines: {node: '>=18.12'}
+ peerDependencies:
+ typescript: '>=4.8.4'
+
ts-custom-error@3.3.1:
resolution: {integrity: sha512-5OX1tzOjxWEgsr/YEUWSuPrQ00deKLh6D7OTWcvNHm12/7QPyRh8SYpyWvA4IZv8H/+GQWQEh/kwo95Q9OVW1A==}
engines: {node: '>=14.0.0'}
@@ -9628,47 +9634,47 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@3.12.1(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
+ '@antfu/eslint-config@3.14.0(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
- '@antfu/install-pkg': 0.5.0
- '@clack/prompts': 0.9.0
- '@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.17.0(jiti@2.4.2))
+ '@antfu/install-pkg': 1.0.0
+ '@clack/prompts': 0.9.1
+ '@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.18.0(jiti@2.4.2))
'@eslint/markdown': 6.2.1
- '@stylistic/eslint-plugin': 2.12.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- '@typescript-eslint/eslint-plugin': 8.18.2(@typescript-eslint/parser@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- '@typescript-eslint/parser': 8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- '@vitest/eslint-plugin': 1.1.21(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
- eslint: 9.17.0(jiti@2.4.2)
- eslint-config-flat-gitignore: 0.3.0(eslint@9.17.0(jiti@2.4.2))
- eslint-flat-config-utils: 0.4.0
- eslint-merge-processors: 0.1.0(eslint@9.17.0(jiti@2.4.2))
- eslint-plugin-antfu: 2.7.0(eslint@9.17.0(jiti@2.4.2))
- eslint-plugin-command: 0.2.7(eslint@9.17.0(jiti@2.4.2))
- eslint-plugin-import-x: 4.6.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- eslint-plugin-jsdoc: 50.6.1(eslint@9.17.0(jiti@2.4.2))
- eslint-plugin-jsonc: 2.18.2(eslint@9.17.0(jiti@2.4.2))
- eslint-plugin-n: 17.15.1(eslint@9.17.0(jiti@2.4.2))
+ '@stylistic/eslint-plugin': 2.13.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/eslint-plugin': 8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/parser': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@vitest/eslint-plugin': 1.1.25(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
+ eslint: 9.18.0(jiti@2.4.2)
+ eslint-config-flat-gitignore: 1.0.0(eslint@9.18.0(jiti@2.4.2))
+ eslint-flat-config-utils: 1.0.0
+ eslint-merge-processors: 1.0.0(eslint@9.18.0(jiti@2.4.2))
+ eslint-plugin-antfu: 2.7.0(eslint@9.18.0(jiti@2.4.2))
+ eslint-plugin-command: 2.1.0(eslint@9.18.0(jiti@2.4.2))
+ eslint-plugin-import-x: 4.6.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ eslint-plugin-jsdoc: 50.6.1(eslint@9.18.0(jiti@2.4.2))
+ eslint-plugin-jsonc: 2.18.2(eslint@9.18.0(jiti@2.4.2))
+ eslint-plugin-n: 17.15.1(eslint@9.18.0(jiti@2.4.2))
eslint-plugin-no-only-tests: 3.3.0
- eslint-plugin-perfectionist: 4.4.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- eslint-plugin-regexp: 2.7.0(eslint@9.17.0(jiti@2.4.2))
- eslint-plugin-toml: 0.12.0(eslint@9.17.0(jiti@2.4.2))
- eslint-plugin-unicorn: 56.0.1(eslint@9.17.0(jiti@2.4.2))
- eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.18.2(@typescript-eslint/parser@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))
- eslint-plugin-vue: 9.32.0(eslint@9.17.0(jiti@2.4.2))
- eslint-plugin-yml: 1.16.0(eslint@9.17.0(jiti@2.4.2))
- eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.17.0(jiti@2.4.2))
+ eslint-plugin-perfectionist: 4.6.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ eslint-plugin-regexp: 2.7.0(eslint@9.18.0(jiti@2.4.2))
+ eslint-plugin-toml: 0.12.0(eslint@9.18.0(jiti@2.4.2))
+ eslint-plugin-unicorn: 56.0.1(eslint@9.18.0(jiti@2.4.2))
+ eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))
+ eslint-plugin-vue: 9.32.0(eslint@9.18.0(jiti@2.4.2))
+ eslint-plugin-yml: 1.16.0(eslint@9.18.0(jiti@2.4.2))
+ eslint-processor-vue-blocks: 1.0.0(@vue/compiler-sfc@3.5.13)(eslint@9.18.0(jiti@2.4.2))
globals: 15.14.0
jsonc-eslint-parser: 2.4.0
- local-pkg: 0.5.1
+ local-pkg: 1.0.0
parse-gitignore: 2.0.0
picocolors: 1.1.1
toml-eslint-parser: 0.10.0
- vue-eslint-parser: 9.4.3(eslint@9.17.0(jiti@2.4.2))
+ vue-eslint-parser: 9.4.3(eslint@9.18.0(jiti@2.4.2))
yaml-eslint-parser: 1.2.3
yargs: 17.7.2
optionalDependencies:
- '@unocss/eslint-plugin': 0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- eslint-plugin-format: 0.1.3(eslint@9.17.0(jiti@2.4.2))
+ '@unocss/eslint-plugin': 0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ eslint-plugin-format: 0.1.3(eslint@9.18.0(jiti@2.4.2))
transitivePeerDependencies:
- '@eslint/json'
- '@typescript-eslint/utils'
@@ -9682,10 +9688,10 @@ snapshots:
package-manager-detector: 0.2.0
tinyexec: 0.3.1
- '@antfu/install-pkg@0.5.0':
+ '@antfu/install-pkg@1.0.0':
dependencies:
- package-manager-detector: 0.2.7
- tinyexec: 0.3.1
+ package-manager-detector: 0.2.8
+ tinyexec: 0.3.2
'@antfu/ni@0.23.2': {}
@@ -9726,7 +9732,7 @@ snapshots:
'@babel/traverse': 7.25.3
'@babel/types': 7.25.6
convert-source-map: 2.0.0
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
@@ -9746,7 +9752,7 @@ snapshots:
'@babel/traverse': 7.25.9
'@babel/types': 7.26.0
convert-source-map: 2.0.0
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
@@ -10693,7 +10699,7 @@ snapshots:
'@babel/parser': 7.26.2
'@babel/template': 7.25.9
'@babel/types': 7.26.0
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
globals: 11.12.0
transitivePeerDependencies:
- supports-color
@@ -10716,14 +10722,14 @@ snapshots:
'@canvas/image-data@1.0.0': {}
- '@clack/core@0.4.0':
+ '@clack/core@0.4.1':
dependencies:
picocolors: 1.1.1
sisteransi: 1.0.5
- '@clack/prompts@0.9.0':
+ '@clack/prompts@0.9.1':
dependencies:
- '@clack/core': 0.4.0
+ '@clack/core': 0.4.1
picocolors: 1.1.1
sisteransi: 1.0.5
@@ -10761,6 +10767,15 @@ snapshots:
esquery: 1.6.0
jsdoc-type-pratt-parser: 4.1.0
+ '@es-joy/jsdoccomment@0.50.0':
+ dependencies:
+ '@types/eslint': 9.6.1
+ '@types/estree': 1.0.6
+ '@typescript-eslint/types': 8.18.2
+ comment-parser: 1.4.1
+ esquery: 1.6.0
+ jsdoc-type-pratt-parser: 4.1.0
+
'@esbuild/aix-ppc64@0.20.2':
optional: true
@@ -11184,42 +11199,39 @@ snapshots:
'@esbuild/win32-x64@0.24.2':
optional: true
- '@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.17.0(jiti@2.4.2))':
+ '@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.18.0(jiti@2.4.2))':
dependencies:
escape-string-regexp: 4.0.0
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
ignore: 5.3.2
- '@eslint-community/eslint-utils@4.4.0(eslint@9.17.0(jiti@2.4.2))':
- dependencies:
- eslint: 9.17.0(jiti@2.4.2)
- eslint-visitor-keys: 3.4.3
-
- '@eslint-community/eslint-utils@4.4.1(eslint@9.17.0(jiti@2.4.2))':
+ '@eslint-community/eslint-utils@4.4.1(eslint@9.18.0(jiti@2.4.2))':
dependencies:
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.1': {}
- '@eslint/compat@1.1.1': {}
+ '@eslint/compat@1.2.5(eslint@9.18.0(jiti@2.4.2))':
+ optionalDependencies:
+ eslint: 9.18.0(jiti@2.4.2)
'@eslint/config-array@0.19.1':
dependencies:
'@eslint/object-schema': 2.1.5
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
- '@eslint/core@0.9.1':
+ '@eslint/core@0.10.0':
dependencies:
'@types/json-schema': 7.0.15
'@eslint/eslintrc@3.2.0':
dependencies:
ajv: 6.12.6
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
espree: 10.3.0
globals: 14.0.0
ignore: 5.3.2
@@ -11230,7 +11242,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.17.0': {}
+ '@eslint/js@9.18.0': {}
'@eslint/markdown@6.2.1':
dependencies:
@@ -11247,6 +11259,11 @@ snapshots:
dependencies:
levn: 0.4.1
+ '@eslint/plugin-kit@0.2.5':
+ dependencies:
+ '@eslint/core': 0.10.0
+ levn: 0.4.1
+
'@fastify/busboy@2.1.0': {}
'@floating-ui/core@1.3.1': {}
@@ -11429,16 +11446,16 @@ snapshots:
'@intlify/shared@11.0.1': {}
- '@intlify/unplugin-vue-i18n@6.0.1(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.2))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))':
+ '@intlify/unplugin-vue-i18n@6.0.1(@vue/compiler-dom@3.5.13)(eslint@9.18.0(jiti@2.4.2))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
'@intlify/bundle-utils': 10.0.0(vue-i18n@10.0.5(vue@3.5.4(typescript@5.6.2)))
'@intlify/shared': 11.0.1
'@intlify/vue-i18n-extensions': 7.0.0(@intlify/shared@11.0.1)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
'@rollup/pluginutils': 5.1.3(rollup@2.79.1)
'@typescript-eslint/scope-manager': 8.17.0
'@typescript-eslint/typescript-estree': 8.17.0(typescript@5.6.2)
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
fast-glob: 3.3.2
js-yaml: 4.1.0
json5: 2.2.3
@@ -11507,7 +11524,7 @@ snapshots:
'@kwsites/file-exists@1.1.1':
dependencies:
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
transitivePeerDependencies:
- supports-color
@@ -11581,17 +11598,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -11680,13 +11697,13 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
'@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.7.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
consola: 3.3.3
defu: 6.1.4
destr: 2.0.3
@@ -12343,7 +12360,7 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxt/vite-builder@3.13.2(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/vite-builder@3.13.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@rollup/plugin-replace': 5.0.7(rollup@2.79.1)
@@ -12376,7 +12393,7 @@ snapshots:
unplugin: 1.14.1(webpack-sources@3.2.3)
vite: 5.4.5(@types/node@22.9.0)(terser@5.36.0)
vite-node: 2.1.2(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.5(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ vite-plugin-checker: 0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.5(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))
vue: 3.5.4(typescript@5.6.2)
vue-bundle-renderer: 2.1.0
transitivePeerDependencies:
@@ -12403,7 +12420,7 @@ snapshots:
- vue-tsc
- webpack-sources
- '@nuxt/vite-builder@3.15.1(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)':
+ '@nuxt/vite-builder@3.15.1(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)':
dependencies:
'@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
'@rollup/plugin-replace': 6.0.2(rollup@4.24.4)
@@ -12434,7 +12451,7 @@ snapshots:
unplugin: 2.1.2
vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
vite-node: 2.1.8(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))
+ vite-plugin-checker: 0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))
vue: 3.5.4(typescript@5.7.2)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
@@ -12505,11 +12522,11 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxtjs/i18n@9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxtjs/i18n@9.1.1(@vue/compiler-dom@3.5.13)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(rollup@2.79.1)(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@intlify/h3': 0.6.1
'@intlify/shared': 10.0.5
- '@intlify/unplugin-vue-i18n': 6.0.1(@vue/compiler-dom@3.5.13)(eslint@9.17.0(jiti@2.4.2))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
+ '@intlify/unplugin-vue-i18n': 6.0.1(@vue/compiler-dom@3.5.13)(eslint@9.18.0(jiti@2.4.2))(rollup@2.79.1)(typescript@5.6.2)(vue-i18n@10.0.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
'@intlify/utils': 0.13.0
'@miyaneee/rollup-plugin-json5': 1.2.0(rollup@2.79.1)
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
@@ -12549,7 +12566,7 @@ snapshots:
'@types/mdast': 4.0.4
'@vue/compiler-core': 3.5.12
consola: 3.3.3
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
defu: 6.1.4
destr: 2.0.3
detab: 3.0.2
@@ -13146,10 +13163,10 @@ snapshots:
'@socket.io/component-emitter@3.1.0': {}
- '@stylistic/eslint-plugin@2.12.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@stylistic/eslint-plugin@2.13.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- eslint: 9.17.0(jiti@2.4.2)
+ '@typescript-eslint/utils': 8.18.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ eslint: 9.18.0(jiti@2.4.2)
eslint-visitor-keys: 4.2.0
espree: 10.3.0
estraverse: 5.3.0
@@ -13435,31 +13452,31 @@ snapshots:
dependencies:
'@types/node': 20.8.6
- '@typescript-eslint/eslint-plugin@8.18.2(@typescript-eslint/parser@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@typescript-eslint/eslint-plugin@8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- '@typescript-eslint/scope-manager': 8.18.2
- '@typescript-eslint/type-utils': 8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- '@typescript-eslint/utils': 8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- '@typescript-eslint/visitor-keys': 8.18.2
- eslint: 9.17.0(jiti@2.4.2)
+ '@typescript-eslint/parser': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/scope-manager': 8.19.1
+ '@typescript-eslint/type-utils': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/visitor-keys': 8.19.1
+ eslint: 9.18.0(jiti@2.4.2)
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
- ts-api-utils: 1.3.0(typescript@5.6.2)
+ ts-api-utils: 2.0.0(typescript@5.6.2)
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@typescript-eslint/parser@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/scope-manager': 8.18.2
- '@typescript-eslint/types': 8.18.2
- '@typescript-eslint/typescript-estree': 8.18.2(typescript@5.6.2)
- '@typescript-eslint/visitor-keys': 8.18.2
+ '@typescript-eslint/scope-manager': 8.19.1
+ '@typescript-eslint/types': 8.19.1
+ '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.6.2)
+ '@typescript-eslint/visitor-keys': 8.19.1
debug: 4.4.0(supports-color@9.4.0)
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
@@ -13469,33 +13486,33 @@ snapshots:
'@typescript-eslint/types': 8.17.0
'@typescript-eslint/visitor-keys': 8.17.0
- '@typescript-eslint/scope-manager@8.18.1':
- dependencies:
- '@typescript-eslint/types': 8.18.1
- '@typescript-eslint/visitor-keys': 8.18.1
-
'@typescript-eslint/scope-manager@8.18.2':
dependencies:
'@typescript-eslint/types': 8.18.2
'@typescript-eslint/visitor-keys': 8.18.2
- '@typescript-eslint/type-utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@typescript-eslint/scope-manager@8.19.1':
dependencies:
- '@typescript-eslint/typescript-estree': 8.18.2(typescript@5.6.2)
- '@typescript-eslint/utils': 8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/types': 8.19.1
+ '@typescript-eslint/visitor-keys': 8.19.1
+
+ '@typescript-eslint/type-utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
+ dependencies:
+ '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
debug: 4.4.0(supports-color@9.4.0)
- eslint: 9.17.0(jiti@2.4.2)
- ts-api-utils: 1.3.0(typescript@5.6.2)
+ eslint: 9.18.0(jiti@2.4.2)
+ ts-api-utils: 2.0.0(typescript@5.6.2)
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
'@typescript-eslint/types@8.17.0': {}
- '@typescript-eslint/types@8.18.1': {}
-
'@typescript-eslint/types@8.18.2': {}
+ '@typescript-eslint/types@8.19.1': {}
+
'@typescript-eslint/typescript-estree@8.17.0(typescript@5.6.2)':
dependencies:
'@typescript-eslint/types': 8.17.0
@@ -13511,10 +13528,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.18.1(typescript@5.6.2)':
+ '@typescript-eslint/typescript-estree@8.18.2(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/types': 8.18.1
- '@typescript-eslint/visitor-keys': 8.18.1
+ '@typescript-eslint/types': 8.18.2
+ '@typescript-eslint/visitor-keys': 8.18.2
debug: 4.4.0(supports-color@9.4.0)
fast-glob: 3.3.2
is-glob: 4.0.3
@@ -13525,38 +13542,38 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.18.2(typescript@5.6.2)':
+ '@typescript-eslint/typescript-estree@8.19.1(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/types': 8.18.2
- '@typescript-eslint/visitor-keys': 8.18.2
+ '@typescript-eslint/types': 8.19.1
+ '@typescript-eslint/visitor-keys': 8.19.1
debug: 4.4.0(supports-color@9.4.0)
fast-glob: 3.3.2
is-glob: 4.0.3
minimatch: 9.0.5
semver: 7.6.3
- ts-api-utils: 1.3.0(typescript@5.6.2)
+ ts-api-utils: 2.0.0(typescript@5.6.2)
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@typescript-eslint/utils@8.18.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
- '@typescript-eslint/scope-manager': 8.18.1
- '@typescript-eslint/types': 8.18.1
- '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.6.2)
- eslint: 9.17.0(jiti@2.4.2)
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
+ '@typescript-eslint/scope-manager': 8.18.2
+ '@typescript-eslint/types': 8.18.2
+ '@typescript-eslint/typescript-estree': 8.18.2(typescript@5.6.2)
+ eslint: 9.18.0(jiti@2.4.2)
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
- '@typescript-eslint/scope-manager': 8.18.2
- '@typescript-eslint/types': 8.18.2
- '@typescript-eslint/typescript-estree': 8.18.2(typescript@5.6.2)
- eslint: 9.17.0(jiti@2.4.2)
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
+ '@typescript-eslint/scope-manager': 8.19.1
+ '@typescript-eslint/types': 8.19.1
+ '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.6.2)
+ eslint: 9.18.0(jiti@2.4.2)
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
@@ -13566,14 +13583,14 @@ snapshots:
'@typescript-eslint/types': 8.17.0
eslint-visitor-keys: 4.2.0
- '@typescript-eslint/visitor-keys@8.18.1':
+ '@typescript-eslint/visitor-keys@8.18.2':
dependencies:
- '@typescript-eslint/types': 8.18.1
+ '@typescript-eslint/types': 8.18.2
eslint-visitor-keys: 4.2.0
- '@typescript-eslint/visitor-keys@8.18.2':
+ '@typescript-eslint/visitor-keys@8.19.1':
dependencies:
- '@typescript-eslint/types': 8.18.2
+ '@typescript-eslint/types': 8.19.1
eslint-visitor-keys: 4.2.0
'@ungap/structured-clone@1.2.0': {}
@@ -13696,17 +13713,17 @@ snapshots:
'@unocss/core@0.65.4': {}
- '@unocss/eslint-config@0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@unocss/eslint-config@0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@unocss/eslint-plugin': 0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/eslint-plugin': 0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/eslint-plugin@0.65.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@unocss/eslint-plugin@0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/utils': 8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.18.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
'@unocss/config': 0.65.4
'@unocss/core': 0.65.4
magic-string: 0.30.17
@@ -13893,8 +13910,8 @@ snapshots:
dependencies:
'@mapbox/node-pre-gyp': 1.0.10(encoding@0.1.13)
'@rollup/pluginutils': 4.2.1
- acorn: 8.12.1
- acorn-import-attributes: 1.9.2(acorn@8.12.1)
+ acorn: 8.14.0
+ acorn-import-attributes: 1.9.2(acorn@8.14.0)
async-sema: 3.1.1
bindings: 1.5.0
estree-walker: 2.0.2
@@ -13955,10 +13972,10 @@ snapshots:
vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
vue: 3.5.4(typescript@5.7.2)
- '@vitest/eslint-plugin@1.1.21(@typescript-eslint/utils@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
+ '@vitest/eslint-plugin@1.1.25(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
- '@typescript-eslint/utils': 8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- eslint: 9.17.0(jiti@2.4.2)
+ '@typescript-eslint/utils': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ eslint: 9.18.0(jiti@2.4.2)
optionalDependencies:
typescript: 5.6.2
vitest: 2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0)
@@ -14087,7 +14104,7 @@ snapshots:
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
'@vue/compiler-sfc': 3.5.4
ast-kit: 1.1.0
- local-pkg: 0.5.0
+ local-pkg: 0.5.1
magic-string-ast: 0.6.2
optionalDependencies:
vue: 3.5.4(typescript@5.6.2)
@@ -14239,11 +14256,11 @@ snapshots:
- rollup
- vue
- '@vue-macros/nuxt@1.11.12(@vueuse/core@12.3.0(typescript@5.6.2))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))':
+ '@vue-macros/nuxt@1.11.12(@vueuse/core@12.3.0(typescript@5.6.2))(esbuild@0.23.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))':
dependencies:
'@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@vue-macros/common': 1.12.3(rollup@2.79.1)(vue@3.5.4(typescript@5.6.2))
- nuxt: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ nuxt: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
unplugin-vue-macros: 2.11.12(@vueuse/core@12.3.0(typescript@5.6.2))(esbuild@0.23.1)(rollup@2.79.1)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)(webpack@5.89.0(esbuild@0.23.1))
transitivePeerDependencies:
- '@rspack/core'
@@ -14728,13 +14745,13 @@ snapshots:
- supports-color
- webpack-sources
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
+ nuxt: 3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -14744,13 +14761,13 @@ snapshots:
- vue
- webpack-sources
- '@vueuse/nuxt@12.3.0(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)':
+ '@vueuse/nuxt@12.3.0(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3))(rollup@2.79.1)(typescript@5.6.2)':
dependencies:
'@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@2.79.1)
'@vueuse/core': 12.3.0(typescript@5.6.2)
'@vueuse/metadata': 12.3.0
local-pkg: 0.5.1
- nuxt: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
+ nuxt: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- magicast
@@ -14875,9 +14892,9 @@ snapshots:
dependencies:
acorn: 8.14.0
- acorn-import-attributes@1.9.2(acorn@8.12.1):
+ acorn-import-attributes@1.9.2(acorn@8.14.0):
dependencies:
- acorn: 8.12.1
+ acorn: 8.14.0
acorn-import-attributes@1.9.5(acorn@8.14.0):
dependencies:
@@ -15269,8 +15286,6 @@ snapshots:
ansi-styles: 4.3.0
supports-color: 7.2.0
- chalk@5.3.0: {}
-
chalk@5.4.1: {}
change-case@4.1.2:
@@ -15518,12 +15533,6 @@ snapshots:
cronstrue@2.52.0: {}
- cross-spawn@7.0.3:
- dependencies:
- path-key: 3.1.1
- shebang-command: 2.0.0
- which: 2.0.2
-
cross-spawn@7.0.6:
dependencies:
path-key: 3.1.1
@@ -16143,29 +16152,29 @@ snapshots:
optionalDependencies:
source-map: 0.6.1
- eslint-compat-utils@0.5.1(eslint@9.17.0(jiti@2.4.2)):
+ eslint-compat-utils@0.5.1(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
semver: 7.6.3
- eslint-compat-utils@0.6.4(eslint@9.17.0(jiti@2.4.2)):
+ eslint-compat-utils@0.6.4(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
semver: 7.6.3
- eslint-config-flat-gitignore@0.3.0(eslint@9.17.0(jiti@2.4.2)):
+ eslint-config-flat-gitignore@1.0.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- '@eslint/compat': 1.1.1
- eslint: 9.17.0(jiti@2.4.2)
+ '@eslint/compat': 1.2.5(eslint@9.18.0(jiti@2.4.2))
+ eslint: 9.18.0(jiti@2.4.2)
find-up-simple: 1.0.0
- eslint-flat-config-utils@0.4.0:
+ eslint-flat-config-utils@1.0.0:
dependencies:
- pathe: 1.1.2
+ pathe: 2.0.0
- eslint-formatting-reporter@0.0.0(eslint@9.17.0(jiti@2.4.2)):
+ eslint-formatting-reporter@0.0.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
prettier-linter-helpers: 1.0.0
eslint-import-resolver-node@0.3.9:
@@ -16176,55 +16185,55 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-json-compat-utils@0.2.1(eslint@9.17.0(jiti@2.4.2))(jsonc-eslint-parser@2.4.0):
+ eslint-json-compat-utils@0.2.1(eslint@9.18.0(jiti@2.4.2))(jsonc-eslint-parser@2.4.0):
dependencies:
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
esquery: 1.6.0
jsonc-eslint-parser: 2.4.0
- eslint-merge-processors@0.1.0(eslint@9.17.0(jiti@2.4.2)):
+ eslint-merge-processors@1.0.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
eslint-parser-plain@0.1.0: {}
- eslint-plugin-antfu@2.7.0(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-antfu@2.7.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
'@antfu/utils': 0.7.10
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
- eslint-plugin-command@0.2.7(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-command@2.1.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- '@es-joy/jsdoccomment': 0.49.0
- eslint: 9.17.0(jiti@2.4.2)
+ '@es-joy/jsdoccomment': 0.50.0
+ eslint: 9.18.0(jiti@2.4.2)
- eslint-plugin-es-x@7.8.0(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-es-x@7.8.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
'@eslint-community/regexpp': 4.12.1
- eslint: 9.17.0(jiti@2.4.2)
- eslint-compat-utils: 0.5.1(eslint@9.17.0(jiti@2.4.2))
+ eslint: 9.18.0(jiti@2.4.2)
+ eslint-compat-utils: 0.5.1(eslint@9.18.0(jiti@2.4.2))
- eslint-plugin-format@0.1.3(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-format@0.1.3(eslint@9.18.0(jiti@2.4.2)):
dependencies:
'@dprint/formatter': 0.3.0
'@dprint/markdown': 0.17.8
'@dprint/toml': 0.6.3
- eslint: 9.17.0(jiti@2.4.2)
- eslint-formatting-reporter: 0.0.0(eslint@9.17.0(jiti@2.4.2))
+ eslint: 9.18.0(jiti@2.4.2)
+ eslint-formatting-reporter: 0.0.0(eslint@9.18.0(jiti@2.4.2))
eslint-parser-plain: 0.1.0
prettier: 3.4.2
synckit: 0.9.2
- eslint-plugin-import-x@4.6.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2):
+ eslint-plugin-import-x@4.6.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2):
dependencies:
'@types/doctrine': 0.0.9
- '@typescript-eslint/scope-manager': 8.18.1
- '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/scope-manager': 8.18.2
+ '@typescript-eslint/utils': 8.18.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
debug: 4.4.0(supports-color@9.4.0)
doctrine: 3.0.0
enhanced-resolve: 5.17.1
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
eslint-import-resolver-node: 0.3.9
get-tsconfig: 4.8.1
is-glob: 4.0.3
@@ -16236,14 +16245,14 @@ snapshots:
- supports-color
- typescript
- eslint-plugin-jsdoc@50.6.1(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-jsdoc@50.6.1(eslint@9.18.0(jiti@2.4.2)):
dependencies:
'@es-joy/jsdoccomment': 0.49.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
debug: 4.4.0(supports-color@9.4.0)
escape-string-regexp: 4.0.0
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
espree: 10.3.0
esquery: 1.6.0
parse-imports: 2.1.1
@@ -16253,12 +16262,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsonc@2.18.2(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-jsonc@2.18.2(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
- eslint: 9.17.0(jiti@2.4.2)
- eslint-compat-utils: 0.6.4(eslint@9.17.0(jiti@2.4.2))
- eslint-json-compat-utils: 0.2.1(eslint@9.17.0(jiti@2.4.2))(jsonc-eslint-parser@2.4.0)
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
+ eslint: 9.18.0(jiti@2.4.2)
+ eslint-compat-utils: 0.6.4(eslint@9.18.0(jiti@2.4.2))
+ eslint-json-compat-utils: 0.2.1(eslint@9.18.0(jiti@2.4.2))(jsonc-eslint-parser@2.4.0)
espree: 9.6.1
graphemer: 1.4.0
jsonc-eslint-parser: 2.4.0
@@ -16267,12 +16276,12 @@ snapshots:
transitivePeerDependencies:
- '@eslint/json'
- eslint-plugin-n@17.15.1(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-n@17.15.1(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
enhanced-resolve: 5.17.1
- eslint: 9.17.0(jiti@2.4.2)
- eslint-plugin-es-x: 7.8.0(eslint@9.17.0(jiti@2.4.2))
+ eslint: 9.18.0(jiti@2.4.2)
+ eslint-plugin-es-x: 7.8.0(eslint@9.18.0(jiti@2.4.2))
get-tsconfig: 4.8.1
globals: 15.14.0
ignore: 5.3.2
@@ -16281,45 +16290,45 @@ snapshots:
eslint-plugin-no-only-tests@3.3.0: {}
- eslint-plugin-perfectionist@4.4.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2):
+ eslint-plugin-perfectionist@4.6.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2):
dependencies:
- '@typescript-eslint/types': 8.18.1
- '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
- eslint: 9.17.0(jiti@2.4.2)
+ '@typescript-eslint/types': 8.19.1
+ '@typescript-eslint/utils': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ eslint: 9.18.0(jiti@2.4.2)
natural-orderby: 5.0.0
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-regexp@2.7.0(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-regexp@2.7.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
'@eslint-community/regexpp': 4.12.1
comment-parser: 1.4.1
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
jsdoc-type-pratt-parser: 4.1.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
scslre: 0.3.0
- eslint-plugin-toml@0.12.0(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-toml@0.12.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
debug: 4.4.0(supports-color@9.4.0)
- eslint: 9.17.0(jiti@2.4.2)
- eslint-compat-utils: 0.6.4(eslint@9.17.0(jiti@2.4.2))
+ eslint: 9.18.0(jiti@2.4.2)
+ eslint-compat-utils: 0.6.4(eslint@9.18.0(jiti@2.4.2))
lodash: 4.17.21
toml-eslint-parser: 0.10.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-unicorn@56.0.1(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-unicorn@56.0.1(eslint@9.18.0(jiti@2.4.2)):
dependencies:
'@babel/helper-validator-identifier': 7.25.9
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
ci-info: 4.0.0
clean-regexp: 1.0.0
core-js-compat: 3.39.0
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
esquery: 1.6.0
globals: 15.14.0
indent-string: 4.0.0
@@ -16332,41 +16341,41 @@ snapshots:
semver: 7.6.3
strip-indent: 3.0.0
- eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.18.2(@typescript-eslint/parser@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.18.2(@typescript-eslint/parser@8.18.2(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.17.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/eslint-plugin': 8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
- eslint-plugin-vue@9.32.0(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-vue@9.32.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
- eslint: 9.17.0(jiti@2.4.2)
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
+ eslint: 9.18.0(jiti@2.4.2)
globals: 13.24.0
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.1.2
semver: 7.6.3
- vue-eslint-parser: 9.4.3(eslint@9.17.0(jiti@2.4.2))
+ vue-eslint-parser: 9.4.3(eslint@9.18.0(jiti@2.4.2))
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-yml@1.16.0(eslint@9.17.0(jiti@2.4.2)):
+ eslint-plugin-yml@1.16.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
debug: 4.4.0(supports-color@9.4.0)
- eslint: 9.17.0(jiti@2.4.2)
- eslint-compat-utils: 0.6.4(eslint@9.17.0(jiti@2.4.2))
+ eslint: 9.18.0(jiti@2.4.2)
+ eslint-compat-utils: 0.6.4(eslint@9.18.0(jiti@2.4.2))
lodash: 4.17.21
natural-compare: 1.4.0
yaml-eslint-parser: 1.2.3
transitivePeerDependencies:
- supports-color
- eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.17.0(jiti@2.4.2)):
+ eslint-processor-vue-blocks@1.0.0(@vue/compiler-sfc@3.5.13)(eslint@9.18.0(jiti@2.4.2)):
dependencies:
'@vue/compiler-sfc': 3.5.13
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
eslint-scope@5.1.1:
dependencies:
@@ -16387,15 +16396,15 @@ snapshots:
eslint-visitor-keys@4.2.0: {}
- eslint@9.17.0(jiti@2.4.2):
+ eslint@9.18.0(jiti@2.4.2):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.19.1
- '@eslint/core': 0.9.1
+ '@eslint/core': 0.10.0
'@eslint/eslintrc': 3.2.0
- '@eslint/js': 9.17.0
- '@eslint/plugin-kit': 0.2.4
+ '@eslint/js': 9.18.0
+ '@eslint/plugin-kit': 0.2.5
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.4.1
@@ -16404,7 +16413,7 @@ snapshots:
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.6
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
escape-string-regexp: 4.0.0
eslint-scope: 8.2.0
eslint-visitor-keys: 4.2.0
@@ -16478,7 +16487,7 @@ snapshots:
execa@7.2.0:
dependencies:
- cross-spawn: 7.0.3
+ cross-spawn: 7.0.6
get-stream: 6.0.1
human-signals: 4.3.1
is-stream: 3.0.0
@@ -16490,7 +16499,7 @@ snapshots:
execa@8.0.1:
dependencies:
- cross-spawn: 7.0.3
+ cross-spawn: 7.0.6
get-stream: 8.0.1
human-signals: 5.0.0
is-stream: 3.0.0
@@ -16576,7 +16585,7 @@ snapshots:
flat-cache@4.0.1:
dependencies:
- flatted: 3.3.1
+ flatted: 3.3.2
keyv: 4.5.4
flat@6.0.1: {}
@@ -16607,7 +16616,7 @@ snapshots:
foreground-child@3.1.1:
dependencies:
- cross-spawn: 7.0.3
+ cross-spawn: 7.0.6
signal-exit: 4.1.0
form-data@4.0.0:
@@ -17078,7 +17087,7 @@ snapshots:
jiti: 2.0.0-beta.2
jiti-v1: jiti@1.21.6
pathe: 1.1.2
- pkg-types: 1.2.1
+ pkg-types: 1.3.0
tsx: 4.19.2
transitivePeerDependencies:
- supports-color
@@ -17142,7 +17151,7 @@ snapshots:
dependencies:
'@ioredis/commands': 1.2.0
cluster-key-slot: 1.1.2
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
denque: 2.1.0
lodash.defaults: 4.2.0
lodash.isarguments: 3.1.0
@@ -17549,6 +17558,11 @@ snapshots:
mlly: 1.7.3
pkg-types: 1.2.1
+ local-pkg@1.0.0:
+ dependencies:
+ mlly: 1.7.3
+ pkg-types: 1.3.0
+
locate-path@5.0.0:
dependencies:
p-locate: 4.1.0
@@ -17777,7 +17791,7 @@ snapshots:
mdast-util-to-hast@13.1.0:
dependencies:
'@types/hast': 3.0.4
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
'@ungap/structured-clone': 1.2.0
devlop: 1.1.0
micromark-util-sanitize-uri: 2.0.0
@@ -17997,7 +18011,7 @@ snapshots:
micromark@4.0.0:
dependencies:
'@types/debug': 4.1.8
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
decode-named-character-reference: 1.0.2
devlop: 1.1.0
micromark-core-commonmark: 2.0.0
@@ -18347,7 +18361,7 @@ snapshots:
'@vercel/nft': 0.26.5(encoding@0.1.13)
archiver: 7.0.1
c12: 1.11.2(magicast@0.3.5)
- chalk: 5.3.0
+ chalk: 5.4.1
chokidar: 3.6.0
citty: 0.1.6
consola: 3.3.3
@@ -18563,14 +18577,14 @@ snapshots:
- supports-color
- webpack-sources
- nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3):
+ nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
'@nuxt/devalue': 2.0.2
'@nuxt/devtools': 1.4.2(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@nuxt/schema': 3.13.2(rollup@2.79.1)(webpack-sources@3.2.3)
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
- '@nuxt/vite-builder': 3.13.2(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/vite-builder': 3.13.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@unhead/dom': 1.11.6
'@unhead/shared': 1.11.6
'@unhead/ssr': 1.11.6
@@ -18681,14 +18695,14 @@ snapshots:
- webpack-sources
- xml2js
- nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1):
+ nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1):
dependencies:
'@nuxt/devalue': 2.0.2
'@nuxt/devtools': 1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
'@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/schema': 3.15.1
'@nuxt/telemetry': 2.6.4(magicast@0.3.5)(rollup@4.24.4)
- '@nuxt/vite-builder': 3.15.1(@types/node@22.9.0)(eslint@9.17.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)
+ '@nuxt/vite-builder': 3.15.1(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)
'@unhead/dom': 1.11.15
'@unhead/shared': 1.11.15
'@unhead/ssr': 1.11.15
@@ -18980,8 +18994,6 @@ snapshots:
package-manager-detector@0.2.0: {}
- package-manager-detector@0.2.7: {}
-
package-manager-detector@0.2.8: {}
packrup@0.1.2: {}
@@ -20254,7 +20266,7 @@ snapshots:
dependencies:
'@kwsites/file-exists': 1.1.1
'@kwsites/promise-deferred': 1.1.1
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
transitivePeerDependencies:
- supports-color
@@ -20598,11 +20610,11 @@ snapshots:
mkdirp: 1.0.4
yallist: 4.0.0
- tauri-plugin-log-api@https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/ee47371e75db7bc5190c74c3f94cfad3b81ac36d:
+ tauri-plugin-log-api@https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/959954c37d97d8329aec0b74803b6716b2455659:
dependencies:
'@tauri-apps/api': 1.6.0
- tauri-plugin-store-api@https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/6a392700cc072fb407f3ee614c117eb40d5ca7a1:
+ tauri-plugin-store-api@https://codeload.github.com/tauri-apps/tauri-plugin-store/tar.gz/cf977580aa753f47fda571ab4911e4e1f53dd65e:
dependencies:
'@tauri-apps/api': 1.6.0
@@ -20722,6 +20734,10 @@ snapshots:
dependencies:
typescript: 5.6.2
+ ts-api-utils@2.0.0(typescript@5.6.2):
+ dependencies:
+ typescript: 5.6.2
+
ts-custom-error@3.3.1: {}
ts-interface-checker@0.1.13: {}
@@ -20788,7 +20804,7 @@ snapshots:
'@rollup/plugin-node-resolve': 15.2.3(rollup@3.29.4)
'@rollup/plugin-replace': 5.0.7(rollup@3.29.4)
'@rollup/pluginutils': 5.1.3(rollup@3.29.4)
- chalk: 5.3.0
+ chalk: 5.4.1
consola: 3.3.3
defu: 6.1.4
esbuild: 0.17.19
@@ -20800,7 +20816,7 @@ snapshots:
mlly: 1.7.3
mri: 1.2.0
pathe: 1.1.2
- pkg-types: 1.2.1
+ pkg-types: 1.3.0
pretty-bytes: 6.1.1
rollup: 3.29.4
rollup-plugin-dts: 5.3.0(rollup@3.29.4)(typescript@5.6.2)
@@ -20968,7 +20984,7 @@ snapshots:
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
fast-glob: 3.3.2
- local-pkg: 0.5.0
+ local-pkg: 0.5.1
magic-string: 0.30.14
mlly: 1.7.3
pathe: 1.1.2
@@ -21476,7 +21492,7 @@ snapshots:
vite-node@2.1.2(@types/node@22.9.0)(terser@5.36.0):
dependencies:
cac: 6.7.14
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
pathe: 1.1.2
vite: 5.4.5(@types/node@22.9.0)(terser@5.36.0)
transitivePeerDependencies:
@@ -21493,7 +21509,7 @@ snapshots:
vite-node@2.1.8(@types/node@22.9.0)(terser@5.36.0):
dependencies:
cac: 6.7.14
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
es-module-lexer: 1.5.4
pathe: 1.1.2
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
@@ -21508,7 +21524,7 @@ snapshots:
- supports-color
- terser
- vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.5(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
+ vite-plugin-checker@0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.6.2)(vite@5.4.5(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2)):
dependencies:
'@babel/code-frame': 7.24.7
ansi-escapes: 4.3.2
@@ -21526,12 +21542,12 @@ snapshots:
vscode-languageserver-textdocument: 1.0.8
vscode-uri: 3.0.8
optionalDependencies:
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
optionator: 0.9.3
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
- vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2)):
+ vite-plugin-checker@0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2)):
dependencies:
'@babel/code-frame': 7.24.7
ansi-escapes: 4.3.2
@@ -21549,7 +21565,7 @@ snapshots:
vscode-languageserver-textdocument: 1.0.8
vscode-uri: 3.0.8
optionalDependencies:
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
optionator: 0.9.3
typescript: 5.7.2
vue-tsc: 2.1.6(typescript@5.7.2)
@@ -21558,7 +21574,7 @@ snapshots:
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
open: 10.1.0
@@ -21576,7 +21592,7 @@ snapshots:
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
- debug: 4.3.7
+ debug: 4.4.0(supports-color@9.4.0)
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
open: 10.1.0
@@ -21818,10 +21834,10 @@ snapshots:
vue-devtools-stub@0.1.0: {}
- vue-eslint-parser@9.4.3(eslint@9.17.0(jiti@2.4.2)):
+ vue-eslint-parser@9.4.3(eslint@9.18.0(jiti@2.4.2)):
dependencies:
debug: 4.4.0(supports-color@9.4.0)
- eslint: 9.17.0(jiti@2.4.2)
+ eslint: 9.18.0(jiti@2.4.2)
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
From 8264aeaf936ef6f572f6902af2ee440e3591db4c Mon Sep 17 00:00:00 2001
From: Aleksandr Ippatev
Date: Tue, 14 Jan 2025 17:39:59 +0900
Subject: [PATCH 048/101] fix: disable publish when be bypassed by Ctrl + Enter
(#3133)
(cherry picked from commit a7cd43fcd9f1ea4fee13e90f806e018b89d18fdf)
---
components/publish/PublishWidget.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue
index e86498ac7..572db8459 100644
--- a/components/publish/PublishWidget.vue
+++ b/components/publish/PublishWidget.vue
@@ -139,6 +139,9 @@ async function toggleSensitive() {
}
async function publish() {
+ if (isPublishDisabled.value || isExceedingCharacterLimit.value)
+ return
+
const publishResult = await (threadIsActive.value ? publishThread() : publishDraft())
if (publishResult) {
if (Array.isArray(publishResult))
From 95b04806881b19b989718dc072124b7fcbc1387a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 16 Jan 2025 12:11:27 +0900
Subject: [PATCH 049/101] chore(deps): update devdependencies (major) (#3132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 5d4e84241ad94269d4650ae5e03c13bc509fecf8)
---
package.json | 8 ++---
pnpm-lock.yaml | 96 +++++++++++++++++++++++++++++---------------------
2 files changed, 60 insertions(+), 44 deletions(-)
diff --git a/package.json b/package.json
index 26b6847f4..b928b879f 100644
--- a/package.json
+++ b/package.json
@@ -115,8 +115,8 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.13.0",
- "@antfu/ni": "^0.23.2",
- "@types/chroma-js": "^2.4.5",
+ "@antfu/ni": "^23.2.0",
+ "@types/chroma-js": "^3.1.0",
"@types/file-saver": "^2.0.7",
"@types/fnando__sparkline": "^0.3.7",
"@types/fs-extra": "^11.0.4",
@@ -124,12 +124,12 @@
"@types/wicg-file-system-access": "^2023.10.5",
"@types/ws": "^8.5.13",
"@unlazy/nuxt": "^0.12.1",
- "@unocss/eslint-config": "^0.65.4",
+ "@unocss/eslint-config": "^65.4.0",
"@vue/test-utils": "2.4.6",
"bumpp": "^9.10.0",
"consola": "^3.3.3",
"eslint": "^9.18.0",
- "eslint-plugin-format": "^0.1.3",
+ "eslint-plugin-format": "^1.0.1",
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.3.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f1be784e2..b2bd3aab0 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -259,13 +259,13 @@ importers:
devDependencies:
'@antfu/eslint-config':
specifier: ^3.13.0
- version: 3.14.0(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
+ version: 3.14.0(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
'@antfu/ni':
- specifier: ^0.23.2
- version: 0.23.2
+ specifier: ^23.2.0
+ version: 23.2.0
'@types/chroma-js':
- specifier: ^2.4.5
- version: 2.4.5
+ specifier: ^3.1.0
+ version: 3.1.0
'@types/file-saver':
specifier: ^2.0.7
version: 2.0.7
@@ -288,8 +288,8 @@ importers:
specifier: ^0.12.1
version: 0.12.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@unocss/eslint-config':
- specifier: ^0.65.4
- version: 0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ specifier: ^65.4.0
+ version: 65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
'@vue/test-utils':
specifier: 2.4.6
version: 2.4.6
@@ -303,8 +303,8 @@ importers:
specifier: ^9.18.0
version: 9.18.0(jiti@2.4.2)
eslint-plugin-format:
- specifier: ^0.1.3
- version: 0.1.3(eslint@9.18.0(jiti@2.4.2))
+ specifier: ^1.0.1
+ version: 1.0.1(eslint@9.18.0(jiti@2.4.2))
flat:
specifier: ^6.0.1
version: 6.0.1
@@ -417,8 +417,8 @@ packages:
'@antfu/install-pkg@1.0.0':
resolution: {integrity: sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==}
- '@antfu/ni@0.23.2':
- resolution: {integrity: sha512-FSEVWXvwroExDXUu8qV6Wqp2X3D1nJ0Li4LFymCyvCVrm7I3lNfG0zZWSWvGU1RE7891eTnFTyh31L3igOwNKQ==}
+ '@antfu/ni@23.2.0':
+ resolution: {integrity: sha512-PsqWG9QcgTQ0eyEMxYaaJMxoCaCmy8InPkToC7MQuOHHUPQknMZtCrnzZSZDXk+X9Z93eGFh+v0mE2X6FWNtuw==}
hasBin: true
'@antfu/utils@0.7.10':
@@ -1194,8 +1194,8 @@ packages:
'@dprint/markdown@0.17.8':
resolution: {integrity: sha512-ukHFOg+RpG284aPdIg7iPrCYmMs3Dqy43S1ejybnwlJoFiW02b+6Bbr5cfZKFRYNP3dKGM86BqHEnMzBOyLvvA==}
- '@dprint/toml@0.6.3':
- resolution: {integrity: sha512-zQ42I53sb4WVHA+5yoY1t59Zk++Ot02AvUgtNKLzTT8mPyVqVChFcePa3on/xIoKEgH+RoepgPHzqfk9837YFw==}
+ '@dprint/toml@0.6.4':
+ resolution: {integrity: sha512-bZXIUjxr0LIuHWshZr/5mtUkOrnh0NKVZEF6ACojW5z7zkJu7s9sV2mMXm8XQDqN4cJzdHYUYzUyEGdfciaLJA==}
'@emnapi/runtime@1.2.0':
resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==}
@@ -3291,8 +3291,8 @@ packages:
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
engines: {node: '>=10.13.0'}
- '@types/chroma-js@2.4.5':
- resolution: {integrity: sha512-6ISjhzJViaPCy2q2e6PgK+8HcHQDQ0V2LDiKmYAh+jJlLqDa6HbwDh0wOevHY0kHHUx0iZwjSRbVD47WOUx5EQ==}
+ '@types/chroma-js@3.1.0':
+ resolution: {integrity: sha512-Uwl3SOtUkbQ6Ye6ZYu4q4xdLGBzmY839sEHYtOT7i691neeyd+7fXWT5VIkcUSfNwIFrIjQutNYQn9h4q5HFvg==}
'@types/debug@4.1.8':
resolution: {integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==}
@@ -3549,15 +3549,22 @@ packages:
resolution: {integrity: sha512-/vCt4AXnJ4p4Ow6xqsYwdrelF9533yhZjzkg3SQmL3rKeSkicPayKpeq8nkYECdhDI03VTCVD+6oh5Y/26Hg7A==}
engines: {node: '>=14'}
+ '@unocss/config@65.4.0':
+ resolution: {integrity: sha512-7V3zuf+qWVxpy+1EkmyEBiU49fNiFfEUkh0n95IoLAhk9xyfz9a1dRBv20CQLte/OZ/NkD+fB+6J/w8ARn+tow==}
+ engines: {node: '>=14'}
+
'@unocss/core@0.65.4':
resolution: {integrity: sha512-a2JOoFutrhqd5RgPhIR5FIXrDoHDU3gwCbPrpT6KYTjsqlSc/fv02yZ+JGOZFN3MCFhCmaPTs+idDFtwb3xU8g==}
- '@unocss/eslint-config@0.65.4':
- resolution: {integrity: sha512-hw2fD6Nitl0BGP/tzpGfZZX/vdxbunZPm8wh2DNNtFaFpkgPyKTR1YIk+Td09EP7o6LMzOlL6709G6KXDxT5cg==}
+ '@unocss/core@65.4.0':
+ resolution: {integrity: sha512-UZPvyqS7jj5gRzFeozXG9gOEsGwdbOrQnWjeKLFbfE1upZlG3cwrwIuEl9bqTWNVAtqbpQLyaRiC09YBre52oA==}
+
+ '@unocss/eslint-config@65.4.0':
+ resolution: {integrity: sha512-yOc/RDxZcYdYYOr3QqPDqZzMy8Ow0P8DdAHHG8vrHdmPnzivSfg3yQgk3JyIshrVDkXM2xOYHVeA3ht0+QejfA==}
engines: {node: '>=14'}
- '@unocss/eslint-plugin@0.65.4':
- resolution: {integrity: sha512-e6pz/PFBG/ZzzeZ0cfZoVCEiaHeL+Aoe3bsl6Z7kRsL29qtTf9qkWj0Dp1ldZuv5zOpaIoESLUPtpnU18tAlIw==}
+ '@unocss/eslint-plugin@65.4.0':
+ resolution: {integrity: sha512-c1hNshtuW5WBd2t05b34jF2YOA7ajejwbTenzG/Oi0mQlevorJmkqARhx3jyMGjJFqz3plauHpkGZVW03xuS7w==}
engines: {node: '>=14'}
'@unocss/extractor-arbitrary-variants@0.65.4':
@@ -5394,8 +5401,8 @@ packages:
peerDependencies:
eslint: '*'
- eslint-parser-plain@0.1.0:
- resolution: {integrity: sha512-oOeA6FWU0UJT/Rxc3XF5Cq0nbIZbylm7j8+plqq0CZoE6m4u32OXJrR+9iy4srGMmF6v6pmgvP1zPxSRIGh3sg==}
+ eslint-parser-plain@0.1.1:
+ resolution: {integrity: sha512-KRgd6wuxH4U8kczqPp+Oyk4irThIhHWxgFgLDtpgjUGVIS3wGrJntvZW/p6hHq1T4FOwnOtCNkvAI4Kr+mQ/Hw==}
eslint-plugin-antfu@2.7.0:
resolution: {integrity: sha512-gZM3jq3ouqaoHmUNszb1Zo2Ux7RckSvkGksjLWz9ipBYGSv1EwwBETN6AdiUXn+RpVHXTbEMPAPlXJazcA6+iA==}
@@ -5413,8 +5420,8 @@ packages:
peerDependencies:
eslint: '>=8'
- eslint-plugin-format@0.1.3:
- resolution: {integrity: sha512-vTmshuv1iMfmcM1HADnyhae5MBBGlJZBZyZ+ybtXCEzRe3nRhUvLX+6rAvsEfcdK6a2pqpLs/F530dXKvfQqYQ==}
+ eslint-plugin-format@1.0.1:
+ resolution: {integrity: sha512-Tdns+CDjS+m7QrM85wwRi2yLae88XiWVdIOXjp9mDII0pmTBQlczPCmjpKnjiUIY3yPZNLqb5Ms/A/JXcBF2Dw==}
peerDependencies:
eslint: ^8.40.0 || ^9.0.0
@@ -9634,7 +9641,7 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@3.14.0(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@0.1.3(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
+ '@antfu/eslint-config@3.14.0(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
'@antfu/install-pkg': 1.0.0
'@clack/prompts': 0.9.1
@@ -9673,8 +9680,8 @@ snapshots:
yaml-eslint-parser: 1.2.3
yargs: 17.7.2
optionalDependencies:
- '@unocss/eslint-plugin': 0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
- eslint-plugin-format: 0.1.3(eslint@9.18.0(jiti@2.4.2))
+ '@unocss/eslint-plugin': 65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ eslint-plugin-format: 1.0.1(eslint@9.18.0(jiti@2.4.2))
transitivePeerDependencies:
- '@eslint/json'
- '@typescript-eslint/utils'
@@ -9693,7 +9700,7 @@ snapshots:
package-manager-detector: 0.2.8
tinyexec: 0.3.2
- '@antfu/ni@0.23.2': {}
+ '@antfu/ni@23.2.0': {}
'@antfu/utils@0.7.10': {}
@@ -10752,7 +10759,7 @@ snapshots:
'@dprint/markdown@0.17.8': {}
- '@dprint/toml@0.6.3': {}
+ '@dprint/toml@0.6.4': {}
'@emnapi/runtime@1.2.0':
dependencies:
@@ -13353,7 +13360,7 @@ snapshots:
'@trysound/sax@0.2.0': {}
- '@types/chroma-js@2.4.5': {}
+ '@types/chroma-js@3.1.0': {}
'@types/debug@4.1.8':
dependencies:
@@ -13711,21 +13718,30 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@unocss/config@65.4.0':
+ dependencies:
+ '@unocss/core': 65.4.0
+ unconfig: 0.6.0
+ transitivePeerDependencies:
+ - supports-color
+
'@unocss/core@0.65.4': {}
- '@unocss/eslint-config@0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@unocss/core@65.4.0': {}
+
+ '@unocss/eslint-config@65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@unocss/eslint-plugin': 0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/eslint-plugin': 65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/eslint-plugin@0.65.4(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@unocss/eslint-plugin@65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/utils': 8.18.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
- '@unocss/config': 0.65.4
- '@unocss/core': 0.65.4
+ '@typescript-eslint/utils': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/config': 65.4.0
+ '@unocss/core': 65.4.0
magic-string: 0.30.17
synckit: 0.9.2
transitivePeerDependencies:
@@ -16195,7 +16211,7 @@ snapshots:
dependencies:
eslint: 9.18.0(jiti@2.4.2)
- eslint-parser-plain@0.1.0: {}
+ eslint-parser-plain@0.1.1: {}
eslint-plugin-antfu@2.7.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
@@ -16214,14 +16230,14 @@ snapshots:
eslint: 9.18.0(jiti@2.4.2)
eslint-compat-utils: 0.5.1(eslint@9.18.0(jiti@2.4.2))
- eslint-plugin-format@0.1.3(eslint@9.18.0(jiti@2.4.2)):
+ eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)):
dependencies:
'@dprint/formatter': 0.3.0
'@dprint/markdown': 0.17.8
- '@dprint/toml': 0.6.3
+ '@dprint/toml': 0.6.4
eslint: 9.18.0(jiti@2.4.2)
eslint-formatting-reporter: 0.0.0(eslint@9.18.0(jiti@2.4.2))
- eslint-parser-plain: 0.1.0
+ eslint-parser-plain: 0.1.1
prettier: 3.4.2
synckit: 0.9.2
@@ -20811,7 +20827,7 @@ snapshots:
globby: 13.2.2
hookable: 5.5.3
jiti: 1.21.6
- magic-string: 0.30.14
+ magic-string: 0.30.17
mkdist: 1.2.0(typescript@5.6.2)
mlly: 1.7.3
mri: 1.2.0
From 2ceb1c1bd62c05e3889f9ef175cd50fccaf2c453 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Fri, 17 Jan 2025 13:14:26 +0900
Subject: [PATCH 050/101] chore: update devDependencies except nuxt (#3140)
(cherry picked from commit 4d7dc4e5ac2e685eca8608a4941e41513b7a73c6)
---
docs/package.json | 2 +-
package.json | 14 +-
pnpm-lock.yaml | 1038 ++++++++++++++++++++++++++++-----------------
3 files changed, 648 insertions(+), 406 deletions(-)
diff --git a/docs/package.json b/docs/package.json
index 989ffb224..d6fff53b3 100755
--- a/docs/package.json
+++ b/docs/package.json
@@ -13,6 +13,6 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.1",
- "nuxt": "^3.15.1"
+ "nuxt": "^3.15.2"
}
}
diff --git a/package.json b/package.json
index b928b879f..570c903e0 100644
--- a/package.json
+++ b/package.json
@@ -115,8 +115,8 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.13.0",
- "@antfu/ni": "^23.2.0",
- "@types/chroma-js": "^3.1.0",
+ "@antfu/ni": "^0.23.2",
+ "@types/chroma-js": "^2.4.5",
"@types/file-saver": "^2.0.7",
"@types/fnando__sparkline": "^0.3.7",
"@types/fs-extra": "^11.0.4",
@@ -124,15 +124,15 @@
"@types/wicg-file-system-access": "^2023.10.5",
"@types/ws": "^8.5.13",
"@unlazy/nuxt": "^0.12.1",
- "@unocss/eslint-config": "^65.4.0",
+ "@unocss/eslint-config": "^65.4.2",
"@vue/test-utils": "2.4.6",
- "bumpp": "^9.10.0",
- "consola": "^3.3.3",
+ "bumpp": "^9.10.1",
+ "consola": "^3.4.0",
"eslint": "^9.18.0",
"eslint-plugin-format": "^1.0.1",
"flat": "^6.0.1",
- "fs-extra": "^11.2.0",
- "lint-staged": "^15.3.0",
+ "fs-extra": "^11.3.0",
+ "lint-staged": "^15.4.1",
"nuxt": "^3.13.2",
"prettier": "^3.4.2",
"sharp": "^0.33.5",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b2bd3aab0..ea7aea4b2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -39,7 +39,7 @@ importers:
version: 1.5.2(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxt/test-utils':
specifier: ^3.14.3
- version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.1)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxtjs/color-mode':
specifier: ^3.4.4
version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
@@ -141,7 +141,7 @@ importers:
version: 2.0.5
floating-vue:
specifier: ^5.2.2
- version: 5.2.2(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(vue@3.5.4(typescript@5.6.2))
+ version: 5.2.2(@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1))(vue@3.5.4(typescript@5.6.2))
focus-trap:
specifier: ^7.5.1
version: 7.5.4
@@ -207,7 +207,7 @@ importers:
version: 0.10.0(vue@3.5.4(typescript@5.6.2))
stale-dep:
specifier: ^0.7.0
- version: 0.7.0(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(@nuxt/schema@3.15.1)
+ version: 0.7.0(@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1))(@nuxt/schema@3.15.2)
std-env:
specifier: ^3.7.0
version: 3.7.0
@@ -259,13 +259,13 @@ importers:
devDependencies:
'@antfu/eslint-config':
specifier: ^3.13.0
- version: 3.14.0(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
+ version: 3.14.0(@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
'@antfu/ni':
- specifier: ^23.2.0
- version: 23.2.0
+ specifier: ^0.23.2
+ version: 0.23.2
'@types/chroma-js':
- specifier: ^3.1.0
- version: 3.1.0
+ specifier: ^2.4.5
+ version: 2.4.5
'@types/file-saver':
specifier: ^2.0.7
version: 2.0.7
@@ -288,17 +288,17 @@ importers:
specifier: ^0.12.1
version: 0.12.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@unocss/eslint-config':
- specifier: ^65.4.0
- version: 65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ specifier: ^65.4.2
+ version: 65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
'@vue/test-utils':
specifier: 2.4.6
version: 2.4.6
bumpp:
- specifier: ^9.10.0
- version: 9.10.0(magicast@0.3.5)
+ specifier: ^9.10.1
+ version: 9.10.1(magicast@0.3.5)
consola:
- specifier: ^3.3.3
- version: 3.3.3
+ specifier: ^3.4.0
+ version: 3.4.0
eslint:
specifier: ^9.18.0
version: 9.18.0(jiti@2.4.2)
@@ -309,11 +309,11 @@ importers:
specifier: ^6.0.1
version: 6.0.1
fs-extra:
- specifier: ^11.2.0
- version: 11.2.0
+ specifier: ^11.3.0
+ version: 11.3.0
lint-staged:
- specifier: ^15.3.0
- version: 15.3.0
+ specifier: ^15.4.1
+ version: 15.4.1
nuxt:
specifier: ^3.13.2
version: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
@@ -350,10 +350,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
nuxt:
- specifier: ^3.15.1
- version: 3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
+ specifier: ^3.15.2
+ version: 3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
packages:
@@ -417,8 +417,8 @@ packages:
'@antfu/install-pkg@1.0.0':
resolution: {integrity: sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==}
- '@antfu/ni@23.2.0':
- resolution: {integrity: sha512-PsqWG9QcgTQ0eyEMxYaaJMxoCaCmy8InPkToC7MQuOHHUPQknMZtCrnzZSZDXk+X9Z93eGFh+v0mE2X6FWNtuw==}
+ '@antfu/ni@0.23.2':
+ resolution: {integrity: sha512-FSEVWXvwroExDXUu8qV6Wqp2X3D1nJ0Li4LFymCyvCVrm7I3lNfG0zZWSWvGU1RE7891eTnFTyh31L3igOwNKQ==}
hasBin: true
'@antfu/utils@0.7.10':
@@ -2445,6 +2445,11 @@ packages:
'@nuxt-themes/typography@0.11.0':
resolution: {integrity: sha512-TqyvD7sDWnqGmL00VtuI7JdmNTPL5/g957HCAWNzcNp+S20uJjW/FXSdkM76d4JSVDHvBqw7Wer3RsqVhqvA4w==}
+ '@nuxt/cli@3.20.0':
+ resolution: {integrity: sha512-TmQPjIHXJFPTssPMMFuLF48nr9cm6ctaNwrnhDFl4xLunfLR4rrMJNJAQhepWyukg970ZgokZVbUYMqf6eCnTQ==}
+ engines: {node: ^16.10.0 || >=18.0.0}
+ hasBin: true
+
'@nuxt/content@2.13.4':
resolution: {integrity: sha512-NBaHL/SNYUK7+RLgOngSFmKqEPYc0dYdnwVFsxIdrOZUoUbD8ERJJDaoRwwtyYCMOgUeFA/zxAkuADytp+DKiQ==}
@@ -2516,6 +2521,10 @@ packages:
resolution: {integrity: sha512-7cVWjzfz3L6CsZrg6ppDZa7zGrZxCSfZjEQDIvVFn4mFKtJlK9k2izf5EewL6luzWwIQojkZAC3iq/1wtgI0Xw==}
engines: {node: '>=18.20.5'}
+ '@nuxt/kit@3.15.2':
+ resolution: {integrity: sha512-nxiPJVz2fICcyBKlN5pL1IgZVejyArulREsS5HvAk07hijlYuZ5toRM8soLt51VQNpFd/PedL+Z1AlYu/bQCYQ==}
+ engines: {node: '>=18.0.0'}
+
'@nuxt/schema@3.13.1':
resolution: {integrity: sha512-ishbhzVGspjshG9AG0hYnKYY6LWXzCtua7OXV7C/DQ2yA7rRcy1xHpzKZUDbIRyxCHHCAcBd8jfHEUmEuhEPrA==}
engines: {node: ^14.18.0 || >=16.10.0}
@@ -2536,6 +2545,10 @@ packages:
resolution: {integrity: sha512-n5kOHt8uUyUM9z4Wu/8tIZkBYh3KTCGvyruG6oD9bfeT4OaS21+X3M7XsTXFMe+eYBZA70IFFlWn1JJZIPsKeA==}
engines: {node: ^14.18.0 || >=16.10.0}
+ '@nuxt/schema@3.15.2':
+ resolution: {integrity: sha512-cTHGbLTbrQ83B+7Mh0ggc5MzIp74o8KciA0boCiBJyK5uImH9QQNK6VgfwRWcTD5sj3WNKiIB1luOMom3LHgVw==}
+ engines: {node: ^14.18.0 || >=16.10.0}
+
'@nuxt/telemetry@2.6.0':
resolution: {integrity: sha512-h4YJ1d32cU7tDKjjhjtIIEck4WF/w3DTQBT348E9Pz85YLttnLqktLM0Ez9Xc2LzCeUgBDQv1el7Ob/zT3KUqg==}
hasBin: true
@@ -2592,9 +2605,9 @@ packages:
peerDependencies:
vue: ^3.5.4
- '@nuxt/vite-builder@3.15.1':
- resolution: {integrity: sha512-b9uvLuRSgZy+pvU0rwHOpYo9XmAPibNGFEn0MeG6rUWVee9didV0Q5voAr+/1kq9bIbf6V0QFh9TE+4pCxZuMQ==}
- engines: {node: ^18.20.5 || ^20.9.0 || >=22.0.0}
+ '@nuxt/vite-builder@3.15.2':
+ resolution: {integrity: sha512-YtP6hIOKhqa1JhX0QzuULpA84lseO76bv5OqJzUl7yoaykhOkZjkEk9c20hamtMdoxhVeUAXGZJCsp9Ivjfb3g==}
+ engines: {node: ^18.12.0 || ^20.9.0 || >=22.0.0}
peerDependencies:
vue: ^3.5.4
@@ -2843,15 +2856,6 @@ packages:
rollup:
optional: true
- '@rollup/plugin-replace@6.0.1':
- resolution: {integrity: sha512-2sPh9b73dj5IxuMmDAsQWVFT7mR+yoHweBaXG2W/R8vQ+IWZlnaI7BR7J6EguVQUp1hd8Z7XuozpDjEKQAAC2Q==}
- engines: {node: '>=14.0.0'}
- peerDependencies:
- rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
- peerDependenciesMeta:
- rollup:
- optional: true
-
'@rollup/plugin-replace@6.0.2':
resolution: {integrity: sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==}
engines: {node: '>=14.0.0'}
@@ -3291,8 +3295,8 @@ packages:
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
engines: {node: '>=10.13.0'}
- '@types/chroma-js@3.1.0':
- resolution: {integrity: sha512-Uwl3SOtUkbQ6Ye6ZYu4q4xdLGBzmY839sEHYtOT7i691neeyd+7fXWT5VIkcUSfNwIFrIjQutNYQn9h4q5HFvg==}
+ '@types/chroma-js@2.4.5':
+ resolution: {integrity: sha512-6ISjhzJViaPCy2q2e6PgK+8HcHQDQ0V2LDiKmYAh+jJlLqDa6HbwDh0wOevHY0kHHUx0iZwjSRbVD47WOUx5EQ==}
'@types/debug@4.1.8':
resolution: {integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==}
@@ -3423,6 +3427,10 @@ packages:
resolution: {integrity: sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/scope-manager@8.20.0':
+ resolution: {integrity: sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/type-utils@8.19.1':
resolution: {integrity: sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3442,6 +3450,10 @@ packages:
resolution: {integrity: sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/types@8.20.0':
+ resolution: {integrity: sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/typescript-estree@8.17.0':
resolution: {integrity: sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3463,6 +3475,12 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/typescript-estree@8.20.0':
+ resolution: {integrity: sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <5.8.0'
+
'@typescript-eslint/utils@8.18.2':
resolution: {integrity: sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3477,6 +3495,13 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/utils@8.20.0':
+ resolution: {integrity: sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '>=4.8.4 <5.8.0'
+
'@typescript-eslint/visitor-keys@8.17.0':
resolution: {integrity: sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3489,35 +3514,39 @@ packages:
resolution: {integrity: sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/visitor-keys@8.20.0':
+ resolution: {integrity: sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
- '@unhead/dom@1.11.15':
- resolution: {integrity: sha512-2OZ7zvZQLqlqkhvsKsNOhxxoO3vgjygzzrmtooQR9QNKY+3HjwJ3+QfjGswXI976YV7VJem57ydQSMk1ijB7yg==}
+ '@unhead/dom@1.11.18':
+ resolution: {integrity: sha512-zQuJUw/et9zYEV0SZWTDX23IgurwMaXycAuxt4L6OgNL0T4TWP3a0J/Vm3Q02hmdNo/cPKeVBrwBdnFUXjGU4w==}
'@unhead/dom@1.11.6':
resolution: {integrity: sha512-FYU8Cu+XWcpbO4OvXdB6x7m6GTPcl6CW7igI8rNu6Kc0Ilxb+atxIvyFXdTGAyB7h/F0w3ex06ZVWJ65f3EW8A==}
- '@unhead/schema@1.11.15':
- resolution: {integrity: sha512-UkLz1dqw4yoh4jELEyLsgSG7yrXc+gv68GkQeTv8LysEPa8sXtFqhfuqTBLhY3sHqSnP8RkDknhtFhG2S3fuKQ==}
+ '@unhead/schema@1.11.18':
+ resolution: {integrity: sha512-a3TA/OJCRdfbFhcA3Hq24k1ZU1o9szicESrw8DZcGyQFacHnh84mVgnyqSkMnwgCmfN4kvjSiTBlLEHS6+wATw==}
'@unhead/schema@1.11.6':
resolution: {integrity: sha512-Ava5+kQERaZ2fi66phgR9KZQr9SsheN1YhhKM8fCP2A4Jb5lHUssVQ19P0+89V6RX9iUg/Q27WdEbznm75LzhQ==}
- '@unhead/shared@1.11.15':
- resolution: {integrity: sha512-VT42ssmwpFGfixfXqAZ+Rn7KyNG0yFqWGsvLOXIgahiTzh3N1k2st1tPvuYFZU22dtWBNxG7cvy8yxUd1vunMQ==}
+ '@unhead/shared@1.11.18':
+ resolution: {integrity: sha512-OsupRQRxJqqnuKiL1Guqipjbl7MndD5DofvmGa3PFGu2qNPmOmH2mxGFjRBBgq2XxY1KalIHl/2I9HV6gbK8cw==}
'@unhead/shared@1.11.6':
resolution: {integrity: sha512-aGrtzRCcFlVh9iru73fBS8FA1vpQskS190t5cCRRMpisOEunVv3ueqXN1F8CseQd0W4wyEr/ycDvdfKt+RPv5g==}
- '@unhead/ssr@1.11.15':
- resolution: {integrity: sha512-btoJ7huldVdxOJOr9yx8DpDiUELzdlX3LB0k5cBub+CI4nZoPC/8ovuaYzKBriAIkEtQp9g9ytHRUJYDvim/1g==}
+ '@unhead/ssr@1.11.18':
+ resolution: {integrity: sha512-uaHPz0RRAb18yKeCmHyHk5QKWRk/uHpOrqSbhRXTOhbrd3Ur3gGTVaAoyUoRYKGPU5B5/pyHh3TfLw0LkfrH1A==}
'@unhead/ssr@1.11.6':
resolution: {integrity: sha512-jmRkJB3UWlaAV6aoTBcsi2cLOje8hJxWqbmcLmekmCBZcCgR8yHEjxVCzLtYnAQg68Trgg9+uqMt+8UFY40tDA==}
- '@unhead/vue@1.11.15':
- resolution: {integrity: sha512-2NT8Kph5AvB/qO+C8UKAc7cudbFRZTJk0eRpn8o1nG3yk2+mWvN0vsTTjnKvXixNF193I/R+zqo/NkcjgaWG9A==}
+ '@unhead/vue@1.11.18':
+ resolution: {integrity: sha512-Jfi7t/XNBnlcauP9UTH3VHBcS69G70ikFd2e5zdgULLDRWpOlLs1sSTH1V2juNptc93DOk9RQfC5jLWbLcivFw==}
peerDependencies:
vue: ^3.5.4
@@ -3549,22 +3578,22 @@ packages:
resolution: {integrity: sha512-/vCt4AXnJ4p4Ow6xqsYwdrelF9533yhZjzkg3SQmL3rKeSkicPayKpeq8nkYECdhDI03VTCVD+6oh5Y/26Hg7A==}
engines: {node: '>=14'}
- '@unocss/config@65.4.0':
- resolution: {integrity: sha512-7V3zuf+qWVxpy+1EkmyEBiU49fNiFfEUkh0n95IoLAhk9xyfz9a1dRBv20CQLte/OZ/NkD+fB+6J/w8ARn+tow==}
+ '@unocss/config@65.4.2':
+ resolution: {integrity: sha512-2xyWDt6t879rsdxJ0TiRbk9ENkGuLjAWjl3aAph5HHxwgGaBN1c9S5G9607j/WXP+tO6c37B4Q1iG/XYx35HBA==}
engines: {node: '>=14'}
'@unocss/core@0.65.4':
resolution: {integrity: sha512-a2JOoFutrhqd5RgPhIR5FIXrDoHDU3gwCbPrpT6KYTjsqlSc/fv02yZ+JGOZFN3MCFhCmaPTs+idDFtwb3xU8g==}
- '@unocss/core@65.4.0':
- resolution: {integrity: sha512-UZPvyqS7jj5gRzFeozXG9gOEsGwdbOrQnWjeKLFbfE1upZlG3cwrwIuEl9bqTWNVAtqbpQLyaRiC09YBre52oA==}
+ '@unocss/core@65.4.2':
+ resolution: {integrity: sha512-VmXy5D25por+pt9LBlKZ3gk4rOE5ldm80MyVOEnLcpaFb9LqB0g/8qUU9/Dk3TSA+ZPeoGm53Juo0p8LMFIigA==}
- '@unocss/eslint-config@65.4.0':
- resolution: {integrity: sha512-yOc/RDxZcYdYYOr3QqPDqZzMy8Ow0P8DdAHHG8vrHdmPnzivSfg3yQgk3JyIshrVDkXM2xOYHVeA3ht0+QejfA==}
+ '@unocss/eslint-config@65.4.2':
+ resolution: {integrity: sha512-xCMLYturegEVV11YtLJwBL7Wn2a4W7LtQpYFyKrGlFT8TZu9+1mjFds0Z2QFSTxoDtVP+eszPNRAw1rdu23/7g==}
engines: {node: '>=14'}
- '@unocss/eslint-plugin@65.4.0':
- resolution: {integrity: sha512-c1hNshtuW5WBd2t05b34jF2YOA7ajejwbTenzG/Oi0mQlevorJmkqARhx3jyMGjJFqz3plauHpkGZVW03xuS7w==}
+ '@unocss/eslint-plugin@65.4.2':
+ resolution: {integrity: sha512-Ibk5zLnEvg22S7c7JLusuW8MbWTmw3BwcdP0j/EaGE3sk5Q1mazb8UqO0CymPCaQp/d2Sx1dv1SEEECLkZSUzQ==}
engines: {node: '>=14'}
'@unocss/extractor-arbitrary-variants@0.65.4':
@@ -3616,6 +3645,10 @@ packages:
resolution: {integrity: sha512-+EzdJEWcqGcO6HwbBTe7vEdBRpuKkBiz4MycQeLD6GEio04T45y6VHHO7/WTqxltbO4YwwW9/s2TKRMxKtoG8g==}
engines: {node: '>=14'}
+ '@unocss/rule-utils@65.4.2':
+ resolution: {integrity: sha512-OdMSJZiZUr8XmLo3Bz3Wrw1nZLT1nTPnPOV8gdi4vZ+2RgCChua9o8Dz4IyeQ7mMhLXoqHIUpJ7jE5Nv+Uz1Fw==}
+ engines: {node: '>=14'}
+
'@unocss/transformer-attributify-jsx@0.65.4':
resolution: {integrity: sha512-n438EzWdTKlLCOlAUSpFjmH6FflctqzIReMzMZSJDkmkorymc+C5GpjN3Nty2cKRJXIl6Vwq0oxPuB59RT+FIw==}
@@ -4525,8 +4558,8 @@ packages:
resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
engines: {node: '>=6'}
- bumpp@9.10.0:
- resolution: {integrity: sha512-gNY3tYEGKyqW8+qtpeLQ2UfQW7G81d/vhCWNGrMlvy0Toq1LZPRs8wk9woAw8o9Tzv7pvjaF/Gno+UN3qiqNxA==}
+ bumpp@9.10.1:
+ resolution: {integrity: sha512-KG7oQmv6cz7QQwOvM3x/yPcF8+VBEtuLEEecmohNyb4+bLbtSVpJp8brjzcZYQN7UOyR4i0qIIYThnsBgP8uCA==}
engines: {node: '>=10'}
hasBin: true
@@ -4816,8 +4849,8 @@ packages:
consola@2.15.3:
resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==}
- consola@3.3.3:
- resolution: {integrity: sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==}
+ consola@3.4.0:
+ resolution: {integrity: sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==}
engines: {node: ^14.18.0 || >=16.10.0}
console-control-strings@1.1.0:
@@ -5632,6 +5665,10 @@ packages:
resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
engines: {node: '>=8.6.0'}
+ fast-glob@3.3.3:
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
+ engines: {node: '>=8.6.0'}
+
fast-json-stable-stringify@2.1.0:
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
@@ -5736,8 +5773,8 @@ packages:
resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
engines: {node: '>= 0.6'}
- fs-extra@11.2.0:
- resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==}
+ fs-extra@11.3.0:
+ resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==}
engines: {node: '>=14.14'}
fs-extra@9.1.0:
@@ -5935,6 +5972,9 @@ packages:
h3@1.13.0:
resolution: {integrity: sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==}
+ h3@1.13.1:
+ resolution: {integrity: sha512-u/z6Z4YY+ANZ05cRRfsFJadTBrNA6e3jxdU+AN5UCbZSZEUwgHiwjvUEe0k1NoQmAvQmETwr+xB5jd7mhCJuIQ==}
+
happy-dom@16.3.0:
resolution: {integrity: sha512-Q71RaIhyS21vhW17Tpa5W36yqQXIlE1TZ0A0Gguts8PShUSQE/7fBgxYGxgm3+5y0gF6afdlAVHLQqgrIcfRzg==}
engines: {node: '>=18.0.0'}
@@ -6101,6 +6141,10 @@ packages:
resolution: {integrity: sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==}
engines: {node: '>= 4'}
+ ignore@7.0.3:
+ resolution: {integrity: sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==}
+ engines: {node: '>= 4'}
+
image-meta@0.2.1:
resolution: {integrity: sha512-K6acvFaelNxx8wc2VjbIzXKDVB0Khs0QT35U6NkGfTdCmjLNcO2945m7RFNR9/RPVFm48hq7QPzK8uGH18HCGw==}
@@ -6530,8 +6574,8 @@ packages:
linkify-it@5.0.0:
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
- lint-staged@15.3.0:
- resolution: {integrity: sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==}
+ lint-staged@15.4.1:
+ resolution: {integrity: sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==}
engines: {node: '>=18.12.0'}
hasBin: true
@@ -6935,6 +6979,9 @@ packages:
mlly@1.7.3:
resolution: {integrity: sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==}
+ mlly@1.7.4:
+ resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==}
+
mri@1.2.0:
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
engines: {node: '>=4'}
@@ -6966,6 +7013,11 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
+ nanoid@3.3.8:
+ resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==}
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
+ hasBin: true
+
nanoid@4.0.2:
resolution: {integrity: sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==}
engines: {node: ^14 || ^16 || >=18}
@@ -7088,11 +7140,6 @@ packages:
engines: {node: ^16.10.0 || >=18.0.0}
hasBin: true
- nuxi@3.19.1:
- resolution: {integrity: sha512-yjJggqwSkymaWM/f4+1nPBTW1Hg7tZ0ZQax69zlqq+Ftc6rfAnJSgGUwhAuoo7E7x3JGQ0Uzzokz11Y7PuRj6g==}
- engines: {node: ^16.10.0 || >=18.0.0}
- hasBin: true
-
nuxt-component-meta@0.9.0:
resolution: {integrity: sha512-Zmuw/PxAeJkIu7EPZEFg0lIwnfpeiDsHog9i1g5d4Z3O5+00R1Vbuk+NC6K7kgpdLsdU2/XBvzc7oQ6BsXuQPg==}
hasBin: true
@@ -7123,8 +7170,8 @@ packages:
'@types/node':
optional: true
- nuxt@3.15.1:
- resolution: {integrity: sha512-8sKgqjhu5JoaVv89TnBW5S0jvsXRrEWGF+CguYUPK+6sRAtNcJAwcWxd4pEmURYQ2D0jjdfgr/VyH0i9CdhkBQ==}
+ nuxt@3.15.2:
+ resolution: {integrity: sha512-1EiQ5wYYVhgkRyaMCyuc4R5lhJtOPJTdOe3LwYNbIol3pmcO1urhNDNKfhiy9zdcA3G14zzN0W/+TqXXidchRw==}
engines: {node: ^18.20.5 || ^20.9.0 || >=22.0.0}
hasBin: true
peerDependencies:
@@ -7383,6 +7430,9 @@ packages:
pathe@2.0.0:
resolution: {integrity: sha512-G7n4uhtk9qJt2hlD+UFfsIGY854wpF+zs2bUbQ3CQEUTcn7v25LRsrmurOxTo4bJgjE4qkyshd9ldsEuY9M6xg==}
+ pathe@2.0.1:
+ resolution: {integrity: sha512-6jpjMpOth5S9ITVu5clZ7NOgHNsv5vRQdheL9ztp2vZmM6fRbLvyua1tiBIL4lk8SAe3ARzeXEly6siXCjDHDw==}
+
pathval@2.0.0:
resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==}
engines: {node: '>= 14.16'}
@@ -7437,6 +7487,9 @@ packages:
pkg-types@1.3.0:
resolution: {integrity: sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==}
+ pkg-types@1.3.1:
+ resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
+
pluralize@8.0.0:
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
engines: {node: '>=4'}
@@ -7653,6 +7706,10 @@ packages:
resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==}
engines: {node: ^10 || ^12 || >=14}
+ postcss@8.5.1:
+ resolution: {integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==}
+ engines: {node: ^10 || ^12 || >=14}
+
prelude-ls@1.2.1:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
@@ -8388,6 +8445,9 @@ packages:
strip-literal@2.1.1:
resolution: {integrity: sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==}
+ strip-literal@3.0.0:
+ resolution: {integrity: sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==}
+
style-dictionary-esm@1.3.7:
resolution: {integrity: sha512-xO2o8sKGera0SMLCLtix1dPvgD2ZyX2VohZ09cGRRuXBb8HQObqhgDQw4dLW+qJy4gj7r4Mdhz9J1rS2p50xDw==}
engines: {node: '>=12.0.0'}
@@ -8738,8 +8798,8 @@ packages:
unenv@1.10.0:
resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==}
- unhead@1.11.15:
- resolution: {integrity: sha512-fA0rYB7qMHKY4sg0yzEXhi0cqiF/nl/OUKNaXOS9ChJwCjJxabpZvmQIUOiGS+1ckoFbZc3qZnhDLpdeNhOQwg==}
+ unhead@1.11.18:
+ resolution: {integrity: sha512-TWgGUoZMpYe2yJwY6jZ0/9kpQT18ygr2h5lI6cUXdfD9UzDc0ytM9jGaleSYkj9guJWXkk7izYBnzJvxl8mRvQ==}
unhead@1.11.6:
resolution: {integrity: sha512-TKTQGUzHKF925VZ4KZVbLfKFzTVTEWfPLaXKmkd/ptEY2FHEoJUF7xOpAWc3K7Jzy/ExS66TL7GnLLjtd4sISg==}
@@ -8786,6 +8846,9 @@ packages:
unimport@3.14.5:
resolution: {integrity: sha512-tn890SwFFZxqaJSKQPPd+yygfKSATbM8BZWW1aCR2TJBTs1SDrmLamBueaFtYsGjHtQaRgqEbQflOjN2iW12gA==}
+ unimport@3.14.6:
+ resolution: {integrity: sha512-CYvbDaTT04Rh8bmD8jz3WPmHYZRG/NnvYVzwD6V1YAlvvKROlAeNDUBhkBGzNav2RKaeuXvlWYaa1V4Lfi/O0g==}
+
unique-string@2.0.0:
resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==}
engines: {node: '>=8'}
@@ -8902,6 +8965,10 @@ packages:
resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==}
engines: {node: '>=14.0.0'}
+ unplugin@1.16.1:
+ resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==}
+ engines: {node: '>=14.0.0'}
+
unplugin@2.0.0-beta.1:
resolution: {integrity: sha512-2qzQo5LN2DmUZXkWDHvGKLF5BP0WN+KthD6aPnPJ8plRBIjv4lh5O07eYcSxgO2znNw9s4MNhEO1sB+JDllDbQ==}
engines: {node: '>=18.12.0'}
@@ -9641,7 +9708,7 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@3.14.0(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
+ '@antfu/eslint-config@3.14.0(@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
'@antfu/install-pkg': 1.0.0
'@clack/prompts': 0.9.1
@@ -9650,7 +9717,7 @@ snapshots:
'@stylistic/eslint-plugin': 2.13.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
'@typescript-eslint/eslint-plugin': 8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
'@typescript-eslint/parser': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
- '@vitest/eslint-plugin': 1.1.25(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
+ '@vitest/eslint-plugin': 1.1.25(@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
eslint: 9.18.0(jiti@2.4.2)
eslint-config-flat-gitignore: 1.0.0(eslint@9.18.0(jiti@2.4.2))
eslint-flat-config-utils: 1.0.0
@@ -9680,7 +9747,7 @@ snapshots:
yaml-eslint-parser: 1.2.3
yargs: 17.7.2
optionalDependencies:
- '@unocss/eslint-plugin': 65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/eslint-plugin': 65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
eslint-plugin-format: 1.0.1(eslint@9.18.0(jiti@2.4.2))
transitivePeerDependencies:
- '@eslint/json'
@@ -9700,7 +9767,7 @@ snapshots:
package-manager-detector: 0.2.8
tinyexec: 0.3.2
- '@antfu/ni@23.2.0': {}
+ '@antfu/ni@0.23.2': {}
'@antfu/utils@0.7.10': {}
@@ -11605,17 +11672,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -11659,9 +11726,9 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
'@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -11673,11 +11740,11 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.7.2))
- pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)(webpack-sources@3.2.3)
+ pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.5.1)(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -11688,12 +11755,12 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.4.49)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)(webpack-sources@3.2.3)
+ pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.5.1)(webpack-sources@3.2.3)
ufo: 1.5.4
transitivePeerDependencies:
- magicast
@@ -11704,14 +11771,42 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt/cli@3.20.0(magicast@0.3.5)':
+ dependencies:
+ c12: 2.0.1(magicast@0.3.5)
+ chokidar: 4.0.3
+ citty: 0.1.6
+ clipboardy: 4.0.0
+ consola: 3.4.0
+ defu: 6.1.4
+ fuse.js: 7.0.0
+ giget: 1.2.3
+ h3: 1.13.1
+ httpxy: 0.1.5
+ jiti: 2.4.2
+ listhen: 1.9.0
+ nypm: 0.4.1
+ ofetch: 1.4.1
+ ohash: 1.1.4
+ pathe: 2.0.1
+ perfect-debounce: 1.0.0
+ pkg-types: 1.3.1
+ scule: 1.3.0
+ semver: 7.6.3
+ std-env: 3.8.0
+ tinyexec: 0.3.2
+ ufo: 1.5.4
+ transitivePeerDependencies:
+ - magicast
+
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
'@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.7.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- consola: 3.3.3
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
json5: 2.2.3
@@ -11790,8 +11885,8 @@ snapshots:
'@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))':
dependencies:
- '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
- '@nuxt/schema': 3.15.1
+ '@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/schema': 3.15.2
execa: 7.2.0
vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
transitivePeerDependencies:
@@ -11801,7 +11896,7 @@ snapshots:
'@nuxt/devtools-wizard@1.4.2':
dependencies:
- consola: 3.3.3
+ consola: 3.4.0
diff: 7.0.0
execa: 7.2.0
global-directory: 4.0.1
@@ -11814,7 +11909,7 @@ snapshots:
'@nuxt/devtools-wizard@1.5.2':
dependencies:
- consola: 3.3.3
+ consola: 3.4.0
diff: 7.0.0
execa: 7.2.0
global-directory: 4.0.1
@@ -11827,13 +11922,13 @@ snapshots:
'@nuxt/devtools-wizard@1.7.0':
dependencies:
- consola: 3.3.3
+ consola: 3.4.0
diff: 7.0.0
execa: 7.2.0
global-directory: 4.0.1
magicast: 0.3.5
pathe: 1.1.2
- pkg-types: 1.3.0
+ pkg-types: 1.3.1
prompts: 2.4.2
rc9: 2.1.2
semver: 7.6.3
@@ -11847,7 +11942,7 @@ snapshots:
'@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
- consola: 3.3.3
+ consola: 3.4.0
cronstrue: 2.50.0
destr: 2.0.3
error-stack-parser-es: 0.1.5
@@ -11895,7 +11990,7 @@ snapshots:
'@vue/devtools-core': 7.4.4(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
'@vue/devtools-kit': 7.4.4
birpc: 0.2.17
- consola: 3.3.3
+ consola: 3.4.0
cronstrue: 2.50.0
destr: 2.0.3
error-stack-parser-es: 0.1.5
@@ -11939,11 +12034,11 @@ snapshots:
'@antfu/utils': 0.7.10
'@nuxt/devtools-kit': 1.7.0(magicast@0.3.5)(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
'@nuxt/devtools-wizard': 1.7.0
- '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
'@vue/devtools-core': 7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
'@vue/devtools-kit': 7.6.8
birpc: 0.2.19
- consola: 3.3.3
+ consola: 3.4.0
cronstrue: 2.52.0
destr: 2.0.3
error-stack-parser-es: 0.1.5
@@ -11961,16 +12056,16 @@ snapshots:
ohash: 1.1.4
pathe: 1.1.2
perfect-debounce: 1.0.0
- pkg-types: 1.3.0
+ pkg-types: 1.3.1
rc9: 2.1.2
scule: 1.3.0
semver: 7.6.3
simple-git: 3.27.0
sirv: 3.0.0
tinyglobby: 0.2.10
- unimport: 3.14.5(rollup@4.24.4)
+ unimport: 3.14.6(rollup@4.24.4)
vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
- vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
+ vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
vite-plugin-vue-inspector: 5.3.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
which: 3.0.1
ws: 8.18.0
@@ -11985,7 +12080,7 @@ snapshots:
dependencies:
'@nuxt/schema': 3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)
c12: 1.11.2(magicast@0.3.5)
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
globby: 14.0.2
@@ -12013,7 +12108,7 @@ snapshots:
dependencies:
'@nuxt/schema': 3.13.2(rollup@2.79.1)(webpack-sources@3.2.3)
c12: 1.11.2(magicast@0.3.5)
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
globby: 14.0.2
@@ -12041,7 +12136,7 @@ snapshots:
dependencies:
'@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
c12: 2.0.1(magicast@0.3.5)
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
globby: 14.0.2
@@ -12069,7 +12164,7 @@ snapshots:
dependencies:
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)
c12: 2.0.1(magicast@0.3.5)
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
globby: 14.0.2
@@ -12097,7 +12192,7 @@ snapshots:
dependencies:
'@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)
c12: 2.0.1(magicast@0.3.5)
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
globby: 14.0.2
@@ -12125,7 +12220,7 @@ snapshots:
dependencies:
'@nuxt/schema': 3.15.1
c12: 2.0.1(magicast@0.3.5)
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
globby: 14.0.2
@@ -12148,27 +12243,57 @@ snapshots:
- rollup
- supports-color
- '@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@4.24.4)':
+ '@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1)':
dependencies:
- '@nuxt/schema': 3.15.1
+ '@nuxt/schema': 3.15.2
c12: 2.0.1(magicast@0.3.5)
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
globby: 14.0.2
- ignore: 7.0.0
+ ignore: 7.0.3
jiti: 2.4.2
klona: 2.0.6
knitwork: 1.2.0
- mlly: 1.7.3
+ mlly: 1.7.4
ohash: 1.1.4
- pathe: 2.0.0
- pkg-types: 1.3.0
+ pathe: 2.0.1
+ pkg-types: 1.3.1
+ scule: 1.3.0
+ semver: 7.6.3
+ std-env: 3.8.0
+ ufo: 1.5.4
+ unctx: 2.4.1
+ unimport: 3.14.6(rollup@2.79.1)
+ untyped: 1.5.2
+ transitivePeerDependencies:
+ - magicast
+ - rollup
+ - supports-color
+ optional: true
+
+ '@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@4.24.4)':
+ dependencies:
+ '@nuxt/schema': 3.15.2
+ c12: 2.0.1(magicast@0.3.5)
+ consola: 3.4.0
+ defu: 6.1.4
+ destr: 2.0.3
+ globby: 14.0.2
+ ignore: 7.0.3
+ jiti: 2.4.2
+ klona: 2.0.6
+ knitwork: 1.2.0
+ mlly: 1.7.4
+ ohash: 1.1.4
+ pathe: 2.0.1
+ pkg-types: 1.3.1
scule: 1.3.0
semver: 7.6.3
+ std-env: 3.8.0
ufo: 1.5.4
unctx: 2.4.1
- unimport: 3.14.5(rollup@4.24.4)
+ unimport: 3.14.6(rollup@4.24.4)
untyped: 1.5.2
transitivePeerDependencies:
- magicast
@@ -12178,7 +12303,7 @@ snapshots:
'@nuxt/schema@3.13.1(rollup@2.79.1)(webpack-sources@3.2.3)':
dependencies:
compatx: 0.1.8
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
hookable: 5.5.3
pathe: 1.1.2
@@ -12197,7 +12322,7 @@ snapshots:
'@nuxt/schema@3.13.2(rollup@2.79.1)(webpack-sources@3.2.3)':
dependencies:
compatx: 0.1.8
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
hookable: 5.5.3
pathe: 1.1.2
@@ -12217,7 +12342,7 @@ snapshots:
dependencies:
c12: 2.0.1(magicast@0.3.5)
compatx: 0.1.8
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
hookable: 5.5.3
pathe: 1.1.2
@@ -12238,7 +12363,7 @@ snapshots:
dependencies:
c12: 2.0.1(magicast@0.3.5)
compatx: 0.1.8
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
hookable: 5.5.3
pathe: 1.1.2
@@ -12258,7 +12383,7 @@ snapshots:
dependencies:
c12: 2.0.1(magicast@0.3.5)
compatx: 0.1.8
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
hookable: 5.5.3
pathe: 1.1.2
@@ -12276,16 +12401,23 @@ snapshots:
'@nuxt/schema@3.15.1':
dependencies:
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
pathe: 2.0.0
std-env: 3.8.0
+ '@nuxt/schema@3.15.2':
+ dependencies:
+ consola: 3.4.0
+ defu: 6.1.4
+ pathe: 2.0.1
+ std-env: 3.8.0
+
'@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
ci-info: 4.0.0
- consola: 3.3.3
+ consola: 3.4.0
create-require: 1.1.1
defu: 6.1.4
destr: 2.0.3
@@ -12309,9 +12441,9 @@ snapshots:
'@nuxt/telemetry@2.6.4(magicast@0.3.5)(rollup@4.24.4)':
dependencies:
- '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
citty: 0.1.6
- consola: 3.3.3
+ consola: 3.4.0
destr: 2.0.3
dotenv: 16.4.7
git-url-parse: 16.0.0
@@ -12319,7 +12451,7 @@ snapshots:
ofetch: 1.4.1
package-manager-detector: 0.2.8
parse-git-config: 3.0.0
- pathe: 2.0.0
+ pathe: 2.0.1
rc9: 2.1.2
std-env: 3.8.0
transitivePeerDependencies:
@@ -12327,18 +12459,18 @@ snapshots:
- rollup
- supports-color
- '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
+ '@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.13.1)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@nuxt/schema': 3.13.2(rollup@2.79.1)(webpack-sources@3.2.3)
c12: 2.0.1(magicast@0.3.5)
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
estree-walker: 3.0.3
fake-indexeddb: 6.0.0
get-port-please: 3.1.2
- h3: 1.13.0
+ h3: 1.13.1
local-pkg: 0.5.0
magic-string: 0.30.11
nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)
@@ -12354,7 +12486,7 @@ snapshots:
unenv: 1.10.0
unplugin: 1.14.1(webpack-sources@3.2.3)
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.1)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
vue: 3.5.4(typescript@5.6.2)
vue-router: 4.5.0(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
@@ -12375,7 +12507,7 @@ snapshots:
'@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.5(@types/node@22.9.0)(terser@5.36.0))(vue@3.5.4(typescript@5.6.2))
autoprefixer: 10.4.20(postcss@8.4.47)
clear: 0.1.0
- consola: 3.3.3
+ consola: 3.4.0
cssnano: 7.0.6(postcss@8.4.47)
defu: 6.1.4
esbuild: 0.23.1
@@ -12427,30 +12559,30 @@ snapshots:
- vue-tsc
- webpack-sources
- '@nuxt/vite-builder@3.15.1(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)':
+ '@nuxt/vite-builder@3.15.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)':
dependencies:
- '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
'@rollup/plugin-replace': 6.0.2(rollup@4.24.4)
'@vitejs/plugin-vue': 5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
'@vitejs/plugin-vue-jsx': 4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
- autoprefixer: 10.4.20(postcss@8.4.49)
- consola: 3.3.3
- cssnano: 7.0.6(postcss@8.4.49)
+ autoprefixer: 10.4.20(postcss@8.5.1)
+ consola: 3.4.0
+ cssnano: 7.0.6(postcss@8.5.1)
defu: 6.1.4
esbuild: 0.24.2
escape-string-regexp: 5.0.0
externality: 1.0.2
get-port-please: 3.1.2
- h3: 1.13.0
+ h3: 1.13.1
jiti: 2.4.2
knitwork: 1.2.0
magic-string: 0.30.17
- mlly: 1.7.3
+ mlly: 1.7.4
ohash: 1.1.4
- pathe: 2.0.0
+ pathe: 2.0.1
perfect-debounce: 1.0.0
- pkg-types: 1.3.0
- postcss: 8.4.49
+ pkg-types: 1.3.1
+ postcss: 8.5.1
rollup-plugin-visualizer: 5.14.0(rollup@4.24.4)
std-env: 3.8.0
ufo: 1.5.4
@@ -12572,7 +12704,7 @@ snapshots:
'@types/hast': 3.0.4
'@types/mdast': 4.0.4
'@vue/compiler-core': 3.5.12
- consola: 3.3.3
+ consola: 3.4.0
debug: 4.4.0(supports-color@9.4.0)
defu: 6.1.4
destr: 2.0.3
@@ -12787,7 +12919,7 @@ snapshots:
'@rollup/plugin-commonjs@28.0.1(rollup@4.24.4)':
dependencies:
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.4(rollup@4.24.4)
commondir: 1.0.1
estree-walker: 2.0.2
fdir: 6.4.2(picomatch@4.0.2)
@@ -12866,7 +12998,7 @@ snapshots:
'@rollup/plugin-node-resolve@15.3.0(rollup@4.24.4)':
dependencies:
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.4(rollup@4.24.4)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-module: 1.0.0
@@ -12901,16 +13033,9 @@ snapshots:
optionalDependencies:
rollup: 4.20.0
- '@rollup/plugin-replace@6.0.1(rollup@4.24.4)':
- dependencies:
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
- magic-string: 0.30.17
- optionalDependencies:
- rollup: 4.24.4
-
'@rollup/plugin-replace@6.0.2(rollup@4.24.4)':
dependencies:
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.4(rollup@4.24.4)
magic-string: 0.30.17
optionalDependencies:
rollup: 4.24.4
@@ -13031,6 +13156,14 @@ snapshots:
optionalDependencies:
rollup: 2.79.1
+ '@rollup/pluginutils@5.1.4(rollup@4.24.4)':
+ dependencies:
+ '@types/estree': 1.0.6
+ estree-walker: 2.0.2
+ picomatch: 4.0.2
+ optionalDependencies:
+ rollup: 4.24.4
+
'@rollup/rollup-android-arm-eabi@4.20.0':
optional: true
@@ -13360,7 +13493,7 @@ snapshots:
'@trysound/sax@0.2.0': {}
- '@types/chroma-js@3.1.0': {}
+ '@types/chroma-js@2.4.5': {}
'@types/debug@4.1.8':
dependencies:
@@ -13503,6 +13636,11 @@ snapshots:
'@typescript-eslint/types': 8.19.1
'@typescript-eslint/visitor-keys': 8.19.1
+ '@typescript-eslint/scope-manager@8.20.0':
+ dependencies:
+ '@typescript-eslint/types': 8.20.0
+ '@typescript-eslint/visitor-keys': 8.20.0
+
'@typescript-eslint/type-utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
'@typescript-eslint/typescript-estree': 8.19.1(typescript@5.6.2)
@@ -13520,6 +13658,8 @@ snapshots:
'@typescript-eslint/types@8.19.1': {}
+ '@typescript-eslint/types@8.20.0': {}
+
'@typescript-eslint/typescript-estree@8.17.0(typescript@5.6.2)':
dependencies:
'@typescript-eslint/types': 8.17.0
@@ -13563,6 +13703,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@typescript-eslint/typescript-estree@8.20.0(typescript@5.6.2)':
+ dependencies:
+ '@typescript-eslint/types': 8.20.0
+ '@typescript-eslint/visitor-keys': 8.20.0
+ debug: 4.4.0(supports-color@9.4.0)
+ fast-glob: 3.3.2
+ is-glob: 4.0.3
+ minimatch: 9.0.5
+ semver: 7.6.3
+ ts-api-utils: 2.0.0(typescript@5.6.2)
+ typescript: 5.6.2
+ transitivePeerDependencies:
+ - supports-color
+
'@typescript-eslint/utils@8.18.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
'@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
@@ -13585,6 +13739,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
+ '@typescript-eslint/scope-manager': 8.20.0
+ '@typescript-eslint/types': 8.20.0
+ '@typescript-eslint/typescript-estree': 8.20.0(typescript@5.6.2)
+ eslint: 9.18.0(jiti@2.4.2)
+ typescript: 5.6.2
+ transitivePeerDependencies:
+ - supports-color
+
'@typescript-eslint/visitor-keys@8.17.0':
dependencies:
'@typescript-eslint/types': 8.17.0
@@ -13600,19 +13765,24 @@ snapshots:
'@typescript-eslint/types': 8.19.1
eslint-visitor-keys: 4.2.0
+ '@typescript-eslint/visitor-keys@8.20.0':
+ dependencies:
+ '@typescript-eslint/types': 8.20.0
+ eslint-visitor-keys: 4.2.0
+
'@ungap/structured-clone@1.2.0': {}
- '@unhead/dom@1.11.15':
+ '@unhead/dom@1.11.18':
dependencies:
- '@unhead/schema': 1.11.15
- '@unhead/shared': 1.11.15
+ '@unhead/schema': 1.11.18
+ '@unhead/shared': 1.11.18
'@unhead/dom@1.11.6':
dependencies:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
- '@unhead/schema@1.11.15':
+ '@unhead/schema@1.11.18':
dependencies:
hookable: 5.5.3
zhead: 2.2.4
@@ -13622,31 +13792,31 @@ snapshots:
hookable: 5.5.3
zhead: 2.2.4
- '@unhead/shared@1.11.15':
+ '@unhead/shared@1.11.18':
dependencies:
- '@unhead/schema': 1.11.15
+ '@unhead/schema': 1.11.18
packrup: 0.1.2
'@unhead/shared@1.11.6':
dependencies:
'@unhead/schema': 1.11.6
- '@unhead/ssr@1.11.15':
+ '@unhead/ssr@1.11.18':
dependencies:
- '@unhead/schema': 1.11.15
- '@unhead/shared': 1.11.15
+ '@unhead/schema': 1.11.18
+ '@unhead/shared': 1.11.18
'@unhead/ssr@1.11.6':
dependencies:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
- '@unhead/vue@1.11.15(vue@3.5.4(typescript@5.7.2))':
+ '@unhead/vue@1.11.18(vue@3.5.4(typescript@5.7.2))':
dependencies:
- '@unhead/schema': 1.11.15
- '@unhead/shared': 1.11.15
+ '@unhead/schema': 1.11.18
+ '@unhead/shared': 1.11.18
hookable: 5.5.3
- unhead: 1.11.15
+ unhead: 1.11.18
vue: 3.5.4(typescript@5.7.2)
'@unhead/vue@1.11.6(vue@3.5.4(typescript@5.6.2))':
@@ -13702,7 +13872,7 @@ snapshots:
cac: 6.7.14
chokidar: 3.6.0
colorette: 2.0.20
- consola: 3.3.3
+ consola: 3.4.0
magic-string: 0.30.17
pathe: 1.1.2
perfect-debounce: 1.0.0
@@ -13718,30 +13888,31 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@unocss/config@65.4.0':
+ '@unocss/config@65.4.2':
dependencies:
- '@unocss/core': 65.4.0
+ '@unocss/core': 65.4.2
unconfig: 0.6.0
transitivePeerDependencies:
- supports-color
'@unocss/core@0.65.4': {}
- '@unocss/core@65.4.0': {}
+ '@unocss/core@65.4.2': {}
- '@unocss/eslint-config@65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@unocss/eslint-config@65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@unocss/eslint-plugin': 65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/eslint-plugin': 65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/eslint-plugin@65.4.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@unocss/eslint-plugin@65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/utils': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
- '@unocss/config': 65.4.0
- '@unocss/core': 65.4.0
+ '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/config': 65.4.2
+ '@unocss/core': 65.4.2
+ '@unocss/rule-utils': 65.4.2
magic-string: 0.30.17
synckit: 0.9.2
transitivePeerDependencies:
@@ -13854,6 +14025,11 @@ snapshots:
'@unocss/core': 0.65.4
magic-string: 0.30.17
+ '@unocss/rule-utils@65.4.2':
+ dependencies:
+ '@unocss/core': 65.4.2
+ magic-string: 0.30.17
+
'@unocss/transformer-attributify-jsx@0.65.4':
dependencies:
'@unocss/core': 0.65.4
@@ -13988,9 +14164,9 @@ snapshots:
vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
vue: 3.5.4(typescript@5.7.2)
- '@vitest/eslint-plugin@1.1.25(@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
+ '@vitest/eslint-plugin@1.1.25(@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
- '@typescript-eslint/utils': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
eslint: 9.18.0(jiti@2.4.2)
optionalDependencies:
typescript: 5.6.2
@@ -14130,7 +14306,7 @@ snapshots:
'@vue-macros/common@1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))':
dependencies:
'@babel/types': 7.26.3
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.4(rollup@4.24.4)
'@vue/compiler-sfc': 3.5.13
ast-kit: 1.3.2
local-pkg: 0.5.1
@@ -14688,7 +14864,7 @@ snapshots:
'@vueuse/gesture@2.0.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
chokidar: 3.6.0
- consola: 3.3.3
+ consola: 3.4.0
upath: 2.0.1
vue: 3.5.4(typescript@5.6.2)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
@@ -14761,13 +14937,13 @@ snapshots:
- supports-color
- webpack-sources
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
+ nuxt: 3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -15069,14 +15245,14 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- autoprefixer@10.4.20(postcss@8.4.49):
+ autoprefixer@10.4.20(postcss@8.5.1):
dependencies:
browserslist: 4.23.3
caniuse-lite: 1.0.30001651
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.1
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
available-typed-arrays@1.0.5: {}
@@ -15171,7 +15347,7 @@ snapshots:
builtin-modules@3.3.0: {}
- bumpp@9.10.0(magicast@0.3.5):
+ bumpp@9.10.1(magicast@0.3.5):
dependencies:
c12: 2.0.1(magicast@0.3.5)
cac: 6.7.14
@@ -15392,7 +15568,7 @@ snapshots:
citty@0.1.6:
dependencies:
- consola: 3.3.3
+ consola: 3.4.0
classnames@2.3.2: {}
@@ -15502,7 +15678,7 @@ snapshots:
consola@2.15.3: {}
- consola@3.3.3: {}
+ consola@3.4.0: {}
console-control-strings@1.1.0: {}
@@ -15571,9 +15747,9 @@ snapshots:
dependencies:
postcss: 8.4.47
- css-declaration-sorter@7.2.0(postcss@8.4.49):
+ css-declaration-sorter@7.2.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
css-select@5.1.0:
dependencies:
@@ -15638,47 +15814,47 @@ snapshots:
postcss-svgo: 7.0.1(postcss@8.4.47)
postcss-unique-selectors: 7.0.3(postcss@8.4.47)
- cssnano-preset-default@7.0.6(postcss@8.4.49):
+ cssnano-preset-default@7.0.6(postcss@8.5.1):
dependencies:
browserslist: 4.23.3
- css-declaration-sorter: 7.2.0(postcss@8.4.49)
- cssnano-utils: 5.0.0(postcss@8.4.49)
- postcss: 8.4.49
- postcss-calc: 10.0.2(postcss@8.4.49)
- postcss-colormin: 7.0.2(postcss@8.4.49)
- postcss-convert-values: 7.0.4(postcss@8.4.49)
- postcss-discard-comments: 7.0.3(postcss@8.4.49)
- postcss-discard-duplicates: 7.0.1(postcss@8.4.49)
- postcss-discard-empty: 7.0.0(postcss@8.4.49)
- postcss-discard-overridden: 7.0.0(postcss@8.4.49)
- postcss-merge-longhand: 7.0.4(postcss@8.4.49)
- postcss-merge-rules: 7.0.4(postcss@8.4.49)
- postcss-minify-font-values: 7.0.0(postcss@8.4.49)
- postcss-minify-gradients: 7.0.0(postcss@8.4.49)
- postcss-minify-params: 7.0.2(postcss@8.4.49)
- postcss-minify-selectors: 7.0.4(postcss@8.4.49)
- postcss-normalize-charset: 7.0.0(postcss@8.4.49)
- postcss-normalize-display-values: 7.0.0(postcss@8.4.49)
- postcss-normalize-positions: 7.0.0(postcss@8.4.49)
- postcss-normalize-repeat-style: 7.0.0(postcss@8.4.49)
- postcss-normalize-string: 7.0.0(postcss@8.4.49)
- postcss-normalize-timing-functions: 7.0.0(postcss@8.4.49)
- postcss-normalize-unicode: 7.0.2(postcss@8.4.49)
- postcss-normalize-url: 7.0.0(postcss@8.4.49)
- postcss-normalize-whitespace: 7.0.0(postcss@8.4.49)
- postcss-ordered-values: 7.0.1(postcss@8.4.49)
- postcss-reduce-initial: 7.0.2(postcss@8.4.49)
- postcss-reduce-transforms: 7.0.0(postcss@8.4.49)
- postcss-svgo: 7.0.1(postcss@8.4.49)
- postcss-unique-selectors: 7.0.3(postcss@8.4.49)
+ css-declaration-sorter: 7.2.0(postcss@8.5.1)
+ cssnano-utils: 5.0.0(postcss@8.5.1)
+ postcss: 8.5.1
+ postcss-calc: 10.0.2(postcss@8.5.1)
+ postcss-colormin: 7.0.2(postcss@8.5.1)
+ postcss-convert-values: 7.0.4(postcss@8.5.1)
+ postcss-discard-comments: 7.0.3(postcss@8.5.1)
+ postcss-discard-duplicates: 7.0.1(postcss@8.5.1)
+ postcss-discard-empty: 7.0.0(postcss@8.5.1)
+ postcss-discard-overridden: 7.0.0(postcss@8.5.1)
+ postcss-merge-longhand: 7.0.4(postcss@8.5.1)
+ postcss-merge-rules: 7.0.4(postcss@8.5.1)
+ postcss-minify-font-values: 7.0.0(postcss@8.5.1)
+ postcss-minify-gradients: 7.0.0(postcss@8.5.1)
+ postcss-minify-params: 7.0.2(postcss@8.5.1)
+ postcss-minify-selectors: 7.0.4(postcss@8.5.1)
+ postcss-normalize-charset: 7.0.0(postcss@8.5.1)
+ postcss-normalize-display-values: 7.0.0(postcss@8.5.1)
+ postcss-normalize-positions: 7.0.0(postcss@8.5.1)
+ postcss-normalize-repeat-style: 7.0.0(postcss@8.5.1)
+ postcss-normalize-string: 7.0.0(postcss@8.5.1)
+ postcss-normalize-timing-functions: 7.0.0(postcss@8.5.1)
+ postcss-normalize-unicode: 7.0.2(postcss@8.5.1)
+ postcss-normalize-url: 7.0.0(postcss@8.5.1)
+ postcss-normalize-whitespace: 7.0.0(postcss@8.5.1)
+ postcss-ordered-values: 7.0.1(postcss@8.5.1)
+ postcss-reduce-initial: 7.0.2(postcss@8.5.1)
+ postcss-reduce-transforms: 7.0.0(postcss@8.5.1)
+ postcss-svgo: 7.0.1(postcss@8.5.1)
+ postcss-unique-selectors: 7.0.3(postcss@8.5.1)
cssnano-utils@5.0.0(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- cssnano-utils@5.0.0(postcss@8.4.49):
+ cssnano-utils@5.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
cssnano@7.0.6(postcss@8.4.47):
dependencies:
@@ -15686,11 +15862,11 @@ snapshots:
lilconfig: 3.1.2
postcss: 8.4.47
- cssnano@7.0.6(postcss@8.4.49):
+ cssnano@7.0.6(postcss@8.5.1):
dependencies:
- cssnano-preset-default: 7.0.6(postcss@8.4.49)
+ cssnano-preset-default: 7.0.6(postcss@8.5.1)
lilconfig: 3.1.2
- postcss: 8.4.49
+ postcss: 8.5.1
csso@5.0.5:
dependencies:
@@ -16552,6 +16728,14 @@ snapshots:
merge2: 1.4.1
micromatch: 4.0.8
+ fast-glob@3.3.3:
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5
+ '@nodelib/fs.walk': 1.2.8
+ glob-parent: 5.1.2
+ merge2: 1.4.1
+ micromatch: 4.0.8
+
fast-json-stable-stringify@2.1.0: {}
fast-levenshtein@2.0.6: {}
@@ -16610,13 +16794,13 @@ snapshots:
flatted@3.3.2: {}
- floating-vue@5.2.2(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(vue@3.5.4(typescript@5.6.2)):
+ floating-vue@5.2.2(@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1))(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@floating-ui/dom': 1.1.1
vue: 3.5.4(typescript@5.6.2)
vue-resize: 2.0.0-alpha.1(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
- '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@2.79.1)
focus-trap@7.5.4:
dependencies:
@@ -16649,7 +16833,7 @@ snapshots:
fresh@0.5.2: {}
- fs-extra@11.2.0:
+ fs-extra@11.3.0:
dependencies:
graceful-fs: 4.2.11
jsonfile: 6.1.0
@@ -16748,7 +16932,7 @@ snapshots:
giget@1.2.3:
dependencies:
citty: 0.1.6
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
node-fetch-native: 1.6.4
nypm: 0.3.12
@@ -16896,6 +17080,19 @@ snapshots:
uncrypto: 0.1.3
unenv: 1.10.0
+ h3@1.13.1:
+ dependencies:
+ cookie-es: 1.2.2
+ crossws: 0.3.1
+ defu: 6.1.4
+ destr: 2.0.3
+ iron-webcrypto: 1.2.1
+ ohash: 1.1.4
+ radix3: 1.1.2
+ ufo: 1.5.4
+ uncrypto: 0.1.3
+ unenv: 1.10.0
+
happy-dom@16.3.0:
dependencies:
webidl-conversions: 7.0.0
@@ -17088,6 +17285,8 @@ snapshots:
ignore@7.0.0: {}
+ ignore@7.0.3: {}
+
image-meta@0.2.1: {}
import-fresh@3.3.0:
@@ -17132,8 +17331,8 @@ snapshots:
impound@0.2.0(rollup@4.24.4):
dependencies:
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
- mlly: 1.7.3
+ '@rollup/pluginutils': 5.1.4(rollup@4.24.4)
+ mlly: 1.7.4
pathe: 1.1.2
unenv: 1.10.0
unplugin: 1.16.0
@@ -17492,7 +17691,7 @@ snapshots:
dependencies:
uc.micro: 2.0.0
- lint-staged@15.3.0:
+ lint-staged@15.4.1:
dependencies:
chalk: 5.4.1
commander: 12.1.0
@@ -17513,7 +17712,7 @@ snapshots:
'@parcel/watcher-wasm': 2.4.1
citty: 0.1.6
clipboardy: 4.0.0
- consola: 3.3.3
+ consola: 3.4.0
crossws: 0.2.4
defu: 6.1.4
get-port-please: 3.1.2
@@ -17536,7 +17735,7 @@ snapshots:
'@parcel/watcher-wasm': 2.4.1
citty: 0.1.6
clipboardy: 4.0.0
- consola: 3.3.3
+ consola: 3.4.0
crossws: 0.3.1
defu: 6.1.4
get-port-please: 3.1.2
@@ -18110,7 +18309,7 @@ snapshots:
dependencies:
defu: 6.1.4
esbuild: 0.17.19
- fs-extra: 11.2.0
+ fs-extra: 11.3.0
globby: 13.2.2
jiti: 1.21.6
mlly: 1.7.3
@@ -18133,6 +18332,13 @@ snapshots:
pkg-types: 1.2.1
ufo: 1.5.4
+ mlly@1.7.4:
+ dependencies:
+ acorn: 8.14.0
+ pathe: 2.0.1
+ pkg-types: 1.3.1
+ ufo: 1.5.4
+
mri@1.2.0: {}
mrmime@2.0.0: {}
@@ -18155,6 +18361,8 @@ snapshots:
nanoid@3.3.7: {}
+ nanoid@3.3.8: {}
+
nanoid@4.0.2: {}
nanoid@5.0.7: {}
@@ -18178,9 +18386,9 @@ snapshots:
'@rollup/plugin-inject': 5.0.5(rollup@4.24.4)
'@rollup/plugin-json': 6.1.0(rollup@4.24.4)
'@rollup/plugin-node-resolve': 15.3.0(rollup@4.24.4)
- '@rollup/plugin-replace': 6.0.1(rollup@4.24.4)
+ '@rollup/plugin-replace': 6.0.2(rollup@4.24.4)
'@rollup/plugin-terser': 0.4.4(rollup@4.24.4)
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.4(rollup@4.24.4)
'@types/http-proxy': 1.17.15
'@vercel/nft': 0.27.6(encoding@0.1.13)
archiver: 7.0.1
@@ -18189,7 +18397,7 @@ snapshots:
citty: 0.1.6
compatx: 0.1.8
confbox: 0.1.8
- consola: 3.3.3
+ consola: 3.4.0
cookie-es: 1.2.2
croner: 9.0.0
crossws: 0.3.1
@@ -18200,10 +18408,10 @@ snapshots:
esbuild: 0.24.2
escape-string-regexp: 5.0.0
etag: 1.8.1
- fs-extra: 11.2.0
+ fs-extra: 11.3.0
globby: 14.0.2
gzip-size: 7.0.0
- h3: 1.13.0
+ h3: 1.13.1
hookable: 5.5.3
httpxy: 0.1.5
ioredis: 5.4.1
@@ -18214,18 +18422,18 @@ snapshots:
magic-string: 0.30.17
magicast: 0.3.5
mime: 4.0.4
- mlly: 1.7.3
+ mlly: 1.7.4
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.7.2)
pathe: 1.1.2
perfect-debounce: 1.0.0
- pkg-types: 1.3.0
+ pkg-types: 1.3.1
pretty-bytes: 6.1.1
radix3: 1.1.2
rollup: 4.24.4
- rollup-plugin-visualizer: 5.12.0(rollup@4.24.4)
+ rollup-plugin-visualizer: 5.14.0(rollup@4.24.4)
scule: 1.3.0
semver: 7.6.3
serve-placeholder: 2.0.2
@@ -18235,7 +18443,7 @@ snapshots:
uncrypto: 0.1.3
unctx: 2.4.1
unenv: 1.10.0
- unimport: 3.14.5(rollup@4.24.4)
+ unimport: 3.14.6(rollup@4.24.4)
unstorage: 1.14.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.2
unwasm: 0.3.9
@@ -18261,6 +18469,7 @@ snapshots:
- encoding
- idb-keyval
- mysql2
+ - rolldown
- supports-color
- typescript
- uploadthing
@@ -18274,9 +18483,9 @@ snapshots:
'@rollup/plugin-inject': 5.0.5(rollup@4.24.4)
'@rollup/plugin-json': 6.1.0(rollup@4.24.4)
'@rollup/plugin-node-resolve': 15.3.0(rollup@4.24.4)
- '@rollup/plugin-replace': 6.0.1(rollup@4.24.4)
+ '@rollup/plugin-replace': 6.0.2(rollup@4.24.4)
'@rollup/plugin-terser': 0.4.4(rollup@4.24.4)
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.4(rollup@4.24.4)
'@types/http-proxy': 1.17.15
'@vercel/nft': 0.27.6(encoding@0.1.13)
archiver: 7.0.1
@@ -18285,7 +18494,7 @@ snapshots:
citty: 0.1.6
compatx: 0.1.8
confbox: 0.1.8
- consola: 3.3.3
+ consola: 3.4.0
cookie-es: 1.2.2
croner: 9.0.0
crossws: 0.3.1
@@ -18296,10 +18505,10 @@ snapshots:
esbuild: 0.24.2
escape-string-regexp: 5.0.0
etag: 1.8.1
- fs-extra: 11.2.0
+ fs-extra: 11.3.0
globby: 14.0.2
gzip-size: 7.0.0
- h3: 1.13.0
+ h3: 1.13.1
hookable: 5.5.3
httpxy: 0.1.5
ioredis: 5.4.1
@@ -18310,18 +18519,18 @@ snapshots:
magic-string: 0.30.17
magicast: 0.3.5
mime: 4.0.4
- mlly: 1.7.3
+ mlly: 1.7.4
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.2)
pathe: 1.1.2
perfect-debounce: 1.0.0
- pkg-types: 1.3.0
+ pkg-types: 1.3.1
pretty-bytes: 6.1.1
radix3: 1.1.2
rollup: 4.24.4
- rollup-plugin-visualizer: 5.12.0(rollup@4.24.4)
+ rollup-plugin-visualizer: 5.14.0(rollup@4.24.4)
scule: 1.3.0
semver: 7.6.3
serve-placeholder: 2.0.2
@@ -18331,7 +18540,7 @@ snapshots:
uncrypto: 0.1.3
unctx: 2.4.1
unenv: 1.10.0
- unimport: 3.14.5(rollup@4.24.4)
+ unimport: 3.14.6(rollup@4.24.4)
unstorage: 1.14.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.2
unwasm: 0.3.9
@@ -18357,6 +18566,7 @@ snapshots:
- encoding
- idb-keyval
- mysql2
+ - rolldown
- supports-color
- typescript
- uploadthing
@@ -18380,7 +18590,7 @@ snapshots:
chalk: 5.4.1
chokidar: 3.6.0
citty: 0.1.6
- consola: 3.3.3
+ consola: 3.4.0
cookie-es: 1.2.2
croner: 8.1.1
crossws: 0.2.4
@@ -18391,7 +18601,7 @@ snapshots:
esbuild: 0.20.2
escape-string-regexp: 5.0.0
etag: 1.8.1
- fs-extra: 11.2.0
+ fs-extra: 11.3.0
globby: 14.0.2
gzip-size: 7.0.0
h3: 1.12.0
@@ -18525,8 +18735,6 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- nuxi@3.19.1: {}
-
nuxt-component-meta@0.9.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3):
dependencies:
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
@@ -18610,7 +18818,7 @@ snapshots:
c12: 1.11.2(magicast@0.3.5)
chokidar: 3.6.0
compatx: 0.1.8
- consola: 3.3.3
+ consola: 3.4.0
cookie-es: 1.2.2
defu: 6.1.4
destr: 2.0.3
@@ -18711,24 +18919,25 @@ snapshots:
- webpack-sources
- xml2js
- nuxt@3.15.1(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1):
+ nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1):
dependencies:
+ '@nuxt/cli': 3.20.0(magicast@0.3.5)
'@nuxt/devalue': 2.0.2
'@nuxt/devtools': 1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
- '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.24.4)
- '@nuxt/schema': 3.15.1
+ '@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
+ '@nuxt/schema': 3.15.2
'@nuxt/telemetry': 2.6.4(magicast@0.3.5)(rollup@4.24.4)
- '@nuxt/vite-builder': 3.15.1(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)
- '@unhead/dom': 1.11.15
- '@unhead/shared': 1.11.15
- '@unhead/ssr': 1.11.15
- '@unhead/vue': 1.11.15(vue@3.5.4(typescript@5.7.2))
+ '@nuxt/vite-builder': 3.15.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)
+ '@unhead/dom': 1.11.18
+ '@unhead/shared': 1.11.18
+ '@unhead/ssr': 1.11.18
+ '@unhead/vue': 1.11.18(vue@3.5.4(typescript@5.7.2))
'@vue/shared': 3.5.13
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
chokidar: 4.0.3
compatx: 0.1.8
- consola: 3.3.3
+ consola: 3.4.0
cookie-es: 1.2.2
defu: 6.1.4
destr: 2.0.3
@@ -18738,37 +18947,36 @@ snapshots:
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
globby: 14.0.2
- h3: 1.13.0
+ h3: 1.13.1
hookable: 5.5.3
- ignore: 7.0.0
+ ignore: 7.0.3
impound: 0.2.0(rollup@4.24.4)
jiti: 2.4.2
klona: 2.0.6
knitwork: 1.2.0
magic-string: 0.30.17
- mlly: 1.7.3
+ mlly: 1.7.4
nanotar: 0.1.1
nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.2)
- nuxi: 3.19.1
nypm: 0.4.1
ofetch: 1.4.1
ohash: 1.1.4
- pathe: 2.0.0
+ pathe: 2.0.1
perfect-debounce: 1.0.0
- pkg-types: 1.3.0
+ pkg-types: 1.3.1
radix3: 1.1.2
scule: 1.3.0
semver: 7.6.3
std-env: 3.8.0
- strip-literal: 2.1.1
+ strip-literal: 3.0.0
tinyglobby: 0.2.10
ufo: 1.5.4
ultrahtml: 1.5.3
uncrypto: 0.1.3
unctx: 2.4.1
unenv: 1.10.0
- unhead: 1.11.15
- unimport: 3.14.5(rollup@4.24.4)
+ unhead: 1.11.18
+ unimport: 3.14.6(rollup@4.24.4)
unplugin: 2.1.2
unplugin-vue-router: 0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.7.2)))(vue@3.5.4(typescript@5.7.2))
unstorage: 1.14.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
@@ -18835,7 +19043,7 @@ snapshots:
nypm@0.3.11:
dependencies:
citty: 0.1.6
- consola: 3.3.3
+ consola: 3.4.0
execa: 8.0.1
pathe: 1.1.2
pkg-types: 1.2.1
@@ -18844,7 +19052,7 @@ snapshots:
nypm@0.3.12:
dependencies:
citty: 0.1.6
- consola: 3.3.3
+ consola: 3.4.0
execa: 8.0.1
pathe: 1.1.2
pkg-types: 1.2.1
@@ -18853,10 +19061,10 @@ snapshots:
nypm@0.4.1:
dependencies:
citty: 0.1.6
- consola: 3.3.3
+ consola: 3.4.0
pathe: 1.1.2
- pkg-types: 1.3.0
- tinyexec: 0.3.1
+ pkg-types: 1.3.1
+ tinyexec: 0.3.2
ufo: 1.5.4
object-assign@4.1.1: {}
@@ -19136,6 +19344,8 @@ snapshots:
pathe@2.0.0: {}
+ pathe@2.0.1: {}
+
pathval@2.0.0: {}
perfect-debounce@1.0.0: {}
@@ -19152,13 +19362,13 @@ snapshots:
pidtree@0.6.0: {}
- pinceau@0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.4.49)(webpack-sources@3.2.3):
+ pinceau@0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.5.1)(webpack-sources@3.2.3):
dependencies:
'@unocss/reset': 0.50.8
'@volar/vue-language-core': 1.6.5
acorn: 8.14.0
chroma-js: 2.4.2
- consola: 3.3.3
+ consola: 3.4.0
csstype: 3.1.3
defu: 6.1.4
magic-string: 0.30.12
@@ -19166,9 +19376,9 @@ snapshots:
ohash: 1.1.4
paneer: 0.1.0
pathe: 1.1.2
- postcss-custom-properties: 13.1.4(postcss@8.4.49)
- postcss-dark-theme-class: 0.7.3(postcss@8.4.49)
- postcss-nested: 6.0.1(postcss@8.4.49)
+ postcss-custom-properties: 13.1.4(postcss@8.5.1)
+ postcss-dark-theme-class: 0.7.3(postcss@8.5.1)
+ postcss-nested: 6.0.1(postcss@8.5.1)
recast: 0.22.0
scule: 1.3.0
style-dictionary-esm: 1.3.7
@@ -19210,6 +19420,12 @@ snapshots:
mlly: 1.7.3
pathe: 1.1.2
+ pkg-types@1.3.1:
+ dependencies:
+ confbox: 0.1.8
+ mlly: 1.7.4
+ pathe: 2.0.1
+
pluralize@8.0.0: {}
popmotion@11.0.5:
@@ -19225,9 +19441,9 @@ snapshots:
postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
- postcss-calc@10.0.2(postcss@8.4.49):
+ postcss-calc@10.0.2(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
@@ -19239,12 +19455,12 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-colormin@7.0.2(postcss@8.4.49):
+ postcss-colormin@7.0.2(postcss@8.5.1):
dependencies:
browserslist: 4.24.2
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-convert-values@7.0.4(postcss@8.4.47):
@@ -19253,57 +19469,57 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-convert-values@7.0.4(postcss@8.4.49):
+ postcss-convert-values@7.0.4(postcss@8.5.1):
dependencies:
browserslist: 4.24.2
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
- postcss-custom-properties@13.1.4(postcss@8.4.49):
+ postcss-custom-properties@13.1.4(postcss@8.5.1):
dependencies:
'@csstools/cascade-layer-name-parser': 1.0.3(@csstools/css-parser-algorithms@2.3.0(@csstools/css-tokenizer@2.1.1))(@csstools/css-tokenizer@2.1.1)
'@csstools/css-parser-algorithms': 2.3.0(@csstools/css-tokenizer@2.1.1)
'@csstools/css-tokenizer': 2.1.1
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
- postcss-dark-theme-class@0.7.3(postcss@8.4.49):
+ postcss-dark-theme-class@0.7.3(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-discard-comments@7.0.3(postcss@8.4.47):
dependencies:
postcss: 8.4.47
postcss-selector-parser: 6.1.2
- postcss-discard-comments@7.0.3(postcss@8.4.49):
+ postcss-discard-comments@7.0.3(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-selector-parser: 6.1.2
postcss-discard-duplicates@7.0.1(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-discard-duplicates@7.0.1(postcss@8.4.49):
+ postcss-discard-duplicates@7.0.1(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-discard-empty@7.0.0(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-discard-empty@7.0.0(postcss@8.4.49):
+ postcss-discard-empty@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-discard-overridden@7.0.0(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-discard-overridden@7.0.0(postcss@8.4.49):
+ postcss-discard-overridden@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-merge-longhand@7.0.4(postcss@8.4.47):
dependencies:
@@ -19311,11 +19527,11 @@ snapshots:
postcss-value-parser: 4.2.0
stylehacks: 7.0.4(postcss@8.4.47)
- postcss-merge-longhand@7.0.4(postcss@8.4.49):
+ postcss-merge-longhand@7.0.4(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
- stylehacks: 7.0.4(postcss@8.4.49)
+ stylehacks: 7.0.4(postcss@8.5.1)
postcss-merge-rules@7.0.4(postcss@8.4.47):
dependencies:
@@ -19325,12 +19541,12 @@ snapshots:
postcss: 8.4.47
postcss-selector-parser: 6.1.2
- postcss-merge-rules@7.0.4(postcss@8.4.49):
+ postcss-merge-rules@7.0.4(postcss@8.5.1):
dependencies:
browserslist: 4.24.2
caniuse-api: 3.0.0
- cssnano-utils: 5.0.0(postcss@8.4.49)
- postcss: 8.4.49
+ cssnano-utils: 5.0.0(postcss@8.5.1)
+ postcss: 8.5.1
postcss-selector-parser: 6.1.2
postcss-minify-font-values@7.0.0(postcss@8.4.47):
@@ -19338,9 +19554,9 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-minify-font-values@7.0.0(postcss@8.4.49):
+ postcss-minify-font-values@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-minify-gradients@7.0.0(postcss@8.4.47):
@@ -19350,11 +19566,11 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-minify-gradients@7.0.0(postcss@8.4.49):
+ postcss-minify-gradients@7.0.0(postcss@8.5.1):
dependencies:
colord: 2.9.3
- cssnano-utils: 5.0.0(postcss@8.4.49)
- postcss: 8.4.49
+ cssnano-utils: 5.0.0(postcss@8.5.1)
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-minify-params@7.0.2(postcss@8.4.47):
@@ -19364,11 +19580,11 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-minify-params@7.0.2(postcss@8.4.49):
+ postcss-minify-params@7.0.2(postcss@8.5.1):
dependencies:
browserslist: 4.24.2
- cssnano-utils: 5.0.0(postcss@8.4.49)
- postcss: 8.4.49
+ cssnano-utils: 5.0.0(postcss@8.5.1)
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-minify-selectors@7.0.4(postcss@8.4.47):
@@ -19377,15 +19593,15 @@ snapshots:
postcss: 8.4.47
postcss-selector-parser: 6.1.2
- postcss-minify-selectors@7.0.4(postcss@8.4.49):
+ postcss-minify-selectors@7.0.4(postcss@8.5.1):
dependencies:
cssesc: 3.0.0
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-selector-parser: 6.1.2
- postcss-nested@6.0.1(postcss@8.4.49):
+ postcss-nested@6.0.1(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-selector-parser: 6.1.2
postcss-nested@7.0.2(postcss@8.4.47):
@@ -19397,18 +19613,18 @@ snapshots:
dependencies:
postcss: 8.4.47
- postcss-normalize-charset@7.0.0(postcss@8.4.49):
+ postcss-normalize-charset@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-normalize-display-values@7.0.0(postcss@8.4.47):
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-display-values@7.0.0(postcss@8.4.49):
+ postcss-normalize-display-values@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-normalize-positions@7.0.0(postcss@8.4.47):
@@ -19416,9 +19632,9 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-positions@7.0.0(postcss@8.4.49):
+ postcss-normalize-positions@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-normalize-repeat-style@7.0.0(postcss@8.4.47):
@@ -19426,9 +19642,9 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-repeat-style@7.0.0(postcss@8.4.49):
+ postcss-normalize-repeat-style@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-normalize-string@7.0.0(postcss@8.4.47):
@@ -19436,9 +19652,9 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-string@7.0.0(postcss@8.4.49):
+ postcss-normalize-string@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-normalize-timing-functions@7.0.0(postcss@8.4.47):
@@ -19446,9 +19662,9 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-timing-functions@7.0.0(postcss@8.4.49):
+ postcss-normalize-timing-functions@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-normalize-unicode@7.0.2(postcss@8.4.47):
@@ -19457,10 +19673,10 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-unicode@7.0.2(postcss@8.4.49):
+ postcss-normalize-unicode@7.0.2(postcss@8.5.1):
dependencies:
browserslist: 4.24.2
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-normalize-url@7.0.0(postcss@8.4.47):
@@ -19468,9 +19684,9 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-url@7.0.0(postcss@8.4.49):
+ postcss-normalize-url@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-normalize-whitespace@7.0.0(postcss@8.4.47):
@@ -19478,9 +19694,9 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-whitespace@7.0.0(postcss@8.4.49):
+ postcss-normalize-whitespace@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-ordered-values@7.0.1(postcss@8.4.47):
@@ -19489,10 +19705,10 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-ordered-values@7.0.1(postcss@8.4.49):
+ postcss-ordered-values@7.0.1(postcss@8.5.1):
dependencies:
- cssnano-utils: 5.0.0(postcss@8.4.49)
- postcss: 8.4.49
+ cssnano-utils: 5.0.0(postcss@8.5.1)
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-reduce-initial@7.0.2(postcss@8.4.47):
@@ -19501,20 +19717,20 @@ snapshots:
caniuse-api: 3.0.0
postcss: 8.4.47
- postcss-reduce-initial@7.0.2(postcss@8.4.49):
+ postcss-reduce-initial@7.0.2(postcss@8.5.1):
dependencies:
browserslist: 4.24.2
caniuse-api: 3.0.0
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-reduce-transforms@7.0.0(postcss@8.4.47):
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-reduce-transforms@7.0.0(postcss@8.4.49):
+ postcss-reduce-transforms@7.0.0(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
postcss-selector-parser@6.1.2:
@@ -19533,9 +19749,9 @@ snapshots:
postcss-value-parser: 4.2.0
svgo: 3.3.2
- postcss-svgo@7.0.1(postcss@8.4.49):
+ postcss-svgo@7.0.1(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-value-parser: 4.2.0
svgo: 3.3.2
@@ -19544,9 +19760,9 @@ snapshots:
postcss: 8.4.47
postcss-selector-parser: 6.1.2
- postcss-unique-selectors@7.0.3(postcss@8.4.49):
+ postcss-unique-selectors@7.0.3(postcss@8.5.1):
dependencies:
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-selector-parser: 6.1.2
postcss-value-parser@4.2.0: {}
@@ -19569,6 +19785,12 @@ snapshots:
picocolors: 1.1.1
source-map-js: 1.2.1
+ postcss@8.5.1:
+ dependencies:
+ nanoid: 3.3.8
+ picocolors: 1.1.1
+ source-map-js: 1.2.1
+
prelude-ls@1.2.1: {}
prettier-linter-helpers@1.0.0:
@@ -20006,15 +20228,6 @@ snapshots:
optionalDependencies:
rollup: 4.20.0
- rollup-plugin-visualizer@5.12.0(rollup@4.24.4):
- dependencies:
- open: 8.4.2
- picomatch: 2.3.1
- source-map: 0.7.4
- yargs: 17.7.2
- optionalDependencies:
- rollup: 4.24.4
-
rollup-plugin-visualizer@5.14.0(rollup@4.24.4):
dependencies:
open: 8.4.2
@@ -20401,16 +20614,16 @@ snapshots:
stackback@0.0.2: {}
- stale-dep@0.7.0(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(@nuxt/schema@3.15.1):
+ stale-dep@0.7.0(@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1))(@nuxt/schema@3.15.2):
dependencies:
cac: 6.7.14
- consola: 3.3.3
+ consola: 3.4.0
find-up: 6.3.0
- fs-extra: 11.2.0
+ fs-extra: 11.3.0
md5: 2.3.0
optionalDependencies:
- '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@2.79.1)
- '@nuxt/schema': 3.15.1
+ '@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/schema': 3.15.2
standard-as-callback@2.1.0: {}
@@ -20524,6 +20737,10 @@ snapshots:
dependencies:
js-tokens: 9.0.1
+ strip-literal@3.0.0:
+ dependencies:
+ js-tokens: 9.0.1
+
style-dictionary-esm@1.3.7:
dependencies:
chalk: 4.1.2
@@ -20548,10 +20765,10 @@ snapshots:
postcss: 8.4.47
postcss-selector-parser: 6.1.2
- stylehacks@7.0.4(postcss@8.4.49):
+ stylehacks@7.0.4(postcss@8.5.1):
dependencies:
browserslist: 4.24.2
- postcss: 8.4.49
+ postcss: 8.5.1
postcss-selector-parser: 6.1.2
sucrase@3.35.0:
@@ -20821,13 +21038,13 @@ snapshots:
'@rollup/plugin-replace': 5.0.7(rollup@3.29.4)
'@rollup/pluginutils': 5.1.3(rollup@3.29.4)
chalk: 5.4.1
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
esbuild: 0.17.19
globby: 13.2.2
hookable: 5.5.3
jiti: 1.21.6
- magic-string: 0.30.17
+ magic-string: 0.30.14
mkdist: 1.2.0(typescript@5.6.2)
mlly: 1.7.3
mri: 1.2.0
@@ -20891,17 +21108,17 @@ snapshots:
unenv@1.10.0:
dependencies:
- consola: 3.3.3
+ consola: 3.4.0
defu: 6.1.4
mime: 3.0.0
node-fetch-native: 1.6.4
pathe: 1.1.2
- unhead@1.11.15:
+ unhead@1.11.18:
dependencies:
- '@unhead/dom': 1.11.15
- '@unhead/schema': 1.11.15
- '@unhead/shared': 1.11.15
+ '@unhead/dom': 1.11.18
+ '@unhead/schema': 1.11.18
+ '@unhead/shared': 1.11.18
hookable: 5.5.3
unhead@1.11.6:
@@ -21069,22 +21286,42 @@ snapshots:
transitivePeerDependencies:
- rollup
- unimport@3.14.5(rollup@4.24.4):
+ unimport@3.14.6(rollup@2.79.1):
dependencies:
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.4(rollup@2.79.1)
acorn: 8.14.0
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
- fast-glob: 3.3.2
- local-pkg: 0.5.1
+ fast-glob: 3.3.3
+ local-pkg: 1.0.0
magic-string: 0.30.17
- mlly: 1.7.3
- pathe: 1.1.2
+ mlly: 1.7.4
+ pathe: 2.0.1
picomatch: 4.0.2
- pkg-types: 1.3.0
+ pkg-types: 1.3.1
scule: 1.3.0
strip-literal: 2.1.1
- unplugin: 1.16.0
+ unplugin: 1.16.1
+ transitivePeerDependencies:
+ - rollup
+ optional: true
+
+ unimport@3.14.6(rollup@4.24.4):
+ dependencies:
+ '@rollup/pluginutils': 5.1.4(rollup@4.24.4)
+ acorn: 8.14.0
+ escape-string-regexp: 5.0.0
+ estree-walker: 3.0.3
+ fast-glob: 3.3.3
+ local-pkg: 1.0.0
+ magic-string: 0.30.17
+ mlly: 1.7.4
+ pathe: 2.0.1
+ picomatch: 4.0.2
+ pkg-types: 1.3.1
+ scule: 1.3.0
+ strip-literal: 2.1.1
+ unplugin: 1.16.1
transitivePeerDependencies:
- rollup
@@ -21281,7 +21518,7 @@ snapshots:
unplugin-vue-router@0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.7.2)))(vue@3.5.4(typescript@5.7.2)):
dependencies:
'@babel/types': 7.26.3
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.4(rollup@4.24.4)
'@vue-macros/common': 1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
@@ -21289,7 +21526,7 @@ snapshots:
json5: 2.2.3
local-pkg: 0.5.1
magic-string: 0.30.17
- mlly: 1.7.3
+ mlly: 1.7.4
pathe: 1.1.2
scule: 1.3.0
unplugin: 2.0.0-beta.1
@@ -21319,6 +21556,11 @@ snapshots:
acorn: 8.14.0
webpack-virtual-modules: 0.6.2
+ unplugin@1.16.1:
+ dependencies:
+ acorn: 8.14.0
+ webpack-virtual-modules: 0.6.2
+
unplugin@2.0.0-beta.1:
dependencies:
acorn: 8.14.0
@@ -21383,7 +21625,7 @@ snapshots:
untun@0.1.3:
dependencies:
citty: 0.1.6
- consola: 3.3.3
+ consola: 3.4.0
pathe: 1.1.2
untyped@1.4.2:
@@ -21548,7 +21790,7 @@ snapshots:
chokidar: 3.6.0
commander: 8.3.0
fast-glob: 3.3.2
- fs-extra: 11.2.0
+ fs-extra: 11.3.0
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
@@ -21571,7 +21813,7 @@ snapshots:
chokidar: 3.6.0
commander: 8.3.0
fast-glob: 3.3.2
- fs-extra: 11.2.0
+ fs-extra: 11.3.0
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
@@ -21592,7 +21834,7 @@ snapshots:
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
debug: 4.4.0(supports-color@9.4.0)
error-stack-parser-es: 0.1.5
- fs-extra: 11.2.0
+ fs-extra: 11.3.0
open: 10.1.0
perfect-debounce: 1.0.0
picocolors: 1.0.1
@@ -21610,7 +21852,7 @@ snapshots:
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
debug: 4.4.0(supports-color@9.4.0)
error-stack-parser-es: 0.1.5
- fs-extra: 11.2.0
+ fs-extra: 11.3.0
open: 10.1.0
perfect-debounce: 1.0.0
picocolors: 1.0.1
@@ -21622,20 +21864,20 @@ snapshots:
- rollup
- supports-color
- vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)):
+ vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.3(rollup@4.24.4)
+ '@rollup/pluginutils': 5.1.4(rollup@4.24.4)
debug: 4.4.0(supports-color@9.4.0)
error-stack-parser-es: 0.1.5
- fs-extra: 11.2.0
+ fs-extra: 11.3.0
open: 10.1.0
perfect-debounce: 1.0.0
picocolors: 1.1.1
sirv: 3.0.0
vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
optionalDependencies:
- '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@2.79.1)
+ '@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@2.79.1)
transitivePeerDependencies:
- rollup
- supports-color
@@ -21719,7 +21961,7 @@ snapshots:
vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1):
dependencies:
esbuild: 0.24.2
- postcss: 8.4.49
+ postcss: 8.5.1
rollup: 4.24.4
optionalDependencies:
'@types/node': 22.9.0
@@ -21729,9 +21971,9 @@ snapshots:
tsx: 4.19.2
yaml: 2.6.1
- vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
+ vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.1)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
- '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.0)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.13.1)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@cucumber/cucumber'
- '@jest/globals'
From 291f99420314d986ed494857f1c26e3d42a04858 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Sat, 18 Jan 2025 11:54:42 +0900
Subject: [PATCH 051/101] feat(i18n): update Japanese localization (#3117)
(cherry picked from commit 2c0052edc44669c7d3e18db3ade9fcf605f0fe87)
---
locales/ja-JP.json | 88 +++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 80 insertions(+), 8 deletions(-)
diff --git a/locales/ja-JP.json b/locales/ja-JP.json
index d29804680..77347b962 100644
--- a/locales/ja-JP.json
+++ b/locales/ja-JP.json
@@ -7,6 +7,8 @@
"route_loaded": "ページ{0}を読み込みました"
},
"account": {
+ "authorize": "フォローを承認",
+ "authorized": "リクエストを承認しました",
"avatar_description": "{0}さんのアバター",
"blocked_by": "あなたはこのユーザーからブロックされています。",
"blocked_domains": "ブロックしたドメイン",
@@ -38,7 +40,10 @@
"profile_description": "{0}さんのプロフィールヘッダー",
"profile_personal_note": "個人メモ",
"profile_unavailable": "プロフィールが利用できません",
+ "reject": "フォローを拒否",
+ "rejected": "リクエストを拒否しました",
"request_follow": "フォローをリクエスト",
+ "requested": "{0}さんがフォローをリクエストしました",
"unblock": "ブロック解除",
"unfollow": "フォロー解除",
"unmute": "ミュート解除",
@@ -53,6 +58,7 @@
"boost": "ブースト",
"boost_count": "{0}",
"boosted": "ブースト済み",
+ "clear": "クリア",
"clear_publish_failed": "投稿エラーをクリア",
"clear_save_failed": "保存エラーをクリア",
"clear_upload_failed": "ファイルアップロードエラーをクリア",
@@ -67,8 +73,10 @@
"favourited": "お気に入り済み",
"more": "さらに表示",
"next": "次へ",
+ "open_image_preview_dialog": "画像をプレビューダイアログで開く",
"prev": "前へ",
"publish": "投稿",
+ "publish_thread": "スレッドを投稿",
"reply": "返信",
"reply_count": "{0}",
"reset": "リセット",
@@ -116,12 +124,14 @@
"block_account": {
"cancel": "キャンセル",
"confirm": "ブロック",
- "description": "{0}さんを本当にミュートしますか?"
+ "description": "{0}さんを本当にミュートしますか?",
+ "title": "アカウントのブロック"
},
"block_domain": {
"cancel": "キャンセル",
"confirm": "ブロック",
- "description": "{0}さんを本当にブロックしますか?"
+ "description": "{0}さんを本当にブロックしますか?",
+ "title": "ドメインのブロック"
},
"common": {
"cancel": "いいえ",
@@ -130,27 +140,37 @@
"delete_list": {
"cancel": "キャンセル",
"confirm": "削除",
- "description": "リスト \"{0}\" を本当に削除しますか?"
+ "description": "リスト \"{0}\" を本当に削除しますか?",
+ "title": "リストの削除"
},
"delete_posts": {
"cancel": "キャンセル",
"confirm": "削除",
- "description": "この投稿を本当に削除しますか?"
+ "description": "この投稿を本当に削除しますか?",
+ "title": "投稿の削除"
},
"mute_account": {
"cancel": "キャンセル",
"confirm": "ミュート",
- "description": "{0}さんを本当にミュートしますか?"
+ "days": "日",
+ "description": "{0}さんを本当にミュートしますか?",
+ "hours": "時間",
+ "minute": "分",
+ "notifications": "通知をミュートする",
+ "specify_duration": "ミュート期間を指定する",
+ "title": "アカウントのミュート"
},
"show_reblogs": {
"cancel": "キャンセル",
"confirm": "表示",
- "description": "{0}さんのブーストを本当に表示しますか?"
+ "description": "{0}さんのブーストを本当に表示しますか?",
+ "title": "ブーストの表示"
},
"unfollow": {
"cancel": "キャンセル",
"confirm": "フォロー解除",
- "description": "本当にフォローを解除しますか?"
+ "description": "本当にフォローを解除しますか?",
+ "title": "フォロー解除"
}
},
"conversation": {
@@ -203,6 +223,7 @@
"error": "リストの作成中にエラーが発生しました",
"error_prefix": "エラー: ",
"list_title_placeholder": "リストのタイトル",
+ "manage": "リストを管理",
"modify_account": "このアカウントでリストを編集",
"remove_account": "アカウントをリストから削除",
"save": "変更を保存"
@@ -216,14 +237,25 @@
"compose": "投稿",
"favourite": "お気に入り",
"search": "検索",
+ "show_new_items": "新しいアイテムを表示",
"title": "アクション"
},
"media": {
"title": "メディア"
},
"navigation": {
+ "go_to_bookmarks": "ブックマーク",
+ "go_to_conversations": "会話",
+ "go_to_explore": "話題の投稿",
+ "go_to_favourites": "お気に入り",
+ "go_to_federated": "連合",
"go_to_home": "ホーム",
+ "go_to_lists": "リスト",
+ "go_to_local": "ローカル",
"go_to_notifications": "通知",
+ "go_to_profile": "プロフィール",
+ "go_to_search": "検索",
+ "go_to_settings": "設定",
"next_status": "次の投稿",
"previous_status": "前の投稿",
"shortcut_help": "ショートカットのヘルプ",
@@ -278,13 +310,16 @@
"built_at": "ビルド {0}",
"compose": "投稿",
"conversations": "会話",
+ "docs": "ドキュメント",
"explore": "話題の投稿",
"favourites": "お気に入り",
"federated": "連合",
+ "hashtags": "ハッシュタグ",
"home": "ホーム",
"list": "リスト",
"lists": "リスト",
"local": "ローカル",
+ "more_menu": "その他のメニュー",
"muted_users": "ミュートしたユーザー",
"notifications": "通知",
"privacy": "プライバシー",
@@ -315,6 +350,18 @@
"reply_to_account": "{0}さんに返信",
"replying": "返信する"
},
+ "polls": {
+ "allow_multiple": "複数の選択肢を許可する",
+ "cancel": "キャンセル",
+ "create": "投票を追加",
+ "disallow_multiple": "複数の選択肢を許可しない",
+ "expiration": "投票の期限",
+ "hide_votes": "終了まで投票数の合計を隠す",
+ "option_placeholder": "投票の選択肢 {current}/{max}",
+ "remove_option": "選択肢を削除する",
+ "settings": "投票オプション",
+ "show_votes": "常に投票数の合計を表示する"
+ },
"pwa": {
"dismiss": "閉じる",
"install": "インストール",
@@ -407,6 +454,8 @@
"label": "アカウント設定"
},
"interface": {
+ "bottom_nav": "下部ナビゲーション",
+ "bottom_nav_instructions": "下部ナビゲーションに表示するお気に入りのナビゲーションボタンを5つまで選択してください。「その他のメニュー」ボタンは必ず含める必要があります。",
"color_mode": "カラーモード",
"dark_mode": "ダークモード",
"default": " (デフォルト)",
@@ -418,6 +467,7 @@
},
"language": {
"display_language": "表示言語",
+ "how_to_contribute": "貢献するには?",
"label": "言語",
"post_language": "投稿言語",
"status": "翻訳状況: {0}/{1} ({2}%)",
@@ -439,6 +489,7 @@
"favourite": "お気に入り",
"follow": "新しいフォロワー",
"mention": "メンション",
+ "poll": "投票",
"reblog": "投稿のリブログ",
"title": "受け取りたい通知を選択してください"
},
@@ -484,6 +535,8 @@
},
"notifications_settings": "通知",
"preferences": {
+ "embedded_media": "埋め込みメディアプレイヤー",
+ "embedded_media_description": "メディアストリーミングの共有リンクを展開する際に、通常のプレビューカードではなく埋め込みメディアプレイヤーを表示します。",
"enable_autoplay": "自動再生を有効化",
"enable_data_saving": "データセーバーを有効にする",
"enable_data_saving_description": "添付の自動読み込みを防止してデータを節約します。",
@@ -492,12 +545,14 @@
"github_cards_description": "GitHubリンクが投稿されたとき、ソーシャル画像の代わりにソーシャルグラフのメタデータを使用してアクセシブルなHTMLカードを表示します。",
"grayscale_mode": "グレースケールモード",
"hide_account_hover_card": "アカウントのホバーカードを隠す",
- "hide_alt_indi_on_posts": "投稿上のalt表示を隠す",
+ "hide_alt_indi_on_posts": "投稿上のALTを隠す",
"hide_boost_count": "ブーストの数を隠す",
"hide_favorite_count": "お気に入りの数を隠す",
"hide_follower_count": "フォロワーの数を隠す",
+ "hide_gif_indi_on_posts": "投稿上のGIF表示を隠す",
"hide_news": "ニュースを隠す",
"hide_reply_count": "リプライの数を隠す",
+ "hide_tag_hover_card": "タグのホバーカードを隠す",
"hide_translation": "翻訳を隠す",
"hide_username_emojis": "ユーザー名の絵文字を隠す",
"hide_username_emojis_description": "タイムライン上でユーザー名に含まれる絵文字を隠します。プロフィールでは絵文字は引き続き表示されます。",
@@ -546,7 +601,11 @@
},
"state": {
"attachments_exceed_server_limit": "添付の数が投稿ごとの上限を超えています。",
+ "attachments_limit_audio_error": "音声の最大サイズを超えています: {0}",
"attachments_limit_error": "投稿ごとの上限を超えています",
+ "attachments_limit_image_error": "画像の最大サイズを超えています: {0}",
+ "attachments_limit_unknown_error": "ファイルの最大サイズを超えています: {0}",
+ "attachments_limit_video_error": "動画の最大サイズを超えています: {0}",
"edited": "(編集済み)",
"editing": "編集中",
"loading": "読込中...",
@@ -563,15 +622,23 @@
},
"boosted_by": "ブーストしたユーザー",
"edited": "編集済み {0}",
+ "embedded_warning": "再生するとあなたのIPアドレスがサードパーティに知られる可能性があります。",
"favourited_by": "お気に入りしたユーザー",
"filter_hidden_phrase": "フィルター",
"filter_show_anyway": "とにかく表示",
+ "gif": "GIF",
"img_alt": {
"ALT": "ALT",
"desc": "説明文",
"dismiss": "閉じる",
"read": "{0} の説明文を読む"
},
+ "pinned": "固定された投稿",
+ "poll": {
+ "count": "{0} 票",
+ "ends": "{0}に終了",
+ "finished": "{0}に完了"
+ },
"replying_to": "{0}さんへの返信",
"show_full_thread": "スレッド全体を表示",
"someone": "誰か",
@@ -602,6 +669,7 @@
"notifications_follow_request": "フォローリクエスト",
"notifications_mention": "メンション",
"notifications_more_tooltip": "通知を種類別にフィルタする",
+ "notifications_poll": "投稿",
"notifications_reblog": "ブースト",
"notifications_status": "ステータス",
"notifications_update": "更新",
@@ -646,6 +714,7 @@
"year_past": "0年前|去年|{n}年前"
},
"timeline": {
+ "no_posts": "ここには投稿がありません!",
"show_new_items": "{v}件の新しい投稿",
"view_older_posts": "他のインスタンスの古い投稿は表示されないことがあります。"
},
@@ -658,6 +727,7 @@
"add_emojis": "絵文字を追加",
"add_media": "画像、動画、音声ファイルを追加",
"add_publishable_content": "公開するコンテンツを追加",
+ "add_thread_item": "投稿をスレッドに追加",
"change_content_visibility": "公開範囲を変更",
"change_language": "言語を変更",
"emoji": "絵文字",
@@ -667,6 +737,8 @@
"open_editor_tools": "エディタツール",
"pick_an_icon": "アイコンの選択",
"publish_failed": "投稿の再公開時にエディタ上部のエラーメッセージを閉じる",
+ "remove_thread_item": "投稿をスレッドから削除",
+ "start_thread": "スレッドを開始",
"toggle_bold": "太字",
"toggle_code_block": "コードブロック",
"toggle_italic": "斜体"
From 333be28d482804bac2a4f6b00afb13a8a82e5087 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Sat, 18 Jan 2025 18:33:07 +0900
Subject: [PATCH 052/101] style: fix broken layout "more from" badge in card
with square image (#3141)
(cherry picked from commit f5cada0be8fd64c9bccd70720d25de215d65befe)
---
.../StatusPreviewCardMoreFromAuthor.vue | 3 +-
components/status/StatusPreviewCardNormal.vue | 105 +++++++++---------
2 files changed, 56 insertions(+), 52 deletions(-)
diff --git a/components/status/StatusPreviewCardMoreFromAuthor.vue b/components/status/StatusPreviewCardMoreFromAuthor.vue
index ffc1f3686..ff93a4984 100644
--- a/components/status/StatusPreviewCardMoreFromAuthor.vue
+++ b/components/status/StatusPreviewCardMoreFromAuthor.vue
@@ -11,7 +11,8 @@ defineProps<{
max-h-2xl
flex gap-2
my-auto
- bg-gray-300
+ p-4 py-2
+ light:bg-gray-3 dark:bg-gray-8
>
More from
diff --git a/components/status/StatusPreviewCardNormal.vue b/components/status/StatusPreviewCardNormal.vue
index 98edce204..15d796ba7 100644
--- a/components/status/StatusPreviewCardNormal.vue
+++ b/components/status/StatusPreviewCardNormal.vue
@@ -45,69 +45,72 @@ function loadAttachment() {
bg-card
hover:bg-active
:class="{
- 'flex': isSquare,
+ 'flex flex-col': isSquare,
'p-4': root,
'rounded-lg': !root,
}"
target="_blank"
external
>
-
-
From ef669fdc9952237adee9e2c81574dbb08a92140a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 20 Jan 2025 13:13:28 +0900
Subject: [PATCH 053/101] chore(deps): update all non-major dependencies
(#3144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 2ffefc8392dbd277bd6ae90ca17b9bf59b7742b1)
---
package.json | 4 +-
pnpm-lock.yaml | 279 ++++++++++++++++++++++++-------------------------
2 files changed, 141 insertions(+), 142 deletions(-)
diff --git a/package.json b/package.json
index 570c903e0..9da95003a 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@nimbus-town/nimbus",
"type": "module",
"version": "0.15.1",
- "packageManager": "pnpm@9.15.3",
+ "packageManager": "pnpm@9.15.4",
"license": "MIT",
"homepage": "https://github.com/nimbus-town/nimbus",
"main": "./nuxt.config.ts",
@@ -149,7 +149,7 @@
}
},
"resolutions": {
- "nuxt-component-meta": "0.9.0",
+ "nuxt-component-meta": "0.10.0",
"unstorage": "^1.14.4",
"vitest": "2.1.8",
"vue": "^3.5.4"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ea7aea4b2..4da076ca5 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -5,7 +5,7 @@ settings:
excludeLinksFromLockfile: false
overrides:
- nuxt-component-meta: 0.9.0
+ nuxt-component-meta: 0.10.0
unstorage: ^1.14.4
vitest: 2.1.8
vue: ^3.5.4
@@ -350,10 +350,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
nuxt:
specifier: ^3.15.2
- version: 3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
+ version: 3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1)
packages:
@@ -4053,16 +4053,16 @@ packages:
'@vue/devtools-shared@7.7.0':
resolution: {integrity: sha512-jtlQY26R5thQxW9YQTpXbI0HoK0Wf9Rd4ekidOkRvSy7ChfK0kIU6vvcBtjj87/EcpeOSK49fZAicaFNJcoTcQ==}
- '@vue/language-core@2.1.10':
- resolution: {integrity: sha512-DAI289d0K3AB5TUG3xDp9OuQ71CnrujQwJrQnfuZDwo6eGNf0UoRlPuaVNO+Zrn65PC3j0oB2i7mNmVPggeGeQ==}
+ '@vue/language-core@2.1.6':
+ resolution: {integrity: sha512-MW569cSky9R/ooKMh6xa2g1D0AtRKbL56k83dzus/bx//RDJk24RHWkMzbAlXjMdDNyxAaagKPRquBIxkxlCkg==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- '@vue/language-core@2.1.6':
- resolution: {integrity: sha512-MW569cSky9R/ooKMh6xa2g1D0AtRKbL56k83dzus/bx//RDJk24RHWkMzbAlXjMdDNyxAaagKPRquBIxkxlCkg==}
+ '@vue/language-core@2.2.0':
+ resolution: {integrity: sha512-O1ZZFaaBGkKbsRfnVH1ifOK1/1BUkyK+3SQsfnh6PmMmD4qJcTU8godCeA96jjDRTL6zgnK7YzCHfaUlH2r0Mw==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -4356,8 +4356,8 @@ packages:
ajv@8.12.0:
resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
- alien-signals@0.2.2:
- resolution: {integrity: sha512-cZIRkbERILsBOXTQmMrxc9hgpxglstn69zm+F1ARf4aPAzdAFYd6sBq87ErO0Fj3DV94tglcyHG5kQz9nDC/8A==}
+ alien-signals@0.4.14:
+ resolution: {integrity: sha512-itUAVzhczTmP2U5yX67xVpsbbOiquusbWVyA9N+sy6+r6YVbFkahXvNCeEPWEOMhwDYwbVbGHFkVL03N9I5g+Q==}
ansi-colors@4.1.3:
resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
@@ -7140,8 +7140,8 @@ packages:
engines: {node: ^16.10.0 || >=18.0.0}
hasBin: true
- nuxt-component-meta@0.9.0:
- resolution: {integrity: sha512-Zmuw/PxAeJkIu7EPZEFg0lIwnfpeiDsHog9i1g5d4Z3O5+00R1Vbuk+NC6K7kgpdLsdU2/XBvzc7oQ6BsXuQPg==}
+ nuxt-component-meta@0.10.0:
+ resolution: {integrity: sha512-iq7hbSnfp4Ff/PTMYBF8pYabTQuF3u7HVN66Kb3hOnrnaPEdXEn/q6HkAn5V8UjOVSgXYpvycM0wSnwyADYNVA==}
hasBin: true
nuxt-config-schema@0.4.6:
@@ -8742,8 +8742,8 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
- typescript@5.7.2:
- resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
+ typescript@5.7.3:
+ resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
engines: {node: '>=14.17'}
hasBin: true
@@ -9378,20 +9378,20 @@ packages:
vue-bundle-renderer@2.1.1:
resolution: {integrity: sha512-+qALLI5cQncuetYOXp4yScwYvqh8c6SMXee3B+M7oTZxOgtESP0l4j/fXdEJoZ+EdMxkGWIj+aSEyjXkOdmd7g==}
- vue-component-meta@2.1.10:
- resolution: {integrity: sha512-YEFSau36lLCJNvoM6eynAcq891Y6HKIEdEk3PCzCyNVySeYJAXgE/9iCYqQzLtBJlKg/bBpImz8VbUZsh4N/7Q==}
+ vue-component-meta@2.2.0:
+ resolution: {integrity: sha512-IitQWA2vqutKUoOYawW4KDcSONKq1i4uyr+3NesQWuQbSdLg4tNcfHjQnAQMzHqAMunBTMST8uiknrYixZWHFQ==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- vue-component-type-helpers@2.1.10:
- resolution: {integrity: sha512-lfgdSLQKrUmADiSV6PbBvYgQ33KF3Ztv6gP85MfGaGaSGMTXORVaHT1EHfsqCgzRNBstPKYDmvAV9Do5CmJ07A==}
-
vue-component-type-helpers@2.1.6:
resolution: {integrity: sha512-ng11B8B/ZADUMMOsRbqv0arc442q7lifSubD0v8oDXIFoMg/mXwAPUunrroIDkY+mcD0dHKccdaznSVp8EoX3w==}
+ vue-component-type-helpers@2.2.0:
+ resolution: {integrity: sha512-cYrAnv2me7bPDcg9kIcGwjJiSB6Qyi08+jLDo9yuvoFQjzHiPTzML7RnkJB1+3P6KMsX/KbCD4QE3Tv/knEllw==}
+
vue-demi@0.14.10:
resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
engines: {node: '>=12'}
@@ -11395,10 +11395,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.7.2))':
+ '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
'@img/sharp-darwin-arm64@0.33.5':
optionalDependencies:
@@ -11672,17 +11672,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
+ '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.3))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -11726,10 +11726,10 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.7.2))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.7.3))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -11740,10 +11740,10 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.7.2))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.7.3))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.5.1)(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -11755,11 +11755,11 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.5.1)(webpack-sources@3.2.3)
ufo: 1.5.4
transitivePeerDependencies:
@@ -11799,13 +11799,13 @@ snapshots:
transitivePeerDependencies:
- magicast
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
- '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.7.2))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.3))
+ '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.7.3))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
@@ -12029,13 +12029,13 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/devtools@1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))':
+ '@nuxt/devtools@1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@antfu/utils': 0.7.10
'@nuxt/devtools-kit': 1.7.0(magicast@0.3.5)(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
'@nuxt/devtools-wizard': 1.7.0
'@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
- '@vue/devtools-core': 7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
+ '@vue/devtools-core': 7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))
'@vue/devtools-kit': 7.6.8
birpc: 0.2.19
consola: 3.4.0
@@ -12559,12 +12559,12 @@ snapshots:
- vue-tsc
- webpack-sources
- '@nuxt/vite-builder@3.15.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)':
+ '@nuxt/vite-builder@3.15.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vue-tsc@2.1.6(typescript@5.7.3))(vue@3.5.4(typescript@5.7.3))(yaml@2.6.1)':
dependencies:
'@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
'@rollup/plugin-replace': 6.0.2(rollup@4.24.4)
- '@vitejs/plugin-vue': 5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
- '@vitejs/plugin-vue-jsx': 4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
+ '@vitejs/plugin-vue': 5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))
+ '@vitejs/plugin-vue-jsx': 4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))
autoprefixer: 10.4.20(postcss@8.5.1)
consola: 3.4.0
cssnano: 7.0.6(postcss@8.5.1)
@@ -12590,8 +12590,8 @@ snapshots:
unplugin: 2.1.2
vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
vite-node: 2.1.8(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))
- vue: 3.5.4(typescript@5.7.2)
+ vite-plugin-checker: 0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))
+ vue: 3.5.4(typescript@5.7.3)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
- '@biomejs/biome'
@@ -12623,7 +12623,7 @@ snapshots:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
defu: 6.1.4
git-url-parse: 15.0.0
- nuxt-component-meta: 0.9.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ nuxt-component-meta: 0.10.0(magicast@0.3.5)(rollup@4.24.4)
parse-git-config: 3.0.0
pkg-types: 1.2.1
socket.io-client: 4.8.1
@@ -13811,13 +13811,13 @@ snapshots:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
- '@unhead/vue@1.11.18(vue@3.5.4(typescript@5.7.2))':
+ '@unhead/vue@1.11.18(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@unhead/schema': 1.11.18
'@unhead/shared': 1.11.18
hookable: 5.5.3
unhead: 1.11.18
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
'@unhead/vue@1.11.6(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -13828,14 +13828,14 @@ snapshots:
unhead: 1.11.6
vue: 3.5.4(typescript@5.6.2)
- '@unhead/vue@1.11.6(vue@3.5.4(typescript@5.7.2))':
+ '@unhead/vue@1.11.6(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
defu: 6.1.4
hookable: 5.5.3
unhead: 1.11.6
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
'@unlazy/core@0.12.1': {}
@@ -14144,13 +14144,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))':
+ '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@babel/core': 7.26.0
'@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0)
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
transitivePeerDependencies:
- supports-color
@@ -14159,10 +14159,10 @@ snapshots:
vite: 5.4.5(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
- '@vitejs/plugin-vue@5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))':
+ '@vitejs/plugin-vue@5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))':
dependencies:
vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
'@vitest/eslint-plugin@1.1.25(@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
@@ -14303,7 +14303,7 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/common@1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))':
+ '@vue-macros/common@1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@babel/types': 7.26.3
'@rollup/pluginutils': 5.1.4(rollup@4.24.4)
@@ -14312,7 +14312,7 @@ snapshots:
local-pkg: 0.5.1
magic-string-ast: 0.6.3
optionalDependencies:
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
transitivePeerDependencies:
- rollup
@@ -14701,7 +14701,7 @@ snapshots:
transitivePeerDependencies:
- vite
- '@vue/devtools-core@7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))':
+ '@vue/devtools-core@7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@vue/devtools-kit': 7.6.8
'@vue/devtools-shared': 7.7.0
@@ -14709,7 +14709,7 @@ snapshots:
nanoid: 5.0.9
pathe: 1.1.2
vite-hot-client: 0.2.4(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
transitivePeerDependencies:
- vite
@@ -14741,19 +14741,6 @@ snapshots:
dependencies:
rfdc: 1.4.1
- '@vue/language-core@2.1.10(typescript@5.7.2)':
- dependencies:
- '@volar/language-core': 2.4.11
- '@vue/compiler-dom': 3.5.13
- '@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.13
- alien-signals: 0.2.2
- minimatch: 9.0.5
- muggle-string: 0.4.1
- path-browserify: 1.0.1
- optionalDependencies:
- typescript: 5.7.2
-
'@vue/language-core@2.1.6(typescript@5.6.2)':
dependencies:
'@volar/language-core': 2.4.4
@@ -14767,7 +14754,7 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
- '@vue/language-core@2.1.6(typescript@5.7.2)':
+ '@vue/language-core@2.1.6(typescript@5.7.3)':
dependencies:
'@volar/language-core': 2.4.4
'@vue/compiler-dom': 3.5.4
@@ -14778,9 +14765,22 @@ snapshots:
muggle-string: 0.4.1
path-browserify: 1.0.1
optionalDependencies:
- typescript: 5.7.2
+ typescript: 5.7.3
optional: true
+ '@vue/language-core@2.2.0(typescript@5.7.3)':
+ dependencies:
+ '@volar/language-core': 2.4.11
+ '@vue/compiler-dom': 3.5.13
+ '@vue/compiler-vue2': 2.7.16
+ '@vue/shared': 3.5.13
+ alien-signals: 0.4.14
+ minimatch: 9.0.5
+ muggle-string: 0.4.1
+ path-browserify: 1.0.1
+ optionalDependencies:
+ typescript: 5.7.3
+
'@vue/reactivity@3.5.4':
dependencies:
'@vue/shared': 3.5.4
@@ -14803,11 +14803,11 @@ snapshots:
'@vue/shared': 3.5.4
vue: 3.5.4(typescript@5.6.2)
- '@vue/server-renderer@3.5.4(vue@3.5.4(typescript@5.7.2))':
+ '@vue/server-renderer@3.5.4(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@vue/compiler-ssr': 3.5.4
'@vue/shared': 3.5.4
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
'@vue/shared@3.5.12': {}
@@ -14832,12 +14832,12 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.7.2))':
+ '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 11.2.0
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.7.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.7.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -14851,12 +14851,12 @@ snapshots:
transitivePeerDependencies:
- typescript
- '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.7.2))':
+ '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.13.0
- '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.7.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
+ '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.7.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -14869,19 +14869,19 @@ snapshots:
vue: 3.5.4(typescript@5.6.2)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.7.2))':
+ '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.7.3))':
dependencies:
'@unhead/dom': 1.11.6
'@unhead/schema': 1.11.6
'@unhead/ssr': 1.11.6
- '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.7.2))
- vue: 3.5.4(typescript@5.7.2)
+ '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.7.3))
+ vue: 3.5.4(typescript@5.7.3)
- '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.2))':
+ '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.3))':
dependencies:
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.7.2))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.3))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.7.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
optionalDependencies:
change-case: 5.4.4
focus-trap: 7.6.0
@@ -14937,14 +14937,14 @@ snapshots:
- supports-color
- webpack-sources
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.2))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.3))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1)
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
+ nuxt: 3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1)
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -14974,9 +14974,9 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.7.2))':
+ '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.7.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -14987,9 +14987,9 @@ snapshots:
transitivePeerDependencies:
- typescript
- '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.7.2))':
+ '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.7.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -15130,7 +15130,7 @@ snapshots:
require-from-string: 2.0.2
uri-js: 4.4.1
- alien-signals@0.2.2: {}
+ alien-signals@0.4.14: {}
ansi-colors@4.1.3: {}
@@ -18377,7 +18377,7 @@ snapshots:
neo-async@2.6.2: {}
- nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.2):
+ nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.3):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -18426,7 +18426,7 @@ snapshots:
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
- openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.7.2)
+ openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.7.3)
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.3.1
@@ -18735,20 +18735,19 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- nuxt-component-meta@0.9.0(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3):
+ nuxt-component-meta@0.10.0(magicast@0.3.5)(rollup@4.24.4):
dependencies:
- '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
+ '@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
citty: 0.1.6
- mlly: 1.7.3
+ mlly: 1.7.4
scule: 1.3.0
- typescript: 5.7.2
+ typescript: 5.7.3
ufo: 1.5.4
- vue-component-meta: 2.1.10(typescript@5.7.2)
+ vue-component-meta: 2.2.0(typescript@5.7.3)
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- - webpack-sources
nuxt-config-schema@0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3):
dependencies:
@@ -18774,9 +18773,9 @@ snapshots:
- supports-color
- webpack-sources
- nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))(webpack-sources@3.2.3):
+ nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3):
dependencies:
- '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.7.2))
+ '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.7.3))
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
transitivePeerDependencies:
@@ -18919,19 +18918,19 @@ snapshots:
- webpack-sources
- xml2js
- nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2))(yaml@2.6.1):
+ nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1):
dependencies:
'@nuxt/cli': 3.20.0(magicast@0.3.5)
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.2))
+ '@nuxt/devtools': 1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))
'@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/schema': 3.15.2
'@nuxt/telemetry': 2.6.4(magicast@0.3.5)(rollup@4.24.4)
- '@nuxt/vite-builder': 3.15.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.2)(vue-tsc@2.1.6(typescript@5.7.2))(vue@3.5.4(typescript@5.7.2))(yaml@2.6.1)
+ '@nuxt/vite-builder': 3.15.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vue-tsc@2.1.6(typescript@5.7.3))(vue@3.5.4(typescript@5.7.3))(yaml@2.6.1)
'@unhead/dom': 1.11.18
'@unhead/shared': 1.11.18
'@unhead/ssr': 1.11.18
- '@unhead/vue': 1.11.18(vue@3.5.4(typescript@5.7.2))
+ '@unhead/vue': 1.11.18(vue@3.5.4(typescript@5.7.3))
'@vue/shared': 3.5.13
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
@@ -18957,7 +18956,7 @@ snapshots:
magic-string: 0.30.17
mlly: 1.7.4
nanotar: 0.1.1
- nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.2)
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.3)
nypm: 0.4.1
ofetch: 1.4.1
ohash: 1.1.4
@@ -18978,13 +18977,13 @@ snapshots:
unhead: 1.11.18
unimport: 3.14.6(rollup@4.24.4)
unplugin: 2.1.2
- unplugin-vue-router: 0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.7.2)))(vue@3.5.4(typescript@5.7.2))
+ unplugin-vue-router: 0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.7.3)))(vue@3.5.4(typescript@5.7.3))
unstorage: 1.14.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.2
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
- vue-router: 4.5.0(vue@3.5.4(typescript@5.7.2))
+ vue-router: 4.5.0(vue@3.5.4(typescript@5.7.3))
optionalDependencies:
'@parcel/watcher': 2.4.1
'@types/node': 22.9.0
@@ -19167,14 +19166,14 @@ snapshots:
transitivePeerDependencies:
- encoding
- openapi-typescript@7.4.2(encoding@0.1.13)(typescript@5.7.2):
+ openapi-typescript@7.4.2(encoding@0.1.13)(typescript@5.7.3):
dependencies:
'@redocly/openapi-core': 1.25.11(encoding@0.1.13)(supports-color@9.4.0)
ansi-colors: 4.1.3
change-case: 5.4.4
parse-json: 8.1.0
supports-color: 9.4.0
- typescript: 5.7.2
+ typescript: 5.7.3
yargs-parser: 21.1.1
transitivePeerDependencies:
- encoding
@@ -21014,7 +21013,7 @@ snapshots:
typescript@5.6.2: {}
- typescript@5.7.2: {}
+ typescript@5.7.3: {}
uc.micro@2.0.0: {}
@@ -21515,11 +21514,11 @@ snapshots:
- vue
- webpack-sources
- unplugin-vue-router@0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.7.2)))(vue@3.5.4(typescript@5.7.2)):
+ unplugin-vue-router@0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.7.3)))(vue@3.5.4(typescript@5.7.3)):
dependencies:
'@babel/types': 7.26.3
'@rollup/pluginutils': 5.1.4(rollup@4.24.4)
- '@vue-macros/common': 1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.7.2))
+ '@vue-macros/common': 1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -21532,7 +21531,7 @@ snapshots:
unplugin: 2.0.0-beta.1
yaml: 2.6.1
optionalDependencies:
- vue-router: 4.5.0(vue@3.5.4(typescript@5.7.2))
+ vue-router: 4.5.0(vue@3.5.4(typescript@5.7.3))
transitivePeerDependencies:
- rollup
- vue
@@ -21805,7 +21804,7 @@ snapshots:
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
- vite-plugin-checker@0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.2)):
+ vite-plugin-checker@0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3)):
dependencies:
'@babel/code-frame': 7.24.7
ansi-escapes: 4.3.2
@@ -21825,8 +21824,8 @@ snapshots:
optionalDependencies:
eslint: 9.18.0(jiti@2.4.2)
optionator: 0.9.3
- typescript: 5.7.2
- vue-tsc: 2.1.6(typescript@5.7.2)
+ typescript: 5.7.3
+ vue-tsc: 2.1.6(typescript@5.7.3)
vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
@@ -22069,26 +22068,26 @@ snapshots:
dependencies:
ufo: 1.5.4
- vue-component-meta@2.1.10(typescript@5.7.2):
+ vue-component-meta@2.2.0(typescript@5.7.3):
dependencies:
'@volar/typescript': 2.4.11
- '@vue/language-core': 2.1.10(typescript@5.7.2)
+ '@vue/language-core': 2.2.0(typescript@5.7.3)
path-browserify: 1.0.1
- vue-component-type-helpers: 2.1.10
+ vue-component-type-helpers: 2.2.0
optionalDependencies:
- typescript: 5.7.2
-
- vue-component-type-helpers@2.1.10: {}
+ typescript: 5.7.3
vue-component-type-helpers@2.1.6: {}
+ vue-component-type-helpers@2.2.0: {}
+
vue-demi@0.14.10(vue@3.5.4(typescript@5.6.2)):
dependencies:
vue: 3.5.4(typescript@5.6.2)
- vue-demi@0.14.10(vue@3.5.4(typescript@5.7.2)):
+ vue-demi@0.14.10(vue@3.5.4(typescript@5.7.3)):
dependencies:
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
vue-devtools-stub@0.1.0: {}
@@ -22134,10 +22133,10 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.2)
- vue-router@4.5.0(vue@3.5.4(typescript@5.7.2)):
+ vue-router@4.5.0(vue@3.5.4(typescript@5.7.3)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.4(typescript@5.7.2)
+ vue: 3.5.4(typescript@5.7.3)
vue-template-compiler@2.7.14:
dependencies:
@@ -22151,12 +22150,12 @@ snapshots:
semver: 7.6.3
typescript: 5.6.2
- vue-tsc@2.1.6(typescript@5.7.2):
+ vue-tsc@2.1.6(typescript@5.7.3):
dependencies:
'@volar/typescript': 2.4.4
- '@vue/language-core': 2.1.6(typescript@5.7.2)
+ '@vue/language-core': 2.1.6(typescript@5.7.3)
semver: 7.6.3
- typescript: 5.7.2
+ typescript: 5.7.3
optional: true
vue-virtual-scroller@2.0.0-beta.8(vue@3.5.4(typescript@5.6.2)):
@@ -22176,15 +22175,15 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
- vue@3.5.4(typescript@5.7.2):
+ vue@3.5.4(typescript@5.7.3):
dependencies:
'@vue/compiler-dom': 3.5.4
'@vue/compiler-sfc': 3.5.4
'@vue/runtime-dom': 3.5.4
- '@vue/server-renderer': 3.5.4(vue@3.5.4(typescript@5.7.2))
+ '@vue/server-renderer': 3.5.4(vue@3.5.4(typescript@5.7.3))
'@vue/shared': 3.5.4
optionalDependencies:
- typescript: 5.7.2
+ typescript: 5.7.3
w3c-keyname@2.2.8: {}
From 756c6784efab72a6137e8bdff14362eadc399c7f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 20 Jan 2025 13:13:43 +0900
Subject: [PATCH 054/101] chore(deps): update dependency @antfu/eslint-config
to ^3.14.0 (#3143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit e214076620409e26cc1631b5f17b220d573393ed)
---
package.json | 2 +-
pnpm-lock.yaml | 104 ++++++++-----------------------------------------
2 files changed, 18 insertions(+), 88 deletions(-)
diff --git a/package.json b/package.json
index 9da95003a..83330f915 100644
--- a/package.json
+++ b/package.json
@@ -114,7 +114,7 @@
"ws": "^8.15.1"
},
"devDependencies": {
- "@antfu/eslint-config": "^3.13.0",
+ "@antfu/eslint-config": "^3.14.0",
"@antfu/ni": "^0.23.2",
"@types/chroma-js": "^2.4.5",
"@types/file-saver": "^2.0.7",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4da076ca5..e08d3f352 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -258,7 +258,7 @@ importers:
version: 8.18.0
devDependencies:
'@antfu/eslint-config':
- specifier: ^3.13.0
+ specifier: ^3.14.0
version: 3.14.0(@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
'@antfu/ni':
specifier: ^0.23.2
@@ -2106,10 +2106,6 @@ packages:
resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/plugin-kit@0.2.4':
- resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/plugin-kit@0.2.5':
resolution: {integrity: sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3419,10 +3415,6 @@ packages:
resolution: {integrity: sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/scope-manager@8.18.2':
- resolution: {integrity: sha512-YJFSfbd0CJjy14r/EvWapYgV4R5CHzptssoag2M7y3Ra7XNta6GPAJPPP5KGB9j14viYXyrzRO5GkX7CRfo8/g==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/scope-manager@8.19.1':
resolution: {integrity: sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3442,10 +3434,6 @@ packages:
resolution: {integrity: sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/types@8.18.2':
- resolution: {integrity: sha512-Z/zblEPp8cIvmEn6+tPDIHUbRu/0z5lqZ+NvolL5SvXWT5rQy7+Nch83M0++XzO0XrWRFWECgOAyE8bsJTl1GQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/types@8.19.1':
resolution: {integrity: sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3463,12 +3451,6 @@ packages:
typescript:
optional: true
- '@typescript-eslint/typescript-estree@8.18.2':
- resolution: {integrity: sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- typescript: '>=4.8.4 <5.8.0'
-
'@typescript-eslint/typescript-estree@8.19.1':
resolution: {integrity: sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3481,13 +3463,6 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/utils@8.18.2':
- resolution: {integrity: sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- eslint: ^8.57.0 || ^9.0.0
- typescript: '>=4.8.4 <5.8.0'
-
'@typescript-eslint/utils@8.19.1':
resolution: {integrity: sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3506,10 +3481,6 @@ packages:
resolution: {integrity: sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/visitor-keys@8.18.2':
- resolution: {integrity: sha512-zORcwn4C3trOWiCqFQP1x6G3xTRyZ1LYydnj51cRnJ6hxBlr/cKPckk+PKPUw/fXmvfKTcw7bwY3w9izgx5jZw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/visitor-keys@8.19.1':
resolution: {integrity: sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -10845,7 +10816,7 @@ snapshots:
dependencies:
'@types/eslint': 9.6.1
'@types/estree': 1.0.6
- '@typescript-eslint/types': 8.18.2
+ '@typescript-eslint/types': 8.20.0
comment-parser: 1.4.1
esquery: 1.6.0
jsdoc-type-pratt-parser: 4.1.0
@@ -11320,7 +11291,7 @@ snapshots:
'@eslint/markdown@6.2.1':
dependencies:
- '@eslint/plugin-kit': 0.2.4
+ '@eslint/plugin-kit': 0.2.5
mdast-util-from-markdown: 2.0.1
mdast-util-gfm: 3.0.0
micromark-extension-gfm: 3.0.0
@@ -11329,10 +11300,6 @@ snapshots:
'@eslint/object-schema@2.1.5': {}
- '@eslint/plugin-kit@0.2.4':
- dependencies:
- levn: 0.4.1
-
'@eslint/plugin-kit@0.2.5':
dependencies:
'@eslint/core': 0.10.0
@@ -13305,7 +13272,7 @@ snapshots:
'@stylistic/eslint-plugin@2.13.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/utils': 8.18.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
eslint: 9.18.0(jiti@2.4.2)
eslint-visitor-keys: 4.2.0
espree: 10.3.0
@@ -13626,11 +13593,6 @@ snapshots:
'@typescript-eslint/types': 8.17.0
'@typescript-eslint/visitor-keys': 8.17.0
- '@typescript-eslint/scope-manager@8.18.2':
- dependencies:
- '@typescript-eslint/types': 8.18.2
- '@typescript-eslint/visitor-keys': 8.18.2
-
'@typescript-eslint/scope-manager@8.19.1':
dependencies:
'@typescript-eslint/types': 8.19.1
@@ -13654,8 +13616,6 @@ snapshots:
'@typescript-eslint/types@8.17.0': {}
- '@typescript-eslint/types@8.18.2': {}
-
'@typescript-eslint/types@8.19.1': {}
'@typescript-eslint/types@8.20.0': {}
@@ -13675,26 +13635,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.18.2(typescript@5.6.2)':
- dependencies:
- '@typescript-eslint/types': 8.18.2
- '@typescript-eslint/visitor-keys': 8.18.2
- debug: 4.4.0(supports-color@9.4.0)
- fast-glob: 3.3.2
- is-glob: 4.0.3
- minimatch: 9.0.5
- semver: 7.6.3
- ts-api-utils: 1.3.0(typescript@5.6.2)
- typescript: 5.6.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/typescript-estree@8.19.1(typescript@5.6.2)':
dependencies:
'@typescript-eslint/types': 8.19.1
'@typescript-eslint/visitor-keys': 8.19.1
debug: 4.4.0(supports-color@9.4.0)
- fast-glob: 3.3.2
+ fast-glob: 3.3.3
is-glob: 4.0.3
minimatch: 9.0.5
semver: 7.6.3
@@ -13717,17 +13663,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.18.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
- dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
- '@typescript-eslint/scope-manager': 8.18.2
- '@typescript-eslint/types': 8.18.2
- '@typescript-eslint/typescript-estree': 8.18.2(typescript@5.6.2)
- eslint: 9.18.0(jiti@2.4.2)
- typescript: 5.6.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
'@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
@@ -13755,11 +13690,6 @@ snapshots:
'@typescript-eslint/types': 8.17.0
eslint-visitor-keys: 4.2.0
- '@typescript-eslint/visitor-keys@8.18.2':
- dependencies:
- '@typescript-eslint/types': 8.18.2
- eslint-visitor-keys: 4.2.0
-
'@typescript-eslint/visitor-keys@8.19.1':
dependencies:
'@typescript-eslint/types': 8.19.1
@@ -16362,7 +16292,7 @@ snapshots:
eslint-flat-config-utils@1.0.0:
dependencies:
- pathe: 2.0.0
+ pathe: 2.0.1
eslint-formatting-reporter@0.0.0(eslint@9.18.0(jiti@2.4.2)):
dependencies:
@@ -16420,8 +16350,8 @@ snapshots:
eslint-plugin-import-x@4.6.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2):
dependencies:
'@types/doctrine': 0.0.9
- '@typescript-eslint/scope-manager': 8.18.2
- '@typescript-eslint/utils': 8.18.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/scope-manager': 8.20.0
+ '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
debug: 4.4.0(supports-color@9.4.0)
doctrine: 3.0.0
enhanced-resolve: 5.17.1
@@ -16484,8 +16414,8 @@ snapshots:
eslint-plugin-perfectionist@4.6.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2):
dependencies:
- '@typescript-eslint/types': 8.19.1
- '@typescript-eslint/utils': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/types': 8.20.0
+ '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
eslint: 9.18.0(jiti@2.4.2)
natural-orderby: 5.0.0
transitivePeerDependencies:
@@ -17020,7 +16950,7 @@ snapshots:
globby@13.2.2:
dependencies:
dir-glob: 3.0.1
- fast-glob: 3.3.2
+ fast-glob: 3.3.3
ignore: 5.3.2
merge2: 1.4.1
slash: 4.0.0
@@ -17302,7 +17232,7 @@ snapshots:
jiti: 2.0.0-beta.2
jiti-v1: jiti@1.21.6
pathe: 1.1.2
- pkg-types: 1.3.0
+ pkg-types: 1.3.1
tsx: 4.19.2
transitivePeerDependencies:
- supports-color
@@ -17775,8 +17705,8 @@ snapshots:
local-pkg@1.0.0:
dependencies:
- mlly: 1.7.3
- pkg-types: 1.3.0
+ mlly: 1.7.4
+ pkg-types: 1.3.1
locate-path@5.0.0:
dependencies:
@@ -18312,7 +18242,7 @@ snapshots:
fs-extra: 11.3.0
globby: 13.2.2
jiti: 1.21.6
- mlly: 1.7.3
+ mlly: 1.7.4
mri: 1.2.0
pathe: 1.1.2
optionalDependencies:
@@ -21045,10 +20975,10 @@ snapshots:
jiti: 1.21.6
magic-string: 0.30.14
mkdist: 1.2.0(typescript@5.6.2)
- mlly: 1.7.3
+ mlly: 1.7.4
mri: 1.2.0
pathe: 1.1.2
- pkg-types: 1.3.0
+ pkg-types: 1.3.1
pretty-bytes: 6.1.1
rollup: 3.29.4
rollup-plugin-dts: 5.3.0(rollup@3.29.4)(typescript@5.6.2)
From 6baa83f8fbf965513058eb3e0e5d375b4193a6aa Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Fri, 24 Jan 2025 16:55:33 +0900
Subject: [PATCH 055/101] chore(deps): update devdependencies (#3152)
(cherry picked from commit 72d6e0596b6066928cbc7d8468db20d7857e32f2)
---
package.json | 8 +-
pnpm-lock.yaml | 451 +++++++++++++++++++++++++------------------------
2 files changed, 238 insertions(+), 221 deletions(-)
diff --git a/package.json b/package.json
index 83330f915..ec37cba2b 100644
--- a/package.json
+++ b/package.json
@@ -122,17 +122,17 @@
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/wicg-file-system-access": "^2023.10.5",
- "@types/ws": "^8.5.13",
+ "@types/ws": "^8.5.14",
"@unlazy/nuxt": "^0.12.1",
- "@unocss/eslint-config": "^65.4.2",
+ "@unocss/eslint-config": "^65.4.3",
"@vue/test-utils": "2.4.6",
- "bumpp": "^9.10.1",
+ "bumpp": "^9.10.2",
"consola": "^3.4.0",
"eslint": "^9.18.0",
"eslint-plugin-format": "^1.0.1",
"flat": "^6.0.1",
"fs-extra": "^11.3.0",
- "lint-staged": "^15.4.1",
+ "lint-staged": "^15.4.2",
"nuxt": "^3.13.2",
"prettier": "^3.4.2",
"sharp": "^0.33.5",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e08d3f352..c6b0d9565 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -259,7 +259,7 @@ importers:
devDependencies:
'@antfu/eslint-config':
specifier: ^3.14.0
- version: 3.14.0(@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
+ version: 3.14.0(@typescript-eslint/utils@8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.3(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
'@antfu/ni':
specifier: ^0.23.2
version: 0.23.2
@@ -282,20 +282,20 @@ importers:
specifier: ^2023.10.5
version: 2023.10.5
'@types/ws':
- specifier: ^8.5.13
- version: 8.5.13
+ specifier: ^8.5.14
+ version: 8.5.14
'@unlazy/nuxt':
specifier: ^0.12.1
version: 0.12.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@unocss/eslint-config':
- specifier: ^65.4.2
- version: 65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ specifier: ^65.4.3
+ version: 65.4.3(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
'@vue/test-utils':
specifier: 2.4.6
version: 2.4.6
bumpp:
- specifier: ^9.10.1
- version: 9.10.1(magicast@0.3.5)
+ specifier: ^9.10.2
+ version: 9.10.2(magicast@0.3.5)
consola:
specifier: ^3.4.0
version: 3.4.0
@@ -312,8 +312,8 @@ importers:
specifier: ^11.3.0
version: 11.3.0
lint-staged:
- specifier: ^15.4.1
- version: 15.4.1
+ specifier: ^15.4.2
+ version: 15.4.2
nuxt:
specifier: ^3.13.2
version: 3.13.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(db0@0.1.4)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@2.79.1)(terser@5.36.0)(typescript@5.6.2)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vue-tsc@2.1.6(typescript@5.6.2))(webpack-sources@3.2.3)
@@ -350,10 +350,10 @@ importers:
devDependencies:
'@nuxt-themes/docus':
specifier: ^1.15.1
- version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
+ version: 1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))(yaml@2.7.0))(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
nuxt:
specifier: ^3.15.2
- version: 3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1)
+ version: 3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))(yaml@2.7.0)
packages:
@@ -424,6 +424,9 @@ packages:
'@antfu/utils@0.7.10':
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
+ '@antfu/utils@8.1.0':
+ resolution: {integrity: sha512-XPR7Jfwp0FFl/dFYPX8ZjpmU4/1mIXTjnZ1ba48BLMyKOV62/tiRjdsFcPs2hsYcSud4tzk7w3a3LjX8Fu3huA==}
+
'@apideck/better-ajv-errors@0.3.6':
resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==}
engines: {node: '>=10'}
@@ -3393,8 +3396,8 @@ packages:
'@types/wicg-file-system-access@2023.10.5':
resolution: {integrity: sha512-e9kZO9kCdLqT2h9Tw38oGv9UNzBBWaR1MzuAavxPcsV/7FJ3tWbU6RI3uB+yKIDPGLkGVbplS52ub0AcRLvrhA==}
- '@types/ws@8.5.13':
- resolution: {integrity: sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==}
+ '@types/ws@8.5.14':
+ resolution: {integrity: sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==}
'@typescript-eslint/eslint-plugin@8.19.1':
resolution: {integrity: sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==}
@@ -3423,6 +3426,10 @@ packages:
resolution: {integrity: sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/scope-manager@8.21.0':
+ resolution: {integrity: sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/type-utils@8.19.1':
resolution: {integrity: sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3442,6 +3449,10 @@ packages:
resolution: {integrity: sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/types@8.21.0':
+ resolution: {integrity: sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/typescript-estree@8.17.0':
resolution: {integrity: sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3463,6 +3474,12 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/typescript-estree@8.21.0':
+ resolution: {integrity: sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <5.8.0'
+
'@typescript-eslint/utils@8.19.1':
resolution: {integrity: sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3477,6 +3494,13 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/utils@8.21.0':
+ resolution: {integrity: sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '>=4.8.4 <5.8.0'
+
'@typescript-eslint/visitor-keys@8.17.0':
resolution: {integrity: sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3489,6 +3513,10 @@ packages:
resolution: {integrity: sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/visitor-keys@8.21.0':
+ resolution: {integrity: sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
@@ -3549,22 +3577,22 @@ packages:
resolution: {integrity: sha512-/vCt4AXnJ4p4Ow6xqsYwdrelF9533yhZjzkg3SQmL3rKeSkicPayKpeq8nkYECdhDI03VTCVD+6oh5Y/26Hg7A==}
engines: {node: '>=14'}
- '@unocss/config@65.4.2':
- resolution: {integrity: sha512-2xyWDt6t879rsdxJ0TiRbk9ENkGuLjAWjl3aAph5HHxwgGaBN1c9S5G9607j/WXP+tO6c37B4Q1iG/XYx35HBA==}
+ '@unocss/config@65.4.3':
+ resolution: {integrity: sha512-Z3tnQ10UjM09Y1yVqfCYfZEh2pXFQlUQ1g188mMWxjXWEIXeei3f9dIApRBgC+xcPE6prqdu3fDC5emU+sqyxw==}
engines: {node: '>=14'}
'@unocss/core@0.65.4':
resolution: {integrity: sha512-a2JOoFutrhqd5RgPhIR5FIXrDoHDU3gwCbPrpT6KYTjsqlSc/fv02yZ+JGOZFN3MCFhCmaPTs+idDFtwb3xU8g==}
- '@unocss/core@65.4.2':
- resolution: {integrity: sha512-VmXy5D25por+pt9LBlKZ3gk4rOE5ldm80MyVOEnLcpaFb9LqB0g/8qUU9/Dk3TSA+ZPeoGm53Juo0p8LMFIigA==}
+ '@unocss/core@65.4.3':
+ resolution: {integrity: sha512-luFgdcchSlNrYSaDvU2176T2PPQZdxqfREVbxEXNXlFEgyEFrx5hOSUXoJtJSZjRhAcE6zkWyLDf/JkQJ5Eeyw==}
- '@unocss/eslint-config@65.4.2':
- resolution: {integrity: sha512-xCMLYturegEVV11YtLJwBL7Wn2a4W7LtQpYFyKrGlFT8TZu9+1mjFds0Z2QFSTxoDtVP+eszPNRAw1rdu23/7g==}
+ '@unocss/eslint-config@65.4.3':
+ resolution: {integrity: sha512-EfOPGRZlLWIMpWseeocGkQqDBitOOqmDV59WLkhrzocRCV5XTbadSdC4yR8iipUWnNHWxPBboemc24lNQlmMOA==}
engines: {node: '>=14'}
- '@unocss/eslint-plugin@65.4.2':
- resolution: {integrity: sha512-Ibk5zLnEvg22S7c7JLusuW8MbWTmw3BwcdP0j/EaGE3sk5Q1mazb8UqO0CymPCaQp/d2Sx1dv1SEEECLkZSUzQ==}
+ '@unocss/eslint-plugin@65.4.3':
+ resolution: {integrity: sha512-uK6WpZPy/zJxunw4lh51KjIO370SRAIFlvg/Knh4Kl5214xiJDezKp7F7NATVBx+JqSf7iHYn2qUdB8Z8I7sXg==}
engines: {node: '>=14'}
'@unocss/extractor-arbitrary-variants@0.65.4':
@@ -3616,8 +3644,8 @@ packages:
resolution: {integrity: sha512-+EzdJEWcqGcO6HwbBTe7vEdBRpuKkBiz4MycQeLD6GEio04T45y6VHHO7/WTqxltbO4YwwW9/s2TKRMxKtoG8g==}
engines: {node: '>=14'}
- '@unocss/rule-utils@65.4.2':
- resolution: {integrity: sha512-OdMSJZiZUr8XmLo3Bz3Wrw1nZLT1nTPnPOV8gdi4vZ+2RgCChua9o8Dz4IyeQ7mMhLXoqHIUpJ7jE5Nv+Uz1Fw==}
+ '@unocss/rule-utils@65.4.3':
+ resolution: {integrity: sha512-bzRRdb9mb82IvgOt3KiRyUh/njRfJC3hoV84lMyUPryT8YTEP/hl6kt2KQ2l1K3WDz7ZPQXVi2eqUbqc+AUpwg==}
engines: {node: '>=14'}
'@unocss/transformer-attributify-jsx@0.65.4':
@@ -4529,8 +4557,8 @@ packages:
resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
engines: {node: '>=6'}
- bumpp@9.10.1:
- resolution: {integrity: sha512-KG7oQmv6cz7QQwOvM3x/yPcF8+VBEtuLEEecmohNyb4+bLbtSVpJp8brjzcZYQN7UOyR4i0qIIYThnsBgP8uCA==}
+ bumpp@9.10.2:
+ resolution: {integrity: sha512-QX1JdswFLLVgrA+I/t+926/jsuJ92BTKKxGvMYC6fg+1lFpCl9RbILQJg0thc5UirIjQ6/jY1Sj+b4tz3evA5g==}
engines: {node: '>=10'}
hasBin: true
@@ -4768,8 +4796,8 @@ packages:
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
engines: {node: '>=14'}
- commander@12.1.0:
- resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
+ commander@13.1.0:
+ resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==}
engines: {node: '>=18'}
commander@2.20.3:
@@ -6545,8 +6573,8 @@ packages:
linkify-it@5.0.0:
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
- lint-staged@15.4.1:
- resolution: {integrity: sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==}
+ lint-staged@15.4.2:
+ resolution: {integrity: sha512-gCqzB/Li281uZJgReNci+oXXqUEdrFAQAzTE/LwoxxiEuP41vozNe4BATS+4ehdqkWn+Z6bGc3EDcBja3npBVw==}
engines: {node: '>=18.12.0'}
hasBin: true
@@ -8740,6 +8768,9 @@ packages:
unconfig@0.6.0:
resolution: {integrity: sha512-4C67J0nIF2QwSXty2kW3zZx1pMZ3iXabylvJWWgHybWVUcMf9pxwsngoQt0gC+AVstRywFqrRBp3qOXJayhpOw==}
+ unconfig@0.6.1:
+ resolution: {integrity: sha512-cVU+/sPloZqOyJEAfNwnQSFCzFrZm85vcVkryH7lnlB/PiTycUkAjt5Ds79cfIshGOZ+M5v3PBDnKgpmlE5DtA==}
+
uncrypto@0.1.3:
resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
@@ -9644,6 +9675,11 @@ packages:
engines: {node: '>= 14'}
hasBin: true
+ yaml@2.7.0:
+ resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==}
+ engines: {node: '>= 14'}
+ hasBin: true
+
yargs-parser@21.1.1:
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
engines: {node: '>=12'}
@@ -9679,7 +9715,7 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@3.14.0(@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
+ '@antfu/eslint-config@3.14.0(@typescript-eslint/utils@8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@unocss/eslint-plugin@65.4.3(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(@vue/compiler-sfc@3.5.13)(eslint-plugin-format@1.0.1(eslint@9.18.0(jiti@2.4.2)))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
'@antfu/install-pkg': 1.0.0
'@clack/prompts': 0.9.1
@@ -9688,7 +9724,7 @@ snapshots:
'@stylistic/eslint-plugin': 2.13.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
'@typescript-eslint/eslint-plugin': 8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
'@typescript-eslint/parser': 8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
- '@vitest/eslint-plugin': 1.1.25(@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
+ '@vitest/eslint-plugin': 1.1.25(@typescript-eslint/utils@8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))
eslint: 9.18.0(jiti@2.4.2)
eslint-config-flat-gitignore: 1.0.0(eslint@9.18.0(jiti@2.4.2))
eslint-flat-config-utils: 1.0.0
@@ -9718,7 +9754,7 @@ snapshots:
yaml-eslint-parser: 1.2.3
yargs: 17.7.2
optionalDependencies:
- '@unocss/eslint-plugin': 65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/eslint-plugin': 65.4.3(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
eslint-plugin-format: 1.0.1(eslint@9.18.0(jiti@2.4.2))
transitivePeerDependencies:
- '@eslint/json'
@@ -9742,6 +9778,8 @@ snapshots:
'@antfu/utils@0.7.10': {}
+ '@antfu/utils@8.1.0': {}
+
'@apideck/better-ajv-errors@0.3.6(ajv@8.12.0)':
dependencies:
ajv: 8.12.0
@@ -11362,10 +11400,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.7.3))':
+ '@iconify/vue@4.1.1(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.5.4(typescript@5.7.3)
+ vue: 3.5.4(typescript@5.6.2)
'@img/sharp-darwin-arm64@0.33.5':
optionalDependencies:
@@ -11639,17 +11677,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.15.0
- '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/docus@1.15.1(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(change-case@5.4.4)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))(yaml@2.7.0))(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
- '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
- '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
+ '@nuxt-themes/elements': 0.9.5(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt-themes/typography': 0.11.0(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@nuxt/content': 2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))(yaml@2.7.0))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxthq/studio': 2.2.1(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.3))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
+ '@vueuse/integrations': 11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))(yaml@2.7.0))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
focus-trap: 7.6.0
fuse.js: 6.6.2
jiti: 1.21.6
@@ -11693,10 +11731,10 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/elements@0.9.5(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
- '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.7.3))
+ '@nuxt-themes/tokens': 1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -11707,10 +11745,10 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/tokens@1.9.1(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.7.3))
+ '@vueuse/core': 9.13.0(vue@3.5.4(typescript@5.6.2))
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.5.1)(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -11722,11 +11760,11 @@ snapshots:
- vue
- webpack-sources
- '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
+ '@nuxt-themes/typography@0.11.0(magicast@0.3.5)(postcss@8.5.1)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxtjs/color-mode': 3.5.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
+ nuxt-icon: 0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
pinceau: 0.18.9(patch_hash=d6ha36xrn7oh52pyhfdxwv3tsq)(postcss@8.5.1)(webpack-sources@3.2.3)
ufo: 1.5.4
transitivePeerDependencies:
@@ -11766,13 +11804,13 @@ snapshots:
transitivePeerDependencies:
- magicast
- '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
+ '@nuxt/content@2.13.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))(yaml@2.7.0))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
'@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.3))
- '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.7.3))
- '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/head': 2.0.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))(yaml@2.7.0))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
consola: 3.4.0
defu: 6.1.4
destr: 2.0.3
@@ -11850,12 +11888,12 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))':
+ '@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))':
dependencies:
'@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/schema': 3.15.2
execa: 7.2.0
- vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)
transitivePeerDependencies:
- magicast
- rollup
@@ -11996,13 +12034,13 @@ snapshots:
- vue
- webpack-sources
- '@nuxt/devtools@1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))':
+ '@nuxt/devtools@1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@antfu/utils': 0.7.10
- '@nuxt/devtools-kit': 1.7.0(magicast@0.3.5)(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
+ '@nuxt/devtools-kit': 1.7.0(magicast@0.3.5)(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))
'@nuxt/devtools-wizard': 1.7.0
'@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
- '@vue/devtools-core': 7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))
+ '@vue/devtools-core': 7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.4(typescript@5.6.2))
'@vue/devtools-kit': 7.6.8
birpc: 0.2.19
consola: 3.4.0
@@ -12031,9 +12069,9 @@ snapshots:
sirv: 3.0.0
tinyglobby: 0.2.10
unimport: 3.14.6(rollup@4.24.4)
- vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
- vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
- vite-plugin-vue-inspector: 5.3.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)
+ vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))
+ vite-plugin-vue-inspector: 5.3.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))
which: 3.0.1
ws: 8.18.0
transitivePeerDependencies:
@@ -12526,12 +12564,12 @@ snapshots:
- vue-tsc
- webpack-sources
- '@nuxt/vite-builder@3.15.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vue-tsc@2.1.6(typescript@5.7.3))(vue@3.5.4(typescript@5.7.3))(yaml@2.6.1)':
+ '@nuxt/vite-builder@3.15.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(yaml@2.7.0)':
dependencies:
'@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
'@rollup/plugin-replace': 6.0.2(rollup@4.24.4)
- '@vitejs/plugin-vue': 5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))
- '@vitejs/plugin-vue-jsx': 4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))
+ '@vitejs/plugin-vue': 5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.4(typescript@5.6.2))
+ '@vitejs/plugin-vue-jsx': 4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.4(typescript@5.6.2))
autoprefixer: 10.4.20(postcss@8.5.1)
consola: 3.4.0
cssnano: 7.0.6(postcss@8.5.1)
@@ -12555,10 +12593,10 @@ snapshots:
ufo: 1.5.4
unenv: 1.10.0
unplugin: 2.1.2
- vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)
vite-node: 2.1.8(@types/node@22.9.0)(terser@5.36.0)
- vite-plugin-checker: 0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))
- vue: 3.5.4(typescript@5.7.3)
+ vite-plugin-checker: 0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))
+ vue: 3.5.4(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
transitivePeerDependencies:
- '@biomejs/biome'
@@ -13555,9 +13593,9 @@ snapshots:
'@types/wicg-file-system-access@2023.10.5': {}
- '@types/ws@8.5.13':
+ '@types/ws@8.5.14':
dependencies:
- '@types/node': 20.8.6
+ '@types/node': 22.9.0
'@typescript-eslint/eslint-plugin@8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
@@ -13603,6 +13641,11 @@ snapshots:
'@typescript-eslint/types': 8.20.0
'@typescript-eslint/visitor-keys': 8.20.0
+ '@typescript-eslint/scope-manager@8.21.0':
+ dependencies:
+ '@typescript-eslint/types': 8.21.0
+ '@typescript-eslint/visitor-keys': 8.21.0
+
'@typescript-eslint/type-utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
'@typescript-eslint/typescript-estree': 8.19.1(typescript@5.6.2)
@@ -13620,6 +13663,8 @@ snapshots:
'@typescript-eslint/types@8.20.0': {}
+ '@typescript-eslint/types@8.21.0': {}
+
'@typescript-eslint/typescript-estree@8.17.0(typescript@5.6.2)':
dependencies:
'@typescript-eslint/types': 8.17.0
@@ -13663,6 +13708,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@typescript-eslint/typescript-estree@8.21.0(typescript@5.6.2)':
+ dependencies:
+ '@typescript-eslint/types': 8.21.0
+ '@typescript-eslint/visitor-keys': 8.21.0
+ debug: 4.4.0(supports-color@9.4.0)
+ fast-glob: 3.3.3
+ is-glob: 4.0.3
+ minimatch: 9.0.5
+ semver: 7.6.3
+ ts-api-utils: 2.0.0(typescript@5.6.2)
+ typescript: 5.6.2
+ transitivePeerDependencies:
+ - supports-color
+
'@typescript-eslint/utils@8.19.1(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
'@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
@@ -13685,6 +13744,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@typescript-eslint/utils@8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2))
+ '@typescript-eslint/scope-manager': 8.21.0
+ '@typescript-eslint/types': 8.21.0
+ '@typescript-eslint/typescript-estree': 8.21.0(typescript@5.6.2)
+ eslint: 9.18.0(jiti@2.4.2)
+ typescript: 5.6.2
+ transitivePeerDependencies:
+ - supports-color
+
'@typescript-eslint/visitor-keys@8.17.0':
dependencies:
'@typescript-eslint/types': 8.17.0
@@ -13700,6 +13770,11 @@ snapshots:
'@typescript-eslint/types': 8.20.0
eslint-visitor-keys: 4.2.0
+ '@typescript-eslint/visitor-keys@8.21.0':
+ dependencies:
+ '@typescript-eslint/types': 8.21.0
+ eslint-visitor-keys: 4.2.0
+
'@ungap/structured-clone@1.2.0': {}
'@unhead/dom@1.11.18':
@@ -13741,13 +13816,13 @@ snapshots:
'@unhead/schema': 1.11.6
'@unhead/shared': 1.11.6
- '@unhead/vue@1.11.18(vue@3.5.4(typescript@5.7.3))':
+ '@unhead/vue@1.11.18(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@unhead/schema': 1.11.18
'@unhead/shared': 1.11.18
hookable: 5.5.3
unhead: 1.11.18
- vue: 3.5.4(typescript@5.7.3)
+ vue: 3.5.4(typescript@5.6.2)
'@unhead/vue@1.11.6(vue@3.5.4(typescript@5.6.2))':
dependencies:
@@ -13758,15 +13833,6 @@ snapshots:
unhead: 1.11.6
vue: 3.5.4(typescript@5.6.2)
- '@unhead/vue@1.11.6(vue@3.5.4(typescript@5.7.3))':
- dependencies:
- '@unhead/schema': 1.11.6
- '@unhead/shared': 1.11.6
- defu: 6.1.4
- hookable: 5.5.3
- unhead: 1.11.6
- vue: 3.5.4(typescript@5.7.3)
-
'@unlazy/core@0.12.1': {}
'@unlazy/nuxt@0.12.1(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)':
@@ -13818,31 +13884,31 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@unocss/config@65.4.2':
+ '@unocss/config@65.4.3':
dependencies:
- '@unocss/core': 65.4.2
- unconfig: 0.6.0
+ '@unocss/core': 65.4.3
+ unconfig: 0.6.1
transitivePeerDependencies:
- supports-color
'@unocss/core@0.65.4': {}
- '@unocss/core@65.4.2': {}
+ '@unocss/core@65.4.3': {}
- '@unocss/eslint-config@65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@unocss/eslint-config@65.4.3(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@unocss/eslint-plugin': 65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/eslint-plugin': 65.4.3(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/eslint-plugin@65.4.2(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
+ '@unocss/eslint-plugin@65.4.3(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
- '@unocss/config': 65.4.2
- '@unocss/core': 65.4.2
- '@unocss/rule-utils': 65.4.2
+ '@typescript-eslint/utils': 8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@unocss/config': 65.4.3
+ '@unocss/core': 65.4.3
+ '@unocss/rule-utils': 65.4.3
magic-string: 0.30.17
synckit: 0.9.2
transitivePeerDependencies:
@@ -13955,9 +14021,9 @@ snapshots:
'@unocss/core': 0.65.4
magic-string: 0.30.17
- '@unocss/rule-utils@65.4.2':
+ '@unocss/rule-utils@65.4.3':
dependencies:
- '@unocss/core': 65.4.2
+ '@unocss/core': 65.4.3
magic-string: 0.30.17
'@unocss/transformer-attributify-jsx@0.65.4':
@@ -14074,13 +14140,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))':
+ '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@babel/core': 7.26.0
'@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0)
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
- vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
- vue: 3.5.4(typescript@5.7.3)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)
+ vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- supports-color
@@ -14089,14 +14155,14 @@ snapshots:
vite: 5.4.5(@types/node@22.9.0)(terser@5.36.0)
vue: 3.5.4(typescript@5.6.2)
- '@vitejs/plugin-vue@5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))':
+ '@vitejs/plugin-vue@5.2.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
- vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
- vue: 3.5.4(typescript@5.7.3)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)
+ vue: 3.5.4(typescript@5.6.2)
- '@vitest/eslint-plugin@1.1.25(@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
+ '@vitest/eslint-plugin@1.1.25(@typescript-eslint/utils@8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2))(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))':
dependencies:
- '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.6.2)
eslint: 9.18.0(jiti@2.4.2)
optionalDependencies:
typescript: 5.6.2
@@ -14233,7 +14299,7 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue-macros/common@1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))':
+ '@vue-macros/common@1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@babel/types': 7.26.3
'@rollup/pluginutils': 5.1.4(rollup@4.24.4)
@@ -14242,7 +14308,7 @@ snapshots:
local-pkg: 0.5.1
magic-string-ast: 0.6.3
optionalDependencies:
- vue: 3.5.4(typescript@5.7.3)
+ vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- rollup
@@ -14631,15 +14697,15 @@ snapshots:
transitivePeerDependencies:
- vite
- '@vue/devtools-core@7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))':
+ '@vue/devtools-core@7.6.8(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@vue/devtools-kit': 7.6.8
'@vue/devtools-shared': 7.7.0
mitt: 3.0.1
nanoid: 5.0.9
pathe: 1.1.2
- vite-hot-client: 0.2.4(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))
- vue: 3.5.4(typescript@5.7.3)
+ vite-hot-client: 0.2.4(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))
+ vue: 3.5.4(typescript@5.6.2)
transitivePeerDependencies:
- vite
@@ -14684,20 +14750,6 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
- '@vue/language-core@2.1.6(typescript@5.7.3)':
- dependencies:
- '@volar/language-core': 2.4.4
- '@vue/compiler-dom': 3.5.4
- '@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.4
- computeds: 0.0.1
- minimatch: 9.0.5
- muggle-string: 0.4.1
- path-browserify: 1.0.1
- optionalDependencies:
- typescript: 5.7.3
- optional: true
-
'@vue/language-core@2.2.0(typescript@5.7.3)':
dependencies:
'@volar/language-core': 2.4.11
@@ -14733,12 +14785,6 @@ snapshots:
'@vue/shared': 3.5.4
vue: 3.5.4(typescript@5.6.2)
- '@vue/server-renderer@3.5.4(vue@3.5.4(typescript@5.7.3))':
- dependencies:
- '@vue/compiler-ssr': 3.5.4
- '@vue/shared': 3.5.4
- vue: 3.5.4(typescript@5.7.3)
-
'@vue/shared@3.5.12': {}
'@vue/shared@3.5.13': {}
@@ -14762,12 +14808,12 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.7.3))':
+ '@vueuse/core@11.2.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 11.2.0
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.7.3))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -14781,12 +14827,12 @@ snapshots:
transitivePeerDependencies:
- typescript
- '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.7.3))':
+ '@vueuse/core@9.13.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.13.0
- '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.7.3))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
+ '@vueuse/shared': 9.13.0(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -14799,19 +14845,19 @@ snapshots:
vue: 3.5.4(typescript@5.6.2)
vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
- '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.7.3))':
+ '@vueuse/head@2.0.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
'@unhead/dom': 1.11.6
'@unhead/schema': 1.11.6
'@unhead/ssr': 1.11.6
- '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.7.3))
- vue: 3.5.4(typescript@5.7.3)
+ '@unhead/vue': 1.11.6(vue@3.5.4(typescript@5.6.2))
+ vue: 3.5.4(typescript@5.6.2)
- '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.7.3))':
+ '@vueuse/integrations@11.2.0(change-case@5.4.4)(focus-trap@7.6.0)(fuse.js@6.6.2)(idb-keyval@6.2.1)(vue@3.5.4(typescript@5.6.2))':
dependencies:
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.3))
- '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.7.3))
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ '@vueuse/shared': 11.2.0(vue@3.5.4(typescript@5.6.2))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
change-case: 5.4.4
focus-trap: 7.6.0
@@ -14867,14 +14913,14 @@ snapshots:
- supports-color
- webpack-sources
- '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1))(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3)':
+ '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))(yaml@2.7.0))(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
- '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.7.3))
+ '@vueuse/core': 11.2.0(vue@3.5.4(typescript@5.6.2))
'@vueuse/metadata': 11.2.0
local-pkg: 0.5.0
- nuxt: 3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1)
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
+ nuxt: 3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))(yaml@2.7.0)
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -14904,9 +14950,9 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.7.3))':
+ '@vueuse/shared@11.2.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -14917,9 +14963,9 @@ snapshots:
transitivePeerDependencies:
- typescript
- '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.7.3))':
+ '@vueuse/shared@9.13.0(vue@3.5.4(typescript@5.6.2))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.4(typescript@5.7.3))
+ vue-demi: 0.14.10(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -15277,7 +15323,7 @@ snapshots:
builtin-modules@3.3.0: {}
- bumpp@9.10.1(magicast@0.3.5):
+ bumpp@9.10.2(magicast@0.3.5):
dependencies:
c12: 2.0.1(magicast@0.3.5)
cac: 6.7.14
@@ -15569,7 +15615,7 @@ snapshots:
commander@10.0.1: {}
- commander@12.1.0: {}
+ commander@13.1.0: {}
commander@2.20.3: {}
@@ -17621,10 +17667,10 @@ snapshots:
dependencies:
uc.micro: 2.0.0
- lint-staged@15.4.1:
+ lint-staged@15.4.2:
dependencies:
chalk: 5.4.1
- commander: 12.1.0
+ commander: 13.1.0
debug: 4.4.0(supports-color@9.4.0)
execa: 8.0.1
lilconfig: 3.1.3
@@ -17632,7 +17678,7 @@ snapshots:
micromatch: 4.0.8
pidtree: 0.6.0
string-argv: 0.3.2
- yaml: 2.6.1
+ yaml: 2.7.0
transitivePeerDependencies:
- supports-color
@@ -18307,7 +18353,7 @@ snapshots:
neo-async@2.6.2: {}
- nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.3):
+ nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.2
@@ -18356,7 +18402,7 @@ snapshots:
node-fetch-native: 1.6.4
ofetch: 1.4.1
ohash: 1.1.4
- openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.7.3)
+ openapi-typescript: 7.4.2(encoding@0.1.13)(typescript@5.6.2)
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.3.1
@@ -18703,9 +18749,9 @@ snapshots:
- supports-color
- webpack-sources
- nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))(webpack-sources@3.2.3):
+ nuxt-icon@0.3.3(magicast@0.3.5)(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
- '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.7.3))
+ '@iconify/vue': 4.1.1(vue@3.5.4(typescript@5.6.2))
'@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
nuxt-config-schema: 0.4.6(magicast@0.3.5)(rollup@4.24.4)(webpack-sources@3.2.3)
transitivePeerDependencies:
@@ -18848,19 +18894,19 @@ snapshots:
- webpack-sources
- xml2js
- nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3))(yaml@2.6.1):
+ nuxt@3.15.2(@parcel/watcher@2.4.1)(@types/node@22.9.0)(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(encoding@0.1.13)(eslint@9.18.0(jiti@2.4.2))(idb-keyval@6.2.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2))(yaml@2.7.0):
dependencies:
'@nuxt/cli': 3.20.0(magicast@0.3.5)
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.4(typescript@5.7.3))
+ '@nuxt/devtools': 1.7.0(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.4(typescript@5.6.2))
'@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.24.4)
'@nuxt/schema': 3.15.2
'@nuxt/telemetry': 2.6.4(magicast@0.3.5)(rollup@4.24.4)
- '@nuxt/vite-builder': 3.15.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.7.3)(vue-tsc@2.1.6(typescript@5.7.3))(vue@3.5.4(typescript@5.7.3))(yaml@2.6.1)
+ '@nuxt/vite-builder': 3.15.2(@types/node@22.9.0)(eslint@9.18.0(jiti@2.4.2))(magicast@0.3.5)(optionator@0.9.3)(rollup@4.24.4)(terser@5.36.0)(tsx@4.19.2)(typescript@5.6.2)(vue-tsc@2.1.6(typescript@5.6.2))(vue@3.5.4(typescript@5.6.2))(yaml@2.7.0)
'@unhead/dom': 1.11.18
'@unhead/shared': 1.11.18
'@unhead/ssr': 1.11.18
- '@unhead/vue': 1.11.18(vue@3.5.4(typescript@5.7.3))
+ '@unhead/vue': 1.11.18(vue@3.5.4(typescript@5.6.2))
'@vue/shared': 3.5.13
acorn: 8.14.0
c12: 2.0.1(magicast@0.3.5)
@@ -18886,7 +18932,7 @@ snapshots:
magic-string: 0.30.17
mlly: 1.7.4
nanotar: 0.1.1
- nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.7.3)
+ nitropack: 2.10.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2)
nypm: 0.4.1
ofetch: 1.4.1
ohash: 1.1.4
@@ -18907,13 +18953,13 @@ snapshots:
unhead: 1.11.18
unimport: 3.14.6(rollup@4.24.4)
unplugin: 2.1.2
- unplugin-vue-router: 0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.7.3)))(vue@3.5.4(typescript@5.7.3))
+ unplugin-vue-router: 0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))
unstorage: 1.14.4(@upstash/redis@1.34.0)(@vercel/kv@1.0.1)(db0@0.2.1)(idb-keyval@6.2.1)(ioredis@5.4.1)
untyped: 1.5.2
- vue: 3.5.4(typescript@5.7.3)
+ vue: 3.5.4(typescript@5.6.2)
vue-bundle-renderer: 2.1.1
vue-devtools-stub: 0.1.0
- vue-router: 4.5.0(vue@3.5.4(typescript@5.7.3))
+ vue-router: 4.5.0(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
'@parcel/watcher': 2.4.1
'@types/node': 22.9.0
@@ -19096,18 +19142,6 @@ snapshots:
transitivePeerDependencies:
- encoding
- openapi-typescript@7.4.2(encoding@0.1.13)(typescript@5.7.3):
- dependencies:
- '@redocly/openapi-core': 1.25.11(encoding@0.1.13)(supports-color@9.4.0)
- ansi-colors: 4.1.3
- change-case: 5.4.4
- parse-json: 8.1.0
- supports-color: 9.4.0
- typescript: 5.7.3
- yargs-parser: 21.1.1
- transitivePeerDependencies:
- - encoding
-
optionator@0.9.3:
dependencies:
'@aashutoshrathi/word-wrap': 1.2.6
@@ -21005,6 +21039,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ unconfig@0.6.1:
+ dependencies:
+ '@antfu/utils': 8.1.0
+ defu: 6.1.4
+ importx: 0.5.1
+ transitivePeerDependencies:
+ - supports-color
+
uncrypto@0.1.3: {}
uncsrf@1.2.0: {}
@@ -21444,11 +21486,11 @@ snapshots:
- vue
- webpack-sources
- unplugin-vue-router@0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.7.3)))(vue@3.5.4(typescript@5.7.3)):
+ unplugin-vue-router@0.10.9(rollup@4.24.4)(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)):
dependencies:
'@babel/types': 7.26.3
'@rollup/pluginutils': 5.1.4(rollup@4.24.4)
- '@vue-macros/common': 1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.7.3))
+ '@vue-macros/common': 1.15.1(rollup@4.24.4)(vue@3.5.4(typescript@5.6.2))
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -21461,7 +21503,7 @@ snapshots:
unplugin: 2.0.0-beta.1
yaml: 2.6.1
optionalDependencies:
- vue-router: 4.5.0(vue@3.5.4(typescript@5.7.3))
+ vue-router: 4.5.0(vue@3.5.4(typescript@5.6.2))
transitivePeerDependencies:
- rollup
- vue
@@ -21672,9 +21714,9 @@ snapshots:
dependencies:
vite: 5.4.11(@types/node@22.9.0)(terser@5.36.0)
- vite-hot-client@0.2.4(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)):
+ vite-hot-client@0.2.4(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)):
dependencies:
- vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)
vite-node@2.1.2(@types/node@22.9.0)(terser@5.36.0):
dependencies:
@@ -21734,7 +21776,7 @@ snapshots:
typescript: 5.6.2
vue-tsc: 2.1.6(typescript@5.6.2)
- vite-plugin-checker@0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.7.3)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1))(vue-tsc@2.1.6(typescript@5.7.3)):
+ vite-plugin-checker@0.8.0(eslint@9.18.0(jiti@2.4.2))(optionator@0.9.3)(typescript@5.6.2)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0))(vue-tsc@2.1.6(typescript@5.6.2)):
dependencies:
'@babel/code-frame': 7.24.7
ansi-escapes: 4.3.2
@@ -21746,7 +21788,7 @@ snapshots:
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
- vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.8
@@ -21754,8 +21796,8 @@ snapshots:
optionalDependencies:
eslint: 9.18.0(jiti@2.4.2)
optionator: 0.9.3
- typescript: 5.7.3
- vue-tsc: 2.1.6(typescript@5.7.3)
+ typescript: 5.6.2
+ vue-tsc: 2.1.6(typescript@5.6.2)
vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0)):
dependencies:
@@ -21793,7 +21835,7 @@ snapshots:
- rollup
- supports-color
- vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)):
+ vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.2(magicast@0.3.5)(rollup@2.79.1))(rollup@4.24.4)(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)):
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.4(rollup@4.24.4)
@@ -21804,7 +21846,7 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.1.1
sirv: 3.0.0
- vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)
optionalDependencies:
'@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@2.79.1)
transitivePeerDependencies:
@@ -21852,7 +21894,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-inspector@5.3.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)):
+ vite-plugin-vue-inspector@5.3.1(vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)):
dependencies:
'@babel/core': 7.26.0
'@babel/plugin-proposal-decorators': 7.23.0(@babel/core@7.26.0)
@@ -21863,7 +21905,7 @@ snapshots:
'@vue/compiler-dom': 3.5.13
kolorist: 1.8.0
magic-string: 0.30.17
- vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1)
+ vite: 6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0)
transitivePeerDependencies:
- supports-color
@@ -21887,7 +21929,7 @@ snapshots:
fsevents: 2.3.3
terser: 5.36.0
- vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.6.1):
+ vite@6.0.7(@types/node@22.9.0)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.2)(yaml@2.7.0):
dependencies:
esbuild: 0.24.2
postcss: 8.5.1
@@ -21898,7 +21940,7 @@ snapshots:
jiti: 2.4.2
terser: 5.36.0
tsx: 4.19.2
- yaml: 2.6.1
+ yaml: 2.7.0
vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.1)(happy-dom@16.3.0)(magicast@0.3.5)(nitropack@2.10.4(@upstash/redis@1.34.0)(@vercel/kv@3.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(typescript@5.6.2))(rollup@2.79.1)(vite@5.4.11(@types/node@22.9.0)(terser@5.36.0))(vitest@2.1.8(@types/node@22.9.0)(happy-dom@16.3.0)(terser@5.36.0))(vue-router@4.5.0(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
@@ -22015,10 +22057,6 @@ snapshots:
dependencies:
vue: 3.5.4(typescript@5.6.2)
- vue-demi@0.14.10(vue@3.5.4(typescript@5.7.3)):
- dependencies:
- vue: 3.5.4(typescript@5.7.3)
-
vue-devtools-stub@0.1.0: {}
vue-eslint-parser@9.4.3(eslint@9.18.0(jiti@2.4.2)):
@@ -22063,11 +22101,6 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.4(typescript@5.6.2)
- vue-router@4.5.0(vue@3.5.4(typescript@5.7.3)):
- dependencies:
- '@vue/devtools-api': 6.6.4
- vue: 3.5.4(typescript@5.7.3)
-
vue-template-compiler@2.7.14:
dependencies:
de-indent: 1.0.2
@@ -22080,14 +22113,6 @@ snapshots:
semver: 7.6.3
typescript: 5.6.2
- vue-tsc@2.1.6(typescript@5.7.3):
- dependencies:
- '@volar/typescript': 2.4.4
- '@vue/language-core': 2.1.6(typescript@5.7.3)
- semver: 7.6.3
- typescript: 5.7.3
- optional: true
-
vue-virtual-scroller@2.0.0-beta.8(vue@3.5.4(typescript@5.6.2)):
dependencies:
mitt: 2.1.0
@@ -22105,16 +22130,6 @@ snapshots:
optionalDependencies:
typescript: 5.6.2
- vue@3.5.4(typescript@5.7.3):
- dependencies:
- '@vue/compiler-dom': 3.5.4
- '@vue/compiler-sfc': 3.5.4
- '@vue/runtime-dom': 3.5.4
- '@vue/server-renderer': 3.5.4(vue@3.5.4(typescript@5.7.3))
- '@vue/shared': 3.5.4
- optionalDependencies:
- typescript: 5.7.3
-
w3c-keyname@2.2.8: {}
watchpack@2.4.2:
@@ -22382,6 +22397,8 @@ snapshots:
yaml@2.6.1: {}
+ yaml@2.7.0: {}
+
yargs-parser@21.1.1: {}
yargs@17.7.2:
From 309d6419b5b6546b85edab8fc7026e1ef249dbad Mon Sep 17 00:00:00 2001
From: Ecron
Date: Fri, 24 Jan 2025 16:59:39 +0900
Subject: [PATCH 056/101] fix(lang): Update ca-valencia.json (#3146)
(cherry picked from commit 39b2182a00eb016c8d77b6b3c6b453f618ad3a1a)
---
locales/ca-valencia.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/locales/ca-valencia.json b/locales/ca-valencia.json
index b9aab8346..71c69ec8c 100644
--- a/locales/ca-valencia.json
+++ b/locales/ca-valencia.json
@@ -275,7 +275,7 @@
"hide_alt_indi_on_posts": "Amaga l'indicador «alt» a les publicacions",
"hide_boost_count": "Amaga el nombre d'impulsos",
"hide_favorite_count": "Amaga el nombre de preferits",
- "hide_follower_count": "Amaga el nombre seguidors",
+ "hide_follower_count": "Amaga el nombre de seguidors",
"hide_reply_count": "Amaga el nombre de respostes",
"hide_username_emojis": "Amaga els emojis dels noms d'usuari",
"label": "Configuració",
@@ -348,16 +348,16 @@
"second_future": "ara|en {n} segon|en {n} segons",
"second_past": "ara|fa {n} segon|fa {n} segons",
"short_day_future": "en {n} d",
- "short_day_past": "{n} d",
+ "short_day_past": "fa {n} d",
"short_hour_future": "en {n} h",
- "short_hour_past": "{n} h",
+ "short_hour_past": "fa {n} h",
"short_minute_future": "en {n} min",
- "short_minute_past": "{n} min",
+ "short_minute_past": "fa {n} min",
"short_month_future": "en {n} mes",
- "short_month_past": "{n} mes",
- "short_week_past": "{n}w",
+ "short_month_past": "fa {n} mes",
+ "short_week_past": "fa {n} set",
"short_year_future": "en {n} a",
- "short_year_past": "{n} a",
+ "short_year_past": "fa {n} a",
"week_future": "en 0 setmanes|la setmana que ve|en {n} setmanes",
"year_future": "en 0 anys|l'any que ve|en {n} anys"
},
From 3c60860af1075a279a5f1a46e8d08297e6fb69b6 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Sat, 25 Jan 2025 00:21:57 +0900
Subject: [PATCH 057/101] feat: bluesky-style follow notification (#3151)
(cherry picked from commit a7d64fd1329c6299799487f20f3783598a774460)
---
.../NotificationGroupedFollow.vue | 71 ++++++++++++++-----
locales/en.json | 2 +
2 files changed, 54 insertions(+), 19 deletions(-)
diff --git a/components/notification/NotificationGroupedFollow.vue b/components/notification/NotificationGroupedFollow.vue
index 138f05e44..d0cfa4c5b 100644
--- a/components/notification/NotificationGroupedFollow.vue
+++ b/components/notification/NotificationGroupedFollow.vue
@@ -5,7 +5,11 @@ const { items } = defineProps<{
items: GroupedNotifications
}>()
-const count = computed(() => items.items.length)
+const maxVisibleFollows = 5
+const follows = computed(() => items.items)
+const visibleFollows = computed(() => follows.value.slice(0, maxVisibleFollows))
+const count = computed(() => follows.value.length)
+const countPlus = computed(() => Math.max(count.value - maxVisibleFollows, 0))
const isExpanded = ref(false)
const lang = computed(() => {
return (count.value > 1 || count.value === 0) ? undefined : items.items[0].status?.language
@@ -17,16 +21,29 @@ const lang = computed(() => {
+
+
+
+
+
+ {{ $t('notification.and') }}
+ {{ $t('notification.followed_you') }}
-
+
@@ -35,22 +52,38 @@ const lang = computed(() => {
-
-
+
-
+
diff --git a/locales/en.json b/locales/en.json
index 1326c1259..d7b62b459 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -334,10 +334,12 @@
"zen_mode": "Zen Mode"
},
"notification": {
+ "and": "and",
"favourited_post": "favorited your post",
"followed_you": "followed you",
"followed_you_count": "{0} people followed you|{0} person followed you|{0} people followed you",
"missing_type": "MISSING notification.type:",
+ "others": "{0} others|{0} other|{0} others",
"reblogged_post": "boosted your post",
"reported": "{0} reported {1}",
"request_to_follow": "requested to follow you",
From a7d1ca060f8bd9389a96c7c9e2c51cc98d0251db Mon Sep 17 00:00:00 2001
From: Xabi <888924+xabirequejo@users.noreply.github.com>
Date: Sat, 25 Jan 2025 02:53:02 +0100
Subject: [PATCH 058/101] feat(i18n): update eu-ES.json (#3154)
(cherry picked from commit 443208468ec12a7b48e7a890649e70efb71779ce)
---
locales/eu-ES.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/locales/eu-ES.json b/locales/eu-ES.json
index 98ccb4010..4b3ea293e 100644
--- a/locales/eu-ES.json
+++ b/locales/eu-ES.json
@@ -334,10 +334,12 @@
"zen_mode": "ZEN modua"
},
"notification": {
+ "and": "eta",
"favourited_post": "(e)k zure bidalketa gogoko egin du",
"followed_you": "(e)k jarraitu dizu",
"followed_you_count": "{0} pertsonak jarraitu dizute|pertsona {0}ek jarraitu dizu|{0} pertsonak jarraitu dizute",
"missing_type": "MISSING notification.type:",
+ "others": "beste {0}(e)k|beste {0}ek|beste {0}(e)k",
"reblogged_post": "(e)k zure bidalketari bultzada eman dio",
"reported": "{0}(e)k {1} salatu du",
"request_to_follow": "(e)k jarraipen-eskaera bidali dizu",
From 9d77e70ec82a2b526734f4c39338aa78c78687ef Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Mon, 27 Jan 2025 16:18:19 +0900
Subject: [PATCH 059/101] fix: prevent infinite account hover card (#3153)
(cherry picked from commit e4a3cf00f0a5fbbff3534350b8b7d92444e47945)
---
components/account/AccountHoverCard.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/account/AccountHoverCard.vue b/components/account/AccountHoverCard.vue
index a7bf11307..4551e3017 100644
--- a/components/account/AccountHoverCard.vue
+++ b/components/account/AccountHoverCard.vue
@@ -12,7 +12,7 @@ const relationship = useRelationship(account)
From 790e4eedd085896f18241c2e9ad798d3972e5ddd Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Mon, 27 Jan 2025 16:18:33 +0900
Subject: [PATCH 060/101] fix: remove extra padding and hover effect on dark
theme (#3157)
(cherry picked from commit f6a47167c51c6df20b585bd6fe9761067caf1d22)
---
components/status/StatusPreviewCardMoreFromAuthor.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/status/StatusPreviewCardMoreFromAuthor.vue b/components/status/StatusPreviewCardMoreFromAuthor.vue
index ff93a4984..d5c73c83d 100644
--- a/components/status/StatusPreviewCardMoreFromAuthor.vue
+++ b/components/status/StatusPreviewCardMoreFromAuthor.vue
@@ -15,6 +15,6 @@ defineProps<{
light:bg-gray-3 dark:bg-gray-8
>
More from
-
+
From 8666230b88afb4c2f59d31cfa2688fb1e30fb95b Mon Sep 17 00:00:00 2001
From: Francesco <129339155+katullo11@users.noreply.github.com>
Date: Mon, 27 Jan 2025 19:51:07 +0900
Subject: [PATCH 061/101] feat(i18n): Update it-IT locale (#3145)
(cherry picked from commit 210278703d6771bd538c8678c62d558e24cd0600)
---
locales/it-IT.json | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/locales/it-IT.json b/locales/it-IT.json
index 8590f2432..b0ee19775 100644
--- a/locales/it-IT.json
+++ b/locales/it-IT.json
@@ -55,9 +55,9 @@
"apply": "Applica",
"bookmark": "Aggiungi ai segnalibri",
"bookmarked": "Aggiunto ai segnalibri",
- "boost": "Potenzia",
+ "boost": "Reblogga",
"boost_count": "{0}",
- "boosted": "Potenziato",
+ "boosted": "Rebloggato",
"clear": "Cancella",
"clear_publish_failed": "Cancella errori di pubblicazione",
"clear_save_failed": "Cancella errori di salvataggio",
@@ -163,8 +163,8 @@
"show_reblogs": {
"cancel": "Annulla",
"confirm": "Mostra",
- "description": "Mostrare i post potenziati da {0}?",
- "title": "Mostra potenziamenti"
+ "description": "Mostrare i post rebloggati da {0}?",
+ "title": "Mostra reblog"
},
"unfollow": {
"cancel": "Annulla",
@@ -232,7 +232,7 @@
"dialog_header": "Scorciatoie da tastiera",
"groups": {
"actions": {
- "boost": "Potenzia",
+ "boost": "Reblogga",
"command_mode": "Modalità comando",
"compose": "Componi",
"favourite": "Apprezza",
@@ -274,7 +274,7 @@
"delete_and_redraft": "Elimina e riscrivi",
"direct_message_account": "Scrivi in privato a {0}",
"edit": "Modifica",
- "hide_reblogs": "Nascondi potenziamenti da {0}",
+ "hide_reblogs": "Nascondi reblog da {0}",
"mention_account": "Menziona {0}",
"mute_account": "Silenzia {0}",
"mute_conversation": "Silenzia questo post",
@@ -284,8 +284,8 @@
"report_account": "Segnala {0}",
"share_account": "Condividi {0}",
"share_post": "Condividi questo post",
- "show_favourited_and_boosted_by": "Mostra chi ha apprezzato e potenziato",
- "show_reblogs": "Mostra potenziamenti da {0}",
+ "show_favourited_and_boosted_by": "Mostra chi ha apprezzato e rebloggato",
+ "show_reblogs": "Mostra reblog da {0}",
"show_untranslated": "Mostra versione originale",
"toggle_theme": {
"dark": "Usa aspetto scuro",
@@ -338,7 +338,7 @@
"followed_you": "ti ha iniziato a seguire",
"followed_you_count": "{0} persone ti hanno cominciato a seguire|{0} persona ti ha cominciato a seguire|{0} persone ti hanno cominciato a seguire",
"missing_type": "notification.type MANCANTE:",
- "reblogged_post": "ha potenziato il tuo post",
+ "reblogged_post": "ha rebloggato il tuo post",
"reported": "{0} ha segnalato {1}",
"request_to_follow": "ti ha chiesto di seguirti",
"signed_up": "ha effettuato l'iscrizione",
@@ -477,7 +477,8 @@
"favourite": "Apprezzamenti",
"follow": "Nuovi seguaci",
"mention": "Menzioni",
- "reblog": "Potenziamenti",
+ "poll": "Risultati dei sondaggi",
+ "reblog": "Reblog",
"title": "Quali notifiche vuoi ricevere?"
},
"description": "Ricevi notifiche anche quando non stai utilizzando Nimbus.",
@@ -529,11 +530,11 @@
"enable_data_saving_description": "Risparmia dati disattivando il download automatico degli allegati.",
"enable_pinch_to_zoom": "Pizzica per ingrandire",
"github_cards": "GitHub Cards",
- "github_cards_description": "Quando viene pubblicato un link GitHub, viene mostrato un riquadro HTML accessibile usando i metadati del grafico sociale invece dell'immmagine.",
+ "github_cards_description": "Quando viene pubblicato un link GitHub, viene mostrato un riquadro HTML accessibile usando i metadati del grafico sociale invece dell'immagine.",
"grayscale_mode": "Modalità scala di grigi",
"hide_account_hover_card": "Nascondi anteprima profilo al passaggio del mouse",
"hide_alt_indi_on_posts": "Nascondi indicatore testo alternativo sui post",
- "hide_boost_count": "Nascondi contatore potenziamenti",
+ "hide_boost_count": "Nascondi contatore reblog",
"hide_favorite_count": "Nascondi contatore apprezzamenti",
"hide_follower_count": "Nascondi contatore seguaci/seguiti",
"hide_gif_indi_on_posts": "Nascondi indicatore gif sui post",
@@ -607,7 +608,7 @@
"suspended_message": "L'account di questo post è stato sospeso.",
"suspended_show": "Mostra comunque contenuto?"
},
- "boosted_by": "Potenziato da",
+ "boosted_by": "Rebloggato da",
"edited": "Modificato {0}",
"embedded_warning": "La riproduzione di questo contenuto potrebbe rivelare il tuo indirizzo IP ad altri.",
"favourited_by": "Apprezzato da",
@@ -656,7 +657,8 @@
"notifications_follow_request": "Richiesta di seguire",
"notifications_mention": "Menzioni",
"notifications_more_tooltip": "Filtra notifiche per tipo",
- "notifications_reblog": "Potenziamento",
+ "notifications_poll": "Sondaggio",
+ "notifications_reblog": "Reblog",
"notifications_status": "Stato",
"notifications_update": "Aggiornamento",
"posts": "Post",
From 23c0d795f864993fa9c1181ae7449ca0fcf42ec6 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Tue, 28 Jan 2025 03:42:25 +0900
Subject: [PATCH 062/101] chore: release v0.16.0 (#3158)
(cherry picked from commit 374d1908fce26dfcb3ee40ca896c0fd9d898bd96)
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index ec37cba2b..bacba0608 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@nimbus-town/nimbus",
"type": "module",
- "version": "0.15.1",
+ "version": "0.16.0",
"packageManager": "pnpm@9.15.4",
"license": "MIT",
"homepage": "https://github.com/nimbus-town/nimbus",
From 923f65a8382478af81d995b2eb9be56942357e17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Doh=C3=A1ny=20Tam=C3=A1s?=
Date: Tue, 28 Jan 2025 22:21:37 +0900
Subject: [PATCH 063/101] feat(i18n): update hu-HU.json (#3160)
(cherry picked from commit bf000b70a1fb890633fcbb5cb78aff62bc9d009b)
---
locales/hu-HU.json | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/locales/hu-HU.json b/locales/hu-HU.json
index 99ce617ad..680335c98 100644
--- a/locales/hu-HU.json
+++ b/locales/hu-HU.json
@@ -124,7 +124,7 @@
"block_account": {
"cancel": "Mégsem",
"confirm": "Blokkol",
- "description": "Biztosan blokkolod {0}?",
+ "description": "Biztosan blokkolod, {0}?",
"title": "Hozzáférés blokkolása"
},
"block_domain": {
@@ -265,7 +265,7 @@
"sequence_then": "miután"
},
"menu": {
- "add_personal_note": "Személyes megjegyzés hozzáfőzése: {0}",
+ "add_personal_note": "Személyes megjegyzés hozzáfűzése: {0}",
"block_account": "Blokkol {0}",
"block_domain": "Domaint blokkol {0}",
"copy_link_to_post": "A bejegyzés hivatkozásának másolása",
@@ -334,10 +334,12 @@
"zen_mode": "Zen mód"
},
"notification": {
+ "and": "és",
"favourited_post": "hozzáaadta a bejegyésed a kedvenceihez",
"followed_you": "mostantól követ téged",
"followed_you_count": "{0} ember követ téged|{0} ember követ téged|{0} ember követ téged",
"missing_type": "HIÁNYZÓ éresítés típus:",
+ "others": "{0} mások|{0} más|{0} mások",
"reblogged_post": "kiemelte a bejegyzésedet",
"reported": "{0} jelentette {1}",
"request_to_follow": "kérte hogy kövessen",
@@ -620,6 +622,12 @@
"dismiss": "Elvetés",
"read": "Olvassa el a {0} leírását"
},
+ "pinned": "Kitűzött bejegyzés",
+ "poll": {
+ "count": "{0} szavazat|{0} szavazat|{0} szavazat",
+ "ends": "véget ér {0}",
+ "finished": "véget ért {0}"
+ },
"replying_to": "Válasz {0}-nak",
"show_full_thread": "Teljes szál megjelenítése",
"someone": "valaki",
From 020daf3843482171917fdf0ef6b2a036cff951f2 Mon Sep 17 00:00:00 2001
From: Emanuel Pina
Date: Wed, 29 Jan 2025 02:10:05 +0000
Subject: [PATCH 064/101] feat(i18n): Update pt-PT translation (#3163)
(cherry picked from commit 853fc5cf1ad3a33489e9ae2f2c42e8fd352cc3ca)
---
locales/pt.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/locales/pt.json b/locales/pt.json
index b02d09e25..ba108172a 100644
--- a/locales/pt.json
+++ b/locales/pt.json
@@ -334,10 +334,12 @@
"zen_mode": "Modo Zen"
},
"notification": {
+ "and": "e",
"favourited_post": "adicionou a sua publicação aos favoritos",
"followed_you": "começou a segui-lo",
"followed_you_count": "{0} pessoas seguem-no|{0} pessoa segue-o|{0} pessoas seguem-no",
"missing_type": "notification.type em FALTA:",
+ "others": "{0} outros|{0} outro|{0} outros",
"reblogged_post": "partilhou a sua publicação",
"reported": "{0} denunciou {1}",
"request_to_follow": "pediu para segui-lo",
From dbb4bb9630ad2d71461143deebab26978d3e465f Mon Sep 17 00:00:00 2001
From: Francesco <129339155+katullo11@users.noreply.github.com>
Date: Wed, 29 Jan 2025 03:10:23 +0100
Subject: [PATCH 065/101] feat(i18n): Update it-IT locale (#3162)
(cherry picked from commit 8e2a1d58c1345f6bde937ce3645b0b9e567c100f)
---
locales/it-IT.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/locales/it-IT.json b/locales/it-IT.json
index b0ee19775..2ce2a9421 100644
--- a/locales/it-IT.json
+++ b/locales/it-IT.json
@@ -334,10 +334,12 @@
"zen_mode": "Modalità zen"
},
"notification": {
+ "and": "e",
"favourited_post": "ha apprezzato il tuo post",
"followed_you": "ti ha iniziato a seguire",
"followed_you_count": "{0} persone ti hanno cominciato a seguire|{0} persona ti ha cominciato a seguire|{0} persone ti hanno cominciato a seguire",
"missing_type": "notification.type MANCANTE:",
+ "others": "{0} altri|{0} altro|{0} altri",
"reblogged_post": "ha rebloggato il tuo post",
"reported": "{0} ha segnalato {1}",
"request_to_follow": "ti ha chiesto di seguirti",
From 966bbd652c398443598d4e91cc68046b4cd50c24 Mon Sep 17 00:00:00 2001
From: Clovis
Date: Wed, 29 Jan 2025 04:02:20 +0100
Subject: [PATCH 066/101] fix: account profile page title (#3159)
(cherry picked from commit e52b34c62d19600cf2e09f5dcd9e3b01d64b5cfa)
---
pages/[[server]]/@[account]/index/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/[[server]]/@[account]/index/index.vue b/pages/[[server]]/@[account]/index/index.vue
index e8ed7a470..2eb250dd1 100644
--- a/pages/[[server]]/@[account]/index/index.vue
+++ b/pages/[[server]]/@[account]/index/index.vue
@@ -28,7 +28,7 @@ const postPaginator = useMastoClient().v1.accounts.$select(account.id).statuses.
if (account) {
useHydratedHead({
- title: () => `${t('account.posts')} | ${getDisplayName(account)} (@${account.acct})`,
+ title: () => `${t('nav.profile')} | ${getDisplayName(account)} (@${account.acct})`,
})
}
From b3dd66d940c44f5b2f40b8a6d758f362ab9c4259 Mon Sep 17 00:00:00 2001
From: Clovis
Date: Fri, 31 Jan 2025 12:06:58 +0900
Subject: [PATCH 067/101] feat: update poll (#3111)
Co-authored-by: Clovis
Co-authored-by: TAKAHASHI Shuuji
(cherry picked from commit be6aa1e878f9104379cacbe6bf263d6602268414)
---
locales/en.json | 3 ++-
locales/fr-FR.json | 6 ++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/locales/en.json b/locales/en.json
index d7b62b459..99435dbd8 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -626,7 +626,8 @@
"poll": {
"count": "{0} votes|{0} vote|{0} votes",
"ends": "ends {0}",
- "finished": "finished {0}"
+ "finished": "finished {0}",
+ "update": "Update poll"
},
"replying_to": "Replying to {0}",
"show_full_thread": "Show Full thread",
diff --git a/locales/fr-FR.json b/locales/fr-FR.json
index 090f4d579..2eda34f6f 100644
--- a/locales/fr-FR.json
+++ b/locales/fr-FR.json
@@ -569,6 +569,12 @@
"dismiss": "Fermer",
"read": "Lire la description de {0}"
},
+ "poll": {
+ "count": "{0} votes",
+ "ends": "se clôt {0}",
+ "finished": "clos {0}",
+ "update": "Mettre à jour les résultats"
+ },
"replying_to": "Répondre à {0}",
"show_full_thread": "Voir le fil de discussion complet",
"someone": "quelqu'un",
From 25cacfc59595a28f796be42cbb391efb7eb512a8 Mon Sep 17 00:00:00 2001
From: Duy <104808921+mastoduy@users.noreply.github.com>
Date: Fri, 31 Jan 2025 10:07:24 +0700
Subject: [PATCH 068/101] feat(i18n): Update vi-VN.json (#3164)
(cherry picked from commit fce8d79c4d0d27ed699175ef9fe3c031fbdd2405)
---
locales/vi-VN.json | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/locales/vi-VN.json b/locales/vi-VN.json
index cf36e329b..65085d8ff 100644
--- a/locales/vi-VN.json
+++ b/locales/vi-VN.json
@@ -334,14 +334,16 @@
"zen_mode": "Tập Trung"
},
"notification": {
- "favourited_post": "thích tút của bạn",
- "followed_you": "theo dõi bạn",
+ "and": "và",
+ "favourited_post": "đã thích tút của bạn",
+ "followed_you": "đã theo dõi bạn",
"followed_you_count": "{0} người theo dõi bạn|{0} người theo dõi bạn|{0} người theo dõi bạn",
"missing_type": "THIẾU notification.type:",
- "reblogged_post": "đăng lại tút của bạn",
- "reported": "{0} báo cáo {1}",
+ "others": "{0} người khác|{0} người khác|{0} người khác",
+ "reblogged_post": "đã đăng lại tút của bạn",
+ "reported": "{0} đã báo cáo {1}",
"request_to_follow": "yêu cầu theo dõi bạn",
- "signed_up": "tham gia máy chủ",
+ "signed_up": "đã tham gia máy chủ",
"update_status": "cập nhật tút"
},
"placeholder": {
From 7959fe7fde70e39132f7b44ce2b8ab0183ec0147 Mon Sep 17 00:00:00 2001
From: Ayo Ayco
Date: Fri, 31 Jan 2025 04:18:46 +0100
Subject: [PATCH 069/101] feat: redirect code.elk.zone to github repository
(#3166)
(cherry picked from commit 3d951ba44c5f0e4397c2b52f5fe2dd631d023821)
---
netlify.toml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/netlify.toml b/netlify.toml
index f09901025..c996aa655 100755
--- a/netlify.toml
+++ b/netlify.toml
@@ -11,3 +11,10 @@ from = "https://chat.nimbus.town"
to = "https://discord.gg/JuFDMrTRSD"
status = 301
force = true
+
+# Redirect to Discord server
+[[redirects]]
+from = "https://code.elk.zone"
+to = "https://github.com/elk-zone/elk"
+status = 301
+force = true
From 477124e6c649c0fa4af1cfda7c19d1d405fbe741 Mon Sep 17 00:00:00 2001
From: Clovis
Date: Fri, 31 Jan 2025 07:47:52 +0100
Subject: [PATCH 070/101] fix: account avatar should not be streched (#3165)
(cherry picked from commit 5c38c91aee1231580d90ae25b60264f63f1cdc6d)
---
components/account/AccountAvatar.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/account/AccountAvatar.vue b/components/account/AccountAvatar.vue
index 823411acf..41a6880f3 100644
--- a/components/account/AccountAvatar.vue
+++ b/components/account/AccountAvatar.vue
@@ -24,7 +24,7 @@ const accountAvatarSrc = computed(() => {
:src="(error || !loaded) ? 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7' : accountAvatarSrc"
:alt="$t('account.avatar_description', [props.account.username])"
loading="lazy"
- class="account-avatar"
+ class="account-avatar object-cover"
:class="(loaded ? 'bg-base' : 'bg-gray:10') + (props.square ? ' ' : ' rounded-full')"
:style="{ 'clip-path': props.square ? `url(#avatar-mask)` : 'none' }"
v-bind="$attrs"
From a36ab7470344493dc3cfa37d048202cf76d8ec89 Mon Sep 17 00:00:00 2001
From: patak <583075+patak-dev@users.noreply.github.com>
Date: Sat, 1 Feb 2025 15:25:06 +0900
Subject: [PATCH 071/101] chore: remove welcome screen (#3168)
(cherry picked from commit 8116d69b6cd4d8c9f249bc7e25c234ca9815fffe)
---
composables/dialog.ts | 11 +----------
constants/index.ts | 1 -
2 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/composables/dialog.ts b/composables/dialog.ts
index 101014d93..be6563f61 100644
--- a/composables/dialog.ts
+++ b/composables/dialog.ts
@@ -1,5 +1,4 @@
import type { mastodon } from 'masto'
-import { STORAGE_KEY_FIRST_VISIT } from '~/constants'
import type { ConfirmDialogChoice, ConfirmDialogOptions, DraftItem, ErrorDialogData } from '~/types'
export const confirmDialogChoice = ref()
@@ -16,14 +15,12 @@ export const reportStatus = ref()
export const commandPanelInput = ref('')
-export const isFirstVisit = useLocalStorage(STORAGE_KEY_FIRST_VISIT, !process.mock)
-
export const isSigninDialogOpen = ref(false)
export const isPublishDialogOpen = ref(false)
export const isKeyboardShortcutsDialogOpen = ref(false)
export const isMediaPreviewOpen = ref(false)
export const isEditHistoryDialogOpen = ref(false)
-export const isPreviewHelpOpen = ref(isFirstVisit.value)
+export const isPreviewHelpOpen = ref(false)
export const isCommandPanelOpen = ref(false)
export const isConfirmDialogOpen = ref(false)
export const isErrorDialogOpen = ref(false)
@@ -76,12 +73,6 @@ export async function openFavoridedBoostedByDialog(statusId: string) {
favouritedBoostedByStatusId.value = statusId
}
-if (isPreviewHelpOpen.value) {
- watch(isPreviewHelpOpen, () => {
- isFirstVisit.value = false
- })
-}
-
function restoreMediaPreviewFromState() {
mediaPreviewList.value = JSON.parse(history.state?.mediaPreviewList ?? '[]')
mediaPreviewIndex.value = history.state?.mediaPreviewIndex ?? 0
diff --git a/constants/index.ts b/constants/index.ts
index 5df25087e..a9cacec04 100644
--- a/constants/index.ts
+++ b/constants/index.ts
@@ -13,7 +13,6 @@ export const STORAGE_KEY_SERVERS = 'nimbus-servers'
export const STORAGE_KEY_NODES = 'nimbus-nodes'
export const STORAGE_KEY_CURRENT_USER_HANDLE = 'nimbus-current-user-handle'
export const STORAGE_KEY_NOTIFY_TAB = 'nimbus-notify-tab'
-export const STORAGE_KEY_FIRST_VISIT = 'nimbus-first-visit'
export const STORAGE_KEY_SETTINGS = 'nimbus-settings'
export const STORAGE_KEY_CUSTOM_EMOJIS = 'nimbus-custom-emojis'
export const STORAGE_KEY_HIDE_EXPLORE_POSTS_TIPS = 'nimbus-hide-explore-posts-tips'
From 66c1a8740c242a044d36b90c736736060800c916 Mon Sep 17 00:00:00 2001
From: Xabi <888924+xabirequejo@users.noreply.github.com>
Date: Sat, 1 Feb 2025 15:20:10 +0100
Subject: [PATCH 072/101] feat(i18n): update eu-ES.json (#3170)
(cherry picked from commit 307b04dfdd2280f807038f89f927b4df0c534247)
---
locales/eu-ES.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/locales/eu-ES.json b/locales/eu-ES.json
index 4b3ea293e..3b4676678 100644
--- a/locales/eu-ES.json
+++ b/locales/eu-ES.json
@@ -626,7 +626,8 @@
"poll": {
"count": "{0} boto|boto {0}|{0} boto",
"ends": "epemuga: {0}",
- "finished": "amaiera: {0}"
+ "finished": "amaiera: {0}",
+ "update": "Freskatu"
},
"replying_to": "{0}(r)i erantzunez",
"show_full_thread": "Erakutsi hari osoa",
From 25ce3c002d9554040e9f9d8011f2a8a0e2c7eaaf Mon Sep 17 00:00:00 2001
From: Emanuel Pina
Date: Sun, 2 Feb 2025 16:45:22 +0900
Subject: [PATCH 073/101] feat(i18n): Update pt-PT translation (#3173)
(cherry picked from commit daf7b8b941bd9de9aa57df5d034dab4e61e563cf)
---
locales/pt.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/locales/pt.json b/locales/pt.json
index ba108172a..6e6813d5c 100644
--- a/locales/pt.json
+++ b/locales/pt.json
@@ -479,6 +479,7 @@
"favourite": "Favoritos",
"follow": "Novos seguidores",
"mention": "Menções",
+ "poll": "Sondagens",
"reblog": "Partilha das sua publicação",
"title": "Que notificações quer receber?"
},
@@ -626,7 +627,8 @@
"poll": {
"count": "{0} votos|{0} voto|{0} votos",
"ends": "termina {0}",
- "finished": "terminou {0}"
+ "finished": "terminou {0}",
+ "update": "Atualizar sondagem"
},
"replying_to": "Em resposta a {0}",
"show_full_thread": "Mostrar toda a conversa",
From 0f3ec8a4601f096097cc71a700bcb4cb4dfcd762 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Mon, 3 Feb 2025 11:48:02 +0900
Subject: [PATCH 074/101] chore: workaround for npm registry key change
(cherry picked from commit 414adb5a7118ad328d95957e281a91d7a076f4cd)
---
.github/workflows/ci.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8cdd38ef5..c0feea2fd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,11 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- - run: corepack enable
- - uses: actions/setup-node@v4
- with:
- node-version: 20
- cache: pnpm
+ # workaround for npm registry key change
+ # ref. `pnpm@10.1.0` / `pnpm@9.15.4` cannot be installed due to key id mismatch · Issue #612 · nodejs/corepack
+ # - https://github.com/nodejs/corepack/issues/612#issuecomment-2629496091
+ - run: npm i -g corepack@latest && corepack enable
+ - uses: actions/setup-node@v4.1.0
- name: 📦 Install dependencies
run: pnpm install --frozen-lockfile
From b5490734e1da689c4b8e3c0f8bd3f7841600943a Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Mon, 3 Mar 2025 00:33:51 +0900
Subject: [PATCH 075/101] chore: lint fix
---
components/modal/ModalContainer.vue | 2 +-
components/publish/PublishWidget.vue | 2 +-
components/publish/PublishWidgetFull.client.vue | 2 +-
components/tiptap/TiptapEmojiList.vue | 4 ++--
composables/command.ts | 2 +-
composables/masto/masto.ts | 2 +-
composables/masto/publish.ts | 2 +-
composables/masto/statusDrafts.ts | 2 +-
composables/users.ts | 6 +++---
config/emojis.ts | 2 +-
modules/build-env.ts | 2 +-
pages/notifications.vue | 2 +-
pages/settings/users/index.vue | 4 ++--
plugins/0.setup-users.ts | 2 +-
scripts/generate-themes.ts | 2 +-
scripts/prepare-translation-status.ts | 2 +-
tests/nuxt/html-parse.test.ts | 2 +-
17 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/components/modal/ModalContainer.vue b/components/modal/ModalContainer.vue
index 31fd95582..3c4456e69 100644
--- a/components/modal/ModalContainer.vue
+++ b/components/modal/ModalContainer.vue
@@ -1,5 +1,6 @@
import type { mastodon } from 'masto'
-const { account, hideEmojis = false } = defineProps<{
+const { hideEmojis = false } = defineProps<{
account: mastodon.v1.Account
hideEmojis?: boolean
}>()
diff --git a/components/account/AccountFollowButton.vue b/components/account/AccountFollowButton.vue
index ead61bf32..73b2a4b4f 100644
--- a/components/account/AccountFollowButton.vue
+++ b/components/account/AccountFollowButton.vue
@@ -2,7 +2,7 @@
import type { mastodon } from 'masto'
import { toggleFollowAccount, useRelationship } from '~~/composables/masto/relationship'
-const { account, command, context, ...props } = defineProps<{
+const { account, context, command, ...props } = defineProps<{
account: mastodon.v1.Account
relationship?: mastodon.v1.Relationship
context?: 'followedBy' | 'following'
diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue
index 91d30387c..9a5ef8040 100644
--- a/components/account/AccountInfo.vue
+++ b/components/account/AccountInfo.vue
@@ -5,7 +5,7 @@ defineOptions({
inheritAttrs: false,
})
-const { account, as = 'div' } = defineProps<{
+const { as = 'div' } = defineProps<{
account: mastodon.v1.Account
as?: string
hoverCard?: boolean
diff --git a/components/account/AccountPaginator.vue b/components/account/AccountPaginator.vue
index 8777a05d1..664eb89ce 100644
--- a/components/account/AccountPaginator.vue
+++ b/components/account/AccountPaginator.vue
@@ -1,7 +1,7 @@
diff --git a/components/common/CommonBlurhash.vue b/components/common/CommonBlurhash.vue
index dbdee4c81..3babe6345 100644
--- a/components/common/CommonBlurhash.vue
+++ b/components/common/CommonBlurhash.vue
@@ -3,7 +3,7 @@ defineOptions({
inheritAttrs: false,
})
-const { blurhash = '', src, srcset, shouldLoadImage = true } = defineProps<{
+const { blurhash = '', shouldLoadImage = true } = defineProps<{
blurhash?: string
src: string
srcset?: string
diff --git a/components/common/CommonCropImage.vue b/components/common/CommonCropImage.vue
index fee5a8021..7ee942be9 100644
--- a/components/common/CommonCropImage.vue
+++ b/components/common/CommonCropImage.vue
@@ -3,25 +3,18 @@ import type { Boundaries } from 'vue-advanced-cropper'
import { Cropper } from 'vue-advanced-cropper'
import 'vue-advanced-cropper/dist/style.css'
-export interface Props {
+const { stencilAspectRatio = 1 / 1, stencilSizePercentage = 0.9 } = defineProps<{
/** Crop frame aspect ratio (width/height), default 1/1 */
stencilAspectRatio?: number
/** The ratio of the longest edge of the cut box to the length of the cut screen, default 0.9, not more than 1 */
stencilSizePercentage?: number
-}
-const props = withDefaults(defineProps(), {
- stencilAspectRatio: 1 / 1,
- stencilSizePercentage: 0.9,
-})
+}>()
const file = defineModel()
const cropperDialog = ref(false)
-
const cropper = ref>()
-
const cropperFlag = ref(false)
-
const cropperImage = reactive({
src: '',
type: 'image/jpg',
@@ -29,8 +22,8 @@ const cropperImage = reactive({
function stencilSize({ boundaries }: { boundaries: Boundaries }) {
return {
- width: boundaries.width * props.stencilSizePercentage,
- height: boundaries.height * props.stencilSizePercentage,
+ width: boundaries.width * stencilSizePercentage,
+ height: boundaries.height * stencilSizePercentage,
}
}
@@ -82,7 +75,7 @@ function cropImage() {
}"
:stencil-size="stencilSize"
:stencil-props="{
- aspectRatio: props.stencilAspectRatio,
+ aspectRatio: stencilAspectRatio,
movable: false,
resizable: false,
handlers: {},
diff --git a/components/common/CommonInputImage.vue b/components/common/CommonInputImage.vue
index 92c138255..68de6049b 100644
--- a/components/common/CommonInputImage.vue
+++ b/components/common/CommonInputImage.vue
@@ -2,21 +2,21 @@
import type { FileWithHandle } from 'browser-fs-access'
import { fileOpen } from 'browser-fs-access'
-const props = withDefaults(defineProps<{
+const {
+ original,
+ allowedFileTypes = ['image/jpeg', 'image/png'],
+ allowedFileSize = 1024 * 1024 * 5, // 5 MB
+} = defineProps<{
/** The image src before change */
original?: string
/** Allowed file types */
allowedFileTypes?: string[]
/** Allowed file size */
allowedFileSize?: number
-
imgClass?: string
-
loading?: boolean
-}>(), {
- allowedFileTypes: () => ['image/jpeg', 'image/png'],
- allowedFileSize: 1024 * 1024 * 5, // 5 MB
-})
+}>()
+
const emit = defineEmits<{
(event: 'pick', value: FileWithHandle): void
(event: 'error', code: number, message: string): void
@@ -26,7 +26,7 @@ const file = defineModel()
const { t } = useI18n()
-const defaultImage = computed(() => props.original || '')
+const defaultImage = computed(() => original || '')
/** Preview of selected images */
const previewImage = ref('')
/** The current images on display */
@@ -37,14 +37,14 @@ async function pickImage() {
return
const image = await fileOpen({
description: 'Image',
- mimeTypes: props.allowedFileTypes,
+ mimeTypes: allowedFileTypes,
})
- if (!props.allowedFileTypes.includes(image.type)) {
+ if (!allowedFileTypes.includes(image.type)) {
emit('error', 1, t('error.unsupported_file_format'))
return
}
- else if (image.size > props.allowedFileSize) {
+ else if (image.size > allowedFileSize) {
emit('error', 2, t('error.file_size_cannot_exceed_n_mb', [5]))
return
}
diff --git a/components/common/CommonMask.vue b/components/common/CommonMask.vue
index a2f926ba3..ac56f533a 100644
--- a/components/common/CommonMask.vue
+++ b/components/common/CommonMask.vue
@@ -2,7 +2,7 @@
const {
zIndex = 100,
background = 'transparent',
-} = $defineProps<{
+} = defineProps<{
zIndex?: number
background?: string
}>()
diff --git a/components/common/CommonPaginator.vue b/components/common/CommonPaginator.vue
index 4899a96be..75766188b 100644
--- a/components/common/CommonPaginator.vue
+++ b/components/common/CommonPaginator.vue
@@ -6,10 +6,10 @@ import 'vue-virtual-scroller/dist/vue-virtual-scroller.css'
const {
paginator,
- stream,
- eventType,
keyProp = 'id',
virtualScroller = false,
+ stream,
+ eventType,
preprocess,
endMessage = true,
} = defineProps<{
diff --git a/components/common/CommonRouteTabs.vue b/components/common/CommonRouteTabs.vue
index 6f2a16ac6..62deaa6ae 100644
--- a/components/common/CommonRouteTabs.vue
+++ b/components/common/CommonRouteTabs.vue
@@ -1,7 +1,7 @@
diff --git a/components/common/dropdown/DropdownItem.vue b/components/common/dropdown/DropdownItem.vue
index 525e71b72..1aed87df2 100644
--- a/components/common/dropdown/DropdownItem.vue
+++ b/components/common/dropdown/DropdownItem.vue
@@ -4,7 +4,6 @@ const {
text,
description,
icon,
- checked,
command,
} = defineProps<{
is?: string
diff --git a/components/content/ContentCode.vue b/components/content/ContentCode.vue
index 531bbe98d..61223631b 100644
--- a/components/content/ContentCode.vue
+++ b/components/content/ContentCode.vue
@@ -1,10 +1,10 @@
diff --git a/components/conversation/ConversationPaginator.vue b/components/conversation/ConversationPaginator.vue
index 74a62609c..b41af33f9 100644
--- a/components/conversation/ConversationPaginator.vue
+++ b/components/conversation/ConversationPaginator.vue
@@ -1,7 +1,7 @@
diff --git a/components/nav/button/Notification.vue b/components/nav/button/Notification.vue
index 3e4aa5e70..cf0003682 100644
--- a/components/nav/button/Notification.vue
+++ b/components/nav/button/Notification.vue
@@ -4,6 +4,7 @@ import { STORAGE_KEY_LAST_ACCESSED_NOTIFICATION_ROUTE } from '~/constants'
defineProps<{
activeClass: string
}>()
+
const { notifications } = useNotifications()
const lastAccessedNotificationRoute = useLocalStorage(STORAGE_KEY_LAST_ACCESSED_NOTIFICATION_ROUTE, '')
diff --git a/components/notification/NotificationPaginator.vue b/components/notification/NotificationPaginator.vue
index 853c4e0fd..3369b6ed1 100644
--- a/components/notification/NotificationPaginator.vue
+++ b/components/notification/NotificationPaginator.vue
@@ -4,7 +4,7 @@ import type { GroupedAccountLike, NotificationSlot } from '~/types'
// @ts-expect-error missing types
import { DynamicScrollerItem } from 'vue-virtual-scroller'
-const { paginator, stream } = defineProps<{
+defineProps<{
paginator: mastodon.Paginator
stream?: mastodon.streaming.Subscription
}>()
diff --git a/components/publish/PublishAttachment.vue b/components/publish/PublishAttachment.vue
index 5c2e2ec88..40ffc0ca8 100644
--- a/components/publish/PublishAttachment.vue
+++ b/components/publish/PublishAttachment.vue
@@ -1,14 +1,12 @@
diff --git a/components/publish/PublishThreadTools.vue b/components/publish/PublishThreadTools.vue
index ee0ce8427..1850392e6 100644
--- a/components/publish/PublishThreadTools.vue
+++ b/components/publish/PublishThreadTools.vue
@@ -1,16 +1,16 @@
diff --git a/components/status/StatusAccountDetails.vue b/components/status/StatusAccountDetails.vue
index 224cba856..c0133ac9e 100644
--- a/components/status/StatusAccountDetails.vue
+++ b/components/status/StatusAccountDetails.vue
@@ -1,7 +1,7 @@
diff --git a/components/status/StatusPreviewCardNormal.vue b/components/status/StatusPreviewCardNormal.vue
index ab5fa6cee..c79b38172 100644
--- a/components/status/StatusPreviewCardNormal.vue
+++ b/components/status/StatusPreviewCardNormal.vue
@@ -1,7 +1,7 @@
diff --git a/components/tag/TagCardPaginator.vue b/components/tag/TagCardPaginator.vue
index a00a6bb6f..fe0988da0 100644
--- a/components/tag/TagCardPaginator.vue
+++ b/components/tag/TagCardPaginator.vue
@@ -1,7 +1,7 @@
diff --git a/components/timeline/TimelinePaginator.vue b/components/timeline/TimelinePaginator.vue
index c9a400a8f..5c1d7b972 100644
--- a/components/timeline/TimelinePaginator.vue
+++ b/components/timeline/TimelinePaginator.vue
@@ -4,7 +4,7 @@ import type { mastodon } from 'masto'
import { DynamicScrollerItem } from 'vue-virtual-scroller'
import 'vue-virtual-scroller/dist/vue-virtual-scroller.css'
-const { paginator, stream, account, buffer = 10, endMessage = true } = defineProps<{
+const { account, buffer = 10, endMessage = true } = defineProps<{
paginator: mastodon.Paginator
stream?: mastodon.streaming.Subscription
context?: mastodon.v2.FilterContext
diff --git a/components/tiptap/TiptapCodeBlock.vue b/components/tiptap/TiptapCodeBlock.vue
index df0544072..2aff9b3ce 100644
--- a/components/tiptap/TiptapCodeBlock.vue
+++ b/components/tiptap/TiptapCodeBlock.vue
@@ -1,7 +1,7 @@
diff --git a/docs/components/global/ClipboardIcon.vue b/docs/components/global/ClipboardIcon.vue
index a66f6af19..ae3f68538 100644
--- a/docs/components/global/ClipboardIcon.vue
+++ b/docs/components/global/ClipboardIcon.vue
@@ -1,5 +1,5 @@
diff --git a/docs/components/global/ToggleIcon.vue b/docs/components/global/ToggleIcon.vue
index b3913ffd1..3e404bd21 100644
--- a/docs/components/global/ToggleIcon.vue
+++ b/docs/components/global/ToggleIcon.vue
@@ -1,5 +1,5 @@
From 163ed6fd275b70c19d5c25be8d6e87b2406bfbf1 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji
Date: Sun, 2 Mar 2025 23:55:00 +0900
Subject: [PATCH 100/101] feat: add new preference to unmute videos by default
(#3218)
(cherry picked from commit 41379627b5d0df4fa031ceec9efb73a5eb87336d)
---
components/status/StatusAttachment.vue | 5 +++--
composables/settings/definition.ts | 2 ++
locales/en.json | 1 +
pages/settings/preferences/index.vue | 6 ++++++
4 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/components/status/StatusAttachment.vue b/components/status/StatusAttachment.vue
index 836d4ae50..c678fdf46 100644
--- a/components/status/StatusAttachment.vue
+++ b/components/status/StatusAttachment.vue
@@ -71,6 +71,7 @@ const isVideo = computed(() => attachment.type === 'video')
const isGif = computed(() => attachment.type === 'gifv')
const enableAutoplay = usePreferences('enableAutoplay')
+const unmuteVideos = usePreferences('unmuteVideos')
useIntersectionObserver(video, (entries) => {
const ready = video.value?.dataset.ready === 'true'
@@ -132,7 +133,7 @@ watch(shouldLoadAttachment, () => {
ref="video"
preload="none"
:poster="videoThumbnail"
- muted
+ :muted="!unmuteVideos"
loop
playsinline
:controls="shouldLoadAttachment"
@@ -172,7 +173,7 @@ watch(shouldLoadAttachment, () => {
ref="video"
preload="none"
:poster="videoThumbnail"
- muted
+ :muted="!unmuteVideos"
loop
playsinline
rounded-lg
diff --git a/composables/settings/definition.ts b/composables/settings/definition.ts
index 45c025ae8..e5eaeee78 100644
--- a/composables/settings/definition.ts
+++ b/composables/settings/definition.ts
@@ -23,6 +23,7 @@ export interface PreferencesSettings {
hideNews: boolean
grayscaleMode: boolean
enableAutoplay: boolean
+ unmuteVideos: boolean
optimizeForLowPerformanceDevice: boolean
enableDataSaving: boolean
enablePinchToZoom: boolean
@@ -79,6 +80,7 @@ export const DEFAULT__PREFERENCES_SETTINGS: PreferencesSettings = {
hideNews: false,
grayscaleMode: false,
enableAutoplay: true,
+ unmuteVideos: false,
optimizeForLowPerformanceDevice: false,
enableDataSaving: false,
enablePinchToZoom: false,
diff --git a/locales/en.json b/locales/en.json
index 99435dbd8..4b09807ec 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -548,6 +548,7 @@
"label": "Preferences",
"optimize_for_low_performance_device": "Optimize for low performance device",
"title": "Experimental Features",
+ "unmute_videos": "Unmute videos by default",
"use_star_favorite_icon": "Use star favorite icon",
"user_picker": "User Picker",
"user_picker_description": "Displays all avatars of logged accounts in the bottom-left so you can switch quickly between them.",
diff --git a/pages/settings/preferences/index.vue b/pages/settings/preferences/index.vue
index c0d7be724..97385b6c6 100644
--- a/pages/settings/preferences/index.vue
+++ b/pages/settings/preferences/index.vue
@@ -51,6 +51,12 @@ const userSettings = useUserSettings()
>
{{ $t('settings.preferences.enable_autoplay') }}
+
+ {{ $t('settings.preferences.unmute_videos') }}
+
Date: Mon, 3 Mar 2025 01:16:40 +0900
Subject: [PATCH 101/101] chore: fix typecheck error
---
config/i18n.ts | 5 -----
1 file changed, 5 deletions(-)
diff --git a/config/i18n.ts b/config/i18n.ts
index 617540596..cf5327e9b 100644
--- a/config/i18n.ts
+++ b/config/i18n.ts
@@ -80,13 +80,11 @@ type LocaleVariantKeys = keyof typeof countryLocaleVariants
const locales: (LocaleObjectData | LocaleObjectData)[] = [
{
- // @ts-expect-error en used as placeholder
code: 'en',
file: 'en.json',
name: 'English',
},
({
- // @ts-expect-error ar used as placeholder
code: 'ar',
file: 'ar.json',
name: 'العربية',
@@ -117,7 +115,6 @@ const locales: (LocaleObjectData | LocaleObjectData)[
},
}),
{
- // @ts-expect-error ca used as placeholder
code: 'ca',
file: 'ca.json',
name: 'Català',
@@ -158,7 +155,6 @@ const locales: (LocaleObjectData | LocaleObjectData)[
name: 'Nederlands',
},
{
- // @ts-expect-error es used as placeholder
code: 'es',
file: 'es.json',
name: 'Español',
@@ -212,7 +208,6 @@ const locales: (LocaleObjectData | LocaleObjectData)[
},
},
{
- // @ts-expect-error pt used as placeholder
code: 'pt',
file: 'pt.json',
name: 'Português',