this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

package update

+194 -162
+4 -5
package.json
··· 13 13 "db:studio": "drizzle-kit studio" 14 14 }, 15 15 "dependencies": { 16 + "@base-ui/react": "^1.4.1", 16 17 "@libsql/client": "^0.17.3", 17 - "@radix-ui/react-label": "^2.1.8", 18 - "@radix-ui/react-slot": "^1.2.4", 19 18 "@t3-oss/env-core": "^0.13.11", 20 19 "@tailwindcss/vite": "^4.2.4", 21 20 "@tanstack/devtools-vite": "^0.6.0", 22 21 "@tanstack/react-devtools": "^0.10.2", 23 22 "@tanstack/react-pacer": "^0.22.0", 24 - "@tanstack/react-query": "^5.100.1", 25 - "@tanstack/react-query-devtools": "^5.100.1", 23 + "@tanstack/react-query": "^5.100.5", 24 + "@tanstack/react-query-devtools": "^5.100.5", 26 25 "@tanstack/react-router": "1.168.23", 27 26 "@tanstack/react-router-devtools": "1.166.13", 28 27 "@tanstack/react-router-with-query": "1.130.17", ··· 46 45 "@typescript/native-preview": "7.0.0-dev.20260423.1", 47 46 "@vitejs/plugin-react": "^6.0.1", 48 47 "drizzle-kit": "1.0.0-beta.20", 49 - "knip": "^6.6.2", 48 + "knip": "^6.7.0", 50 49 "typescript": "^6.0.3", 51 50 "vite": "npm:@voidzero-dev/vite-plus-core@^0.1.19", 52 51 "vite-plus": "latest"
+190 -157
pnpm-lock.yaml
··· 12 12 13 13 .: 14 14 dependencies: 15 + '@base-ui/react': 16 + specifier: ^1.4.1 17 + version: 1.4.1(@types/react@19.2.14)(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 15 18 '@libsql/client': 16 19 specifier: ^0.17.3 17 20 version: 0.17.3 18 - '@radix-ui/react-label': 19 - specifier: ^2.1.8 20 - version: 2.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 21 - '@radix-ui/react-slot': 22 - specifier: ^1.2.4 23 - version: 1.2.4(@types/react@19.2.14)(react@19.2.5) 24 21 '@t3-oss/env-core': 25 22 specifier: ^0.13.11 26 23 version: 0.13.11(typescript@6.0.3)(valibot@1.3.1(typescript@6.0.3))(zod@4.3.6) ··· 37 34 specifier: ^0.22.0 38 35 version: 0.22.0(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 39 36 '@tanstack/react-query': 40 - specifier: ^5.100.1 41 - version: 5.100.1(react@19.2.5) 37 + specifier: ^5.100.5 38 + version: 5.100.5(react@19.2.5) 42 39 '@tanstack/react-query-devtools': 43 - specifier: ^5.100.1 44 - version: 5.100.1(@tanstack/react-query@5.100.1(react@19.2.5))(react@19.2.5) 40 + specifier: ^5.100.5 41 + version: 5.100.5(@tanstack/react-query@5.100.5(react@19.2.5))(react@19.2.5) 45 42 '@tanstack/react-router': 46 43 specifier: 1.168.23 47 44 version: 1.168.23(react-dom@19.2.5(react@19.2.5))(react@19.2.5) ··· 50 47 version: 1.166.13(@tanstack/react-router@1.168.23(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@tanstack/router-core@1.168.15)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 51 48 '@tanstack/react-router-with-query': 52 49 specifier: 1.130.17 53 - version: 1.130.17(@tanstack/react-query@5.100.1(react@19.2.5))(@tanstack/react-router@1.168.23(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@tanstack/router-core@1.168.15)(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 50 + version: 1.130.17(@tanstack/react-query@5.100.5(react@19.2.5))(@tanstack/react-router@1.168.23(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@tanstack/router-core@1.168.15)(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 54 51 '@tanstack/react-start': 55 52 specifier: 1.167.42 56 53 version: 1.167.42(@vitejs/plugin-rsc@0.5.24(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))(crossws@0.4.5(srvx@0.11.15))(react-dom@19.2.5(react@19.2.5))(react@19.2.5) ··· 107 104 specifier: 1.0.0-beta.20 108 105 version: 1.0.0-beta.20 109 106 knip: 110 - specifier: ^6.6.2 111 - version: 6.6.2(@emnapi/core@1.9.2)(@emnapi/runtime@1.10.0) 107 + specifier: ^6.7.0 108 + version: 6.7.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.10.0) 112 109 typescript: 113 110 specifier: ^6.0.3 114 111 version: 6.0.3 115 112 vite: 116 - specifier: npm:@voidzero-dev/vite-plus-core@latest 113 + specifier: npm:@voidzero-dev/vite-plus-core@^0.1.19 117 114 version: '@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3)' 118 115 vite-plus: 119 116 specifier: latest ··· 267 264 peerDependencies: 268 265 '@babel/core': ^7.0.0-0 269 266 267 + '@babel/runtime@7.29.2': 268 + resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==} 269 + engines: {node: '>=6.9.0'} 270 + 270 271 '@babel/template@7.28.6': 271 272 resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} 272 273 engines: {node: '>=6.9.0'} ··· 279 280 resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} 280 281 engines: {node: '>=6.9.0'} 281 282 283 + '@base-ui/react@1.4.1': 284 + resolution: {integrity: sha512-Ab5/LIhcmL8BQcsBUYiOfkSDRdLpvgUBzMK30cu684JPcLclYlztharvCZyNNgzJtbAiREzI9q0pI5erHCMgCw==} 285 + engines: {node: '>=14.0.0'} 286 + peerDependencies: 287 + '@date-fns/tz': ^1.2.0 288 + '@types/react': ^17 || ^18 || ^19 289 + date-fns: ^4.0.0 290 + react: ^17 || ^18 || ^19 291 + react-dom: ^17 || ^18 || ^19 292 + peerDependenciesMeta: 293 + '@date-fns/tz': 294 + optional: true 295 + '@types/react': 296 + optional: true 297 + date-fns: 298 + optional: true 299 + 300 + '@base-ui/utils@0.2.8': 301 + resolution: {integrity: sha512-jvOi+c+ftGlGotNcKnzPVg2IhCaDTB6/6R3JeqdjdXktuAJi3wKH9T7+svuaKh1mmfVU11UWzUZVH74JDfi/wQ==} 302 + peerDependencies: 303 + '@types/react': ^17 || ^18 || ^19 304 + react: ^17 || ^18 || ^19 305 + react-dom: ^17 || ^18 || ^19 306 + peerDependenciesMeta: 307 + '@types/react': 308 + optional: true 309 + 282 310 '@colors/colors@1.6.0': 283 311 resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} 284 312 engines: {node: '>=0.1.90'} ··· 286 314 '@dabh/diagnostics@2.0.8': 287 315 resolution: {integrity: sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q==} 288 316 289 - '@dependents/detective-less@5.0.2': 290 - resolution: {integrity: sha512-QPKO4ao2+iniYAYnPZwHKK67EgDG2GAdye9OCy11xsmApHGwzpH3AcSdPjGyPO3tC2/K8mF7JjWX3A/FTRnskg==} 317 + '@dependents/detective-less@5.0.3': 318 + resolution: {integrity: sha512-v6oD9Ukp+N7V4n6p5I/+mM5fIohSfkrDSGlFm5w/pYmchvbk+sMIHsLxrFJ5Lnujewj1BzWL0K84d88lwZAMQA==} 291 319 engines: {node: '>=18'} 292 320 293 321 '@drizzle-team/brocli@0.11.0': ··· 785 813 786 814 '@fastify/busboy@3.2.0': 787 815 resolution: {integrity: sha512-m9FVDXU3GT2ITSe0UaMA5rU3QkfC/UXtCU8y0gSN/GugTqtVldOBWIB5V6V3sbmenVZUIpU6f+mPEO2+m5iTaA==} 816 + 817 + '@floating-ui/core@1.7.5': 818 + resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==} 819 + 820 + '@floating-ui/dom@1.7.6': 821 + resolution: {integrity: sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==} 822 + 823 + '@floating-ui/react-dom@2.1.8': 824 + resolution: {integrity: sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==} 825 + peerDependencies: 826 + react: '>=16.8.0' 827 + react-dom: '>=16.8.0' 828 + 829 + '@floating-ui/utils@0.2.11': 830 + resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==} 788 831 789 832 '@humanwhocodes/momoa@2.0.4': 790 833 resolution: {integrity: sha512-RE815I4arJFtt+FVeU1Tgp9/Xvecacji8w/V6XtXsWWH/wz/eNkNbhb+ny/+PlVZjV0rxQpRSQKNKE3lcktHEA==} ··· 1890 1933 '@polka/url@1.0.0-next.29': 1891 1934 resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==} 1892 1935 1893 - '@radix-ui/react-compose-refs@1.1.2': 1894 - resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==} 1895 - peerDependencies: 1896 - '@types/react': '*' 1897 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1898 - peerDependenciesMeta: 1899 - '@types/react': 1900 - optional: true 1901 - 1902 - '@radix-ui/react-label@2.1.8': 1903 - resolution: {integrity: sha512-FmXs37I6hSBVDlO4y764TNz1rLgKwjJMQ0EGte6F3Cb3f4bIuHB/iLa/8I9VKkmOy+gNHq8rql3j686ACVV21A==} 1904 - peerDependencies: 1905 - '@types/react': '*' 1906 - '@types/react-dom': '*' 1907 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1908 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1909 - peerDependenciesMeta: 1910 - '@types/react': 1911 - optional: true 1912 - '@types/react-dom': 1913 - optional: true 1914 - 1915 - '@radix-ui/react-primitive@2.1.4': 1916 - resolution: {integrity: sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==} 1917 - peerDependencies: 1918 - '@types/react': '*' 1919 - '@types/react-dom': '*' 1920 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1921 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1922 - peerDependenciesMeta: 1923 - '@types/react': 1924 - optional: true 1925 - '@types/react-dom': 1926 - optional: true 1927 - 1928 - '@radix-ui/react-slot@1.2.4': 1929 - resolution: {integrity: sha512-Jl+bCv8HxKnlTLVrcDE8zTMJ09R9/ukw4qBs/oZClOfoQk/cOTbDn+NceXfV7j09YPVQUryJPHurafcSg6EVKA==} 1930 - peerDependencies: 1931 - '@types/react': '*' 1932 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1933 - peerDependenciesMeta: 1934 - '@types/react': 1935 - optional: true 1936 - 1937 1936 '@rolldown/pluginutils@1.0.0-beta.40': 1938 1937 resolution: {integrity: sha512-s3GeJKSQOwBlzdUrj4ISjJj5SfSh+aqn0wjOar4Bx95iV1ETI7F6S/5hLcfAxZ9kXDcyrAkxPlqmd1ZITttf+w==} 1939 1938 ··· 2145 2144 resolution: {integrity: sha512-EZyU3fQvdz7faj0vBVrPd5ejkSS9pbGKtrGZI56dLJgotca6iZKhaNDRv7dweG4dnWx0LovE9YYf1MAErGpbLQ==} 2146 2145 engines: {node: '>=18'} 2147 2146 2148 - '@tanstack/query-core@5.100.1': 2149 - resolution: {integrity: sha512-awvQhOO/2TrSCHE5LKKsXcvvj6WSBncwEcMFCB/ez0Qs0b17iyyivoGArNV3HFfXryZwCpnb/olsaBBKrIbtSw==} 2147 + '@tanstack/query-core@5.100.5': 2148 + resolution: {integrity: sha512-t20KrhKkf0HXzqQkPbJ5erhFesup68BAbwFgYmTrS7bxMF7O5MdmL8jUkik4thsG7Hg00fblz30h6yF1d5TxGg==} 2150 2149 2151 - '@tanstack/query-devtools@5.100.1': 2152 - resolution: {integrity: sha512-jZLV2l7XjYxXCrXHj9pj15gZuY8Te+idoSPS2hIh3+SxOd20Gn0rfUoqEw9vc+us/b16hi0/DWqpzx9O1ZsyIQ==} 2150 + '@tanstack/query-devtools@5.100.5': 2151 + resolution: {integrity: sha512-SuCkVCqqliRYJvm+LEL2U/TcFv92zTnHj6OGrJFHp1v/RsiwamI+ZDgQzbeUrLsJb8/Nj/52aIw0NyDMcVHl4A==} 2153 2152 2154 2153 '@tanstack/react-devtools@0.10.2': 2155 2154 resolution: {integrity: sha512-1BmZyxOrI5SqmRJ5MgkYZNNdnlLsJxQRI2YgorrAvcF2MxK6x5RcuStvD8+YlXoMw3JtNukPxoITirKAnKYDQA==} ··· 2167 2166 react: '>=16.8' 2168 2167 react-dom: '>=16.8' 2169 2168 2170 - '@tanstack/react-query-devtools@5.100.1': 2171 - resolution: {integrity: sha512-JuLinBUl/BlZhm0WVX83fJgE2a3YSbuEdxf3fgP+THg92hX7YfwuH5DzT35a6sL/rifZsPr0yJ9itB6jDOcdRg==} 2169 + '@tanstack/react-query-devtools@5.100.5': 2170 + resolution: {integrity: sha512-bItQERx7dJoiI0WEoS4tIrvNnmk4kUYsaQLdIpm4o9Kttmsi5B6xlY6JBDkavstR3hH/R2+VT5dr3L5LBFPW4g==} 2172 2171 peerDependencies: 2173 - '@tanstack/react-query': ^5.100.1 2172 + '@tanstack/react-query': ^5.100.5 2174 2173 react: ^18 || ^19 2175 2174 2176 - '@tanstack/react-query@5.100.1': 2177 - resolution: {integrity: sha512-UgWRLhQKprC37SsO6y1zRabOqDmM2gsdTNPbqTT35yl7kOOhwXU4nyfOiGHXPwoEFJV1IpSk85hjIFjNFWVpzw==} 2175 + '@tanstack/react-query@5.100.5': 2176 + resolution: {integrity: sha512-aNwj1mi2v2bQ9IxkyR1grLOUkv3BYWoykHy9KDyLNbjC3tsahbOHJibK+Wjtr1wRhG59/AvJhiJG5OlthaCgJA==} 2178 2177 peerDependencies: 2179 2178 react: ^18 || ^19 2180 2179 ··· 2300 2299 2301 2300 '@tanstack/router-utils@1.161.6': 2302 2301 resolution: {integrity: sha512-nRcYw+w2OEgK6VfjirYvGyPLOK+tZQz1jkYcmH5AjMamQ9PycnlxZF2aEZtPpNoUsaceX2bHptn6Ub5hGXqNvw==} 2302 + engines: {node: '>=20.19'} 2303 + 2304 + '@tanstack/router-utils@1.161.7': 2305 + resolution: {integrity: sha512-VkY0u7ax/GD0qU6ZLLnfPC+UMxVzxRbvZp4yV4iUSXjgJZ/siAT5/QlLm9FEDJ9QDoC0VD9W7f00tKKreUI7Ng==} 2303 2306 engines: {node: '>=20.19'} 2304 2307 2305 2308 '@tanstack/start-client-core@1.167.17': ··· 2695 2698 peerDependencies: 2696 2699 ajv: ^8.0.1 2697 2700 2698 - ajv@8.18.0: 2699 - resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} 2701 + ajv@8.20.0: 2702 + resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==} 2700 2703 2701 2704 ansi-regex@5.0.1: 2702 2705 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} ··· 2829 2832 base64-js@1.5.1: 2830 2833 resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 2831 2834 2832 - baseline-browser-mapping@2.10.21: 2833 - resolution: {integrity: sha512-Q+rUQ7Uz8AHM7DEaNdwvfFCTq7a43lNTzuS94eiWqwyxfV/wJv+oUivef51T91mmRY4d4A1u9rcSvkeufCVXlA==} 2835 + baseline-browser-mapping@2.10.22: 2836 + resolution: {integrity: sha512-6qruVrb5rse6WylFkU0FhBKKGuecWseqdpQfhkawn6ztyk2QlfwSRjsDxMCLJrkfmfN21qvhl9ABgaMeRkuwww==} 2834 2837 engines: {node: '>=6.0.0'} 2835 2838 hasBin: true 2836 2839 ··· 3160 3163 resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 3161 3164 engines: {node: '>=8'} 3162 3165 3163 - detective-amd@6.0.2: 3164 - resolution: {integrity: sha512-qX4zkNVcufOoo7pKlRnLHEzUwDcqIY5N9FEuNJN+rDUjct3gikNdVJXRfpI6sG/Y9pfIMjcXeNdHV1oYulxjmw==} 3166 + detective-amd@6.1.0: 3167 + resolution: {integrity: sha512-fmI6LGMvotqd49QaA3ZYw+q0aGp2yXmMjzIuY6fH9j9YFIXY/73yDhMwhX9cPbhWd+AH06NH1Di/LKOuCH0Ubg==} 3165 3168 engines: {node: '>=18'} 3166 3169 hasBin: true 3167 3170 ··· 3179 3182 peerDependencies: 3180 3183 postcss: ^8.4.47 3181 3184 3182 - detective-sass@6.0.1: 3183 - resolution: {integrity: sha512-jSGPO8QDy7K7pztUmGC6aiHkexBQT4GIH+mBAL9ZyBmnUIOFbkfZnO8wPRRJFP/QP83irObgsZHCoDHZ173tRw==} 3185 + detective-sass@6.0.2: 3186 + resolution: {integrity: sha512-i3xpXHDKS0qI2aFW4asQ7fqlPK00ndOVZELvQapFJCaF0VxYmsNWtd0AmvXbTLMk7bfO5VdIeorhY9KfmHVoVA==} 3184 3187 engines: {node: '>=18'} 3185 3188 3186 - detective-scss@5.0.1: 3187 - resolution: {integrity: sha512-MAyPYRgS6DCiS6n6AoSBJXLGVOydsr9huwXORUlJ37K3YLyiN0vYHpzs3AdJOgHobBfispokoqrEon9rbmKacg==} 3189 + detective-scss@5.0.2: 3190 + resolution: {integrity: sha512-9JOEMZ8pDh3ShXmftq7hoQqqJsClaGgxo1hghfCeFlmKf5TC/Twtwb0PAaK8dXwpg9Z0uCmEYSrCxO+kel2eEg==} 3188 3191 engines: {node: '>=18'} 3189 3192 3190 3193 detective-stylus@5.0.1: ··· 4041 4044 resolution: {integrity: sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==} 4042 4045 engines: {node: '>=18'} 4043 4046 4044 - knip@6.6.2: 4045 - resolution: {integrity: sha512-ma2p+SvgIs1GZZLUV9QJrLkb9gGNBQHk7fcrtt3aVhiW2XEXH/yfMOU88F7ZdriYuBYkB53djPNYMWb2pKVl/g==} 4047 + knip@6.7.0: 4048 + resolution: {integrity: sha512-ckL51NDH1YJxnv1kNB0iUdDngB4f/e9Igz8uIqYfmNDoyOFmmk1V0WFv3LQ7/hzC63b2Z9X41gGUE9eOWrZpaA==} 4046 4049 engines: {node: ^20.19.0 || >=22.12.0} 4047 4050 hasBin: true 4048 4051 ··· 4337 4340 node-releases@2.0.38: 4338 4341 resolution: {integrity: sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==} 4339 4342 4340 - node-source-walk@7.0.1: 4341 - resolution: {integrity: sha512-3VW/8JpPqPvnJvseXowjZcirPisssnBuDikk6JIZ8jQzF7KJQX52iPFX4RYYxLycYH7IbMRSPUOga/esVjy5Yg==} 4343 + node-source-walk@7.0.2: 4344 + resolution: {integrity: sha512-71kFFjYaSshDTA8/a2HiTYPLdASWjLJxUyJxGE+ffxU+KhxSBtM9kiLUX+R2yooFdSFKMFpi4n3PFtDy6qXv8A==} 4342 4345 engines: {node: '>=18'} 4343 4346 4344 4347 node-stream-zip@1.15.0: ··· 4664 4667 4665 4668 require-package-name@2.0.1: 4666 4669 resolution: {integrity: sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==} 4670 + 4671 + reselect@5.1.1: 4672 + resolution: {integrity: sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==} 4667 4673 4668 4674 resolve-from@5.0.0: 4669 4675 resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} ··· 5601 5607 dependencies: 5602 5608 '@babel/core': 7.29.0 5603 5609 '@babel/helper-plugin-utils': 7.28.6 5610 + 5611 + '@babel/runtime@7.29.2': {} 5604 5612 5605 5613 '@babel/template@7.28.6': 5606 5614 dependencies: ··· 5625 5633 '@babel/helper-string-parser': 7.27.1 5626 5634 '@babel/helper-validator-identifier': 7.28.5 5627 5635 5636 + '@base-ui/react@1.4.1(@types/react@19.2.14)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': 5637 + dependencies: 5638 + '@babel/runtime': 7.29.2 5639 + '@base-ui/utils': 0.2.8(@types/react@19.2.14)(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 5640 + '@floating-ui/react-dom': 2.1.8(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 5641 + '@floating-ui/utils': 0.2.11 5642 + react: 19.2.5 5643 + react-dom: 19.2.5(react@19.2.5) 5644 + use-sync-external-store: 1.6.0(react@19.2.5) 5645 + optionalDependencies: 5646 + '@types/react': 19.2.14 5647 + 5648 + '@base-ui/utils@0.2.8(@types/react@19.2.14)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': 5649 + dependencies: 5650 + '@babel/runtime': 7.29.2 5651 + '@floating-ui/utils': 0.2.11 5652 + react: 19.2.5 5653 + react-dom: 19.2.5(react@19.2.5) 5654 + reselect: 5.1.1 5655 + use-sync-external-store: 1.6.0(react@19.2.5) 5656 + optionalDependencies: 5657 + '@types/react': 19.2.14 5658 + 5628 5659 '@colors/colors@1.6.0': {} 5629 5660 5630 5661 '@dabh/diagnostics@2.0.8': ··· 5633 5664 enabled: 2.0.0 5634 5665 kuler: 2.0.0 5635 5666 5636 - '@dependents/detective-less@5.0.2': 5667 + '@dependents/detective-less@5.0.3': 5637 5668 dependencies: 5638 5669 gonzales-pe: 4.3.0 5639 - node-source-walk: 7.0.1 5670 + node-source-walk: 7.0.2 5640 5671 5641 5672 '@drizzle-team/brocli@0.11.0': {} 5642 5673 ··· 5905 5936 '@fastify/accept-negotiator@2.0.1': {} 5906 5937 5907 5938 '@fastify/busboy@3.2.0': {} 5939 + 5940 + '@floating-ui/core@1.7.5': 5941 + dependencies: 5942 + '@floating-ui/utils': 0.2.11 5943 + 5944 + '@floating-ui/dom@1.7.6': 5945 + dependencies: 5946 + '@floating-ui/core': 1.7.5 5947 + '@floating-ui/utils': 0.2.11 5948 + 5949 + '@floating-ui/react-dom@2.1.8(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': 5950 + dependencies: 5951 + '@floating-ui/dom': 1.7.6 5952 + react: 19.2.5 5953 + react-dom: 19.2.5(react@19.2.5) 5954 + 5955 + '@floating-ui/utils@0.2.11': {} 5908 5956 5909 5957 '@humanwhocodes/momoa@2.0.4': {} 5910 5958 ··· 6256 6304 '@import-maps/resolve': 2.0.0 6257 6305 '@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0) 6258 6306 acorn: 8.16.0 6259 - ajv: 8.18.0 6260 - ajv-errors: 3.0.0(ajv@8.18.0) 6261 - better-ajv-errors: 1.2.0(ajv@8.18.0) 6307 + ajv: 8.20.0 6308 + ajv-errors: 3.0.0(ajv@8.20.0) 6309 + better-ajv-errors: 1.2.0(ajv@8.20.0) 6262 6310 common-path-prefix: 3.0.0 6263 6311 env-paths: 3.0.0 6264 6312 esbuild: 0.27.3 ··· 6939 6987 6940 6988 '@polka/url@1.0.0-next.29': {} 6941 6989 6942 - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.14)(react@19.2.5)': 6943 - dependencies: 6944 - react: 19.2.5 6945 - optionalDependencies: 6946 - '@types/react': 19.2.14 6947 - 6948 - '@radix-ui/react-label@2.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': 6949 - dependencies: 6950 - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 6951 - react: 19.2.5 6952 - react-dom: 19.2.5(react@19.2.5) 6953 - optionalDependencies: 6954 - '@types/react': 19.2.14 6955 - '@types/react-dom': 19.2.3(@types/react@19.2.14) 6956 - 6957 - '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': 6958 - dependencies: 6959 - '@radix-ui/react-slot': 1.2.4(@types/react@19.2.14)(react@19.2.5) 6960 - react: 19.2.5 6961 - react-dom: 19.2.5(react@19.2.5) 6962 - optionalDependencies: 6963 - '@types/react': 19.2.14 6964 - '@types/react-dom': 19.2.3(@types/react@19.2.14) 6965 - 6966 - '@radix-ui/react-slot@1.2.4(@types/react@19.2.14)(react@19.2.5)': 6967 - dependencies: 6968 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.5) 6969 - react: 19.2.5 6970 - optionalDependencies: 6971 - '@types/react': 19.2.14 6972 - 6973 6990 '@rolldown/pluginutils@1.0.0-beta.40': {} 6974 6991 6975 6992 '@rolldown/pluginutils@1.0.0-rc.15': {} ··· 7164 7181 '@tanstack/devtools-event-client': 0.4.3 7165 7182 '@tanstack/store': 0.11.0 7166 7183 7167 - '@tanstack/query-core@5.100.1': {} 7184 + '@tanstack/query-core@5.100.5': {} 7168 7185 7169 - '@tanstack/query-devtools@5.100.1': {} 7186 + '@tanstack/query-devtools@5.100.5': {} 7170 7187 7171 7188 '@tanstack/react-devtools@0.10.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(solid-js@1.9.12)': 7172 7189 dependencies: ··· 7188 7205 react: 19.2.5 7189 7206 react-dom: 19.2.5(react@19.2.5) 7190 7207 7191 - '@tanstack/react-query-devtools@5.100.1(@tanstack/react-query@5.100.1(react@19.2.5))(react@19.2.5)': 7208 + '@tanstack/react-query-devtools@5.100.5(@tanstack/react-query@5.100.5(react@19.2.5))(react@19.2.5)': 7192 7209 dependencies: 7193 - '@tanstack/query-devtools': 5.100.1 7194 - '@tanstack/react-query': 5.100.1(react@19.2.5) 7210 + '@tanstack/query-devtools': 5.100.5 7211 + '@tanstack/react-query': 5.100.5(react@19.2.5) 7195 7212 react: 19.2.5 7196 7213 7197 - '@tanstack/react-query@5.100.1(react@19.2.5)': 7214 + '@tanstack/react-query@5.100.5(react@19.2.5)': 7198 7215 dependencies: 7199 - '@tanstack/query-core': 5.100.1 7216 + '@tanstack/query-core': 5.100.5 7200 7217 react: 19.2.5 7201 7218 7202 7219 '@tanstack/react-router-devtools@1.166.13(@tanstack/react-router@1.168.23(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@tanstack/router-core@1.168.15)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': ··· 7210 7227 transitivePeerDependencies: 7211 7228 - csstype 7212 7229 7213 - '@tanstack/react-router-with-query@1.130.17(@tanstack/react-query@5.100.1(react@19.2.5))(@tanstack/react-router@1.168.23(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@tanstack/router-core@1.168.15)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': 7230 + '@tanstack/react-router-with-query@1.130.17(@tanstack/react-query@5.100.5(react@19.2.5))(@tanstack/react-router@1.168.23(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@tanstack/router-core@1.168.15)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': 7214 7231 dependencies: 7215 - '@tanstack/react-query': 5.100.1(react@19.2.5) 7232 + '@tanstack/react-query': 5.100.5(react@19.2.5) 7216 7233 '@tanstack/react-router': 1.168.23(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 7217 7234 '@tanstack/router-core': 1.168.15 7218 7235 react: 19.2.5 ··· 7277 7294 '@tanstack/react-start-client': 1.166.40(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 7278 7295 '@tanstack/react-start-rsc': 0.0.21(@vitejs/plugin-rsc@0.5.24(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))(crossws@0.4.5(srvx@0.11.15))(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 7279 7296 '@tanstack/react-start-server': 1.166.41(crossws@0.4.5(srvx@0.11.15))(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 7280 - '@tanstack/router-utils': 1.161.6 7297 + '@tanstack/router-utils': 1.161.7 7281 7298 '@tanstack/start-client-core': 1.167.17 7282 7299 '@tanstack/start-plugin-core': 1.167.35(@tanstack/react-router@1.168.23(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))(crossws@0.4.5(srvx@0.11.15)) 7283 7300 '@tanstack/start-server-core': 1.167.19(crossws@0.4.5(srvx@0.11.15)) ··· 7371 7388 transitivePeerDependencies: 7372 7389 - supports-color 7373 7390 7391 + '@tanstack/router-utils@1.161.7': 7392 + dependencies: 7393 + '@babel/core': 7.29.0 7394 + '@babel/generator': 7.29.1 7395 + '@babel/parser': 7.29.2 7396 + '@babel/types': 7.29.0 7397 + ansis: 4.2.0 7398 + babel-dead-code-elimination: 1.0.12 7399 + diff: 8.0.4 7400 + pathe: 2.0.3 7401 + tinyglobby: 0.2.16 7402 + transitivePeerDependencies: 7403 + - supports-color 7404 + 7374 7405 '@tanstack/start-client-core@1.167.17': 7375 7406 dependencies: 7376 7407 '@tanstack/router-core': 1.168.15 ··· 7756 7787 7757 7788 agent-base@7.1.4: {} 7758 7789 7759 - ajv-errors@3.0.0(ajv@8.18.0): 7790 + ajv-errors@3.0.0(ajv@8.20.0): 7760 7791 dependencies: 7761 - ajv: 8.18.0 7792 + ajv: 8.20.0 7762 7793 7763 - ajv@8.18.0: 7794 + ajv@8.20.0: 7764 7795 dependencies: 7765 7796 fast-deep-equal: 3.1.3 7766 7797 fast-uri: 3.1.0 ··· 7895 7926 7896 7927 base64-js@1.5.1: {} 7897 7928 7898 - baseline-browser-mapping@2.10.21: {} 7929 + baseline-browser-mapping@2.10.22: {} 7899 7930 7900 - better-ajv-errors@1.2.0(ajv@8.18.0): 7931 + better-ajv-errors@1.2.0(ajv@8.20.0): 7901 7932 dependencies: 7902 7933 '@babel/code-frame': 7.29.0 7903 7934 '@humanwhocodes/momoa': 2.0.4 7904 - ajv: 8.18.0 7935 + ajv: 8.20.0 7905 7936 chalk: 4.1.2 7906 7937 jsonpointer: 5.0.1 7907 7938 leven: 3.1.0 ··· 7935 7966 7936 7967 browserslist@4.28.2: 7937 7968 dependencies: 7938 - baseline-browser-mapping: 2.10.21 7969 + baseline-browser-mapping: 2.10.22 7939 7970 caniuse-lite: 1.0.30001790 7940 7971 electron-to-chromium: 1.5.344 7941 7972 node-releases: 2.0.38 ··· 8225 8256 8226 8257 detect-libc@2.1.2: {} 8227 8258 8228 - detective-amd@6.0.2: 8259 + detective-amd@6.1.0: 8229 8260 dependencies: 8230 8261 ast-module-types: 6.0.1 8231 8262 escodegen: 2.1.0 8232 8263 get-amd-module-type: 6.0.2 8233 - node-source-walk: 7.0.1 8264 + node-source-walk: 7.0.2 8234 8265 8235 8266 detective-cjs@6.1.1: 8236 8267 dependencies: 8237 8268 ast-module-types: 6.0.1 8238 - node-source-walk: 7.0.1 8269 + node-source-walk: 7.0.2 8239 8270 8240 8271 detective-es6@5.0.2: 8241 8272 dependencies: 8242 - node-source-walk: 7.0.1 8273 + node-source-walk: 7.0.2 8243 8274 8244 8275 detective-postcss@7.0.1(postcss@8.5.10): 8245 8276 dependencies: ··· 8247 8278 postcss: 8.5.10 8248 8279 postcss-values-parser: 6.0.2(postcss@8.5.10) 8249 8280 8250 - detective-sass@6.0.1: 8281 + detective-sass@6.0.2: 8251 8282 dependencies: 8252 8283 gonzales-pe: 4.3.0 8253 - node-source-walk: 7.0.1 8284 + node-source-walk: 7.0.2 8254 8285 8255 - detective-scss@5.0.1: 8286 + detective-scss@5.0.2: 8256 8287 dependencies: 8257 8288 gonzales-pe: 4.3.0 8258 - node-source-walk: 7.0.1 8289 + node-source-walk: 7.0.2 8259 8290 8260 8291 detective-stylus@5.0.1: {} 8261 8292 ··· 8263 8294 dependencies: 8264 8295 '@typescript-eslint/typescript-estree': 8.59.0(typescript@5.9.3) 8265 8296 ast-module-types: 6.0.1 8266 - node-source-walk: 7.0.1 8297 + node-source-walk: 7.0.2 8267 8298 typescript: 5.9.3 8268 8299 transitivePeerDependencies: 8269 8300 - supports-color 8270 8301 8271 8302 detective-vue2@2.3.0(typescript@5.9.3): 8272 8303 dependencies: 8273 - '@dependents/detective-less': 5.0.2 8304 + '@dependents/detective-less': 5.0.3 8274 8305 '@vue/compiler-sfc': 3.5.33 8275 8306 detective-es6: 5.0.2 8276 - detective-sass: 6.0.1 8277 - detective-scss: 5.0.1 8307 + detective-sass: 6.0.2 8308 + detective-scss: 5.0.2 8278 8309 detective-stylus: 5.0.1 8279 8310 detective-typescript: 14.1.2(typescript@5.9.3) 8280 8311 typescript: 5.9.3 ··· 8708 8739 get-amd-module-type@6.0.2: 8709 8740 dependencies: 8710 8741 ast-module-types: 6.0.1 8711 - node-source-walk: 7.0.1 8742 + node-source-walk: 7.0.2 8712 8743 8713 8744 get-caller-file@2.0.5: {} 8714 8745 ··· 9143 9174 9144 9175 jwt-decode@4.0.0: {} 9145 9176 9146 - knip@6.6.2(@emnapi/core@1.9.2)(@emnapi/runtime@1.10.0): 9177 + knip@6.7.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.10.0): 9147 9178 dependencies: 9148 9179 fdir: 6.5.0(picomatch@4.0.4) 9149 9180 formatly: 0.3.0 ··· 9371 9402 module-definition@6.0.2: 9372 9403 dependencies: 9373 9404 ast-module-types: 6.0.1 9374 - node-source-walk: 7.0.1 9405 + node-source-walk: 7.0.2 9375 9406 9376 9407 module-details-from-path@1.0.4: {} 9377 9408 ··· 9428 9459 9429 9460 node-releases@2.0.38: {} 9430 9461 9431 - node-source-walk@7.0.1: 9462 + node-source-walk@7.0.2: 9432 9463 dependencies: 9433 9464 '@babel/parser': 7.29.2 9434 9465 ··· 9734 9765 9735 9766 precinct@12.3.1: 9736 9767 dependencies: 9737 - '@dependents/detective-less': 5.0.2 9768 + '@dependents/detective-less': 5.0.3 9738 9769 commander: 12.1.0 9739 - detective-amd: 6.0.2 9770 + detective-amd: 6.1.0 9740 9771 detective-cjs: 6.1.1 9741 9772 detective-es6: 5.0.2 9742 9773 detective-postcss: 7.0.1(postcss@8.5.10) 9743 - detective-sass: 6.0.1 9744 - detective-scss: 5.0.1 9774 + detective-sass: 6.0.2 9775 + detective-scss: 5.0.2 9745 9776 detective-stylus: 5.0.1 9746 9777 detective-typescript: 14.1.2(typescript@5.9.3) 9747 9778 detective-vue2: 2.3.0(typescript@5.9.3) 9748 9779 module-definition: 6.0.2 9749 - node-source-walk: 7.0.1 9780 + node-source-walk: 7.0.2 9750 9781 postcss: 8.5.10 9751 9782 typescript: 5.9.3 9752 9783 transitivePeerDependencies: ··· 9863 9894 - supports-color 9864 9895 9865 9896 require-package-name@2.0.1: {} 9897 + 9898 + reselect@5.1.1: {} 9866 9899 9867 9900 resolve-from@5.0.0: {} 9868 9901