chore: ⬆️ Upgrade dependencies
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 0s
Deploy to GitHub Pages / build (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 4s
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-08-21 21:42:43 +02:00
parent 3ef7b774d5
commit a6db9e059d
5 changed files with 1966 additions and 1397 deletions

View file

@ -1,5 +1,5 @@
{ {
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json", "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
"assist": { "actions": { "source": { "organizeImports": "on" } } }, "assist": { "actions": { "source": { "organizeImports": "on" } } },
"linter": { "linter": {
"enabled": true, "enabled": true,
@ -8,7 +8,8 @@
"noConsole": "off", "noConsole": "off",
"noExplicitAny": "off", "noExplicitAny": "off",
"noDuplicateElseIf": "error", "noDuplicateElseIf": "error",
"noDocumentCookie": "off" "noDocumentCookie": "off",
"noUnknownAtRules": "off"
}, },
"performance": { "performance": {
"noBarrelFile": "off", "noBarrelFile": "off",

734
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@ in
pnpmDeps = pnpm.fetchDeps { pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
fetcherVersion = 2; fetcherVersion = 2;
hash = "sha256-OusyjvdhLtZKkGjkG0ftGoOdn4F07ViZl8s5iNgrHXw="; hash = "sha256-mVoQCdBDX6e2Y7cWUGJzxyJ5CpMgjrw5hf9K9qvGU7Y=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -33,32 +33,32 @@
"check": "bunx tsc -p ." "check": "bunx tsc -p ."
}, },
"dependencies": { "dependencies": {
"@floating-ui/dom": "^1.7.2", "@floating-ui/dom": "^1.7.4",
"@nuxt/fonts": "^0.11.4", "@nuxt/fonts": "^0.11.4",
"@nuxtjs/color-mode": "3.5.2", "@nuxtjs/color-mode": "3.5.2",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11", "@tailwindcss/vite": "^4.1.12",
"@tanstack/vue-table": "^8.21.3", "@tanstack/vue-table": "^8.21.3",
"@tiptap/extension-emoji": "^3.0.1", "@tiptap/extension-emoji": "^3.2.1",
"@tiptap/extension-highlight": "^3.0.1", "@tiptap/extension-highlight": "^3.2.1",
"@tiptap/extension-image": "^3.0.1", "@tiptap/extension-image": "^3.2.1",
"@tiptap/extension-list": "^3.0.1", "@tiptap/extension-list": "^3.2.1",
"@tiptap/extension-mention": "^3.0.1", "@tiptap/extension-mention": "^3.2.1",
"@tiptap/extension-subscript": "^3.0.1", "@tiptap/extension-subscript": "^3.2.1",
"@tiptap/extension-superscript": "^3.0.1", "@tiptap/extension-superscript": "^3.2.1",
"@tiptap/extension-task-item": "^3.0.1", "@tiptap/extension-task-item": "^3.2.1",
"@tiptap/extension-task-list": "^3.0.1", "@tiptap/extension-task-list": "^3.2.1",
"@tiptap/extensions": "^3.0.1", "@tiptap/extensions": "^3.2.1",
"@tiptap/pm": "^3.0.1", "@tiptap/pm": "^3.2.1",
"@tiptap/starter-kit": "^3.0.1", "@tiptap/starter-kit": "^3.2.1",
"@tiptap/suggestion": "^3.0.1", "@tiptap/suggestion": "^3.2.1",
"@tiptap/vue-3": "^3.0.1", "@tiptap/vue-3": "^3.2.1",
"@vee-validate/zod": "^4.15.1", "@vee-validate/zod": "^4.15.1",
"@versia/client": "0.2.0-alpha.4", "@versia/client": "0.2.0-alpha.4",
"@videojs-player/vue": "^1.0.0", "@videojs-player/vue": "^1.0.0",
"@vite-pwa/nuxt": "^1.0.4", "@vite-pwa/nuxt": "^1.0.4",
"@vueuse/core": "^13.5.0", "@vueuse/core": "^13.7.0",
"@vueuse/nuxt": "^13.5.0", "@vueuse/nuxt": "^13.7.0",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"embla-carousel-vue": "^8.6.0", "embla-carousel-vue": "^8.6.0",
@ -66,41 +66,41 @@
"emojibase-data": "^16.0.3", "emojibase-data": "^16.0.3",
"fuzzysort": "^3.1.0", "fuzzysort": "^3.1.0",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
"lucide-vue-next": "^0.525.0", "lucide-vue-next": "^0.540.0",
"magic-regexp": "^0.10.0", "magic-regexp": "^0.10.0",
"mitt": "^3.0.1", "mitt": "^3.0.1",
"nanoid": "^5.1.5", "nanoid": "^5.1.5",
"nuxt": "^4.0.0", "nuxt": "^4.0.3",
"nuxt-security": "^2.2.0", "nuxt-security": "^2.4.0",
"reka-ui": "^2.3.2", "reka-ui": "^2.4.1",
"shadcn-nuxt": "2.2.0", "shadcn-nuxt": "2.2.0",
"tailwind-merge": "^3.3.1", "tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.12",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.5", "tw-animate-css": "^1.3.7",
"vaul-vue": "^0.4.1", "vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1", "vee-validate": "^4.15.1",
"virtua": "^0.41.5", "virtua": "^0.41.5",
"vue": "^3.5.17", "vue": "^3.5.19",
"vue-draggable-plus": "^0.6.0", "vue-draggable-plus": "^0.6.0",
"vue-router": "^4.5.1", "vue-router": "^4.5.1",
"vue-sonner": "^2.0.1", "vue-sonner": "^2.0.8",
"zod": "^3.25.67" "zod": "^3.25.76"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^2.1.1", "@biomejs/biome": "^2.2.0",
"@iconify-json/fluent-emoji": "^1.2.3", "@iconify-json/fluent-emoji": "^1.2.6",
"@iconify-json/fluent-emoji-flat": "^1.2.3", "@iconify-json/fluent-emoji-flat": "^1.2.5",
"@iconify-json/noto": "^1.2.3", "@iconify-json/noto": "^1.2.6",
"@iconify-json/twemoji": "^1.2.2", "@iconify-json/twemoji": "^1.2.4",
"@iconify/utils": "^2.3.0", "@iconify/utils": "^3.0.1",
"@inlang/paraglide-js": "2.2.0", "@inlang/paraglide-js": "2.2.0",
"@inlang/plugin-m-function-matcher": "^2.1.0", "@inlang/plugin-m-function-matcher": "^2.1.0",
"@inlang/plugin-message-format": "^4.0.0", "@inlang/plugin-message-format": "^4.0.0",
"@tailwindcss/forms": "^0.5.10", "@tailwindcss/forms": "^0.5.10",
"@types/html-to-text": "^9.0.4", "@types/html-to-text": "^9.0.4",
"typescript": "^5.8.3", "typescript": "^5.9.2",
"vue-tsc": "^3.0.1" "vue-tsc": "^3.0.6"
}, },
"trustedDependencies": [ "trustedDependencies": [
"@biomejs/biome", "@biomejs/biome",

File diff suppressed because it is too large Load diff