Files
truecharts/website
TrueCharts Bot 8fab10b232 fix(website): update astro monorepo (patch) (#38750)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap))
| [`3.5.0` ->
`3.5.1`](https://renovatebot.com/diffs/npm/@astrojs%2fsitemap/3.5.0/3.5.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fsitemap/3.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fsitemap/3.5.0/3.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.13.2` ->
`5.13.3`](https://renovatebot.com/diffs/npm/astro/5.13.2/5.13.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.13.2/5.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>withastro/astro (@&#8203;astrojs/sitemap)</summary>

###
[`v3.5.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/sitemap/CHANGELOG.md#351)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/sitemap@3.5.0...@astrojs/sitemap@3.5.1)

##### Patch Changes

-
[#&#8203;14233](https://redirect.github.com/withastro/astro/pull/14233)
[`896886c`](https://redirect.github.com/withastro/astro/commit/896886cc6e60954d8d5ac80a4b2560df92cfdc5b)
Thanks
[@&#8203;gouravkhunger](https://redirect.github.com/gouravkhunger)! -
Fixes the issue with the option `lastmod` where if it is defined it
applies correctly to `<url>` entries in each `sitemap-${i}.xml` file but
not the `<sitemap>` entries in the root `sitemap-index.xml` file.

</details>

<details>
<summary>withastro/astro (astro)</summary>

###
[`v5.13.3`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5133)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@5.13.2...astro@5.13.3)

##### Patch Changes

-
[#&#8203;14239](https://redirect.github.com/withastro/astro/pull/14239)
[`d7d93e1`](https://redirect.github.com/withastro/astro/commit/d7d93e19fbfa52cf74dee40f5af6b7ea6a7503d2)
Thanks [@&#8203;wtchnm](https://redirect.github.com/wtchnm)! - Fixes a
bug where the types for the live content collections were not being
generated correctly in dev mode

-
[#&#8203;14221](https://redirect.github.com/withastro/astro/pull/14221)
[`eadc9dd`](https://redirect.github.com/withastro/astro/commit/eadc9dd277d0075d7bff0e33c7a86f3fb97fdd61)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
JSON schema support for content collections using the `file()` loader

-
[#&#8203;14229](https://redirect.github.com/withastro/astro/pull/14229)
[`1a9107a`](https://redirect.github.com/withastro/astro/commit/1a9107a4049f43c1e4e9f40e07033f6bfe4398e4)
Thanks
[@&#8203;jonmichaeldarby](https://redirect.github.com/jonmichaeldarby)!
- Ensures `Astro.currentLocale` returns the correct locale during SSG
for pages that use a locale param (such as `[locale].astro` or
`[locale]/index.astro`, which produce `[locale].html`)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-29 20:24:12 +00:00
..

Chart Docs

News

  • To add new authors, add their username in the authors.ts file in src/content/docs/news/authors.ts.
  • News Posts must have these fields in the frontmatter:
    • title
    • slug (must start with news/)
    • date
    • authors (The key in the authors object in src/content/docs/news/authors.ts)

Supported Code Block Languages

Check upstream docs

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run dev-windows Starts local dev server on windows machines
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Images can be added to src/assets/ and embedded in Markdown with a relative link.

Static assets, like favicons, can be placed in the public/ directory.

👀 Want to learn more?

Check out Starlights docs, read the Astro documentation, or jump into the Astro Discord server.