From c0e0266d4594d2635e162766cc276f20debc39d6 Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Fri, 13 Feb 2026 07:46:00 +0200 Subject: [PATCH] feat: full JS-less theme transition, better transition animation between themes, better light theme colors --- .pnp.cjs | 1280 ++++---- biome.jsonc | 15 +- package-lock.json | 2807 +++++++++++++---- package.json | 19 +- pagefind.ts | 14 +- src/components/Footer.astro | 1 - src/components/Header.astro | 6 +- src/components/ThemeToggle.astro | 27 +- .../hooks/TOCIntersectionObserver.astro | 30 - src/components/hooks/ThemeSwitch.tsx | 113 - src/components/navigation/Search.astro | 2 +- src/components/navigation/sidebars/TOC.astro | 14 +- .../navigation/sidebars/nav/RootNav.astro | 34 +- .../navigation/sidebars/toc/Table.tsx | 10 +- .../navigation/sidebars/toc/index.tsx | 15 +- src/components/type/TypeDetails.astro | 4 +- src/config/PreTheme.astro | 23 - src/config/io/markdown.ts | 207 +- src/config/styling/animations_helper.ts | 42 +- src/config/styling/marquee.ts | 90 +- src/config/styling/progressBars.ts | 52 - src/config/styling/theme_persistence.ts | 75 + src/content.config.ts | 8 +- src/layouts/BaseLayout.astro | 10 +- src/layouts/DocsLayout.astro | 15 +- src/layouts/GuideLayout.astro | 3 - .../[version]/types/[module]/[type].astro | 4 +- src/styles/components/accordion.css | 6 +- src/styles/components/featurelist.css | 33 +- src/styles/components/marquee.css | 25 +- src/styles/css-config/base.css | 4 +- src/styles/css-config/code.css | 35 +- src/styles/css-config/colors.css | 65 +- src/styles/css-config/normalize.css | 18 +- src/styles/css-config/vars.css | 2 + src/styles/docs/collapsible.css | 2 +- src/styles/docs/docs-types.css | 32 +- src/styles/docs/docs.css | 13 +- src/styles/docs/nav/nav-tree.css | 9 +- src/styles/docs/nav/nav.css | 10 +- src/styles/docs/nav/search.css | 128 +- src/styles/docs/toc/toc.css | 28 +- src/styles/global.css | 34 +- src/styles/main-page.css | 25 +- tsconfig.json | 44 +- yarn.lock | 1134 ++++--- 46 files changed, 4031 insertions(+), 2536 deletions(-) delete mode 100644 src/components/hooks/TOCIntersectionObserver.astro delete mode 100644 src/components/hooks/ThemeSwitch.tsx delete mode 100644 src/config/PreTheme.astro delete mode 100644 src/config/styling/progressBars.ts create mode 100644 src/config/styling/theme_persistence.ts diff --git a/.pnp.cjs b/.pnp.cjs index aa9a990..a599843 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -34,21 +34,22 @@ const RAW_RUNTIME_STATE = ["@astrojs/sitemap", "npm:3.7.0"],\ ["@astrojs/solid-js", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:5.1.3"],\ ["@astrojs/ts-plugin", "npm:1.10.6"],\ - ["@babel/core", "npm:7.28.5"],\ - ["@babel/plugin-syntax-typescript", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.27.1"],\ - ["@biomejs/biome", "npm:2.3.10"],\ + ["@babel/core", "npm:7.29.0"],\ + ["@babel/plugin-syntax-typescript", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.28.6"],\ + ["@biomejs/biome", "npm:2.3.15"],\ ["@fontsource-variable/rubik", "npm:5.2.8"],\ ["@hbsnow/rehype-sectionize", "npm:1.0.7"],\ ["@pagefind/default-ui", "npm:1.4.0"],\ - ["@shikijs/rehype", "npm:3.20.0"],\ + ["@shikijs/rehype", "npm:3.22.0"],\ ["@types/babel__core", "npm:7.20.5"],\ ["@types/hast", "npm:3.0.4"],\ ["@types/mdast", "npm:4.0.4"],\ - ["@types/node", "npm:25.0.3"],\ + ["@types/node", "npm:25.2.3"],\ ["@types/unist", "npm:3.0.3"],\ ["astro", "npm:5.17.2"],\ ["astro-breadcrumbs", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:3.3.3"],\ ["astro-icon", "npm:1.1.5"],\ + ["baseline-browser-mapping", "npm:2.9.19"],\ ["hast-util-from-html", "npm:2.0.3"],\ ["hastscript", "npm:9.0.1"],\ ["jsonc-parser", "npm:3.3.1"],\ @@ -56,13 +57,13 @@ const RAW_RUNTIME_STATE = ["quickshell-docs", "workspace:."],\ ["rehype", "npm:13.0.2"],\ ["remark-github-blockquote-alert", "npm:2.0.1"],\ - ["shiki", "npm:3.20.0"],\ - ["solid-js", "npm:1.9.10"],\ + ["shiki", "npm:3.22.0"],\ + ["solid-js", "npm:1.9.11"],\ ["tsx", "npm:4.21.0"],\ ["typescript", "patch:typescript@npm%3A5.9.3#optional!builtin::version=5.9.3&hash=5786d5"],\ ["unified", "npm:11.0.5"],\ - ["unist-util-visit", "npm:5.0.0"],\ - ["vite", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.3.0"]\ + ["unist-util-visit", "npm:5.1.0"],\ + ["vite", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.3.1"]\ ],\ "linkType": "SOFT"\ }]\ @@ -72,7 +73,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "../../../yarn/berry/cache/@antfu-install-pkg-npm-1.1.0-9790551649-10c0.zip/node_modules/@antfu/install-pkg/",\ "packageDependencies": [\ ["@antfu/install-pkg", "npm:1.1.0"],\ - ["package-manager-detector", "npm:1.5.0"],\ + ["package-manager-detector", "npm:1.6.0"],\ ["tinyexec", "npm:1.0.2"]\ ],\ "linkType": "HARD"\ @@ -99,7 +100,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "./.yarn/__virtual__/@astrojs-check-virtual-e2f3966e9d/4/yarn/berry/cache/@astrojs-check-npm-0.9.6-5432051677-10c0.zip/node_modules/@astrojs/check/",\ "packageDependencies": [\ ["@astrojs/check", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:0.9.6"],\ - ["@astrojs/language-server", "virtual:e2f3966e9d97987f648dc7baf3c03f3fa4726b4d4102e6d2554099d1745d90dd6f1bb650f916cb016dc8f3cbbb814db32e0a6b85fa0968acf07965b0e56e5060#npm:2.16.2"],\ + ["@astrojs/language-server", "virtual:e2f3966e9d97987f648dc7baf3c03f3fa4726b4d4102e6d2554099d1745d90dd6f1bb650f916cb016dc8f3cbbb814db32e0a6b85fa0968acf07965b0e56e5060#npm:2.16.3"],\ ["@types/typescript", null],\ ["chokidar", "npm:4.0.3"],\ ["kleur", "npm:4.1.5"],\ @@ -132,38 +133,38 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@astrojs/language-server", [\ - ["npm:2.16.2", {\ - "packageLocation": "../../../yarn/berry/cache/@astrojs-language-server-npm-2.16.2-0dad9d72fd-10c0.zip/node_modules/@astrojs/language-server/",\ + ["npm:2.16.3", {\ + "packageLocation": "../../../yarn/berry/cache/@astrojs-language-server-npm-2.16.3-fdd603d051-10c0.zip/node_modules/@astrojs/language-server/",\ "packageDependencies": [\ - ["@astrojs/language-server", "npm:2.16.2"]\ + ["@astrojs/language-server", "npm:2.16.3"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:e2f3966e9d97987f648dc7baf3c03f3fa4726b4d4102e6d2554099d1745d90dd6f1bb650f916cb016dc8f3cbbb814db32e0a6b85fa0968acf07965b0e56e5060#npm:2.16.2", {\ - "packageLocation": "./.yarn/__virtual__/@astrojs-language-server-virtual-ac5b932fb2/4/yarn/berry/cache/@astrojs-language-server-npm-2.16.2-0dad9d72fd-10c0.zip/node_modules/@astrojs/language-server/",\ + ["virtual:e2f3966e9d97987f648dc7baf3c03f3fa4726b4d4102e6d2554099d1745d90dd6f1bb650f916cb016dc8f3cbbb814db32e0a6b85fa0968acf07965b0e56e5060#npm:2.16.3", {\ + "packageLocation": "./.yarn/__virtual__/@astrojs-language-server-virtual-c8e8da9556/4/yarn/berry/cache/@astrojs-language-server-npm-2.16.3-fdd603d051-10c0.zip/node_modules/@astrojs/language-server/",\ "packageDependencies": [\ ["@astrojs/compiler", "npm:2.13.0"],\ - ["@astrojs/language-server", "virtual:e2f3966e9d97987f648dc7baf3c03f3fa4726b4d4102e6d2554099d1745d90dd6f1bb650f916cb016dc8f3cbbb814db32e0a6b85fa0968acf07965b0e56e5060#npm:2.16.2"],\ + ["@astrojs/language-server", "virtual:e2f3966e9d97987f648dc7baf3c03f3fa4726b4d4102e6d2554099d1745d90dd6f1bb650f916cb016dc8f3cbbb814db32e0a6b85fa0968acf07965b0e56e5060#npm:2.16.3"],\ ["@astrojs/yaml2ts", "npm:0.2.2"],\ ["@jridgewell/sourcemap-codec", "npm:1.5.5"],\ ["@types/prettier", null],\ ["@types/prettier-plugin-astro", null],\ - ["@volar/kit", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:2.4.23"],\ - ["@volar/language-core", "npm:2.4.23"],\ - ["@volar/language-server", "npm:2.4.23"],\ - ["@volar/language-service", "npm:2.4.23"],\ - ["fast-glob", "npm:3.3.3"],\ + ["@volar/kit", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:2.4.28"],\ + ["@volar/language-core", "npm:2.4.28"],\ + ["@volar/language-server", "npm:2.4.28"],\ + ["@volar/language-service", "npm:2.4.28"],\ ["muggle-string", "npm:0.4.1"],\ ["prettier", null],\ ["prettier-plugin-astro", null],\ - ["volar-service-css", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ - ["volar-service-emmet", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ - ["volar-service-html", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ - ["volar-service-prettier", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ - ["volar-service-typescript", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ - ["volar-service-typescript-twoslash-queries", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ - ["volar-service-yaml", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ - ["vscode-html-languageservice", "npm:5.6.0"],\ + ["tinyglobby", "npm:0.2.15"],\ + ["volar-service-css", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ + ["volar-service-emmet", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ + ["volar-service-html", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ + ["volar-service-prettier", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ + ["volar-service-typescript", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ + ["volar-service-typescript-twoslash-queries", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ + ["volar-service-yaml", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ + ["vscode-html-languageservice", "npm:5.6.1"],\ ["vscode-uri", "npm:3.1.0"]\ ],\ "packagePeers": [\ @@ -194,11 +195,11 @@ const RAW_RUNTIME_STATE = ["remark-parse", "npm:11.0.0"],\ ["remark-rehype", "npm:11.1.2"],\ ["remark-smartypants", "npm:3.0.2"],\ - ["shiki", "npm:3.20.0"],\ - ["smol-toml", "npm:1.5.2"],\ + ["shiki", "npm:3.22.0"],\ + ["smol-toml", "npm:1.6.0"],\ ["unified", "npm:11.0.5"],\ ["unist-util-remove-position", "npm:5.0.0"],\ - ["unist-util-visit", "npm:5.0.0"],\ + ["unist-util-visit", "npm:5.1.0"],\ ["unist-util-visit-parents", "npm:6.0.2"],\ ["vfile", "npm:6.0.3"]\ ],\ @@ -230,7 +231,7 @@ const RAW_RUNTIME_STATE = ["remark-gfm", "npm:4.0.1"],\ ["remark-smartypants", "npm:3.0.2"],\ ["source-map", "npm:0.7.6"],\ - ["unist-util-visit", "npm:5.0.0"],\ + ["unist-util-visit", "npm:5.1.0"],\ ["vfile", "npm:6.0.3"]\ ],\ "packagePeers": [\ @@ -277,7 +278,7 @@ const RAW_RUNTIME_STATE = ["@types/solid-devtools", null],\ ["@types/solid-js", null],\ ["solid-devtools", null],\ - ["solid-js", "npm:1.9.10"],\ + ["solid-js", "npm:1.9.11"],\ ["vite", "virtual:a9b066526cd8bf903663ec1bea53ae051765a307bb3e507cee120b9454b61ea2ddd90f3d8d5d79e70131521eb4500ffc026a42ad664475c0b83512d312206f82#npm:6.4.1"],\ ["vite-plugin-solid", "virtual:4cdfc0301e35c7ba808c089cafcef03d4588de8675da1bfaf8337e32117fbe355aa642623f0eb495176058337a1b19aa68fa4a40b921751ba8844e35bb930b9a#npm:2.11.10"]\ ],\ @@ -314,8 +315,8 @@ const RAW_RUNTIME_STATE = ["@astrojs/ts-plugin", "npm:1.10.6"],\ ["@astrojs/yaml2ts", "npm:0.2.2"],\ ["@jridgewell/sourcemap-codec", "npm:1.5.5"],\ - ["@volar/language-core", "npm:2.4.23"],\ - ["@volar/typescript", "npm:2.4.23"],\ + ["@volar/language-core", "npm:2.4.28"],\ + ["@volar/typescript", "npm:2.4.28"],\ ["semver", "npm:7.7.3"],\ ["vscode-languageserver-textdocument", "npm:1.0.12"]\ ],\ @@ -342,6 +343,16 @@ const RAW_RUNTIME_STATE = ["picocolors", "npm:1.1.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.29.0", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-code-frame-npm-7.29.0-6c4947d913-10c0.zip/node_modules/@babel/code-frame/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.29.0"],\ + ["@babel/helper-validator-identifier", "npm:7.28.5"],\ + ["js-tokens", "npm:4.0.0"],\ + ["picocolors", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/compat-data", [\ @@ -351,6 +362,13 @@ const RAW_RUNTIME_STATE = ["@babel/compat-data", "npm:7.28.5"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.29.0", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-compat-data-npm-7.29.0-6b4382e79f-10c0.zip/node_modules/@babel/compat-data/",\ + "packageDependencies": [\ + ["@babel/compat-data", "npm:7.29.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/core", [\ @@ -375,6 +393,28 @@ const RAW_RUNTIME_STATE = ["semver", "npm:6.3.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.29.0", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-core-npm-7.29.0-a74bfc561b-10c0.zip/node_modules/@babel/core/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.29.0"],\ + ["@babel/core", "npm:7.29.0"],\ + ["@babel/generator", "npm:7.29.1"],\ + ["@babel/helper-compilation-targets", "npm:7.28.6"],\ + ["@babel/helper-module-transforms", "virtual:a74bfc561b28f961f46b2ec8ae406d012b5fbed31a317cc6e0c8e0e4bc61a668944b271114f1150bc3cadae9a39987a6be16fb9362801892abacc23919c76dd7#npm:7.28.6"],\ + ["@babel/helpers", "npm:7.28.6"],\ + ["@babel/parser", "npm:7.29.0"],\ + ["@babel/template", "npm:7.28.6"],\ + ["@babel/traverse", "npm:7.29.0"],\ + ["@babel/types", "npm:7.29.0"],\ + ["@jridgewell/remapping", "npm:2.3.5"],\ + ["convert-source-map", "npm:2.0.0"],\ + ["debug", "virtual:99b2e4c11c721a776fab79814639a0752f6a35bd04e35975cdf4286759909111e0d2e2db3a19e904f1b5552330866df2b34d47e7017b76a6dfe68c418ea3a924#npm:4.4.3"],\ + ["gensync", "npm:1.0.0-beta.2"],\ + ["json5", "npm:2.2.3"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/generator", [\ @@ -389,6 +429,18 @@ const RAW_RUNTIME_STATE = ["jsesc", "npm:3.1.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.29.1", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-generator-npm-7.29.1-b1bf16fe79-10c0.zip/node_modules/@babel/generator/",\ + "packageDependencies": [\ + ["@babel/generator", "npm:7.29.1"],\ + ["@babel/parser", "npm:7.29.0"],\ + ["@babel/types", "npm:7.29.0"],\ + ["@jridgewell/gen-mapping", "npm:0.3.13"],\ + ["@jridgewell/trace-mapping", "npm:0.3.31"],\ + ["jsesc", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/helper-compilation-targets", [\ @@ -403,6 +455,18 @@ const RAW_RUNTIME_STATE = ["semver", "npm:6.3.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.28.6", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-helper-compilation-targets-npm-7.28.6-8880f389c9-10c0.zip/node_modules/@babel/helper-compilation-targets/",\ + "packageDependencies": [\ + ["@babel/compat-data", "npm:7.29.0"],\ + ["@babel/helper-compilation-targets", "npm:7.28.6"],\ + ["@babel/helper-validator-option", "npm:7.27.1"],\ + ["browserslist", "npm:4.28.0"],\ + ["lru-cache", "npm:5.1.1"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/helper-globals", [\ @@ -431,6 +495,15 @@ const RAW_RUNTIME_STATE = ["@babel/types", "npm:7.28.5"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.28.6", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-helper-module-imports-npm-7.28.6-5b95b9145c-10c0.zip/node_modules/@babel/helper-module-imports/",\ + "packageDependencies": [\ + ["@babel/helper-module-imports", "npm:7.28.6"],\ + ["@babel/traverse", "npm:7.29.0"],\ + ["@babel/types", "npm:7.29.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/helper-module-transforms", [\ @@ -441,6 +514,29 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "SOFT"\ }],\ + ["npm:7.28.6", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-helper-module-transforms-npm-7.28.6-5923cf5a95-10c0.zip/node_modules/@babel/helper-module-transforms/",\ + "packageDependencies": [\ + ["@babel/helper-module-transforms", "npm:7.28.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:a74bfc561b28f961f46b2ec8ae406d012b5fbed31a317cc6e0c8e0e4bc61a668944b271114f1150bc3cadae9a39987a6be16fb9362801892abacc23919c76dd7#npm:7.28.6", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-module-transforms-virtual-3435e223f6/4/yarn/berry/cache/@babel-helper-module-transforms-npm-7.28.6-5923cf5a95-10c0.zip/node_modules/@babel/helper-module-transforms/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.29.0"],\ + ["@babel/helper-module-imports", "npm:7.28.6"],\ + ["@babel/helper-module-transforms", "virtual:a74bfc561b28f961f46b2ec8ae406d012b5fbed31a317cc6e0c8e0e4bc61a668944b271114f1150bc3cadae9a39987a6be16fb9362801892abacc23919c76dd7#npm:7.28.6"],\ + ["@babel/helper-validator-identifier", "npm:7.28.5"],\ + ["@babel/traverse", "npm:7.29.0"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ ["virtual:cd68c2d8dbe5140515f0d84027dc2f70623ef123c1ed0705293b830925f9fd53fba46ca9553905fee18e47994c7349977bfffe0887f5df2ef5d1d9ded216f039#npm:7.28.3", {\ "packageLocation": "./.yarn/__virtual__/@babel-helper-module-transforms-virtual-613b6112f1/4/yarn/berry/cache/@babel-helper-module-transforms-npm-7.28.3-7b69ec189a-10c0.zip/node_modules/@babel/helper-module-transforms/",\ "packageDependencies": [\ @@ -465,6 +561,13 @@ const RAW_RUNTIME_STATE = ["@babel/helper-plugin-utils", "npm:7.27.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.28.6", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-helper-plugin-utils-npm-7.28.6-766c984cfe-10c0.zip/node_modules/@babel/helper-plugin-utils/",\ + "packageDependencies": [\ + ["@babel/helper-plugin-utils", "npm:7.28.6"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/helper-string-parser", [\ @@ -503,6 +606,15 @@ const RAW_RUNTIME_STATE = ["@babel/types", "npm:7.28.5"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.28.6", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-helpers-npm-7.28.6-682df48628-10c0.zip/node_modules/@babel/helpers/",\ + "packageDependencies": [\ + ["@babel/helpers", "npm:7.28.6"],\ + ["@babel/template", "npm:7.28.6"],\ + ["@babel/types", "npm:7.29.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/parser", [\ @@ -513,6 +625,14 @@ const RAW_RUNTIME_STATE = ["@babel/types", "npm:7.28.5"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.29.0", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-parser-npm-7.29.0-c605c63e8b-10c0.zip/node_modules/@babel/parser/",\ + "packageDependencies": [\ + ["@babel/parser", "npm:7.29.0"],\ + ["@babel/types", "npm:7.29.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/plugin-syntax-jsx", [\ @@ -539,19 +659,19 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@babel/plugin-syntax-typescript", [\ - ["npm:7.27.1", {\ - "packageLocation": "../../../yarn/berry/cache/@babel-plugin-syntax-typescript-npm-7.27.1-5d60015570-10c0.zip/node_modules/@babel/plugin-syntax-typescript/",\ + ["npm:7.28.6", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-plugin-syntax-typescript-npm-7.28.6-3a505014ff-10c0.zip/node_modules/@babel/plugin-syntax-typescript/",\ "packageDependencies": [\ - ["@babel/plugin-syntax-typescript", "npm:7.27.1"]\ + ["@babel/plugin-syntax-typescript", "npm:7.28.6"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.27.1", {\ - "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-typescript-virtual-9b9dbea7ed/4/yarn/berry/cache/@babel-plugin-syntax-typescript-npm-7.27.1-5d60015570-10c0.zip/node_modules/@babel/plugin-syntax-typescript/",\ + ["virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.28.6", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-typescript-virtual-81b99da12f/4/yarn/berry/cache/@babel-plugin-syntax-typescript-npm-7.28.6-3a505014ff-10c0.zip/node_modules/@babel/plugin-syntax-typescript/",\ "packageDependencies": [\ - ["@babel/core", "npm:7.28.5"],\ - ["@babel/helper-plugin-utils", "npm:7.27.1"],\ - ["@babel/plugin-syntax-typescript", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.27.1"],\ + ["@babel/core", "npm:7.29.0"],\ + ["@babel/helper-plugin-utils", "npm:7.28.6"],\ + ["@babel/plugin-syntax-typescript", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.28.6"],\ ["@types/babel__core", "npm:7.20.5"]\ ],\ "packagePeers": [\ @@ -571,6 +691,16 @@ const RAW_RUNTIME_STATE = ["@babel/types", "npm:7.28.5"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.28.6", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-template-npm-7.28.6-bff3bc3923-10c0.zip/node_modules/@babel/template/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.29.0"],\ + ["@babel/parser", "npm:7.29.0"],\ + ["@babel/template", "npm:7.28.6"],\ + ["@babel/types", "npm:7.29.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/traverse", [\ @@ -587,6 +717,20 @@ const RAW_RUNTIME_STATE = ["debug", "virtual:99b2e4c11c721a776fab79814639a0752f6a35bd04e35975cdf4286759909111e0d2e2db3a19e904f1b5552330866df2b34d47e7017b76a6dfe68c418ea3a924#npm:4.4.3"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.29.0", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-traverse-npm-7.29.0-85d5d916b6-10c0.zip/node_modules/@babel/traverse/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.29.0"],\ + ["@babel/generator", "npm:7.29.1"],\ + ["@babel/helper-globals", "npm:7.28.0"],\ + ["@babel/parser", "npm:7.29.0"],\ + ["@babel/template", "npm:7.28.6"],\ + ["@babel/traverse", "npm:7.29.0"],\ + ["@babel/types", "npm:7.29.0"],\ + ["debug", "virtual:99b2e4c11c721a776fab79814639a0752f6a35bd04e35975cdf4286759909111e0d2e2db3a19e904f1b5552330866df2b34d47e7017b76a6dfe68c418ea3a924#npm:4.4.3"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@babel/types", [\ @@ -598,93 +742,102 @@ const RAW_RUNTIME_STATE = ["@babel/types", "npm:7.28.5"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.29.0", {\ + "packageLocation": "../../../yarn/berry/cache/@babel-types-npm-7.29.0-6c2fa77581-10c0.zip/node_modules/@babel/types/",\ + "packageDependencies": [\ + ["@babel/helper-string-parser", "npm:7.27.1"],\ + ["@babel/helper-validator-identifier", "npm:7.28.5"],\ + ["@babel/types", "npm:7.29.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@biomejs/biome", [\ - ["npm:2.3.10", {\ - "packageLocation": "../../../yarn/berry/cache/@biomejs-biome-npm-2.3.10-bebc22cc8f-10c0.zip/node_modules/@biomejs/biome/",\ + ["npm:2.3.15", {\ + "packageLocation": "../../../yarn/berry/cache/@biomejs-biome-npm-2.3.15-b3bdaa1396-10c0.zip/node_modules/@biomejs/biome/",\ "packageDependencies": [\ - ["@biomejs/biome", "npm:2.3.10"],\ - ["@biomejs/cli-darwin-arm64", "npm:2.3.10"],\ - ["@biomejs/cli-darwin-x64", "npm:2.3.10"],\ - ["@biomejs/cli-linux-arm64", "npm:2.3.10"],\ - ["@biomejs/cli-linux-arm64-musl", "npm:2.3.10"],\ - ["@biomejs/cli-linux-x64", "npm:2.3.10"],\ - ["@biomejs/cli-linux-x64-musl", "npm:2.3.10"],\ - ["@biomejs/cli-win32-arm64", "npm:2.3.10"],\ - ["@biomejs/cli-win32-x64", "npm:2.3.10"]\ + ["@biomejs/biome", "npm:2.3.15"],\ + ["@biomejs/cli-darwin-arm64", "npm:2.3.15"],\ + ["@biomejs/cli-darwin-x64", "npm:2.3.15"],\ + ["@biomejs/cli-linux-arm64", "npm:2.3.15"],\ + ["@biomejs/cli-linux-arm64-musl", "npm:2.3.15"],\ + ["@biomejs/cli-linux-x64", "npm:2.3.15"],\ + ["@biomejs/cli-linux-x64-musl", "npm:2.3.15"],\ + ["@biomejs/cli-win32-arm64", "npm:2.3.15"],\ + ["@biomejs/cli-win32-x64", "npm:2.3.15"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@biomejs/cli-darwin-arm64", [\ - ["npm:2.3.10", {\ - "packageLocation": "./.yarn/unplugged/@biomejs-cli-darwin-arm64-npm-2.3.10-d689639638/node_modules/@biomejs/cli-darwin-arm64/",\ + ["npm:2.3.15", {\ + "packageLocation": "./.yarn/unplugged/@biomejs-cli-darwin-arm64-npm-2.3.15-6d5d7169bf/node_modules/@biomejs/cli-darwin-arm64/",\ "packageDependencies": [\ - ["@biomejs/cli-darwin-arm64", "npm:2.3.10"]\ + ["@biomejs/cli-darwin-arm64", "npm:2.3.15"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@biomejs/cli-darwin-x64", [\ - ["npm:2.3.10", {\ - "packageLocation": "./.yarn/unplugged/@biomejs-cli-darwin-x64-npm-2.3.10-1dc5f0363a/node_modules/@biomejs/cli-darwin-x64/",\ + ["npm:2.3.15", {\ + "packageLocation": "./.yarn/unplugged/@biomejs-cli-darwin-x64-npm-2.3.15-7736c62073/node_modules/@biomejs/cli-darwin-x64/",\ "packageDependencies": [\ - ["@biomejs/cli-darwin-x64", "npm:2.3.10"]\ + ["@biomejs/cli-darwin-x64", "npm:2.3.15"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@biomejs/cli-linux-arm64", [\ - ["npm:2.3.10", {\ - "packageLocation": "./.yarn/unplugged/@biomejs-cli-linux-arm64-npm-2.3.10-31720c415a/node_modules/@biomejs/cli-linux-arm64/",\ + ["npm:2.3.15", {\ + "packageLocation": "./.yarn/unplugged/@biomejs-cli-linux-arm64-npm-2.3.15-1a2ef7e932/node_modules/@biomejs/cli-linux-arm64/",\ "packageDependencies": [\ - ["@biomejs/cli-linux-arm64", "npm:2.3.10"]\ + ["@biomejs/cli-linux-arm64", "npm:2.3.15"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@biomejs/cli-linux-arm64-musl", [\ - ["npm:2.3.10", {\ - "packageLocation": "./.yarn/unplugged/@biomejs-cli-linux-arm64-musl-npm-2.3.10-1eff48ad2e/node_modules/@biomejs/cli-linux-arm64-musl/",\ + ["npm:2.3.15", {\ + "packageLocation": "./.yarn/unplugged/@biomejs-cli-linux-arm64-musl-npm-2.3.15-5df70d10ec/node_modules/@biomejs/cli-linux-arm64-musl/",\ "packageDependencies": [\ - ["@biomejs/cli-linux-arm64-musl", "npm:2.3.10"]\ + ["@biomejs/cli-linux-arm64-musl", "npm:2.3.15"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@biomejs/cli-linux-x64", [\ - ["npm:2.3.10", {\ - "packageLocation": "./.yarn/unplugged/@biomejs-cli-linux-x64-npm-2.3.10-4227eefb46/node_modules/@biomejs/cli-linux-x64/",\ + ["npm:2.3.15", {\ + "packageLocation": "./.yarn/unplugged/@biomejs-cli-linux-x64-npm-2.3.15-c209c86cde/node_modules/@biomejs/cli-linux-x64/",\ "packageDependencies": [\ - ["@biomejs/cli-linux-x64", "npm:2.3.10"]\ + ["@biomejs/cli-linux-x64", "npm:2.3.15"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@biomejs/cli-linux-x64-musl", [\ - ["npm:2.3.10", {\ - "packageLocation": "./.yarn/unplugged/@biomejs-cli-linux-x64-musl-npm-2.3.10-8d9ca8e412/node_modules/@biomejs/cli-linux-x64-musl/",\ + ["npm:2.3.15", {\ + "packageLocation": "./.yarn/unplugged/@biomejs-cli-linux-x64-musl-npm-2.3.15-9b6900840b/node_modules/@biomejs/cli-linux-x64-musl/",\ "packageDependencies": [\ - ["@biomejs/cli-linux-x64-musl", "npm:2.3.10"]\ + ["@biomejs/cli-linux-x64-musl", "npm:2.3.15"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@biomejs/cli-win32-arm64", [\ - ["npm:2.3.10", {\ - "packageLocation": "./.yarn/unplugged/@biomejs-cli-win32-arm64-npm-2.3.10-1e4a03e222/node_modules/@biomejs/cli-win32-arm64/",\ + ["npm:2.3.15", {\ + "packageLocation": "./.yarn/unplugged/@biomejs-cli-win32-arm64-npm-2.3.15-a28d8fb605/node_modules/@biomejs/cli-win32-arm64/",\ "packageDependencies": [\ - ["@biomejs/cli-win32-arm64", "npm:2.3.10"]\ + ["@biomejs/cli-win32-arm64", "npm:2.3.15"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@biomejs/cli-win32-x64", [\ - ["npm:2.3.10", {\ - "packageLocation": "./.yarn/unplugged/@biomejs-cli-win32-x64-npm-2.3.10-27238e42c3/node_modules/@biomejs/cli-win32-x64/",\ + ["npm:2.3.15", {\ + "packageLocation": "./.yarn/unplugged/@biomejs-cli-win32-x64-npm-2.3.15-f63fdd7481/node_modules/@biomejs/cli-win32-x64/",\ "packageDependencies": [\ - ["@biomejs/cli-win32-x64", "npm:2.3.10"]\ + ["@biomejs/cli-win32-x64", "npm:2.3.15"]\ ],\ "linkType": "HARD"\ }]\ @@ -768,10 +921,10 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@emnapi/runtime", [\ - ["npm:1.7.1", {\ - "packageLocation": "../../../yarn/berry/cache/@emnapi-runtime-npm-1.7.1-42976fbe7a-10c0.zip/node_modules/@emnapi/runtime/",\ + ["npm:1.8.1", {\ + "packageLocation": "../../../yarn/berry/cache/@emnapi-runtime-npm-1.8.1-1ce27dc028-10c0.zip/node_modules/@emnapi/runtime/",\ "packageDependencies": [\ - ["@emnapi/runtime", "npm:1.7.1"],\ + ["@emnapi/runtime", "npm:1.8.1"],\ ["tslib", "npm:2.8.1"]\ ],\ "linkType": "HARD"\ @@ -785,10 +938,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-aix-ppc64-npm-0.27.2-345b18ab38/node_modules/@esbuild/aix-ppc64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-aix-ppc64-npm-0.27.3-28583f301d/node_modules/@esbuild/aix-ppc64/",\ "packageDependencies": [\ - ["@esbuild/aix-ppc64", "npm:0.27.2"]\ + ["@esbuild/aix-ppc64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -801,10 +954,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-android-arm-npm-0.27.2-b9ce8adb94/node_modules/@esbuild/android-arm/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-android-arm-npm-0.27.3-a9020951d9/node_modules/@esbuild/android-arm/",\ "packageDependencies": [\ - ["@esbuild/android-arm", "npm:0.27.2"]\ + ["@esbuild/android-arm", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -817,10 +970,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-android-arm64-npm-0.27.2-15df2cdd67/node_modules/@esbuild/android-arm64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-android-arm64-npm-0.27.3-3d7f480203/node_modules/@esbuild/android-arm64/",\ "packageDependencies": [\ - ["@esbuild/android-arm64", "npm:0.27.2"]\ + ["@esbuild/android-arm64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -833,10 +986,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-android-x64-npm-0.27.2-66d99a6933/node_modules/@esbuild/android-x64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-android-x64-npm-0.27.3-c71d5a3153/node_modules/@esbuild/android-x64/",\ "packageDependencies": [\ - ["@esbuild/android-x64", "npm:0.27.2"]\ + ["@esbuild/android-x64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -849,10 +1002,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-darwin-arm64-npm-0.27.2-d675c4a521/node_modules/@esbuild/darwin-arm64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-darwin-arm64-npm-0.27.3-4c8fed986d/node_modules/@esbuild/darwin-arm64/",\ "packageDependencies": [\ - ["@esbuild/darwin-arm64", "npm:0.27.2"]\ + ["@esbuild/darwin-arm64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -865,10 +1018,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-darwin-x64-npm-0.27.2-ae63bf405f/node_modules/@esbuild/darwin-x64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-darwin-x64-npm-0.27.3-f27535b6d7/node_modules/@esbuild/darwin-x64/",\ "packageDependencies": [\ - ["@esbuild/darwin-x64", "npm:0.27.2"]\ + ["@esbuild/darwin-x64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -881,10 +1034,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-freebsd-arm64-npm-0.27.2-e37daed3be/node_modules/@esbuild/freebsd-arm64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-freebsd-arm64-npm-0.27.3-9b167bbc41/node_modules/@esbuild/freebsd-arm64/",\ "packageDependencies": [\ - ["@esbuild/freebsd-arm64", "npm:0.27.2"]\ + ["@esbuild/freebsd-arm64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -897,10 +1050,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-freebsd-x64-npm-0.27.2-4cb2e19a78/node_modules/@esbuild/freebsd-x64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-freebsd-x64-npm-0.27.3-41645c0759/node_modules/@esbuild/freebsd-x64/",\ "packageDependencies": [\ - ["@esbuild/freebsd-x64", "npm:0.27.2"]\ + ["@esbuild/freebsd-x64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -913,10 +1066,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-linux-arm-npm-0.27.2-43d77dd61a/node_modules/@esbuild/linux-arm/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-linux-arm-npm-0.27.3-49bd02d78a/node_modules/@esbuild/linux-arm/",\ "packageDependencies": [\ - ["@esbuild/linux-arm", "npm:0.27.2"]\ + ["@esbuild/linux-arm", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -929,10 +1082,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-linux-arm64-npm-0.27.2-bf1b0979ac/node_modules/@esbuild/linux-arm64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-linux-arm64-npm-0.27.3-a9fedc262b/node_modules/@esbuild/linux-arm64/",\ "packageDependencies": [\ - ["@esbuild/linux-arm64", "npm:0.27.2"]\ + ["@esbuild/linux-arm64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -945,10 +1098,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-linux-ia32-npm-0.27.2-9e57150846/node_modules/@esbuild/linux-ia32/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-linux-ia32-npm-0.27.3-f45d477f3e/node_modules/@esbuild/linux-ia32/",\ "packageDependencies": [\ - ["@esbuild/linux-ia32", "npm:0.27.2"]\ + ["@esbuild/linux-ia32", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -961,10 +1114,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-linux-loong64-npm-0.27.2-a322ec9c1d/node_modules/@esbuild/linux-loong64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-linux-loong64-npm-0.27.3-88ac081187/node_modules/@esbuild/linux-loong64/",\ "packageDependencies": [\ - ["@esbuild/linux-loong64", "npm:0.27.2"]\ + ["@esbuild/linux-loong64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -977,10 +1130,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-linux-mips64el-npm-0.27.2-9b26d4ee73/node_modules/@esbuild/linux-mips64el/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-linux-mips64el-npm-0.27.3-366a446ba9/node_modules/@esbuild/linux-mips64el/",\ "packageDependencies": [\ - ["@esbuild/linux-mips64el", "npm:0.27.2"]\ + ["@esbuild/linux-mips64el", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -993,10 +1146,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-linux-ppc64-npm-0.27.2-28d849768e/node_modules/@esbuild/linux-ppc64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-linux-ppc64-npm-0.27.3-abfa4eb56e/node_modules/@esbuild/linux-ppc64/",\ "packageDependencies": [\ - ["@esbuild/linux-ppc64", "npm:0.27.2"]\ + ["@esbuild/linux-ppc64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1009,10 +1162,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-linux-riscv64-npm-0.27.2-73c96cf77f/node_modules/@esbuild/linux-riscv64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-linux-riscv64-npm-0.27.3-fe0b457682/node_modules/@esbuild/linux-riscv64/",\ "packageDependencies": [\ - ["@esbuild/linux-riscv64", "npm:0.27.2"]\ + ["@esbuild/linux-riscv64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1025,10 +1178,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-linux-s390x-npm-0.27.2-1b2065e648/node_modules/@esbuild/linux-s390x/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-linux-s390x-npm-0.27.3-a3901c1419/node_modules/@esbuild/linux-s390x/",\ "packageDependencies": [\ - ["@esbuild/linux-s390x", "npm:0.27.2"]\ + ["@esbuild/linux-s390x", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1041,10 +1194,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-linux-x64-npm-0.27.2-11f1a3d9db/node_modules/@esbuild/linux-x64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-linux-x64-npm-0.27.3-2041dd7b27/node_modules/@esbuild/linux-x64/",\ "packageDependencies": [\ - ["@esbuild/linux-x64", "npm:0.27.2"]\ + ["@esbuild/linux-x64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1057,10 +1210,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-netbsd-arm64-npm-0.27.2-dd6c103966/node_modules/@esbuild/netbsd-arm64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-netbsd-arm64-npm-0.27.3-e62baa2b8c/node_modules/@esbuild/netbsd-arm64/",\ "packageDependencies": [\ - ["@esbuild/netbsd-arm64", "npm:0.27.2"]\ + ["@esbuild/netbsd-arm64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1073,10 +1226,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-netbsd-x64-npm-0.27.2-1e03e8a7a5/node_modules/@esbuild/netbsd-x64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-netbsd-x64-npm-0.27.3-04c8b6bf87/node_modules/@esbuild/netbsd-x64/",\ "packageDependencies": [\ - ["@esbuild/netbsd-x64", "npm:0.27.2"]\ + ["@esbuild/netbsd-x64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1089,10 +1242,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-openbsd-arm64-npm-0.27.2-1d7a76cae4/node_modules/@esbuild/openbsd-arm64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-openbsd-arm64-npm-0.27.3-f249832d7a/node_modules/@esbuild/openbsd-arm64/",\ "packageDependencies": [\ - ["@esbuild/openbsd-arm64", "npm:0.27.2"]\ + ["@esbuild/openbsd-arm64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1105,10 +1258,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-openbsd-x64-npm-0.27.2-27238acba8/node_modules/@esbuild/openbsd-x64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-openbsd-x64-npm-0.27.3-1270973fae/node_modules/@esbuild/openbsd-x64/",\ "packageDependencies": [\ - ["@esbuild/openbsd-x64", "npm:0.27.2"]\ + ["@esbuild/openbsd-x64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1121,10 +1274,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-openharmony-arm64-npm-0.27.2-b815985320/node_modules/@esbuild/openharmony-arm64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-openharmony-arm64-npm-0.27.3-ef55456c0b/node_modules/@esbuild/openharmony-arm64/",\ "packageDependencies": [\ - ["@esbuild/openharmony-arm64", "npm:0.27.2"]\ + ["@esbuild/openharmony-arm64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1137,10 +1290,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-sunos-x64-npm-0.27.2-fb3c4c523d/node_modules/@esbuild/sunos-x64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-sunos-x64-npm-0.27.3-b9cf8f5e3b/node_modules/@esbuild/sunos-x64/",\ "packageDependencies": [\ - ["@esbuild/sunos-x64", "npm:0.27.2"]\ + ["@esbuild/sunos-x64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1153,10 +1306,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-win32-arm64-npm-0.27.2-78a0e828ec/node_modules/@esbuild/win32-arm64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-win32-arm64-npm-0.27.3-4efe5a15ad/node_modules/@esbuild/win32-arm64/",\ "packageDependencies": [\ - ["@esbuild/win32-arm64", "npm:0.27.2"]\ + ["@esbuild/win32-arm64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1169,10 +1322,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-win32-ia32-npm-0.27.2-f7488076af/node_modules/@esbuild/win32-ia32/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-win32-ia32-npm-0.27.3-bfe05b431c/node_modules/@esbuild/win32-ia32/",\ "packageDependencies": [\ - ["@esbuild/win32-ia32", "npm:0.27.2"]\ + ["@esbuild/win32-ia32", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1185,10 +1338,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/@esbuild-win32-x64-npm-0.27.2-fb03408001/node_modules/@esbuild/win32-x64/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/@esbuild-win32-x64-npm-0.27.3-c6a1294f67/node_modules/@esbuild/win32-x64/",\ "packageDependencies": [\ - ["@esbuild/win32-x64", "npm:0.27.2"]\ + ["@esbuild/win32-x64", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -1463,7 +1616,7 @@ const RAW_RUNTIME_STATE = ["npm:0.34.5", {\ "packageLocation": "./.yarn/unplugged/@img-sharp-wasm32-npm-0.34.5-4dd529dbb8/node_modules/@img/sharp-wasm32/",\ "packageDependencies": [\ - ["@emnapi/runtime", "npm:1.7.1"],\ + ["@emnapi/runtime", "npm:1.8.1"],\ ["@img/sharp-wasm32", "npm:0.34.5"]\ ],\ "linkType": "HARD"\ @@ -1496,21 +1649,11 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["@isaacs/balanced-match", [\ - ["npm:4.0.1", {\ - "packageLocation": "../../../yarn/berry/cache/@isaacs-balanced-match-npm-4.0.1-8965afafe6-10c0.zip/node_modules/@isaacs/balanced-match/",\ + ["@isaacs/cliui", [\ + ["npm:9.0.0", {\ + "packageLocation": "../../../yarn/berry/cache/@isaacs-cliui-npm-9.0.0-f5b610cfb2-10c0.zip/node_modules/@isaacs/cliui/",\ "packageDependencies": [\ - ["@isaacs/balanced-match", "npm:4.0.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@isaacs/brace-expansion", [\ - ["npm:5.0.0", {\ - "packageLocation": "../../../yarn/berry/cache/@isaacs-brace-expansion-npm-5.0.0-754d3cb3f5-10c0.zip/node_modules/@isaacs/brace-expansion/",\ - "packageDependencies": [\ - ["@isaacs/balanced-match", "npm:4.0.1"],\ - ["@isaacs/brace-expansion", "npm:5.0.0"]\ + ["@isaacs/cliui", "npm:9.0.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -1604,43 +1747,12 @@ const RAW_RUNTIME_STATE = ["unified", "npm:11.0.5"],\ ["unist-util-position-from-estree", "npm:2.0.0"],\ ["unist-util-stringify-position", "npm:4.0.0"],\ - ["unist-util-visit", "npm:5.0.0"],\ + ["unist-util-visit", "npm:5.1.0"],\ ["vfile", "npm:6.0.3"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@nodelib/fs.scandir", [\ - ["npm:2.1.5", {\ - "packageLocation": "../../../yarn/berry/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-10c0.zip/node_modules/@nodelib/fs.scandir/",\ - "packageDependencies": [\ - ["@nodelib/fs.scandir", "npm:2.1.5"],\ - ["@nodelib/fs.stat", "npm:2.0.5"],\ - ["run-parallel", "npm:1.2.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@nodelib/fs.stat", [\ - ["npm:2.0.5", {\ - "packageLocation": "../../../yarn/berry/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-10c0.zip/node_modules/@nodelib/fs.stat/",\ - "packageDependencies": [\ - ["@nodelib/fs.stat", "npm:2.0.5"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@nodelib/fs.walk", [\ - ["npm:1.2.8", {\ - "packageLocation": "../../../yarn/berry/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-10c0.zip/node_modules/@nodelib/fs.walk/",\ - "packageDependencies": [\ - ["@nodelib/fs.scandir", "npm:2.1.5"],\ - ["@nodelib/fs.walk", "npm:1.2.8"],\ - ["fastq", "npm:1.19.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["@npmcli/agent", [\ ["npm:4.0.0", {\ "packageLocation": "../../../yarn/berry/cache/@npmcli-agent-npm-4.0.0-502e5ae4f0-10c0.zip/node_modules/@npmcli/agent/",\ @@ -1649,7 +1761,7 @@ const RAW_RUNTIME_STATE = ["agent-base", "npm:7.1.4"],\ ["http-proxy-agent", "npm:7.0.2"],\ ["https-proxy-agent", "npm:7.0.6"],\ - ["lru-cache", "npm:11.2.2"],\ + ["lru-cache", "npm:11.2.6"],\ ["socks-proxy-agent", "npm:8.0.5"]\ ],\ "linkType": "HARD"\ @@ -1660,7 +1772,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "../../../yarn/berry/cache/@npmcli-fs-npm-5.0.0-9d737ae2f3-10c0.zip/node_modules/@npmcli/fs/",\ "packageDependencies": [\ ["@npmcli/fs", "npm:5.0.0"],\ - ["semver", "npm:7.7.3"]\ + ["semver", "npm:7.7.4"]\ ],\ "linkType": "HARD"\ }]\ @@ -1961,17 +2073,6 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@shikijs/core", [\ - ["npm:3.20.0", {\ - "packageLocation": "../../../yarn/berry/cache/@shikijs-core-npm-3.20.0-e5f6566f05-10c0.zip/node_modules/@shikijs/core/",\ - "packageDependencies": [\ - ["@shikijs/core", "npm:3.20.0"],\ - ["@shikijs/types", "npm:3.20.0"],\ - ["@shikijs/vscode-textmate", "npm:10.0.2"],\ - ["@types/hast", "npm:3.0.4"],\ - ["hast-util-to-html", "npm:9.0.5"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:3.22.0", {\ "packageLocation": "../../../yarn/berry/cache/@shikijs-core-npm-3.22.0-62f6ff0d3c-10c0.zip/node_modules/@shikijs/core/",\ "packageDependencies": [\ @@ -1985,16 +2086,6 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@shikijs/engine-javascript", [\ - ["npm:3.20.0", {\ - "packageLocation": "../../../yarn/berry/cache/@shikijs-engine-javascript-npm-3.20.0-0a202fa229-10c0.zip/node_modules/@shikijs/engine-javascript/",\ - "packageDependencies": [\ - ["@shikijs/engine-javascript", "npm:3.20.0"],\ - ["@shikijs/types", "npm:3.20.0"],\ - ["@shikijs/vscode-textmate", "npm:10.0.2"],\ - ["oniguruma-to-es", "npm:4.3.4"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:3.22.0", {\ "packageLocation": "../../../yarn/berry/cache/@shikijs-engine-javascript-npm-3.22.0-c278c62568-10c0.zip/node_modules/@shikijs/engine-javascript/",\ "packageDependencies": [\ @@ -2007,15 +2098,6 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@shikijs/engine-oniguruma", [\ - ["npm:3.20.0", {\ - "packageLocation": "../../../yarn/berry/cache/@shikijs-engine-oniguruma-npm-3.20.0-bf2c38ab57-10c0.zip/node_modules/@shikijs/engine-oniguruma/",\ - "packageDependencies": [\ - ["@shikijs/engine-oniguruma", "npm:3.20.0"],\ - ["@shikijs/types", "npm:3.20.0"],\ - ["@shikijs/vscode-textmate", "npm:10.0.2"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:3.22.0", {\ "packageLocation": "../../../yarn/berry/cache/@shikijs-engine-oniguruma-npm-3.22.0-7374b061ee-10c0.zip/node_modules/@shikijs/engine-oniguruma/",\ "packageDependencies": [\ @@ -2027,14 +2109,6 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@shikijs/langs", [\ - ["npm:3.20.0", {\ - "packageLocation": "../../../yarn/berry/cache/@shikijs-langs-npm-3.20.0-c64cbce651-10c0.zip/node_modules/@shikijs/langs/",\ - "packageDependencies": [\ - ["@shikijs/langs", "npm:3.20.0"],\ - ["@shikijs/types", "npm:3.20.0"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:3.22.0", {\ "packageLocation": "../../../yarn/berry/cache/@shikijs-langs-npm-3.22.0-4bf30b1915-10c0.zip/node_modules/@shikijs/langs/",\ "packageDependencies": [\ @@ -2045,29 +2119,21 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@shikijs/rehype", [\ - ["npm:3.20.0", {\ - "packageLocation": "../../../yarn/berry/cache/@shikijs-rehype-npm-3.20.0-b95b183cc8-10c0.zip/node_modules/@shikijs/rehype/",\ + ["npm:3.22.0", {\ + "packageLocation": "../../../yarn/berry/cache/@shikijs-rehype-npm-3.22.0-69dcb19088-10c0.zip/node_modules/@shikijs/rehype/",\ "packageDependencies": [\ - ["@shikijs/rehype", "npm:3.20.0"],\ - ["@shikijs/types", "npm:3.20.0"],\ + ["@shikijs/rehype", "npm:3.22.0"],\ + ["@shikijs/types", "npm:3.22.0"],\ ["@types/hast", "npm:3.0.4"],\ ["hast-util-to-string", "npm:3.0.1"],\ - ["shiki", "npm:3.20.0"],\ + ["shiki", "npm:3.22.0"],\ ["unified", "npm:11.0.5"],\ - ["unist-util-visit", "npm:5.0.0"]\ + ["unist-util-visit", "npm:5.1.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@shikijs/themes", [\ - ["npm:3.20.0", {\ - "packageLocation": "../../../yarn/berry/cache/@shikijs-themes-npm-3.20.0-80114ddc29-10c0.zip/node_modules/@shikijs/themes/",\ - "packageDependencies": [\ - ["@shikijs/themes", "npm:3.20.0"],\ - ["@shikijs/types", "npm:3.20.0"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:3.22.0", {\ "packageLocation": "../../../yarn/berry/cache/@shikijs-themes-npm-3.22.0-bfa1f70273-10c0.zip/node_modules/@shikijs/themes/",\ "packageDependencies": [\ @@ -2078,15 +2144,6 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@shikijs/types", [\ - ["npm:3.20.0", {\ - "packageLocation": "../../../yarn/berry/cache/@shikijs-types-npm-3.20.0-60cd4db840-10c0.zip/node_modules/@shikijs/types/",\ - "packageDependencies": [\ - ["@shikijs/types", "npm:3.20.0"],\ - ["@shikijs/vscode-textmate", "npm:10.0.2"],\ - ["@types/hast", "npm:3.0.4"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:3.22.0", {\ "packageLocation": "../../../yarn/berry/cache/@shikijs-types-npm-3.22.0-96980068e8-10c0.zip/node_modules/@shikijs/types/",\ "packageDependencies": [\ @@ -2253,18 +2310,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:24.10.1", {\ - "packageLocation": "../../../yarn/berry/cache/@types-node-npm-24.10.1-d514f50dfd-10c0.zip/node_modules/@types/node/",\ + ["npm:25.2.3", {\ + "packageLocation": "../../../yarn/berry/cache/@types-node-npm-25.2.3-c8fc40955b-10c0.zip/node_modules/@types/node/",\ "packageDependencies": [\ - ["@types/node", "npm:24.10.1"],\ - ["undici-types", "npm:7.16.0"]\ - ],\ - "linkType": "HARD"\ - }],\ - ["npm:25.0.3", {\ - "packageLocation": "../../../yarn/berry/cache/@types-node-npm-25.0.3-b5e8cb0cae-10c0.zip/node_modules/@types/node/",\ - "packageDependencies": [\ - ["@types/node", "npm:25.0.3"],\ + ["@types/node", "npm:25.2.3"],\ ["undici-types", "npm:7.16.0"]\ ],\ "linkType": "HARD"\ @@ -2283,7 +2332,7 @@ const RAW_RUNTIME_STATE = ["npm:1.2.7", {\ "packageLocation": "../../../yarn/berry/cache/@types-sax-npm-1.2.7-8cb29ef8d3-10c0.zip/node_modules/@types/sax/",\ "packageDependencies": [\ - ["@types/node", "npm:24.10.1"],\ + ["@types/node", "npm:25.2.3"],\ ["@types/sax", "npm:1.2.7"]\ ],\ "linkType": "HARD"\ @@ -2293,7 +2342,7 @@ const RAW_RUNTIME_STATE = ["npm:6.1.13", {\ "packageLocation": "../../../yarn/berry/cache/@types-tar-npm-6.1.13-cc6bae9607-10c0.zip/node_modules/@types/tar/",\ "packageDependencies": [\ - ["@types/node", "npm:24.10.1"],\ + ["@types/node", "npm:25.2.3"],\ ["@types/tar", "npm:6.1.13"],\ ["minipass", "npm:4.2.8"]\ ],\ @@ -2320,7 +2369,7 @@ const RAW_RUNTIME_STATE = ["npm:2.10.3", {\ "packageLocation": "../../../yarn/berry/cache/@types-yauzl-npm-2.10.3-4b633e1ddc-10c0.zip/node_modules/@types/yauzl/",\ "packageDependencies": [\ - ["@types/node", "npm:24.10.1"],\ + ["@types/node", "npm:25.2.3"],\ ["@types/yauzl", "npm:2.10.3"]\ ],\ "linkType": "HARD"\ @@ -2336,20 +2385,20 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@volar/kit", [\ - ["npm:2.4.23", {\ - "packageLocation": "../../../yarn/berry/cache/@volar-kit-npm-2.4.23-1187b4707a-10c0.zip/node_modules/@volar/kit/",\ + ["npm:2.4.28", {\ + "packageLocation": "../../../yarn/berry/cache/@volar-kit-npm-2.4.28-0b0278e7e2-10c0.zip/node_modules/@volar/kit/",\ "packageDependencies": [\ - ["@volar/kit", "npm:2.4.23"]\ + ["@volar/kit", "npm:2.4.28"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:2.4.23", {\ - "packageLocation": "./.yarn/__virtual__/@volar-kit-virtual-b703ede98f/4/yarn/berry/cache/@volar-kit-npm-2.4.23-1187b4707a-10c0.zip/node_modules/@volar/kit/",\ + ["virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:2.4.28", {\ + "packageLocation": "./.yarn/__virtual__/@volar-kit-virtual-f4dc6f3454/4/yarn/berry/cache/@volar-kit-npm-2.4.28-0b0278e7e2-10c0.zip/node_modules/@volar/kit/",\ "packageDependencies": [\ ["@types/typescript", null],\ - ["@volar/kit", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:2.4.23"],\ - ["@volar/language-service", "npm:2.4.23"],\ - ["@volar/typescript", "npm:2.4.23"],\ + ["@volar/kit", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:2.4.28"],\ + ["@volar/language-service", "npm:2.4.28"],\ + ["@volar/typescript", "npm:2.4.28"],\ ["typesafe-path", "npm:0.2.2"],\ ["typescript", null],\ ["vscode-languageserver-textdocument", "npm:1.0.12"],\ @@ -2363,23 +2412,23 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@volar/language-core", [\ - ["npm:2.4.23", {\ - "packageLocation": "../../../yarn/berry/cache/@volar-language-core-npm-2.4.23-e379782f2e-10c0.zip/node_modules/@volar/language-core/",\ + ["npm:2.4.28", {\ + "packageLocation": "../../../yarn/berry/cache/@volar-language-core-npm-2.4.28-23fc3d6b92-10c0.zip/node_modules/@volar/language-core/",\ "packageDependencies": [\ - ["@volar/language-core", "npm:2.4.23"],\ - ["@volar/source-map", "npm:2.4.23"]\ + ["@volar/language-core", "npm:2.4.28"],\ + ["@volar/source-map", "npm:2.4.28"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@volar/language-server", [\ - ["npm:2.4.23", {\ - "packageLocation": "../../../yarn/berry/cache/@volar-language-server-npm-2.4.23-61c8c83f78-10c0.zip/node_modules/@volar/language-server/",\ + ["npm:2.4.28", {\ + "packageLocation": "../../../yarn/berry/cache/@volar-language-server-npm-2.4.28-77b4317a0a-10c0.zip/node_modules/@volar/language-server/",\ "packageDependencies": [\ - ["@volar/language-core", "npm:2.4.23"],\ - ["@volar/language-server", "npm:2.4.23"],\ - ["@volar/language-service", "npm:2.4.23"],\ - ["@volar/typescript", "npm:2.4.23"],\ + ["@volar/language-core", "npm:2.4.28"],\ + ["@volar/language-server", "npm:2.4.28"],\ + ["@volar/language-service", "npm:2.4.28"],\ + ["@volar/typescript", "npm:2.4.28"],\ ["path-browserify", "npm:1.0.1"],\ ["request-light", "npm:0.7.0"],\ ["vscode-languageserver", "npm:9.0.1"],\ @@ -2391,11 +2440,11 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@volar/language-service", [\ - ["npm:2.4.23", {\ - "packageLocation": "../../../yarn/berry/cache/@volar-language-service-npm-2.4.23-802e4fdab3-10c0.zip/node_modules/@volar/language-service/",\ + ["npm:2.4.28", {\ + "packageLocation": "../../../yarn/berry/cache/@volar-language-service-npm-2.4.28-f89b0128b2-10c0.zip/node_modules/@volar/language-service/",\ "packageDependencies": [\ - ["@volar/language-core", "npm:2.4.23"],\ - ["@volar/language-service", "npm:2.4.23"],\ + ["@volar/language-core", "npm:2.4.28"],\ + ["@volar/language-service", "npm:2.4.28"],\ ["vscode-languageserver-protocol", "npm:3.17.5"],\ ["vscode-languageserver-textdocument", "npm:1.0.12"],\ ["vscode-uri", "npm:3.1.0"]\ @@ -2404,20 +2453,20 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@volar/source-map", [\ - ["npm:2.4.23", {\ - "packageLocation": "../../../yarn/berry/cache/@volar-source-map-npm-2.4.23-eea03af9fc-10c0.zip/node_modules/@volar/source-map/",\ + ["npm:2.4.28", {\ + "packageLocation": "../../../yarn/berry/cache/@volar-source-map-npm-2.4.28-7517299eaf-10c0.zip/node_modules/@volar/source-map/",\ "packageDependencies": [\ - ["@volar/source-map", "npm:2.4.23"]\ + ["@volar/source-map", "npm:2.4.28"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["@volar/typescript", [\ - ["npm:2.4.23", {\ - "packageLocation": "../../../yarn/berry/cache/@volar-typescript-npm-2.4.23-287596357e-10c0.zip/node_modules/@volar/typescript/",\ + ["npm:2.4.28", {\ + "packageLocation": "../../../yarn/berry/cache/@volar-typescript-npm-2.4.28-0b79b39aaa-10c0.zip/node_modules/@volar/typescript/",\ "packageDependencies": [\ - ["@volar/language-core", "npm:2.4.23"],\ - ["@volar/typescript", "npm:2.4.23"],\ + ["@volar/language-core", "npm:2.4.28"],\ + ["@volar/typescript", "npm:2.4.28"],\ ["path-browserify", "npm:1.0.1"],\ ["vscode-uri", "npm:3.1.0"]\ ],\ @@ -2658,7 +2707,7 @@ const RAW_RUNTIME_STATE = ["dlv", "npm:1.1.3"],\ ["dset", "npm:3.1.4"],\ ["es-module-lexer", "npm:1.7.0"],\ - ["esbuild", "npm:0.27.2"],\ + ["esbuild", "npm:0.27.3"],\ ["estree-walker", "npm:3.0.3"],\ ["flattie", "npm:1.1.1"],\ ["fontace", "npm:0.4.1"],\ @@ -2688,7 +2737,7 @@ const RAW_RUNTIME_STATE = ["tsconfck", "virtual:a9b066526cd8bf903663ec1bea53ae051765a307bb3e507cee120b9454b61ea2ddd90f3d8d5d79e70131521eb4500ffc026a42ad664475c0b83512d312206f82#npm:3.1.6"],\ ["ultrahtml", "npm:1.6.0"],\ ["unifont", "npm:0.7.3"],\ - ["unist-util-visit", "npm:5.0.0"],\ + ["unist-util-visit", "npm:5.1.0"],\ ["unstorage", "virtual:a9b066526cd8bf903663ec1bea53ae051765a307bb3e507cee120b9454b61ea2ddd90f3d8d5d79e70131521eb4500ffc026a42ad664475c0b83512d312206f82#npm:1.17.4"],\ ["vfile", "npm:6.0.3"],\ ["vite", "virtual:a9b066526cd8bf903663ec1bea53ae051765a307bb3e507cee120b9454b61ea2ddd90f3d8d5d79e70131521eb4500ffc026a42ad664475c0b83512d312206f82#npm:6.4.1"],\ @@ -2810,7 +2859,7 @@ const RAW_RUNTIME_STATE = ["@types/solid-js", null],\ ["babel-plugin-jsx-dom-expressions", "virtual:b71b48154efa041bc1a6d1367f5979e983ee1d732b0100a12722ccc6e42955004dad1558e2341b49a791dddf1ca618ae79399f1af87211c7763a7465abe0b1f4#npm:0.40.3"],\ ["babel-preset-solid", "virtual:c7d0a6d12786b4def1ee92f87fffe7c875b2e1321c6eaf59960eeeee02ca2e758f36d004beff00ee247b644626596d5d4b9db732ea774426a902c9ae06381d62#npm:1.9.10"],\ - ["solid-js", "npm:1.9.10"]\ + ["solid-js", "npm:1.9.11"]\ ],\ "packagePeers": [\ "@babel/core",\ @@ -2830,6 +2879,16 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["balanced-match", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../yarn/berry/cache/balanced-match-npm-4.0.2-8236a65990-10c0.zip/node_modules/balanced-match/",\ + "packageDependencies": [\ + ["balanced-match", "npm:4.0.2"],\ + ["jackspeak", "npm:4.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["base-64", [\ ["npm:1.0.0", {\ "packageLocation": "../../../yarn/berry/cache/base-64-npm-1.0.0-0683a6b836-10c0.zip/node_modules/base-64/",\ @@ -2840,10 +2899,10 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["baseline-browser-mapping", [\ - ["npm:2.8.30", {\ - "packageLocation": "../../../yarn/berry/cache/baseline-browser-mapping-npm-2.8.30-0bd78fe320-10c0.zip/node_modules/baseline-browser-mapping/",\ + ["npm:2.9.19", {\ + "packageLocation": "../../../yarn/berry/cache/baseline-browser-mapping-npm-2.9.19-aab193a58f-10c0.zip/node_modules/baseline-browser-mapping/",\ "packageDependencies": [\ - ["baseline-browser-mapping", "npm:2.8.30"]\ + ["baseline-browser-mapping", "npm:2.9.19"]\ ],\ "linkType": "HARD"\ }]\ @@ -2874,12 +2933,12 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["braces", [\ - ["npm:3.0.3", {\ - "packageLocation": "../../../yarn/berry/cache/braces-npm-3.0.3-582c14023c-10c0.zip/node_modules/braces/",\ + ["brace-expansion", [\ + ["npm:5.0.2", {\ + "packageLocation": "../../../yarn/berry/cache/brace-expansion-npm-5.0.2-9598014784-10c0.zip/node_modules/brace-expansion/",\ "packageDependencies": [\ - ["braces", "npm:3.0.3"],\ - ["fill-range", "npm:7.1.1"]\ + ["balanced-match", "npm:4.0.2"],\ + ["brace-expansion", "npm:5.0.2"]\ ],\ "linkType": "HARD"\ }]\ @@ -2888,7 +2947,7 @@ const RAW_RUNTIME_STATE = ["npm:4.28.0", {\ "packageLocation": "../../../yarn/berry/cache/browserslist-npm-4.28.0-c16ea3c47c-10c0.zip/node_modules/browserslist/",\ "packageDependencies": [\ - ["baseline-browser-mapping", "npm:2.8.30"],\ + ["baseline-browser-mapping", "npm:2.9.19"],\ ["browserslist", "npm:4.28.0"],\ ["caniuse-lite", "npm:1.0.30001756"],\ ["electron-to-chromium", "npm:1.5.259"],\ @@ -2914,14 +2973,14 @@ const RAW_RUNTIME_STATE = ["@npmcli/fs", "npm:5.0.0"],\ ["cacache", "npm:20.0.3"],\ ["fs-minipass", "npm:3.0.3"],\ - ["glob", "npm:13.0.0"],\ - ["lru-cache", "npm:11.2.2"],\ + ["glob", "npm:13.0.3"],\ + ["lru-cache", "npm:11.2.6"],\ ["minipass", "npm:7.1.2"],\ ["minipass-collect", "npm:2.0.1"],\ ["minipass-flush", "npm:1.0.5"],\ ["minipass-pipeline", "npm:1.2.4"],\ ["p-map", "npm:7.0.4"],\ - ["ssri", "npm:13.0.0"],\ + ["ssri", "npm:13.0.1"],\ ["unique-filename", "npm:5.0.0"]\ ],\ "linkType": "HARD"\ @@ -3723,36 +3782,36 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:0.27.2", {\ - "packageLocation": "./.yarn/unplugged/esbuild-npm-0.27.2-7789e62c6d/node_modules/esbuild/",\ + ["npm:0.27.3", {\ + "packageLocation": "./.yarn/unplugged/esbuild-npm-0.27.3-85b6c20323/node_modules/esbuild/",\ "packageDependencies": [\ - ["@esbuild/aix-ppc64", "npm:0.27.2"],\ - ["@esbuild/android-arm", "npm:0.27.2"],\ - ["@esbuild/android-arm64", "npm:0.27.2"],\ - ["@esbuild/android-x64", "npm:0.27.2"],\ - ["@esbuild/darwin-arm64", "npm:0.27.2"],\ - ["@esbuild/darwin-x64", "npm:0.27.2"],\ - ["@esbuild/freebsd-arm64", "npm:0.27.2"],\ - ["@esbuild/freebsd-x64", "npm:0.27.2"],\ - ["@esbuild/linux-arm", "npm:0.27.2"],\ - ["@esbuild/linux-arm64", "npm:0.27.2"],\ - ["@esbuild/linux-ia32", "npm:0.27.2"],\ - ["@esbuild/linux-loong64", "npm:0.27.2"],\ - ["@esbuild/linux-mips64el", "npm:0.27.2"],\ - ["@esbuild/linux-ppc64", "npm:0.27.2"],\ - ["@esbuild/linux-riscv64", "npm:0.27.2"],\ - ["@esbuild/linux-s390x", "npm:0.27.2"],\ - ["@esbuild/linux-x64", "npm:0.27.2"],\ - ["@esbuild/netbsd-arm64", "npm:0.27.2"],\ - ["@esbuild/netbsd-x64", "npm:0.27.2"],\ - ["@esbuild/openbsd-arm64", "npm:0.27.2"],\ - ["@esbuild/openbsd-x64", "npm:0.27.2"],\ - ["@esbuild/openharmony-arm64", "npm:0.27.2"],\ - ["@esbuild/sunos-x64", "npm:0.27.2"],\ - ["@esbuild/win32-arm64", "npm:0.27.2"],\ - ["@esbuild/win32-ia32", "npm:0.27.2"],\ - ["@esbuild/win32-x64", "npm:0.27.2"],\ - ["esbuild", "npm:0.27.2"]\ + ["@esbuild/aix-ppc64", "npm:0.27.3"],\ + ["@esbuild/android-arm", "npm:0.27.3"],\ + ["@esbuild/android-arm64", "npm:0.27.3"],\ + ["@esbuild/android-x64", "npm:0.27.3"],\ + ["@esbuild/darwin-arm64", "npm:0.27.3"],\ + ["@esbuild/darwin-x64", "npm:0.27.3"],\ + ["@esbuild/freebsd-arm64", "npm:0.27.3"],\ + ["@esbuild/freebsd-x64", "npm:0.27.3"],\ + ["@esbuild/linux-arm", "npm:0.27.3"],\ + ["@esbuild/linux-arm64", "npm:0.27.3"],\ + ["@esbuild/linux-ia32", "npm:0.27.3"],\ + ["@esbuild/linux-loong64", "npm:0.27.3"],\ + ["@esbuild/linux-mips64el", "npm:0.27.3"],\ + ["@esbuild/linux-ppc64", "npm:0.27.3"],\ + ["@esbuild/linux-riscv64", "npm:0.27.3"],\ + ["@esbuild/linux-s390x", "npm:0.27.3"],\ + ["@esbuild/linux-x64", "npm:0.27.3"],\ + ["@esbuild/netbsd-arm64", "npm:0.27.3"],\ + ["@esbuild/netbsd-x64", "npm:0.27.3"],\ + ["@esbuild/openbsd-arm64", "npm:0.27.3"],\ + ["@esbuild/openbsd-x64", "npm:0.27.3"],\ + ["@esbuild/openharmony-arm64", "npm:0.27.3"],\ + ["@esbuild/sunos-x64", "npm:0.27.3"],\ + ["@esbuild/win32-arm64", "npm:0.27.3"],\ + ["@esbuild/win32-ia32", "npm:0.27.3"],\ + ["@esbuild/win32-x64", "npm:0.27.3"],\ + ["esbuild", "npm:0.27.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -3916,20 +3975,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["fast-glob", [\ - ["npm:3.3.3", {\ - "packageLocation": "../../../yarn/berry/cache/fast-glob-npm-3.3.3-2a653be532-10c0.zip/node_modules/fast-glob/",\ - "packageDependencies": [\ - ["@nodelib/fs.stat", "npm:2.0.5"],\ - ["@nodelib/fs.walk", "npm:1.2.8"],\ - ["fast-glob", "npm:3.3.3"],\ - ["glob-parent", "npm:5.1.2"],\ - ["merge2", "npm:1.4.1"],\ - ["micromatch", "npm:4.0.8"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["fast-uri", [\ ["npm:3.1.0", {\ "packageLocation": "../../../yarn/berry/cache/fast-uri-npm-3.1.0-57fa0b3f3c-10c0.zip/node_modules/fast-uri/",\ @@ -3939,16 +3984,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["fastq", [\ - ["npm:1.19.1", {\ - "packageLocation": "../../../yarn/berry/cache/fastq-npm-1.19.1-ca0a13ec3f-10c0.zip/node_modules/fastq/",\ - "packageDependencies": [\ - ["fastq", "npm:1.19.1"],\ - ["reusify", "npm:1.1.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["fd-slicer", [\ ["npm:1.1.0", {\ "packageLocation": "../../../yarn/berry/cache/fd-slicer-npm-1.1.0-3cade0050a-10c0.zip/node_modules/fd-slicer/",\ @@ -3981,16 +4016,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["fill-range", [\ - ["npm:7.1.1", {\ - "packageLocation": "../../../yarn/berry/cache/fill-range-npm-7.1.1-bf491486db-10c0.zip/node_modules/fill-range/",\ - "packageDependencies": [\ - ["fill-range", "npm:7.1.1"],\ - ["to-regex-range", "npm:5.0.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["flattie", [\ ["npm:1.1.1", {\ "packageLocation": "../../../yarn/berry/cache/flattie-npm-1.1.1-1edf9ba294-10c0.zip/node_modules/flattie/",\ @@ -4079,7 +4104,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "./.yarn/unplugged/fsevents-patch-6b67494872/node_modules/fsevents/",\ "packageDependencies": [\ ["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1"],\ - ["node-gyp", "npm:12.1.0"]\ + ["node-gyp", "npm:12.2.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -4180,27 +4205,17 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["glob", [\ - ["npm:13.0.0", {\ - "packageLocation": "../../../yarn/berry/cache/glob-npm-13.0.0-8e50143ca8-10c0.zip/node_modules/glob/",\ + ["npm:13.0.3", {\ + "packageLocation": "../../../yarn/berry/cache/glob-npm-13.0.3-f06360294f-10c0.zip/node_modules/glob/",\ "packageDependencies": [\ - ["glob", "npm:13.0.0"],\ - ["minimatch", "npm:10.1.1"],\ + ["glob", "npm:13.0.3"],\ + ["minimatch", "npm:10.2.0"],\ ["minipass", "npm:7.1.2"],\ ["path-scurry", "npm:2.0.1"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["glob-parent", [\ - ["npm:5.1.2", {\ - "packageLocation": "../../../yarn/berry/cache/glob-parent-npm-5.1.2-021ab32634-10c0.zip/node_modules/glob-parent/",\ - "packageDependencies": [\ - ["glob-parent", "npm:5.1.2"],\ - ["is-glob", "npm:4.0.3"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["globals", [\ ["npm:15.15.0", {\ "packageLocation": "../../../yarn/berry/cache/globals-npm-15.15.0-5ddcb6c553-10c0.zip/node_modules/globals/",\ @@ -4411,7 +4426,7 @@ const RAW_RUNTIME_STATE = ["mdast-util-to-hast", "npm:13.2.0"],\ ["parse5", "npm:7.3.0"],\ ["unist-util-position", "npm:5.0.0"],\ - ["unist-util-visit", "npm:5.0.0"],\ + ["unist-util-visit", "npm:5.1.0"],\ ["vfile", "npm:6.0.3"],\ ["web-namespaces", "npm:2.0.1"],\ ["zwitch", "npm:2.0.4"]\ @@ -4781,15 +4796,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["is-extglob", [\ - ["npm:2.1.1", {\ - "packageLocation": "../../../yarn/berry/cache/is-extglob-npm-2.1.1-0870ea68b5-10c0.zip/node_modules/is-extglob/",\ - "packageDependencies": [\ - ["is-extglob", "npm:2.1.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["is-fullwidth-code-point", [\ ["npm:3.0.0", {\ "packageLocation": "../../../yarn/berry/cache/is-fullwidth-code-point-npm-3.0.0-1ecf4ebee5-10c0.zip/node_modules/is-fullwidth-code-point/",\ @@ -4799,16 +4805,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["is-glob", [\ - ["npm:4.0.3", {\ - "packageLocation": "../../../yarn/berry/cache/is-glob-npm-4.0.3-cb87bf1bdb-10c0.zip/node_modules/is-glob/",\ - "packageDependencies": [\ - ["is-extglob", "npm:2.1.1"],\ - ["is-glob", "npm:4.0.3"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["is-hexadecimal", [\ ["npm:2.0.1", {\ "packageLocation": "../../../yarn/berry/cache/is-hexadecimal-npm-2.0.1-00f396bd63-10c0.zip/node_modules/is-hexadecimal/",\ @@ -4828,15 +4824,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["is-number", [\ - ["npm:7.0.0", {\ - "packageLocation": "../../../yarn/berry/cache/is-number-npm-7.0.0-060086935c-10c0.zip/node_modules/is-number/",\ - "packageDependencies": [\ - ["is-number", "npm:7.0.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["is-plain-obj", [\ ["npm:4.1.0", {\ "packageLocation": "../../../yarn/berry/cache/is-plain-obj-npm-4.1.0-a4f2a92b44-10c0.zip/node_modules/is-plain-obj/",\ @@ -4866,10 +4853,20 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["isexe", [\ - ["npm:3.1.1", {\ - "packageLocation": "../../../yarn/berry/cache/isexe-npm-3.1.1-9c0061eead-10c0.zip/node_modules/isexe/",\ + ["npm:4.0.0", {\ + "packageLocation": "../../../yarn/berry/cache/isexe-npm-4.0.0-588229ad74-10c0.zip/node_modules/isexe/",\ "packageDependencies": [\ - ["isexe", "npm:3.1.1"]\ + ["isexe", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jackspeak", [\ + ["npm:4.2.3", {\ + "packageLocation": "../../../yarn/berry/cache/jackspeak-npm-4.2.3-f109d7d54c-10c0.zip/node_modules/jackspeak/",\ + "packageDependencies": [\ + ["@isaacs/cliui", "npm:9.0.0"],\ + ["jackspeak", "npm:4.2.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -5001,13 +4998,6 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["lru-cache", [\ - ["npm:11.2.2", {\ - "packageLocation": "../../../yarn/berry/cache/lru-cache-npm-11.2.2-685f5506dc-10c0.zip/node_modules/lru-cache/",\ - "packageDependencies": [\ - ["lru-cache", "npm:11.2.2"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:11.2.6", {\ "packageLocation": "../../../yarn/berry/cache/lru-cache-npm-11.2.6-acb7d4323e-10c0.zip/node_modules/lru-cache/",\ "packageDependencies": [\ @@ -5055,13 +5045,13 @@ const RAW_RUNTIME_STATE = ["http-cache-semantics", "npm:4.2.0"],\ ["make-fetch-happen", "npm:15.0.3"],\ ["minipass", "npm:7.1.2"],\ - ["minipass-fetch", "npm:5.0.0"],\ + ["minipass-fetch", "npm:5.0.1"],\ ["minipass-flush", "npm:1.0.5"],\ ["minipass-pipeline", "npm:1.2.4"],\ ["negotiator", "npm:1.0.0"],\ - ["proc-log", "npm:6.0.0"],\ + ["proc-log", "npm:6.1.0"],\ ["promise-retry", "npm:2.0.1"],\ - ["ssri", "npm:13.0.0"]\ + ["ssri", "npm:13.0.1"]\ ],\ "linkType": "HARD"\ }]\ @@ -5100,7 +5090,7 @@ const RAW_RUNTIME_STATE = ["@types/mdast", "npm:4.0.4"],\ ["@types/unist", "npm:3.0.3"],\ ["mdast-util-definitions", "npm:6.0.0"],\ - ["unist-util-visit", "npm:5.0.0"]\ + ["unist-util-visit", "npm:5.1.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -5310,7 +5300,7 @@ const RAW_RUNTIME_STATE = ["micromark-util-sanitize-uri", "npm:2.0.1"],\ ["trim-lines", "npm:3.0.1"],\ ["unist-util-position", "npm:5.0.0"],\ - ["unist-util-visit", "npm:5.0.0"],\ + ["unist-util-visit", "npm:5.1.0"],\ ["vfile", "npm:6.0.3"]\ ],\ "linkType": "HARD"\ @@ -5328,7 +5318,7 @@ const RAW_RUNTIME_STATE = ["mdast-util-to-string", "npm:4.0.0"],\ ["micromark-util-classify-character", "npm:2.0.1"],\ ["micromark-util-decode-string", "npm:2.0.1"],\ - ["unist-util-visit", "npm:5.0.0"],\ + ["unist-util-visit", "npm:5.1.0"],\ ["zwitch", "npm:2.0.4"]\ ],\ "linkType": "HARD"\ @@ -5377,15 +5367,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["merge2", [\ - ["npm:1.4.1", {\ - "packageLocation": "../../../yarn/berry/cache/merge2-npm-1.4.1-a2507bd06c-10c0.zip/node_modules/merge2/",\ - "packageDependencies": [\ - ["merge2", "npm:1.4.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["micromark", [\ ["npm:4.0.2", {\ "packageLocation": "../../../yarn/berry/cache/micromark-npm-4.0.2-99b2e4c11c-10c0.zip/node_modules/micromark/",\ @@ -5862,17 +5843,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["micromatch", [\ - ["npm:4.0.8", {\ - "packageLocation": "../../../yarn/berry/cache/micromatch-npm-4.0.8-c9570e4aca-10c0.zip/node_modules/micromatch/",\ - "packageDependencies": [\ - ["braces", "npm:3.0.3"],\ - ["micromatch", "npm:4.0.8"],\ - ["picomatch", "npm:2.3.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["mime-db", [\ ["npm:1.52.0", {\ "packageLocation": "../../../yarn/berry/cache/mime-db-npm-1.52.0-b5371d6fd2-10c0.zip/node_modules/mime-db/",\ @@ -5893,11 +5863,11 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["minimatch", [\ - ["npm:10.1.1", {\ - "packageLocation": "../../../yarn/berry/cache/minimatch-npm-10.1.1-453db4ee1a-10c0.zip/node_modules/minimatch/",\ + ["npm:10.2.0", {\ + "packageLocation": "../../../yarn/berry/cache/minimatch-npm-10.2.0-63c4781adf-10c0.zip/node_modules/minimatch/",\ "packageDependencies": [\ - ["@isaacs/brace-expansion", "npm:5.0.0"],\ - ["minimatch", "npm:10.1.1"]\ + ["brace-expansion", "npm:5.0.2"],\ + ["minimatch", "npm:10.2.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -5944,13 +5914,13 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["minipass-fetch", [\ - ["npm:5.0.0", {\ - "packageLocation": "../../../yarn/berry/cache/minipass-fetch-npm-5.0.0-e53c2bae4c-10c0.zip/node_modules/minipass-fetch/",\ + ["npm:5.0.1", {\ + "packageLocation": "../../../yarn/berry/cache/minipass-fetch-npm-5.0.1-34f846b2fb-10c0.zip/node_modules/minipass-fetch/",\ "packageDependencies": [\ ["encoding", "npm:0.1.13"],\ ["minipass", "npm:7.1.2"],\ - ["minipass-fetch", "npm:5.0.0"],\ - ["minipass-sized", "npm:1.0.3"],\ + ["minipass-fetch", "npm:5.0.1"],\ + ["minipass-sized", "npm:2.0.0"],\ ["minizlib", "npm:3.1.0"]\ ],\ "linkType": "HARD"\ @@ -5977,11 +5947,11 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["minipass-sized", [\ - ["npm:1.0.3", {\ - "packageLocation": "../../../yarn/berry/cache/minipass-sized-npm-1.0.3-306d86f432-10c0.zip/node_modules/minipass-sized/",\ + ["npm:2.0.0", {\ + "packageLocation": "../../../yarn/berry/cache/minipass-sized-npm-2.0.0-a911fc7d3f-10c0.zip/node_modules/minipass-sized/",\ "packageDependencies": [\ - ["minipass", "npm:3.3.6"],\ - ["minipass-sized", "npm:1.0.3"]\ + ["minipass", "npm:7.1.2"],\ + ["minipass-sized", "npm:2.0.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -6022,7 +5992,7 @@ const RAW_RUNTIME_STATE = ["mlly", "npm:1.8.0"],\ ["pathe", "npm:2.0.3"],\ ["pkg-types", "npm:1.3.1"],\ - ["ufo", "npm:1.6.1"]\ + ["ufo", "npm:1.6.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -6101,20 +6071,20 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["node-gyp", [\ - ["npm:12.1.0", {\ - "packageLocation": "./.yarn/unplugged/node-gyp-npm-12.1.0-0690767ce9/node_modules/node-gyp/",\ + ["npm:12.2.0", {\ + "packageLocation": "./.yarn/unplugged/node-gyp-npm-12.2.0-11f8fe84f1/node_modules/node-gyp/",\ "packageDependencies": [\ ["env-paths", "npm:2.2.1"],\ ["exponential-backoff", "npm:3.1.3"],\ ["graceful-fs", "npm:4.2.11"],\ ["make-fetch-happen", "npm:15.0.3"],\ - ["node-gyp", "npm:12.1.0"],\ + ["node-gyp", "npm:12.2.0"],\ ["nopt", "npm:9.0.0"],\ - ["proc-log", "npm:6.0.0"],\ - ["semver", "npm:7.7.3"],\ - ["tar", "npm:7.5.2"],\ + ["proc-log", "npm:6.1.0"],\ + ["semver", "npm:7.7.4"],\ + ["tar", "npm:7.5.7"],\ ["tinyglobby", "npm:0.2.15"],\ - ["which", "npm:6.0.0"]\ + ["which", "npm:6.0.1"]\ ],\ "linkType": "HARD"\ }]\ @@ -6173,7 +6143,7 @@ const RAW_RUNTIME_STATE = ["destr", "npm:2.0.5"],\ ["node-fetch-native", "npm:1.6.7"],\ ["ofetch", "npm:1.5.1"],\ - ["ufo", "npm:1.6.1"]\ + ["ufo", "npm:1.6.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -6212,7 +6182,7 @@ const RAW_RUNTIME_STATE = "packageDependencies": [\ ["oniguruma-parser", "npm:0.12.1"],\ ["oniguruma-to-es", "npm:4.3.4"],\ - ["regex", "npm:6.0.1"],\ + ["regex", "npm:6.1.0"],\ ["regex-recursion", "npm:6.0.2"]\ ],\ "linkType": "HARD"\ @@ -6258,13 +6228,6 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["package-manager-detector", [\ - ["npm:1.5.0", {\ - "packageLocation": "../../../yarn/berry/cache/package-manager-detector-npm-1.5.0-65a1f2e25c-10c0.zip/node_modules/package-manager-detector/",\ - "packageDependencies": [\ - ["package-manager-detector", "npm:1.5.0"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:1.6.0", {\ "packageLocation": "../../../yarn/berry/cache/package-manager-detector-npm-1.6.0-7526931ba9-10c0.zip/node_modules/package-manager-detector/",\ "packageDependencies": [\ @@ -6370,7 +6333,7 @@ const RAW_RUNTIME_STATE = ["npm:2.0.1", {\ "packageLocation": "../../../yarn/berry/cache/path-scurry-npm-2.0.1-7744619e5d-10c0.zip/node_modules/path-scurry/",\ "packageDependencies": [\ - ["lru-cache", "npm:11.2.2"],\ + ["lru-cache", "npm:11.2.6"],\ ["minipass", "npm:7.1.2"],\ ["path-scurry", "npm:2.0.1"]\ ],\ @@ -6471,10 +6434,10 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["prettier", [\ - ["npm:3.6.2", {\ - "packageLocation": "./.yarn/unplugged/prettier-npm-3.6.2-2668152203/node_modules/prettier/",\ + ["npm:3.8.1", {\ + "packageLocation": "./.yarn/unplugged/prettier-npm-3.8.1-04022a855f/node_modules/prettier/",\ "packageDependencies": [\ - ["prettier", "npm:3.6.2"]\ + ["prettier", "npm:3.8.1"]\ ],\ "linkType": "HARD"\ }]\ @@ -6489,10 +6452,10 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["proc-log", [\ - ["npm:6.0.0", {\ - "packageLocation": "../../../yarn/berry/cache/proc-log-npm-6.0.0-455d6f01a6-10c0.zip/node_modules/proc-log/",\ + ["npm:6.1.0", {\ + "packageLocation": "../../../yarn/berry/cache/proc-log-npm-6.1.0-84e609b3f4-10c0.zip/node_modules/proc-log/",\ "packageDependencies": [\ - ["proc-log", "npm:6.0.0"]\ + ["proc-log", "npm:6.1.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -6564,15 +6527,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["queue-microtask", [\ - ["npm:1.2.3", {\ - "packageLocation": "../../../yarn/berry/cache/queue-microtask-npm-1.2.3-fcc98e4e2d-10c0.zip/node_modules/queue-microtask/",\ - "packageDependencies": [\ - ["queue-microtask", "npm:1.2.3"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["quickshell-docs", [\ ["workspace:.", {\ "packageLocation": "./",\ @@ -6583,21 +6537,22 @@ const RAW_RUNTIME_STATE = ["@astrojs/sitemap", "npm:3.7.0"],\ ["@astrojs/solid-js", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:5.1.3"],\ ["@astrojs/ts-plugin", "npm:1.10.6"],\ - ["@babel/core", "npm:7.28.5"],\ - ["@babel/plugin-syntax-typescript", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.27.1"],\ - ["@biomejs/biome", "npm:2.3.10"],\ + ["@babel/core", "npm:7.29.0"],\ + ["@babel/plugin-syntax-typescript", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.28.6"],\ + ["@biomejs/biome", "npm:2.3.15"],\ ["@fontsource-variable/rubik", "npm:5.2.8"],\ ["@hbsnow/rehype-sectionize", "npm:1.0.7"],\ ["@pagefind/default-ui", "npm:1.4.0"],\ - ["@shikijs/rehype", "npm:3.20.0"],\ + ["@shikijs/rehype", "npm:3.22.0"],\ ["@types/babel__core", "npm:7.20.5"],\ ["@types/hast", "npm:3.0.4"],\ ["@types/mdast", "npm:4.0.4"],\ - ["@types/node", "npm:25.0.3"],\ + ["@types/node", "npm:25.2.3"],\ ["@types/unist", "npm:3.0.3"],\ ["astro", "npm:5.17.2"],\ ["astro-breadcrumbs", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:3.3.3"],\ ["astro-icon", "npm:1.1.5"],\ + ["baseline-browser-mapping", "npm:2.9.19"],\ ["hast-util-from-html", "npm:2.0.3"],\ ["hastscript", "npm:9.0.1"],\ ["jsonc-parser", "npm:3.3.1"],\ @@ -6605,13 +6560,13 @@ const RAW_RUNTIME_STATE = ["quickshell-docs", "workspace:."],\ ["rehype", "npm:13.0.2"],\ ["remark-github-blockquote-alert", "npm:2.0.1"],\ - ["shiki", "npm:3.20.0"],\ - ["solid-js", "npm:1.9.10"],\ + ["shiki", "npm:3.22.0"],\ + ["solid-js", "npm:1.9.11"],\ ["tsx", "npm:4.21.0"],\ ["typescript", "patch:typescript@npm%3A5.9.3#optional!builtin::version=5.9.3&hash=5786d5"],\ ["unified", "npm:11.0.5"],\ - ["unist-util-visit", "npm:5.0.0"],\ - ["vite", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.3.0"]\ + ["unist-util-visit", "npm:5.1.0"],\ + ["vite", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.3.1"]\ ],\ "linkType": "SOFT"\ }]\ @@ -6707,10 +6662,10 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["regex", [\ - ["npm:6.0.1", {\ - "packageLocation": "../../../yarn/berry/cache/regex-npm-6.0.1-e80b1c6e44-10c0.zip/node_modules/regex/",\ + ["npm:6.1.0", {\ + "packageLocation": "../../../yarn/berry/cache/regex-npm-6.1.0-3b34208a3c-10c0.zip/node_modules/regex/",\ "packageDependencies": [\ - ["regex", "npm:6.0.1"],\ + ["regex", "npm:6.1.0"],\ ["regex-utilities", "npm:2.3.0"]\ ],\ "linkType": "HARD"\ @@ -6848,7 +6803,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "../../../yarn/berry/cache/remark-github-blockquote-alert-npm-2.0.1-b063b630c0-10c0.zip/node_modules/remark-github-blockquote-alert/",\ "packageDependencies": [\ ["remark-github-blockquote-alert", "npm:2.0.1"],\ - ["unist-util-visit", "npm:5.0.0"]\ + ["unist-util-visit", "npm:5.1.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -6899,7 +6854,7 @@ const RAW_RUNTIME_STATE = ["retext", "npm:9.0.0"],\ ["retext-smartypants", "npm:6.2.0"],\ ["unified", "npm:11.0.5"],\ - ["unist-util-visit", "npm:5.0.0"]\ + ["unist-util-visit", "npm:5.1.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -6991,7 +6946,7 @@ const RAW_RUNTIME_STATE = ["@types/nlcst", "npm:2.0.3"],\ ["nlcst-to-string", "npm:4.0.0"],\ ["retext-smartypants", "npm:6.2.0"],\ - ["unist-util-visit", "npm:5.0.0"]\ + ["unist-util-visit", "npm:5.1.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -7017,15 +6972,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["reusify", [\ - ["npm:1.1.0", {\ - "packageLocation": "../../../yarn/berry/cache/reusify-npm-1.1.0-96242be57f-10c0.zip/node_modules/reusify/",\ - "packageDependencies": [\ - ["reusify", "npm:1.1.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["rollup", [\ ["npm:4.53.3", {\ "packageLocation": "../../../yarn/berry/cache/rollup-npm-4.53.3-f2e7bfc03d-10c0.zip/node_modules/rollup/",\ @@ -7059,16 +7005,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["run-parallel", [\ - ["npm:1.2.0", {\ - "packageLocation": "../../../yarn/berry/cache/run-parallel-npm-1.2.0-3f47ff2034-10c0.zip/node_modules/run-parallel/",\ - "packageDependencies": [\ - ["queue-microtask", "npm:1.2.3"],\ - ["run-parallel", "npm:1.2.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["safer-buffer", [\ ["npm:2.1.2", {\ "packageLocation": "../../../yarn/berry/cache/safer-buffer-npm-2.1.2-8d5c0b705e-10c0.zip/node_modules/safer-buffer/",\ @@ -7101,31 +7037,38 @@ const RAW_RUNTIME_STATE = ["semver", "npm:7.7.3"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:7.7.4", {\ + "packageLocation": "../../../yarn/berry/cache/semver-npm-7.7.4-746e538da5-10c0.zip/node_modules/semver/",\ + "packageDependencies": [\ + ["semver", "npm:7.7.4"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["seroval", [\ - ["npm:1.3.2", {\ - "packageLocation": "../../../yarn/berry/cache/seroval-npm-1.3.2-e8435ee0f4-10c0.zip/node_modules/seroval/",\ + ["npm:1.5.0", {\ + "packageLocation": "../../../yarn/berry/cache/seroval-npm-1.5.0-7b8429c7bb-10c0.zip/node_modules/seroval/",\ "packageDependencies": [\ - ["seroval", "npm:1.3.2"]\ + ["seroval", "npm:1.5.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ ["seroval-plugins", [\ - ["npm:1.3.3", {\ - "packageLocation": "../../../yarn/berry/cache/seroval-plugins-npm-1.3.3-e6ca810a14-10c0.zip/node_modules/seroval-plugins/",\ + ["npm:1.5.0", {\ + "packageLocation": "../../../yarn/berry/cache/seroval-plugins-npm-1.5.0-c318661cec-10c0.zip/node_modules/seroval-plugins/",\ "packageDependencies": [\ - ["seroval-plugins", "npm:1.3.3"]\ + ["seroval-plugins", "npm:1.5.0"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:84805e3c3ac0e4e2a98aa5d28d0c6f29f97a45bee266a13a49f6aa5c6f108cd59735a3f7fb061f663dfc58a5386900ffb8ebaa1654ebd382057438c953c1003b#npm:1.3.3", {\ - "packageLocation": "./.yarn/__virtual__/seroval-plugins-virtual-2b569d18d1/4/yarn/berry/cache/seroval-plugins-npm-1.3.3-e6ca810a14-10c0.zip/node_modules/seroval-plugins/",\ + ["virtual:ecf4602f8cc6704477b60563df9a03f1c3d5ee2b51d37f92415717984a46730263785bf00049987738a978c7919fe11c9838a2520a9bd4bd8bb1c102ed2505a7#npm:1.5.0", {\ + "packageLocation": "./.yarn/__virtual__/seroval-plugins-virtual-2308c266e3/4/yarn/berry/cache/seroval-plugins-npm-1.5.0-c318661cec-10c0.zip/node_modules/seroval-plugins/",\ "packageDependencies": [\ ["@types/seroval", null],\ - ["seroval", "npm:1.3.2"],\ - ["seroval-plugins", "virtual:84805e3c3ac0e4e2a98aa5d28d0c6f29f97a45bee266a13a49f6aa5c6f108cd59735a3f7fb061f663dfc58a5386900ffb8ebaa1654ebd382057438c953c1003b#npm:1.3.3"]\ + ["seroval", "npm:1.5.0"],\ + ["seroval-plugins", "virtual:ecf4602f8cc6704477b60563df9a03f1c3d5ee2b51d37f92415717984a46730263785bf00049987738a978c7919fe11c9838a2520a9bd4bd8bb1c102ed2505a7#npm:1.5.0"]\ ],\ "packagePeers": [\ "@types/seroval",\ @@ -7171,21 +7114,6 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["shiki", [\ - ["npm:3.20.0", {\ - "packageLocation": "../../../yarn/berry/cache/shiki-npm-3.20.0-7570d27685-10c0.zip/node_modules/shiki/",\ - "packageDependencies": [\ - ["@shikijs/core", "npm:3.20.0"],\ - ["@shikijs/engine-javascript", "npm:3.20.0"],\ - ["@shikijs/engine-oniguruma", "npm:3.20.0"],\ - ["@shikijs/langs", "npm:3.20.0"],\ - ["@shikijs/themes", "npm:3.20.0"],\ - ["@shikijs/types", "npm:3.20.0"],\ - ["@shikijs/vscode-textmate", "npm:10.0.2"],\ - ["@types/hast", "npm:3.0.4"],\ - ["shiki", "npm:3.20.0"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:3.22.0", {\ "packageLocation": "../../../yarn/berry/cache/shiki-npm-3.22.0-24d8e2a529-10c0.zip/node_modules/shiki/",\ "packageDependencies": [\ @@ -7234,13 +7162,6 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["smol-toml", [\ - ["npm:1.5.2", {\ - "packageLocation": "../../../yarn/berry/cache/smol-toml-npm-1.5.2-bb8115e3b2-10c0.zip/node_modules/smol-toml/",\ - "packageDependencies": [\ - ["smol-toml", "npm:1.5.2"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:1.6.0", {\ "packageLocation": "../../../yarn/berry/cache/smol-toml-npm-1.6.0-d08833c4ac-10c0.zip/node_modules/smol-toml/",\ "packageDependencies": [\ @@ -7273,13 +7194,13 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["solid-js", [\ - ["npm:1.9.10", {\ - "packageLocation": "../../../yarn/berry/cache/solid-js-npm-1.9.10-84805e3c3a-10c0.zip/node_modules/solid-js/",\ + ["npm:1.9.11", {\ + "packageLocation": "../../../yarn/berry/cache/solid-js-npm-1.9.11-ecf4602f8c-10c0.zip/node_modules/solid-js/",\ "packageDependencies": [\ ["csstype", "npm:3.2.3"],\ - ["seroval", "npm:1.3.2"],\ - ["seroval-plugins", "virtual:84805e3c3ac0e4e2a98aa5d28d0c6f29f97a45bee266a13a49f6aa5c6f108cd59735a3f7fb061f663dfc58a5386900ffb8ebaa1654ebd382057438c953c1003b#npm:1.3.3"],\ - ["solid-js", "npm:1.9.10"]\ + ["seroval", "npm:1.5.0"],\ + ["seroval-plugins", "virtual:ecf4602f8cc6704477b60563df9a03f1c3d5ee2b51d37f92415717984a46730263785bf00049987738a978c7919fe11c9838a2520a9bd4bd8bb1c102ed2505a7#npm:1.5.0"],\ + ["solid-js", "npm:1.9.11"]\ ],\ "linkType": "HARD"\ }]\ @@ -7299,7 +7220,7 @@ const RAW_RUNTIME_STATE = ["@babel/helper-module-imports", "npm:7.27.1"],\ ["@babel/types", "npm:7.28.5"],\ ["@types/solid-js", null],\ - ["solid-js", "npm:1.9.10"],\ + ["solid-js", "npm:1.9.11"],\ ["solid-refresh", "virtual:c7d0a6d12786b4def1ee92f87fffe7c875b2e1321c6eaf59960eeeee02ca2e758f36d004beff00ee247b644626596d5d4b9db732ea774426a902c9ae06381d62#npm:0.6.3"]\ ],\ "packagePeers": [\ @@ -7337,11 +7258,11 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["ssri", [\ - ["npm:13.0.0", {\ - "packageLocation": "../../../yarn/berry/cache/ssri-npm-13.0.0-f5fa93375d-10c0.zip/node_modules/ssri/",\ + ["npm:13.0.1", {\ + "packageLocation": "../../../yarn/berry/cache/ssri-npm-13.0.1-c266f2233c-10c0.zip/node_modules/ssri/",\ "packageDependencies": [\ ["minipass", "npm:7.1.2"],\ - ["ssri", "npm:13.0.0"]\ + ["ssri", "npm:13.0.1"]\ ],\ "linkType": "HARD"\ }]\ @@ -7470,14 +7391,14 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:7.5.2", {\ - "packageLocation": "../../../yarn/berry/cache/tar-npm-7.5.2-6d8cfb7a13-10c0.zip/node_modules/tar/",\ + ["npm:7.5.7", {\ + "packageLocation": "../../../yarn/berry/cache/tar-npm-7.5.7-053aec5a88-10c0.zip/node_modules/tar/",\ "packageDependencies": [\ ["@isaacs/fs-minipass", "npm:4.0.1"],\ ["chownr", "npm:3.0.0"],\ ["minipass", "npm:7.1.2"],\ ["minizlib", "npm:3.1.0"],\ - ["tar", "npm:7.5.2"],\ + ["tar", "npm:7.5.7"],\ ["yallist", "npm:5.0.0"]\ ],\ "linkType": "HARD"\ @@ -7512,16 +7433,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["to-regex-range", [\ - ["npm:5.0.1", {\ - "packageLocation": "../../../yarn/berry/cache/to-regex-range-npm-5.0.1-f1e8263b00-10c0.zip/node_modules/to-regex-range/",\ - "packageDependencies": [\ - ["is-number", "npm:7.0.0"],\ - ["to-regex-range", "npm:5.0.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["trim-lines", [\ ["npm:3.0.1", {\ "packageLocation": "../../../yarn/berry/cache/trim-lines-npm-3.0.1-24471f7e84-10c0.zip/node_modules/trim-lines/",\ @@ -7575,7 +7486,7 @@ const RAW_RUNTIME_STATE = ["npm:4.21.0", {\ "packageLocation": "../../../yarn/berry/cache/tsx-npm-4.21.0-3bc9626d81-10c0.zip/node_modules/tsx/",\ "packageDependencies": [\ - ["esbuild", "npm:0.27.2"],\ + ["esbuild", "npm:0.27.3"],\ ["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1"],\ ["get-tsconfig", "npm:4.13.0"],\ ["tsx", "npm:4.21.0"]\ @@ -7621,13 +7532,6 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["ufo", [\ - ["npm:1.6.1", {\ - "packageLocation": "../../../yarn/berry/cache/ufo-npm-1.6.1-9c6ba58c23-10c0.zip/node_modules/ufo/",\ - "packageDependencies": [\ - ["ufo", "npm:1.6.1"]\ - ],\ - "linkType": "HARD"\ - }],\ ["npm:1.6.3", {\ "packageLocation": "../../../yarn/berry/cache/ufo-npm-1.6.3-29bac69d97-10c0.zip/node_modules/ufo/",\ "packageDependencies": [\ @@ -7808,7 +7712,7 @@ const RAW_RUNTIME_STATE = "packageDependencies": [\ ["@types/unist", "npm:3.0.3"],\ ["unist-util-remove-position", "npm:5.0.0"],\ - ["unist-util-visit", "npm:5.0.0"]\ + ["unist-util-visit", "npm:5.1.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -7842,12 +7746,12 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["npm:5.0.0", {\ - "packageLocation": "../../../yarn/berry/cache/unist-util-visit-npm-5.0.0-df56c75117-10c0.zip/node_modules/unist-util-visit/",\ + ["npm:5.1.0", {\ + "packageLocation": "../../../yarn/berry/cache/unist-util-visit-npm-5.1.0-768083cd0a-10c0.zip/node_modules/unist-util-visit/",\ "packageDependencies": [\ ["@types/unist", "npm:3.0.3"],\ ["unist-util-is", "npm:6.0.1"],\ - ["unist-util-visit", "npm:5.0.0"],\ + ["unist-util-visit", "npm:5.1.0"],\ ["unist-util-visit-parents", "npm:6.0.2"]\ ],\ "linkType": "HARD"\ @@ -8079,10 +7983,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "SOFT"\ }],\ - ["npm:7.3.0", {\ - "packageLocation": "../../../yarn/berry/cache/vite-npm-7.3.0-70284f6792-10c0.zip/node_modules/vite/",\ + ["npm:7.3.1", {\ + "packageLocation": "../../../yarn/berry/cache/vite-npm-7.3.1-330baf2f0d-10c0.zip/node_modules/vite/",\ "packageDependencies": [\ - ["vite", "npm:7.3.0"]\ + ["vite", "npm:7.3.1"]\ ],\ "linkType": "SOFT"\ }],\ @@ -8144,13 +8048,13 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.3.0", {\ - "packageLocation": "./.yarn/__virtual__/vite-virtual-5e0b59515e/4/yarn/berry/cache/vite-npm-7.3.0-70284f6792-10c0.zip/node_modules/vite/",\ + ["virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.3.1", {\ + "packageLocation": "./.yarn/__virtual__/vite-virtual-e9ab94f5da/4/yarn/berry/cache/vite-npm-7.3.1-330baf2f0d-10c0.zip/node_modules/vite/",\ "packageDependencies": [\ ["@types/jiti", null],\ ["@types/less", null],\ ["@types/lightningcss", null],\ - ["@types/node", "npm:25.0.3"],\ + ["@types/node", "npm:25.2.3"],\ ["@types/sass", null],\ ["@types/sass-embedded", null],\ ["@types/stylus", null],\ @@ -8158,7 +8062,7 @@ const RAW_RUNTIME_STATE = ["@types/terser", null],\ ["@types/tsx", null],\ ["@types/yaml", null],\ - ["esbuild", "npm:0.27.2"],\ + ["esbuild", "npm:0.27.3"],\ ["fdir", "virtual:0e783aadbd2b4b8e6f6056033c0b290501892d23bc7c5dad5477e00e48ad8bd3e4434c3962a52dd75a58e06dbb7218094a494bac954ef2f7f6fdb65d9717e5f4#npm:6.5.0"],\ ["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1"],\ ["jiti", null],\ @@ -8174,7 +8078,7 @@ const RAW_RUNTIME_STATE = ["terser", null],\ ["tinyglobby", "npm:0.2.15"],\ ["tsx", "npm:4.21.0"],\ - ["vite", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.3.0"],\ + ["vite", "virtual:a9b1222052dffa20c83605ac26b64fd717aa2982dc89da74b78301a8333c50a120c12db3f68c240302341b52215e986347cefceb71633b5918936083bd9430ce#npm:7.3.1"],\ ["yaml", null]\ ],\ "packagePeers": [\ @@ -8222,7 +8126,7 @@ const RAW_RUNTIME_STATE = ["@types/vite", null],\ ["babel-preset-solid", "virtual:c7d0a6d12786b4def1ee92f87fffe7c875b2e1321c6eaf59960eeeee02ca2e758f36d004beff00ee247b644626596d5d4b9db732ea774426a902c9ae06381d62#npm:1.9.10"],\ ["merge-anything", "npm:5.1.7"],\ - ["solid-js", "npm:1.9.10"],\ + ["solid-js", "npm:1.9.11"],\ ["solid-refresh", "virtual:c7d0a6d12786b4def1ee92f87fffe7c875b2e1321c6eaf59960eeeee02ca2e758f36d004beff00ee247b644626596d5d4b9db732ea774426a902c9ae06381d62#npm:0.6.3"],\ ["vite", "virtual:a9b066526cd8bf903663ec1bea53ae051765a307bb3e507cee120b9454b61ea2ddd90f3d8d5d79e70131521eb4500ffc026a42ad664475c0b83512d312206f82#npm:6.4.1"],\ ["vite-plugin-solid", "virtual:4cdfc0301e35c7ba808c089cafcef03d4588de8675da1bfaf8337e32117fbe355aa642623f0eb495176058337a1b19aa68fa4a40b921751ba8844e35bb930b9a#npm:2.11.10"],\ @@ -8262,20 +8166,20 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["volar-service-css", [\ - ["npm:0.0.67", {\ - "packageLocation": "../../../yarn/berry/cache/volar-service-css-npm-0.0.67-737a8417f3-10c0.zip/node_modules/volar-service-css/",\ + ["npm:0.0.68", {\ + "packageLocation": "../../../yarn/berry/cache/volar-service-css-npm-0.0.68-6a3e94ea1b-10c0.zip/node_modules/volar-service-css/",\ "packageDependencies": [\ - ["volar-service-css", "npm:0.0.67"]\ + ["volar-service-css", "npm:0.0.68"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67", {\ - "packageLocation": "./.yarn/__virtual__/volar-service-css-virtual-73814c04fb/4/yarn/berry/cache/volar-service-css-npm-0.0.67-737a8417f3-10c0.zip/node_modules/volar-service-css/",\ + ["virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68", {\ + "packageLocation": "./.yarn/__virtual__/volar-service-css-virtual-805bc5725e/4/yarn/berry/cache/volar-service-css-npm-0.0.68-6a3e94ea1b-10c0.zip/node_modules/volar-service-css/",\ "packageDependencies": [\ ["@types/volar__language-service", null],\ - ["@volar/language-service", "npm:2.4.23"],\ - ["volar-service-css", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ - ["vscode-css-languageservice", "npm:6.3.8"],\ + ["@volar/language-service", "npm:2.4.28"],\ + ["volar-service-css", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ + ["vscode-css-languageservice", "npm:6.3.9"],\ ["vscode-languageserver-textdocument", "npm:1.0.12"],\ ["vscode-uri", "npm:3.1.0"]\ ],\ @@ -8287,22 +8191,22 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["volar-service-emmet", [\ - ["npm:0.0.67", {\ - "packageLocation": "../../../yarn/berry/cache/volar-service-emmet-npm-0.0.67-2f56911ffa-10c0.zip/node_modules/volar-service-emmet/",\ + ["npm:0.0.68", {\ + "packageLocation": "../../../yarn/berry/cache/volar-service-emmet-npm-0.0.68-9e3e9498d9-10c0.zip/node_modules/volar-service-emmet/",\ "packageDependencies": [\ - ["volar-service-emmet", "npm:0.0.67"]\ + ["volar-service-emmet", "npm:0.0.68"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67", {\ - "packageLocation": "./.yarn/__virtual__/volar-service-emmet-virtual-9d5e3609b4/4/yarn/berry/cache/volar-service-emmet-npm-0.0.67-2f56911ffa-10c0.zip/node_modules/volar-service-emmet/",\ + ["virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68", {\ + "packageLocation": "./.yarn/__virtual__/volar-service-emmet-virtual-efd81c0faa/4/yarn/berry/cache/volar-service-emmet-npm-0.0.68-9e3e9498d9-10c0.zip/node_modules/volar-service-emmet/",\ "packageDependencies": [\ ["@emmetio/css-parser", "npm:0.4.1"],\ ["@emmetio/html-matcher", "npm:1.3.0"],\ ["@types/volar__language-service", null],\ - ["@volar/language-service", "npm:2.4.23"],\ + ["@volar/language-service", "npm:2.4.28"],\ ["@vscode/emmet-helper", "npm:2.11.0"],\ - ["volar-service-emmet", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ + ["volar-service-emmet", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ ["vscode-uri", "npm:3.1.0"]\ ],\ "packagePeers": [\ @@ -8313,20 +8217,20 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["volar-service-html", [\ - ["npm:0.0.67", {\ - "packageLocation": "../../../yarn/berry/cache/volar-service-html-npm-0.0.67-b5f1619e1a-10c0.zip/node_modules/volar-service-html/",\ + ["npm:0.0.68", {\ + "packageLocation": "../../../yarn/berry/cache/volar-service-html-npm-0.0.68-7872d17e9e-10c0.zip/node_modules/volar-service-html/",\ "packageDependencies": [\ - ["volar-service-html", "npm:0.0.67"]\ + ["volar-service-html", "npm:0.0.68"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67", {\ - "packageLocation": "./.yarn/__virtual__/volar-service-html-virtual-1930e88972/4/yarn/berry/cache/volar-service-html-npm-0.0.67-b5f1619e1a-10c0.zip/node_modules/volar-service-html/",\ + ["virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68", {\ + "packageLocation": "./.yarn/__virtual__/volar-service-html-virtual-c8665775fc/4/yarn/berry/cache/volar-service-html-npm-0.0.68-7872d17e9e-10c0.zip/node_modules/volar-service-html/",\ "packageDependencies": [\ ["@types/volar__language-service", null],\ - ["@volar/language-service", "npm:2.4.23"],\ - ["volar-service-html", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ - ["vscode-html-languageservice", "npm:5.6.0"],\ + ["@volar/language-service", "npm:2.4.28"],\ + ["volar-service-html", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ + ["vscode-html-languageservice", "npm:5.6.1"],\ ["vscode-languageserver-textdocument", "npm:1.0.12"],\ ["vscode-uri", "npm:3.1.0"]\ ],\ @@ -8338,21 +8242,21 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["volar-service-prettier", [\ - ["npm:0.0.67", {\ - "packageLocation": "../../../yarn/berry/cache/volar-service-prettier-npm-0.0.67-f46b7b3609-10c0.zip/node_modules/volar-service-prettier/",\ + ["npm:0.0.68", {\ + "packageLocation": "../../../yarn/berry/cache/volar-service-prettier-npm-0.0.68-1bc406ce7d-10c0.zip/node_modules/volar-service-prettier/",\ "packageDependencies": [\ - ["volar-service-prettier", "npm:0.0.67"]\ + ["volar-service-prettier", "npm:0.0.68"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67", {\ - "packageLocation": "./.yarn/__virtual__/volar-service-prettier-virtual-1449410c80/4/yarn/berry/cache/volar-service-prettier-npm-0.0.67-f46b7b3609-10c0.zip/node_modules/volar-service-prettier/",\ + ["virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68", {\ + "packageLocation": "./.yarn/__virtual__/volar-service-prettier-virtual-090488acad/4/yarn/berry/cache/volar-service-prettier-npm-0.0.68-1bc406ce7d-10c0.zip/node_modules/volar-service-prettier/",\ "packageDependencies": [\ ["@types/prettier", null],\ ["@types/volar__language-service", null],\ - ["@volar/language-service", "npm:2.4.23"],\ + ["@volar/language-service", "npm:2.4.28"],\ ["prettier", null],\ - ["volar-service-prettier", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ + ["volar-service-prettier", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ ["vscode-uri", "npm:3.1.0"]\ ],\ "packagePeers": [\ @@ -8365,22 +8269,22 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["volar-service-typescript", [\ - ["npm:0.0.67", {\ - "packageLocation": "../../../yarn/berry/cache/volar-service-typescript-npm-0.0.67-129cc0b15f-10c0.zip/node_modules/volar-service-typescript/",\ + ["npm:0.0.68", {\ + "packageLocation": "../../../yarn/berry/cache/volar-service-typescript-npm-0.0.68-7ff98f3513-10c0.zip/node_modules/volar-service-typescript/",\ "packageDependencies": [\ - ["volar-service-typescript", "npm:0.0.67"]\ + ["volar-service-typescript", "npm:0.0.68"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67", {\ - "packageLocation": "./.yarn/__virtual__/volar-service-typescript-virtual-9353299c70/4/yarn/berry/cache/volar-service-typescript-npm-0.0.67-129cc0b15f-10c0.zip/node_modules/volar-service-typescript/",\ + ["virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68", {\ + "packageLocation": "./.yarn/__virtual__/volar-service-typescript-virtual-673facc3a2/4/yarn/berry/cache/volar-service-typescript-npm-0.0.68-7ff98f3513-10c0.zip/node_modules/volar-service-typescript/",\ "packageDependencies": [\ ["@types/volar__language-service", null],\ - ["@volar/language-service", "npm:2.4.23"],\ + ["@volar/language-service", "npm:2.4.28"],\ ["path-browserify", "npm:1.0.1"],\ ["semver", "npm:7.7.3"],\ ["typescript-auto-import-cache", "npm:0.3.6"],\ - ["volar-service-typescript", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ + ["volar-service-typescript", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ ["vscode-languageserver-textdocument", "npm:1.0.12"],\ ["vscode-nls", "npm:5.2.0"],\ ["vscode-uri", "npm:3.1.0"]\ @@ -8393,19 +8297,19 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["volar-service-typescript-twoslash-queries", [\ - ["npm:0.0.67", {\ - "packageLocation": "../../../yarn/berry/cache/volar-service-typescript-twoslash-queries-npm-0.0.67-823e21830e-10c0.zip/node_modules/volar-service-typescript-twoslash-queries/",\ + ["npm:0.0.68", {\ + "packageLocation": "../../../yarn/berry/cache/volar-service-typescript-twoslash-queries-npm-0.0.68-91c3a98a36-10c0.zip/node_modules/volar-service-typescript-twoslash-queries/",\ "packageDependencies": [\ - ["volar-service-typescript-twoslash-queries", "npm:0.0.67"]\ + ["volar-service-typescript-twoslash-queries", "npm:0.0.68"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67", {\ - "packageLocation": "./.yarn/__virtual__/volar-service-typescript-twoslash-queries-virtual-75d3b2ef5a/4/yarn/berry/cache/volar-service-typescript-twoslash-queries-npm-0.0.67-823e21830e-10c0.zip/node_modules/volar-service-typescript-twoslash-queries/",\ + ["virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68", {\ + "packageLocation": "./.yarn/__virtual__/volar-service-typescript-twoslash-queries-virtual-be0f3c8e20/4/yarn/berry/cache/volar-service-typescript-twoslash-queries-npm-0.0.68-91c3a98a36-10c0.zip/node_modules/volar-service-typescript-twoslash-queries/",\ "packageDependencies": [\ ["@types/volar__language-service", null],\ - ["@volar/language-service", "npm:2.4.23"],\ - ["volar-service-typescript-twoslash-queries", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ + ["@volar/language-service", "npm:2.4.28"],\ + ["volar-service-typescript-twoslash-queries", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ ["vscode-uri", "npm:3.1.0"]\ ],\ "packagePeers": [\ @@ -8416,19 +8320,19 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["volar-service-yaml", [\ - ["npm:0.0.67", {\ - "packageLocation": "../../../yarn/berry/cache/volar-service-yaml-npm-0.0.67-fa3e91131c-10c0.zip/node_modules/volar-service-yaml/",\ + ["npm:0.0.68", {\ + "packageLocation": "../../../yarn/berry/cache/volar-service-yaml-npm-0.0.68-6e46ea3112-10c0.zip/node_modules/volar-service-yaml/",\ "packageDependencies": [\ - ["volar-service-yaml", "npm:0.0.67"]\ + ["volar-service-yaml", "npm:0.0.68"]\ ],\ "linkType": "SOFT"\ }],\ - ["virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67", {\ - "packageLocation": "./.yarn/__virtual__/volar-service-yaml-virtual-8c66cff1a0/4/yarn/berry/cache/volar-service-yaml-npm-0.0.67-fa3e91131c-10c0.zip/node_modules/volar-service-yaml/",\ + ["virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68", {\ + "packageLocation": "./.yarn/__virtual__/volar-service-yaml-virtual-741a9d088a/4/yarn/berry/cache/volar-service-yaml-npm-0.0.68-6e46ea3112-10c0.zip/node_modules/volar-service-yaml/",\ "packageDependencies": [\ ["@types/volar__language-service", null],\ - ["@volar/language-service", "npm:2.4.23"],\ - ["volar-service-yaml", "virtual:ac5b932fb2244e724c068ca1538232f53abbeab8ab468a9078a9dc87bd0f1ee61d1df472c2e6b53747ffed66e126dd16180e0a8332bb722aa19235a6b5f10330#npm:0.0.67"],\ + ["@volar/language-service", "npm:2.4.28"],\ + ["volar-service-yaml", "virtual:c8e8da95563e1a3982ac53c7a24a91fdc034d9729f0c9684151f4de4d7ba188003045d16310c25f11031724ef524df4b855eec862e3ef4b1aa39cb3b4c06b268#npm:0.0.68"],\ ["vscode-uri", "npm:3.1.0"],\ ["yaml-language-server", "npm:1.19.2"]\ ],\ @@ -8440,11 +8344,11 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["vscode-css-languageservice", [\ - ["npm:6.3.8", {\ - "packageLocation": "../../../yarn/berry/cache/vscode-css-languageservice-npm-6.3.8-6e14fa3444-10c0.zip/node_modules/vscode-css-languageservice/",\ + ["npm:6.3.9", {\ + "packageLocation": "../../../yarn/berry/cache/vscode-css-languageservice-npm-6.3.9-c800678b82-10c0.zip/node_modules/vscode-css-languageservice/",\ "packageDependencies": [\ ["@vscode/l10n", "npm:0.0.18"],\ - ["vscode-css-languageservice", "npm:6.3.8"],\ + ["vscode-css-languageservice", "npm:6.3.9"],\ ["vscode-languageserver-textdocument", "npm:1.0.12"],\ ["vscode-languageserver-types", "npm:3.17.5"],\ ["vscode-uri", "npm:3.1.0"]\ @@ -8453,11 +8357,11 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["vscode-html-languageservice", [\ - ["npm:5.6.0", {\ - "packageLocation": "../../../yarn/berry/cache/vscode-html-languageservice-npm-5.6.0-18a80e7023-10c0.zip/node_modules/vscode-html-languageservice/",\ + ["npm:5.6.1", {\ + "packageLocation": "../../../yarn/berry/cache/vscode-html-languageservice-npm-5.6.1-257e5387bd-10c0.zip/node_modules/vscode-html-languageservice/",\ "packageDependencies": [\ ["@vscode/l10n", "npm:0.0.18"],\ - ["vscode-html-languageservice", "npm:5.6.0"],\ + ["vscode-html-languageservice", "npm:5.6.1"],\ ["vscode-languageserver-textdocument", "npm:1.0.12"],\ ["vscode-languageserver-types", "npm:3.17.5"],\ ["vscode-uri", "npm:3.1.0"]\ @@ -8574,11 +8478,11 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["which", [\ - ["npm:6.0.0", {\ - "packageLocation": "../../../yarn/berry/cache/which-npm-6.0.0-48f25f0ec8-10c0.zip/node_modules/which/",\ + ["npm:6.0.1", {\ + "packageLocation": "../../../yarn/berry/cache/which-npm-6.0.1-afc3b2db90-10c0.zip/node_modules/which/",\ "packageDependencies": [\ - ["isexe", "npm:3.1.1"],\ - ["which", "npm:6.0.0"]\ + ["isexe", "npm:4.0.0"],\ + ["which", "npm:6.0.1"]\ ],\ "linkType": "HARD"\ }]\ @@ -8698,7 +8602,7 @@ const RAW_RUNTIME_STATE = ["ajv", "npm:8.17.1"],\ ["ajv-draft-04", "virtual:6c7860f3a85f4baa0f3c026ff5d7272d59bacd63911e722d4bc8cd5f483b5668644edfe5d661ce641c1610c33d6b3bdf261be9047836ed767c3db624030d1a78#npm:1.0.0"],\ ["lodash", "npm:4.17.21"],\ - ["prettier", "npm:3.6.2"],\ + ["prettier", "npm:3.8.1"],\ ["request-light", "npm:0.5.8"],\ ["vscode-json-languageservice", "npm:4.1.8"],\ ["vscode-languageserver", "npm:9.0.1"],\ diff --git a/biome.jsonc b/biome.jsonc index a41e9a2..fcc4607 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -11,7 +11,7 @@ }, "plugins": [], "linter": { - "enabled": false, + "enabled": true, "rules": { "recommended": true, "style": { @@ -53,10 +53,7 @@ }, "overrides": [ { - "includes": [ - "**/*.ts", - "**/*.tsx" - ], + "includes": ["**/*.ts", "**/*.tsx"], "linter": { "rules": { "complexity": { @@ -80,11 +77,13 @@ } }, { - "includes": [ - "*.astro" - ], + "includes": ["*.astro"], "linter": { "rules": { + "correctness": { + "noUnusedImports": "off", + "noUnusedVariables": "off" + }, "style": { "useConst": "off", "useImportType": "off" diff --git a/package-lock.json b/package-lock.json index b7aac6a..e668722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,46 +1,50 @@ { "name": "quickshell-docs", - "version": "0.0.1", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "quickshell-docs", - "version": "0.0.1", + "version": "0.1.1", "dependencies": { - "@astrojs/check": "0.9.5", - "@astrojs/markdown-remark": "6.3.9", - "@astrojs/mdx": "4.3.12", - "@astrojs/sitemap": "3.6.0", + "@astrojs/check": "0.9.6", + "@astrojs/markdown-remark": "6.3.10", + "@astrojs/mdx": "4.3.13", + "@astrojs/sitemap": "3.7.0", "@astrojs/solid-js": "^5.1.3", "@fontsource-variable/rubik": "^5.2.8", "@hbsnow/rehype-sectionize": "^1.0.7", "@pagefind/default-ui": "^1.4.0", - "@shikijs/rehype": "^3.15.0", - "astro": "5.16.0", - "astro-breadcrumbs": "^3.3.1", + "@shikijs/rehype": "^3.20.0", + "astro": "5.17.2", + "astro-breadcrumbs": "^3.3.3", "astro-icon": "^1.1.5", - "hast": "^1.0.0", "hast-util-from-html": "^2.0.3", + "hastscript": "^9.0.1", "rehype": "^13.0.2", - "remark-github-blockquote-alert": "^2.0.0", + "remark-github-blockquote-alert": "^2.0.1", "solid-js": "^1.9.10", "unified": "^11.0.5", "unist-util-visit": "^5.0.0" }, "devDependencies": { - "@astrojs/ts-plugin": "1.10.5", + "@astrojs/ts-plugin": "1.10.6", "@babel/core": "^7.28.5", "@babel/plugin-syntax-typescript": "^7.27.1", - "@biomejs/biome": "^2.3.7", + "@biomejs/biome": "^2.3.10", "@types/babel__core": "^7.20.5", "@types/hast": "^3.0.4", - "@types/node": "^24.10.1", + "@types/mdast": "^4.0.4", + "@types/node": "^25.0.3", + "@types/unist": "^3.0.3", + "baseline-browser-mapping": "^2.9.19", "jsonc-parser": "^3.3.1", "pagefind": "^1.4.0", - "tsx": "^4.20.6", + "shiki": "^3.20.0", + "tsx": "^4.21.0", "typescript": "^5.9.3", - "vite": "^7.2.4" + "vite": "^7.3.0" } }, "node_modules/@antfu/install-pkg": { @@ -66,18 +70,18 @@ } }, "node_modules/@astrojs/check": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.5.tgz", - "integrity": "sha512-88vc8n2eJ1Oua74yXSGo/8ABMeypfQPGEzuoAx2awL9Ju8cE6tZ2Rz9jVx5hIExHK5gKVhpxfZj4WXm7e32g1w==", + "version": "0.9.6", + "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.6.tgz", + "integrity": "sha512-jlaEu5SxvSgmfGIFfNgcn5/f+29H61NJzEMfAZ82Xopr4XBchXB1GVlcJsE+elUlsYSbXlptZLX+JMG3b/wZEA==", "license": "MIT", "dependencies": { - "@astrojs/language-server": "^2.15.0", + "@astrojs/language-server": "^2.16.1", "chokidar": "^4.0.1", "kleur": "^4.1.5", "yargs": "^17.7.2" }, "bin": { - "astro-check": "dist/bin.js" + "astro-check": "bin/astro-check.js" }, "peerDependencies": { "typescript": "^5.0.0" @@ -96,28 +100,28 @@ "license": "MIT" }, "node_modules/@astrojs/language-server": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.16.0.tgz", - "integrity": "sha512-oX2KkuIfEEM5d4/+lfuxy6usRDYko0S02YvtHFTrnqW0h9e4ElAfWZRKyqxWlwpuPdciBPKef5YJ7DFH3PPssw==", + "version": "2.16.3", + "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.16.3.tgz", + "integrity": "sha512-yO5K7RYCMXUfeDlnU6UnmtnoXzpuQc0yhlaCNZ67k1C/MiwwwvMZz+LGa+H35c49w5QBfvtr4w4Zcf5PcH8uYA==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.10.3", + "@astrojs/compiler": "^2.13.0", "@astrojs/yaml2ts": "^0.2.2", - "@jridgewell/sourcemap-codec": "^1.4.15", - "@volar/kit": "~2.4.23", - "@volar/language-core": "~2.4.23", - "@volar/language-server": "~2.4.23", - "@volar/language-service": "~2.4.23", - "fast-glob": "^3.2.12", + "@jridgewell/sourcemap-codec": "^1.5.5", + "@volar/kit": "~2.4.27", + "@volar/language-core": "~2.4.27", + "@volar/language-server": "~2.4.27", + "@volar/language-service": "~2.4.27", "muggle-string": "^0.4.1", - "volar-service-css": "0.0.66", - "volar-service-emmet": "0.0.66", - "volar-service-html": "0.0.66", - "volar-service-prettier": "0.0.66", - "volar-service-typescript": "0.0.66", - "volar-service-typescript-twoslash-queries": "0.0.66", - "volar-service-yaml": "0.0.66", - "vscode-html-languageservice": "^5.5.2", + "tinyglobby": "^0.2.15", + "volar-service-css": "0.0.68", + "volar-service-emmet": "0.0.68", + "volar-service-html": "0.0.68", + "volar-service-prettier": "0.0.68", + "volar-service-typescript": "0.0.68", + "volar-service-typescript-twoslash-queries": "0.0.68", + "volar-service-yaml": "0.0.68", + "vscode-html-languageservice": "^5.6.1", "vscode-uri": "^3.1.0" }, "bin": { @@ -137,9 +141,9 @@ } }, "node_modules/@astrojs/markdown-remark": { - "version": "6.3.9", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.9.tgz", - "integrity": "sha512-hX2cLC/KW74Io1zIbn92kI482j9J7LleBLGCVU9EP3BeH5MVrnFawOnqD0t/q6D1Z+ZNeQG2gNKMslCcO36wng==", + "version": "6.3.10", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.10.tgz", + "integrity": "sha512-kk4HeYR6AcnzC4QV8iSlOfh+N8TZ3MEStxPyenyCtemqn8IpEATBFMTJcfrNW32dgpt6MY3oCkMM/Tv3/I4G3A==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.7.5", @@ -148,7 +152,7 @@ "hast-util-from-html": "^2.0.3", "hast-util-to-text": "^4.0.2", "import-meta-resolve": "^4.2.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "mdast-util-definitions": "^6.0.0", "rehype-raw": "^7.0.0", "rehype-stringify": "^10.0.1", @@ -156,8 +160,8 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "remark-smartypants": "^3.0.2", - "shiki": "^3.13.0", - "smol-toml": "^1.4.2", + "shiki": "^3.19.0", + "smol-toml": "^1.5.2", "unified": "^11.0.5", "unist-util-remove-position": "^5.0.0", "unist-util-visit": "^5.0.0", @@ -166,12 +170,12 @@ } }, "node_modules/@astrojs/mdx": { - "version": "4.3.12", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.12.tgz", - "integrity": "sha512-pL3CVPtuQrPnDhWjy7zqbOibNyPaxP4VpQS8T8spwKqKzauJ4yoKyNkVTD8jrP7EAJHmBhZ7PTmUGZqOpKKp8g==", + "version": "4.3.13", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.13.tgz", + "integrity": "sha512-IHDHVKz0JfKBy3//52JSiyWv089b7GVSChIXLrlUOoTLWowG3wr2/8hkaEgEyd/vysvNQvGk+QhysXpJW5ve6Q==", "license": "MIT", "dependencies": { - "@astrojs/markdown-remark": "6.3.9", + "@astrojs/markdown-remark": "6.3.10", "@mdx-js/mdx": "^3.1.1", "acorn": "^8.15.0", "es-module-lexer": "^1.7.0", @@ -205,12 +209,12 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.6.0.tgz", - "integrity": "sha512-4aHkvcOZBWJigRmMIAJwRQXBS+ayoP5z40OklTXYXhUDhwusz+DyDl+nSshY6y9DvkVEavwNcFO8FD81iGhXjg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.0.tgz", + "integrity": "sha512-+qxjUrz6Jcgh+D5VE1gKUJTA3pSthuPHe6Ao5JCxok794Lewx8hBFaWHtOnN0ntb2lfOf7gvOi9TefUswQ/ZVA==", "license": "MIT", "dependencies": { - "sitemap": "^8.0.0", + "sitemap": "^8.0.2", "stream-replace-string": "^2.0.0", "zod": "^3.25.76" } @@ -330,9 +334,9 @@ } }, "node_modules/@astrojs/ts-plugin": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/@astrojs/ts-plugin/-/ts-plugin-1.10.5.tgz", - "integrity": "sha512-JK6SA8yaurIiJcJq5jqoXr2LgxV49mEiTPqJ5Fw2d3MsvegFdVinZPaqRXQqdxuv5cELgBMC5tq4h+nhgwRunQ==", + "version": "1.10.6", + "resolved": "https://registry.npmjs.org/@astrojs/ts-plugin/-/ts-plugin-1.10.6.tgz", + "integrity": "sha512-Ke5CNwxn/ozsh6THJKuayUlBToa3uiPDi2oSwcXmTdeiJ0PGr+UkdQJf9hdMgBjbIka9fhnSn3UhYamfNfJ73A==", "dev": true, "license": "MIT", "dependencies": { @@ -382,7 +386,6 @@ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", "license": "MIT", - "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -638,9 +641,9 @@ } }, "node_modules/@biomejs/biome": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.3.7.tgz", - "integrity": "sha512-CTbAS/jNAiUc6rcq94BrTB8z83O9+BsgWj2sBCQg9rD6Wkh2gjfR87usjx0Ncx0zGXP1NKgT7JNglay5Zfs9jw==", + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.3.15.tgz", + "integrity": "sha512-u+jlPBAU2B45LDkjjNNYpc1PvqrM/co4loNommS9/sl9oSxsAQKsNZejYuUztvToB5oXi1tN/e62iNd6ESiY3g==", "dev": true, "license": "MIT OR Apache-2.0", "bin": { @@ -654,20 +657,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "2.3.7", - "@biomejs/cli-darwin-x64": "2.3.7", - "@biomejs/cli-linux-arm64": "2.3.7", - "@biomejs/cli-linux-arm64-musl": "2.3.7", - "@biomejs/cli-linux-x64": "2.3.7", - "@biomejs/cli-linux-x64-musl": "2.3.7", - "@biomejs/cli-win32-arm64": "2.3.7", - "@biomejs/cli-win32-x64": "2.3.7" + "@biomejs/cli-darwin-arm64": "2.3.15", + "@biomejs/cli-darwin-x64": "2.3.15", + "@biomejs/cli-linux-arm64": "2.3.15", + "@biomejs/cli-linux-arm64-musl": "2.3.15", + "@biomejs/cli-linux-x64": "2.3.15", + "@biomejs/cli-linux-x64-musl": "2.3.15", + "@biomejs/cli-win32-arm64": "2.3.15", + "@biomejs/cli-win32-x64": "2.3.15" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.3.7.tgz", - "integrity": "sha512-LirkamEwzIUULhXcf2D5b+NatXKeqhOwilM+5eRkbrnr6daKz9rsBL0kNZ16Hcy4b8RFq22SG4tcLwM+yx/wFA==", + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.3.15.tgz", + "integrity": "sha512-SDCdrJ4COim1r8SNHg19oqT50JfkI/xGZHSyC6mGzMfKrpNe/217Eq6y98XhNTc0vGWDjznSDNXdUc6Kg24jbw==", "cpu": [ "arm64" ], @@ -682,9 +685,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.3.7.tgz", - "integrity": "sha512-Q4TO633kvrMQkKIV7wmf8HXwF0dhdTD9S458LGE24TYgBjSRbuhvio4D5eOQzirEYg6eqxfs53ga/rbdd8nBKg==", + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.3.15.tgz", + "integrity": "sha512-RkyeSosBtn3C3Un8zQnl9upX0Qbq4E3QmBa0qjpOh1MebRbHhNlRC16jk8HdTe/9ym5zlfnpbb8cKXzW+vlTxw==", "cpu": [ "x64" ], @@ -699,9 +702,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.3.7.tgz", - "integrity": "sha512-inHOTdlstUBzgjDcx0ge71U4SVTbwAljmkfi3MC5WzsYCRhancqfeL+sa4Ke6v2ND53WIwCFD5hGsYExoI3EZQ==", + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.3.15.tgz", + "integrity": "sha512-FN83KxrdVWANOn5tDmW6UBC0grojchbGmcEz6JkRs2YY6DY63sTZhwkQ56x6YtKhDVV1Unz7FJexy8o7KwuIhg==", "cpu": [ "arm64" ], @@ -716,9 +719,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.3.7.tgz", - "integrity": "sha512-/afy8lto4CB8scWfMdt+NoCZtatBUF62Tk3ilWH2w8ENd5spLhM77zKlFZEvsKJv9AFNHknMl03zO67CiklL2Q==", + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.3.15.tgz", + "integrity": "sha512-SSSIj2yMkFdSkXqASzIBdjySBXOe65RJlhKEDlri7MN19RC4cpez+C0kEwPrhXOTgJbwQR9QH1F4+VnHkC35pg==", "cpu": [ "arm64" ], @@ -733,9 +736,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.3.7.tgz", - "integrity": "sha512-fJMc3ZEuo/NaMYo5rvoWjdSS5/uVSW+HPRQujucpZqm2ZCq71b8MKJ9U4th9yrv2L5+5NjPF0nqqILCl8HY/fg==", + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.3.15.tgz", + "integrity": "sha512-T8n9p8aiIKOrAD7SwC7opiBM1LYGrE5G3OQRXWgbeo/merBk8m+uxJ1nOXMPzfYyFLfPlKF92QS06KN1UW+Zbg==", "cpu": [ "x64" ], @@ -750,9 +753,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.3.7.tgz", - "integrity": "sha512-CQUtgH1tIN6e5wiYSJqzSwJumHYolNtaj1dwZGCnZXm2PZU1jOJof9TsyiP3bXNDb+VOR7oo7ZvY01If0W3iFQ==", + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.3.15.tgz", + "integrity": "sha512-dbjPzTh+ijmmNwojFYbQNMFp332019ZDioBYAMMJj5Ux9d8MkM+u+J68SBJGVwVeSHMYj+T9504CoxEzQxrdNw==", "cpu": [ "x64" ], @@ -767,9 +770,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.3.7.tgz", - "integrity": "sha512-aJAE8eCNyRpcfx2JJAtsPtISnELJ0H4xVVSwnxm13bzI8RwbXMyVtxy2r5DV1xT3WiSP+7LxORcApWw0LM8HiA==", + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.3.15.tgz", + "integrity": "sha512-puMuenu/2brQdgqtQ7geNwQlNVxiABKEZJhMRX6AGWcmrMO8EObMXniFQywy2b81qmC+q+SDvlOpspNwz0WiOA==", "cpu": [ "arm64" ], @@ -784,9 +787,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.3.7.tgz", - "integrity": "sha512-pulzUshqv9Ed//MiE8MOUeeEkbkSHVDVY5Cz5wVAnH1DUqliCQG3j6s1POaITTFqFfo7AVIx2sWdKpx/GS+Nqw==", + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.3.15.tgz", + "integrity": "sha512-kDZr/hgg+igo5Emi0LcjlgfkoGZtgIpJKhnvKTRmMBv6FF/3SDyEV4khBwqNebZIyMZTzvpca9sQNSXJ39pI2A==", "cpu": [ "x64" ], @@ -801,12 +804,12 @@ } }, "node_modules/@capsizecss/unpack": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.1.tgz", - "integrity": "sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.0.tgz", + "integrity": "sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==", "license": "MIT", "dependencies": { - "fontkit": "^2.0.2" + "fontkitten": "^1.0.0" }, "engines": { "node": ">=18" @@ -831,8 +834,9 @@ } }, "node_modules/@emmetio/css-parser": { - "version": "0.4.0", - "resolved": "git+ssh://git@github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@emmetio/css-parser/-/css-parser-0.4.1.tgz", + "integrity": "sha512-2bC6m0MV/voF4CTZiAbG5MWKbq5EBmDPKu9Sb7s7nVcEzNQlrZP6mFFFlIaISM8X6514H9shWMme1fCm8cWAfQ==", "license": "MIT", "dependencies": { "@emmetio/stream-reader": "^2.2.0", @@ -2286,41 +2290,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "license": "MIT", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/@oslojs/encoding": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", @@ -2732,74 +2701,74 @@ ] }, "node_modules/@shikijs/core": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.15.0.tgz", - "integrity": "sha512-8TOG6yG557q+fMsSVa8nkEDOZNTSxjbbR8l6lF2gyr6Np+jrPlslqDxQkN6rMXCECQ3isNPZAGszAfYoJOPGlg==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.22.0.tgz", + "integrity": "sha512-iAlTtSDDbJiRpvgL5ugKEATDtHdUVkqgHDm/gbD2ZS9c88mx7G1zSYjjOxp5Qa0eaW0MAQosFRmJSk354PRoQA==", "license": "MIT", "dependencies": { - "@shikijs/types": "3.15.0", + "@shikijs/types": "3.22.0", "@shikijs/vscode-textmate": "^10.0.2", "@types/hast": "^3.0.4", "hast-util-to-html": "^9.0.5" } }, "node_modules/@shikijs/engine-javascript": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.15.0.tgz", - "integrity": "sha512-ZedbOFpopibdLmvTz2sJPJgns8Xvyabe2QbmqMTz07kt1pTzfEvKZc5IqPVO/XFiEbbNyaOpjPBkkr1vlwS+qg==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.22.0.tgz", + "integrity": "sha512-jdKhfgW9CRtj3Tor0L7+yPwdG3CgP7W+ZEqSsojrMzCjD1e0IxIbwUMDDpYlVBlC08TACg4puwFGkZfLS+56Tw==", "license": "MIT", "dependencies": { - "@shikijs/types": "3.15.0", + "@shikijs/types": "3.22.0", "@shikijs/vscode-textmate": "^10.0.2", - "oniguruma-to-es": "^4.3.3" + "oniguruma-to-es": "^4.3.4" } }, "node_modules/@shikijs/engine-oniguruma": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.15.0.tgz", - "integrity": "sha512-HnqFsV11skAHvOArMZdLBZZApRSYS4LSztk2K3016Y9VCyZISnlYUYsL2hzlS7tPqKHvNqmI5JSUJZprXloMvA==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.22.0.tgz", + "integrity": "sha512-DyXsOG0vGtNtl7ygvabHd7Mt5EY8gCNqR9Y7Lpbbd/PbJvgWrqaKzH1JW6H6qFkuUa8aCxoiYVv8/YfFljiQxA==", "license": "MIT", "dependencies": { - "@shikijs/types": "3.15.0", + "@shikijs/types": "3.22.0", "@shikijs/vscode-textmate": "^10.0.2" } }, "node_modules/@shikijs/langs": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.15.0.tgz", - "integrity": "sha512-WpRvEFvkVvO65uKYW4Rzxs+IG0gToyM8SARQMtGGsH4GDMNZrr60qdggXrFOsdfOVssG/QQGEl3FnJ3EZ+8w8A==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.22.0.tgz", + "integrity": "sha512-x/42TfhWmp6H00T6uwVrdTJGKgNdFbrEdhaDwSR5fd5zhQ1Q46bHq9EO61SCEWJR0HY7z2HNDMaBZp8JRmKiIA==", "license": "MIT", "dependencies": { - "@shikijs/types": "3.15.0" + "@shikijs/types": "3.22.0" } }, "node_modules/@shikijs/rehype": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@shikijs/rehype/-/rehype-3.15.0.tgz", - "integrity": "sha512-U+tqD1oxL+85N8FaW5XYIlMZ8KAa2g9IdplEZxPWflGRJf2gQRiBMMrpdG1USz3PN350YnMUHWcz9Twt3wJjXQ==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/rehype/-/rehype-3.22.0.tgz", + "integrity": "sha512-69b2VPc6XBy/VmAJlpBU5By+bJSBdE2nvgRCZXav7zujbrjXuT0F60DIrjKuutjPqNufuizE+E8tIZr2Yn8Z+g==", "license": "MIT", "dependencies": { - "@shikijs/types": "3.15.0", + "@shikijs/types": "3.22.0", "@types/hast": "^3.0.4", "hast-util-to-string": "^3.0.1", - "shiki": "3.15.0", + "shiki": "3.22.0", "unified": "^11.0.5", - "unist-util-visit": "^5.0.0" + "unist-util-visit": "^5.1.0" } }, "node_modules/@shikijs/themes": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.15.0.tgz", - "integrity": "sha512-8ow2zWb1IDvCKjYb0KiLNrK4offFdkfNVPXb1OZykpLCzRU6j+efkY+Y7VQjNlNFXonSw+4AOdGYtmqykDbRiQ==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.22.0.tgz", + "integrity": "sha512-o+tlOKqsr6FE4+mYJG08tfCFDS+3CG20HbldXeVoyP+cYSUxDhrFf3GPjE60U55iOkkjbpY2uC3It/eeja35/g==", "license": "MIT", "dependencies": { - "@shikijs/types": "3.15.0" + "@shikijs/types": "3.22.0" } }, "node_modules/@shikijs/types": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.15.0.tgz", - "integrity": "sha512-BnP+y/EQnhihgHy4oIAN+6FFtmfTekwOLsQbRw9hOKwqgNy8Bdsjq8B05oAt/ZgvIWWFrshV71ytOrlPfYjIJw==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.22.0.tgz", + "integrity": "sha512-491iAekgKDBFE67z70Ok5a8KBMsQ2IJwOWw3us/7ffQkIBCyOQfm/aNwVMBUriP02QshIfgHCBSIYAl3u2eWjg==", "license": "MIT", "dependencies": { "@shikijs/vscode-textmate": "^10.0.2", @@ -2812,15 +2781,6 @@ "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", "license": "MIT" }, - "node_modules/@swc/helpers": { - "version": "0.5.17", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz", - "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.8.0" - } - }, "node_modules/@trysound/sax": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", @@ -2895,15 +2855,6 @@ "@types/estree": "*" } }, - "node_modules/@types/fontkit": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/fontkit/-/fontkit-2.0.8.tgz", - "integrity": "sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==", - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@types/hast": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", @@ -2944,9 +2895,9 @@ } }, "node_modules/@types/node": { - "version": "24.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", - "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", + "version": "25.2.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.3.tgz", + "integrity": "sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==", "license": "MIT", "dependencies": { "undici-types": "~7.16.0" @@ -3000,13 +2951,13 @@ "license": "ISC" }, "node_modules/@volar/kit": { - "version": "2.4.23", - "resolved": "https://registry.npmjs.org/@volar/kit/-/kit-2.4.23.tgz", - "integrity": "sha512-YuUIzo9zwC2IkN7FStIcVl1YS9w5vkSFEZfPvnu0IbIMaR9WHhc9ZxvlT+91vrcSoRY469H2jwbrGqpG7m1KaQ==", + "version": "2.4.28", + "resolved": "https://registry.npmjs.org/@volar/kit/-/kit-2.4.28.tgz", + "integrity": "sha512-cKX4vK9dtZvDRaAzeoUdaAJEew6IdxHNCRrdp5Kvcl6zZOqb6jTOfk3kXkIkG3T7oTFXguEMt5+9ptyqYR84Pg==", "license": "MIT", "dependencies": { - "@volar/language-service": "2.4.23", - "@volar/typescript": "2.4.23", + "@volar/language-service": "2.4.28", + "@volar/typescript": "2.4.28", "typesafe-path": "^0.2.2", "vscode-languageserver-textdocument": "^1.0.11", "vscode-uri": "^3.0.8" @@ -3016,23 +2967,23 @@ } }, "node_modules/@volar/language-core": { - "version": "2.4.23", - "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.23.tgz", - "integrity": "sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==", + "version": "2.4.28", + "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.28.tgz", + "integrity": "sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==", "license": "MIT", "dependencies": { - "@volar/source-map": "2.4.23" + "@volar/source-map": "2.4.28" } }, "node_modules/@volar/language-server": { - "version": "2.4.23", - "resolved": "https://registry.npmjs.org/@volar/language-server/-/language-server-2.4.23.tgz", - "integrity": "sha512-k0iO+tybMGMMyrNdWOxgFkP0XJTdbH0w+WZlM54RzJU3WZSjHEupwL30klpM7ep4FO6qyQa03h+VcGHD4Q8gEg==", + "version": "2.4.28", + "resolved": "https://registry.npmjs.org/@volar/language-server/-/language-server-2.4.28.tgz", + "integrity": "sha512-NqcLnE5gERKuS4PUFwlhMxf6vqYo7hXtbMFbViXcbVkbZ905AIVWhnSo0ZNBC2V127H1/2zP7RvVOVnyITFfBw==", "license": "MIT", "dependencies": { - "@volar/language-core": "2.4.23", - "@volar/language-service": "2.4.23", - "@volar/typescript": "2.4.23", + "@volar/language-core": "2.4.28", + "@volar/language-service": "2.4.28", + "@volar/typescript": "2.4.28", "path-browserify": "^1.0.1", "request-light": "^0.7.0", "vscode-languageserver": "^9.0.1", @@ -3042,30 +2993,30 @@ } }, "node_modules/@volar/language-service": { - "version": "2.4.23", - "resolved": "https://registry.npmjs.org/@volar/language-service/-/language-service-2.4.23.tgz", - "integrity": "sha512-h5mU9DZ/6u3LCB9xomJtorNG6awBNnk9VuCioGsp6UtFiM8amvS5FcsaC3dabdL9zO0z+Gq9vIEMb/5u9K6jGQ==", + "version": "2.4.28", + "resolved": "https://registry.npmjs.org/@volar/language-service/-/language-service-2.4.28.tgz", + "integrity": "sha512-Rh/wYCZJrI5vCwMk9xyw/Z+MsWxlJY1rmMZPsxUoJKfzIRjS/NF1NmnuEcrMbEVGja00aVpCsInJfixQTMdvLw==", "license": "MIT", "dependencies": { - "@volar/language-core": "2.4.23", + "@volar/language-core": "2.4.28", "vscode-languageserver-protocol": "^3.17.5", "vscode-languageserver-textdocument": "^1.0.11", "vscode-uri": "^3.0.8" } }, "node_modules/@volar/source-map": { - "version": "2.4.23", - "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.23.tgz", - "integrity": "sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==", + "version": "2.4.28", + "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.28.tgz", + "integrity": "sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==", "license": "MIT" }, "node_modules/@volar/typescript": { - "version": "2.4.23", - "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.23.tgz", - "integrity": "sha512-lAB5zJghWxVPqfcStmAP1ZqQacMpe90UrP5RJ3arDyrhy4aCUQqmxPPLB2PWDKugvylmO41ljK7vZ+t6INMTag==", + "version": "2.4.28", + "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.28.tgz", + "integrity": "sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==", "license": "MIT", "dependencies": { - "@volar/language-core": "2.4.23", + "@volar/language-core": "2.4.28", "path-browserify": "^1.0.1", "vscode-uri": "^3.0.8" } @@ -3100,7 +3051,6 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -3122,7 +3072,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -3288,17 +3237,16 @@ } }, "node_modules/astro": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.0.tgz", - "integrity": "sha512-GaDRs2Mngpw3dr2vc085GnORh98NiXxwIjg/EoQQQl/icZt3Z7s0BRsYHDZ8swkZbOA6wZsqWJdrNirl+iKcDg==", + "version": "5.17.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.2.tgz", + "integrity": "sha512-7jnMqGo53hOQNwo1N/wqeOvUp8wwW/p+DeerSjSkHNx8L/1mhy6P7rVo7EhdmF8DpKqw0tl/B5Fx1WcIzg1ysA==", "license": "MIT", - "peer": true, "dependencies": { "@astrojs/compiler": "^2.13.0", "@astrojs/internal-helpers": "0.7.5", - "@astrojs/markdown-remark": "6.3.9", + "@astrojs/markdown-remark": "6.3.10", "@astrojs/telemetry": "3.3.0", - "@capsizecss/unpack": "^3.0.1", + "@capsizecss/unpack": "^4.0.0", "@oslojs/encoding": "^1.1.0", "@rollup/pluginutils": "^5.3.0", "acorn": "^8.15.0", @@ -3308,19 +3256,19 @@ "ci-info": "^4.3.1", "clsx": "^2.1.1", "common-ancestor-path": "^1.0.1", - "cookie": "^1.0.2", + "cookie": "^1.1.1", "cssesc": "^3.0.0", "debug": "^4.4.3", "deterministic-object-hash": "^2.0.2", - "devalue": "^5.5.0", - "diff": "^5.2.0", + "devalue": "^5.6.2", + "diff": "^8.0.3", "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^1.7.0", - "esbuild": "^0.25.0", + "esbuild": "^0.27.0", "estree-walker": "^3.0.3", "flattie": "^1.1.1", - "fontace": "~0.3.1", + "fontace": "~0.4.0", "github-slugger": "^2.0.0", "html-escaper": "3.0.3", "http-cache-semantics": "^4.2.0", @@ -3332,22 +3280,22 @@ "neotraverse": "^0.6.18", "p-limit": "^6.2.0", "p-queue": "^8.1.1", - "package-manager-detector": "^1.5.0", + "package-manager-detector": "^1.6.0", "piccolore": "^0.1.3", "picomatch": "^4.0.3", "prompts": "^2.4.2", "rehype": "^13.0.2", "semver": "^7.7.3", - "shiki": "^3.15.0", - "smol-toml": "^1.5.0", + "shiki": "^3.21.0", + "smol-toml": "^1.6.0", "svgo": "^4.0.0", "tinyexec": "^1.0.2", "tinyglobby": "^0.2.15", "tsconfck": "^3.1.6", "ultrahtml": "^1.6.0", - "unifont": "~0.6.0", + "unifont": "~0.7.3", "unist-util-visit": "^5.0.0", - "unstorage": "^1.17.2", + "unstorage": "^1.17.4", "vfile": "^6.0.3", "vite": "^6.4.1", "vitefu": "^1.1.1", @@ -3355,7 +3303,7 @@ "yargs-parser": "^21.1.1", "yocto-spinner": "^0.2.3", "zod": "^3.25.76", - "zod-to-json-schema": "^3.24.6", + "zod-to-json-schema": "^3.25.1", "zod-to-ts": "^1.2.0" }, "bin": { @@ -3375,9 +3323,9 @@ } }, "node_modules/astro-breadcrumbs": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/astro-breadcrumbs/-/astro-breadcrumbs-3.3.1.tgz", - "integrity": "sha512-O3wWzlc4HOU//ePefcwk2F4yQn830buVUVn6h7+sGmVq7+xvv9JmHTcmihU18ISte72ELnJlG2U8s58nIuPXfg==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/astro-breadcrumbs/-/astro-breadcrumbs-3.3.3.tgz", + "integrity": "sha512-Fs1EGNQWwDXGwWd4aGhLhUUPik0GcxqjgGMS8yLve2DeMO1JNb1j/Oz81VIo4xzx9H9b987T+pJYJ7x+ojxGFw==", "funding": [ { "type": "GitHub Sponsors", @@ -3416,6 +3364,422 @@ "@iconify/utils": "^2.1.30" } }, + "node_modules/astro/node_modules/@esbuild/aix-ppc64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz", + "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/android-arm": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz", + "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/android-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz", + "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/android-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz", + "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/darwin-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz", + "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/darwin-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz", + "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/freebsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz", + "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/freebsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz", + "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/linux-arm": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz", + "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/linux-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz", + "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/linux-ia32": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz", + "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/linux-loong64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz", + "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/linux-mips64el": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz", + "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==", + "cpu": [ + "mips64el" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/linux-ppc64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz", + "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/linux-riscv64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz", + "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/linux-s390x": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz", + "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/linux-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz", + "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/netbsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz", + "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/netbsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz", + "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/openbsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz", + "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/openbsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz", + "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/openharmony-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz", + "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/sunos-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz", + "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/win32-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz", + "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/win32-ia32": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz", + "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/@esbuild/win32-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz", + "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, "node_modules/astro/node_modules/commander": { "version": "11.1.0", "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", @@ -3438,6 +3802,47 @@ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" } }, + "node_modules/astro/node_modules/esbuild": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz", + "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==", + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.27.3", + "@esbuild/android-arm": "0.27.3", + "@esbuild/android-arm64": "0.27.3", + "@esbuild/android-x64": "0.27.3", + "@esbuild/darwin-arm64": "0.27.3", + "@esbuild/darwin-x64": "0.27.3", + "@esbuild/freebsd-arm64": "0.27.3", + "@esbuild/freebsd-x64": "0.27.3", + "@esbuild/linux-arm": "0.27.3", + "@esbuild/linux-arm64": "0.27.3", + "@esbuild/linux-ia32": "0.27.3", + "@esbuild/linux-loong64": "0.27.3", + "@esbuild/linux-mips64el": "0.27.3", + "@esbuild/linux-ppc64": "0.27.3", + "@esbuild/linux-riscv64": "0.27.3", + "@esbuild/linux-s390x": "0.27.3", + "@esbuild/linux-x64": "0.27.3", + "@esbuild/netbsd-arm64": "0.27.3", + "@esbuild/netbsd-x64": "0.27.3", + "@esbuild/openbsd-arm64": "0.27.3", + "@esbuild/openbsd-x64": "0.27.3", + "@esbuild/openharmony-arm64": "0.27.3", + "@esbuild/sunos-x64": "0.27.3", + "@esbuild/win32-arm64": "0.27.3", + "@esbuild/win32-ia32": "0.27.3", + "@esbuild/win32-x64": "0.27.3" + } + }, "node_modules/astro/node_modules/mdn-data": { "version": "2.12.2", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz", @@ -3543,6 +3948,463 @@ } } }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/aix-ppc64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", + "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", + "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/android-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", + "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/android-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", + "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/darwin-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", + "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/darwin-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", + "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/freebsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", + "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/freebsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", + "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/linux-arm": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", + "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/linux-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", + "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/linux-ia32": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", + "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", + "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/linux-mips64el": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", + "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", + "cpu": [ + "mips64el" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/linux-ppc64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", + "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/linux-riscv64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", + "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/linux-s390x": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", + "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/linux-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", + "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/netbsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", + "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/netbsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", + "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/openbsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", + "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", + "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/openharmony-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", + "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", + "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", + "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", + "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", + "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/astro/node_modules/vite/node_modules/esbuild": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", + "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.25.12", + "@esbuild/android-arm": "0.25.12", + "@esbuild/android-arm64": "0.25.12", + "@esbuild/android-x64": "0.25.12", + "@esbuild/darwin-arm64": "0.25.12", + "@esbuild/darwin-x64": "0.25.12", + "@esbuild/freebsd-arm64": "0.25.12", + "@esbuild/freebsd-x64": "0.25.12", + "@esbuild/linux-arm": "0.25.12", + "@esbuild/linux-arm64": "0.25.12", + "@esbuild/linux-ia32": "0.25.12", + "@esbuild/linux-loong64": "0.25.12", + "@esbuild/linux-mips64el": "0.25.12", + "@esbuild/linux-ppc64": "0.25.12", + "@esbuild/linux-riscv64": "0.25.12", + "@esbuild/linux-s390x": "0.25.12", + "@esbuild/linux-x64": "0.25.12", + "@esbuild/netbsd-arm64": "0.25.12", + "@esbuild/netbsd-x64": "0.25.12", + "@esbuild/openbsd-arm64": "0.25.12", + "@esbuild/openbsd-x64": "0.25.12", + "@esbuild/openharmony-arm64": "0.25.12", + "@esbuild/sunos-x64": "0.25.12", + "@esbuild/win32-arm64": "0.25.12", + "@esbuild/win32-ia32": "0.25.12", + "@esbuild/win32-x64": "0.25.12" + } + }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", @@ -3631,30 +4493,10 @@ "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", "license": "MIT" }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, "node_modules/baseline-browser-mapping": { - "version": "2.8.30", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.30.tgz", - "integrity": "sha512-aTUKW4ptQhS64+v2d6IkPzymEzzhw+G0bA1g3uBRV3+ntkH+svttKseW5IOR4Ed6NUVKqnY7qT3dKvzQ7io4AA==", + "version": "2.9.19", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz", + "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==", "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.js" @@ -3688,27 +4530,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "license": "MIT", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/brotli": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz", - "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==", - "license": "MIT", - "dependencies": { - "base64-js": "^1.1.2" - } - }, "node_modules/browserslist": { "version": "4.28.0", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", @@ -3728,7 +4549,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "baseline-browser-mapping": "^2.8.25", "caniuse-lite": "^1.0.30001754", @@ -4039,15 +4859,6 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/clone": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, "node_modules/clsx": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", @@ -4135,12 +4946,16 @@ "license": "MIT" }, "node_modules/cookie": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", - "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz", + "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==", "license": "MIT", "engines": { "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/cookie-es": { @@ -4333,9 +5148,9 @@ } }, "node_modules/devalue": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.5.0.tgz", - "integrity": "sha512-69sM5yrHfFLJt0AZ9QqZXGCPfJ7fQjvpln3Rq5+PS03LD32Ost1Q9N+eEnaQwGRIriKkMImXD56ocjQmfjbV3w==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.2.tgz", + "integrity": "sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==", "license": "MIT" }, "node_modules/devlop": { @@ -4351,16 +5166,10 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/dfa": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz", - "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==", - "license": "MIT" - }, "node_modules/diff": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", - "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz", + "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==", "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" @@ -4792,22 +5601,6 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "license": "MIT" }, - "node_modules/fast-glob": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", - "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.8" - }, - "engines": { - "node": ">=8.6.0" - } - }, "node_modules/fast-uri": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", @@ -4824,15 +5617,6 @@ ], "license": "BSD-3-Clause" }, - "node_modules/fastq": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", - "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", - "license": "ISC", - "dependencies": { - "reusify": "^1.0.4" - } - }, "node_modules/fd-slicer": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", @@ -4859,18 +5643,6 @@ } } }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "license": "MIT", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/flattie": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", @@ -4901,30 +5673,24 @@ } }, "node_modules/fontace": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.3.1.tgz", - "integrity": "sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.4.1.tgz", + "integrity": "sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==", "license": "MIT", "dependencies": { - "@types/fontkit": "^2.0.8", - "fontkit": "^2.0.4" + "fontkitten": "^1.0.2" } }, - "node_modules/fontkit": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz", - "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==", + "node_modules/fontkitten": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.2.tgz", + "integrity": "sha512-piJxbLnkD9Xcyi7dWJRnqszEURixe7CrF/efBfbffe2DPyabmuIuqraruY8cXTs19QoM8VJzx47BDRVNXETM7Q==", "license": "MIT", "dependencies": { - "@swc/helpers": "^0.5.12", - "brotli": "^1.3.2", - "clone": "^2.1.2", - "dfa": "^1.2.0", - "fast-deep-equal": "^3.1.3", - "restructure": "^3.0.0", - "tiny-inflate": "^1.0.3", - "unicode-properties": "^1.4.0", - "unicode-trie": "^2.0.0" + "tiny-inflate": "^1.0.3" + }, + "engines": { + "node": ">=20" } }, "node_modules/form-data": { @@ -5097,18 +5863,6 @@ "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", "license": "ISC" }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/globals": { "version": "15.15.0", "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", @@ -5134,9 +5888,9 @@ } }, "node_modules/h3": { - "version": "1.15.4", - "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.4.tgz", - "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==", + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.5.tgz", + "integrity": "sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==", "license": "MIT", "dependencies": { "cookie-es": "^1.2.2", @@ -5144,9 +5898,9 @@ "defu": "^6.1.4", "destr": "^2.0.5", "iron-webcrypto": "^1.2.1", - "node-mock-http": "^1.0.2", + "node-mock-http": "^1.0.4", "radix3": "^1.1.2", - "ufo": "^1.6.1", + "ufo": "^1.6.3", "uncrypto": "^0.1.3" } }, @@ -5189,13 +5943,6 @@ "node": ">= 0.4" } }, - "node_modules/hast": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hast/-/hast-1.0.0.tgz", - "integrity": "sha512-vFUqlRV5C+xqP76Wwq2SrM0kipnmpxJm7OfvVXpB35Fp+Fn4MV+ozr+JZr5qFvyR1q/U+Foim2x+3P+x9S1PLA==", - "deprecated": "Renamed to rehype", - "license": "MIT" - }, "node_modules/hast-util-from-html": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", @@ -5693,15 +6440,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -5711,18 +6449,6 @@ "node": ">=8" } }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-hexadecimal": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", @@ -5751,15 +6477,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "license": "MIT", - "engines": { - "node": ">=0.12.0" - } - }, "node_modules/is-plain-obj": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", @@ -6283,15 +7000,6 @@ "url": "https://github.com/sponsors/mesqueeb" } }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, "node_modules/micromark": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", @@ -7009,31 +7717,6 @@ ], "license": "MIT" }, - "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "license": "MIT", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/micromatch/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", @@ -7193,9 +7876,9 @@ "license": "MIT" }, "node_modules/node-mock-http": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.3.tgz", - "integrity": "sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz", + "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==", "license": "MIT" }, "node_modules/node-releases": { @@ -7312,9 +7995,9 @@ } }, "node_modules/package-manager-detector": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.5.0.tgz", - "integrity": "sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz", + "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==", "license": "MIT" }, "node_modules/pagefind": { @@ -7335,12 +8018,6 @@ "@pagefind/windows-x64": "1.4.0" } }, - "node_modules/pako": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", - "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==", - "license": "MIT" - }, "node_modules/parse-entities": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", @@ -7521,11 +8198,10 @@ } }, "node_modules/prettier": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", - "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", + "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", "license": "MIT", - "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, @@ -7609,26 +8285,6 @@ ], "license": "MIT" }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, "node_modules/radix3": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", @@ -7716,9 +8372,9 @@ } }, "node_modules/regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz", - "integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz", + "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==", "license": "MIT", "dependencies": { "regex-utilities": "^2.3.0" @@ -7834,9 +8490,9 @@ } }, "node_modules/remark-github-blockquote-alert": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/remark-github-blockquote-alert/-/remark-github-blockquote-alert-2.0.0.tgz", - "integrity": "sha512-n05GsATsJJUm9INz6E9bMcjMdJva0iTQXBOgFqm/DqDOlztxkqpwplVOAqt/6MV/FE7G/Wqskgkbq333CJU3kg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/remark-github-blockquote-alert/-/remark-github-blockquote-alert-2.0.1.tgz", + "integrity": "sha512-0w0u3/wjBEK555yzm5UUnDCWO38Qk60laA5FvJrnES+YA/+r3hvvLgE/5SpMjaVpPOpVzunXk9caob1NTheM0g==", "license": "MIT", "dependencies": { "unist-util-visit": "^5.0.0" @@ -7959,12 +8615,6 @@ "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" } }, - "node_modules/restructure": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz", - "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==", - "license": "MIT" - }, "node_modules/retext": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", @@ -8026,16 +8676,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/reusify": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", - "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", - "license": "MIT", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, "node_modules/rollup": { "version": "4.53.3", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.3.tgz", @@ -8077,29 +8717,6 @@ "fsevents": "~2.3.2" } }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", @@ -8129,7 +8746,6 @@ "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.3.2.tgz", "integrity": "sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==", "license": "MIT", - "peer": true, "engines": { "node": ">=10" } @@ -8192,17 +8808,17 @@ } }, "node_modules/shiki": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.15.0.tgz", - "integrity": "sha512-kLdkY6iV3dYbtPwS9KXU7mjfmDm25f5m0IPNFnaXO7TBPcvbUOY72PYXSuSqDzwp+vlH/d7MXpHlKO/x+QoLXw==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.22.0.tgz", + "integrity": "sha512-LBnhsoYEe0Eou4e1VgJACes+O6S6QC0w71fCSp5Oya79inkwkm15gQ1UF6VtQ8j/taMDh79hAB49WUk8ALQW3g==", "license": "MIT", "dependencies": { - "@shikijs/core": "3.15.0", - "@shikijs/engine-javascript": "3.15.0", - "@shikijs/engine-oniguruma": "3.15.0", - "@shikijs/langs": "3.15.0", - "@shikijs/themes": "3.15.0", - "@shikijs/types": "3.15.0", + "@shikijs/core": "3.22.0", + "@shikijs/engine-javascript": "3.22.0", + "@shikijs/engine-oniguruma": "3.22.0", + "@shikijs/langs": "3.22.0", + "@shikijs/themes": "3.22.0", + "@shikijs/types": "3.22.0", "@shikijs/vscode-textmate": "^10.0.2", "@types/hast": "^3.0.4" } @@ -8239,9 +8855,9 @@ "license": "MIT" }, "node_modules/smol-toml": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.5.2.tgz", - "integrity": "sha512-QlaZEqcAH3/RtNyet1IPIYPsEWAaYyXXv1Krsi+1L/QHppjX4Ifm8MQsBISz9vE8cHicIq3clogsheili5vhaQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.0.tgz", + "integrity": "sha512-4zemZi0HvTnYwLfrpk/CF9LOd9Lt87kAt50GnqhMpyF9U3poDAP2+iukq2bZsO/ufegbYehBkqINbsWxj4l4cw==", "license": "BSD-3-Clause", "engines": { "node": ">= 18" @@ -8255,7 +8871,6 @@ "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.10.tgz", "integrity": "sha512-Coz956cos/EPDlhs6+jsdTxKuJDPT7B5SVIWgABwROyxjY7Xbr8wkzD68Et+NxnV7DLJ3nJdAC2r9InuV/4Jew==", "license": "MIT", - "peer": true, "dependencies": { "csstype": "^3.1.0", "seroval": "~1.3.0", @@ -8462,18 +9077,6 @@ "url": "https://github.com/sponsors/SuperchupuDev" } }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "license": "MIT", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, "node_modules/trim-lines": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", @@ -8518,17 +9121,17 @@ "version": "2.8.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", - "license": "0BSD" + "license": "0BSD", + "optional": true }, "node_modules/tsx": { - "version": "4.20.6", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.6.tgz", - "integrity": "sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==", + "version": "4.21.0", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.21.0.tgz", + "integrity": "sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { - "esbuild": "~0.25.0", + "esbuild": "~0.27.0", "get-tsconfig": "^4.7.5" }, "bin": { @@ -8541,6 +9144,464 @@ "fsevents": "~2.3.3" } }, + "node_modules/tsx/node_modules/@esbuild/aix-ppc64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz", + "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/android-arm": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz", + "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/android-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz", + "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/android-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz", + "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/darwin-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz", + "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/darwin-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz", + "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/freebsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz", + "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/freebsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz", + "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-arm": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz", + "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz", + "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-ia32": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz", + "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-loong64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz", + "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-mips64el": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz", + "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==", + "cpu": [ + "mips64el" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-ppc64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz", + "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-riscv64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz", + "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-s390x": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz", + "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz", + "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/netbsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz", + "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/netbsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz", + "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/openbsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz", + "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/openbsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz", + "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/openharmony-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz", + "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/sunos-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz", + "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/win32-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz", + "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/win32-ia32": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz", + "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/@esbuild/win32-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz", + "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/tsx/node_modules/esbuild": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz", + "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==", + "devOptional": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.27.3", + "@esbuild/android-arm": "0.27.3", + "@esbuild/android-arm64": "0.27.3", + "@esbuild/android-x64": "0.27.3", + "@esbuild/darwin-arm64": "0.27.3", + "@esbuild/darwin-x64": "0.27.3", + "@esbuild/freebsd-arm64": "0.27.3", + "@esbuild/freebsd-x64": "0.27.3", + "@esbuild/linux-arm": "0.27.3", + "@esbuild/linux-arm64": "0.27.3", + "@esbuild/linux-ia32": "0.27.3", + "@esbuild/linux-loong64": "0.27.3", + "@esbuild/linux-mips64el": "0.27.3", + "@esbuild/linux-ppc64": "0.27.3", + "@esbuild/linux-riscv64": "0.27.3", + "@esbuild/linux-s390x": "0.27.3", + "@esbuild/linux-x64": "0.27.3", + "@esbuild/netbsd-arm64": "0.27.3", + "@esbuild/netbsd-x64": "0.27.3", + "@esbuild/openbsd-arm64": "0.27.3", + "@esbuild/openbsd-x64": "0.27.3", + "@esbuild/openharmony-arm64": "0.27.3", + "@esbuild/sunos-x64": "0.27.3", + "@esbuild/win32-arm64": "0.27.3", + "@esbuild/win32-ia32": "0.27.3", + "@esbuild/win32-x64": "0.27.3" + } + }, "node_modules/type-fest": { "version": "4.41.0", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", @@ -8564,7 +9625,6 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -8583,9 +9643,9 @@ } }, "node_modules/ufo": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz", - "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz", + "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==", "license": "MIT" }, "node_modules/ultrahtml": { @@ -8615,26 +9675,6 @@ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, - "node_modules/unicode-properties": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz", - "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==", - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.0", - "unicode-trie": "^2.0.0" - } - }, - "node_modules/unicode-trie": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz", - "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==", - "license": "MIT", - "dependencies": { - "pako": "^0.2.5", - "tiny-inflate": "^1.0.0" - } - }, "node_modules/unified": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", @@ -8655,14 +9695,14 @@ } }, "node_modules/unifont": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.6.0.tgz", - "integrity": "sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==", + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.3.tgz", + "integrity": "sha512-b0GtQzKCyuSHGsfj5vyN8st7muZ6VCI4XD4vFlr7Uy1rlWVYxC3npnfk8MyreHxJYrz1ooLDqDzFe9XqQTlAhA==", "license": "MIT", "dependencies": { - "css-tree": "^3.0.0", - "ofetch": "^1.4.1", - "ohash": "^2.0.0" + "css-tree": "^3.1.0", + "ofetch": "^1.5.1", + "ohash": "^2.0.11" } }, "node_modules/unifont/node_modules/css-tree": { @@ -8779,9 +9819,9 @@ } }, "node_modules/unist-util-visit": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", - "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", + "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", @@ -8821,19 +9861,19 @@ } }, "node_modules/unstorage": { - "version": "1.17.3", - "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.3.tgz", - "integrity": "sha512-i+JYyy0DoKmQ3FximTHbGadmIYb8JEpq7lxUjnjeB702bCPum0vzo6oy5Mfu0lpqISw7hCyMW2yj4nWC8bqJ3Q==", + "version": "1.17.4", + "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.4.tgz", + "integrity": "sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==", "license": "MIT", "dependencies": { "anymatch": "^3.1.3", - "chokidar": "^4.0.3", + "chokidar": "^5.0.0", "destr": "^2.0.5", - "h3": "^1.15.4", - "lru-cache": "^10.4.3", + "h3": "^1.15.5", + "lru-cache": "^11.2.0", "node-fetch-native": "^1.6.7", "ofetch": "^1.5.1", - "ufo": "^1.6.1" + "ufo": "^1.6.3" }, "peerDependencies": { "@azure/app-configuration": "^1.8.0", @@ -8842,14 +9882,14 @@ "@azure/identity": "^4.6.0", "@azure/keyvault-secrets": "^4.9.0", "@azure/storage-blob": "^12.26.0", - "@capacitor/preferences": "^6.0.3 || ^7.0.0", + "@capacitor/preferences": "^6 || ^7 || ^8", "@deno/kv": ">=0.9.0", "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", "@planetscale/database": "^1.19.0", "@upstash/redis": "^1.34.3", "@vercel/blob": ">=0.27.1", "@vercel/functions": "^2.2.12 || ^3.0.0", - "@vercel/kv": "^1.0.1", + "@vercel/kv": "^1 || ^2 || ^3", "aws4fetch": "^1.0.20", "db0": ">=0.2.1", "idb-keyval": "^6.2.1", @@ -8916,11 +9956,42 @@ } } }, + "node_modules/unstorage/node_modules/chokidar": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", + "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==", + "license": "MIT", + "dependencies": { + "readdirp": "^5.0.0" + }, + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/unstorage/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "license": "ISC" + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz", + "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==", + "license": "BlueOak-1.0.0", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/unstorage/node_modules/readdirp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz", + "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==", + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } }, "node_modules/update-browserslist-db": { "version": "1.1.4", @@ -8995,13 +10066,12 @@ } }, "node_modules/vite": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.4.tgz", - "integrity": "sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", + "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", "license": "MIT", - "peer": true, "dependencies": { - "esbuild": "^0.25.0", + "esbuild": "^0.27.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", @@ -9093,6 +10163,463 @@ } } }, + "node_modules/vite/node_modules/@esbuild/aix-ppc64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz", + "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz", + "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz", + "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz", + "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz", + "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz", + "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz", + "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz", + "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz", + "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz", + "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ia32": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz", + "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz", + "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz", + "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==", + "cpu": [ + "mips64el" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz", + "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz", + "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-s390x": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz", + "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz", + "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz", + "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz", + "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz", + "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz", + "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/openharmony-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz", + "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz", + "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz", + "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz", + "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz", + "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/esbuild": { + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz", + "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==", + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.27.3", + "@esbuild/android-arm": "0.27.3", + "@esbuild/android-arm64": "0.27.3", + "@esbuild/android-x64": "0.27.3", + "@esbuild/darwin-arm64": "0.27.3", + "@esbuild/darwin-x64": "0.27.3", + "@esbuild/freebsd-arm64": "0.27.3", + "@esbuild/freebsd-x64": "0.27.3", + "@esbuild/linux-arm": "0.27.3", + "@esbuild/linux-arm64": "0.27.3", + "@esbuild/linux-ia32": "0.27.3", + "@esbuild/linux-loong64": "0.27.3", + "@esbuild/linux-mips64el": "0.27.3", + "@esbuild/linux-ppc64": "0.27.3", + "@esbuild/linux-riscv64": "0.27.3", + "@esbuild/linux-s390x": "0.27.3", + "@esbuild/linux-x64": "0.27.3", + "@esbuild/netbsd-arm64": "0.27.3", + "@esbuild/netbsd-x64": "0.27.3", + "@esbuild/openbsd-arm64": "0.27.3", + "@esbuild/openbsd-x64": "0.27.3", + "@esbuild/openharmony-arm64": "0.27.3", + "@esbuild/sunos-x64": "0.27.3", + "@esbuild/win32-arm64": "0.27.3", + "@esbuild/win32-ia32": "0.27.3", + "@esbuild/win32-x64": "0.27.3" + } + }, "node_modules/vitefu": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.1.tgz", @@ -9113,9 +10640,9 @@ } }, "node_modules/volar-service-css": { - "version": "0.0.66", - "resolved": "https://registry.npmjs.org/volar-service-css/-/volar-service-css-0.0.66.tgz", - "integrity": "sha512-XrL1V9LEAHnunglYdDf/7shJbQXqKsHB+P69zPmJTqHx6hqvM9GWNbn2h7M0P/oElW8p/MTVHdfjl6C8cxdsBQ==", + "version": "0.0.68", + "resolved": "https://registry.npmjs.org/volar-service-css/-/volar-service-css-0.0.68.tgz", + "integrity": "sha512-lJSMh6f3QzZ1tdLOZOzovLX0xzAadPhx8EKwraDLPxBndLCYfoTvnNuiFFV8FARrpAlW5C0WkH+TstPaCxr00Q==", "license": "MIT", "dependencies": { "vscode-css-languageservice": "^6.3.0", @@ -9132,12 +10659,12 @@ } }, "node_modules/volar-service-emmet": { - "version": "0.0.66", - "resolved": "https://registry.npmjs.org/volar-service-emmet/-/volar-service-emmet-0.0.66.tgz", - "integrity": "sha512-BMPSpm6mk0DAEVdI2haxYIOt1Z2oaIZvCGtXuRu95x50a5pOSRPjdeHv2uGp1rQsq1Izigx+VR/bZUf2HcSnVQ==", + "version": "0.0.68", + "resolved": "https://registry.npmjs.org/volar-service-emmet/-/volar-service-emmet-0.0.68.tgz", + "integrity": "sha512-nHvixrRQ83EzkQ4G/jFxu9Y4eSsXS/X2cltEPDM+K9qZmIv+Ey1w0tg1+6caSe8TU5Hgw4oSTwNMf/6cQb3LzQ==", "license": "MIT", "dependencies": { - "@emmetio/css-parser": "github:ramya-rao-a/css-parser#vscode", + "@emmetio/css-parser": "^0.4.1", "@emmetio/html-matcher": "^1.3.0", "@vscode/emmet-helper": "^2.9.3", "vscode-uri": "^3.0.8" @@ -9152,9 +10679,9 @@ } }, "node_modules/volar-service-html": { - "version": "0.0.66", - "resolved": "https://registry.npmjs.org/volar-service-html/-/volar-service-html-0.0.66.tgz", - "integrity": "sha512-MKKD2qM8qVZvBKBIugt00+Bm8j1ehgeX7Cm5XwgeEgdW/3PhUEEe/aeTxQGon1WJIGf2MM/cHPjZxPJOQN4WfQ==", + "version": "0.0.68", + "resolved": "https://registry.npmjs.org/volar-service-html/-/volar-service-html-0.0.68.tgz", + "integrity": "sha512-fru9gsLJxy33xAltXOh4TEdi312HP80hpuKhpYQD4O5hDnkNPEBdcQkpB+gcX0oK0VxRv1UOzcGQEUzWCVHLfA==", "license": "MIT", "dependencies": { "vscode-html-languageservice": "^5.3.0", @@ -9171,9 +10698,9 @@ } }, "node_modules/volar-service-prettier": { - "version": "0.0.66", - "resolved": "https://registry.npmjs.org/volar-service-prettier/-/volar-service-prettier-0.0.66.tgz", - "integrity": "sha512-CVaQEyfmFWoq3NhNVExoyDKonPqdacmb/07w7OfTZljxLgZpDRygiHAvzBKIcenb7rKtJNHqfQJv99ULOinJBA==", + "version": "0.0.68", + "resolved": "https://registry.npmjs.org/volar-service-prettier/-/volar-service-prettier-0.0.68.tgz", + "integrity": "sha512-grUmWHkHlebMOd6V8vXs2eNQUw/bJGJMjekh/EPf/p2ZNTK0Uyz7hoBRngcvGfJHMsSXZH8w/dZTForIW/4ihw==", "license": "MIT", "dependencies": { "vscode-uri": "^3.0.8" @@ -9192,9 +10719,9 @@ } }, "node_modules/volar-service-typescript": { - "version": "0.0.66", - "resolved": "https://registry.npmjs.org/volar-service-typescript/-/volar-service-typescript-0.0.66.tgz", - "integrity": "sha512-8irsfCEf86R1RqPijrU6p5NCqKDNzyJNWKM6ZXmCcJqhebtl7Hr/a0bnlr59AzqkS3Ym4PbbJZs1K/92CXTDsw==", + "version": "0.0.68", + "resolved": "https://registry.npmjs.org/volar-service-typescript/-/volar-service-typescript-0.0.68.tgz", + "integrity": "sha512-z7B/7CnJ0+TWWFp/gh2r5/QwMObHNDiQiv4C9pTBNI2Wxuwymd4bjEORzrJ/hJ5Yd5+OzeYK+nFCKevoGEEeKw==", "license": "MIT", "dependencies": { "path-browserify": "^1.0.1", @@ -9214,9 +10741,9 @@ } }, "node_modules/volar-service-typescript-twoslash-queries": { - "version": "0.0.66", - "resolved": "https://registry.npmjs.org/volar-service-typescript-twoslash-queries/-/volar-service-typescript-twoslash-queries-0.0.66.tgz", - "integrity": "sha512-PA3CyvEaBrkxJcBq+HFdks1TF1oJ8H+jTOTQUurLDRkVjmUFg8bfdya6U/dWfTsPaDSRM4m/2chwgew5zoQXfg==", + "version": "0.0.68", + "resolved": "https://registry.npmjs.org/volar-service-typescript-twoslash-queries/-/volar-service-typescript-twoslash-queries-0.0.68.tgz", + "integrity": "sha512-NugzXcM0iwuZFLCJg47vI93su5YhTIweQuLmZxvz5ZPTaman16JCvmDZexx2rd5T/75SNuvvZmrTOTNYUsfe5w==", "license": "MIT", "dependencies": { "vscode-uri": "^3.0.8" @@ -9231,9 +10758,9 @@ } }, "node_modules/volar-service-yaml": { - "version": "0.0.66", - "resolved": "https://registry.npmjs.org/volar-service-yaml/-/volar-service-yaml-0.0.66.tgz", - "integrity": "sha512-q6oTKD6EMEu1ws1FDjRw+cfCF69Gu51IEGM9jVbtmSZS1qQHKxMqlt2+wBInKl2D+xILtjzkWbfkjQyBYQMw7g==", + "version": "0.0.68", + "resolved": "https://registry.npmjs.org/volar-service-yaml/-/volar-service-yaml-0.0.68.tgz", + "integrity": "sha512-84XgE02LV0OvTcwfqhcSwVg4of3MLNUWPMArO6Aj8YXqyEVnPu8xTEMY2btKSq37mVAPuaEVASI4e3ptObmqcA==", "license": "MIT", "dependencies": { "vscode-uri": "^3.0.8", @@ -9249,9 +10776,9 @@ } }, "node_modules/vscode-css-languageservice": { - "version": "6.3.8", - "resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-6.3.8.tgz", - "integrity": "sha512-dBk/9ullEjIMbfSYAohGpDOisOVU1x2MQHOeU12ohGJQI7+r0PCimBwaa/pWpxl/vH4f7ibrBfxIZY3anGmHKQ==", + "version": "6.3.9", + "resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-6.3.9.tgz", + "integrity": "sha512-1tLWfp+TDM5ZuVWht3jmaY5y7O6aZmpeXLoHl5bv1QtRsRKt4xYGRMmdJa5Pqx/FTkgRbsna9R+Gn2xE+evVuA==", "license": "MIT", "dependencies": { "@vscode/l10n": "^0.0.18", @@ -9261,9 +10788,9 @@ } }, "node_modules/vscode-html-languageservice": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-5.6.0.tgz", - "integrity": "sha512-FIVz83oGw2tBkOr8gQPeiREInnineCKGCz3ZD1Pi6opOuX3nSRkc4y4zLLWsuop+6ttYX//XZCI6SLzGhRzLmA==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-5.6.1.tgz", + "integrity": "sha512-5Mrqy5CLfFZUgkyhNZLA1Ye5g12Cb/v6VM7SxUzZUaRKWMDz4md+y26PrfRTSU0/eQAl3XpO9m2og+GGtDMuaA==", "license": "MIT", "dependencies": { "@vscode/l10n": "^0.0.18", @@ -9447,7 +10974,6 @@ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", "license": "ISC", - "peer": true, "bin": { "yaml": "bin.mjs" }, @@ -9618,15 +11144,14 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", - "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } }, "node_modules/zod-to-json-schema": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.0.tgz", - "integrity": "sha512-HvWtU2UG41LALjajJrML6uQejQhNJx+JBO9IflpSja4R03iNWfKXrj6W2h7ljuLyc1nKS+9yDyL/9tD1U/yBnQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.1.tgz", + "integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==", "license": "ISC", "peerDependencies": { "zod": "^3.25 || ^4" diff --git a/package.json b/package.json index 590ec95..9573510 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@fontsource-variable/rubik": "^5.2.8", "@hbsnow/rehype-sectionize": "^1.0.7", "@pagefind/default-ui": "^1.4.0", - "@shikijs/rehype": "^3.20.0", + "@shikijs/rehype": "^3.22.0", "astro": "5.17.2", "astro-breadcrumbs": "^3.3.3", "astro-icon": "^1.1.5", @@ -26,26 +26,27 @@ "hastscript": "^9.0.1", "rehype": "^13.0.2", "remark-github-blockquote-alert": "^2.0.1", - "solid-js": "^1.9.10", + "solid-js": "^1.9.11", "unified": "^11.0.5", - "unist-util-visit": "^5.0.0" + "unist-util-visit": "^5.1.0" }, "devDependencies": { "@astrojs/ts-plugin": "1.10.6", - "@babel/core": "^7.28.5", - "@babel/plugin-syntax-typescript": "^7.27.1", - "@biomejs/biome": "^2.3.10", + "@babel/core": "^7.29.0", + "@babel/plugin-syntax-typescript": "^7.28.6", + "@biomejs/biome": "^2.3.15", "@types/babel__core": "^7.20.5", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", - "@types/node": "^25.0.3", + "@types/node": "^25.2.3", "@types/unist": "^3.0.3", + "baseline-browser-mapping": "^2.9.19", "jsonc-parser": "^3.3.1", "pagefind": "^1.4.0", - "shiki": "^3.20.0", + "shiki": "^3.22.0", "tsx": "^4.21.0", "typescript": "^5.9.3", - "vite": "^7.3.0" + "vite": "^7.3.1" }, "packageManager": "yarn@4.12.0" } diff --git a/pagefind.ts b/pagefind.ts index 0f074da..83bdd91 100644 --- a/pagefind.ts +++ b/pagefind.ts @@ -12,15 +12,11 @@ export default function pagefind(): AstroIntegration { const cwd = dirname(fileURLToPath(import.meta.url)); const relativeDir = relative(cwd, targetDir); return new Promise(resolve => { - spawn( - "yarn", - ["pagefind", "--site", relativeDir], - { - stdio: "inherit", - shell: true, - cwd, - } - ).on("close", () => resolve()); + spawn("yarn", ["pagefind", "--site", relativeDir], { + stdio: "inherit", + shell: true, + cwd, + }).on("close", () => resolve()); }); }, }, diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 1f35fb6..069070b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,7 +2,6 @@ import matrixLogo from "@icons/matrix-logo.svg?raw"; import discordLogo from "@icons/discord-logo.svg?raw"; import gitLogo from "@icons/git-logo.svg?raw"; -import { ThemeSelect } from "./hooks/ThemeSwitch"; import ThemeToggle from "./ThemeToggle.astro"; interface Props { diff --git a/src/components/Header.astro b/src/components/Header.astro index a7b9305..0a7d3af 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,6 +1,6 @@ --- -import { ThemeSelect } from "@components/hooks/ThemeSwitch"; -import type { TypeData } from "@config/io/types"; +import ThemeToggle from "./ThemeToggle.astro"; +import type { TypeData } from "@config/_types"; import Nav from "@components/navigation/sidebars/nav/index.astro"; import TOC from "@components/navigation/sidebars/TOC.astro"; import type { ConfigHeading } from "@components/navigation/sidebars/types"; @@ -23,7 +23,7 @@ const { title, headings, type } = Astro.props;
- +
diff --git a/src/components/ThemeToggle.astro b/src/components/ThemeToggle.astro index 0d0f832..e0049e8 100644 --- a/src/components/ThemeToggle.astro +++ b/src/components/ThemeToggle.astro @@ -2,21 +2,19 @@ import { Icon } from "astro-icon/components"; --- -