Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

deps(deps): bump @astrojs/sitemap from 3.4.2 to 3.5.0

Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.4.2 to 3.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/withastro/astro/releases"><code>@​astrojs/sitemap</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@​astrojs/sitemap</code><a href="https://github.com/3"><code>@​3</code></a>.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/13682">#13682</a> <a href="https://github.com/withastro/astro/commit/5824b32c5cc5d58c1138e408a05d1be18924c711"><code>5824b32</code></a> Thanks <a href="https://github.com/gouravkhunger"><code>@​gouravkhunger</code></a>! - Adds a <code>customSitemaps</code> option to include extra sitemaps in the <code>sitemap-index.xml</code> file generated by Astro.</p>
<p>This is useful for multi-framework setups on the same domain as your Astro site (<code>example.com</code>), such as a blog at <code>example.com/blog</code> whose sitemap is generated by another framework.</p>
<p>The following example shows configuring your Astro site to include sitemaps for an externally-generated blog and help center along with the generated sitemap entries in <code>sitemap-index.xml</code>:</p>
<p>Example:</p>
<pre lang="js"><code>import { defineConfig } from 'astro/config';
import sitemap from '@astrojs/sitemap';
<p>export default defineConfig({
site: '<a href="https://example.com">https://example.com</a>',
integrations: [
sitemap({
customSitemaps: [
'https://example.com/blog/sitemap.xml',
'https://example.com/helpcenter/sitemap.xml',
],
}),
],
});
</code></pre></p>
<p>Learn more in the <a href="https://docs.astro.build/en/guides/integrations-guide/sitemap/#configuration"><code>@astrojs/sitemap</code> configuration documentation</a>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md"><code>@​astrojs/sitemap</code>'s changelog</a>.</em></p>
<blockquote>
<h2>3.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/13682">#13682</a> <a href="https://github.com/withastro/astro/commit/5824b32c5cc5d58c1138e408a05d1be18924c711"><code>5824b32</code></a> Thanks <a href="https://github.com/gouravkhunger"><code>@​gouravkhunger</code></a>! - Adds a <code>customSitemaps</code> option to include extra sitemaps in the <code>sitemap-index.xml</code> file generated by Astro.</p>
<p>This is useful for multi-framework setups on the same domain as your Astro site (<code>example.com</code>), such as a blog at <code>example.com/blog</code> whose sitemap is generated by another framework.</p>
<p>The following example shows configuring your Astro site to include sitemaps for an externally-generated blog and help center along with the generated sitemap entries in <code>sitemap-index.xml</code>:</p>
<p>Example:</p>
<pre lang="js"><code>import { defineConfig } from 'astro/config';
import sitemap from '@astrojs/sitemap';
<p>export default defineConfig({
site: '<a href="https://example.com">https://example.com</a>',
integrations: [
sitemap({
customSitemaps: [
'https://example.com/blog/sitemap.xml',
'https://example.com/helpcenter/sitemap.xml',
],
}),
],
});
</code></pre></p>
<p>Learn more in the <a href="https://docs.astro.build/en/guides/integrations-guide/sitemap/#configuration"><code>@astrojs/sitemap</code> configuration documentation</a>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/withastro/astro/commit/a186848c34615dab5816df3bd8962ba16314f2b9"><code>a186848</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap/issues/14217">#14217</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/cad3cc65836b4e43fe420ebe0dbf1d54f8f28f36"><code>cad3cc6</code></a> [ci] format</li>
<li><a href="https://github.com/withastro/astro/commit/5824b32c5cc5d58c1138e408a05d1be18924c711"><code>5824b32</code></a> feat(<code>@​astro/sitemap</code>): custom sitemaps (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap/issues/13682">#13682</a>)</li>
<li>See full diff in <a href="https://github.com/withastro/astro/commits/@astrojs/sitemap@3.5.0/packages/integrations/sitemap">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@astrojs/sitemap&package-manager=npm_and_yarn&previous-version=3.4.2&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

authored by

dependabot[bot] and committed by
GitHub
df5fdff8 ce27a744

+36 -36
+1 -1
package.json
··· 20 20 "@astrojs/mdx": "^4.3.3", 21 21 "@astrojs/netlify": "^6.5.6", 22 22 "@astrojs/rss": "^4.0.12", 23 - "@astrojs/sitemap": "^3.4.2", 23 + "@astrojs/sitemap": "^3.5.0", 24 24 "@playform/inline": "^0.1.2", 25 25 "astro": "^5.12.9", 26 26 "astro-og-canvas": "^0.7.0",
+35 -35
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/mdx': 12 12 specifier: ^4.3.3 13 - version: 4.3.3(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)) 13 + version: 4.3.3(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)) 14 14 '@astrojs/netlify': 15 15 specifier: ^6.5.6 16 - version: 6.5.6(@types/node@24.2.1)(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1))(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(yaml@2.8.1) 16 + version: 6.5.6(@types/node@24.3.0)(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1))(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(yaml@2.8.1) 17 17 '@astrojs/rss': 18 18 specifier: ^4.0.12 19 19 version: 4.0.12 20 20 '@astrojs/sitemap': 21 - specifier: ^3.4.2 22 - version: 3.4.2 21 + specifier: ^3.5.0 22 + version: 3.5.0 23 23 '@playform/inline': 24 24 specifier: ^0.1.2 25 - version: 0.1.2(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 25 + version: 0.1.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 26 26 astro: 27 27 specifier: ^5.12.9 28 - version: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 28 + version: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 29 29 astro-og-canvas: 30 30 specifier: ^0.7.0 31 - version: 0.7.0(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)) 31 + version: 0.7.0(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)) 32 32 canvaskit-wasm: 33 33 specifier: ^0.40.0 34 34 version: 0.40.0 ··· 141 141 '@astrojs/rss@4.0.12': 142 142 resolution: {integrity: sha512-O5yyxHuDVb6DQ6VLOrbUVFSm+NpObulPxjs6XT9q3tC+RoKbN4HXMZLpv0LvXd1qdAjzVgJ1NFD+zKHJNDXikw==} 143 143 144 - '@astrojs/sitemap@3.4.2': 145 - resolution: {integrity: sha512-wfN2dZzdkto6yaMtOFa/J9gc60YE3wl3rgSBoNJ+MU3lJVUMsDY9xf9uAVi8Mp/zEQKFDSJlQzBvqQUpw0Hf6g==} 144 + '@astrojs/sitemap@3.5.0': 145 + resolution: {integrity: sha512-ldOvoBxuRgpcdndzksskOTzU55g76tkHC/POpejUbPGz6zR4rJKiXh8thX4WEPWDhCTZUafhJ1qf7k1muStHfg==} 146 146 147 147 '@astrojs/telemetry@3.3.0': 148 148 resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==} ··· 1225 1225 '@types/node@22.13.14': 1226 1226 resolution: {integrity: sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==} 1227 1227 1228 - '@types/node@24.2.1': 1229 - resolution: {integrity: sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==} 1228 + '@types/node@24.3.0': 1229 + resolution: {integrity: sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==} 1230 1230 1231 1231 '@types/normalize-package-data@2.4.4': 1232 1232 resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} ··· 4140 4140 transitivePeerDependencies: 4141 4141 - supports-color 4142 4142 4143 - '@astrojs/mdx@4.3.3(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1))': 4143 + '@astrojs/mdx@4.3.3(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1))': 4144 4144 dependencies: 4145 4145 '@astrojs/markdown-remark': 6.3.5 4146 4146 '@mdx-js/mdx': 3.1.0(acorn@8.15.0) 4147 4147 acorn: 8.15.0 4148 - astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 4148 + astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 4149 4149 es-module-lexer: 1.7.0 4150 4150 estree-util-visit: 2.0.0 4151 4151 hast-util-to-html: 9.0.5 ··· 4159 4159 transitivePeerDependencies: 4160 4160 - supports-color 4161 4161 4162 - '@astrojs/netlify@6.5.6(@types/node@24.2.1)(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1))(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(yaml@2.8.1)': 4162 + '@astrojs/netlify@6.5.6(@types/node@24.3.0)(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1))(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(yaml@2.8.1)': 4163 4163 dependencies: 4164 4164 '@astrojs/internal-helpers': 0.7.1 4165 4165 '@astrojs/underscore-redirects': 1.0.0 4166 4166 '@netlify/blobs': 10.0.8 4167 4167 '@netlify/functions': 4.2.1(rollup@4.46.2) 4168 - '@netlify/vite-plugin': 2.5.4(rollup@4.46.2)(vite@6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)) 4168 + '@netlify/vite-plugin': 2.5.4(rollup@4.46.2)(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)) 4169 4169 '@vercel/nft': 0.29.4(rollup@4.46.2) 4170 - astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 4170 + astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 4171 4171 esbuild: 0.25.8 4172 4172 tinyglobby: 0.2.14 4173 - vite: 6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 4173 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 4174 4174 transitivePeerDependencies: 4175 4175 - '@azure/app-configuration' 4176 4176 - '@azure/cosmos' ··· 4213 4213 fast-xml-parser: 5.2.5 4214 4214 kleur: 4.1.5 4215 4215 4216 - '@astrojs/sitemap@3.4.2': 4216 + '@astrojs/sitemap@3.5.0': 4217 4217 dependencies: 4218 4218 sitemap: 8.0.0 4219 4219 stream-replace-string: 2.0.0 ··· 4953 4953 4954 4954 '@netlify/types@2.0.2': {} 4955 4955 4956 - '@netlify/vite-plugin@2.5.4(rollup@4.46.2)(vite@6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1))': 4956 + '@netlify/vite-plugin@2.5.4(rollup@4.46.2)(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1))': 4957 4957 dependencies: 4958 4958 '@netlify/dev': 4.5.4(rollup@4.46.2) 4959 4959 '@netlify/dev-utils': 4.1.1 4960 - vite: 6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 4960 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 4961 4961 transitivePeerDependencies: 4962 4962 - '@azure/app-configuration' 4963 4963 - '@azure/cosmos' ··· 5103 5103 5104 5104 '@pkgr/core@0.2.9': {} 5105 5105 5106 - '@playform/inline@0.1.2(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)': 5106 + '@playform/inline@0.1.2(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)': 5107 5107 dependencies: 5108 5108 '@playform/pipe': 0.1.3 5109 - astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 5109 + astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 5110 5110 beasties: 0.2.0 5111 5111 deepmerge-ts: 7.1.5 5112 5112 transitivePeerDependencies: ··· 5267 5267 5268 5268 '@types/fontkit@2.0.8': 5269 5269 dependencies: 5270 - '@types/node': 24.2.1 5270 + '@types/node': 24.3.0 5271 5271 5272 5272 '@types/hast@3.0.4': 5273 5273 dependencies: ··· 5304 5304 dependencies: 5305 5305 undici-types: 6.20.0 5306 5306 5307 - '@types/node@24.2.1': 5307 + '@types/node@24.3.0': 5308 5308 dependencies: 5309 5309 undici-types: 7.10.0 5310 5310 ··· 5318 5318 5319 5319 '@types/sax@1.2.7': 5320 5320 dependencies: 5321 - '@types/node': 17.0.45 5321 + '@types/node': 24.3.0 5322 5322 5323 5323 '@types/triple-beam@1.3.5': {} 5324 5324 ··· 5328 5328 5329 5329 '@types/yauzl@2.10.3': 5330 5330 dependencies: 5331 - '@types/node': 24.2.1 5331 + '@types/node': 24.3.0 5332 5332 optional: true 5333 5333 5334 5334 '@typescript-eslint/eslint-plugin@8.39.0(@typescript-eslint/parser@8.39.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)': ··· 5614 5614 transitivePeerDependencies: 5615 5615 - supports-color 5616 5616 5617 - astro-og-canvas@0.7.0(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)): 5617 + astro-og-canvas@0.7.0(astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1)): 5618 5618 dependencies: 5619 - astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 5619 + astro: 5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1) 5620 5620 canvaskit-wasm: 0.39.1 5621 5621 deterministic-object-hash: 2.0.2 5622 5622 entities: 4.5.0 5623 5623 5624 - astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.2.1)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1): 5624 + astro@5.12.9(@netlify/blobs@10.0.8)(@types/node@24.3.0)(jiti@2.5.1)(rollup@4.46.2)(tsx@4.20.3)(typescript@5.9.2)(yaml@2.8.1): 5625 5625 dependencies: 5626 5626 '@astrojs/compiler': 2.12.2 5627 5627 '@astrojs/internal-helpers': 0.7.1 ··· 5677 5677 unist-util-visit: 5.0.0 5678 5678 unstorage: 1.16.1(@netlify/blobs@10.0.8) 5679 5679 vfile: 6.0.3 5680 - vite: 6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 5681 - vitefu: 1.1.1(vite@6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)) 5680 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 5681 + vitefu: 1.1.1(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)) 5682 5682 xxhash-wasm: 1.1.0 5683 5683 yargs-parser: 21.1.1 5684 5684 yocto-spinner: 0.2.3 ··· 8785 8785 '@types/unist': 3.0.3 8786 8786 vfile-message: 4.0.3 8787 8787 8788 - vite@6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1): 8788 + vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1): 8789 8789 dependencies: 8790 8790 esbuild: 0.25.8 8791 8791 fdir: 6.4.6(picomatch@4.0.3) ··· 8794 8794 rollup: 4.46.2 8795 8795 tinyglobby: 0.2.14 8796 8796 optionalDependencies: 8797 - '@types/node': 24.2.1 8797 + '@types/node': 24.3.0 8798 8798 fsevents: 2.3.3 8799 8799 jiti: 2.5.1 8800 8800 tsx: 4.20.3 8801 8801 yaml: 2.8.1 8802 8802 8803 - vitefu@1.1.1(vite@6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)): 8803 + vitefu@1.1.1(vite@6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1)): 8804 8804 optionalDependencies: 8805 - vite: 6.3.5(@types/node@24.2.1)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 8805 + vite: 6.3.5(@types/node@24.3.0)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.1) 8806 8806 8807 8807 web-namespaces@2.0.1: {} 8808 8808