Mirror of
0
fork

Configure Feed

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

fix(deps): update npm-packages [skip ci] (#15)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
5337cbbd 404c0db8

+287 -210
+7 -7
docs/package.json
··· 10 10 "start": "astro dev" 11 11 }, 12 12 "dependencies": { 13 - "@astrojs/starlight": "^0.36.2", 14 - "@hideoo/starlight-plugins-docs-components": "^0.4.0", 15 - "@trueberryless-org/starlight-plugins-docs-components": "^0.4.1", 13 + "@astrojs/starlight": "^0.37.2", 14 + "@hideoo/starlight-plugins-docs-components": "^0.4.1", 15 + "@trueberryless-org/starlight-plugins-docs-components": "^0.4.3", 16 16 "astro": "^5.15.3", 17 - "sharp": "^0.34.4", 18 - "starlight-contributor-list": "^0.3.0", 19 - "starlight-links-validator": "^0.14.3", 20 - "starlight-package-managers": "^0.10.0", 17 + "sharp": "^0.34.5", 18 + "starlight-contributor-list": "^0.3.2", 19 + "starlight-links-validator": "^0.19.2", 20 + "starlight-package-managers": "^0.12.0", 21 21 "starlight-save-file-component": "workspace:*" 22 22 }, 23 23 "packageManager": "pnpm@10.10.0"
+3 -3
package.json
··· 15 15 "version": "pnpm changeset version && pnpm i --no-frozen-lockfile" 16 16 }, 17 17 "devDependencies": { 18 - "@changesets/changelog-github": "^0.5.1", 19 - "@changesets/cli": "^2.29.7", 18 + "@changesets/changelog-github": "^0.5.2", 19 + "@changesets/cli": "^2.29.8", 20 20 "@trivago/prettier-plugin-sort-imports": "5.2.2", 21 - "prettier": "3.6.2", 21 + "prettier": "3.7.4", 22 22 "prettier-plugin-astro": "0.14.1" 23 23 }, 24 24 "packageManager": "pnpm@10.10.0"
+277 -200
pnpm-lock.yaml
··· 9 9 .: 10 10 devDependencies: 11 11 '@changesets/changelog-github': 12 - specifier: ^0.5.1 13 - version: 0.5.1 12 + specifier: ^0.5.2 13 + version: 0.5.2 14 14 '@changesets/cli': 15 - specifier: ^2.29.7 16 - version: 2.29.7(@types/node@24.9.2) 15 + specifier: ^2.29.8 16 + version: 2.29.8(@types/node@24.9.2) 17 17 '@trivago/prettier-plugin-sort-imports': 18 18 specifier: 5.2.2 19 - version: 5.2.2(prettier@3.6.2) 19 + version: 5.2.2(prettier@3.7.4) 20 20 prettier: 21 - specifier: 3.6.2 22 - version: 3.6.2 21 + specifier: 3.7.4 22 + version: 3.7.4 23 23 prettier-plugin-astro: 24 24 specifier: 0.14.1 25 25 version: 0.14.1 ··· 27 27 docs: 28 28 dependencies: 29 29 '@astrojs/starlight': 30 - specifier: ^0.36.2 31 - version: 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 30 + specifier: ^0.37.2 31 + version: 0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 32 32 '@hideoo/starlight-plugins-docs-components': 33 - specifier: ^0.4.0 34 - version: 0.4.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 33 + specifier: ^0.4.1 34 + version: 0.4.1(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 35 35 '@trueberryless-org/starlight-plugins-docs-components': 36 - specifier: ^0.4.1 37 - version: 0.4.2(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 36 + specifier: ^0.4.3 37 + version: 0.4.3(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 38 38 astro: 39 39 specifier: ^5.15.3 40 40 version: 5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3) 41 41 sharp: 42 - specifier: ^0.34.4 43 - version: 0.34.4 42 + specifier: ^0.34.5 43 + version: 0.34.5 44 44 starlight-contributor-list: 45 - specifier: ^0.3.0 46 - version: 0.3.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 45 + specifier: ^0.3.2 46 + version: 0.3.2(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 47 47 starlight-links-validator: 48 - specifier: ^0.14.3 49 - version: 0.14.3(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 48 + specifier: ^0.19.2 49 + version: 0.19.2(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 50 50 starlight-package-managers: 51 - specifier: ^0.10.0 52 - version: 0.10.0(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 51 + specifier: ^0.12.0 52 + version: 0.12.0(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 53 53 starlight-save-file-component: 54 54 specifier: workspace:* 55 55 version: link:../packages/starlight-save-file-component ··· 58 58 dependencies: 59 59 '@astrojs/starlight': 60 60 specifier: '>=0.32' 61 - version: 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 61 + version: 0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 62 62 63 63 packages: 64 64 ··· 101 101 '@astrojs/sitemap@3.6.0': 102 102 resolution: {integrity: sha512-4aHkvcOZBWJigRmMIAJwRQXBS+ayoP5z40OklTXYXhUDhwusz+DyDl+nSshY6y9DvkVEavwNcFO8FD81iGhXjg==} 103 103 104 - '@astrojs/starlight@0.36.2': 105 - resolution: {integrity: sha512-QR8NfO7+7DR13kBikhQwAj3IAoptLLNs9DkyKko2M2l3PrqpcpVUnw1JBJ0msGDIwE6tBbua2UeBND48mkh03w==} 104 + '@astrojs/starlight@0.37.2': 105 + resolution: {integrity: sha512-DGeaaKizwxHDsz72FdxyIBZ32eY8OdUoH6b757BGZlLEDq82O4uipFWoh+kz7+aKg1QoFu/rDq6fqtw+58tpRQ==} 106 106 peerDependencies: 107 107 astro: ^5.5.0 108 108 ··· 155 155 resolution: {integrity: sha512-+ntATQe1AlL7nTOYjwjj6w3299CgRot48wL761TUGYpYgAou3AaONZazp0PKZyCyWhudWsjhq1nvRHOvbMzhTA==} 156 156 engines: {node: '>=18'} 157 157 158 - '@changesets/apply-release-plan@7.0.13': 159 - resolution: {integrity: sha512-BIW7bofD2yAWoE8H4V40FikC+1nNFEKBisMECccS16W1rt6qqhNTBDmIw5HaqmMgtLNz9e7oiALiEUuKrQ4oHg==} 158 + '@changesets/apply-release-plan@7.0.14': 159 + resolution: {integrity: sha512-ddBvf9PHdy2YY0OUiEl3TV78mH9sckndJR14QAt87KLEbIov81XO0q0QAmvooBxXlqRRP8I9B7XOzZwQG7JkWA==} 160 160 161 161 '@changesets/assemble-release-plan@6.0.9': 162 162 resolution: {integrity: sha512-tPgeeqCHIwNo8sypKlS3gOPmsS3wP0zHt67JDuL20P4QcXiw/O4Hl7oXiuLnP9yg+rXLQ2sScdV1Kkzde61iSQ==} ··· 164 164 '@changesets/changelog-git@0.2.1': 165 165 resolution: {integrity: sha512-x/xEleCFLH28c3bQeQIyeZf8lFXyDFVn1SgcBiR2Tw/r4IAWlk1fzxCEZ6NxQAjF2Nwtczoen3OA2qR+UawQ8Q==} 166 166 167 - '@changesets/changelog-github@0.5.1': 168 - resolution: {integrity: sha512-BVuHtF+hrhUScSoHnJwTELB4/INQxVFc+P/Qdt20BLiBFIHFJDDUaGsZw+8fQeJTRP5hJZrzpt3oZWh0G19rAQ==} 167 + '@changesets/changelog-github@0.5.2': 168 + resolution: {integrity: sha512-HeGeDl8HaIGj9fQHo/tv5XKQ2SNEi9+9yl1Bss1jttPqeiASRXhfi0A2wv8yFKCp07kR1gpOI5ge6+CWNm1jPw==} 169 169 170 - '@changesets/cli@2.29.7': 171 - resolution: {integrity: sha512-R7RqWoaksyyKXbKXBTbT4REdy22yH81mcFK6sWtqSanxUCbUi9Uf+6aqxZtDQouIqPdem2W56CdxXgsxdq7FLQ==} 170 + '@changesets/cli@2.29.8': 171 + resolution: {integrity: sha512-1weuGZpP63YWUYjay/E84qqwcnt5yJMM0tep10Up7Q5cS/DGe2IZ0Uj3HNMxGhCINZuR7aO9WBMdKnPit5ZDPA==} 172 172 hasBin: true 173 173 174 - '@changesets/config@3.1.1': 175 - resolution: {integrity: sha512-bd+3Ap2TKXxljCggI0mKPfzCQKeV/TU4yO2h2C6vAihIo8tzseAn2e7klSuiyYYXvgu53zMN1OeYMIQkaQoWnA==} 174 + '@changesets/config@3.1.2': 175 + resolution: {integrity: sha512-CYiRhA4bWKemdYi/uwImjPxqWNpqGPNbEBdX1BdONALFIDK7MCUj6FPkzD+z9gJcvDFUQJn9aDVf4UG7OT6Kog==} 176 176 177 177 '@changesets/errors@0.2.0': 178 178 resolution: {integrity: sha512-6BLOQUscTpZeGljvyQXlWOItQyU71kCdGz7Pi8H8zdw6BI0g3m43iL4xKUVPWtG+qrrL9DTjpdn8eYuCQSRpow==} ··· 180 180 '@changesets/get-dependents-graph@2.1.3': 181 181 resolution: {integrity: sha512-gphr+v0mv2I3Oxt19VdWRRUxq3sseyUpX9DaHpTUmLj92Y10AGy+XOtV+kbM6L/fDcpx7/ISDFK6T8A/P3lOdQ==} 182 182 183 - '@changesets/get-github-info@0.6.0': 184 - resolution: {integrity: sha512-v/TSnFVXI8vzX9/w3DU2Ol+UlTZcu3m0kXTjTT4KlAdwSvwutcByYwyYn9hwerPWfPkT2JfpoX0KgvCEi8Q/SA==} 183 + '@changesets/get-github-info@0.7.0': 184 + resolution: {integrity: sha512-+i67Bmhfj9V4KfDeS1+Tz3iF32btKZB2AAx+cYMqDSRFP7r3/ZdGbjCo+c6qkyViN9ygDuBjzageuPGJtKGe5A==} 185 185 186 - '@changesets/get-release-plan@4.0.13': 187 - resolution: {integrity: sha512-DWG1pus72FcNeXkM12tx+xtExyH/c9I1z+2aXlObH3i9YA7+WZEVaiHzHl03thpvAgWTRaH64MpfHxozfF7Dvg==} 186 + '@changesets/get-release-plan@4.0.14': 187 + resolution: {integrity: sha512-yjZMHpUHgl4Xl5gRlolVuxDkm4HgSJqT93Ri1Uz8kGrQb+5iJ8dkXJ20M2j/Y4iV5QzS2c5SeTxVSKX+2eMI0g==} 188 188 189 189 '@changesets/get-version-range-type@0.4.0': 190 190 resolution: {integrity: sha512-hwawtob9DryoGTpixy1D3ZXbGgJu1Rhr+ySH2PvTLHvkZuQ7sRT4oQwMh0hbqZH1weAooedEjRsbrWcGLCeyVQ==} ··· 195 195 '@changesets/logger@0.1.1': 196 196 resolution: {integrity: sha512-OQtR36ZlnuTxKqoW4Sv6x5YIhOmClRd5pWsjZsddYxpWs517R0HkyiefQPIytCVh4ZcC5x9XaG8KTdd5iRQUfg==} 197 197 198 - '@changesets/parse@0.4.1': 199 - resolution: {integrity: sha512-iwksMs5Bf/wUItfcg+OXrEpravm5rEd9Bf4oyIPL4kVTmJQ7PNDSd6MDYkpSJR1pn7tz/k8Zf2DhTCqX08Ou+Q==} 198 + '@changesets/parse@0.4.2': 199 + resolution: {integrity: sha512-Uo5MC5mfg4OM0jU3up66fmSn6/NE9INK+8/Vn/7sMVcdWg46zfbvvUSjD9EMonVqPi9fbrJH9SXHn48Tr1f2yA==} 200 200 201 201 '@changesets/pre@2.0.2': 202 202 resolution: {integrity: sha512-HaL/gEyFVvkf9KFg6484wR9s0qjAXlZ8qWPDkTyKF6+zqjBe/I2mygg3MbpZ++hdi0ToqNUF8cjj7fBy0dg8Ug==} 203 203 204 - '@changesets/read@0.6.5': 205 - resolution: {integrity: sha512-UPzNGhsSjHD3Veb0xO/MwvasGe8eMyNrR/sT9gR8Q3DhOQZirgKhhXv/8hVsI0QpPjR004Z9iFxoJU6in3uGMg==} 204 + '@changesets/read@0.6.6': 205 + resolution: {integrity: sha512-P5QaN9hJSQQKJShzzpBT13FzOSPyHbqdoIBUd2DJdgvnECCyO6LmAOWSV+O8se2TaZJVwSXjL+v9yhb+a9JeJg==} 206 206 207 207 '@changesets/should-skip-package@0.1.2': 208 208 resolution: {integrity: sha512-qAK/WrqWLNCP22UDdBTMPH5f41elVDlsNyat180A33dWxuUDyNpg6fPi/FyTZwRriVjg0L8gnjJn2F9XAoF0qw==} ··· 220 220 resolution: {integrity: sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==} 221 221 engines: {node: '>=14'} 222 222 223 - '@emnapi/runtime@1.6.0': 224 - resolution: {integrity: sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==} 223 + '@emnapi/runtime@1.8.1': 224 + resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} 225 225 226 226 '@esbuild/aix-ppc64@0.25.12': 227 227 resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} ··· 401 401 resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==} 402 402 engines: {node: '>=18'} 403 403 404 - '@img/sharp-darwin-arm64@0.34.4': 405 - resolution: {integrity: sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==} 404 + '@img/sharp-darwin-arm64@0.34.5': 405 + resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==} 406 406 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 407 407 cpu: [arm64] 408 408 os: [darwin] 409 409 410 - '@img/sharp-darwin-x64@0.34.4': 411 - resolution: {integrity: sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==} 410 + '@img/sharp-darwin-x64@0.34.5': 411 + resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==} 412 412 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 413 413 cpu: [x64] 414 414 os: [darwin] 415 415 416 - '@img/sharp-libvips-darwin-arm64@1.2.3': 417 - resolution: {integrity: sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==} 416 + '@img/sharp-libvips-darwin-arm64@1.2.4': 417 + resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==} 418 418 cpu: [arm64] 419 419 os: [darwin] 420 420 421 - '@img/sharp-libvips-darwin-x64@1.2.3': 422 - resolution: {integrity: sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==} 421 + '@img/sharp-libvips-darwin-x64@1.2.4': 422 + resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==} 423 423 cpu: [x64] 424 424 os: [darwin] 425 425 426 - '@img/sharp-libvips-linux-arm64@1.2.3': 427 - resolution: {integrity: sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==} 426 + '@img/sharp-libvips-linux-arm64@1.2.4': 427 + resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==} 428 428 cpu: [arm64] 429 429 os: [linux] 430 430 431 - '@img/sharp-libvips-linux-arm@1.2.3': 432 - resolution: {integrity: sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==} 431 + '@img/sharp-libvips-linux-arm@1.2.4': 432 + resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==} 433 433 cpu: [arm] 434 434 os: [linux] 435 435 436 - '@img/sharp-libvips-linux-ppc64@1.2.3': 437 - resolution: {integrity: sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==} 436 + '@img/sharp-libvips-linux-ppc64@1.2.4': 437 + resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==} 438 438 cpu: [ppc64] 439 439 os: [linux] 440 440 441 - '@img/sharp-libvips-linux-s390x@1.2.3': 442 - resolution: {integrity: sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==} 441 + '@img/sharp-libvips-linux-riscv64@1.2.4': 442 + resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==} 443 + cpu: [riscv64] 444 + os: [linux] 445 + 446 + '@img/sharp-libvips-linux-s390x@1.2.4': 447 + resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==} 443 448 cpu: [s390x] 444 449 os: [linux] 445 450 446 - '@img/sharp-libvips-linux-x64@1.2.3': 447 - resolution: {integrity: sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==} 451 + '@img/sharp-libvips-linux-x64@1.2.4': 452 + resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==} 448 453 cpu: [x64] 449 454 os: [linux] 450 455 451 - '@img/sharp-libvips-linuxmusl-arm64@1.2.3': 452 - resolution: {integrity: sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==} 456 + '@img/sharp-libvips-linuxmusl-arm64@1.2.4': 457 + resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==} 453 458 cpu: [arm64] 454 459 os: [linux] 455 460 456 - '@img/sharp-libvips-linuxmusl-x64@1.2.3': 457 - resolution: {integrity: sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==} 461 + '@img/sharp-libvips-linuxmusl-x64@1.2.4': 462 + resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==} 458 463 cpu: [x64] 459 464 os: [linux] 460 465 461 - '@img/sharp-linux-arm64@0.34.4': 462 - resolution: {integrity: sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==} 466 + '@img/sharp-linux-arm64@0.34.5': 467 + resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==} 463 468 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 464 469 cpu: [arm64] 465 470 os: [linux] 466 471 467 - '@img/sharp-linux-arm@0.34.4': 468 - resolution: {integrity: sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==} 472 + '@img/sharp-linux-arm@0.34.5': 473 + resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==} 469 474 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 470 475 cpu: [arm] 471 476 os: [linux] 472 477 473 - '@img/sharp-linux-ppc64@0.34.4': 474 - resolution: {integrity: sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==} 478 + '@img/sharp-linux-ppc64@0.34.5': 479 + resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==} 475 480 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 476 481 cpu: [ppc64] 477 482 os: [linux] 478 483 479 - '@img/sharp-linux-s390x@0.34.4': 480 - resolution: {integrity: sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==} 484 + '@img/sharp-linux-riscv64@0.34.5': 485 + resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==} 486 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 487 + cpu: [riscv64] 488 + os: [linux] 489 + 490 + '@img/sharp-linux-s390x@0.34.5': 491 + resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==} 481 492 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 482 493 cpu: [s390x] 483 494 os: [linux] 484 495 485 - '@img/sharp-linux-x64@0.34.4': 486 - resolution: {integrity: sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==} 496 + '@img/sharp-linux-x64@0.34.5': 497 + resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==} 487 498 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 488 499 cpu: [x64] 489 500 os: [linux] 490 501 491 - '@img/sharp-linuxmusl-arm64@0.34.4': 492 - resolution: {integrity: sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==} 502 + '@img/sharp-linuxmusl-arm64@0.34.5': 503 + resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==} 493 504 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 494 505 cpu: [arm64] 495 506 os: [linux] 496 507 497 - '@img/sharp-linuxmusl-x64@0.34.4': 498 - resolution: {integrity: sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==} 508 + '@img/sharp-linuxmusl-x64@0.34.5': 509 + resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==} 499 510 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 500 511 cpu: [x64] 501 512 os: [linux] 502 513 503 - '@img/sharp-wasm32@0.34.4': 504 - resolution: {integrity: sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==} 514 + '@img/sharp-wasm32@0.34.5': 515 + resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==} 505 516 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 506 517 cpu: [wasm32] 507 518 508 - '@img/sharp-win32-arm64@0.34.4': 509 - resolution: {integrity: sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==} 519 + '@img/sharp-win32-arm64@0.34.5': 520 + resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==} 510 521 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 511 522 cpu: [arm64] 512 523 os: [win32] 513 524 514 - '@img/sharp-win32-ia32@0.34.4': 515 - resolution: {integrity: sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==} 525 + '@img/sharp-win32-ia32@0.34.5': 526 + resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==} 516 527 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 517 528 cpu: [ia32] 518 529 os: [win32] 519 530 520 - '@img/sharp-win32-x64@0.34.4': 521 - resolution: {integrity: sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==} 531 + '@img/sharp-win32-x64@0.34.5': 532 + resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==} 522 533 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 523 534 cpu: [x64] 524 535 os: [win32] ··· 761 772 svelte: 762 773 optional: true 763 774 764 - '@trueberryless-org/starlight-plugins-docs-components@0.4.2': 765 - resolution: {integrity: sha512-21+ohQXAcOgkWfaoVTN69LZVP4gqjcBFd9/lVfGKjL2rpPi45lvdg+mUb3PX9tFA6M/Rdk6JFOajGSQ/7Pws9Q==} 775 + '@trueberryless-org/starlight-plugins-docs-components@0.4.3': 776 + resolution: {integrity: sha512-CA7oZiy67p1/IWucjueyftbT+eo/Q+TWU7/6+v5c31aGZBIkYVsqCj0OKnpzO6n6T05ZuP8RdCudatplVTJvHA==} 766 777 engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 767 778 peerDependencies: 768 779 '@astrojs/starlight': '>=0.32' ··· 838 849 resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} 839 850 engines: {node: '>=6'} 840 851 852 + ansi-escapes@7.2.0: 853 + resolution: {integrity: sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==} 854 + engines: {node: '>=18'} 855 + 841 856 ansi-regex@5.0.1: 842 857 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} 843 858 engines: {node: '>=8'} ··· 1131 1146 entities@6.0.1: 1132 1147 resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} 1133 1148 engines: {node: '>=0.12'} 1149 + 1150 + environment@1.1.0: 1151 + resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==} 1152 + engines: {node: '>=18'} 1134 1153 1135 1154 es-module-lexer@1.7.0: 1136 1155 resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} ··· 1279 1298 h3@1.15.4: 1280 1299 resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==} 1281 1300 1301 + has-flag@5.0.1: 1302 + resolution: {integrity: sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==} 1303 + engines: {node: '>=12'} 1304 + 1282 1305 hast-util-embedded@3.0.0: 1283 1306 resolution: {integrity: sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==} 1284 1307 ··· 1458 1481 1459 1482 js-yaml@4.1.0: 1460 1483 resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 1484 + hasBin: true 1485 + 1486 + js-yaml@4.1.1: 1487 + resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} 1461 1488 hasBin: true 1462 1489 1463 1490 jsesc@3.1.0: ··· 1880 1907 engines: {node: '>=10.13.0'} 1881 1908 hasBin: true 1882 1909 1883 - prettier@3.6.2: 1884 - resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} 1910 + prettier@3.7.4: 1911 + resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} 1885 1912 engines: {node: '>=14'} 1886 1913 hasBin: true 1887 1914 ··· 2035 2062 engines: {node: '>=10'} 2036 2063 hasBin: true 2037 2064 2038 - sharp@0.34.4: 2039 - resolution: {integrity: sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==} 2065 + sharp@0.34.5: 2066 + resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==} 2040 2067 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 2041 2068 2042 2069 shebang-command@2.0.0: ··· 2087 2114 sprintf-js@1.0.3: 2088 2115 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} 2089 2116 2090 - starlight-contributor-list@0.3.1: 2091 - resolution: {integrity: sha512-8F3BcnqeCgvI/OcagJCBsp71/XU9/zDiuSmsgAkWrRTxql0H2bG9Z9VXvmwzB/569QVlAsOwK7StAxDxqG6Myw==} 2117 + starlight-contributor-list@0.3.2: 2118 + resolution: {integrity: sha512-8O01uabPxfrFHarmlAJrcM4Wy4Uy4z/Y7vpaO0Da0ihTizPVYhnU8wNtSg0H5CeyPMGjNNOnPFcLiz1c0Obn4A==} 2092 2119 engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 2093 2120 peerDependencies: 2094 2121 '@astrojs/starlight': '>=0.30' 2095 2122 2096 - starlight-links-validator@0.14.3: 2097 - resolution: {integrity: sha512-2CvQs0ZdIVExrEQ1bn0r2aFx4n+VSOb6vDWK+gTNb5N1c+nXJ7VjUbEsQhj+9Lb7XgY6Nxqz9JXUM9364hJ3ZA==} 2123 + starlight-links-validator@0.19.2: 2124 + resolution: {integrity: sha512-IHeK3R78fsmv53VfRkGbXkwK1CQEUBHM9QPzBEyoAxjZ/ssi5gjV+F4oNNUppTR48iPp+lEY0MTAmvkX7yNnkw==} 2098 2125 engines: {node: '>=18.17.1'} 2099 2126 peerDependencies: 2100 - '@astrojs/starlight': '>=0.15.0' 2127 + '@astrojs/starlight': '>=0.32.0' 2128 + astro: '>=5.1.5' 2101 2129 2102 - starlight-package-managers@0.10.0: 2103 - resolution: {integrity: sha512-ndliTHXzaCIQ2FFnq5KIH5Uhs9FCACeS3XQMtx/35aSPXzeGsoGxBNreC1zBif4yzGZRCJN3kXBqjUO82WDtcA==} 2130 + starlight-package-managers@0.12.0: 2131 + resolution: {integrity: sha512-hAIVzOT0/Git+T2Uwckh2rs51fYiDM6/X+Z2f3LtKMSwOwm+nSUAX2Ilp7k+07LDtxYjmvfTCxhfIBt0PgOF5g==} 2104 2132 engines: {node: '>=18.17.1'} 2105 2133 peerDependencies: 2106 2134 '@astrojs/starlight': '>=0.22.0' ··· 2158 2186 suf-log@2.5.3: 2159 2187 resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==} 2160 2188 2189 + supports-color@10.2.2: 2190 + resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} 2191 + engines: {node: '>=18'} 2192 + 2193 + supports-hyperlinks@4.4.0: 2194 + resolution: {integrity: sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==} 2195 + engines: {node: '>=20'} 2196 + 2161 2197 term-size@2.2.1: 2162 2198 resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} 2163 2199 engines: {node: '>=8'} 2200 + 2201 + terminal-link@5.0.0: 2202 + resolution: {integrity: sha512-qFAy10MTMwjzjU8U16YS4YoZD+NQLHzLssFMNqgravjbvIPNiqkGFR4yjhJfmY9R5OFU7+yHxc6y+uGHkKwLRA==} 2203 + engines: {node: '>=20'} 2164 2204 2165 2205 tiny-inflate@1.0.3: 2166 2206 resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} ··· 2540 2580 stream-replace-string: 2.0.0 2541 2581 zod: 3.25.76 2542 2582 2543 - '@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 2583 + '@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 2544 2584 dependencies: 2545 2585 '@astrojs/markdown-remark': 6.3.8 2546 2586 '@astrojs/mdx': 4.3.9(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) ··· 2559 2599 i18next: 23.16.8 2560 2600 js-yaml: 4.1.0 2561 2601 klona: 2.0.6 2602 + magic-string: 0.30.21 2562 2603 mdast-util-directive: 3.1.0 2563 2604 mdast-util-to-markdown: 2.1.2 2564 2605 mdast-util-to-string: 4.0.0 ··· 2638 2679 dependencies: 2639 2680 fontkit: 2.0.4 2640 2681 2641 - '@changesets/apply-release-plan@7.0.13': 2682 + '@changesets/apply-release-plan@7.0.14': 2642 2683 dependencies: 2643 - '@changesets/config': 3.1.1 2684 + '@changesets/config': 3.1.2 2644 2685 '@changesets/get-version-range-type': 0.4.0 2645 2686 '@changesets/git': 3.0.4 2646 2687 '@changesets/should-skip-package': 0.1.2 ··· 2667 2708 dependencies: 2668 2709 '@changesets/types': 6.1.0 2669 2710 2670 - '@changesets/changelog-github@0.5.1': 2711 + '@changesets/changelog-github@0.5.2': 2671 2712 dependencies: 2672 - '@changesets/get-github-info': 0.6.0 2713 + '@changesets/get-github-info': 0.7.0 2673 2714 '@changesets/types': 6.1.0 2674 2715 dotenv: 8.6.0 2675 2716 transitivePeerDependencies: 2676 2717 - encoding 2677 2718 2678 - '@changesets/cli@2.29.7(@types/node@24.9.2)': 2719 + '@changesets/cli@2.29.8(@types/node@24.9.2)': 2679 2720 dependencies: 2680 - '@changesets/apply-release-plan': 7.0.13 2721 + '@changesets/apply-release-plan': 7.0.14 2681 2722 '@changesets/assemble-release-plan': 6.0.9 2682 2723 '@changesets/changelog-git': 0.2.1 2683 - '@changesets/config': 3.1.1 2724 + '@changesets/config': 3.1.2 2684 2725 '@changesets/errors': 0.2.0 2685 2726 '@changesets/get-dependents-graph': 2.1.3 2686 - '@changesets/get-release-plan': 4.0.13 2727 + '@changesets/get-release-plan': 4.0.14 2687 2728 '@changesets/git': 3.0.4 2688 2729 '@changesets/logger': 0.1.1 2689 2730 '@changesets/pre': 2.0.2 2690 - '@changesets/read': 0.6.5 2731 + '@changesets/read': 0.6.6 2691 2732 '@changesets/should-skip-package': 0.1.2 2692 2733 '@changesets/types': 6.1.0 2693 2734 '@changesets/write': 0.4.0 ··· 2708 2749 transitivePeerDependencies: 2709 2750 - '@types/node' 2710 2751 2711 - '@changesets/config@3.1.1': 2752 + '@changesets/config@3.1.2': 2712 2753 dependencies: 2713 2754 '@changesets/errors': 0.2.0 2714 2755 '@changesets/get-dependents-graph': 2.1.3 ··· 2729 2770 picocolors: 1.1.1 2730 2771 semver: 7.7.3 2731 2772 2732 - '@changesets/get-github-info@0.6.0': 2773 + '@changesets/get-github-info@0.7.0': 2733 2774 dependencies: 2734 2775 dataloader: 1.4.0 2735 2776 node-fetch: 2.7.0 2736 2777 transitivePeerDependencies: 2737 2778 - encoding 2738 2779 2739 - '@changesets/get-release-plan@4.0.13': 2780 + '@changesets/get-release-plan@4.0.14': 2740 2781 dependencies: 2741 2782 '@changesets/assemble-release-plan': 6.0.9 2742 - '@changesets/config': 3.1.1 2783 + '@changesets/config': 3.1.2 2743 2784 '@changesets/pre': 2.0.2 2744 - '@changesets/read': 0.6.5 2785 + '@changesets/read': 0.6.6 2745 2786 '@changesets/types': 6.1.0 2746 2787 '@manypkg/get-packages': 1.1.3 2747 2788 ··· 2759 2800 dependencies: 2760 2801 picocolors: 1.1.1 2761 2802 2762 - '@changesets/parse@0.4.1': 2803 + '@changesets/parse@0.4.2': 2763 2804 dependencies: 2764 2805 '@changesets/types': 6.1.0 2765 - js-yaml: 3.14.1 2806 + js-yaml: 4.1.1 2766 2807 2767 2808 '@changesets/pre@2.0.2': 2768 2809 dependencies: ··· 2771 2812 '@manypkg/get-packages': 1.1.3 2772 2813 fs-extra: 7.0.1 2773 2814 2774 - '@changesets/read@0.6.5': 2815 + '@changesets/read@0.6.6': 2775 2816 dependencies: 2776 2817 '@changesets/git': 3.0.4 2777 2818 '@changesets/logger': 0.1.1 2778 - '@changesets/parse': 0.4.1 2819 + '@changesets/parse': 0.4.2 2779 2820 '@changesets/types': 6.1.0 2780 2821 fs-extra: 7.0.1 2781 2822 p-filter: 2.1.0 ··· 2799 2840 2800 2841 '@ctrl/tinycolor@4.2.0': {} 2801 2842 2802 - '@emnapi/runtime@1.6.0': 2843 + '@emnapi/runtime@1.8.1': 2803 2844 dependencies: 2804 2845 tslib: 2.8.1 2805 2846 optional: true ··· 2907 2948 dependencies: 2908 2949 '@expressive-code/core': 0.41.3 2909 2950 2910 - '@hideoo/starlight-plugins-docs-components@0.4.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 2951 + '@hideoo/starlight-plugins-docs-components@0.4.1(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 2911 2952 dependencies: 2912 - '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 2913 - starlight-package-managers: 0.8.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 2914 - starlight-showcases: 0.3.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 2953 + '@astrojs/starlight': 0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 2954 + starlight-package-managers: 0.8.1(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 2955 + starlight-showcases: 0.3.1(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 2915 2956 transitivePeerDependencies: 2916 2957 - astro 2917 2958 2918 2959 '@img/colour@1.0.0': {} 2919 2960 2920 - '@img/sharp-darwin-arm64@0.34.4': 2961 + '@img/sharp-darwin-arm64@0.34.5': 2921 2962 optionalDependencies: 2922 - '@img/sharp-libvips-darwin-arm64': 1.2.3 2963 + '@img/sharp-libvips-darwin-arm64': 1.2.4 2923 2964 optional: true 2924 2965 2925 - '@img/sharp-darwin-x64@0.34.4': 2966 + '@img/sharp-darwin-x64@0.34.5': 2926 2967 optionalDependencies: 2927 - '@img/sharp-libvips-darwin-x64': 1.2.3 2968 + '@img/sharp-libvips-darwin-x64': 1.2.4 2969 + optional: true 2970 + 2971 + '@img/sharp-libvips-darwin-arm64@1.2.4': 2972 + optional: true 2973 + 2974 + '@img/sharp-libvips-darwin-x64@1.2.4': 2928 2975 optional: true 2929 2976 2930 - '@img/sharp-libvips-darwin-arm64@1.2.3': 2977 + '@img/sharp-libvips-linux-arm64@1.2.4': 2931 2978 optional: true 2932 2979 2933 - '@img/sharp-libvips-darwin-x64@1.2.3': 2980 + '@img/sharp-libvips-linux-arm@1.2.4': 2934 2981 optional: true 2935 2982 2936 - '@img/sharp-libvips-linux-arm64@1.2.3': 2983 + '@img/sharp-libvips-linux-ppc64@1.2.4': 2937 2984 optional: true 2938 2985 2939 - '@img/sharp-libvips-linux-arm@1.2.3': 2986 + '@img/sharp-libvips-linux-riscv64@1.2.4': 2940 2987 optional: true 2941 2988 2942 - '@img/sharp-libvips-linux-ppc64@1.2.3': 2989 + '@img/sharp-libvips-linux-s390x@1.2.4': 2943 2990 optional: true 2944 2991 2945 - '@img/sharp-libvips-linux-s390x@1.2.3': 2992 + '@img/sharp-libvips-linux-x64@1.2.4': 2946 2993 optional: true 2947 2994 2948 - '@img/sharp-libvips-linux-x64@1.2.3': 2995 + '@img/sharp-libvips-linuxmusl-arm64@1.2.4': 2949 2996 optional: true 2950 2997 2951 - '@img/sharp-libvips-linuxmusl-arm64@1.2.3': 2998 + '@img/sharp-libvips-linuxmusl-x64@1.2.4': 2952 2999 optional: true 2953 3000 2954 - '@img/sharp-libvips-linuxmusl-x64@1.2.3': 3001 + '@img/sharp-linux-arm64@0.34.5': 3002 + optionalDependencies: 3003 + '@img/sharp-libvips-linux-arm64': 1.2.4 2955 3004 optional: true 2956 3005 2957 - '@img/sharp-linux-arm64@0.34.4': 3006 + '@img/sharp-linux-arm@0.34.5': 2958 3007 optionalDependencies: 2959 - '@img/sharp-libvips-linux-arm64': 1.2.3 3008 + '@img/sharp-libvips-linux-arm': 1.2.4 2960 3009 optional: true 2961 3010 2962 - '@img/sharp-linux-arm@0.34.4': 3011 + '@img/sharp-linux-ppc64@0.34.5': 2963 3012 optionalDependencies: 2964 - '@img/sharp-libvips-linux-arm': 1.2.3 3013 + '@img/sharp-libvips-linux-ppc64': 1.2.4 2965 3014 optional: true 2966 3015 2967 - '@img/sharp-linux-ppc64@0.34.4': 3016 + '@img/sharp-linux-riscv64@0.34.5': 2968 3017 optionalDependencies: 2969 - '@img/sharp-libvips-linux-ppc64': 1.2.3 3018 + '@img/sharp-libvips-linux-riscv64': 1.2.4 2970 3019 optional: true 2971 3020 2972 - '@img/sharp-linux-s390x@0.34.4': 3021 + '@img/sharp-linux-s390x@0.34.5': 2973 3022 optionalDependencies: 2974 - '@img/sharp-libvips-linux-s390x': 1.2.3 3023 + '@img/sharp-libvips-linux-s390x': 1.2.4 2975 3024 optional: true 2976 3025 2977 - '@img/sharp-linux-x64@0.34.4': 3026 + '@img/sharp-linux-x64@0.34.5': 2978 3027 optionalDependencies: 2979 - '@img/sharp-libvips-linux-x64': 1.2.3 3028 + '@img/sharp-libvips-linux-x64': 1.2.4 2980 3029 optional: true 2981 3030 2982 - '@img/sharp-linuxmusl-arm64@0.34.4': 3031 + '@img/sharp-linuxmusl-arm64@0.34.5': 2983 3032 optionalDependencies: 2984 - '@img/sharp-libvips-linuxmusl-arm64': 1.2.3 3033 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.4 2985 3034 optional: true 2986 3035 2987 - '@img/sharp-linuxmusl-x64@0.34.4': 3036 + '@img/sharp-linuxmusl-x64@0.34.5': 2988 3037 optionalDependencies: 2989 - '@img/sharp-libvips-linuxmusl-x64': 1.2.3 3038 + '@img/sharp-libvips-linuxmusl-x64': 1.2.4 2990 3039 optional: true 2991 3040 2992 - '@img/sharp-wasm32@0.34.4': 3041 + '@img/sharp-wasm32@0.34.5': 2993 3042 dependencies: 2994 - '@emnapi/runtime': 1.6.0 3043 + '@emnapi/runtime': 1.8.1 2995 3044 optional: true 2996 3045 2997 - '@img/sharp-win32-arm64@0.34.4': 3046 + '@img/sharp-win32-arm64@0.34.5': 2998 3047 optional: true 2999 3048 3000 - '@img/sharp-win32-ia32@0.34.4': 3049 + '@img/sharp-win32-ia32@0.34.5': 3001 3050 optional: true 3002 3051 3003 - '@img/sharp-win32-x64@0.34.4': 3052 + '@img/sharp-win32-x64@0.34.5': 3004 3053 optional: true 3005 3054 3006 3055 '@inquirer/external-editor@1.0.2(@types/node@24.9.2)': ··· 3215 3264 dependencies: 3216 3265 tslib: 2.8.1 3217 3266 3218 - '@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.6.2)': 3267 + '@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.7.4)': 3219 3268 dependencies: 3220 3269 '@babel/generator': 7.28.5 3221 3270 '@babel/parser': 7.28.5 ··· 3223 3272 '@babel/types': 7.28.5 3224 3273 javascript-natural-sort: 0.7.1 3225 3274 lodash: 4.17.21 3226 - prettier: 3.6.2 3275 + prettier: 3.7.4 3227 3276 transitivePeerDependencies: 3228 3277 - supports-color 3229 3278 3230 - '@trueberryless-org/starlight-plugins-docs-components@0.4.2(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 3279 + '@trueberryless-org/starlight-plugins-docs-components@0.4.3(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 3231 3280 dependencies: 3232 - '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 3233 - '@hideoo/starlight-plugins-docs-components': 0.4.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 3281 + '@astrojs/starlight': 0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 3282 + '@hideoo/starlight-plugins-docs-components': 0.4.1(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 3234 3283 change-case: 5.4.4 3235 - starlight-showcases: 0.2.0(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 3284 + starlight-showcases: 0.2.0(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 3236 3285 transitivePeerDependencies: 3237 3286 - astro 3238 3287 ··· 3280 3329 3281 3330 '@types/sax@1.2.7': 3282 3331 dependencies: 3283 - '@types/node': 17.0.45 3332 + '@types/node': 24.9.2 3284 3333 3285 3334 '@types/unist@2.0.11': {} 3286 3335 ··· 3300 3349 3301 3350 ansi-colors@4.1.3: {} 3302 3351 3352 + ansi-escapes@7.2.0: 3353 + dependencies: 3354 + environment: 1.1.0 3355 + 3303 3356 ansi-regex@5.0.1: {} 3304 3357 3305 3358 ansi-regex@6.2.2: {} ··· 3397 3450 zod-to-json-schema: 3.24.6(zod@3.25.76) 3398 3451 zod-to-ts: 1.2.0(typescript@5.9.3)(zod@3.25.76) 3399 3452 optionalDependencies: 3400 - sharp: 0.34.4 3453 + sharp: 0.34.5 3401 3454 transitivePeerDependencies: 3402 3455 - '@azure/app-configuration' 3403 3456 - '@azure/cosmos' ··· 3632 3685 entities@4.5.0: {} 3633 3686 3634 3687 entities@6.0.1: {} 3688 + 3689 + environment@1.1.0: {} 3635 3690 3636 3691 es-module-lexer@1.7.0: {} 3637 3692 ··· 3843 3898 ufo: 1.6.1 3844 3899 uncrypto: 0.1.3 3845 3900 3901 + has-flag@5.0.1: {} 3902 + 3846 3903 hast-util-embedded@3.0.0: 3847 3904 dependencies: 3848 3905 '@types/hast': 3.0.4 ··· 4125 4182 esprima: 4.0.1 4126 4183 4127 4184 js-yaml@4.1.0: 4185 + dependencies: 4186 + argparse: 2.0.1 4187 + 4188 + js-yaml@4.1.1: 4128 4189 dependencies: 4129 4190 argparse: 2.0.1 4130 4191 ··· 4815 4876 prettier-plugin-astro@0.14.1: 4816 4877 dependencies: 4817 4878 '@astrojs/compiler': 2.13.0 4818 - prettier: 3.6.2 4879 + prettier: 3.7.4 4819 4880 sass-formatter: 0.7.9 4820 4881 4821 4882 prettier@2.8.8: {} 4822 4883 4823 - prettier@3.6.2: {} 4884 + prettier@3.7.4: {} 4824 4885 4825 4886 prismjs@1.30.0: {} 4826 4887 ··· 5065 5126 5066 5127 semver@7.7.3: {} 5067 5128 5068 - sharp@0.34.4: 5129 + sharp@0.34.5: 5069 5130 dependencies: 5070 5131 '@img/colour': 1.0.0 5071 5132 detect-libc: 2.1.2 5072 5133 semver: 7.7.3 5073 5134 optionalDependencies: 5074 - '@img/sharp-darwin-arm64': 0.34.4 5075 - '@img/sharp-darwin-x64': 0.34.4 5076 - '@img/sharp-libvips-darwin-arm64': 1.2.3 5077 - '@img/sharp-libvips-darwin-x64': 1.2.3 5078 - '@img/sharp-libvips-linux-arm': 1.2.3 5079 - '@img/sharp-libvips-linux-arm64': 1.2.3 5080 - '@img/sharp-libvips-linux-ppc64': 1.2.3 5081 - '@img/sharp-libvips-linux-s390x': 1.2.3 5082 - '@img/sharp-libvips-linux-x64': 1.2.3 5083 - '@img/sharp-libvips-linuxmusl-arm64': 1.2.3 5084 - '@img/sharp-libvips-linuxmusl-x64': 1.2.3 5085 - '@img/sharp-linux-arm': 0.34.4 5086 - '@img/sharp-linux-arm64': 0.34.4 5087 - '@img/sharp-linux-ppc64': 0.34.4 5088 - '@img/sharp-linux-s390x': 0.34.4 5089 - '@img/sharp-linux-x64': 0.34.4 5090 - '@img/sharp-linuxmusl-arm64': 0.34.4 5091 - '@img/sharp-linuxmusl-x64': 0.34.4 5092 - '@img/sharp-wasm32': 0.34.4 5093 - '@img/sharp-win32-arm64': 0.34.4 5094 - '@img/sharp-win32-ia32': 0.34.4 5095 - '@img/sharp-win32-x64': 0.34.4 5135 + '@img/sharp-darwin-arm64': 0.34.5 5136 + '@img/sharp-darwin-x64': 0.34.5 5137 + '@img/sharp-libvips-darwin-arm64': 1.2.4 5138 + '@img/sharp-libvips-darwin-x64': 1.2.4 5139 + '@img/sharp-libvips-linux-arm': 1.2.4 5140 + '@img/sharp-libvips-linux-arm64': 1.2.4 5141 + '@img/sharp-libvips-linux-ppc64': 1.2.4 5142 + '@img/sharp-libvips-linux-riscv64': 1.2.4 5143 + '@img/sharp-libvips-linux-s390x': 1.2.4 5144 + '@img/sharp-libvips-linux-x64': 1.2.4 5145 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.4 5146 + '@img/sharp-libvips-linuxmusl-x64': 1.2.4 5147 + '@img/sharp-linux-arm': 0.34.5 5148 + '@img/sharp-linux-arm64': 0.34.5 5149 + '@img/sharp-linux-ppc64': 0.34.5 5150 + '@img/sharp-linux-riscv64': 0.34.5 5151 + '@img/sharp-linux-s390x': 0.34.5 5152 + '@img/sharp-linux-x64': 0.34.5 5153 + '@img/sharp-linuxmusl-arm64': 0.34.5 5154 + '@img/sharp-linuxmusl-x64': 0.34.5 5155 + '@img/sharp-wasm32': 0.34.5 5156 + '@img/sharp-win32-arm64': 0.34.5 5157 + '@img/sharp-win32-ia32': 0.34.5 5158 + '@img/sharp-win32-x64': 0.34.5 5096 5159 5097 5160 shebang-command@2.0.0: 5098 5161 dependencies: ··· 5139 5202 5140 5203 sprintf-js@1.0.3: {} 5141 5204 5142 - starlight-contributor-list@0.3.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5205 + starlight-contributor-list@0.3.2(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5143 5206 dependencies: 5144 5207 '@11ty/eleventy-fetch': 4.0.1 5145 - '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5208 + '@astrojs/starlight': 0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5146 5209 transitivePeerDependencies: 5147 5210 - encoding 5148 5211 - supports-color 5149 5212 5150 - starlight-links-validator@0.14.3(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5213 + starlight-links-validator@0.19.2(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)): 5151 5214 dependencies: 5152 - '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5215 + '@astrojs/starlight': 0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5153 5216 '@types/picomatch': 3.0.2 5217 + astro: 5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3) 5154 5218 github-slugger: 2.0.0 5155 5219 hast-util-from-html: 2.0.3 5156 5220 hast-util-has-property: 3.0.0 ··· 5159 5223 mdast-util-mdx-jsx: 3.2.0 5160 5224 mdast-util-to-string: 4.0.0 5161 5225 picomatch: 4.0.3 5226 + terminal-link: 5.0.0 5162 5227 unist-util-visit: 5.0.0 5163 5228 transitivePeerDependencies: 5164 5229 - supports-color 5165 5230 5166 - starlight-package-managers@0.10.0(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5231 + starlight-package-managers@0.12.0(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5167 5232 dependencies: 5168 - '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5233 + '@astrojs/starlight': 0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5169 5234 5170 - starlight-package-managers@0.8.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5235 + starlight-package-managers@0.8.1(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5171 5236 dependencies: 5172 - '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5237 + '@astrojs/starlight': 0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5173 5238 5174 - starlight-showcases@0.2.0(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)): 5239 + starlight-showcases@0.2.0(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)): 5175 5240 dependencies: 5176 5241 '@astro-community/astro-embed-twitter': 0.5.8(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5177 5242 '@astro-community/astro-embed-youtube': 0.5.7(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5178 - '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5243 + '@astrojs/starlight': 0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5179 5244 transitivePeerDependencies: 5180 5245 - astro 5181 5246 5182 - starlight-showcases@0.3.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)): 5247 + starlight-showcases@0.3.1(@astrojs/starlight@0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)): 5183 5248 dependencies: 5184 5249 '@astro-community/astro-embed-twitter': 0.5.8(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5185 5250 '@astro-community/astro-embed-youtube': 0.5.7(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5186 - '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5251 + '@astrojs/starlight': 0.37.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5187 5252 transitivePeerDependencies: 5188 5253 - astro 5189 5254 ··· 5228 5293 dependencies: 5229 5294 s.color: 0.0.15 5230 5295 5296 + supports-color@10.2.2: {} 5297 + 5298 + supports-hyperlinks@4.4.0: 5299 + dependencies: 5300 + has-flag: 5.0.1 5301 + supports-color: 10.2.2 5302 + 5231 5303 term-size@2.2.1: {} 5304 + 5305 + terminal-link@5.0.0: 5306 + dependencies: 5307 + ansi-escapes: 7.2.0 5308 + supports-hyperlinks: 4.4.0 5232 5309 5233 5310 tiny-inflate@1.0.3: {} 5234 5311