Mirror of Steamdown (Markdown -> Steam Markup converter)
0

Configure Feed

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

Bump the development-dependencies group with 5 updates (#365)

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [globals](https://github.com/sindresorhus/globals) | `17.4.0` | `17.5.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.58.0` | `8.58.2` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.55.1` | `5.55.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.5` | `8.0.8` |


Updates `globals` from 17.4.0 to 17.5.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v17.4.0...v17.5.0)

Updates `prettier` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.8.1...3.8.2)

Updates `typescript-eslint` from 8.58.0 to 8.58.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.2/packages/typescript-eslint)

Updates `svelte` from 5.55.1 to 5.55.3
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.55.3/packages/svelte)

Updates `vite` from 8.0.5 to 8.0.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.8/packages/vite)

---
updated-dependencies:
- dependency-name: globals
dependency-version: 17.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: prettier
dependency-version: 3.8.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: typescript-eslint
dependency-version: 8.58.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: svelte
dependency-version: 5.55.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: vite
dependency-version: 8.0.8
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
(Apr 13, 2026, 3:34 PM EDT) c9cff7b2 4fa9ddeb

+217 -216
+3 -3
package.json
··· 19 19 "@types/jest": "^30.0.0", 20 20 "babel-jest": "^30.3.0", 21 21 "eslint": "^10.2.0", 22 - "globals": "^17.4.0", 22 + "globals": "^17.5.0", 23 23 "jest": "^30.3.0", 24 - "prettier": "^3.8.1", 24 + "prettier": "^3.8.2", 25 25 "typescript": "^6.0.2", 26 - "typescript-eslint": "^8.58.0" 26 + "typescript-eslint": "^8.58.2" 27 27 }, 28 28 "packageManager": "pnpm@10.7.1" 29 29 }
+2 -2
packages/site/package.json
··· 12 12 "devDependencies": { 13 13 "@sveltejs/vite-plugin-svelte": "^7.0.0", 14 14 "@tsconfig/svelte": "^5.0.8", 15 - "svelte": "^5.55.1", 15 + "svelte": "^5.55.3", 16 16 "svelte-check": "^4.4.6", 17 17 "tslib": "^2.8.0", 18 - "vite": "^8.0.5" 18 + "vite": "^8.0.8" 19 19 }, 20 20 "dependencies": { 21 21 "@steamdown/core": "workspace:^",
+212 -211
pnpm-lock.yaml
··· 33 33 specifier: ^10.2.0 34 34 version: 10.2.0 35 35 globals: 36 - specifier: ^17.4.0 37 - version: 17.4.0 36 + specifier: ^17.5.0 37 + version: 17.5.0 38 38 jest: 39 39 specifier: ^30.3.0 40 40 version: 30.3.0(@types/node@25.5.0) 41 41 prettier: 42 - specifier: ^3.8.1 43 - version: 3.8.1 42 + specifier: ^3.8.2 43 + version: 3.8.2 44 44 typescript: 45 45 specifier: ^6.0.2 46 46 version: 6.0.2 47 47 typescript-eslint: 48 - specifier: ^8.58.0 49 - version: 8.58.0(eslint@10.2.0)(typescript@6.0.2) 48 + specifier: ^8.58.2 49 + version: 8.58.2(eslint@10.2.0)(typescript@6.0.2) 50 50 51 51 packages/cli: 52 52 dependencies: ··· 84 84 devDependencies: 85 85 '@sveltejs/vite-plugin-svelte': 86 86 specifier: ^7.0.0 87 - version: 7.0.0(svelte@5.55.1)(vite@8.0.5(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.2)) 87 + version: 7.0.0(svelte@5.55.3(@typescript-eslint/types@8.58.2))(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.2)) 88 88 '@tsconfig/svelte': 89 89 specifier: ^5.0.8 90 90 version: 5.0.8 91 91 svelte: 92 - specifier: ^5.55.1 93 - version: 5.55.1 92 + specifier: ^5.55.3 93 + version: 5.55.3(@typescript-eslint/types@8.58.2) 94 94 svelte-check: 95 95 specifier: ^4.4.6 96 - version: 4.4.6(picomatch@4.0.4)(svelte@5.55.1)(typescript@6.0.2) 96 + version: 4.4.6(picomatch@4.0.4)(svelte@5.55.3(@typescript-eslint/types@8.58.2))(typescript@6.0.2) 97 97 tslib: 98 98 specifier: ^2.8.0 99 99 version: 2.8.1 100 100 vite: 101 - specifier: ^8.0.5 102 - version: 8.0.5(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.2) 101 + specifier: ^8.0.8 102 + version: 8.0.8(@types/node@25.5.0)(esbuild@0.27.2) 103 103 104 104 packages/steamdown: 105 105 dependencies: ··· 732 732 '@bcoe/v8-coverage@0.2.3': 733 733 resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} 734 734 735 - '@emnapi/core@1.9.1': 736 - resolution: {integrity: sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==} 735 + '@emnapi/core@1.9.2': 736 + resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==} 737 737 738 - '@emnapi/runtime@1.9.1': 739 - resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==} 738 + '@emnapi/runtime@1.9.2': 739 + resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==} 740 740 741 - '@emnapi/wasi-threads@1.2.0': 742 - resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==} 741 + '@emnapi/wasi-threads@1.2.1': 742 + resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} 743 743 744 744 '@esbuild/aix-ppc64@0.27.2': 745 745 resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==} ··· 1085 1085 '@napi-rs/wasm-runtime@0.2.12': 1086 1086 resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} 1087 1087 1088 - '@napi-rs/wasm-runtime@1.1.2': 1089 - resolution: {integrity: sha512-sNXv5oLJ7ob93xkZ1XnxisYhGYXfaG9f65/ZgYuAu3qt7b3NadcOEhLvx28hv31PgX8SZJRYrAIPQilQmFpLVw==} 1088 + '@napi-rs/wasm-runtime@1.1.3': 1089 + resolution: {integrity: sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==} 1090 1090 peerDependencies: 1091 1091 '@emnapi/core': ^1.7.1 1092 1092 '@emnapi/runtime': ^1.7.1 1093 1093 1094 - '@oxc-project/types@0.122.0': 1095 - resolution: {integrity: sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==} 1094 + '@oxc-project/types@0.124.0': 1095 + resolution: {integrity: sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==} 1096 1096 1097 1097 '@pkgjs/parseargs@0.11.0': 1098 1098 resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} ··· 1102 1102 resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==} 1103 1103 engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} 1104 1104 1105 - '@rolldown/binding-android-arm64@1.0.0-rc.12': 1106 - resolution: {integrity: sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==} 1105 + '@rolldown/binding-android-arm64@1.0.0-rc.15': 1106 + resolution: {integrity: sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==} 1107 1107 engines: {node: ^20.19.0 || >=22.12.0} 1108 1108 cpu: [arm64] 1109 1109 os: [android] 1110 1110 1111 - '@rolldown/binding-darwin-arm64@1.0.0-rc.12': 1112 - resolution: {integrity: sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==} 1111 + '@rolldown/binding-darwin-arm64@1.0.0-rc.15': 1112 + resolution: {integrity: sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==} 1113 1113 engines: {node: ^20.19.0 || >=22.12.0} 1114 1114 cpu: [arm64] 1115 1115 os: [darwin] 1116 1116 1117 - '@rolldown/binding-darwin-x64@1.0.0-rc.12': 1118 - resolution: {integrity: sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==} 1117 + '@rolldown/binding-darwin-x64@1.0.0-rc.15': 1118 + resolution: {integrity: sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==} 1119 1119 engines: {node: ^20.19.0 || >=22.12.0} 1120 1120 cpu: [x64] 1121 1121 os: [darwin] 1122 1122 1123 - '@rolldown/binding-freebsd-x64@1.0.0-rc.12': 1124 - resolution: {integrity: sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==} 1123 + '@rolldown/binding-freebsd-x64@1.0.0-rc.15': 1124 + resolution: {integrity: sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==} 1125 1125 engines: {node: ^20.19.0 || >=22.12.0} 1126 1126 cpu: [x64] 1127 1127 os: [freebsd] 1128 1128 1129 - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12': 1130 - resolution: {integrity: sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==} 1129 + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.15': 1130 + resolution: {integrity: sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==} 1131 1131 engines: {node: ^20.19.0 || >=22.12.0} 1132 1132 cpu: [arm] 1133 1133 os: [linux] 1134 1134 1135 - '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12': 1136 - resolution: {integrity: sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==} 1135 + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.15': 1136 + resolution: {integrity: sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==} 1137 1137 engines: {node: ^20.19.0 || >=22.12.0} 1138 1138 cpu: [arm64] 1139 1139 os: [linux] 1140 1140 1141 - '@rolldown/binding-linux-arm64-musl@1.0.0-rc.12': 1142 - resolution: {integrity: sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==} 1141 + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.15': 1142 + resolution: {integrity: sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==} 1143 1143 engines: {node: ^20.19.0 || >=22.12.0} 1144 1144 cpu: [arm64] 1145 1145 os: [linux] 1146 1146 1147 - '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12': 1148 - resolution: {integrity: sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==} 1147 + '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.15': 1148 + resolution: {integrity: sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==} 1149 1149 engines: {node: ^20.19.0 || >=22.12.0} 1150 1150 cpu: [ppc64] 1151 1151 os: [linux] 1152 1152 1153 - '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12': 1154 - resolution: {integrity: sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==} 1153 + '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.15': 1154 + resolution: {integrity: sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==} 1155 1155 engines: {node: ^20.19.0 || >=22.12.0} 1156 1156 cpu: [s390x] 1157 1157 os: [linux] 1158 1158 1159 - '@rolldown/binding-linux-x64-gnu@1.0.0-rc.12': 1160 - resolution: {integrity: sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==} 1159 + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.15': 1160 + resolution: {integrity: sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==} 1161 1161 engines: {node: ^20.19.0 || >=22.12.0} 1162 1162 cpu: [x64] 1163 1163 os: [linux] 1164 1164 1165 - '@rolldown/binding-linux-x64-musl@1.0.0-rc.12': 1166 - resolution: {integrity: sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==} 1165 + '@rolldown/binding-linux-x64-musl@1.0.0-rc.15': 1166 + resolution: {integrity: sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==} 1167 1167 engines: {node: ^20.19.0 || >=22.12.0} 1168 1168 cpu: [x64] 1169 1169 os: [linux] 1170 1170 1171 - '@rolldown/binding-openharmony-arm64@1.0.0-rc.12': 1172 - resolution: {integrity: sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==} 1171 + '@rolldown/binding-openharmony-arm64@1.0.0-rc.15': 1172 + resolution: {integrity: sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==} 1173 1173 engines: {node: ^20.19.0 || >=22.12.0} 1174 1174 cpu: [arm64] 1175 1175 os: [openharmony] 1176 1176 1177 - '@rolldown/binding-wasm32-wasi@1.0.0-rc.12': 1178 - resolution: {integrity: sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==} 1177 + '@rolldown/binding-wasm32-wasi@1.0.0-rc.15': 1178 + resolution: {integrity: sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==} 1179 1179 engines: {node: '>=14.0.0'} 1180 1180 cpu: [wasm32] 1181 1181 1182 - '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12': 1183 - resolution: {integrity: sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==} 1182 + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.15': 1183 + resolution: {integrity: sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==} 1184 1184 engines: {node: ^20.19.0 || >=22.12.0} 1185 1185 cpu: [arm64] 1186 1186 os: [win32] 1187 1187 1188 - '@rolldown/binding-win32-x64-msvc@1.0.0-rc.12': 1189 - resolution: {integrity: sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==} 1188 + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.15': 1189 + resolution: {integrity: sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==} 1190 1190 engines: {node: ^20.19.0 || >=22.12.0} 1191 1191 cpu: [x64] 1192 1192 os: [win32] 1193 1193 1194 - '@rolldown/pluginutils@1.0.0-rc.12': 1195 - resolution: {integrity: sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==} 1194 + '@rolldown/pluginutils@1.0.0-rc.15': 1195 + resolution: {integrity: sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==} 1196 1196 1197 1197 '@sinclair/typebox@0.34.37': 1198 1198 resolution: {integrity: sha512-2TRuQVgQYfy+EzHRTIvkhv2ADEouJ2xNS/Vq+W5EuuewBdOrvATvljZTxHWZSTYr2sTjTHpGvucaGAt67S2akw==} ··· 1275 1275 '@types/yargs@17.0.35': 1276 1276 resolution: {integrity: sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==} 1277 1277 1278 - '@typescript-eslint/eslint-plugin@8.58.0': 1279 - resolution: {integrity: sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==} 1278 + '@typescript-eslint/eslint-plugin@8.58.2': 1279 + resolution: {integrity: sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==} 1280 1280 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1281 1281 peerDependencies: 1282 - '@typescript-eslint/parser': ^8.58.0 1282 + '@typescript-eslint/parser': ^8.58.2 1283 1283 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 1284 1284 typescript: '>=4.8.4 <6.1.0' 1285 1285 1286 - '@typescript-eslint/parser@8.58.0': 1287 - resolution: {integrity: sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==} 1286 + '@typescript-eslint/parser@8.58.2': 1287 + resolution: {integrity: sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==} 1288 1288 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1289 1289 peerDependencies: 1290 1290 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 1291 1291 typescript: '>=4.8.4 <6.1.0' 1292 1292 1293 - '@typescript-eslint/project-service@8.58.0': 1294 - resolution: {integrity: sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==} 1293 + '@typescript-eslint/project-service@8.58.2': 1294 + resolution: {integrity: sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==} 1295 1295 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1296 1296 peerDependencies: 1297 1297 typescript: '>=4.8.4 <6.1.0' 1298 1298 1299 - '@typescript-eslint/scope-manager@8.58.0': 1300 - resolution: {integrity: sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==} 1299 + '@typescript-eslint/scope-manager@8.58.2': 1300 + resolution: {integrity: sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==} 1301 1301 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1302 1302 1303 - '@typescript-eslint/tsconfig-utils@8.58.0': 1304 - resolution: {integrity: sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==} 1303 + '@typescript-eslint/tsconfig-utils@8.58.2': 1304 + resolution: {integrity: sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==} 1305 1305 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1306 1306 peerDependencies: 1307 1307 typescript: '>=4.8.4 <6.1.0' 1308 1308 1309 - '@typescript-eslint/type-utils@8.58.0': 1310 - resolution: {integrity: sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==} 1309 + '@typescript-eslint/type-utils@8.58.2': 1310 + resolution: {integrity: sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==} 1311 1311 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1312 1312 peerDependencies: 1313 1313 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 1314 1314 typescript: '>=4.8.4 <6.1.0' 1315 1315 1316 - '@typescript-eslint/types@8.58.0': 1317 - resolution: {integrity: sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==} 1316 + '@typescript-eslint/types@8.58.2': 1317 + resolution: {integrity: sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==} 1318 1318 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1319 1319 1320 - '@typescript-eslint/typescript-estree@8.58.0': 1321 - resolution: {integrity: sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==} 1320 + '@typescript-eslint/typescript-estree@8.58.2': 1321 + resolution: {integrity: sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==} 1322 1322 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1323 1323 peerDependencies: 1324 1324 typescript: '>=4.8.4 <6.1.0' 1325 1325 1326 - '@typescript-eslint/utils@8.58.0': 1327 - resolution: {integrity: sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==} 1326 + '@typescript-eslint/utils@8.58.2': 1327 + resolution: {integrity: sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==} 1328 1328 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1329 1329 peerDependencies: 1330 1330 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 1331 1331 typescript: '>=4.8.4 <6.1.0' 1332 1332 1333 - '@typescript-eslint/visitor-keys@8.58.0': 1334 - resolution: {integrity: sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==} 1333 + '@typescript-eslint/visitor-keys@8.58.2': 1334 + resolution: {integrity: sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==} 1335 1335 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1336 1336 1337 1337 '@ungap/structured-clone@1.3.0': ··· 1666 1666 resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} 1667 1667 engines: {node: '>=8'} 1668 1668 1669 - devalue@5.6.4: 1670 - resolution: {integrity: sha512-Gp6rDldRsFh/7XuouDbxMH3Mx8GMCcgzIb1pDTvNyn8pZGQ22u+Wa+lGV9dQCltFQ7uVw0MhRyb8XDskNFOReA==} 1669 + devalue@5.7.1: 1670 + resolution: {integrity: sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==} 1671 1671 1672 1672 eastasianwidth@0.2.0: 1673 1673 resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} ··· 1751 1751 resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==} 1752 1752 engines: {node: '>=0.10'} 1753 1753 1754 - esrap@2.2.4: 1755 - resolution: {integrity: sha512-suICpxAmZ9A8bzJjEl/+rLJiDKC0X4gYWUxT6URAWBLvlXmtbZd5ySMu/N2ZGEtMCAmflUDPSehrP9BQcsGcSg==} 1754 + esrap@2.2.5: 1755 + resolution: {integrity: sha512-/yLB1538mag+dn0wsePTe8C0rDIjUOaJpMs2McodSzmM2msWcZsBSdRtg6HOBt0A/r82BN+Md3pgwSc/uWt2Ig==} 1756 + peerDependencies: 1757 + '@typescript-eslint/types': ^8.2.0 1758 + peerDependenciesMeta: 1759 + '@typescript-eslint/types': 1760 + optional: true 1756 1761 1757 1762 esrecurse@4.3.0: 1758 1763 resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} ··· 1874 1879 resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} 1875 1880 deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me 1876 1881 1877 - globals@17.4.0: 1878 - resolution: {integrity: sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==} 1882 + globals@17.5.0: 1883 + resolution: {integrity: sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==} 1879 1884 engines: {node: '>=18'} 1880 1885 1881 1886 graceful-fs@4.2.11: ··· 2410 2415 resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} 2411 2416 engines: {node: '>=8'} 2412 2417 2413 - postcss@8.5.8: 2414 - resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==} 2418 + postcss@8.5.9: 2419 + resolution: {integrity: sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==} 2415 2420 engines: {node: ^10 || ^12 || >=14} 2416 2421 2417 2422 prelude-ls@1.2.1: 2418 2423 resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} 2419 2424 engines: {node: '>= 0.8.0'} 2420 2425 2421 - prettier@3.8.1: 2422 - resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} 2426 + prettier@3.8.2: 2427 + resolution: {integrity: sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==} 2423 2428 engines: {node: '>=14'} 2424 2429 hasBin: true 2425 2430 ··· 2480 2485 engines: {node: '>= 0.4'} 2481 2486 hasBin: true 2482 2487 2483 - rolldown@1.0.0-rc.12: 2484 - resolution: {integrity: sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==} 2488 + rolldown@1.0.0-rc.15: 2489 + resolution: {integrity: sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==} 2485 2490 engines: {node: ^20.19.0 || >=22.12.0} 2486 2491 hasBin: true 2487 2492 ··· 2587 2592 svelte: ^4.0.0 || ^5.0.0-next.0 2588 2593 typescript: '>=5.0.0' 2589 2594 2590 - svelte@5.55.1: 2591 - resolution: {integrity: sha512-QjvU7EFemf6mRzdMGlAFttMWtAAVXrax61SZYHdkD6yoVGQ89VeyKfZD4H1JrV1WLmJBxWhFch9H6ig/87VGjw==} 2595 + svelte@5.55.3: 2596 + resolution: {integrity: sha512-dS1N+i3bA1v+c4UDb750MlN5vCO82G6vxh8HeTsPsTdJ1BLsN1zxSyDlIdBBqUjqZ/BxEwM8UrFf98aaoVnZFQ==} 2592 2597 engines: {node: '>=18'} 2593 2598 2594 2599 synckit@0.11.12: ··· 2599 2604 resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} 2600 2605 engines: {node: '>=8'} 2601 2606 2602 - tinyglobby@0.2.15: 2603 - resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} 2607 + tinyglobby@0.2.16: 2608 + resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==} 2604 2609 engines: {node: '>=12.0.0'} 2605 2610 2606 2611 tmpl@1.0.5: ··· 2631 2636 resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} 2632 2637 engines: {node: '>=10'} 2633 2638 2634 - typescript-eslint@8.58.0: 2635 - resolution: {integrity: sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==} 2639 + typescript-eslint@8.58.2: 2640 + resolution: {integrity: sha512-V8iSng9mRbdZjl54VJ9NKr6ZB+dW0J3TzRXRGcSbLIej9jV86ZRtlYeTKDR/QLxXykocJ5icNzbsl2+5TzIvcQ==} 2636 2641 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2637 2642 peerDependencies: 2638 2643 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 ··· 2678 2683 resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==} 2679 2684 engines: {node: '>=10.12.0'} 2680 2685 2681 - vite@8.0.5: 2682 - resolution: {integrity: sha512-nmu43Qvq9UopTRfMx2jOYW5l16pb3iDC1JH6yMuPkpVbzK0k+L7dfsEDH4jRgYFmsg0sTAqkojoZgzLMlwHsCQ==} 2686 + vite@8.0.8: 2687 + resolution: {integrity: sha512-dbU7/iLVa8KZALJyLOBOQ88nOXtNG8vxKuOT4I2mD+Ya70KPceF4IAmDsmU0h1Qsn5bPrvsY9HJstCRh3hG6Uw==} 2683 2688 engines: {node: ^20.19.0 || >=22.12.0} 2684 2689 hasBin: true 2685 2690 peerDependencies: ··· 3577 3582 3578 3583 '@bcoe/v8-coverage@0.2.3': {} 3579 3584 3580 - '@emnapi/core@1.9.1': 3585 + '@emnapi/core@1.9.2': 3581 3586 dependencies: 3582 - '@emnapi/wasi-threads': 1.2.0 3587 + '@emnapi/wasi-threads': 1.2.1 3583 3588 tslib: 2.8.1 3584 3589 optional: true 3585 3590 3586 - '@emnapi/runtime@1.9.1': 3591 + '@emnapi/runtime@1.9.2': 3587 3592 dependencies: 3588 3593 tslib: 2.8.1 3589 3594 optional: true 3590 3595 3591 - '@emnapi/wasi-threads@1.2.0': 3596 + '@emnapi/wasi-threads@1.2.1': 3592 3597 dependencies: 3593 3598 tslib: 2.8.1 3594 3599 optional: true ··· 3955 3960 3956 3961 '@napi-rs/wasm-runtime@0.2.12': 3957 3962 dependencies: 3958 - '@emnapi/core': 1.9.1 3959 - '@emnapi/runtime': 1.9.1 3963 + '@emnapi/core': 1.9.2 3964 + '@emnapi/runtime': 1.9.2 3960 3965 '@tybys/wasm-util': 0.10.1 3961 3966 optional: true 3962 3967 3963 - '@napi-rs/wasm-runtime@1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)': 3968 + '@napi-rs/wasm-runtime@1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': 3964 3969 dependencies: 3965 - '@emnapi/core': 1.9.1 3966 - '@emnapi/runtime': 1.9.1 3970 + '@emnapi/core': 1.9.2 3971 + '@emnapi/runtime': 1.9.2 3967 3972 '@tybys/wasm-util': 0.10.1 3968 3973 optional: true 3969 3974 3970 - '@oxc-project/types@0.122.0': {} 3975 + '@oxc-project/types@0.124.0': {} 3971 3976 3972 3977 '@pkgjs/parseargs@0.11.0': 3973 3978 optional: true 3974 3979 3975 3980 '@pkgr/core@0.2.9': {} 3976 3981 3977 - '@rolldown/binding-android-arm64@1.0.0-rc.12': 3982 + '@rolldown/binding-android-arm64@1.0.0-rc.15': 3978 3983 optional: true 3979 3984 3980 - '@rolldown/binding-darwin-arm64@1.0.0-rc.12': 3985 + '@rolldown/binding-darwin-arm64@1.0.0-rc.15': 3981 3986 optional: true 3982 3987 3983 - '@rolldown/binding-darwin-x64@1.0.0-rc.12': 3988 + '@rolldown/binding-darwin-x64@1.0.0-rc.15': 3984 3989 optional: true 3985 3990 3986 - '@rolldown/binding-freebsd-x64@1.0.0-rc.12': 3991 + '@rolldown/binding-freebsd-x64@1.0.0-rc.15': 3987 3992 optional: true 3988 3993 3989 - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12': 3994 + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.15': 3990 3995 optional: true 3991 3996 3992 - '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12': 3997 + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.15': 3993 3998 optional: true 3994 3999 3995 - '@rolldown/binding-linux-arm64-musl@1.0.0-rc.12': 4000 + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.15': 3996 4001 optional: true 3997 4002 3998 - '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12': 4003 + '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.15': 3999 4004 optional: true 4000 4005 4001 - '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12': 4006 + '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.15': 4002 4007 optional: true 4003 4008 4004 - '@rolldown/binding-linux-x64-gnu@1.0.0-rc.12': 4009 + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.15': 4005 4010 optional: true 4006 4011 4007 - '@rolldown/binding-linux-x64-musl@1.0.0-rc.12': 4012 + '@rolldown/binding-linux-x64-musl@1.0.0-rc.15': 4008 4013 optional: true 4009 4014 4010 - '@rolldown/binding-openharmony-arm64@1.0.0-rc.12': 4015 + '@rolldown/binding-openharmony-arm64@1.0.0-rc.15': 4011 4016 optional: true 4012 4017 4013 - '@rolldown/binding-wasm32-wasi@1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)': 4018 + '@rolldown/binding-wasm32-wasi@1.0.0-rc.15': 4014 4019 dependencies: 4015 - '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) 4016 - transitivePeerDependencies: 4017 - - '@emnapi/core' 4018 - - '@emnapi/runtime' 4020 + '@emnapi/core': 1.9.2 4021 + '@emnapi/runtime': 1.9.2 4022 + '@napi-rs/wasm-runtime': 1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) 4019 4023 optional: true 4020 4024 4021 - '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12': 4025 + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.15': 4022 4026 optional: true 4023 4027 4024 - '@rolldown/binding-win32-x64-msvc@1.0.0-rc.12': 4028 + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.15': 4025 4029 optional: true 4026 4030 4027 - '@rolldown/pluginutils@1.0.0-rc.12': {} 4031 + '@rolldown/pluginutils@1.0.0-rc.15': {} 4028 4032 4029 4033 '@sinclair/typebox@0.34.37': {} 4030 4034 ··· 4042 4046 dependencies: 4043 4047 acorn: 8.16.0 4044 4048 4045 - '@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.55.1)(vite@8.0.5(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.2))': 4049 + '@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.55.3(@typescript-eslint/types@8.58.2))(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.2))': 4046 4050 dependencies: 4047 4051 deepmerge: 4.3.1 4048 4052 magic-string: 0.30.21 4049 4053 obug: 2.1.1 4050 - svelte: 5.55.1 4051 - vite: 8.0.5(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.2) 4052 - vitefu: 1.1.2(vite@8.0.5(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.2)) 4054 + svelte: 5.55.3(@typescript-eslint/types@8.58.2) 4055 + vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.2) 4056 + vitefu: 1.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.2)) 4053 4057 4054 4058 '@tsconfig/recommended@1.0.13': {} 4055 4059 ··· 4116 4120 dependencies: 4117 4121 '@types/yargs-parser': 21.0.3 4118 4122 4119 - '@typescript-eslint/eslint-plugin@8.58.0(@typescript-eslint/parser@8.58.0(eslint@10.2.0)(typescript@6.0.2))(eslint@10.2.0)(typescript@6.0.2)': 4123 + '@typescript-eslint/eslint-plugin@8.58.2(@typescript-eslint/parser@8.58.2(eslint@10.2.0)(typescript@6.0.2))(eslint@10.2.0)(typescript@6.0.2)': 4120 4124 dependencies: 4121 4125 '@eslint-community/regexpp': 4.12.2 4122 - '@typescript-eslint/parser': 8.58.0(eslint@10.2.0)(typescript@6.0.2) 4123 - '@typescript-eslint/scope-manager': 8.58.0 4124 - '@typescript-eslint/type-utils': 8.58.0(eslint@10.2.0)(typescript@6.0.2) 4125 - '@typescript-eslint/utils': 8.58.0(eslint@10.2.0)(typescript@6.0.2) 4126 - '@typescript-eslint/visitor-keys': 8.58.0 4126 + '@typescript-eslint/parser': 8.58.2(eslint@10.2.0)(typescript@6.0.2) 4127 + '@typescript-eslint/scope-manager': 8.58.2 4128 + '@typescript-eslint/type-utils': 8.58.2(eslint@10.2.0)(typescript@6.0.2) 4129 + '@typescript-eslint/utils': 8.58.2(eslint@10.2.0)(typescript@6.0.2) 4130 + '@typescript-eslint/visitor-keys': 8.58.2 4127 4131 eslint: 10.2.0 4128 4132 ignore: 7.0.5 4129 4133 natural-compare: 1.4.0 ··· 4132 4136 transitivePeerDependencies: 4133 4137 - supports-color 4134 4138 4135 - '@typescript-eslint/parser@8.58.0(eslint@10.2.0)(typescript@6.0.2)': 4139 + '@typescript-eslint/parser@8.58.2(eslint@10.2.0)(typescript@6.0.2)': 4136 4140 dependencies: 4137 - '@typescript-eslint/scope-manager': 8.58.0 4138 - '@typescript-eslint/types': 8.58.0 4139 - '@typescript-eslint/typescript-estree': 8.58.0(typescript@6.0.2) 4140 - '@typescript-eslint/visitor-keys': 8.58.0 4141 + '@typescript-eslint/scope-manager': 8.58.2 4142 + '@typescript-eslint/types': 8.58.2 4143 + '@typescript-eslint/typescript-estree': 8.58.2(typescript@6.0.2) 4144 + '@typescript-eslint/visitor-keys': 8.58.2 4141 4145 debug: 4.4.3 4142 4146 eslint: 10.2.0 4143 4147 typescript: 6.0.2 4144 4148 transitivePeerDependencies: 4145 4149 - supports-color 4146 4150 4147 - '@typescript-eslint/project-service@8.58.0(typescript@6.0.2)': 4151 + '@typescript-eslint/project-service@8.58.2(typescript@6.0.2)': 4148 4152 dependencies: 4149 - '@typescript-eslint/tsconfig-utils': 8.58.0(typescript@6.0.2) 4150 - '@typescript-eslint/types': 8.58.0 4153 + '@typescript-eslint/tsconfig-utils': 8.58.2(typescript@6.0.2) 4154 + '@typescript-eslint/types': 8.58.2 4151 4155 debug: 4.4.3 4152 4156 typescript: 6.0.2 4153 4157 transitivePeerDependencies: 4154 4158 - supports-color 4155 4159 4156 - '@typescript-eslint/scope-manager@8.58.0': 4160 + '@typescript-eslint/scope-manager@8.58.2': 4157 4161 dependencies: 4158 - '@typescript-eslint/types': 8.58.0 4159 - '@typescript-eslint/visitor-keys': 8.58.0 4162 + '@typescript-eslint/types': 8.58.2 4163 + '@typescript-eslint/visitor-keys': 8.58.2 4160 4164 4161 - '@typescript-eslint/tsconfig-utils@8.58.0(typescript@6.0.2)': 4165 + '@typescript-eslint/tsconfig-utils@8.58.2(typescript@6.0.2)': 4162 4166 dependencies: 4163 4167 typescript: 6.0.2 4164 4168 4165 - '@typescript-eslint/type-utils@8.58.0(eslint@10.2.0)(typescript@6.0.2)': 4169 + '@typescript-eslint/type-utils@8.58.2(eslint@10.2.0)(typescript@6.0.2)': 4166 4170 dependencies: 4167 - '@typescript-eslint/types': 8.58.0 4168 - '@typescript-eslint/typescript-estree': 8.58.0(typescript@6.0.2) 4169 - '@typescript-eslint/utils': 8.58.0(eslint@10.2.0)(typescript@6.0.2) 4171 + '@typescript-eslint/types': 8.58.2 4172 + '@typescript-eslint/typescript-estree': 8.58.2(typescript@6.0.2) 4173 + '@typescript-eslint/utils': 8.58.2(eslint@10.2.0)(typescript@6.0.2) 4170 4174 debug: 4.4.3 4171 4175 eslint: 10.2.0 4172 4176 ts-api-utils: 2.5.0(typescript@6.0.2) ··· 4174 4178 transitivePeerDependencies: 4175 4179 - supports-color 4176 4180 4177 - '@typescript-eslint/types@8.58.0': {} 4181 + '@typescript-eslint/types@8.58.2': {} 4178 4182 4179 - '@typescript-eslint/typescript-estree@8.58.0(typescript@6.0.2)': 4183 + '@typescript-eslint/typescript-estree@8.58.2(typescript@6.0.2)': 4180 4184 dependencies: 4181 - '@typescript-eslint/project-service': 8.58.0(typescript@6.0.2) 4182 - '@typescript-eslint/tsconfig-utils': 8.58.0(typescript@6.0.2) 4183 - '@typescript-eslint/types': 8.58.0 4184 - '@typescript-eslint/visitor-keys': 8.58.0 4185 + '@typescript-eslint/project-service': 8.58.2(typescript@6.0.2) 4186 + '@typescript-eslint/tsconfig-utils': 8.58.2(typescript@6.0.2) 4187 + '@typescript-eslint/types': 8.58.2 4188 + '@typescript-eslint/visitor-keys': 8.58.2 4185 4189 debug: 4.4.3 4186 4190 minimatch: 10.2.5 4187 4191 semver: 7.7.4 4188 - tinyglobby: 0.2.15 4192 + tinyglobby: 0.2.16 4189 4193 ts-api-utils: 2.5.0(typescript@6.0.2) 4190 4194 typescript: 6.0.2 4191 4195 transitivePeerDependencies: 4192 4196 - supports-color 4193 4197 4194 - '@typescript-eslint/utils@8.58.0(eslint@10.2.0)(typescript@6.0.2)': 4198 + '@typescript-eslint/utils@8.58.2(eslint@10.2.0)(typescript@6.0.2)': 4195 4199 dependencies: 4196 4200 '@eslint-community/eslint-utils': 4.9.1(eslint@10.2.0) 4197 - '@typescript-eslint/scope-manager': 8.58.0 4198 - '@typescript-eslint/types': 8.58.0 4199 - '@typescript-eslint/typescript-estree': 8.58.0(typescript@6.0.2) 4201 + '@typescript-eslint/scope-manager': 8.58.2 4202 + '@typescript-eslint/types': 8.58.2 4203 + '@typescript-eslint/typescript-estree': 8.58.2(typescript@6.0.2) 4200 4204 eslint: 10.2.0 4201 4205 typescript: 6.0.2 4202 4206 transitivePeerDependencies: 4203 4207 - supports-color 4204 4208 4205 - '@typescript-eslint/visitor-keys@8.58.0': 4209 + '@typescript-eslint/visitor-keys@8.58.2': 4206 4210 dependencies: 4207 - '@typescript-eslint/types': 8.58.0 4211 + '@typescript-eslint/types': 8.58.2 4208 4212 eslint-visitor-keys: 5.0.1 4209 4213 4210 4214 '@ungap/structured-clone@1.3.0': {} ··· 4494 4498 4495 4499 detect-newline@3.1.0: {} 4496 4500 4497 - devalue@5.6.4: {} 4501 + devalue@5.7.1: {} 4498 4502 4499 4503 eastasianwidth@0.2.0: {} 4500 4504 ··· 4610 4614 dependencies: 4611 4615 estraverse: 5.3.0 4612 4616 4613 - esrap@2.2.4: 4617 + esrap@2.2.5(@typescript-eslint/types@8.58.2): 4614 4618 dependencies: 4615 4619 '@jridgewell/sourcemap-codec': 1.5.5 4616 - '@typescript-eslint/types': 8.58.0 4620 + optionalDependencies: 4621 + '@typescript-eslint/types': 8.58.2 4617 4622 4618 4623 esrecurse@4.3.0: 4619 4624 dependencies: ··· 4738 4743 once: 1.4.0 4739 4744 path-is-absolute: 1.0.1 4740 4745 4741 - globals@17.4.0: {} 4746 + globals@17.5.0: {} 4742 4747 4743 4748 graceful-fs@4.2.11: {} 4744 4749 ··· 5409 5414 dependencies: 5410 5415 find-up: 4.1.0 5411 5416 5412 - postcss@8.5.8: 5417 + postcss@8.5.9: 5413 5418 dependencies: 5414 5419 nanoid: 3.3.11 5415 5420 picocolors: 1.1.1 ··· 5417 5422 5418 5423 prelude-ls@1.2.1: {} 5419 5424 5420 - prettier@3.8.1: {} 5425 + prettier@3.8.2: {} 5421 5426 5422 5427 pretty-format@30.0.2: 5423 5428 dependencies: ··· 5474 5479 path-parse: 1.0.7 5475 5480 supports-preserve-symlinks-flag: 1.0.0 5476 5481 5477 - rolldown@1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1): 5482 + rolldown@1.0.0-rc.15: 5478 5483 dependencies: 5479 - '@oxc-project/types': 0.122.0 5480 - '@rolldown/pluginutils': 1.0.0-rc.12 5484 + '@oxc-project/types': 0.124.0 5485 + '@rolldown/pluginutils': 1.0.0-rc.15 5481 5486 optionalDependencies: 5482 - '@rolldown/binding-android-arm64': 1.0.0-rc.12 5483 - '@rolldown/binding-darwin-arm64': 1.0.0-rc.12 5484 - '@rolldown/binding-darwin-x64': 1.0.0-rc.12 5485 - '@rolldown/binding-freebsd-x64': 1.0.0-rc.12 5486 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.12 5487 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.12 5488 - '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.12 5489 - '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.12 5490 - '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.12 5491 - '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.12 5492 - '@rolldown/binding-linux-x64-musl': 1.0.0-rc.12 5493 - '@rolldown/binding-openharmony-arm64': 1.0.0-rc.12 5494 - '@rolldown/binding-wasm32-wasi': 1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) 5495 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.12 5496 - '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.12 5497 - transitivePeerDependencies: 5498 - - '@emnapi/core' 5499 - - '@emnapi/runtime' 5487 + '@rolldown/binding-android-arm64': 1.0.0-rc.15 5488 + '@rolldown/binding-darwin-arm64': 1.0.0-rc.15 5489 + '@rolldown/binding-darwin-x64': 1.0.0-rc.15 5490 + '@rolldown/binding-freebsd-x64': 1.0.0-rc.15 5491 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.15 5492 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.15 5493 + '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.15 5494 + '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.15 5495 + '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.15 5496 + '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.15 5497 + '@rolldown/binding-linux-x64-musl': 1.0.0-rc.15 5498 + '@rolldown/binding-openharmony-arm64': 1.0.0-rc.15 5499 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.15 5500 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.15 5501 + '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.15 5500 5502 5501 5503 sade@1.8.1: 5502 5504 dependencies: ··· 5574 5576 5575 5577 supports-preserve-symlinks-flag@1.0.0: {} 5576 5578 5577 - svelte-check@4.4.6(picomatch@4.0.4)(svelte@5.55.1)(typescript@6.0.2): 5579 + svelte-check@4.4.6(picomatch@4.0.4)(svelte@5.55.3(@typescript-eslint/types@8.58.2))(typescript@6.0.2): 5578 5580 dependencies: 5579 5581 '@jridgewell/trace-mapping': 0.3.31 5580 5582 chokidar: 4.0.3 5581 5583 fdir: 6.5.0(picomatch@4.0.4) 5582 5584 picocolors: 1.1.1 5583 5585 sade: 1.8.1 5584 - svelte: 5.55.1 5586 + svelte: 5.55.3(@typescript-eslint/types@8.58.2) 5585 5587 typescript: 6.0.2 5586 5588 transitivePeerDependencies: 5587 5589 - picomatch 5588 5590 5589 - svelte@5.55.1: 5591 + svelte@5.55.3(@typescript-eslint/types@8.58.2): 5590 5592 dependencies: 5591 5593 '@jridgewell/remapping': 2.3.5 5592 5594 '@jridgewell/sourcemap-codec': 1.5.5 ··· 5597 5599 aria-query: 5.3.1 5598 5600 axobject-query: 4.1.0 5599 5601 clsx: 2.1.1 5600 - devalue: 5.6.4 5602 + devalue: 5.7.1 5601 5603 esm-env: 1.2.2 5602 - esrap: 2.2.4 5604 + esrap: 2.2.5(@typescript-eslint/types@8.58.2) 5603 5605 is-reference: 3.0.3 5604 5606 locate-character: 3.0.0 5605 5607 magic-string: 0.30.21 5606 5608 zimmerframe: 1.1.4 5609 + transitivePeerDependencies: 5610 + - '@typescript-eslint/types' 5607 5611 5608 5612 synckit@0.11.12: 5609 5613 dependencies: ··· 5615 5619 glob: 7.2.3 5616 5620 minimatch: 3.1.5 5617 5621 5618 - tinyglobby@0.2.15: 5622 + tinyglobby@0.2.16: 5619 5623 dependencies: 5620 5624 fdir: 6.5.0(picomatch@4.0.4) 5621 5625 picomatch: 4.0.4 ··· 5640 5644 5641 5645 type-fest@0.21.3: {} 5642 5646 5643 - typescript-eslint@8.58.0(eslint@10.2.0)(typescript@6.0.2): 5647 + typescript-eslint@8.58.2(eslint@10.2.0)(typescript@6.0.2): 5644 5648 dependencies: 5645 - '@typescript-eslint/eslint-plugin': 8.58.0(@typescript-eslint/parser@8.58.0(eslint@10.2.0)(typescript@6.0.2))(eslint@10.2.0)(typescript@6.0.2) 5646 - '@typescript-eslint/parser': 8.58.0(eslint@10.2.0)(typescript@6.0.2) 5647 - '@typescript-eslint/typescript-estree': 8.58.0(typescript@6.0.2) 5648 - '@typescript-eslint/utils': 8.58.0(eslint@10.2.0)(typescript@6.0.2) 5649 + '@typescript-eslint/eslint-plugin': 8.58.2(@typescript-eslint/parser@8.58.2(eslint@10.2.0)(typescript@6.0.2))(eslint@10.2.0)(typescript@6.0.2) 5650 + '@typescript-eslint/parser': 8.58.2(eslint@10.2.0)(typescript@6.0.2) 5651 + '@typescript-eslint/typescript-estree': 8.58.2(typescript@6.0.2) 5652 + '@typescript-eslint/utils': 8.58.2(eslint@10.2.0)(typescript@6.0.2) 5649 5653 eslint: 10.2.0 5650 5654 typescript: 6.0.2 5651 5655 transitivePeerDependencies: ··· 5706 5710 '@types/istanbul-lib-coverage': 2.0.6 5707 5711 convert-source-map: 2.0.0 5708 5712 5709 - vite@8.0.5(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.2): 5713 + vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.2): 5710 5714 dependencies: 5711 5715 lightningcss: 1.32.0 5712 5716 picomatch: 4.0.4 5713 - postcss: 8.5.8 5714 - rolldown: 1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) 5715 - tinyglobby: 0.2.15 5717 + postcss: 8.5.9 5718 + rolldown: 1.0.0-rc.15 5719 + tinyglobby: 0.2.16 5716 5720 optionalDependencies: 5717 5721 '@types/node': 25.5.0 5718 5722 esbuild: 0.27.2 5719 5723 fsevents: 2.3.3 5720 - transitivePeerDependencies: 5721 - - '@emnapi/core' 5722 - - '@emnapi/runtime' 5723 5724 5724 - vitefu@1.1.2(vite@8.0.5(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.2)): 5725 + vitefu@1.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.2)): 5725 5726 optionalDependencies: 5726 - vite: 8.0.5(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.2) 5727 + vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.2) 5727 5728 5728 5729 walker@1.0.8: 5729 5730 dependencies: