Find the cost of adding an npm package to your app's bundle size teardown.kelinci.dev
14
fork

Configure Feed

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

chore: upgrade dependencies

Mary 6503dda5 80799517

+408 -382
+2 -1
.oxlintrc.json
··· 14 14 "unicorn/no-array-sort": "off", 15 15 "unicorn/prefer-add-event-listener": "off", 16 16 "unicorn/require-post-message-target-origin": "off", 17 - "typescript/require-array-sort-compare": "off" 17 + "typescript/require-array-sort-compare": "off", 18 + "typescript/consistent-return": "off" 18 19 } 19 20 }
+10 -10
package.json
··· 17 17 "@floating-ui/dom": "^1.7.6", 18 18 "@mary/array-fns": "jsr:^0.1.5", 19 19 "@mary/tar": "jsr:^0.3.2", 20 - "@rolldown/browser": "1.0.0-rc.12", 20 + "@rolldown/browser": "1.0.0-rc.13", 21 21 "clsx": "^2.1.1", 22 22 "dequal": "^2.0.3", 23 23 "memfs": "^4.57.1", ··· 25 25 "valibot": "^1.3.1" 26 26 }, 27 27 "devDependencies": { 28 - "@oxc-project/types": "^0.122.0", 28 + "@oxc-project/types": "^0.124.0", 29 29 "@tailwindcss/vite": "^4.2.2", 30 - "@types/node": "^25.5.0", 30 + "@types/node": "^25.5.2", 31 31 "@types/semver": "^7.7.1", 32 - "oxfmt": "^0.42.0", 33 - "oxlint": "^1.57.0", 34 - "oxlint-tsgolint": "^0.17.4", 32 + "oxfmt": "^0.44.0", 33 + "oxlint": "^1.59.0", 34 + "oxlint-tsgolint": "^0.20.0", 35 35 "semver": "^7.7.4", 36 36 "tailwindcss": "^4.2.2", 37 37 "typescript": "~6.0.2", 38 - "vite": "^8.0.3", 39 - "vite-plugin-solid": "^2.11.11", 40 - "vitest": "^4.1.2", 41 - "wrangler": "^4.77.0" 38 + "vite": "^8.0.5", 39 + "vite-plugin-solid": "^2.11.12", 40 + "vitest": "^4.1.3", 41 + "wrangler": "^4.80.0" 42 42 } 43 43 }
+2 -2
patches/@emnapi__core.patch
··· 1 1 diff --git a/dist/emnapi-core.esm-bundler.js b/dist/emnapi-core.esm-bundler.js 2 - index c6cfce7f55148e92cad21b024789f3b51a60fe63..3b7e9d0faed031ee65f42a928f95b8719afede29 100644 2 + index af3a8aaacc2b0eb1e71a3d9984169f19cd1d3744..ae38952bd7972008445bdcef2c085296fb4cdf17 100644 3 3 --- a/dist/emnapi-core.esm-bundler.js 4 4 +++ b/dist/emnapi-core.esm-bundler.js 5 - @@ -4343,16 +4343,13 @@ function createNapiModule(options) { 5 + @@ -4457,16 +4457,13 @@ function createNapiModule(options) { 6 6 viewDescriptor = { Ctor: Float16Array, address: external_data, length: byte_length >> 1, ownership: 1 /* ReferenceOwnership.kUserland */, runtimeAllocated: 0 }; 7 7 break; 8 8 case -2 /* emnapi_memory_view_type.emnapi_buffer */: {
+392 -367
pnpm-lock.yaml
··· 6 6 7 7 patchedDependencies: 8 8 '@emnapi/core': 9 - hash: bbb5b02f88441d8c07a165250650fd6cdcb475004a5110ec546f78adf775318b 9 + hash: f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15 10 10 path: patches/@emnapi__core.patch 11 11 12 12 importers: ··· 29 29 specifier: jsr:^0.3.2 30 30 version: '@jsr/mary__tar@0.3.2' 31 31 '@rolldown/browser': 32 - specifier: 1.0.0-rc.12 33 - version: 1.0.0-rc.12 32 + specifier: 1.0.0-rc.13 33 + version: 1.0.0-rc.13 34 34 clsx: 35 35 specifier: ^2.1.1 36 36 version: 2.1.1 ··· 48 48 version: 1.3.1(typescript@6.0.2) 49 49 devDependencies: 50 50 '@oxc-project/types': 51 - specifier: ^0.122.0 52 - version: 0.122.0 51 + specifier: ^0.124.0 52 + version: 0.124.0 53 53 '@tailwindcss/vite': 54 54 specifier: ^4.2.2 55 - version: 4.2.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)) 55 + version: 4.2.2(vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1)) 56 56 '@types/node': 57 - specifier: ^25.5.0 58 - version: 25.5.0 57 + specifier: ^25.5.2 58 + version: 25.5.2 59 59 '@types/semver': 60 60 specifier: ^7.7.1 61 61 version: 7.7.1 62 62 oxfmt: 63 - specifier: ^0.42.0 64 - version: 0.42.0 63 + specifier: ^0.44.0 64 + version: 0.44.0 65 65 oxlint: 66 - specifier: ^1.57.0 67 - version: 1.57.0(oxlint-tsgolint@0.17.4) 66 + specifier: ^1.59.0 67 + version: 1.59.0(oxlint-tsgolint@0.20.0) 68 68 oxlint-tsgolint: 69 - specifier: ^0.17.4 70 - version: 0.17.4 69 + specifier: ^0.20.0 70 + version: 0.20.0 71 71 semver: 72 72 specifier: ^7.7.4 73 73 version: 7.7.4 ··· 78 78 specifier: ~6.0.2 79 79 version: 6.0.2 80 80 vite: 81 - specifier: ^8.0.3 82 - version: 8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1) 81 + specifier: ^8.0.5 82 + version: 8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1) 83 83 vite-plugin-solid: 84 - specifier: ^2.11.11 85 - version: 2.11.11(solid-js@1.9.12)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)) 84 + specifier: ^2.11.12 85 + version: 2.11.12(solid-js@1.9.12)(vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1)) 86 86 vitest: 87 - specifier: ^4.1.2 88 - version: 4.1.2(@types/node@25.5.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)) 87 + specifier: ^4.1.3 88 + version: 4.1.3(@types/node@25.5.2)(vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1)) 89 89 wrangler: 90 - specifier: ^4.77.0 91 - version: 4.77.0 90 + specifier: ^4.80.0 91 + version: 4.80.0 92 92 93 93 packages: 94 94 ··· 192 192 workerd: 193 193 optional: true 194 194 195 - '@cloudflare/workerd-darwin-64@1.20260317.1': 196 - resolution: {integrity: sha512-8hjh3sPMwY8M/zedq3/sXoA2Q4BedlGufn3KOOleIG+5a4ReQKLlUah140D7J6zlKmYZAFMJ4tWC7hCuI/s79g==} 195 + '@cloudflare/workerd-darwin-64@1.20260401.1': 196 + resolution: {integrity: sha512-ZSmceM70jH6k+/62VkEcmMNzrpr4kSctkX5Lsgqv38KktfhPY/hsh75y1lRoPWS3H3kgMa4p2pUSlidZR1u2hw==} 197 197 engines: {node: '>=16'} 198 198 cpu: [x64] 199 199 os: [darwin] 200 200 201 - '@cloudflare/workerd-darwin-arm64@1.20260317.1': 202 - resolution: {integrity: sha512-M/MnNyvO5HMgoIdr3QHjdCj2T1ki9gt0vIUnxYxBu9ISXS/jgtMl6chUVPJ7zHYBn9MyYr8ByeN6frjYxj0MGg==} 201 + '@cloudflare/workerd-darwin-arm64@1.20260401.1': 202 + resolution: {integrity: sha512-7UKWF+IUZ3NXMVPsDg8Cjg0r58b+uYlfvs5Yt8bvtU+geCtW4P2MxRHmRSEo8SryckXOJjb/b8tcncgCykFu8g==} 203 203 engines: {node: '>=16'} 204 204 cpu: [arm64] 205 205 os: [darwin] 206 206 207 - '@cloudflare/workerd-linux-64@1.20260317.1': 208 - resolution: {integrity: sha512-1ltuEjkRcS3fsVF7CxsKlWiRmzq2ZqMfqDN0qUOgbUwkpXsLVJsXmoblaLf5OP00ELlcgF0QsN0p2xPEua4Uug==} 207 + '@cloudflare/workerd-linux-64@1.20260401.1': 208 + resolution: {integrity: sha512-MDWUH/0bvL/l9aauN8zEddyYOXId1OueqrUCXXENNJ95R/lSmF6OgGVuXaYhoIhxQkNiEJ/0NOlnVYj9mJq4dw==} 209 209 engines: {node: '>=16'} 210 210 cpu: [x64] 211 211 os: [linux] 212 212 213 - '@cloudflare/workerd-linux-arm64@1.20260317.1': 214 - resolution: {integrity: sha512-3QrNnPF1xlaNwkHpasvRvAMidOvQs2NhXQmALJrEfpIJ/IDL2la8g499yXp3eqhG3hVMCB07XVY149GTs42Xtw==} 213 + '@cloudflare/workerd-linux-arm64@1.20260401.1': 214 + resolution: {integrity: sha512-UgkzpMzVWM/bwbo3vjCTg2aoKfGcUhiEoQoDdo6RGWvbHRJyLVZ4VQCG9ZcISiztkiS2ICCoYOtPy6M/lV6Gcw==} 215 215 engines: {node: '>=16'} 216 216 cpu: [arm64] 217 217 os: [linux] 218 218 219 - '@cloudflare/workerd-windows-64@1.20260317.1': 220 - resolution: {integrity: sha512-MfZTz+7LfuIpMGTa3RLXHX8Z/pnycZLItn94WRdHr8LPVet+C5/1Nzei399w/jr3+kzT4pDKk26JF/tlI5elpQ==} 219 + '@cloudflare/workerd-windows-64@1.20260401.1': 220 + resolution: {integrity: sha512-HBLzcQF5iF4Qv20tQ++pG7xs3OsCnaIbc+GAi6fmhUKZhvmzvml/jwrQzLJ+MPm0cQo41K5OO/U3T4S8tvJetQ==} 221 221 engines: {node: '>=16'} 222 222 cpu: [x64] 223 223 os: [win32] ··· 226 226 resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} 227 227 engines: {node: '>=12'} 228 228 229 - '@emnapi/core@1.9.1': 230 - resolution: {integrity: sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==} 229 + '@emnapi/core@1.9.2': 230 + resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==} 231 231 232 - '@emnapi/runtime@1.9.1': 233 - resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==} 232 + '@emnapi/runtime@1.9.2': 233 + resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==} 234 234 235 - '@emnapi/wasi-threads@1.2.0': 236 - resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==} 235 + '@emnapi/wasi-threads@1.2.1': 236 + resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} 237 237 238 238 '@esbuild/aix-ppc64@0.27.3': 239 239 resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==} ··· 854 854 '@jsr/mary__tar@0.3.2': 855 855 resolution: {integrity: sha512-tGVmuWdOvAmUEWH76m3C+rnXp1VSvZw9WXpNpaJnHabVGpqLAzg9pcRCsN7OBJwZylACEyUiUNQjiHeEu7SD8w==, tarball: https://npm.jsr.io/~/11/@jsr/mary__tar/0.3.2.tgz} 856 856 857 - '@napi-rs/wasm-runtime@1.1.1': 858 - resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} 857 + '@napi-rs/wasm-runtime@1.1.2': 858 + resolution: {integrity: sha512-sNXv5oLJ7ob93xkZ1XnxisYhGYXfaG9f65/ZgYuAu3qt7b3NadcOEhLvx28hv31PgX8SZJRYrAIPQilQmFpLVw==} 859 + peerDependencies: 860 + '@emnapi/core': ^1.7.1 861 + '@emnapi/runtime': ^1.7.1 859 862 860 863 '@oxc-project/types@0.122.0': 861 864 resolution: {integrity: sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==} 862 865 863 - '@oxfmt/binding-android-arm-eabi@0.42.0': 864 - resolution: {integrity: sha512-dsqPTYsozeokRjlrt/b4E7Pj0z3eS3Eg74TWQuuKbjY4VttBmA88rB7d50Xrd+TZ986qdXCNeZRPEzZHAe+jow==} 866 + '@oxc-project/types@0.124.0': 867 + resolution: {integrity: sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==} 868 + 869 + '@oxfmt/binding-android-arm-eabi@0.44.0': 870 + resolution: {integrity: sha512-5UvghMd9SA/yvKTWCAxMAPXS1d2i054UeOf4iFjZjfayTwCINcC3oaSXjtbZfCaEpxgJod7XiOjTtby5yEv/BQ==} 865 871 engines: {node: ^20.19.0 || >=22.12.0} 866 872 cpu: [arm] 867 873 os: [android] 868 874 869 - '@oxfmt/binding-android-arm64@0.42.0': 870 - resolution: {integrity: sha512-t+aAjHxcr5eOBphFHdg1ouQU9qmZZoRxnX7UOJSaTwSoKsb6TYezNKO0YbWytGXCECObRqNcUxPoPr0KaraAIg==} 875 + '@oxfmt/binding-android-arm64@0.44.0': 876 + resolution: {integrity: sha512-IVudM1BWfvrYO++Khtzr8q9n5Rxu7msUvoFMqzGJVdX7HfUXUDHwaH2zHZNB58svx2J56pmCUzophyaPFkcG/A==} 871 877 engines: {node: ^20.19.0 || >=22.12.0} 872 878 cpu: [arm64] 873 879 os: [android] 874 880 875 - '@oxfmt/binding-darwin-arm64@0.42.0': 876 - resolution: {integrity: sha512-ulpSEYMKg61C5bRMZinFHrKJYRoKGVbvMEXA5zM1puX3O9T6Q4XXDbft20yrDijpYWeuG59z3Nabt+npeTsM1A==} 881 + '@oxfmt/binding-darwin-arm64@0.44.0': 882 + resolution: {integrity: sha512-eWCLAIKAHfx88EqEP1Ga2yz7qVcqDU5lemn4xck+07bH182hDdprOHjbogyk0In1Djys3T0/pO2JepFnRJ41Mg==} 877 883 engines: {node: ^20.19.0 || >=22.12.0} 878 884 cpu: [arm64] 879 885 os: [darwin] 880 886 881 - '@oxfmt/binding-darwin-x64@0.42.0': 882 - resolution: {integrity: sha512-ttxLKhQYPdFiM8I/Ri37cvqChE4Xa562nNOsZFcv1CKTVLeEozXjKuYClNvxkXmNlcF55nzM80P+CQkdFBu+uQ==} 887 + '@oxfmt/binding-darwin-x64@0.44.0': 888 + resolution: {integrity: sha512-eHTBznHLM49++dwz07MblQ2cOXyIgeedmE3Wgy4ptUESj38/qYZyRi1MPwC9olQJWssMeY6WI3UZ7YmU5ggvyQ==} 883 889 engines: {node: ^20.19.0 || >=22.12.0} 884 890 cpu: [x64] 885 891 os: [darwin] 886 892 887 - '@oxfmt/binding-freebsd-x64@0.42.0': 888 - resolution: {integrity: sha512-Og7QS3yI3tdIKYZ58SXik0rADxIk2jmd+/YvuHRyKULWpG4V2fR5V4hvKm624Mc0cQET35waPXiCQWvjQEjwYQ==} 893 + '@oxfmt/binding-freebsd-x64@0.44.0': 894 + resolution: {integrity: sha512-jLMmbj0u0Ft43QpkUVr/0v1ZfQCGWAvU+WznEHcN3wZC/q6ox7XeSJtk9P36CCpiDSUf3sGnzbIuG1KdEMEDJQ==} 889 895 engines: {node: ^20.19.0 || >=22.12.0} 890 896 cpu: [x64] 891 897 os: [freebsd] 892 898 893 - '@oxfmt/binding-linux-arm-gnueabihf@0.42.0': 894 - resolution: {integrity: sha512-jwLOw/3CW4H6Vxcry4/buQHk7zm9Ne2YsidzTL1kpiMe4qqrRCwev3dkyWe2YkFmP+iZCQ7zku4KwjcLRoh8ew==} 899 + '@oxfmt/binding-linux-arm-gnueabihf@0.44.0': 900 + resolution: {integrity: sha512-n+A/u/ByK1qV8FVGOwyaSpw5NPNl0qlZfgTBqHeGIqr8Qzq1tyWZ4lAaxPoe5mZqE3w88vn3+jZtMxriHPE7tg==} 895 901 engines: {node: ^20.19.0 || >=22.12.0} 896 902 cpu: [arm] 897 903 os: [linux] 898 904 899 - '@oxfmt/binding-linux-arm-musleabihf@0.42.0': 900 - resolution: {integrity: sha512-XwXu2vkMtiq2h7tfvN+WA/9/5/1IoGAVCFPiiQUvcAuG3efR97KNcRGM8BetmbYouFotQ2bDal3yyjUx6IPsTg==} 905 + '@oxfmt/binding-linux-arm-musleabihf@0.44.0': 906 + resolution: {integrity: sha512-5eax+FkxyCqAi3Rw0mrZFr7+KTt/XweFsbALR+B5ljWBLBl8nHe4ADrUnb1gLEfQCJLl+Ca5FIVD4xEt95AwIw==} 901 907 engines: {node: ^20.19.0 || >=22.12.0} 902 908 cpu: [arm] 903 909 os: [linux] 904 910 905 - '@oxfmt/binding-linux-arm64-gnu@0.42.0': 906 - resolution: {integrity: sha512-ea7s/XUJoT7ENAtUQDudFe3nkSM3e3Qpz4nJFRdzO2wbgXEcjnchKLEsV3+t4ev3r8nWxIYr9NRjPWtnyIFJVA==} 911 + '@oxfmt/binding-linux-arm64-gnu@0.44.0': 912 + resolution: {integrity: sha512-58l8JaHxSGOmOMOG2CIrNsnkRJAj0YcHQCmvNACniOa/vd1iRHhlPajczegzS5jwMENlqgreyiTR9iNlke8qCw==} 907 913 engines: {node: ^20.19.0 || >=22.12.0} 908 914 cpu: [arm64] 909 915 os: [linux] 910 916 libc: [glibc] 911 917 912 - '@oxfmt/binding-linux-arm64-musl@0.42.0': 913 - resolution: {integrity: sha512-+JA0YMlSdDqmacygGi2REp57c3fN+tzARD8nwsukx9pkCHK+6DkbAA9ojS4lNKsiBjIW8WWa0pBrBWhdZEqfuw==} 918 + '@oxfmt/binding-linux-arm64-musl@0.44.0': 919 + resolution: {integrity: sha512-AlObQIXyVRZ96LbtVljtFq0JqH5B92NU+BQeDFrXWBUWlCKAM0wF5GLfIhCLT5kQ3Sl+U0YjRJ7Alqj5hGQaCg==} 914 920 engines: {node: ^20.19.0 || >=22.12.0} 915 921 cpu: [arm64] 916 922 os: [linux] 917 923 libc: [musl] 918 924 919 - '@oxfmt/binding-linux-ppc64-gnu@0.42.0': 920 - resolution: {integrity: sha512-VfnET0j4Y5mdfCzh5gBt0NK28lgn5DKx+8WgSMLYYeSooHhohdbzwAStLki9pNuGy51y4I7IoW8bqwAaCMiJQg==} 925 + '@oxfmt/binding-linux-ppc64-gnu@0.44.0': 926 + resolution: {integrity: sha512-YcFE8/q/BbrCiIiM5piwbkA6GwJc5QqhMQp2yDrqQ2fuVkZ7CInb1aIijZ/k8EXc72qXMSwKpVlBv1w/MsGO/A==} 921 927 engines: {node: ^20.19.0 || >=22.12.0} 922 928 cpu: [ppc64] 923 929 os: [linux] 924 930 libc: [glibc] 925 931 926 - '@oxfmt/binding-linux-riscv64-gnu@0.42.0': 927 - resolution: {integrity: sha512-gVlCbmBkB0fxBWbhBj9rcxezPydsQHf4MFKeHoTSPicOQ+8oGeTQgQ8EeesSybWeiFPVRx3bgdt4IJnH6nOjAA==} 932 + '@oxfmt/binding-linux-riscv64-gnu@0.44.0': 933 + resolution: {integrity: sha512-eOdzs6RqkRzuqNHUX5C8ISN5xfGh4xDww8OEd9YAmc3OWN8oAe5bmlIqQ+rrHLpv58/0BuU48bxkhnIGjA/ATQ==} 928 934 engines: {node: ^20.19.0 || >=22.12.0} 929 935 cpu: [riscv64] 930 936 os: [linux] 931 937 libc: [glibc] 932 938 933 - '@oxfmt/binding-linux-riscv64-musl@0.42.0': 934 - resolution: {integrity: sha512-zN5OfstL0avgt/IgvRu0zjQzVh/EPkcLzs33E9LMAzpqlLWiPWeMDZyMGFlSRGOdDjuNmlZBCgj0pFnK5u32TQ==} 939 + '@oxfmt/binding-linux-riscv64-musl@0.44.0': 940 + resolution: {integrity: sha512-YBgNTxntD/QvlFUfgvh8bEdwOhXiquX8gaofZJAwYa/Xp1S1DQrFVZEeck7GFktr24DztsSp8N8WtWCBwxs0Hw==} 935 941 engines: {node: ^20.19.0 || >=22.12.0} 936 942 cpu: [riscv64] 937 943 os: [linux] 938 944 libc: [musl] 939 945 940 - '@oxfmt/binding-linux-s390x-gnu@0.42.0': 941 - resolution: {integrity: sha512-9X6+H2L0qMc2sCAgO9HS03bkGLMKvOFjmEdchaFlany3vNZOjnVui//D8k/xZAtQv2vaCs1reD5KAgPoIU4msA==} 946 + '@oxfmt/binding-linux-s390x-gnu@0.44.0': 947 + resolution: {integrity: sha512-GLIh1R6WHWshl/i4QQDNgj0WtT25aRO4HNUWEoitxiywyRdhTFmFEYT2rXlcl9U6/26vhmOqG5cRlMLG3ocaIA==} 942 948 engines: {node: ^20.19.0 || >=22.12.0} 943 949 cpu: [s390x] 944 950 os: [linux] 945 951 libc: [glibc] 946 952 947 - '@oxfmt/binding-linux-x64-gnu@0.42.0': 948 - resolution: {integrity: sha512-BajxJ6KQvMMdpXGPWhBGyjb2Jvx4uec0w+wi6TJZ6Tv7+MzPwe0pO8g5h1U0jyFgoaF7mDl6yKPW3ykWcbUJRw==} 953 + '@oxfmt/binding-linux-x64-gnu@0.44.0': 954 + resolution: {integrity: sha512-gZOpgTlOsLcLfAF9qgpTr7FIIFSKnQN3hDf/0JvQ4CIwMY7h+eilNjxq/CorqvYcEOu+LRt1W4ZS7KccEHLOdA==} 949 955 engines: {node: ^20.19.0 || >=22.12.0} 950 956 cpu: [x64] 951 957 os: [linux] 952 958 libc: [glibc] 953 959 954 - '@oxfmt/binding-linux-x64-musl@0.42.0': 955 - resolution: {integrity: sha512-0wV284I6vc5f0AqAhgAbHU2935B4bVpncPoe5n/WzVZY/KnHgqxC8iSFGeSyLWEgstFboIcWkOPck7tqbdHkzA==} 960 + '@oxfmt/binding-linux-x64-musl@0.44.0': 961 + resolution: {integrity: sha512-1CyS9JTB+pCUFYFI6pkQGGZaT/AY5gnhHVrQQLhFba6idP9AzVYm1xbdWfywoldTYvjxQJV6x4SuduCIfP3W+A==} 956 962 engines: {node: ^20.19.0 || >=22.12.0} 957 963 cpu: [x64] 958 964 os: [linux] 959 965 libc: [musl] 960 966 961 - '@oxfmt/binding-openharmony-arm64@0.42.0': 962 - resolution: {integrity: sha512-p4BG6HpGnhfgHk1rzZfyR6zcWkE7iLrWxyehHfXUy4Qa5j3e0roglFOdP/Nj5cJJ58MA3isQ5dlfkW2nNEpolw==} 967 + '@oxfmt/binding-openharmony-arm64@0.44.0': 968 + resolution: {integrity: sha512-bmEv70Ak6jLr1xotCbF5TxIKjsmQaiX+jFRtnGtfA03tJPf6VG3cKh96S21boAt3JZc+Vjx8PYcDuLj39vM2Pw==} 963 969 engines: {node: ^20.19.0 || >=22.12.0} 964 970 cpu: [arm64] 965 971 os: [openharmony] 966 972 967 - '@oxfmt/binding-win32-arm64-msvc@0.42.0': 968 - resolution: {integrity: sha512-mn//WV60A+IetORDxYieYGAoQso4KnVRRjORDewMcod4irlRe0OSC7YPhhwaexYNPQz/GCFk+v9iUcZ2W22yxQ==} 973 + '@oxfmt/binding-win32-arm64-msvc@0.44.0': 974 + resolution: {integrity: sha512-yWzB+oCpSnP/dmw85eFLAT5o35Ve5pkGS2uF/UCISpIwDqf1xa7OpmtomiqY/Vzg8VyvMbuf6vroF2khF/+1Vg==} 969 975 engines: {node: ^20.19.0 || >=22.12.0} 970 976 cpu: [arm64] 971 977 os: [win32] 972 978 973 - '@oxfmt/binding-win32-ia32-msvc@0.42.0': 974 - resolution: {integrity: sha512-3gWltUrvuz4LPJXWivoAxZ28Of2O4N7OGuM5/X3ubPXCEV8hmgECLZzjz7UYvSDUS3grfdccQwmjynm+51EFpw==} 979 + '@oxfmt/binding-win32-ia32-msvc@0.44.0': 980 + resolution: {integrity: sha512-TcWpo18xEIE3AmIG2kpr3kz5IEhQgnx0lazl2+8L+3eTopOAUevQcmlr4nhguImNWz0OMeOZrYZOhJNCf16nlQ==} 975 981 engines: {node: ^20.19.0 || >=22.12.0} 976 982 cpu: [ia32] 977 983 os: [win32] 978 984 979 - '@oxfmt/binding-win32-x64-msvc@0.42.0': 980 - resolution: {integrity: sha512-Wg4TMAfQRL9J9AZevJ/ZNy3uyyDztDYQtGr4P8UyyzIhLhFrdSmz1J/9JT+rv0fiCDLaFOBQnj3f3K3+a5PzDQ==} 985 + '@oxfmt/binding-win32-x64-msvc@0.44.0': 986 + resolution: {integrity: sha512-oj8aLkPJZppIM4CMQNsyir9ybM1Xw/CfGPTSsTnzpVGyljgfbdP0EVUlURiGM0BDrmw5psQ6ArmGCcUY/yABaQ==} 981 987 engines: {node: ^20.19.0 || >=22.12.0} 982 988 cpu: [x64] 983 989 os: [win32] 984 990 985 - '@oxlint-tsgolint/darwin-arm64@0.17.4': 986 - resolution: {integrity: sha512-XEA7vl/T1+wiVnMq2MR6u5OYr2pwKHiAPgklxpK8tPrjQ1ci/amNmwI8ECn6TPXSCsC8SJsSN5xvzXm5H3dTfw==} 991 + '@oxlint-tsgolint/darwin-arm64@0.20.0': 992 + resolution: {integrity: sha512-KKQcIHZHMxqpHUA1VXIbOG6chNCFkUWbQy6M+AFVtPKkA/3xAeJkJ3njoV66bfzwPHRcWQO+kcj5XqtbkjakoA==} 987 993 cpu: [arm64] 988 994 os: [darwin] 989 995 990 - '@oxlint-tsgolint/darwin-x64@0.17.4': 991 - resolution: {integrity: sha512-EY2wmHWqkz72B0/ddMiAM564ZXpEuN1i7JqJJhLmDUQfiHX0/X0EqK3xlSScMCFcVicitOxbKO9oqbde3658yg==} 996 + '@oxlint-tsgolint/darwin-x64@0.20.0': 997 + resolution: {integrity: sha512-7HeVMuclGfG+NLZi2ybY0T4fMI7/XxO/208rJk+zEIloKkVnlh11Wd241JMGwgNFXn+MLJbOqOfojDb2Dt4L1g==} 992 998 cpu: [x64] 993 999 os: [darwin] 994 1000 995 - '@oxlint-tsgolint/linux-arm64@0.17.4': 996 - resolution: {integrity: sha512-XL2X8hgp3/TZWeHFLUnWrveTCBPxy1kNtpzfvVkLtBgyoaRyopPYL0Mnm+ypXKgGvUdcjDaiJhnRjFHWmqZkew==} 1001 + '@oxlint-tsgolint/linux-arm64@0.20.0': 1002 + resolution: {integrity: sha512-zxhUwz+WSxE6oWlZLK2z2ps9yC6ebmgoYmjAl0Oa48+GqkZ56NVgo+wb8DURNv6xrggzHStQxqQxe3mK51HZag==} 997 1003 cpu: [arm64] 998 1004 os: [linux] 999 1005 1000 - '@oxlint-tsgolint/linux-x64@0.17.4': 1001 - resolution: {integrity: sha512-jT+aWtQuU8jefwfBLAZu16p4t8xUDjxL6KKlOeuwX3cS6NO60ITJ4Glm8eQYq5cGsOmYIKXNIe4ckPpL5LC+5g==} 1006 + '@oxlint-tsgolint/linux-x64@0.20.0': 1007 + resolution: {integrity: sha512-/1l6FnahC9im8PK+Ekkx/V3yetO/PzZnJegE2FXcv/iXEhbeVxP/ouiTYcUQu9shT1FWJCSNti1VJHH+21Y1dg==} 1002 1008 cpu: [x64] 1003 1009 os: [linux] 1004 1010 1005 - '@oxlint-tsgolint/win32-arm64@0.17.4': 1006 - resolution: {integrity: sha512-pnnkBaI5tHBFhx+EhmpUHccBT3VOAXTgWK2eQBVLE4a/ywhpHN+8D6/QQN+ZTaA4LTkKowvlGD6vDOVP5KRPvw==} 1011 + '@oxlint-tsgolint/win32-arm64@0.20.0': 1012 + resolution: {integrity: sha512-oPZ5Yz8sVdo7P/5q+i3IKeix31eFZ55JAPa1+RGPoe9PoaYVsdMvR6Jvib6YtrqoJnFPlg3fjEjlEPL8VBKYJA==} 1007 1013 cpu: [arm64] 1008 1014 os: [win32] 1009 1015 1010 - '@oxlint-tsgolint/win32-x64@0.17.4': 1011 - resolution: {integrity: sha512-JxT81aEUBNA/s01Ql2OQ2DLAsuM0M+mK9iLHunukOdPMhjA6NvFE/GtTablBYJKScK21d/xTvnoSLgQU3l22Cw==} 1016 + '@oxlint-tsgolint/win32-x64@0.20.0': 1017 + resolution: {integrity: sha512-4stx8RHj3SP9vQyRF/yZbz5igtPvYMEUR8CUoha4BVNZihi39DpCR8qkU7lpjB5Ga1DRMo2pHaA4bdTOMaY4mw==} 1012 1018 cpu: [x64] 1013 1019 os: [win32] 1014 1020 1015 - '@oxlint/binding-android-arm-eabi@1.57.0': 1016 - resolution: {integrity: sha512-C7EiyfAJG4B70496eV543nKiq5cH0o/xIh/ufbjQz3SIvHhlDDsyn+mRFh+aW8KskTyUpyH2LGWL8p2oN6bl1A==} 1021 + '@oxlint/binding-android-arm-eabi@1.59.0': 1022 + resolution: {integrity: sha512-etYDw/UaEv936AQUd/CRMBVd+e+XuuU6wC+VzOv1STvsTyZenLChepLWqLtnyTTp4YMlM22ypzogDDwqYxv5cg==} 1017 1023 engines: {node: ^20.19.0 || >=22.12.0} 1018 1024 cpu: [arm] 1019 1025 os: [android] 1020 1026 1021 - '@oxlint/binding-android-arm64@1.57.0': 1022 - resolution: {integrity: sha512-9i80AresjZ/FZf5xK8tKFbhQnijD4s1eOZw6/FHUwD59HEZbVLRc2C88ADYJfLZrF5XofWDiRX/Ja9KefCLy7w==} 1027 + '@oxlint/binding-android-arm64@1.59.0': 1028 + resolution: {integrity: sha512-TgLc7XVLKH2a4h8j3vn1MDjfK33i9MY60f/bKhRGWyVzbk5LCZ4X01VZG7iHrMmi5vYbAp8//Ponigx03CLsdw==} 1023 1029 engines: {node: ^20.19.0 || >=22.12.0} 1024 1030 cpu: [arm64] 1025 1031 os: [android] 1026 1032 1027 - '@oxlint/binding-darwin-arm64@1.57.0': 1028 - resolution: {integrity: sha512-0eUfhRz5L2yKa9I8k3qpyl37XK3oBS5BvrgdVIx599WZK63P8sMbg+0s4IuxmIiZuBK68Ek+Z+gcKgeYf0otsg==} 1033 + '@oxlint/binding-darwin-arm64@1.59.0': 1034 + resolution: {integrity: sha512-DXyFPf5ZKldMLloRHx/B9fsxsiTQomaw7cmEW3YIJko2HgCh+GUhp9gGYwHrqlLJPsEe3dYj9JebjX92D3j3AA==} 1029 1035 engines: {node: ^20.19.0 || >=22.12.0} 1030 1036 cpu: [arm64] 1031 1037 os: [darwin] 1032 1038 1033 - '@oxlint/binding-darwin-x64@1.57.0': 1034 - resolution: {integrity: sha512-UvrSuzBaYOue+QMAcuDITe0k/Vhj6KZGjfnI6x+NkxBTke/VoM7ZisaxgNY0LWuBkTnd1OmeQfEQdQ48fRjkQg==} 1039 + '@oxlint/binding-darwin-x64@1.59.0': 1040 + resolution: {integrity: sha512-LgvrsdgVLX1qWqIEmNsSmMXJhpAWdtUQ0M+oR0CySwi+9IHWyOGuIL8w8+u/kbZNMyZr4WUyYB5i0+D+AKgkLg==} 1035 1041 engines: {node: ^20.19.0 || >=22.12.0} 1036 1042 cpu: [x64] 1037 1043 os: [darwin] 1038 1044 1039 - '@oxlint/binding-freebsd-x64@1.57.0': 1040 - resolution: {integrity: sha512-wtQq0dCoiw4bUwlsNVDJJ3pxJA218fOezpgtLKrbQqUtQJcM9yP8z+I9fu14aHg0uyAxIY+99toL6uBa2r7nxA==} 1045 + '@oxlint/binding-freebsd-x64@1.59.0': 1046 + resolution: {integrity: sha512-bOJhqX/ny4hrFuTPlyk8foSRx/vLRpxJh0jOOKN2NWW6FScXHPAA5rQbrwdQPcgGB5V8Ua51RS03fke8ssBcug==} 1041 1047 engines: {node: ^20.19.0 || >=22.12.0} 1042 1048 cpu: [x64] 1043 1049 os: [freebsd] 1044 1050 1045 - '@oxlint/binding-linux-arm-gnueabihf@1.57.0': 1046 - resolution: {integrity: sha512-qxFWl2BBBFcT4djKa+OtMdnLgoHEJXpqjyGwz8OhW35ImoCwR5qtAGqApNYce5260FQqoAHW8S8eZTjiX67Tsg==} 1051 + '@oxlint/binding-linux-arm-gnueabihf@1.59.0': 1052 + resolution: {integrity: sha512-vVUXxYMF9trXCsz4m9H6U0IjehosVHxBzVgJUxly1uz4W1PdDyicaBnpC0KRXsHYretLVe+uS9pJy8iM57Kujw==} 1047 1053 engines: {node: ^20.19.0 || >=22.12.0} 1048 1054 cpu: [arm] 1049 1055 os: [linux] 1050 1056 1051 - '@oxlint/binding-linux-arm-musleabihf@1.57.0': 1052 - resolution: {integrity: sha512-SQoIsBU7J0bDW15/f0/RvxHfY3Y0+eB/caKBQtNFbuerTiA6JCYx9P1MrrFTwY2dTm/lMgTSgskvCEYk2AtG/Q==} 1057 + '@oxlint/binding-linux-arm-musleabihf@1.59.0': 1058 + resolution: {integrity: sha512-TULQW8YBPGRWg5yZpFPL54HLOnJ3/HiX6VenDPi6YfxB/jlItwSMFh3/hCeSNbh+DAMaE1Py0j5MOaivHkI/9Q==} 1053 1059 engines: {node: ^20.19.0 || >=22.12.0} 1054 1060 cpu: [arm] 1055 1061 os: [linux] 1056 1062 1057 - '@oxlint/binding-linux-arm64-gnu@1.57.0': 1058 - resolution: {integrity: sha512-jqxYd1W6WMeozsCmqe9Rzbu3SRrGTyGDAipRlRggetyYbUksJqJKvUNTQtZR/KFoJPb+grnSm5SHhdWrywv3RQ==} 1063 + '@oxlint/binding-linux-arm64-gnu@1.59.0': 1064 + resolution: {integrity: sha512-Gt54Y4eqSgYJ90xipm24xeyaPV854706o/kiT8oZvUt3VDY7qqxdqyGqchMaujd87ib+/MXvnl9WkK8Cc1BExg==} 1059 1065 engines: {node: ^20.19.0 || >=22.12.0} 1060 1066 cpu: [arm64] 1061 1067 os: [linux] 1062 1068 libc: [glibc] 1063 1069 1064 - '@oxlint/binding-linux-arm64-musl@1.57.0': 1065 - resolution: {integrity: sha512-i66WyEPVEvq9bxRUCJ/MP5EBfnTDN3nhwEdFZFTO5MmLLvzngfWEG3NSdXQzTT3vk5B9i6C2XSIYBh+aG6uqyg==} 1070 + '@oxlint/binding-linux-arm64-musl@1.59.0': 1071 + resolution: {integrity: sha512-3CtsKp7NFB3OfqQzbuAecrY7GIZeiv7AD+xutU4tefVQzlfmTI7/ygWLrvkzsDEjTlMq41rYHxgsn6Yh8tybmA==} 1066 1072 engines: {node: ^20.19.0 || >=22.12.0} 1067 1073 cpu: [arm64] 1068 1074 os: [linux] 1069 1075 libc: [musl] 1070 1076 1071 - '@oxlint/binding-linux-ppc64-gnu@1.57.0': 1072 - resolution: {integrity: sha512-oMZDCwz4NobclZU3pH+V1/upVlJZiZvne4jQP+zhJwt+lmio4XXr4qG47CehvrW1Lx2YZiIHuxM2D4YpkG3KVA==} 1077 + '@oxlint/binding-linux-ppc64-gnu@1.59.0': 1078 + resolution: {integrity: sha512-K0diOpT3ncDmOfl9I1HuvpEsAuTxkts0VYwIv/w6Xiy9CdwyPBVX88Ga9l8VlGgMrwBMnSY4xIvVlVY/fkQk7Q==} 1073 1079 engines: {node: ^20.19.0 || >=22.12.0} 1074 1080 cpu: [ppc64] 1075 1081 os: [linux] 1076 1082 libc: [glibc] 1077 1083 1078 - '@oxlint/binding-linux-riscv64-gnu@1.57.0': 1079 - resolution: {integrity: sha512-uoBnjJ3MMEBbfnWC1jSFr7/nSCkcQYa72NYoNtLl1imshDnWSolYCjzb8LVCwYCCfLJXD+0gBLD7fyC14c0+0g==} 1084 + '@oxlint/binding-linux-riscv64-gnu@1.59.0': 1085 + resolution: {integrity: sha512-xAU7+QDU6kTJJ7mJLOGgo7oOjtAtkKyFZ0Yjdb5cEo3DiCCPFLvyr08rWiQh6evZ7RiUTf+o65NY/bqttzJiQQ==} 1080 1086 engines: {node: ^20.19.0 || >=22.12.0} 1081 1087 cpu: [riscv64] 1082 1088 os: [linux] 1083 1089 libc: [glibc] 1084 1090 1085 - '@oxlint/binding-linux-riscv64-musl@1.57.0': 1086 - resolution: {integrity: sha512-BdrwD7haPZ8a9KrZhKJRSj6jwCor+Z8tHFZ3PT89Y3Jq5v3LfMfEePeAmD0LOTWpiTmzSzdmyw9ijneapiVHKQ==} 1091 + '@oxlint/binding-linux-riscv64-musl@1.59.0': 1092 + resolution: {integrity: sha512-KUmZmKlTTyauOnvUNVxK7G40sSSx0+w5l1UhaGsC6KPpOYHenx2oqJTnabmpLJicok7IC+3Y6fXAUOMyexaeJQ==} 1087 1093 engines: {node: ^20.19.0 || >=22.12.0} 1088 1094 cpu: [riscv64] 1089 1095 os: [linux] 1090 1096 libc: [musl] 1091 1097 1092 - '@oxlint/binding-linux-s390x-gnu@1.57.0': 1093 - resolution: {integrity: sha512-BNs+7ZNsRstVg2tpNxAXfMX/Iv5oZh204dVyb8Z37+/gCh+yZqNTlg6YwCLIMPSk5wLWIGOaQjT0GUOahKYImw==} 1098 + '@oxlint/binding-linux-s390x-gnu@1.59.0': 1099 + resolution: {integrity: sha512-4usRxC8gS0PGdkHnRmwJt/4zrQNZyk6vL0trCxwZSsAKM+OxhB8nKiR+mhjdBbl8lbMh2gc3bZpNN/ik8c4c2A==} 1094 1100 engines: {node: ^20.19.0 || >=22.12.0} 1095 1101 cpu: [s390x] 1096 1102 os: [linux] 1097 1103 libc: [glibc] 1098 1104 1099 - '@oxlint/binding-linux-x64-gnu@1.57.0': 1100 - resolution: {integrity: sha512-AghS18w+XcENcAX0+BQGLiqjpqpaxKJa4cWWP0OWNLacs27vHBxu7TYkv9LUSGe5w8lOJHeMxcYfZNOAPqw2bg==} 1105 + '@oxlint/binding-linux-x64-gnu@1.59.0': 1106 + resolution: {integrity: sha512-s/rNE2gDmbwAOOP493xk2X7M8LZfI1LJFSSW1+yanz3vuQCFPiHkx4GY+O1HuLUDtkzGlhtMrIcxxzyYLv308w==} 1101 1107 engines: {node: ^20.19.0 || >=22.12.0} 1102 1108 cpu: [x64] 1103 1109 os: [linux] 1104 1110 libc: [glibc] 1105 1111 1106 - '@oxlint/binding-linux-x64-musl@1.57.0': 1107 - resolution: {integrity: sha512-E/FV3GB8phu/Rpkhz5T96hAiJlGzn91qX5yj5gU754P5cmVGXY1Jw/VSjDSlZBCY3VHjsVLdzgdkJaomEmcNOg==} 1112 + '@oxlint/binding-linux-x64-musl@1.59.0': 1113 + resolution: {integrity: sha512-+yYj1udJa2UvvIUmEm0IcKgc0UlPMgz0nsSTvkPL2y6n0uU5LgIHSwVu4AHhrve6j9BpVSoRksnz8c9QcvITJA==} 1108 1114 engines: {node: ^20.19.0 || >=22.12.0} 1109 1115 cpu: [x64] 1110 1116 os: [linux] 1111 1117 libc: [musl] 1112 1118 1113 - '@oxlint/binding-openharmony-arm64@1.57.0': 1114 - resolution: {integrity: sha512-xvZ2yZt0nUVfU14iuGv3V25jpr9pov5N0Wr28RXnHFxHCRxNDMtYPHV61gGLhN9IlXM96gI4pyYpLSJC5ClLCQ==} 1119 + '@oxlint/binding-openharmony-arm64@1.59.0': 1120 + resolution: {integrity: sha512-bUplUb48LYsB3hHlQXP2ZMOenpieWoOyppLAnnAhuPag3MGPnt+7caxE3w/Vl9wpQsTA3gzLntQi9rxWrs7Xqg==} 1115 1121 engines: {node: ^20.19.0 || >=22.12.0} 1116 1122 cpu: [arm64] 1117 1123 os: [openharmony] 1118 1124 1119 - '@oxlint/binding-win32-arm64-msvc@1.57.0': 1120 - resolution: {integrity: sha512-Z4D8Pd0AyHBKeazhdIXeUUy5sIS3Mo0veOlzlDECg6PhRRKgEsBJCCV1n+keUZtQ04OP+i7+itS3kOykUyNhDg==} 1125 + '@oxlint/binding-win32-arm64-msvc@1.59.0': 1126 + resolution: {integrity: sha512-/HLsLuz42rWl7h7ePdmMTpHm2HIDmPtcEMYgm5BBEHiEiuNOrzMaUpd2z7UnNni5LGN9obJy2YoAYBLXQwazrA==} 1121 1127 engines: {node: ^20.19.0 || >=22.12.0} 1122 1128 cpu: [arm64] 1123 1129 os: [win32] 1124 1130 1125 - '@oxlint/binding-win32-ia32-msvc@1.57.0': 1126 - resolution: {integrity: sha512-StOZ9nFMVKvevicbQfql6Pouu9pgbeQnu60Fvhz2S6yfMaii+wnueLnqQ5I1JPgNF0Syew4voBlAaHD13wH6tw==} 1131 + '@oxlint/binding-win32-ia32-msvc@1.59.0': 1132 + resolution: {integrity: sha512-rUPy+JnanpPwV/aJCPnxAD1fW50+XPI0VkWr7f0vEbqcdsS8NpB24Rw6RsS7SdpFv8Dw+8ugCwao5nCFbqOUSg==} 1127 1133 engines: {node: ^20.19.0 || >=22.12.0} 1128 1134 cpu: [ia32] 1129 1135 os: [win32] 1130 1136 1131 - '@oxlint/binding-win32-x64-msvc@1.57.0': 1132 - resolution: {integrity: sha512-6PuxhYgth8TuW0+ABPOIkGdBYw+qYGxgIdXPHSVpiCDm+hqTTWCmC739St1Xni0DJBt8HnSHTG67i1y6gr8qrA==} 1137 + '@oxlint/binding-win32-x64-msvc@1.59.0': 1138 + resolution: {integrity: sha512-xkE7puteDS/vUyRngLXW0t8WgdWoS/tfxXjhP/P7SMqPDx+hs44SpssO3h3qmTqECYEuXBUPzcAw5257Ka+ofA==} 1133 1139 engines: {node: ^20.19.0 || >=22.12.0} 1134 1140 cpu: [x64] 1135 1141 os: [win32] ··· 1238 1244 cpu: [x64] 1239 1245 os: [win32] 1240 1246 1241 - '@rolldown/browser@1.0.0-rc.12': 1242 - resolution: {integrity: sha512-E6XVYtkrEiHE2JzKr4Bntzi/yvYDXZi9RNCYtgoZ7i9fqn9W8sTlReV2KO2H8nc2mN+0YHZeKmeuKf8ct4r1CQ==} 1247 + '@rolldown/browser@1.0.0-rc.13': 1248 + resolution: {integrity: sha512-P+WIDTy07bewZnZ/Ay16oQ24qdd+fUe8k1KWg/8nnZ1iP1M9lSPTqYd/hFbxWRGVn3j85hXG7eGV0QsXolVf4w==} 1243 1249 hasBin: true 1244 1250 1245 1251 '@rolldown/pluginutils@1.0.0-rc.12': ··· 1373 1379 '@types/estree@1.0.8': 1374 1380 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 1375 1381 1376 - '@types/node@25.5.0': 1377 - resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==} 1382 + '@types/node@25.5.2': 1383 + resolution: {integrity: sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==} 1378 1384 1379 1385 '@types/semver@7.7.1': 1380 1386 resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==} 1381 1387 1382 - '@vitest/expect@4.1.2': 1383 - resolution: {integrity: sha512-gbu+7B0YgUJ2nkdsRJrFFW6X7NTP44WlhiclHniUhxADQJH5Szt9mZ9hWnJPJ8YwOK5zUOSSlSvyzRf0u1DSBQ==} 1388 + '@vitest/expect@4.1.3': 1389 + resolution: {integrity: sha512-CW8Q9KMtXDGHj0vCsqui0M5KqRsu0zm0GNDW7Gd3U7nZ2RFpPKSCpeCXoT+/+5zr1TNlsoQRDEz+LzZUyq6gnQ==} 1384 1390 1385 - '@vitest/mocker@4.1.2': 1386 - resolution: {integrity: sha512-Ize4iQtEALHDttPRCmN+FKqOl2vxTiNUhzobQFFt/BM1lRUTG7zRCLOykG/6Vo4E4hnUdfVLo5/eqKPukcWW7Q==} 1391 + '@vitest/mocker@4.1.3': 1392 + resolution: {integrity: sha512-XN3TrycitDQSzGRnec/YWgoofkYRhouyVQj4YNsJ5r/STCUFqMrP4+oxEv3e7ZbLi4og5kIHrZwekDJgw6hcjw==} 1387 1393 peerDependencies: 1388 1394 msw: ^2.4.9 1389 1395 vite: ^6.0.0 || ^7.0.0 || ^8.0.0 ··· 1393 1399 vite: 1394 1400 optional: true 1395 1401 1396 - '@vitest/pretty-format@4.1.2': 1397 - resolution: {integrity: sha512-dwQga8aejqeuB+TvXCMzSQemvV9hNEtDDpgUKDzOmNQayl2OG241PSWeJwKRH3CiC+sESrmoFd49rfnq7T4RnA==} 1402 + '@vitest/pretty-format@4.1.3': 1403 + resolution: {integrity: sha512-hYqqwuMbpkkBodpRh4k4cQSOELxXky1NfMmQvOfKvV8zQHz8x8Dla+2wzElkMkBvSAJX5TRGHJAQvK0TcOafwg==} 1398 1404 1399 - '@vitest/runner@4.1.2': 1400 - resolution: {integrity: sha512-Gr+FQan34CdiYAwpGJmQG8PgkyFVmARK8/xSijia3eTFgVfpcpztWLuP6FttGNfPLJhaZVP/euvujeNYar36OQ==} 1405 + '@vitest/runner@4.1.3': 1406 + resolution: {integrity: sha512-VwgOz5MmT0KhlUj40h02LWDpUBVpflZ/b7xZFA25F29AJzIrE+SMuwzFf0b7t4EXdwRNX61C3B6auIXQTR3ttA==} 1401 1407 1402 - '@vitest/snapshot@4.1.2': 1403 - resolution: {integrity: sha512-g7yfUmxYS4mNxk31qbOYsSt2F4m1E02LFqO53Xpzg3zKMhLAPZAjjfyl9e6z7HrW6LvUdTwAQR3HHfLjpko16A==} 1408 + '@vitest/snapshot@4.1.3': 1409 + resolution: {integrity: sha512-9l+k/J9KG5wPJDX9BcFFzhhwNjwkRb8RsnYhaT1vPY7OufxmQFc9sZzScRCPTiETzl37mrIWVY9zxzmdVeJwDQ==} 1404 1410 1405 - '@vitest/spy@4.1.2': 1406 - resolution: {integrity: sha512-DU4fBnbVCJGNBwVA6xSToNXrkZNSiw59H8tcuUspVMsBDBST4nfvsPsEHDHGtWRRnqBERBQu7TrTKskmjqTXKA==} 1411 + '@vitest/spy@4.1.3': 1412 + resolution: {integrity: sha512-ujj5Uwxagg4XUIfAUyRQxAg631BP6e9joRiN99mr48Bg9fRs+5mdUElhOoZ6rP5mBr8Bs3lmrREnkrQWkrsTCw==} 1407 1413 1408 - '@vitest/utils@4.1.2': 1409 - resolution: {integrity: sha512-xw2/TiX82lQHA06cgbqRKFb5lCAy3axQ4H4SoUFhUsg+wztiet+co86IAMDtF6Vm1hc7J6j09oh/rgDn+JdKIQ==} 1414 + '@vitest/utils@4.1.3': 1415 + resolution: {integrity: sha512-Pc/Oexse/khOWsGB+w3q4yzA4te7W4gpZZAvk+fr8qXfTURZUMj5i7kuxsNK5mP/dEB6ao3jfr0rs17fHhbHdw==} 1410 1416 1411 1417 assertion-error@2.0.1: 1412 1418 resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} ··· 1426 1432 solid-js: 1427 1433 optional: true 1428 1434 1429 - baseline-browser-mapping@2.10.11: 1430 - resolution: {integrity: sha512-DAKrHphkJyiGuau/cFieRYhcTFeK/lBuD++C7cZ6KZHbMhBrisoi+EvhQ5RZrIfV5qwsW8kgQ07JIC+MDJRAhg==} 1435 + baseline-browser-mapping@2.10.16: 1436 + resolution: {integrity: sha512-Lyf3aK28zpsD1yQMiiHD4RvVb6UdMoo8xzG2XzFIfR9luPzOpcBlAsT/qfB1XWS1bxWT+UtE4WmQgsp297FYOA==} 1431 1437 engines: {node: '>=6.0.0'} 1432 1438 hasBin: true 1433 1439 1434 1440 blake3-wasm@2.1.5: 1435 1441 resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==} 1436 1442 1437 - browserslist@4.28.1: 1438 - resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} 1443 + browserslist@4.28.2: 1444 + resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==} 1439 1445 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1440 1446 hasBin: true 1441 1447 1442 - caniuse-lite@1.0.30001781: 1443 - resolution: {integrity: sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==} 1448 + caniuse-lite@1.0.30001786: 1449 + resolution: {integrity: sha512-4oxTZEvqmLLrERwxO76yfKM7acZo310U+v4kqexI2TL1DkkUEMT8UijrxxcnVdxR3qkVf5awGRX+4Z6aPHVKrA==} 1444 1450 1445 1451 chai@6.2.2: 1446 1452 resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==} ··· 1477 1483 resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 1478 1484 engines: {node: '>=8'} 1479 1485 1480 - electron-to-chromium@1.5.325: 1481 - resolution: {integrity: sha512-PwfIw7WQSt3xX7yOf5OE/unLzsK9CaN2f/FvV3WjPR1Knoc1T9vePRVV4W1EM301JzzysK51K7FNKcusCr0zYA==} 1486 + electron-to-chromium@1.5.332: 1487 + resolution: {integrity: sha512-7OOtytmh/rINMLwaFTbcMVvYXO3AUm029X0LcyfYk0B557RlPkdpTpnH9+htMlfu5dKwOmT0+Zs2Aw+lnn6TeQ==} 1482 1488 1483 1489 enhanced-resolve@5.20.1: 1484 1490 resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==} ··· 1663 1669 resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==} 1664 1670 engines: {node: '>=12.13'} 1665 1671 1666 - miniflare@4.20260317.2: 1667 - resolution: {integrity: sha512-qNL+yWAFMX6fr0pWU6Lx1vNpPobpnDSF1V8eunIckWvoIQl8y1oBjL2RJFEGY3un+l3f9gwW9dirDPP26usYJQ==} 1672 + miniflare@4.20260401.0: 1673 + resolution: {integrity: sha512-lngHPzZFN9sxYG/mhzvnWiBMNVAN5MsO/7g32ttJ07rymtiK/ZBalODTKb8Od+BQdlU5DOR4CjVt9NydjnUyYg==} 1668 1674 engines: {node: '>=18.0.0'} 1669 1675 hasBin: true 1670 1676 ··· 1676 1682 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 1677 1683 hasBin: true 1678 1684 1679 - node-releases@2.0.36: 1680 - resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==} 1685 + node-releases@2.0.37: 1686 + resolution: {integrity: sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==} 1681 1687 1682 1688 obug@2.1.1: 1683 1689 resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} 1684 1690 1685 - oxfmt@0.42.0: 1686 - resolution: {integrity: sha512-QhejGErLSMReNuZ6vxgFHDyGoPbjTRNi6uGHjy0cvIjOQFqD6xmr/T+3L41ixR3NIgzcNiJ6ylQKpvShTgDfqg==} 1691 + oxfmt@0.44.0: 1692 + resolution: {integrity: sha512-lnncqvHewyRvaqdrnntVIrZV2tEddz8lbvPsQzG/zlkfvgZkwy0HP1p/2u1aCDToeg1jb9zBpbJdfkV73Itw+w==} 1687 1693 engines: {node: ^20.19.0 || >=22.12.0} 1688 1694 hasBin: true 1689 1695 1690 - oxlint-tsgolint@0.17.4: 1691 - resolution: {integrity: sha512-4F/NXJiK2KnK4LQiULUPXRzVq0LOfextGvwCVRW1VKQbF5epI3MDMEGVAl5XjAGL6IFc7xBc/eVA95wczPeEQg==} 1696 + oxlint-tsgolint@0.20.0: 1697 + resolution: {integrity: sha512-/Uc9TQyN1l8w9QNvXtVHYtz+SzDJHKpb5X0UnHodl0BVzijUPk0LPlDOHAvogd1UI+iy9ZSF6gQxEqfzUxCULQ==} 1692 1698 hasBin: true 1693 1699 1694 - oxlint@1.57.0: 1695 - resolution: {integrity: sha512-DGFsuBX5MFZX9yiDdtKjTrYPq45CZ8Fft6qCltJITYZxfwYjVdGf/6wycGYTACloauwIPxUnYhBVeZbHvleGhw==} 1700 + oxlint@1.59.0: 1701 + resolution: {integrity: sha512-0xBLeGGjP4vD9pygRo8iuOkOzEU1MqOnfiOl7KYezL/QvWL8NUg6n03zXc7ZVqltiOpUxBk2zgHI3PnRIEdAvw==} 1696 1702 engines: {node: ^20.19.0 || >=22.12.0} 1697 1703 hasBin: true 1698 1704 peerDependencies: 1699 - oxlint-tsgolint: '>=0.15.0' 1705 + oxlint-tsgolint: '>=0.18.0' 1700 1706 peerDependenciesMeta: 1701 1707 oxlint-tsgolint: 1702 1708 optional: true ··· 1735 1741 engines: {node: '>=10'} 1736 1742 hasBin: true 1737 1743 1738 - seroval-plugins@1.5.1: 1739 - resolution: {integrity: sha512-4FbuZ/TMl02sqv0RTFexu0SP6V+ywaIe5bAWCCEik0fk17BhALgwvUDVF7e3Uvf9pxmwCEJsRPmlkUE6HdzLAw==} 1744 + seroval-plugins@1.5.2: 1745 + resolution: {integrity: sha512-qpY0Cl+fKYFn4GOf3cMiq6l72CpuVaawb6ILjubOQ+diJ54LfOWaSSPsaswN8DRPIPW4Yq+tE1k5aKd7ILyaFg==} 1740 1746 engines: {node: '>=10'} 1741 1747 peerDependencies: 1742 1748 seroval: ^1.0 1743 1749 1744 - seroval@1.5.1: 1745 - resolution: {integrity: sha512-OwrZRZAfhHww0WEnKHDY8OM0U/Qs8OTfIDWhUD4BLpNJUfXK4cGmjiagGze086m+mhI+V2nD0gfbHEnJjb9STA==} 1750 + seroval@1.5.2: 1751 + resolution: {integrity: sha512-xcRN39BdsnO9Tf+VzsE7b3JyTJASItIV1FVFewJKCFcW4s4haIKS3e6vj8PGB9qBwC7tnuOywQMdv5N4qkzi7Q==} 1746 1752 engines: {node: '>=10'} 1747 1753 1748 1754 sharp@0.34.5: ··· 1844 1850 typescript: 1845 1851 optional: true 1846 1852 1847 - vite-plugin-solid@2.11.11: 1848 - resolution: {integrity: sha512-YMZCXsLw9kyuvQFEdwLP27fuTQJLmjNoHy90AOJnbRuJ6DwShUxKFo38gdFrWn9v11hnGicKCZEaeI/TFs6JKw==} 1853 + vite-plugin-solid@2.11.12: 1854 + resolution: {integrity: sha512-FgjPcx2OwX9h6f28jli7A4bG7PP3te8uyakE5iqsmpq3Jqi1TWLgSroC9N6cMfGRU2zXsl4Q6ISvTr2VL0QHpA==} 1849 1855 peerDependencies: 1850 1856 '@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.* 1851 1857 solid-js: ^1.7.2 ··· 1854 1860 '@testing-library/jest-dom': 1855 1861 optional: true 1856 1862 1857 - vite@8.0.3: 1858 - resolution: {integrity: sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==} 1863 + vite@8.0.5: 1864 + resolution: {integrity: sha512-nmu43Qvq9UopTRfMx2jOYW5l16pb3iDC1JH6yMuPkpVbzK0k+L7dfsEDH4jRgYFmsg0sTAqkojoZgzLMlwHsCQ==} 1859 1865 engines: {node: ^20.19.0 || >=22.12.0} 1860 1866 hasBin: true 1861 1867 peerDependencies: 1862 1868 '@types/node': ^20.19.0 || >=22.12.0 1863 1869 '@vitejs/devtools': ^0.1.0 1864 - esbuild: ^0.27.0 1870 + esbuild: ^0.27.0 || ^0.28.0 1865 1871 jiti: '>=1.21.0' 1866 1872 less: ^4.0.0 1867 1873 sass: ^1.70.0 ··· 1897 1903 yaml: 1898 1904 optional: true 1899 1905 1900 - vitefu@1.1.2: 1901 - resolution: {integrity: sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==} 1906 + vitefu@1.1.3: 1907 + resolution: {integrity: sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==} 1902 1908 peerDependencies: 1903 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0 1909 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 1904 1910 peerDependenciesMeta: 1905 1911 vite: 1906 1912 optional: true 1907 1913 1908 - vitest@4.1.2: 1909 - resolution: {integrity: sha512-xjR1dMTVHlFLh98JE3i/f/WePqJsah4A0FK9cc8Ehp9Udk0AZk6ccpIZhh1qJ/yxVWRZ+Q54ocnD8TXmkhspGg==} 1914 + vitest@4.1.3: 1915 + resolution: {integrity: sha512-DBc4Tx0MPNsqb9isoyOq00lHftVx/KIU44QOm2q59npZyLUkENn8TMFsuzuO+4U2FUa9rgbbPt3udrP25GcjXw==} 1910 1916 engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} 1911 1917 hasBin: true 1912 1918 peerDependencies: 1913 1919 '@edge-runtime/vm': '*' 1914 1920 '@opentelemetry/api': ^1.9.0 1915 1921 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 1916 - '@vitest/browser-playwright': 4.1.2 1917 - '@vitest/browser-preview': 4.1.2 1918 - '@vitest/browser-webdriverio': 4.1.2 1919 - '@vitest/ui': 4.1.2 1922 + '@vitest/browser-playwright': 4.1.3 1923 + '@vitest/browser-preview': 4.1.3 1924 + '@vitest/browser-webdriverio': 4.1.3 1925 + '@vitest/coverage-istanbul': 4.1.3 1926 + '@vitest/coverage-v8': 4.1.3 1927 + '@vitest/ui': 4.1.3 1920 1928 happy-dom: '*' 1921 1929 jsdom: '*' 1922 1930 vite: ^6.0.0 || ^7.0.0 || ^8.0.0 ··· 1933 1941 optional: true 1934 1942 '@vitest/browser-webdriverio': 1935 1943 optional: true 1944 + '@vitest/coverage-istanbul': 1945 + optional: true 1946 + '@vitest/coverage-v8': 1947 + optional: true 1936 1948 '@vitest/ui': 1937 1949 optional: true 1938 1950 happy-dom: ··· 1945 1957 engines: {node: '>=8'} 1946 1958 hasBin: true 1947 1959 1948 - workerd@1.20260317.1: 1949 - resolution: {integrity: sha512-ZuEq1OdrJBS+NV+L5HMYPCzVn49a2O60slQiiLpG44jqtlOo+S167fWC76kEXteXLLLydeuRrluRel7WdOUa4g==} 1960 + workerd@1.20260401.1: 1961 + resolution: {integrity: sha512-mUYCd+ohaWJWF5nhDzxugWaAD/DM8Dw0ze3B7bu8JaA7S70+XQJXcvcvwE8C4qGcxSdCyqjsrFzqxKubECDwzg==} 1950 1962 engines: {node: '>=16'} 1951 1963 hasBin: true 1952 1964 1953 - wrangler@4.77.0: 1954 - resolution: {integrity: sha512-E2Gm69+K++BFd3QvoWjC290RPQj1vDOUotA++sNHmtKPb7EP6C8Qv+1D5Ii73tfZtyNgakpqHlh8lBBbVWTKAQ==} 1965 + wrangler@4.80.0: 1966 + resolution: {integrity: sha512-2ZKF7uPeOZy65BGk3YfvqBCPo/xH1MrAlMmH9mVP+tCNBrTUMnwOHSj1HrZHgR8LttkAqhko0fGz+I4ax1rzyQ==} 1955 1967 engines: {node: '>=20.3.0'} 1956 1968 hasBin: true 1957 1969 peerDependencies: 1958 - '@cloudflare/workers-types': ^4.20260317.1 1970 + '@cloudflare/workers-types': ^4.20260401.1 1959 1971 peerDependenciesMeta: 1960 1972 '@cloudflare/workers-types': 1961 1973 optional: true ··· 2025 2037 dependencies: 2026 2038 '@babel/compat-data': 7.29.0 2027 2039 '@babel/helper-validator-option': 7.27.1 2028 - browserslist: 4.28.1 2040 + browserslist: 4.28.2 2029 2041 lru-cache: 5.1.1 2030 2042 semver: 6.3.1 2031 2043 ··· 2100 2112 2101 2113 '@cloudflare/kv-asset-handler@0.4.2': {} 2102 2114 2103 - '@cloudflare/unenv-preset@2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260317.1)': 2115 + '@cloudflare/unenv-preset@2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260401.1)': 2104 2116 dependencies: 2105 2117 unenv: 2.0.0-rc.24 2106 2118 optionalDependencies: 2107 - workerd: 1.20260317.1 2119 + workerd: 1.20260401.1 2108 2120 2109 - '@cloudflare/workerd-darwin-64@1.20260317.1': 2121 + '@cloudflare/workerd-darwin-64@1.20260401.1': 2110 2122 optional: true 2111 2123 2112 - '@cloudflare/workerd-darwin-arm64@1.20260317.1': 2124 + '@cloudflare/workerd-darwin-arm64@1.20260401.1': 2113 2125 optional: true 2114 2126 2115 - '@cloudflare/workerd-linux-64@1.20260317.1': 2127 + '@cloudflare/workerd-linux-64@1.20260401.1': 2116 2128 optional: true 2117 2129 2118 - '@cloudflare/workerd-linux-arm64@1.20260317.1': 2130 + '@cloudflare/workerd-linux-arm64@1.20260401.1': 2119 2131 optional: true 2120 2132 2121 - '@cloudflare/workerd-windows-64@1.20260317.1': 2133 + '@cloudflare/workerd-windows-64@1.20260401.1': 2122 2134 optional: true 2123 2135 2124 2136 '@cspotcode/source-map-support@0.8.1': 2125 2137 dependencies: 2126 2138 '@jridgewell/trace-mapping': 0.3.9 2127 2139 2128 - '@emnapi/core@1.9.1(patch_hash=bbb5b02f88441d8c07a165250650fd6cdcb475004a5110ec546f78adf775318b)': 2140 + '@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15)': 2129 2141 dependencies: 2130 - '@emnapi/wasi-threads': 1.2.0 2142 + '@emnapi/wasi-threads': 1.2.1 2131 2143 tslib: 2.8.1 2132 2144 2133 - '@emnapi/runtime@1.9.1': 2145 + '@emnapi/runtime@1.9.2': 2134 2146 dependencies: 2135 2147 tslib: 2.8.1 2136 2148 2137 - '@emnapi/wasi-threads@1.2.0': 2149 + '@emnapi/wasi-threads@1.2.1': 2138 2150 dependencies: 2139 2151 tslib: 2.8.1 2140 2152 ··· 2389 2401 2390 2402 '@img/sharp-wasm32@0.34.5': 2391 2403 dependencies: 2392 - '@emnapi/runtime': 1.9.1 2404 + '@emnapi/runtime': 1.9.2 2393 2405 optional: true 2394 2406 2395 2407 '@img/sharp-win32-arm64@0.34.5': ··· 2556 2568 2557 2569 '@jsr/mary__tar@0.3.2': {} 2558 2570 2559 - '@napi-rs/wasm-runtime@1.1.1': 2571 + '@napi-rs/wasm-runtime@1.1.2(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)': 2560 2572 dependencies: 2561 - '@emnapi/core': 1.9.1(patch_hash=bbb5b02f88441d8c07a165250650fd6cdcb475004a5110ec546f78adf775318b) 2562 - '@emnapi/runtime': 1.9.1 2573 + '@emnapi/core': 1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15) 2574 + '@emnapi/runtime': 1.9.2 2563 2575 '@tybys/wasm-util': 0.10.1 2564 2576 2565 2577 '@oxc-project/types@0.122.0': {} 2566 2578 2567 - '@oxfmt/binding-android-arm-eabi@0.42.0': 2579 + '@oxc-project/types@0.124.0': {} 2580 + 2581 + '@oxfmt/binding-android-arm-eabi@0.44.0': 2568 2582 optional: true 2569 2583 2570 - '@oxfmt/binding-android-arm64@0.42.0': 2584 + '@oxfmt/binding-android-arm64@0.44.0': 2571 2585 optional: true 2572 2586 2573 - '@oxfmt/binding-darwin-arm64@0.42.0': 2587 + '@oxfmt/binding-darwin-arm64@0.44.0': 2574 2588 optional: true 2575 2589 2576 - '@oxfmt/binding-darwin-x64@0.42.0': 2590 + '@oxfmt/binding-darwin-x64@0.44.0': 2577 2591 optional: true 2578 2592 2579 - '@oxfmt/binding-freebsd-x64@0.42.0': 2593 + '@oxfmt/binding-freebsd-x64@0.44.0': 2580 2594 optional: true 2581 2595 2582 - '@oxfmt/binding-linux-arm-gnueabihf@0.42.0': 2596 + '@oxfmt/binding-linux-arm-gnueabihf@0.44.0': 2583 2597 optional: true 2584 2598 2585 - '@oxfmt/binding-linux-arm-musleabihf@0.42.0': 2599 + '@oxfmt/binding-linux-arm-musleabihf@0.44.0': 2586 2600 optional: true 2587 2601 2588 - '@oxfmt/binding-linux-arm64-gnu@0.42.0': 2602 + '@oxfmt/binding-linux-arm64-gnu@0.44.0': 2589 2603 optional: true 2590 2604 2591 - '@oxfmt/binding-linux-arm64-musl@0.42.0': 2605 + '@oxfmt/binding-linux-arm64-musl@0.44.0': 2592 2606 optional: true 2593 2607 2594 - '@oxfmt/binding-linux-ppc64-gnu@0.42.0': 2608 + '@oxfmt/binding-linux-ppc64-gnu@0.44.0': 2595 2609 optional: true 2596 2610 2597 - '@oxfmt/binding-linux-riscv64-gnu@0.42.0': 2611 + '@oxfmt/binding-linux-riscv64-gnu@0.44.0': 2598 2612 optional: true 2599 2613 2600 - '@oxfmt/binding-linux-riscv64-musl@0.42.0': 2614 + '@oxfmt/binding-linux-riscv64-musl@0.44.0': 2601 2615 optional: true 2602 2616 2603 - '@oxfmt/binding-linux-s390x-gnu@0.42.0': 2617 + '@oxfmt/binding-linux-s390x-gnu@0.44.0': 2604 2618 optional: true 2605 2619 2606 - '@oxfmt/binding-linux-x64-gnu@0.42.0': 2620 + '@oxfmt/binding-linux-x64-gnu@0.44.0': 2607 2621 optional: true 2608 2622 2609 - '@oxfmt/binding-linux-x64-musl@0.42.0': 2623 + '@oxfmt/binding-linux-x64-musl@0.44.0': 2610 2624 optional: true 2611 2625 2612 - '@oxfmt/binding-openharmony-arm64@0.42.0': 2626 + '@oxfmt/binding-openharmony-arm64@0.44.0': 2613 2627 optional: true 2614 2628 2615 - '@oxfmt/binding-win32-arm64-msvc@0.42.0': 2629 + '@oxfmt/binding-win32-arm64-msvc@0.44.0': 2616 2630 optional: true 2617 2631 2618 - '@oxfmt/binding-win32-ia32-msvc@0.42.0': 2632 + '@oxfmt/binding-win32-ia32-msvc@0.44.0': 2619 2633 optional: true 2620 2634 2621 - '@oxfmt/binding-win32-x64-msvc@0.42.0': 2635 + '@oxfmt/binding-win32-x64-msvc@0.44.0': 2622 2636 optional: true 2623 2637 2624 - '@oxlint-tsgolint/darwin-arm64@0.17.4': 2638 + '@oxlint-tsgolint/darwin-arm64@0.20.0': 2625 2639 optional: true 2626 2640 2627 - '@oxlint-tsgolint/darwin-x64@0.17.4': 2641 + '@oxlint-tsgolint/darwin-x64@0.20.0': 2628 2642 optional: true 2629 2643 2630 - '@oxlint-tsgolint/linux-arm64@0.17.4': 2644 + '@oxlint-tsgolint/linux-arm64@0.20.0': 2631 2645 optional: true 2632 2646 2633 - '@oxlint-tsgolint/linux-x64@0.17.4': 2647 + '@oxlint-tsgolint/linux-x64@0.20.0': 2634 2648 optional: true 2635 2649 2636 - '@oxlint-tsgolint/win32-arm64@0.17.4': 2650 + '@oxlint-tsgolint/win32-arm64@0.20.0': 2637 2651 optional: true 2638 2652 2639 - '@oxlint-tsgolint/win32-x64@0.17.4': 2653 + '@oxlint-tsgolint/win32-x64@0.20.0': 2640 2654 optional: true 2641 2655 2642 - '@oxlint/binding-android-arm-eabi@1.57.0': 2656 + '@oxlint/binding-android-arm-eabi@1.59.0': 2643 2657 optional: true 2644 2658 2645 - '@oxlint/binding-android-arm64@1.57.0': 2659 + '@oxlint/binding-android-arm64@1.59.0': 2646 2660 optional: true 2647 2661 2648 - '@oxlint/binding-darwin-arm64@1.57.0': 2662 + '@oxlint/binding-darwin-arm64@1.59.0': 2649 2663 optional: true 2650 2664 2651 - '@oxlint/binding-darwin-x64@1.57.0': 2665 + '@oxlint/binding-darwin-x64@1.59.0': 2652 2666 optional: true 2653 2667 2654 - '@oxlint/binding-freebsd-x64@1.57.0': 2668 + '@oxlint/binding-freebsd-x64@1.59.0': 2655 2669 optional: true 2656 2670 2657 - '@oxlint/binding-linux-arm-gnueabihf@1.57.0': 2671 + '@oxlint/binding-linux-arm-gnueabihf@1.59.0': 2658 2672 optional: true 2659 2673 2660 - '@oxlint/binding-linux-arm-musleabihf@1.57.0': 2674 + '@oxlint/binding-linux-arm-musleabihf@1.59.0': 2661 2675 optional: true 2662 2676 2663 - '@oxlint/binding-linux-arm64-gnu@1.57.0': 2677 + '@oxlint/binding-linux-arm64-gnu@1.59.0': 2664 2678 optional: true 2665 2679 2666 - '@oxlint/binding-linux-arm64-musl@1.57.0': 2680 + '@oxlint/binding-linux-arm64-musl@1.59.0': 2667 2681 optional: true 2668 2682 2669 - '@oxlint/binding-linux-ppc64-gnu@1.57.0': 2683 + '@oxlint/binding-linux-ppc64-gnu@1.59.0': 2670 2684 optional: true 2671 2685 2672 - '@oxlint/binding-linux-riscv64-gnu@1.57.0': 2686 + '@oxlint/binding-linux-riscv64-gnu@1.59.0': 2673 2687 optional: true 2674 2688 2675 - '@oxlint/binding-linux-riscv64-musl@1.57.0': 2689 + '@oxlint/binding-linux-riscv64-musl@1.59.0': 2676 2690 optional: true 2677 2691 2678 - '@oxlint/binding-linux-s390x-gnu@1.57.0': 2692 + '@oxlint/binding-linux-s390x-gnu@1.59.0': 2679 2693 optional: true 2680 2694 2681 - '@oxlint/binding-linux-x64-gnu@1.57.0': 2695 + '@oxlint/binding-linux-x64-gnu@1.59.0': 2682 2696 optional: true 2683 2697 2684 - '@oxlint/binding-linux-x64-musl@1.57.0': 2698 + '@oxlint/binding-linux-x64-musl@1.59.0': 2685 2699 optional: true 2686 2700 2687 - '@oxlint/binding-openharmony-arm64@1.57.0': 2701 + '@oxlint/binding-openharmony-arm64@1.59.0': 2688 2702 optional: true 2689 2703 2690 - '@oxlint/binding-win32-arm64-msvc@1.57.0': 2704 + '@oxlint/binding-win32-arm64-msvc@1.59.0': 2691 2705 optional: true 2692 2706 2693 - '@oxlint/binding-win32-ia32-msvc@1.57.0': 2707 + '@oxlint/binding-win32-ia32-msvc@1.59.0': 2694 2708 optional: true 2695 2709 2696 - '@oxlint/binding-win32-x64-msvc@1.57.0': 2710 + '@oxlint/binding-win32-x64-msvc@1.59.0': 2697 2711 optional: true 2698 2712 2699 2713 '@poppinss/colors@4.1.6': ··· 2744 2758 '@rolldown/binding-openharmony-arm64@1.0.0-rc.12': 2745 2759 optional: true 2746 2760 2747 - '@rolldown/binding-wasm32-wasi@1.0.0-rc.12': 2761 + '@rolldown/binding-wasm32-wasi@1.0.0-rc.12(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)': 2748 2762 dependencies: 2749 - '@napi-rs/wasm-runtime': 1.1.1 2763 + '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2) 2764 + transitivePeerDependencies: 2765 + - '@emnapi/core' 2766 + - '@emnapi/runtime' 2750 2767 optional: true 2751 2768 2752 2769 '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12': ··· 2755 2772 '@rolldown/binding-win32-x64-msvc@1.0.0-rc.12': 2756 2773 optional: true 2757 2774 2758 - '@rolldown/browser@1.0.0-rc.12': 2775 + '@rolldown/browser@1.0.0-rc.13': 2759 2776 dependencies: 2760 - '@napi-rs/wasm-runtime': 1.1.1 2777 + '@emnapi/core': 1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15) 2778 + '@emnapi/runtime': 1.9.2 2779 + '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2) 2761 2780 2762 2781 '@rolldown/pluginutils@1.0.0-rc.12': {} 2763 2782 ··· 2828 2847 '@tailwindcss/oxide-win32-arm64-msvc': 4.2.2 2829 2848 '@tailwindcss/oxide-win32-x64-msvc': 4.2.2 2830 2849 2831 - '@tailwindcss/vite@4.2.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1))': 2850 + '@tailwindcss/vite@4.2.2(vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1))': 2832 2851 dependencies: 2833 2852 '@tailwindcss/node': 4.2.2 2834 2853 '@tailwindcss/oxide': 4.2.2 2835 2854 tailwindcss: 4.2.2 2836 - vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1) 2855 + vite: 8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1) 2837 2856 2838 2857 '@tybys/wasm-util@0.10.1': 2839 2858 dependencies: ··· 2869 2888 2870 2889 '@types/estree@1.0.8': {} 2871 2890 2872 - '@types/node@25.5.0': 2891 + '@types/node@25.5.2': 2873 2892 dependencies: 2874 2893 undici-types: 7.18.2 2875 2894 2876 2895 '@types/semver@7.7.1': {} 2877 2896 2878 - '@vitest/expect@4.1.2': 2897 + '@vitest/expect@4.1.3': 2879 2898 dependencies: 2880 2899 '@standard-schema/spec': 1.1.0 2881 2900 '@types/chai': 5.2.3 2882 - '@vitest/spy': 4.1.2 2883 - '@vitest/utils': 4.1.2 2901 + '@vitest/spy': 4.1.3 2902 + '@vitest/utils': 4.1.3 2884 2903 chai: 6.2.2 2885 2904 tinyrainbow: 3.1.0 2886 2905 2887 - '@vitest/mocker@4.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1))': 2906 + '@vitest/mocker@4.1.3(vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1))': 2888 2907 dependencies: 2889 - '@vitest/spy': 4.1.2 2908 + '@vitest/spy': 4.1.3 2890 2909 estree-walker: 3.0.3 2891 2910 magic-string: 0.30.21 2892 2911 optionalDependencies: 2893 - vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1) 2912 + vite: 8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1) 2894 2913 2895 - '@vitest/pretty-format@4.1.2': 2914 + '@vitest/pretty-format@4.1.3': 2896 2915 dependencies: 2897 2916 tinyrainbow: 3.1.0 2898 2917 2899 - '@vitest/runner@4.1.2': 2918 + '@vitest/runner@4.1.3': 2900 2919 dependencies: 2901 - '@vitest/utils': 4.1.2 2920 + '@vitest/utils': 4.1.3 2902 2921 pathe: 2.0.3 2903 2922 2904 - '@vitest/snapshot@4.1.2': 2923 + '@vitest/snapshot@4.1.3': 2905 2924 dependencies: 2906 - '@vitest/pretty-format': 4.1.2 2907 - '@vitest/utils': 4.1.2 2925 + '@vitest/pretty-format': 4.1.3 2926 + '@vitest/utils': 4.1.3 2908 2927 magic-string: 0.30.21 2909 2928 pathe: 2.0.3 2910 2929 2911 - '@vitest/spy@4.1.2': {} 2930 + '@vitest/spy@4.1.3': {} 2912 2931 2913 - '@vitest/utils@4.1.2': 2932 + '@vitest/utils@4.1.3': 2914 2933 dependencies: 2915 - '@vitest/pretty-format': 4.1.2 2934 + '@vitest/pretty-format': 4.1.3 2916 2935 convert-source-map: 2.0.0 2917 2936 tinyrainbow: 3.1.0 2918 2937 ··· 2934 2953 optionalDependencies: 2935 2954 solid-js: 1.9.12 2936 2955 2937 - baseline-browser-mapping@2.10.11: {} 2956 + baseline-browser-mapping@2.10.16: {} 2938 2957 2939 2958 blake3-wasm@2.1.5: {} 2940 2959 2941 - browserslist@4.28.1: 2960 + browserslist@4.28.2: 2942 2961 dependencies: 2943 - baseline-browser-mapping: 2.10.11 2944 - caniuse-lite: 1.0.30001781 2945 - electron-to-chromium: 1.5.325 2946 - node-releases: 2.0.36 2947 - update-browserslist-db: 1.2.3(browserslist@4.28.1) 2962 + baseline-browser-mapping: 2.10.16 2963 + caniuse-lite: 1.0.30001786 2964 + electron-to-chromium: 1.5.332 2965 + node-releases: 2.0.37 2966 + update-browserslist-db: 1.2.3(browserslist@4.28.2) 2948 2967 2949 - caniuse-lite@1.0.30001781: {} 2968 + caniuse-lite@1.0.30001786: {} 2950 2969 2951 2970 chai@6.2.2: {} 2952 2971 ··· 2966 2985 2967 2986 detect-libc@2.1.2: {} 2968 2987 2969 - electron-to-chromium@1.5.325: {} 2988 + electron-to-chromium@1.5.332: {} 2970 2989 2971 2990 enhanced-resolve@5.20.1: 2972 2991 dependencies: ··· 3155 3174 dependencies: 3156 3175 is-what: 4.1.16 3157 3176 3158 - miniflare@4.20260317.2: 3177 + miniflare@4.20260401.0: 3159 3178 dependencies: 3160 3179 '@cspotcode/source-map-support': 0.8.1 3161 3180 sharp: 0.34.5 3162 3181 undici: 7.24.4 3163 - workerd: 1.20260317.1 3182 + workerd: 1.20260401.1 3164 3183 ws: 8.18.0 3165 3184 youch: 4.1.0-beta.10 3166 3185 transitivePeerDependencies: ··· 3171 3190 3172 3191 nanoid@3.3.11: {} 3173 3192 3174 - node-releases@2.0.36: {} 3193 + node-releases@2.0.37: {} 3175 3194 3176 3195 obug@2.1.1: {} 3177 3196 3178 - oxfmt@0.42.0: 3197 + oxfmt@0.44.0: 3179 3198 dependencies: 3180 3199 tinypool: 2.1.0 3181 3200 optionalDependencies: 3182 - '@oxfmt/binding-android-arm-eabi': 0.42.0 3183 - '@oxfmt/binding-android-arm64': 0.42.0 3184 - '@oxfmt/binding-darwin-arm64': 0.42.0 3185 - '@oxfmt/binding-darwin-x64': 0.42.0 3186 - '@oxfmt/binding-freebsd-x64': 0.42.0 3187 - '@oxfmt/binding-linux-arm-gnueabihf': 0.42.0 3188 - '@oxfmt/binding-linux-arm-musleabihf': 0.42.0 3189 - '@oxfmt/binding-linux-arm64-gnu': 0.42.0 3190 - '@oxfmt/binding-linux-arm64-musl': 0.42.0 3191 - '@oxfmt/binding-linux-ppc64-gnu': 0.42.0 3192 - '@oxfmt/binding-linux-riscv64-gnu': 0.42.0 3193 - '@oxfmt/binding-linux-riscv64-musl': 0.42.0 3194 - '@oxfmt/binding-linux-s390x-gnu': 0.42.0 3195 - '@oxfmt/binding-linux-x64-gnu': 0.42.0 3196 - '@oxfmt/binding-linux-x64-musl': 0.42.0 3197 - '@oxfmt/binding-openharmony-arm64': 0.42.0 3198 - '@oxfmt/binding-win32-arm64-msvc': 0.42.0 3199 - '@oxfmt/binding-win32-ia32-msvc': 0.42.0 3200 - '@oxfmt/binding-win32-x64-msvc': 0.42.0 3201 + '@oxfmt/binding-android-arm-eabi': 0.44.0 3202 + '@oxfmt/binding-android-arm64': 0.44.0 3203 + '@oxfmt/binding-darwin-arm64': 0.44.0 3204 + '@oxfmt/binding-darwin-x64': 0.44.0 3205 + '@oxfmt/binding-freebsd-x64': 0.44.0 3206 + '@oxfmt/binding-linux-arm-gnueabihf': 0.44.0 3207 + '@oxfmt/binding-linux-arm-musleabihf': 0.44.0 3208 + '@oxfmt/binding-linux-arm64-gnu': 0.44.0 3209 + '@oxfmt/binding-linux-arm64-musl': 0.44.0 3210 + '@oxfmt/binding-linux-ppc64-gnu': 0.44.0 3211 + '@oxfmt/binding-linux-riscv64-gnu': 0.44.0 3212 + '@oxfmt/binding-linux-riscv64-musl': 0.44.0 3213 + '@oxfmt/binding-linux-s390x-gnu': 0.44.0 3214 + '@oxfmt/binding-linux-x64-gnu': 0.44.0 3215 + '@oxfmt/binding-linux-x64-musl': 0.44.0 3216 + '@oxfmt/binding-openharmony-arm64': 0.44.0 3217 + '@oxfmt/binding-win32-arm64-msvc': 0.44.0 3218 + '@oxfmt/binding-win32-ia32-msvc': 0.44.0 3219 + '@oxfmt/binding-win32-x64-msvc': 0.44.0 3201 3220 3202 - oxlint-tsgolint@0.17.4: 3221 + oxlint-tsgolint@0.20.0: 3203 3222 optionalDependencies: 3204 - '@oxlint-tsgolint/darwin-arm64': 0.17.4 3205 - '@oxlint-tsgolint/darwin-x64': 0.17.4 3206 - '@oxlint-tsgolint/linux-arm64': 0.17.4 3207 - '@oxlint-tsgolint/linux-x64': 0.17.4 3208 - '@oxlint-tsgolint/win32-arm64': 0.17.4 3209 - '@oxlint-tsgolint/win32-x64': 0.17.4 3223 + '@oxlint-tsgolint/darwin-arm64': 0.20.0 3224 + '@oxlint-tsgolint/darwin-x64': 0.20.0 3225 + '@oxlint-tsgolint/linux-arm64': 0.20.0 3226 + '@oxlint-tsgolint/linux-x64': 0.20.0 3227 + '@oxlint-tsgolint/win32-arm64': 0.20.0 3228 + '@oxlint-tsgolint/win32-x64': 0.20.0 3210 3229 3211 - oxlint@1.57.0(oxlint-tsgolint@0.17.4): 3230 + oxlint@1.59.0(oxlint-tsgolint@0.20.0): 3212 3231 optionalDependencies: 3213 - '@oxlint/binding-android-arm-eabi': 1.57.0 3214 - '@oxlint/binding-android-arm64': 1.57.0 3215 - '@oxlint/binding-darwin-arm64': 1.57.0 3216 - '@oxlint/binding-darwin-x64': 1.57.0 3217 - '@oxlint/binding-freebsd-x64': 1.57.0 3218 - '@oxlint/binding-linux-arm-gnueabihf': 1.57.0 3219 - '@oxlint/binding-linux-arm-musleabihf': 1.57.0 3220 - '@oxlint/binding-linux-arm64-gnu': 1.57.0 3221 - '@oxlint/binding-linux-arm64-musl': 1.57.0 3222 - '@oxlint/binding-linux-ppc64-gnu': 1.57.0 3223 - '@oxlint/binding-linux-riscv64-gnu': 1.57.0 3224 - '@oxlint/binding-linux-riscv64-musl': 1.57.0 3225 - '@oxlint/binding-linux-s390x-gnu': 1.57.0 3226 - '@oxlint/binding-linux-x64-gnu': 1.57.0 3227 - '@oxlint/binding-linux-x64-musl': 1.57.0 3228 - '@oxlint/binding-openharmony-arm64': 1.57.0 3229 - '@oxlint/binding-win32-arm64-msvc': 1.57.0 3230 - '@oxlint/binding-win32-ia32-msvc': 1.57.0 3231 - '@oxlint/binding-win32-x64-msvc': 1.57.0 3232 - oxlint-tsgolint: 0.17.4 3232 + '@oxlint/binding-android-arm-eabi': 1.59.0 3233 + '@oxlint/binding-android-arm64': 1.59.0 3234 + '@oxlint/binding-darwin-arm64': 1.59.0 3235 + '@oxlint/binding-darwin-x64': 1.59.0 3236 + '@oxlint/binding-freebsd-x64': 1.59.0 3237 + '@oxlint/binding-linux-arm-gnueabihf': 1.59.0 3238 + '@oxlint/binding-linux-arm-musleabihf': 1.59.0 3239 + '@oxlint/binding-linux-arm64-gnu': 1.59.0 3240 + '@oxlint/binding-linux-arm64-musl': 1.59.0 3241 + '@oxlint/binding-linux-ppc64-gnu': 1.59.0 3242 + '@oxlint/binding-linux-riscv64-gnu': 1.59.0 3243 + '@oxlint/binding-linux-riscv64-musl': 1.59.0 3244 + '@oxlint/binding-linux-s390x-gnu': 1.59.0 3245 + '@oxlint/binding-linux-x64-gnu': 1.59.0 3246 + '@oxlint/binding-linux-x64-musl': 1.59.0 3247 + '@oxlint/binding-openharmony-arm64': 1.59.0 3248 + '@oxlint/binding-win32-arm64-msvc': 1.59.0 3249 + '@oxlint/binding-win32-ia32-msvc': 1.59.0 3250 + '@oxlint/binding-win32-x64-msvc': 1.59.0 3251 + oxlint-tsgolint: 0.20.0 3233 3252 3234 3253 parse5@7.3.0: 3235 3254 dependencies: ··· 3249 3268 picocolors: 1.1.1 3250 3269 source-map-js: 1.2.1 3251 3270 3252 - rolldown@1.0.0-rc.12: 3271 + rolldown@1.0.0-rc.12(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2): 3253 3272 dependencies: 3254 3273 '@oxc-project/types': 0.122.0 3255 3274 '@rolldown/pluginutils': 1.0.0-rc.12 ··· 3266 3285 '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.12 3267 3286 '@rolldown/binding-linux-x64-musl': 1.0.0-rc.12 3268 3287 '@rolldown/binding-openharmony-arm64': 1.0.0-rc.12 3269 - '@rolldown/binding-wasm32-wasi': 1.0.0-rc.12 3288 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.12(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2) 3270 3289 '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.12 3271 3290 '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.12 3291 + transitivePeerDependencies: 3292 + - '@emnapi/core' 3293 + - '@emnapi/runtime' 3272 3294 3273 3295 semver@6.3.1: {} 3274 3296 3275 3297 semver@7.7.4: {} 3276 3298 3277 - seroval-plugins@1.5.1(seroval@1.5.1): 3299 + seroval-plugins@1.5.2(seroval@1.5.2): 3278 3300 dependencies: 3279 - seroval: 1.5.1 3301 + seroval: 1.5.2 3280 3302 3281 - seroval@1.5.1: {} 3303 + seroval@1.5.2: {} 3282 3304 3283 3305 sharp@0.34.5: 3284 3306 dependencies: ··· 3316 3338 solid-js@1.9.12: 3317 3339 dependencies: 3318 3340 csstype: 3.2.3 3319 - seroval: 1.5.1 3320 - seroval-plugins: 1.5.1(seroval@1.5.1) 3341 + seroval: 1.5.2 3342 + seroval-plugins: 1.5.2(seroval@1.5.2) 3321 3343 3322 3344 solid-refresh@0.6.3(solid-js@1.9.12): 3323 3345 dependencies: ··· 3373 3395 dependencies: 3374 3396 pathe: 2.0.3 3375 3397 3376 - update-browserslist-db@1.2.3(browserslist@4.28.1): 3398 + update-browserslist-db@1.2.3(browserslist@4.28.2): 3377 3399 dependencies: 3378 - browserslist: 4.28.1 3400 + browserslist: 4.28.2 3379 3401 escalade: 3.2.0 3380 3402 picocolors: 1.1.1 3381 3403 ··· 3383 3405 optionalDependencies: 3384 3406 typescript: 6.0.2 3385 3407 3386 - vite-plugin-solid@2.11.11(solid-js@1.9.12)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)): 3408 + vite-plugin-solid@2.11.12(solid-js@1.9.12)(vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1)): 3387 3409 dependencies: 3388 3410 '@babel/core': 7.29.0 3389 3411 '@types/babel__core': 7.20.5 ··· 3391 3413 merge-anything: 5.1.7 3392 3414 solid-js: 1.9.12 3393 3415 solid-refresh: 0.6.3(solid-js@1.9.12) 3394 - vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1) 3395 - vitefu: 1.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)) 3416 + vite: 8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1) 3417 + vitefu: 1.1.3(vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1)) 3396 3418 transitivePeerDependencies: 3397 3419 - supports-color 3398 3420 3399 - vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1): 3421 + vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1): 3400 3422 dependencies: 3401 3423 lightningcss: 1.32.0 3402 3424 picomatch: 4.0.4 3403 3425 postcss: 8.5.8 3404 - rolldown: 1.0.0-rc.12 3426 + rolldown: 1.0.0-rc.12(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2) 3405 3427 tinyglobby: 0.2.15 3406 3428 optionalDependencies: 3407 - '@types/node': 25.5.0 3429 + '@types/node': 25.5.2 3408 3430 esbuild: 0.27.4 3409 3431 fsevents: 2.3.3 3410 3432 jiti: 2.6.1 3433 + transitivePeerDependencies: 3434 + - '@emnapi/core' 3435 + - '@emnapi/runtime' 3411 3436 3412 - vitefu@1.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)): 3437 + vitefu@1.1.3(vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1)): 3413 3438 optionalDependencies: 3414 - vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1) 3439 + vite: 8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1) 3415 3440 3416 - vitest@4.1.2(@types/node@25.5.0)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)): 3441 + vitest@4.1.3(@types/node@25.5.2)(vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1)): 3417 3442 dependencies: 3418 - '@vitest/expect': 4.1.2 3419 - '@vitest/mocker': 4.1.2(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)) 3420 - '@vitest/pretty-format': 4.1.2 3421 - '@vitest/runner': 4.1.2 3422 - '@vitest/snapshot': 4.1.2 3423 - '@vitest/spy': 4.1.2 3424 - '@vitest/utils': 4.1.2 3443 + '@vitest/expect': 4.1.3 3444 + '@vitest/mocker': 4.1.3(vite@8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1)) 3445 + '@vitest/pretty-format': 4.1.3 3446 + '@vitest/runner': 4.1.3 3447 + '@vitest/snapshot': 4.1.3 3448 + '@vitest/spy': 4.1.3 3449 + '@vitest/utils': 4.1.3 3425 3450 es-module-lexer: 2.0.0 3426 3451 expect-type: 1.3.0 3427 3452 magic-string: 0.30.21 ··· 3433 3458 tinyexec: 1.0.4 3434 3459 tinyglobby: 0.2.15 3435 3460 tinyrainbow: 3.1.0 3436 - vite: 8.0.3(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1) 3461 + vite: 8.0.5(@emnapi/core@1.9.2(patch_hash=f7935a75598c3512f07bb0e591130e649ea37684255a46f65fa9eab441538f15))(@emnapi/runtime@1.9.2)(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1) 3437 3462 why-is-node-running: 2.3.0 3438 3463 optionalDependencies: 3439 - '@types/node': 25.5.0 3464 + '@types/node': 25.5.2 3440 3465 transitivePeerDependencies: 3441 3466 - msw 3442 3467 ··· 3445 3470 siginfo: 2.0.0 3446 3471 stackback: 0.0.2 3447 3472 3448 - workerd@1.20260317.1: 3473 + workerd@1.20260401.1: 3449 3474 optionalDependencies: 3450 - '@cloudflare/workerd-darwin-64': 1.20260317.1 3451 - '@cloudflare/workerd-darwin-arm64': 1.20260317.1 3452 - '@cloudflare/workerd-linux-64': 1.20260317.1 3453 - '@cloudflare/workerd-linux-arm64': 1.20260317.1 3454 - '@cloudflare/workerd-windows-64': 1.20260317.1 3475 + '@cloudflare/workerd-darwin-64': 1.20260401.1 3476 + '@cloudflare/workerd-darwin-arm64': 1.20260401.1 3477 + '@cloudflare/workerd-linux-64': 1.20260401.1 3478 + '@cloudflare/workerd-linux-arm64': 1.20260401.1 3479 + '@cloudflare/workerd-windows-64': 1.20260401.1 3455 3480 3456 - wrangler@4.77.0: 3481 + wrangler@4.80.0: 3457 3482 dependencies: 3458 3483 '@cloudflare/kv-asset-handler': 0.4.2 3459 - '@cloudflare/unenv-preset': 2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260317.1) 3484 + '@cloudflare/unenv-preset': 2.16.0(unenv@2.0.0-rc.24)(workerd@1.20260401.1) 3460 3485 blake3-wasm: 2.1.5 3461 3486 esbuild: 0.27.3 3462 - miniflare: 4.20260317.2 3487 + miniflare: 4.20260401.0 3463 3488 path-to-regexp: 6.3.0 3464 3489 unenv: 2.0.0-rc.24 3465 - workerd: 1.20260317.1 3490 + workerd: 1.20260401.1 3466 3491 optionalDependencies: 3467 3492 fsevents: 2.3.3 3468 3493 transitivePeerDependencies:
+2 -2
src/lib/query.ts
··· 97 97 98 98 // oxlint-disable-next-line typescript/no-unsafe-type-assertion 99 99 const dynamic = typeof source === 'function' && createMemo(source as () => S | false | null | undefined); 100 - const [value, setValue] = createSignal<T | undefined>(options.initialValue); 101 - const [error, setError] = createSignal<Error | undefined>(undefined); 100 + const [value, setValue] = createSignal(options.initialValue); 101 + const [error, setError] = createSignal<Error>(); 102 102 const [state, setState] = createSignal<QueryState>(resolved ? 'ready' : 'unresolved'); 103 103 104 104 function loadEnd(p: Promise<T> | null, v: T | undefined, err?: Error) {