Commit Graph

68 Commits

Author SHA1 Message Date
TrueCharts Bot a9c6e12c14 fix(website): update @astrojs/starlight 0.29.3 → 0.30.6 (#30803) 2025-01-11 03:07:34 +01:00
TrueCharts Bot 990fc766fa fix(website): update @astrojs/starlight 0.29.3 → 0.30.5 (#30675)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | minor | [`0.30.4` ->
`0.30.5`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.29.3/0.30.5)
|

---

> [!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/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.30.5`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0305)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.4...@astrojs/starlight@0.30.5)

##### Patch Changes

-
[#&#8203;2757](https://redirect.github.com/withastro/starlight/pull/2757)
[`e7b0e74`](https://redirect.github.com/withastro/starlight/commit/e7b0e742dffb7c4a8f4619297e4bd6e5a8015edb)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
UI string translation issue for languages with a region subtag.

-
[#&#8203;2760](https://redirect.github.com/withastro/starlight/pull/2760)
[`aec9edd`](https://redirect.github.com/withastro/starlight/commit/aec9edd14827a45fbc92d82db83dd713571e0c2d)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds 5
new icons: `left-caret`, `up-arrow`, `down-arrow`, `download`, and
`cloud-download`.

###
[`v0.30.4`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0304)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.3...@astrojs/starlight@0.30.4)

##### Patch Changes

-
[#&#8203;2747](https://redirect.github.com/withastro/starlight/pull/2747)
[`474c27e`](https://redirect.github.com/withastro/starlight/commit/474c27e28d79794ac78d36e3384f0c0da6f2dfed)
Thanks [@&#8203;bbag](https://redirect.github.com/bbag)! - Ensures
`<Tab>` component toggling is stable when smooth scrolling is enabled
via custom CSS

-
[#&#8203;2740](https://redirect.github.com/withastro/starlight/pull/2740)
[`0e169c9`](https://redirect.github.com/withastro/starlight/commit/0e169c9fd9fbfc16d86225db6b00448edf39ffad)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue preventing Pagefind to be disabled using the `pagefind`
frontmatter field.

-
[#&#8203;2732](https://redirect.github.com/withastro/starlight/pull/2732)
[`a10b466`](https://redirect.github.com/withastro/starlight/commit/a10b46680810882b029dd1d578cc86e22bc97af5)
Thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! -
Adds Storybook, Confluence and Jira social icons

###
[`v0.30.3`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0303)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.2...@astrojs/starlight@0.30.3)

##### Patch Changes

-
[#&#8203;2717](https://redirect.github.com/withastro/starlight/pull/2717)
[`c5fcbb3`](https://redirect.github.com/withastro/starlight/commit/c5fcbb33a7a0511ac372f5d006a69f4195d1e266)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes a
list item spacing issue where line break elements (`<br>`) could receive
a margin, breaking layout in Firefox

-
[#&#8203;2724](https://redirect.github.com/withastro/starlight/pull/2724)
[`02d7ac6`](https://redirect.github.com/withastro/starlight/commit/02d7ac66a0bdca3f26001f556de070027d4e0faf)
Thanks [@&#8203;dionysuzx](https://redirect.github.com/dionysuzx)! -
Adds social link support for Farcaster

-
[#&#8203;2635](https://redirect.github.com/withastro/starlight/pull/2635)
[`ec4b851`](https://redirect.github.com/withastro/starlight/commit/ec4b85154ea301d9144ff49f3abd009e3a929387)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue where the language picker in multilingual sites could display the
wrong language when navigating between pages with the browser
back/forward buttons.

-
[#&#8203;2726](https://redirect.github.com/withastro/starlight/pull/2726)
[`e54ebd5`](https://redirect.github.com/withastro/starlight/commit/e54ebd5c879deb3fdff2180426b377181773b85f)
Thanks [@&#8203;techfg](https://redirect.github.com/techfg)! - Adds icon
for phone

###
[`v0.30.2`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0302)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.1...@astrojs/starlight@0.30.2)

##### Patch Changes

-
[#&#8203;2702](https://redirect.github.com/withastro/starlight/pull/2702)
[`02d16f3`](https://redirect.github.com/withastro/starlight/commit/02d16f3638db609501897c5e3647cc20eb5ec142)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with autogenerated sidebars when using Starlight with Astro's new
Content Layer API with directories containing spaces or special
characters.

-
[#&#8203;2704](https://redirect.github.com/withastro/starlight/pull/2704)
[`fd16470`](https://redirect.github.com/withastro/starlight/commit/fd164704b25ec5c000a2765eb0930b87e9a4e61e)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
display of focus indicator around site title

###
[`v0.30.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0301)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.0...@astrojs/starlight@0.30.1)

##### Patch Changes

-
[#&#8203;2688](https://redirect.github.com/withastro/starlight/pull/2688)
[`5c6996c`](https://redirect.github.com/withastro/starlight/commit/5c6996cd248e9da735a14e7fcaf638b51f2796bc)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with autogenerated sidebars when using Starlight with Astro's new
Content Layer API where group names would be sluggified.

###
[`v0.30.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0300)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.29.3...@astrojs/starlight@0.30.0)

##### Minor Changes

-
[#&#8203;2612](https://redirect.github.com/withastro/starlight/pull/2612)
[`8d5a4e8`](https://redirect.github.com/withastro/starlight/commit/8d5a4e8000d9e3a4bb9ca8178767cf3d8bc48773)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for Astro v5, drops support for Astro v4.

##### Upgrade Astro and dependencies

⚠️ **BREAKING CHANGE:** Astro v4 is no longer supported. Make sure you
[update Astro](https://docs.astro.build/en/guides/upgrade-to/v5/) and
any other official integrations at the same time as updating Starlight:

```sh
npx @&#8203;astrojs/upgrade
```

*Community Starlight plugins and Astro integrations may also need to be
manually updated to work with Astro v5. If you encounter any issues,
please reach out to the plugin or integration author to see if it is a
known issue or if an updated version is being worked on.*

##### Update your collections

⚠️ **BREAKING CHANGE:** Starlight's internal [content
collections](https://docs.astro.build/en/guides/content-collections/),
which organize, validate, and render your content, have been updated to
use Astro's new Content Layer API and require configuration changes in
your project.

1. **Move the content config file.** This file no longer lives within
the `src/content/config.ts` folder and should now exist at
`src/content.config.ts`.

2. **Edit the collection definition(s).** To update the `docs`
collection, a `loader` is now required:

    ```diff
     // src/content.config.ts
     import { defineCollection } from "astro:content";
    +import { docsLoader } from "@&#8203;astrojs/starlight/loaders";
     import { docsSchema } from "@&#8203;astrojs/starlight/schema";

     export const collections = {
    -  docs: defineCollection({ schema: docsSchema() }),
+ docs: defineCollection({ loader: docsLoader(), schema: docsSchema()
}),
     };
    ```

If you are using the [`i18n`
collection](https://starlight.astro.build/guides/i18n/#translate-starlights-ui)
to provide translations for additional languages you support or override
our default labels, you will need to update the collection definition in
a similar way and remove the collection `type` which is no longer
available:

    ```diff
     // src/content.config.ts
     import { defineCollection } from "astro:content";
+import { docsLoader, i18nLoader } from
"@&#8203;astrojs/starlight/loaders";
import { docsSchema, i18nSchema } from
"@&#8203;astrojs/starlight/schema";

     export const collections = {
    -  docs: defineCollection({ schema: docsSchema() }),
+ docs: defineCollection({ loader: docsLoader(), schema: docsSchema()
}),
    -  i18n: defineCollection({ type: 'data', schema: i18nSchema() }),
+ i18n: defineCollection({ loader: i18nLoader(), schema: i18nSchema()
}),
     };
    ```

3. **Update other collections.** To update any other collections you may
have, follow the [“Updating existing
collections”](https://docs.astro.build/en/guides/upgrade-to/v5/#updating-existing-collections)
section in the Astro 5 upgrade guide.

If you are unable to make any changes to your collections at this time,
including Starlight's default `docs` and `i18n` collections, you can
enable the [`legacy.collections`
flag](https://docs.astro.build/en/reference/legacy-flags/) to upgrade to
v5 without updating your collections. This legacy flag exists to provide
temporary backwards compatibility, and will allow you to keep your
collections in their current state until the legacy flag is no longer
supported.

##### Patch Changes

-
[#&#8203;2669](https://redirect.github.com/withastro/starlight/pull/2669)
[`310df7d`](https://redirect.github.com/withastro/starlight/commit/310df7d6b01f5c4a56540bdba9243fb60dace323)
Thanks
[@&#8203;aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)!
- Adds Catalan UI translations

-
[#&#8203;2664](https://redirect.github.com/withastro/starlight/pull/2664)
[`62ff007`](https://redirect.github.com/withastro/starlight/commit/62ff0074d9a3f82e46f5c62db85c04d87ff5e931)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Publishes
provenance containing verifiable data to link a package back to its
source repository and the specific build instructions used to publish
it.

-
[#&#8203;2670](https://redirect.github.com/withastro/starlight/pull/2670)
[`0223b42`](https://redirect.github.com/withastro/starlight/commit/0223b425249f8d1fa468e367c632467276c9c208)
Thanks
[@&#8203;aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)!
- Adds Spanish UI translations for the Pagefind search modal

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-10 04:31:14 +00:00
TrueCharts Bot 88ee1a1bbb fix(website): update typescript 5.7.2 → 5.7.3 (#30747)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) |
dependencies | patch | [`5.7.2` ->
`5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.3) |

---

> [!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>microsoft/TypeScript (typescript)</summary>

###
[`v5.7.3`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.7.3):
TypeScript 5.7.3

[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3)

For release notes, check out the [release
announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/).

- [fixed issues query for Typescript 5.7.0
(Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.7.1
(RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.7.2
(Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.7.3
(Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+).

Downloads are available on
[npm](https://www.npmjs.com/package/typescript)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-10 05:18:30 +01:00
TrueCharts Bot ea16624c7f fix(website): update @astrojs/starlight 0.29.3 → 0.30.4 (#30661)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | minor | [`0.30.3` ->
`0.30.4`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.29.3/0.30.4)
|

---

> [!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/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.30.4`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0304)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.3...@astrojs/starlight@0.30.4)

##### Patch Changes

-
[#&#8203;2747](https://redirect.github.com/withastro/starlight/pull/2747)
[`474c27e`](https://redirect.github.com/withastro/starlight/commit/474c27e28d79794ac78d36e3384f0c0da6f2dfed)
Thanks [@&#8203;bbag](https://redirect.github.com/bbag)! - Ensures
`<Tab>` component toggling is stable when smooth scrolling is enabled
via custom CSS

-
[#&#8203;2740](https://redirect.github.com/withastro/starlight/pull/2740)
[`0e169c9`](https://redirect.github.com/withastro/starlight/commit/0e169c9fd9fbfc16d86225db6b00448edf39ffad)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue preventing Pagefind to be disabled using the `pagefind`
frontmatter field.

-
[#&#8203;2732](https://redirect.github.com/withastro/starlight/pull/2732)
[`a10b466`](https://redirect.github.com/withastro/starlight/commit/a10b46680810882b029dd1d578cc86e22bc97af5)
Thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! -
Adds Storybook, Confluence and Jira social icons

###
[`v0.30.3`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0303)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.2...@astrojs/starlight@0.30.3)

##### Patch Changes

-
[#&#8203;2717](https://redirect.github.com/withastro/starlight/pull/2717)
[`c5fcbb3`](https://redirect.github.com/withastro/starlight/commit/c5fcbb33a7a0511ac372f5d006a69f4195d1e266)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes a
list item spacing issue where line break elements (`<br>`) could receive
a margin, breaking layout in Firefox

-
[#&#8203;2724](https://redirect.github.com/withastro/starlight/pull/2724)
[`02d7ac6`](https://redirect.github.com/withastro/starlight/commit/02d7ac66a0bdca3f26001f556de070027d4e0faf)
Thanks [@&#8203;dionysuzx](https://redirect.github.com/dionysuzx)! -
Adds social link support for Farcaster

-
[#&#8203;2635](https://redirect.github.com/withastro/starlight/pull/2635)
[`ec4b851`](https://redirect.github.com/withastro/starlight/commit/ec4b85154ea301d9144ff49f3abd009e3a929387)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue where the language picker in multilingual sites could display the
wrong language when navigating between pages with the browser
back/forward buttons.

-
[#&#8203;2726](https://redirect.github.com/withastro/starlight/pull/2726)
[`e54ebd5`](https://redirect.github.com/withastro/starlight/commit/e54ebd5c879deb3fdff2180426b377181773b85f)
Thanks [@&#8203;techfg](https://redirect.github.com/techfg)! - Adds icon
for phone

###
[`v0.30.2`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0302)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.1...@astrojs/starlight@0.30.2)

##### Patch Changes

-
[#&#8203;2702](https://redirect.github.com/withastro/starlight/pull/2702)
[`02d16f3`](https://redirect.github.com/withastro/starlight/commit/02d16f3638db609501897c5e3647cc20eb5ec142)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with autogenerated sidebars when using Starlight with Astro's new
Content Layer API with directories containing spaces or special
characters.

-
[#&#8203;2704](https://redirect.github.com/withastro/starlight/pull/2704)
[`fd16470`](https://redirect.github.com/withastro/starlight/commit/fd164704b25ec5c000a2765eb0930b87e9a4e61e)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
display of focus indicator around site title

###
[`v0.30.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0301)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.0...@astrojs/starlight@0.30.1)

##### Patch Changes

-
[#&#8203;2688](https://redirect.github.com/withastro/starlight/pull/2688)
[`5c6996c`](https://redirect.github.com/withastro/starlight/commit/5c6996cd248e9da735a14e7fcaf638b51f2796bc)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with autogenerated sidebars when using Starlight with Astro's new
Content Layer API where group names would be sluggified.

###
[`v0.30.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0300)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.29.3...@astrojs/starlight@0.30.0)

##### Minor Changes

-
[#&#8203;2612](https://redirect.github.com/withastro/starlight/pull/2612)
[`8d5a4e8`](https://redirect.github.com/withastro/starlight/commit/8d5a4e8000d9e3a4bb9ca8178767cf3d8bc48773)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for Astro v5, drops support for Astro v4.

##### Upgrade Astro and dependencies

⚠️ **BREAKING CHANGE:** Astro v4 is no longer supported. Make sure you
[update Astro](https://docs.astro.build/en/guides/upgrade-to/v5/) and
any other official integrations at the same time as updating Starlight:

```sh
npx @&#8203;astrojs/upgrade
```

*Community Starlight plugins and Astro integrations may also need to be
manually updated to work with Astro v5. If you encounter any issues,
please reach out to the plugin or integration author to see if it is a
known issue or if an updated version is being worked on.*

##### Update your collections

⚠️ **BREAKING CHANGE:** Starlight's internal [content
collections](https://docs.astro.build/en/guides/content-collections/),
which organize, validate, and render your content, have been updated to
use Astro's new Content Layer API and require configuration changes in
your project.

1. **Move the content config file.** This file no longer lives within
the `src/content/config.ts` folder and should now exist at
`src/content.config.ts`.

2. **Edit the collection definition(s).** To update the `docs`
collection, a `loader` is now required:

    ```diff
     // src/content.config.ts
     import { defineCollection } from "astro:content";
    +import { docsLoader } from "@&#8203;astrojs/starlight/loaders";
     import { docsSchema } from "@&#8203;astrojs/starlight/schema";

     export const collections = {
    -  docs: defineCollection({ schema: docsSchema() }),
+ docs: defineCollection({ loader: docsLoader(), schema: docsSchema()
}),
     };
    ```

If you are using the [`i18n`
collection](https://starlight.astro.build/guides/i18n/#translate-starlights-ui)
to provide translations for additional languages you support or override
our default labels, you will need to update the collection definition in
a similar way and remove the collection `type` which is no longer
available:

    ```diff
     // src/content.config.ts
     import { defineCollection } from "astro:content";
+import { docsLoader, i18nLoader } from
"@&#8203;astrojs/starlight/loaders";
import { docsSchema, i18nSchema } from
"@&#8203;astrojs/starlight/schema";

     export const collections = {
    -  docs: defineCollection({ schema: docsSchema() }),
+ docs: defineCollection({ loader: docsLoader(), schema: docsSchema()
}),
    -  i18n: defineCollection({ type: 'data', schema: i18nSchema() }),
+ i18n: defineCollection({ loader: i18nLoader(), schema: i18nSchema()
}),
     };
    ```

3. **Update other collections.** To update any other collections you may
have, follow the [“Updating existing
collections”](https://docs.astro.build/en/guides/upgrade-to/v5/#updating-existing-collections)
section in the Astro 5 upgrade guide.

If you are unable to make any changes to your collections at this time,
including Starlight's default `docs` and `i18n` collections, you can
enable the [`legacy.collections`
flag](https://docs.astro.build/en/reference/legacy-flags/) to upgrade to
v5 without updating your collections. This legacy flag exists to provide
temporary backwards compatibility, and will allow you to keep your
collections in their current state until the legacy flag is no longer
supported.

##### Patch Changes

-
[#&#8203;2669](https://redirect.github.com/withastro/starlight/pull/2669)
[`310df7d`](https://redirect.github.com/withastro/starlight/commit/310df7d6b01f5c4a56540bdba9243fb60dace323)
Thanks
[@&#8203;aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)!
- Adds Catalan UI translations

-
[#&#8203;2664](https://redirect.github.com/withastro/starlight/pull/2664)
[`62ff007`](https://redirect.github.com/withastro/starlight/commit/62ff0074d9a3f82e46f5c62db85c04d87ff5e931)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Publishes
provenance containing verifiable data to link a package back to its
source repository and the specific build instructions used to publish
it.

-
[#&#8203;2670](https://redirect.github.com/withastro/starlight/pull/2670)
[`0223b42`](https://redirect.github.com/withastro/starlight/commit/0223b425249f8d1fa468e367c632467276c9c208)
Thanks
[@&#8203;aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)!
- Adds Spanish UI translations for the Pagefind search modal

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-07 02:59:26 +01:00
TrueCharts Bot d17dc8d1e0 fix(website): update @playform/compress 0.1.1 → 0.1.7 (#30655)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@playform/compress](https://redirect.github.com/PlayForm/Compress) |
dependencies | patch | [`0.1.6` ->
`0.1.7`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.1/0.1.7)
|

---

> [!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>PlayForm/Compress (@&#8203;playform/compress)</summary>

###
[`v0.1.7`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#017)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/043ced67e7e6ab4fc8594edf2702e834887ed015...c7d77c36f9704d08bb729c8fa5587aa807c3ef3f)

##### Added

-   Dependents stats for PlayForm/Compress badge to `README.md`.
- `DEPENDENTS.md` file containing a list of repositories that depend on
this
    package.

##### Changed

- Updated `package.json` to include updated contact information and
package
    dependencies.
- Updated `README.md` to reflect the updated organization name in the
URLs and
    images.

##### Fixed

- Corrected a bug in `Source/Function/Integration.ts` where
`Cache.Search` was
    not being set correctly.

###
[`v0.1.6`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#016)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/a521ab429adf5c90f5b2f052eab191f0af144b3e...043ced67e7e6ab4fc8594edf2702e834887ed015)

##### Added

-   New Configuration folder with ESBuild.js and ESBuild.ts files
-   Added browserslist as a development dependency

##### Changed

-   Updated .npmignore to exclude the Configuration/ directory
-   Modified package.json scripts to use the new ESBuild configuration
-   Updated version to 0.1.6
- Enhanced error handling in CSS compression in
Source/Function/Integration.ts
- Updated Source/Interface/CSS/lightningcss.ts to set default value for
    unusedSymbols
-   Added targets to Source/Variable/CSS/lightningcss.ts

###
[`v0.1.5`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#015)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/1267d3c7f8124b9da1567a27ee5755a81e7535a9...a521ab429adf5c90f5b2f052eab191f0af144b3e)

##### Changed

-   Updated dependencies
-   Typings update

###
[`v0.1.4`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#014)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/661bc5bc86b65a7d5a70d057676cf6ee1a328eba...1267d3c7f8124b9da1567a27ee5755a81e7535a9)

##### Fixed

-   Fixes missing `Pipe.js`

###
[`v0.1.3`](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba)

###
[`v0.1.2`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#012)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/102cf84f487bbfc848632c07bf48291b7ea6559f...2b9713fb8097bcddf384e3abba15d8fbccd4cdba)

##### Added

-   New CLI functionality with `Compress` command
- New `CLI.ts` and `Pipe.ts` functions for improved command-line
operations
-   Added `commander` dependency for CLI support
-   Added `fast-glob` dependency for file pattern matching

##### Changed

-   Updated package name from `astro-compress` to `@playform/compress`
-   Updated various dependencies to their latest versions:
    -   `@playform/pipe` from 0.1.0 to 0.1.1
    -   `deepmerge-ts` from 7.1.0 to 7.1.1
    -   `lightningcss` from 1.25.1 to 1.27.0
    -   `sharp` from 0.33.4 to 0.33.5
    -   `svgo` from 4.0.0-rc.0 to 3.3.2
    -   `terser` from 5.31.3 to 5.34.1
    -   `@playform/build` from 0.1.3 to 0.1.7
-   Refactored and improved various TypeScript interfaces and types
-   Updated README with new installation instructions and badge styling
-   Updated README badges to use HTTPS URLs
-   Updated README table layout for better visual presentation
-   Updated dependency badges in README to use correct package name
    (`@playform/compress` instead of `@playform/inline`)
-   Updated README to remove unnecessary line breaks and improve spacing
- Updated `Source/Function/Image/Writesharp.ts` to simplify an import
statement
- Added `Source/Function/CLI.ts` for command-line interface
functionality
-   Added `Source/Interface/CLI.ts` to define the command-line interface
-   Updated `package.json` to include necessary CLI dependencies

##### Removed

-   Removed `Documentation/` directory (replaced with `docs/`)
-   Removed `Summary.md` file

##### Fixed

-   Various code improvements and refactoring for better type safety and
    performance
-   Fixed broken links in README badges
-   Fixed alignment and spacing issues in README table
-   Fixed incorrect package name in dependency badges

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-07 02:58:23 +01:00
TrueCharts Bot 95825a32b4 fix(website): update starlight-image-zoom 0.9.0 → 0.10.1 (#30611)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-image-zoom](https://redirect.github.com/HiDeoo/starlight-image-zoom)
([source](https://redirect.github.com/HiDeoo/starlight-image-zoom/tree/HEAD/packages/starlight-image-zoom))
| dependencies | minor | [`0.10.0` ->
`0.10.1`](https://renovatebot.com/diffs/npm/starlight-image-zoom/0.9.0/0.10.1)
|

---

> [!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>HiDeoo/starlight-image-zoom (starlight-image-zoom)</summary>

###
[`v0.10.1`](https://redirect.github.com/HiDeoo/starlight-image-zoom/blob/HEAD/packages/starlight-image-zoom/CHANGELOG.md#0101)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-image-zoom/compare/starlight-image-zoom@0.10.0...starlight-image-zoom@0.10.1)

##### Patch Changes

-
[#&#8203;30](https://redirect.github.com/HiDeoo/starlight-image-zoom/pull/30)
[`98ae50e`](https://redirect.github.com/HiDeoo/starlight-image-zoom/commit/98ae50e5c4d9102991f146570a76844e816602ed)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue where SVG images were not being properly identified as SVGs when
running in development mode.

###
[`v0.10.0`](https://redirect.github.com/HiDeoo/starlight-image-zoom/blob/HEAD/packages/starlight-image-zoom/CHANGELOG.md#0100)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-image-zoom/compare/v0.9.0...starlight-image-zoom@0.10.0)

##### Minor Changes

-
[#&#8203;27](https://redirect.github.com/HiDeoo/starlight-image-zoom/pull/27)
[`e716c66`](https://redirect.github.com/HiDeoo/starlight-image-zoom/commit/e716c66dd585fe2fd78432add8d9895c8110131f)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for Astro v5, drops support for Astro v4.

⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is
now `0.30.0`.

Please follow the [upgrade
guide](https://redirect.github.com/withastro/starlight/releases/tag/%40astrojs/starlight%400.30.0)
to update your project.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-04 03:05:46 +01:00
TrueCharts Bot d0e2aab5f5 fix(website): update astro-better-image-service 2.0.37 → 2.1.1 (#30610)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[astro-better-image-service](https://redirect.github.com/risu729/astro-better-image-service)
| dependencies | minor | [`2.0.37` ->
`2.1.1`](https://renovatebot.com/diffs/npm/astro-better-image-service/2.0.37/2.1.1)
|

---

> [!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>risu729/astro-better-image-service
(astro-better-image-service)</summary>

###
[`v2.1.1`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.1.1)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.1.0...v2.1.1)

##### Reverts

- Revert "chore: update linters and ci
([#&#8203;1065](https://redirect.github.com/risu729/astro-better-image-service/issues/1065))"
([#&#8203;1066](https://redirect.github.com/risu729/astro-better-image-service/issues/1066))
([44779dc](https://redirect.github.com/risu729/astro-better-image-service/commit/44779dce24e4b723debb3a27cdfd4a746f30427b))

###
[`v2.1.0`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.1.0)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.37...v2.1.0)

##### Features

- support Astro 5
([#&#8203;1060](https://redirect.github.com/risu729/astro-better-image-service/issues/1060))
([6376ceb](https://redirect.github.com/risu729/astro-better-image-service/commit/6376ceb39e7f091a75b414462681f5cd7b877086))

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-04 03:02:05 +01:00
TrueCharts Bot 490b2fb5de fix(website): update @playform/compress 0.1.1 → 0.1.6 (#30160)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@playform/compress](https://redirect.github.com/PlayForm/Compress) |
dependencies | patch | [`0.1.1` ->
`0.1.6`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.1/0.1.6)
|

---

> [!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>PlayForm/Compress (@&#8203;playform/compress)</summary>

###
[`v0.1.6`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#016)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/a521ab429adf5c90f5b2f052eab191f0af144b3e...043ced67e7e6ab4fc8594edf2702e834887ed015)

##### Added

-   New Configuration folder with ESBuild.js and ESBuild.ts files
-   Added browserslist as a development dependency

##### Changed

-   Updated .npmignore to exclude the Configuration/ directory
-   Modified package.json scripts to use the new ESBuild configuration
-   Updated version to 0.1.6
- Enhanced error handling in CSS compression in
Source/Function/Integration.ts
- Updated Source/Interface/CSS/lightningcss.ts to set default value for
    unusedSymbols
-   Added targets to Source/Variable/CSS/lightningcss.ts

###
[`v0.1.5`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#015)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/1267d3c7f8124b9da1567a27ee5755a81e7535a9...a521ab429adf5c90f5b2f052eab191f0af144b3e)

##### Changed

-   Updated dependencies
-   Typings update

###
[`v0.1.4`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#014)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/661bc5bc86b65a7d5a70d057676cf6ee1a328eba...1267d3c7f8124b9da1567a27ee5755a81e7535a9)

##### Fixed

-   Fixes missing `Pipe.js`

###
[`v0.1.3`](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba)

###
[`v0.1.2`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#012)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/102cf84f487bbfc848632c07bf48291b7ea6559f...2b9713fb8097bcddf384e3abba15d8fbccd4cdba)

##### Added

-   New CLI functionality with `Compress` command
- New `CLI.ts` and `Pipe.ts` functions for improved command-line
operations
-   Added `commander` dependency for CLI support
-   Added `fast-glob` dependency for file pattern matching

##### Changed

-   Updated package name from `astro-compress` to `@playform/compress`
-   Updated various dependencies to their latest versions:
    -   `@playform/pipe` from 0.1.0 to 0.1.1
    -   `deepmerge-ts` from 7.1.0 to 7.1.1
    -   `lightningcss` from 1.25.1 to 1.27.0
    -   `sharp` from 0.33.4 to 0.33.5
    -   `svgo` from 4.0.0-rc.0 to 3.3.2
    -   `terser` from 5.31.3 to 5.34.1
    -   `@playform/build` from 0.1.3 to 0.1.7
-   Refactored and improved various TypeScript interfaces and types
-   Updated README with new installation instructions and badge styling
-   Updated README badges to use HTTPS URLs
-   Updated README table layout for better visual presentation
-   Updated dependency badges in README to use correct package name
    (`@playform/compress` instead of `@playform/inline`)
-   Updated README to remove unnecessary line breaks and improve spacing
- Updated `Source/Function/Image/Writesharp.ts` to simplify an import
statement
- Added `Source/Function/CLI.ts` for command-line interface
functionality
-   Added `Source/Interface/CLI.ts` to define the command-line interface
-   Updated `package.json` to include necessary CLI dependencies

##### Removed

-   Removed `Documentation/` directory (replaced with `docs/`)
-   Removed `Summary.md` file

##### Fixed

-   Various code improvements and refactoring for better type safety and
    performance
-   Fixed broken links in README badges
-   Fixed alignment and spacing issues in README table
-   Fixed incorrect package name in dependency badges

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-28 12:08:18 +00:00
TrueCharts Bot a03a33fb22 fix(website): update starlight-blog 0.15.0 → 0.16.1 (#30311)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [starlight-blog](https://redirect.github.com/HiDeoo/starlight-blog)
([source](https://redirect.github.com/HiDeoo/starlight-blog/tree/HEAD/packages/starlight-blog))
| dependencies | minor | [`0.15.0` ->
`0.16.1`](https://renovatebot.com/diffs/npm/starlight-blog/0.15.0/0.16.1)
|

---

> [!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>HiDeoo/starlight-blog (starlight-blog)</summary>

###
[`v0.16.1`](https://redirect.github.com/HiDeoo/starlight-blog/blob/HEAD/packages/starlight-blog/CHANGELOG.md#0161)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/starlight-blog@0.16.0...starlight-blog@0.16.1)

##### Patch Changes

-
[#&#8203;105](https://redirect.github.com/HiDeoo/starlight-blog/pull/105)
[`4ce050c`](https://redirect.github.com/HiDeoo/starlight-blog/commit/4ce050c9e6317d2cb3b7329e84aa9b0a5aa02cb5)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for passing
[`Infinity`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Infinity)
to the
[`postCount`](https://starlight-blog-docs.vercel.app/configuration#postcount)
and
[`recentPostCount`](https://starlight-blog-docs.vercel.app/configuration#recentpostcount)
configuration options.

###
[`v0.16.0`](https://redirect.github.com/HiDeoo/starlight-blog/blob/HEAD/packages/starlight-blog/CHANGELOG.md#0160)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.15.0...starlight-blog@0.16.0)

##### Minor Changes

-
[#&#8203;100](https://redirect.github.com/HiDeoo/starlight-blog/pull/100)
[`679e509`](https://redirect.github.com/HiDeoo/starlight-blog/commit/679e50998bad26034735c99302de5645dd87bf6e)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for Astro v5, drops support for Astro v4.

⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is
now `0.30.0`.

Please follow the [upgrade
guide](https://redirect.github.com/withastro/starlight/releases/tag/%40astrojs/starlight%400.30.0)
to update your project.

Note that the [`legacy.collections`
flag](https://docs.astro.build/en/reference/legacy-flags/#collections)
is not supported by this plugin and you should update your collections
to use Astro's new Content Layer API.

⚠️ **BREAKING CHANGE:** The generated RSS feed no longer includes
content of blog posts due to a
[regression](https://redirect.github.com/withastro/astro/issues/12669)
in Astro v5. The feature will be restored in a future release. If you
rely on this feature, please stay on a previous version of Starlight and
Astro in the meantime.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 09:47:16 +00:00
TrueCharts Bot 0547e91fed fix(website): update starlight-image-zoom 0.9.0 → 0.10.0 (#30312)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-image-zoom](https://redirect.github.com/HiDeoo/starlight-image-zoom)
([source](https://redirect.github.com/HiDeoo/starlight-image-zoom/tree/HEAD/packages/starlight-image-zoom))
| dependencies | minor | [`0.9.0` ->
`0.10.0`](https://renovatebot.com/diffs/npm/starlight-image-zoom/0.9.0/0.10.0)
|

---

> [!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>HiDeoo/starlight-image-zoom (starlight-image-zoom)</summary>

###
[`v0.10.0`](https://redirect.github.com/HiDeoo/starlight-image-zoom/blob/HEAD/packages/starlight-image-zoom/CHANGELOG.md#0100)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-image-zoom/compare/v0.9.0...starlight-image-zoom@0.10.0)

##### Minor Changes

-
[#&#8203;27](https://redirect.github.com/HiDeoo/starlight-image-zoom/pull/27)
[`e716c66`](https://redirect.github.com/HiDeoo/starlight-image-zoom/commit/e716c66dd585fe2fd78432add8d9895c8110131f)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for Astro v5, drops support for Astro v4.

⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is
now `0.30.0`.

Please follow the [upgrade
guide](https://redirect.github.com/withastro/starlight/releases/tag/%40astrojs/starlight%400.30.0)
to update your project.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 05:32:49 +00:00
TrueCharts Bot 3bcd24772e fix(website): update @astrojs/starlight 0.29.3 → 0.30.3 (#30309)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | minor | [`0.29.3` ->
`0.30.3`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.29.3/0.30.3)
|

---

> [!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/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.30.3`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0303)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.2...@astrojs/starlight@0.30.3)

##### Patch Changes

-
[#&#8203;2717](https://redirect.github.com/withastro/starlight/pull/2717)
[`c5fcbb3`](https://redirect.github.com/withastro/starlight/commit/c5fcbb33a7a0511ac372f5d006a69f4195d1e266)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes a
list item spacing issue where line break elements (`<br>`) could receive
a margin, breaking layout in Firefox

-
[#&#8203;2724](https://redirect.github.com/withastro/starlight/pull/2724)
[`02d7ac6`](https://redirect.github.com/withastro/starlight/commit/02d7ac66a0bdca3f26001f556de070027d4e0faf)
Thanks [@&#8203;dionysuzx](https://redirect.github.com/dionysuzx)! -
Adds social link support for Farcaster

-
[#&#8203;2635](https://redirect.github.com/withastro/starlight/pull/2635)
[`ec4b851`](https://redirect.github.com/withastro/starlight/commit/ec4b85154ea301d9144ff49f3abd009e3a929387)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue where the language picker in multilingual sites could display the
wrong language when navigating between pages with the browser
back/forward buttons.

-
[#&#8203;2726](https://redirect.github.com/withastro/starlight/pull/2726)
[`e54ebd5`](https://redirect.github.com/withastro/starlight/commit/e54ebd5c879deb3fdff2180426b377181773b85f)
Thanks [@&#8203;techfg](https://redirect.github.com/techfg)! - Adds icon
for phone

###
[`v0.30.2`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0302)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.1...@astrojs/starlight@0.30.2)

##### Patch Changes

-
[#&#8203;2702](https://redirect.github.com/withastro/starlight/pull/2702)
[`02d16f3`](https://redirect.github.com/withastro/starlight/commit/02d16f3638db609501897c5e3647cc20eb5ec142)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with autogenerated sidebars when using Starlight with Astro's new
Content Layer API with directories containing spaces or special
characters.

-
[#&#8203;2704](https://redirect.github.com/withastro/starlight/pull/2704)
[`fd16470`](https://redirect.github.com/withastro/starlight/commit/fd164704b25ec5c000a2765eb0930b87e9a4e61e)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
display of focus indicator around site title

###
[`v0.30.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0301)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.0...@astrojs/starlight@0.30.1)

##### Patch Changes

-
[#&#8203;2688](https://redirect.github.com/withastro/starlight/pull/2688)
[`5c6996c`](https://redirect.github.com/withastro/starlight/commit/5c6996cd248e9da735a14e7fcaf638b51f2796bc)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with autogenerated sidebars when using Starlight with Astro's new
Content Layer API where group names would be sluggified.

###
[`v0.30.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0300)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.29.3...@astrojs/starlight@0.30.0)

##### Minor Changes

-
[#&#8203;2612](https://redirect.github.com/withastro/starlight/pull/2612)
[`8d5a4e8`](https://redirect.github.com/withastro/starlight/commit/8d5a4e8000d9e3a4bb9ca8178767cf3d8bc48773)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for Astro v5, drops support for Astro v4.

##### Upgrade Astro and dependencies

⚠️ **BREAKING CHANGE:** Astro v4 is no longer supported. Make sure you
[update Astro](https://docs.astro.build/en/guides/upgrade-to/v5/) and
any other official integrations at the same time as updating Starlight:

```sh
npx @&#8203;astrojs/upgrade
```

*Community Starlight plugins and Astro integrations may also need to be
manually updated to work with Astro v5. If you encounter any issues,
please reach out to the plugin or integration author to see if it is a
known issue or if an updated version is being worked on.*

##### Update your collections

⚠️ **BREAKING CHANGE:** Starlight's internal [content
collections](https://docs.astro.build/en/guides/content-collections/),
which organize, validate, and render your content, have been updated to
use Astro's new Content Layer API and require configuration changes in
your project.

1. **Move the content config file.** This file no longer lives within
the `src/content/config.ts` folder and should now exist at
`src/content.config.ts`.

2. **Edit the collection definition(s).** To update the `docs`
collection, a `loader` is now required:

    ```diff
     // src/content.config.ts
     import { defineCollection } from "astro:content";
    +import { docsLoader } from "@&#8203;astrojs/starlight/loaders";
     import { docsSchema } from "@&#8203;astrojs/starlight/schema";

     export const collections = {
    -  docs: defineCollection({ schema: docsSchema() }),
+ docs: defineCollection({ loader: docsLoader(), schema: docsSchema()
}),
     };
    ```

If you are using the [`i18n`
collection](https://starlight.astro.build/guides/i18n/#translate-starlights-ui)
to provide translations for additional languages you support or override
our default labels, you will need to update the collection definition in
a similar way and remove the collection `type` which is no longer
available:

    ```diff
     // src/content.config.ts
     import { defineCollection } from "astro:content";
+import { docsLoader, i18nLoader } from
"@&#8203;astrojs/starlight/loaders";
import { docsSchema, i18nSchema } from
"@&#8203;astrojs/starlight/schema";

     export const collections = {
    -  docs: defineCollection({ schema: docsSchema() }),
+ docs: defineCollection({ loader: docsLoader(), schema: docsSchema()
}),
    -  i18n: defineCollection({ type: 'data', schema: i18nSchema() }),
+ i18n: defineCollection({ loader: i18nLoader(), schema: i18nSchema()
}),
     };
    ```

3. **Update other collections.** To update any other collections you may
have, follow the [“Updating existing
collections”](https://docs.astro.build/en/guides/upgrade-to/v5/#updating-existing-collections)
section in the Astro 5 upgrade guide.

If you are unable to make any changes to your collections at this time,
including Starlight's default `docs` and `i18n` collections, you can
enable the [`legacy.collections`
flag](https://docs.astro.build/en/reference/legacy-flags/) to upgrade to
v5 without updating your collections. This legacy flag exists to provide
temporary backwards compatibility, and will allow you to keep your
collections in their current state until the legacy flag is no longer
supported.

##### Patch Changes

-
[#&#8203;2669](https://redirect.github.com/withastro/starlight/pull/2669)
[`310df7d`](https://redirect.github.com/withastro/starlight/commit/310df7d6b01f5c4a56540bdba9243fb60dace323)
Thanks
[@&#8203;aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)!
- Adds Catalan UI translations

-
[#&#8203;2664](https://redirect.github.com/withastro/starlight/pull/2664)
[`62ff007`](https://redirect.github.com/withastro/starlight/commit/62ff0074d9a3f82e46f5c62db85c04d87ff5e931)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Publishes
provenance containing verifiable data to link a package back to its
source repository and the specific build instructions used to publish
it.

-
[#&#8203;2670](https://redirect.github.com/withastro/starlight/pull/2670)
[`0223b42`](https://redirect.github.com/withastro/starlight/commit/0223b425249f8d1fa468e367c632467276c9c208)
Thanks
[@&#8203;aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)!
- Adds Spanish UI translations for the Pagefind search modal

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 05:30:10 +00:00
TrueCharts Bot b4ca7d67df fix(website): update starlight-links-validator 0.13.4 → 0.14.1 (#30313)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator)
([source](https://redirect.github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator))
| dependencies | minor | [`0.13.4` ->
`0.14.1`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.13.4/0.14.1)
|

---

> [!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>HiDeoo/starlight-links-validator
(starlight-links-validator)</summary>

###
[`v0.14.1`](https://redirect.github.com/HiDeoo/starlight-links-validator/blob/HEAD/packages/starlight-links-validator/CHANGELOG.md#0141)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/starlight-links-validator@0.14.0...starlight-links-validator@0.14.1)

##### Patch Changes

-
[#&#8203;82](https://redirect.github.com/HiDeoo/starlight-links-validator/pull/82)
[`b3cbee8`](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/b3cbee83fb54f5bd6dd06b01bb8397758c081752)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes
regresion introduced in version
[`0.14.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/starlight-links-validator%400.14.0)
of the plugin regarding validation of links to pages with [custom
IDs/slugs](https://docs.astro.build/en/guides/content-collections/#defining-custom-ids).

Note that you must use at least Astro version
[`5.1.1`](https://redirect.github.com/withastro/astro/releases/tag/astro%405.1.1)
to benefit from this fix.

-
[#&#8203;80](https://redirect.github.com/HiDeoo/starlight-links-validator/pull/80)
[`876cb50`](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/876cb5094d10a56a1be04b7cdc27e4f89fb1b681)
Thanks [@&#8203;lukekarrys](https://redirect.github.com/lukekarrys)! -
Fixes validation issues for pages ending in `index`, e.g.
`module_index`.

###
[`v0.14.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/blob/HEAD/packages/starlight-links-validator/CHANGELOG.md#0140)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.4...starlight-links-validator@0.14.0)

##### Minor Changes

-
[#&#8203;77](https://redirect.github.com/HiDeoo/starlight-links-validator/pull/77)
[`486a379`](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/486a379c5bda40584126c376e14a3c82c23bd449)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Adds
support for Astro v5, drops support for Astro v4.

⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is
now `0.30.0`.

Please follow the [upgrade
guide](https://redirect.github.com/withastro/starlight/releases/tag/%40astrojs/starlight%400.30.0)
to update your project.

When using the plugin with the [Content Layer
API](https://docs.astro.build/en/guides/content-collections), the plugin
will now automatically invalidate the content layer cache so that all
links can be properly validated. To avoid unnecessary cache
invalidation, it is recommended to conditionally use the plugin only
when necessary. Check out the new [“Conditional
Validation”](https://starlight-links-validator.vercel.app/guides/conditional-validation/)
guide for more information.

⚠️ **BREAKING CHANGE:** Due to a
[regression](https://redirect.github.com/withastro/astro/issues/12778)
in Astro v5, links to pages with [custom
IDs/slugs](https://docs.astro.build/en/guides/content-collections/#defining-custom-ids)
can no longer be validated and will be flagged as invalid. If you rely
on this feature, please stay on a previous version of Starlight and
Astro in the meantime.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 04:19:36 +00:00
TrueCharts Bot ba6694445a fix(website): update prettier 3.3.3 → 3.4.2 (#30310)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | dependencies
| minor | [`3.3.3` ->
`3.4.2`](https://renovatebot.com/diffs/npm/prettier/3.3.3/3.4.2) |

---

> [!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>prettier/prettier (prettier)</summary>

###
[`v3.4.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#342)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.4.1...3.4.2)


[diff](https://redirect.github.com/prettier/prettier/compare/3.4.1...3.4.2)

##### Treat U+30A0 & U+30FB in Katakana Block as CJK
([#&#8203;16796](https://redirect.github.com/prettier/prettier/pull/16796)
by [@&#8203;tats-u](https://redirect.github.com/tats-u))

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly
used in Japanese to represent the delimitation of first and last names
of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means
“C language & C++ & Go & Rust” in Japanese.

<!-- prettier-ignore -->

```md
<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust
```

U+30A0 can be used as the replacement of the `-` in non-Japanese names
(e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as
“サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or
U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

##### Fix comments print on class methods with decorators
([#&#8203;16891](https://redirect.github.com/prettier/prettier/pull/16891)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-- prettier-ignore -->

```jsx
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
```

##### Fix non-idempotent formatting
([#&#8203;16899](https://redirect.github.com/prettier/prettier/pull/16899)
by [@&#8203;seiyab](https://redirect.github.com/seiyab))

This bug fix is not language-specific. You may see similar change in any
languages. This fixes regression in 3.4.0 so change caused by it should
yield same formatting as 3.3.3.

<!-- prettier-ignore -->

```jsx
// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;
```

###
[`v3.4.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#341)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.4.0...3.4.1)


[diff](https://redirect.github.com/prettier/prettier/compare/3.4.0...3.4.1)

##### Remove unnecessary parentheses around assignment in `v-on`
([#&#8203;16887](https://redirect.github.com/prettier/prettier/pull/16887)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-- prettier-ignore -->

```vue
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>
```

###
[`v3.4.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#340)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.3.3...3.4.0)


[diff](https://redirect.github.com/prettier/prettier/compare/3.3.3...3.4.0)

🔗 [Release Notes](https://prettier.io/blog/2024/11/26/3.4.0.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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 04:01:28 +01:00
TrueCharts Bot ef09308ed6 fix(website): update tailwindcss 3.4.15 → 3.4.17 (#30163)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss)) |
dependencies | patch | [`3.4.15` ->
`3.4.17`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.15/3.4.17) |

---

> [!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>tailwindlabs/tailwindcss (tailwindcss)</summary>

###
[`v3.4.17`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.17)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17)

##### Fixed

- Work around Node v22.12+ issue
([#&#8203;15421](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15421))

###
[`v3.4.16`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.16)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16)

##### Fixed

- Ensure the TypeScript types for `PluginsConfig` allow `undefined`
values
([#&#8203;14668](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14668))

### Changed

- Bumped lilconfig to v3.x
([#&#8203;15289](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15289))

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-28 02:10:05 +00:00
TrueCharts Bot dad2f8255e fix(website): update @astrojs/starlight 0.29.2 → 0.29.3 (#30158)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | patch | [`0.29.2` ->
`0.29.3`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.29.2/0.29.3)
|

---

> [!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/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.29.3`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0293)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.29.2...@astrojs/starlight@0.29.3)

##### Patch Changes

-
[#&#8203;2642](https://redirect.github.com/withastro/starlight/pull/2642)
[`12750ae`](https://redirect.github.com/withastro/starlight/commit/12750ae1bc303f2c53efd25adf01428e54aced90)
Thanks [@&#8203;dragomano](https://redirect.github.com/dragomano)! -
Updates Russian UI translations

-
[#&#8203;2656](https://redirect.github.com/withastro/starlight/pull/2656)
[`4d543be`](https://redirect.github.com/withastro/starlight/commit/4d543bec280f3b5e00e21727d78f25756a1ced75)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Improves
error message when an invalid configuration or no configuration is
provided to the Starlight integration.

-
[#&#8203;2645](https://redirect.github.com/withastro/starlight/pull/2645)
[`cf12beb`](https://redirect.github.com/withastro/starlight/commit/cf12beb91b4cb2f212dbcc0cc1ed56e79d055ff0)
Thanks [@&#8203;techfg](https://redirect.github.com/techfg)! - Fixes
support for favicon URLs that contain a search query and/or hash

-
[#&#8203;2650](https://redirect.github.com/withastro/starlight/pull/2650)
[`38db4ec`](https://redirect.github.com/withastro/starlight/commit/38db4ecfdb572b1f6362aca544f72f5128f5fe08)
Thanks [@&#8203;raviqqe](https://redirect.github.com/raviqqe)! - Moves
`@types/js-yaml` package to non-dev dependencies

-
[#&#8203;2633](https://redirect.github.com/withastro/starlight/pull/2633)
[`5adb720`](https://redirect.github.com/withastro/starlight/commit/5adb720afd354d99b3682d045b9dc8729a1ff274)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
VoiceOver issue with Safari where the content of a `<script>` element
could be read before the sidebar content.

-
[#&#8203;2663](https://redirect.github.com/withastro/starlight/pull/2663)
[`34755f9`](https://redirect.github.com/withastro/starlight/commit/34755f9c5f2fa451e8a56aecf3ff5a6ff499767b)
Thanks
[@&#8203;astrobot-houston](https://redirect.github.com/astrobot-houston)!
- Adds a new `seti:vite` icon for Vite configuration files in the
`<FileTree>` component

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 21:42:58 +00:00
TrueCharts Bot 72f8a00999 fix(website): update starlight-links-validator 0.13.2 → 0.13.4 (#30162)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator)
([source](https://redirect.github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator))
| dependencies | patch | [`0.13.2` ->
`0.13.4`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.13.2/0.13.4)
|

---

> [!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>HiDeoo/starlight-links-validator
(starlight-links-validator)</summary>

###
[`v0.13.4`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.13.4)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.3...v0.13.4)

#####    🐞 Bug Fixes

- Fixes a validation issue with Markdown headings including trailing
markup  -  by
[@&#8203;jorenbroekema](https://redirect.github.com/jorenbroekema) and
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(009be)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/009be12)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.3...v0.13.4)

###
[`v0.13.3`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.13.3)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.2...v0.13.3)

#####    🚀 Features

- Improves messages for errors related to the Astro `trailingSlash`
option to indicate if a link is missing a trailing slash or if a link
has a trailing slash when it should not  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(a8776)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/a87760a)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.2...v0.13.3)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 21:29:40 +00:00
TrueCharts Bot f7267cbcc8 fix(website): update astro-integration-lottie 0.3.1 → 0.3.2 (#30161)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[astro-integration-lottie](https://redirect.github.com/giuseppelt/astro-lottie)
| dependencies | patch | [`0.3.1` ->
`0.3.2`](https://renovatebot.com/diffs/npm/astro-integration-lottie/0.3.1/0.3.2)
|

---

> [!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>giuseppelt/astro-lottie (astro-integration-lottie)</summary>

###
[`v0.3.2`](https://redirect.github.com/giuseppelt/astro-lottie/blob/HEAD/CHANGELOG.md#032-Patch-release)

[Compare
Source](https://redirect.github.com/giuseppelt/astro-lottie/compare/v0.3.1...v0.3.2)

fix: add main field in package.json
([#&#8203;15](https://redirect.github.com/giuseppelt/astro-lottie/issues/15))

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 21:25:38 +00:00
TrueCharts Bot feaad34534 fix(website): update @astrojs/tailwind 5.1.2 → 5.1.4 (#30159)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind))
| dependencies | patch | [`5.1.2` ->
`5.1.4`](https://renovatebot.com/diffs/npm/@astrojs%2ftailwind/5.1.2/5.1.4)
|

---

> [!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/tailwind)</summary>

###
[`v5.1.4`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#514)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/tailwind@5.1.3...@astrojs/tailwind@5.1.4)

##### Patch Changes

-
[#&#8203;12799](https://redirect.github.com/withastro/astro/pull/12799)
[`739dbfb`](https://redirect.github.com/withastro/astro/commit/739dbfba4214107cf8fc40c702834dad33eed3b0)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Upgrades Vite to pin esbuild

###
[`v5.1.3`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#513)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/tailwind@5.1.2...@astrojs/tailwind@5.1.3)

##### Patch Changes

-
[#&#8203;12594](https://redirect.github.com/withastro/astro/pull/12594)
[`4f2fd0a`](https://redirect.github.com/withastro/astro/commit/4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc)
Thanks [@&#8203;Princesseuh](https://redirect.github.com/Princesseuh)! -
Fixes compatibility with Astro 5

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 21:24:52 +00:00
TrueCharts Bot 52a6a06f1e fix(website): update astro 4.16.14 → 4.16.18 [security] (#29836) 2024-12-27 03:09:36 +01:00
TrueCharts Bot 1a266b598e fix(website): update starlight-blog 0.14.1 → 0.15.0 (#29790)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [starlight-blog](https://redirect.github.com/HiDeoo/starlight-blog) |
dependencies | minor | [`0.14.1` ->
`0.15.0`](https://renovatebot.com/diffs/npm/starlight-blog/0.14.1/0.15.0)
|

---

> [!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>HiDeoo/starlight-blog (starlight-blog)</summary>

###
[`v0.15.0`](https://redirect.github.com/HiDeoo/starlight-blog/releases/tag/v0.15.0)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.14.1...v0.15.0)

#####    🚀 Features

- Refactors full-text RSS feed to use the experimental Astro Container
API  -  by [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(2268e)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/2268e2b)
This change fixes various rendering issues with MDX content or images.

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.14.1...v0.15.0)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-24 02:18:50 +00:00
TrueCharts Bot fac7b9003b fix(website): update typescript 5.6.3 → 5.7.2 (#29746)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) |
dependencies | minor | [`5.6.3` ->
`5.7.2`](https://renovatebot.com/diffs/npm/typescript/5.6.3/5.7.2) |

---

> [!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>microsoft/TypeScript (typescript)</summary>

###
[`v5.7.2`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.7.2):
TypeScript 5.7

[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2)

For release notes, check out the [release
announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/).

- [fixed issues query for Typescript 5.7.0
(Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.7.1
(RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.7.2
(Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-23 03:16:48 +01:00
TrueCharts Bot 4428005caa fix(website): update astro 4.16.13 → 4.16.14 (#29695)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.13` ->
`4.16.14`](https://renovatebot.com/diffs/npm/astro/4.16.13/4.16.14) |

---

> [!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 (astro)</summary>

###
[`v4.16.14`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41614)

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

##### Patch Changes

-
[#&#8203;12480](https://redirect.github.com/withastro/astro/pull/12480)
[`c3b7e7c`](https://redirect.github.com/withastro/astro/commit/c3b7e7cfa13603c08eb923703f31a92d514e82db)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! -
Removes the default throw behavior in `astro:env`

-
[#&#8203;12444](https://redirect.github.com/withastro/astro/pull/12444)
[`28dd3ce`](https://redirect.github.com/withastro/astro/commit/28dd3ce5222a667fe113238254edf59318b3fa14)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where a server island hydration script might fail case
the island ID misses from the DOM.

-
[#&#8203;12476](https://redirect.github.com/withastro/astro/pull/12476)
[`80a9a52`](https://redirect.github.com/withastro/astro/commit/80a9a5299a9d51f2b09900d3200976d687feae8f)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where the Content Layer `glob()` loader would not update
when renaming or deleting an entry

-
[#&#8203;12418](https://redirect.github.com/withastro/astro/pull/12418)
[`25baa4e`](https://redirect.github.com/withastro/astro/commit/25baa4ed0c5f55fa85c2c7e2c15848937ed1dc9b)
Thanks [@&#8203;oliverlynch](https://redirect.github.com/oliverlynch)! -
Fix cached image redownloading if it is the first asset

-
[#&#8203;12477](https://redirect.github.com/withastro/astro/pull/12477)
[`46f6b38`](https://redirect.github.com/withastro/astro/commit/46f6b386b3db6332f286d79958ef10261958cceb)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where the SSR build was emitting the
`dist/server/entry.mjs` file with an incorrect import at the top of the
file/

-
[#&#8203;12365](https://redirect.github.com/withastro/astro/pull/12365)
[`a23985b`](https://redirect.github.com/withastro/astro/commit/a23985b02165c2ddce56d511b3f97b6815c452c9)
Thanks [@&#8203;apatel369](https://redirect.github.com/apatel369)! -
Fixes an issue where `Astro.currentLocale` was not correctly returning
the locale for 404 and 500 pages.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-22 03:15:01 +01:00
TrueCharts Bot 5aea13ee2a fix(website): update @astrojs/starlight 0.29.0 → 0.29.2 (#29608)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | patch | [`0.29.0` ->
`0.29.2`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.29.0/0.29.2)
|

---

> [!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/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.29.2`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0292)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.29.1...@astrojs/starlight@0.29.2)

##### Patch Changes

-
[#&#8203;2616](https://redirect.github.com/withastro/starlight/pull/2616)
[`128cc51`](https://redirect.github.com/withastro/starlight/commit/128cc51b416a1a934eabb1989c04b76517e77a04)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
an edge case to correctly avoid a trailing slash when navigating from a
root locale homepage to another language via Starlight’s language
switcher when `trailingSlash: 'never'` is set

###
[`v0.29.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0291)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.29.0...@astrojs/starlight@0.29.1)

##### Patch Changes

-
[#&#8203;2611](https://redirect.github.com/withastro/starlight/pull/2611)
[`6059d96`](https://redirect.github.com/withastro/starlight/commit/6059d961a6b31fd7848b0c59411fc6370e62abab)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
UI string type issue in projects with multiple data content collections.

-
[#&#8203;2606](https://redirect.github.com/withastro/starlight/pull/2606)
[`10b15a7`](https://redirect.github.com/withastro/starlight/commit/10b15a7fcda4805dda622f893b6671b96a349161)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Makes
`<CardGrid>` more resilient to complex child content on smaller
viewports

-
[#&#8203;2605](https://redirect.github.com/withastro/starlight/pull/2605)
[`ec7ab4f`](https://redirect.github.com/withastro/starlight/commit/ec7ab4f1df83052aa00c5f560adf7e7b8d61c9db)
Thanks [@&#8203;brianzelip](https://redirect.github.com/brianzelip)! -
Exposes `SidebarPersister` component in package exports for use in
custom overrides

-
[#&#8203;2614](https://redirect.github.com/withastro/starlight/pull/2614)
[`9a31980`](https://redirect.github.com/withastro/starlight/commit/9a319807c698f65b461f456c54c413081ab551f0)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with custom pages using the `<StarlightPage />` component and a
custom sidebar missing highlighting for the active page and navigation
links.

-
[#&#8203;2600](https://redirect.github.com/withastro/starlight/pull/2600)
[`49aef17`](https://redirect.github.com/withastro/starlight/commit/49aef173811d05ae132729c92c3920a142ceeb7d)
Thanks [@&#8203;jdevega](https://redirect.github.com/jdevega)! - Adds
Backstage social icon

-
[#&#8203;2613](https://redirect.github.com/withastro/starlight/pull/2613)
[`a73780f`](https://redirect.github.com/withastro/starlight/commit/a73780fb280feb5b96ffa94539633b2930bd8e76)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
support for `sidebar` frontmatter options in sidebar entries using
`slug` or the string shorthand for internal links

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-20 03:17:45 +01:00
TrueCharts Bot b95dfedd04 fix(website): update astro 4.16.12 → 4.16.13 (#29413)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.12` ->
`4.16.13`](https://renovatebot.com/diffs/npm/astro/4.16.12/4.16.13) |

---

> [!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 (astro)</summary>

###
[`v4.16.13`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41613)

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

##### Patch Changes

-
[#&#8203;12436](https://redirect.github.com/withastro/astro/pull/12436)
[`453ec6b`](https://redirect.github.com/withastro/astro/commit/453ec6b12f8c021e0bd0fd0ea9f71c8fc280f4b1)
Thanks [@&#8203;martrapp](https://redirect.github.com/martrapp)! - Fixes
a potential null access in the clientside router

-
[#&#8203;12392](https://redirect.github.com/withastro/astro/pull/12392)
[`0462219`](https://redirect.github.com/withastro/astro/commit/0462219612183b65867aaaef9fa538d89f201999)
Thanks [@&#8203;apatel369](https://redirect.github.com/apatel369)! -
Fixes an issue where scripts were not correctly injected during the
build. The issue was triggered when there were injected routes with the
same `entrypoint` and different `pattern`

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 13:35:55 +01:00
TrueCharts Bot fe164010d4 fix(website): update tailwindcss 3.4.14 → 3.4.15 (#29372)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss)) |
dependencies | patch | [`3.4.14` ->
`3.4.15`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.14/3.4.15) |

---

> [!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>tailwindlabs/tailwindcss (tailwindcss)</summary>

###
[`v3.4.15`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.15)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15)

- Bump versions for security vulnerabilities
([#&#8203;14697](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14697))
- Ensure the TypeScript types for the `boxShadow` theme configuration
allows arrays
([#&#8203;14856](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14856))
- Set fallback for opacity variables to ensure setting colors with the
`selection:*` variant works in Chrome 131
([#&#8203;15003](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15003))

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-14 21:23:52 +01:00
TrueCharts Bot a470f8179c fix(website): update astro 4.16.11 → 4.16.12 (#29314)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.11` ->
`4.16.12`](https://renovatebot.com/diffs/npm/astro/4.16.11/4.16.12) |

---

> [!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 (astro)</summary>

###
[`v4.16.12`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41612)

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

##### Patch Changes

-
[#&#8203;12420](https://redirect.github.com/withastro/astro/pull/12420)
[`acac0af`](https://redirect.github.com/withastro/astro/commit/acac0af53466f8a381ccdac29ed2ad735d7b4e79)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where the dev server returns a 404 status code when a
user middleware returns a valid `Response`.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-13 17:31:19 +01:00
TrueCharts Bot 053e61c275 fix(website): update astro 4.16.10 → 4.16.11 (#29260)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.10` ->
`4.16.11`](https://renovatebot.com/diffs/npm/astro/4.16.10/4.16.11) |

---

> [!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 (astro)</summary>

###
[`v4.16.11`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41611)

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

##### Patch Changes

-
[#&#8203;12305](https://redirect.github.com/withastro/astro/pull/12305)
[`f5f7109`](https://redirect.github.com/withastro/astro/commit/f5f71094ec74961b4cca2ee451798abd830c617a)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where the error overlay would not escape the message

-
[#&#8203;12402](https://redirect.github.com/withastro/astro/pull/12402)
[`823e73b`](https://redirect.github.com/withastro/astro/commit/823e73b164eab4115af31b1de8e978f2b4e0a95d)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a case where Astro allowed to call an action without using
`Astro.callAction`. This is now invalid, and Astro will show a proper
error.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-13 01:28:42 +01:00
TrueCharts Bot 4b6ad23914 fix(website): update starlight-links-validator 0.13.0 → 0.13.2 (#29098)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator)
| dependencies | patch | [`0.13.0` ->
`0.13.2`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.13.0/0.13.2)
|

---

> [!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>HiDeoo/starlight-links-validator
(starlight-links-validator)</summary>

###
[`v0.13.2`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.13.2)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.1...v0.13.2)

#####    🐞 Bug Fixes

- Fixes a potential type-checking issue in some Starlight projects  - 
by [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(1e33b)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/1e33b07)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.1...v0.13.2)

###
[`v0.13.1`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.13.1)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.0...v0.13.1)

#####    🐞 Bug Fixes

- Refactors some internal types to prevent type issues with future
Starlight versions  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(11518)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/1151857)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.0...v0.13.1)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-10 17:41:17 +01:00
TrueCharts Bot a2df1931eb fix(website): update @astrojs/starlight 0.28.6 → 0.29.0 (#29023)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | minor | [`0.28.6` ->
`0.29.0`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.6/0.29.0)
|

---

> [!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/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.29.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0290)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.6...@astrojs/starlight@0.29.0)

##### Minor Changes

-
[#&#8203;2551](https://redirect.github.com/withastro/starlight/pull/2551)
[`154c8e3`](https://redirect.github.com/withastro/starlight/commit/154c8e337819c7d7ebf4ff4dd55db0d10607620b)
Thanks [@&#8203;hippotastic](https://redirect.github.com/hippotastic)! -
Updates the `astro-expressive-code` dependency to the latest version
(0.38).

The new version allows using `ec.config.mjs` to selectively override
individual Expressive Code styles and settings provided by Starlight
themes and plugins, speeds up Shiki language loading, and adds the
config option `expressiveCode.shiki.injectLangsIntoNestedCodeBlocks`.
See the [Expressive Code release
notes](https://expressive-code.com/releases/#&#8203;0380) for full
details.

-
[#&#8203;2252](https://redirect.github.com/withastro/starlight/pull/2252)
[`6116db0`](https://redirect.github.com/withastro/starlight/commit/6116db03a4157c0f0caa210690ef0dcdd001a287)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Improves
build performance for sites with large sidebars

This release adds a caching layer to Starlight’s sidebar generation
logic, reducing the number of times sidebars need to be regenerated
while building a site. Some benchmarks for projects with a complex
sidebar saw builds complete more than 35% faster with this change.

-
[#&#8203;2503](https://redirect.github.com/withastro/starlight/pull/2503)
[`a4c8edd`](https://redirect.github.com/withastro/starlight/commit/a4c8eddc53993068c0f60159fecc123013827ef0)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Improves
the accessibility of asides and tabs by removing some unnecessary HTML
landmarks.

##### Patch Changes

-
[#&#8203;2579](https://redirect.github.com/withastro/starlight/pull/2579)
[`241966b`](https://redirect.github.com/withastro/starlight/commit/241966bd0523a2e82891d622b2a97b2f3646bc41)
Thanks [@&#8203;RafidMuhymin](https://redirect.github.com/RafidMuhymin)!
- Adds social link icon for Nostr

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-08 21:50:56 +01:00
TrueCharts Bot dbe187d134 fix(website): update astro 4.16.9 → 4.16.10 (#28916)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.9` ->
`4.16.10`](https://renovatebot.com/diffs/npm/astro/4.16.9/4.16.10) |

---

> [!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 (astro)</summary>

###
[`v4.16.10`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41610)

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

##### Patch Changes

-
[#&#8203;12311](https://redirect.github.com/withastro/astro/pull/12311)
[`bf2723e`](https://redirect.github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460)
Thanks [@&#8203;dinesh-58](https://redirect.github.com/dinesh-58)! -
Adds `checked` to the list of boolean attributes.

-
[#&#8203;12363](https://redirect.github.com/withastro/astro/pull/12363)
[`222f718`](https://redirect.github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75)
Thanks [@&#8203;Fryuni](https://redirect.github.com/Fryuni)! - Fixes
code generated by `astro add` command when adding a version of an
integration other than the default `latest`.

-
[#&#8203;12368](https://redirect.github.com/withastro/astro/pull/12368)
[`493fe43`](https://redirect.github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Improves
error logs when executing commands

-
[#&#8203;12355](https://redirect.github.com/withastro/astro/pull/12355)
[`c4726d7`](https://redirect.github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29)
Thanks [@&#8203;apatel369](https://redirect.github.com/apatel369)! -
Improves error reporting for invalid frontmatter in MDX files during the
`astro build` command. The error message now includes the file path
where the frontmatter parsing failed.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-06 17:30:10 +01:00
TrueCharts Bot ecc26158fb fix(website): update starlight-image-zoom 0.8.0 → 0.9.0 (#28919)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-image-zoom](https://redirect.github.com/HiDeoo/starlight-image-zoom)
| dependencies | minor | [`0.8.0` ->
`0.9.0`](https://renovatebot.com/diffs/npm/starlight-image-zoom/0.8.0/0.9.0)
|

---

> [!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>HiDeoo/starlight-image-zoom (starlight-image-zoom)</summary>

###
[`v0.9.0`](https://redirect.github.com/HiDeoo/starlight-image-zoom/releases/tag/v0.9.0)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-image-zoom/compare/v0.8.0...v0.9.0)

#####    🐞 Bug Fixes

- Rewrites the zooming logic to avoid blurry images on some
devices/browsers (especially visible on images with text)  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(72a5a)</samp>](https://redirect.github.com/HiDeoo/starlight-image-zoom/commit/72a5af2)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-image-zoom/compare/v0.8.0...v0.9.0)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-06 17:24:59 +01:00
TrueCharts Bot efc50b9566 fix(website): update astro 4.16.8 → 4.16.9 (#28808)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.8` ->
`4.16.9`](https://renovatebot.com/diffs/npm/astro/4.16.8/4.16.9) |

---

> [!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 (astro)</summary>

###
[`v4.16.9`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4169)

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

##### Patch Changes

-
[#&#8203;12333](https://redirect.github.com/withastro/astro/pull/12333)
[`836cd91`](https://redirect.github.com/withastro/astro/commit/836cd91c37cea8ae58dd04a326435fcb2c88f358)
Thanks [@&#8203;imattacus](https://redirect.github.com/imattacus)! -
Destroy the server response stream if async error is thrown

-
[#&#8203;12358](https://redirect.github.com/withastro/astro/pull/12358)
[`7680349`](https://redirect.github.com/withastro/astro/commit/76803498738f9e86e7948ce81e01e63607e03549)
Thanks [@&#8203;spacedawwwg](https://redirect.github.com/spacedawwwg)! -
Honors `inlineAstroConfig` parameter in `getViteConfig` when creating a
logger

-
[#&#8203;12353](https://redirect.github.com/withastro/astro/pull/12353)
[`35795a1`](https://redirect.github.com/withastro/astro/commit/35795a1a54b2bfaf331c58ca91b47e5672e08c4e)
Thanks [@&#8203;hippotastic](https://redirect.github.com/hippotastic)! -
Fixes an issue in dev server watch file handling that could cause
multiple restarts for a single file change.

-
[#&#8203;12351](https://redirect.github.com/withastro/astro/pull/12351)
[`5751488`](https://redirect.github.com/withastro/astro/commit/57514881655b62a0bc39ace1e1ed4b89b96f74ca)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Reverts a change made in `4.16.6` that prevented usage of `astro:env`
secrets inside middleware in SSR

-
[#&#8203;12346](https://redirect.github.com/withastro/astro/pull/12346)
[`20e5a84`](https://redirect.github.com/withastro/astro/commit/20e5a843c86e9328814615edf3e8a6fb5e4696cc)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Fixes
sourcemap generation when prefetch is enabled

-
[#&#8203;12349](https://redirect.github.com/withastro/astro/pull/12349)
[`1fc83d3`](https://redirect.github.com/withastro/astro/commit/1fc83d3ba8315c31b2a3aadc77b20b1615d261a0)
Thanks [@&#8203;norskeld](https://redirect.github.com/norskeld)! - Fixes
the `getImage` options type so it properly extends `ImageTransform`

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNiIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-04 17:23:41 +01:00
TrueCharts Bot 714860666f fix(website): update @astrojs/starlight 0.28.5 → 0.28.6 (#28801)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | patch | [`0.28.5` ->
`0.28.6`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.5/0.28.6)
|

---

> [!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/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.28.6`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0286)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.5...@astrojs/starlight@0.28.6)

##### Patch Changes

-
[#&#8203;2565](https://redirect.github.com/withastro/starlight/pull/2565)
[`236467b`](https://redirect.github.com/withastro/starlight/commit/236467bb745cea7a284ae3d398874d3edbcd846e)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with custom UI strings defined in YAML files not being loaded in
some contexts.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-04 13:22:06 +01:00
TrueCharts-Bot b70a504cf2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-11-03 23:50:11 +00:00
TrueCharts Bot 4496c424c5 fix(website): update starlight-links-validator 0.12.4 → 0.13.0 (#28760)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator)
| dependencies | minor | [`0.12.4` ->
`0.13.0`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.12.4/0.13.0)
|

---

> [!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>HiDeoo/starlight-links-validator
(starlight-links-validator)</summary>

###
[`v0.13.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.13.0)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.4...v0.13.0)

#####    🚨 Breaking Changes

- Adds errors for local links, e.g. URLs with a hostname of `localhost`
or `127.0.0.1`  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(80636)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/806366c)

In previous versions, such links were silently ignored. They are now
considered as invalid links as they are usually used for development
purposes and should not be present in production.
If you want to preserve the previous behaviour, you can set the
`errorOnLocalLinks` option to `false` in your `astro.config.mjs` file:

    ```ts
    export default defineConfig({
      integrations: [
        starlight({
          plugins: [
            starlightLinksValidator({
              errorOnLocalLinks: false,
            }),
          ],
        }),
      ],
    });
    ```

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.4...v0.13.0)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuMyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-03 13:23:39 +01:00
TrueCharts Bot eac77f25d8 fix(website): update @astrojs/starlight 0.28.4 → 0.28.5 (#28705)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | patch | [`0.28.4` ->
`0.28.5`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.4/0.28.5)
|

---

> [!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/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.28.5`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0285)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.4...@astrojs/starlight@0.28.5)

##### Patch Changes

-
[#&#8203;2546](https://redirect.github.com/withastro/starlight/pull/2546)
[`bf42300`](https://redirect.github.com/withastro/starlight/commit/bf42300e76241a2df888dc458c59a7478a8b2d61)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue where i18n content collection related errors, e.g. malformed JSON
or YAML, would not be reported.

-
[#&#8203;2548](https://redirect.github.com/withastro/starlight/pull/2548)
[`07673c8`](https://redirect.github.com/withastro/starlight/commit/07673c80114021a269065e451e660337237f76e1)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
URL localization edge case. In projects without a root locale
configured, slugs without a locale prefix did not fall back to the
default locale as expected.

-
[#&#8203;2547](https://redirect.github.com/withastro/starlight/pull/2547)
[`91e1dd7`](https://redirect.github.com/withastro/starlight/commit/91e1dd731a06657890a68b2d474199455df2756f)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
Firefox Markdown content rendering issue for text sentences separated by
a line break.

-
[#&#8203;2524](https://redirect.github.com/withastro/starlight/pull/2524)
[`1b46783`](https://redirect.github.com/withastro/starlight/commit/1b4678325fb10714fc3508bd87a7563b10a0f803)
Thanks [@&#8203;jsparkdev](https://redirect.github.com/jsparkdev)! -
Fixes a broken link to Astro’s Docs in an error message

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDEuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-01 17:30:00 +01:00
TrueCharts Bot aafcdb45e2 fix(website): update astro 4.16.7 → 4.16.8 (#28639)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.7` ->
`4.16.8`](https://renovatebot.com/diffs/npm/astro/4.16.7/4.16.8) |

---

> [!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 (astro)</summary>

###
[`v4.16.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4168)

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

##### Patch Changes

-
[#&#8203;12338](https://redirect.github.com/withastro/astro/pull/12338)
[`9ca89b3`](https://redirect.github.com/withastro/astro/commit/9ca89b3e13d47e146989cfabb916d6599d140f03)
Thanks [@&#8203;situ2001](https://redirect.github.com/situ2001)! -
Resets `NODE_ENV` to ensure install command run in dev mode

-
[#&#8203;12286](https://redirect.github.com/withastro/astro/pull/12286)
[`9d6bcdb`](https://redirect.github.com/withastro/astro/commit/9d6bcdb88fcb9df0c5c70e2b591bcf962ce55f63)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where a warning for experimental `astro:env` support
would be shown when using an adapter but not actually using `astro:env`

-
[#&#8203;12342](https://redirect.github.com/withastro/astro/pull/12342)
[`ffc836b`](https://redirect.github.com/withastro/astro/commit/ffc836bac0cdea684ea91f958ac8298d4ee4b07d)
Thanks [@&#8203;liruifengv](https://redirect.github.com/liruifengv)! -
Fixes a typo in the command name of the CLI

-
[#&#8203;12301](https://redirect.github.com/withastro/astro/pull/12301)
[`0cfc69d`](https://redirect.github.com/withastro/astro/commit/0cfc69d499815d4e1f1dc37cf32653195586087a)
Thanks [@&#8203;apatel369](https://redirect.github.com/apatel369)! -
Fixes an issue with action handler context by passing the correct
context (`ActionAPIContext`).

-
[#&#8203;12312](https://redirect.github.com/withastro/astro/pull/12312)
[`5642ef9`](https://redirect.github.com/withastro/astro/commit/5642ef9029890fc29793c160321f78f62cdaafcb)
Thanks [@&#8203;koyopro](https://redirect.github.com/koyopro)! - Fixes
an issue where using `getViteConfig()` returns incorrect and duplicate
configuration

-
[#&#8203;12245](https://redirect.github.com/withastro/astro/pull/12245)
[`1d4f6a4`](https://redirect.github.com/withastro/astro/commit/1d4f6a4989bc1cfd7109b1bff41503f115660e02)
Thanks [@&#8203;bmenant](https://redirect.github.com/bmenant)! - Add
`components` property to MDXInstance type definition (RenderResult and
module import)

-
[#&#8203;12340](https://redirect.github.com/withastro/astro/pull/12340)
[`94eaeea`](https://redirect.github.com/withastro/astro/commit/94eaeea1c437402ffc44103126b355adab4b8a01)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where Astro actions didn't work when `base` was different
from `/`

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-31 09:27:24 +01:00
TrueCharts Bot b024d3340b fix(website): update starlight-links-validator 0.12.3 → 0.12.4 (#28602)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator)
| dependencies | patch | [`0.12.3` ->
`0.12.4`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.12.3/0.12.4)
|

---

> [!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>HiDeoo/starlight-links-validator
(starlight-links-validator)</summary>

###
[`v0.12.4`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.4)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.3...v0.12.4)

#####    🐞 Bug Fixes

- Ignores links in draft pages  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(da925)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/da925d5)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.3...v0.12.4)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-30 17:26:40 +01:00
TrueCharts Bot dcc73accb3 fix(website): update @astrojs/starlight 0.28.3 → 0.28.4 (#28511)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | patch | [`0.28.3` ->
`0.28.4`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.3/0.28.4)
|

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

---

### Release Notes

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

###
[`v0.28.4`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0284)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.3...@astrojs/starlight@0.28.4)

##### Patch Changes

-
[#&#8203;2444](https://redirect.github.com/withastro/starlight/pull/2444)
[`d585b3e`](https://redirect.github.com/withastro/starlight/commit/d585b3e0485dd55b2ffab985a6c06d267d22fe51)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
UI string translation issue for languages with a region subtag.

-
[#&#8203;2518](https://redirect.github.com/withastro/starlight/pull/2518)
[`0f69db8`](https://redirect.github.com/withastro/starlight/commit/0f69db8b806833a7160570a469ddcdc8c0dec5e0)
Thanks [@&#8203;morinokami](https://redirect.github.com/morinokami)! -
Updates Japanese UI translations

-
[#&#8203;2507](https://redirect.github.com/withastro/starlight/pull/2507)
[`bd6ced5`](https://redirect.github.com/withastro/starlight/commit/bd6ced5bc46310b217c7bfe83a0f68ba4a03da45)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
table of contents highlighting issue after resizing the window.

-
[#&#8203;2444](https://redirect.github.com/withastro/starlight/pull/2444)
[`d585b3e`](https://redirect.github.com/withastro/starlight/commit/d585b3e0485dd55b2ffab985a6c06d267d22fe51)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Refactors
various components to use the new built-in localization system to access
translated UI strings.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-29 01:38:34 +01:00
TrueCharts Bot 93b37d1ae9 fix(website): update astro 4.16.1 → 4.16.7 (#28239)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.1` ->
`4.16.7`](https://renovatebot.com/diffs/npm/astro/4.16.1/4.16.7) |

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

---

### Release Notes

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

###
[`v4.16.7`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4167)

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

##### Patch Changes

-
[#&#8203;12263](https://redirect.github.com/withastro/astro/pull/12263)
[`e9e8080`](https://redirect.github.com/withastro/astro/commit/e9e8080a8139f898dcfa3c030f5ddaa98413c160)
Thanks [@&#8203;Fryuni](https://redirect.github.com/Fryuni)! - Fixes
conflict between server islands and on-demand dynamic routes in the form
of `/[...rest]` or `/[paramA]/[paramB]`.

-
[#&#8203;12279](https://redirect.github.com/withastro/astro/pull/12279)
[`b781f88`](https://redirect.github.com/withastro/astro/commit/b781f8860c7d11e51fb60a0d6528bc88913ffc35)
Thanks [@&#8203;jsparkdev](https://redirect.github.com/jsparkdev)! -
Update wrong error message

-
[#&#8203;12273](https://redirect.github.com/withastro/astro/pull/12273)
[`c2ee963`](https://redirect.github.com/withastro/astro/commit/c2ee963cb6c0a65481be505848a7272d800f2f7b)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
an issue with some package managers where sites would not build if
TypeScript was not installed.

-
[#&#8203;12235](https://redirect.github.com/withastro/astro/pull/12235)
[`a75bc5e`](https://redirect.github.com/withastro/astro/commit/a75bc5e3068ed80366a03efbec78b3b0f8837516)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where Astro Actions couldn't redirect to the correct
pathname when there was a rewrite involved.

-
[#&#8203;11839](https://redirect.github.com/withastro/astro/pull/11839)
[`ff522b9`](https://redirect.github.com/withastro/astro/commit/ff522b96a01391a29b44f820dfcc2a2176d871e7)
Thanks [@&#8203;icaliman](https://redirect.github.com/icaliman)! - Fixes
error when returning a top-level `null` from an Astro file frontmatter

-
[#&#8203;12272](https://redirect.github.com/withastro/astro/pull/12272)
[`388d237`](https://redirect.github.com/withastro/astro/commit/388d2375b6900e6401e1c711087ee0b2176418dd)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Correctly handles local images when using a base path in SSR

###
[`v4.16.6`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4166)

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

##### Patch Changes

-
[#&#8203;11823](https://redirect.github.com/withastro/astro/pull/11823)
[`a3d30a6`](https://redirect.github.com/withastro/astro/commit/a3d30a602aaa1755197c73f0b51cace61f9088b3)
Thanks [@&#8203;DerTimonius](https://redirect.github.com/DerTimonius)! -
fix: improve error message when inferSize is used in local images with
the Image component

-
[#&#8203;12227](https://redirect.github.com/withastro/astro/pull/12227)
[`8b1a641`](https://redirect.github.com/withastro/astro/commit/8b1a641be9de4baa9ae48dd0d045915fbbeffa8c)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where environment variables would not be refreshed when
using `astro:env`

-
[#&#8203;12239](https://redirect.github.com/withastro/astro/pull/12239)
[`2b6daa5`](https://redirect.github.com/withastro/astro/commit/2b6daa5840c18729c41f6cd8b4571b88d0cba119)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
**BREAKING CHANGE to the experimental Container API only**

Changes the default page rendering behavior of Astro components in
containers, and adds a new option `partial: false` to render full Astro
pages as before.

Previously, the Container API was rendering all Astro components as if
they were full Astro pages containing `<!DOCTYPE html>` by default. This
was not intended, and now by default, all components will render as
[page
partials](https://docs.astro.build/en/basics/astro-pages/#page-partials):
only the contents of the components without a page shell.

To render the component as a full-fledged Astro page, pass a new option
called `partial: false` to `renderToString()` and `renderToResponse()`:

    ```js
import { experimental_AstroContainer as AstroContainer } from
'astro/container';
    import Card from '../src/components/Card.astro';

    const container = AstroContainer.create();

await container.renderToString(Card); // the string will not contain
`<!DOCTYPE html>`
await container.renderToString(Card, { partial: false }); // the string
will contain `<!DOCTYPE html>`
    ```

###
[`v4.16.5`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4165)

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

##### Patch Changes

-
[#&#8203;12232](https://redirect.github.com/withastro/astro/pull/12232)
[`ff68ba5`](https://redirect.github.com/withastro/astro/commit/ff68ba5e1ca00f06d1afd5fbf89acea3092bb660)
Thanks [@&#8203;martrapp](https://redirect.github.com/martrapp)! - Fixes
an issue with cssesc in dev mode when setting `vite.ssr.noExternal:
true`

###
[`v4.16.4`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4164)

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

##### Patch Changes

-
[#&#8203;12223](https://redirect.github.com/withastro/astro/pull/12223)
[`79ffa5d`](https://redirect.github.com/withastro/astro/commit/79ffa5d9f75c16465134aa4ed4a3d1d59908ba8b)
Thanks
[@&#8203;ArmandPhilippot](https://redirect.github.com/ArmandPhilippot)!
- Fixes a false positive reported by the dev toolbar Audit app where a
label was considered missing when associated with a button

The `button` element can be [used with a
label](https://www.w3.org/TR/2011/WD-html5-author-20110809/forms.html#category-label)
(e.g. to create a switch) and should not be reported as an accessibility
issue when used as a child of a `label`.

-
[#&#8203;12199](https://redirect.github.com/withastro/astro/pull/12199)
[`c351352`](https://redirect.github.com/withastro/astro/commit/c3513523608f319b43c050e391be08e68b801329)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a regression in the computation of `Astro.currentLocale`

-
[#&#8203;12222](https://redirect.github.com/withastro/astro/pull/12222)
[`fb55695`](https://redirect.github.com/withastro/astro/commit/fb5569583b11ef585cd0a79e97e7e9dc653f6afa)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where the edge middleware couldn't correctly compute the
client IP address when calling `ctx.clientAddress()`

###
[`v4.16.3`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4163)

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

##### Patch Changes

-
[#&#8203;12220](https://redirect.github.com/withastro/astro/pull/12220)
[`b049359`](https://redirect.github.com/withastro/astro/commit/b0493596dc338377198d0a39efc813dad515b624)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Fixes
accidental internal `setOnSetGetEnv` parameter rename that caused
runtime errors

-
[#&#8203;12197](https://redirect.github.com/withastro/astro/pull/12197)
[`2aa2dfd`](https://redirect.github.com/withastro/astro/commit/2aa2dfd05dc7b7e6ad13451e6cc2afa9b1c92a32)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - Fix
a regression where a port was incorrectly added to the `Astro.url`

###
[`v4.16.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4162)

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

##### Patch Changes

-
[#&#8203;12206](https://redirect.github.com/withastro/astro/pull/12206)
[`12b0022`](https://redirect.github.com/withastro/astro/commit/12b00225067445629e5ae451d763d03f70065f88)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Reverts
[https://github.com/withastro/astro/pull/12173](https://redirect.github.com/withastro/astro/pull/12173)
which caused `Can't modify immutable headers` warnings and 500 errors on
Cloudflare Pages

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-24 06:25:52 +00:00
TrueCharts Bot 9ed613e15e fix(website): update @astrojs/sitemap 3.1.6 → 3.2.1 (#28228)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap))
| dependencies | minor | [`3.1.6` ->
`3.2.1`](https://renovatebot.com/diffs/npm/@astrojs%2fsitemap/3.1.6/3.2.1)
|

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.2.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/sitemap/CHANGELOG.md#321)

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

##### Patch Changes

-
[#&#8203;12156](https://redirect.github.com/withastro/astro/pull/12156)
[`07754f5`](https://redirect.github.com/withastro/astro/commit/07754f5873b05ab4dae31ded7264fe4056c2dfc8)
Thanks [@&#8203;mingjunlu](https://redirect.github.com/mingjunlu)! -
Adds missing `xslURL` property to `SitemapOptions` type.

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

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

##### Minor Changes

-
[#&#8203;11485](https://redirect.github.com/withastro/astro/pull/11485)
[`fbe1bc5`](https://redirect.github.com/withastro/astro/commit/fbe1bc51d89994c4919c12768908658604513bd3)
Thanks [@&#8203;sondr3](https://redirect.github.com/sondr3)! - Adds new
`xslURL` option to enable styling of sitemaps

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-24 00:44:30 +00:00
TrueCharts Bot 2fe81ed4cb fix(website): update tailwindcss 3.4.10 → 3.4.14 (#28226)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss)) |
dependencies | patch | [`3.4.10` ->
`3.4.14`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.10/3.4.14) |

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

---

### Release Notes

<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>

###
[`v3.4.14`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)

##### Fixed

- Don't set `display: none` on elements that use `hidden="until-found"`
([#&#8203;14625](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625))

###
[`v3.4.13`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13)

##### Fixed

- Improve source glob verification performance
([#&#8203;14481](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481))

###
[`v3.4.12`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.12)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12)

##### Fixed

- Ensure using `@apply` with utilities that use `@defaults` works with
rules defined in the base layer when using `optimizeUniversalDefaults`
([#&#8203;14427](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427))

###
[`v3.4.11`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.11)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11)

##### Fixed

- Allow `anchor-size(…)` in arbitrary values
([#&#8203;14393](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393))

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-24 00:44:13 +00:00
TrueCharts Bot 8f53ace042 fix(website): update astro-better-image-service 2.0.29 → 2.0.37 (#28224)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[astro-better-image-service](https://redirect.github.com/risu729/astro-better-image-service)
| dependencies | patch | [`2.0.29` ->
`2.0.37`](https://renovatebot.com/diffs/npm/astro-better-image-service/2.0.29/2.0.37)
|

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

---

### Release Notes

<details>
<summary>risu729/astro-better-image-service
(astro-better-image-service)</summary>

###
[`v2.0.37`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.37)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.36...v2.0.37)

##### Bug Fixes

- **package.json:** move astro from dependencies to peerDependencies
([#&#8203;668](https://redirect.github.com/risu729/astro-better-image-service/issues/668))
([c122ce4](https://redirect.github.com/risu729/astro-better-image-service/commit/c122ce4a101296cf11bf6a007512b8172a7a311a))

###
[`v2.0.36`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.36)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.35...v2.0.36)

##### Bug Fixes

- **deps:** update dependency astro to v4.15.11
([#&#8203;655](https://redirect.github.com/risu729/astro-better-image-service/issues/655))
([937285b](https://redirect.github.com/risu729/astro-better-image-service/commit/937285bf87b1e7075e2f9047abcbd9c18d379172))

###
[`v2.0.35`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.35)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.34...v2.0.35)

##### Bug Fixes

- **deps:** update dependency astro to v4.15.10
([#&#8203;648](https://redirect.github.com/risu729/astro-better-image-service/issues/648))
([d5779ae](https://redirect.github.com/risu729/astro-better-image-service/commit/d5779ae6527f33ef825f987f80aabfc45c82b58f))

###
[`v2.0.34`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.34)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.33...v2.0.34)

##### Bug Fixes

- **deps:** update dependency astro to v4.15.9
([#&#8203;613](https://redirect.github.com/risu729/astro-better-image-service/issues/613))
([8a0345b](https://redirect.github.com/risu729/astro-better-image-service/commit/8a0345b5612c73c1772fe536d51b641961650972))

###
[`v2.0.33`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.33)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.32...v2.0.33)

##### Bug Fixes

- **deps:** update dependency astro to v4.15.8
([#&#8203;592](https://redirect.github.com/risu729/astro-better-image-service/issues/592))
([3e57ccc](https://redirect.github.com/risu729/astro-better-image-service/commit/3e57ccccdb4720766fd5aa85f5ac28a1adc9d7ca))

###
[`v2.0.32`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.32)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.31...v2.0.32)

##### Bug Fixes

- **deps:** update dependency astro to v4.15.7
([#&#8203;584](https://redirect.github.com/risu729/astro-better-image-service/issues/584))
([d377122](https://redirect.github.com/risu729/astro-better-image-service/commit/d377122da08abe0d406ebffa655e09636aaa0433))

###
[`v2.0.31`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.31)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.30...v2.0.31)

##### Bug Fixes

- **deps:** update dependency astro to v4.15.6
([#&#8203;572](https://redirect.github.com/risu729/astro-better-image-service/issues/572))
([eba6dd0](https://redirect.github.com/risu729/astro-better-image-service/commit/eba6dd0fc56bbf67242328d2e1355443825dc3ba))

###
[`v2.0.30`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.30)

[Compare
Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.29...v2.0.30)

##### Bug Fixes

- **deps:** update dependency astro to v4.15.5
([#&#8203;568](https://redirect.github.com/risu729/astro-better-image-service/issues/568))
([5c6cf8b](https://redirect.github.com/risu729/astro-better-image-service/commit/5c6cf8bb9b40158752ffeba62b7e725aff3107f4))

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-24 00:39:15 +00:00
TrueCharts Bot 4ddccce0ea fix(website): update starlight-links-validator 0.11.0 → 0.12.3 (#28230)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator)
| dependencies | minor | [`0.11.0` ->
`0.12.3`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.11.0/0.12.3)
|

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

---

### Release Notes

<details>
<summary>HiDeoo/starlight-links-validator
(starlight-links-validator)</summary>

###
[`v0.12.3`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.3)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.2...v0.12.3)

#####    🐞 Bug Fixes

- Fixes validation issues with links containing query strings  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(47b38)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/47b384d)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.2...v0.12.3)

###
[`v0.12.2`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.2)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.1...v0.12.2)

#####    🐞 Bug Fixes

- Fixes validation issue with the Astro `base` option and a custom slug
 -  by [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(fe3d2)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/fe3d254)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.1...v0.12.2)

###
[`v0.12.1`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.1)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.0...v0.12.1)

#####    🐞 Bug Fixes

- Fixes a potential type-checking issue in user projects  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(09012)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/090122e)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.0...v0.12.1)

###
[`v0.12.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.0)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.11.0...v0.12.0)

#####    🚀 Features

- Adds a new `errorOnInvalidHashes` option defaulting to `true` to
disable
[hash](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash)
validation  -  by [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(32a92)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/32a92f8)
    The default validation behavior remains unchanged.

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.11.0...v0.12.0)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-23 21:07:53 +02:00
TrueCharts Bot 1518367fc7 fix(website): update @astrojs/tailwind 5.1.0 → 5.1.2 (#28222)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind))
| dependencies | patch | [`5.1.0` ->
`5.1.2`](https://renovatebot.com/diffs/npm/@astrojs%2ftailwind/5.1.0/5.1.2)
|

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

---

### Release Notes

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

###
[`v5.1.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#512)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/tailwind@5.1.1...@astrojs/tailwind@5.1.2)

##### Patch Changes

-
[#&#8203;12161](https://redirect.github.com/withastro/astro/pull/12161)
[`8e500f2`](https://redirect.github.com/withastro/astro/commit/8e500f2f9656a98e4a14ef567f9bf072459f62c4)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Adds
keywords to `package.json` to improve categorization in the Astro
integrations catalog

###
[`v5.1.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#511)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/tailwind@5.1.0...@astrojs/tailwind@5.1.1)

##### Patch Changes

-
[#&#8203;12018](https://redirect.github.com/withastro/astro/pull/12018)
[`dcd1158`](https://redirect.github.com/withastro/astro/commit/dcd115892a23b17309347c13ce4d82af73d204b2)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! - Make
[@&#8203;astrojs/tailwind](https://redirect.github.com/astrojs/tailwind)
compat with Astro 5

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-23 19:06:42 +00:00
TrueCharts Bot f15a68dfaa fix(website): update astro-integration-lottie 0.3.0 → 0.3.1 (#28225)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[astro-integration-lottie](https://redirect.github.com/giuseppelt/astro-lottie)
| dependencies | patch | [`0.3.0` ->
`0.3.1`](https://renovatebot.com/diffs/npm/astro-integration-lottie/0.3.0/0.3.1)
|

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

---

### Release Notes

<details>
<summary>giuseppelt/astro-lottie (astro-integration-lottie)</summary>

###
[`v0.3.1`](https://redirect.github.com/giuseppelt/astro-lottie/blob/HEAD/CHANGELOG.md#031-Patch-release)

[Compare
Source](https://redirect.github.com/giuseppelt/astro-lottie/compare/v0.3.0...v0.3.1)

feat: allow to add css class names to the component
([#&#8203;13](https://redirect.github.com/giuseppelt/astro-lottie/issues/13))

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-23 21:06:15 +02:00
TrueCharts Bot 1dd86f19b3 fix(website): update starlight-blog 0.12.0 → 0.14.1 (#28158)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [starlight-blog](https://redirect.github.com/HiDeoo/starlight-blog) |
dependencies | minor | [`0.12.0` ->
`0.14.1`](https://renovatebot.com/diffs/npm/starlight-blog/0.12.0/0.14.1)
|

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

---

### Release Notes

<details>
<summary>HiDeoo/starlight-blog (starlight-blog)</summary>

###
[`v0.14.1`](https://redirect.github.com/HiDeoo/starlight-blog/releases/tag/v0.14.1)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.14.0...v0.14.1)

#####    🚀 Features

- Adds Italian UI translations  -  by
[@&#8203;casungo](https://redirect.github.com/casungo) and
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(6934b)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/6934bd3)
- Adds German UI translations  -  by
[@&#8203;trueberryless](https://redirect.github.com/trueberryless),
**Ergberg** and [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(af0c3)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/af0c358)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.14.0...v0.14.1)

###
[`v0.14.0`](https://redirect.github.com/HiDeoo/starlight-blog/releases/tag/v0.14.0)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.13.0...v0.14.0)

#####    🚨 Breaking Changes

- Bumps minimum required Starlight version to 0.28.3  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(ec996)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/ec996d1)

#####    🚀 Features

- Adds support for multilingual blogs with routing and fallback content
 -  by [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(d2d7f)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/d2d7f3b)
- Adds support for translating the blog title  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(59462)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/59462eb)
- Adds support for Starlight UI translations API  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(a9150)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/a91502e)
- Adds French UI translations  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(fa4c3)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/fa4c3a5)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.13.0...v0.14.0)

###
[`v0.13.0`](https://redirect.github.com/HiDeoo/starlight-blog/releases/tag/v0.13.0)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.12.0...v0.13.0)

#####    🚀 Features

- Adds author pages listing all posts by author  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(b7bab)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/b7babfe)
- Lists authors in the sidebar if there are multiple authors  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(c22d7)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/c22d7b0)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.12.0...v0.13.0)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNyIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-23 19:03:49 +00:00
TrueCharts Bot 31004910d0 fix(website): update @astrojs/check 0.9.3 → 0.9.4 (#28221)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[@astrojs/check](https://redirect.github.com/withastro/language-tools/tree/main/packages/astro-check)
([source](https://redirect.github.com/withastro/language-tools/tree/HEAD/packages/astro-check))
| dependencies | patch | [`0.9.3` ->
`0.9.4`](https://renovatebot.com/diffs/npm/@astrojs%2fcheck/0.9.3/0.9.4)
|

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

---

### Release Notes

<details>
<summary>withastro/language-tools (@&#8203;astrojs/check)</summary>

###
[`v0.9.4`](https://redirect.github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#094)

[Compare
Source](https://redirect.github.com/withastro/language-tools/compare/@astrojs/check@0.9.3...@astrojs/check@0.9.4)

##### Patch Changes

-
[`6e62aaa`](https://redirect.github.com/withastro/language-tools/commit/6e62aaa):
Upgrades chokidar to v4
-
[`5a44072`](https://redirect.github.com/withastro/language-tools/commit/5a44072):
Fixes formatting not working by default in certain circumstances
- Updated dependencies
\[[`5a44072`](https://redirect.github.com/withastro/language-tools/commit/5a44072)]
- Updated dependencies
\[[`3a836de`](https://redirect.github.com/withastro/language-tools/commit/3a836de)]
-
[@&#8203;astrojs/language-server](https://redirect.github.com/astrojs/language-server)[@&#8203;2](https://redirect.github.com/2).15.0

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-23 21:03:36 +02:00
TrueCharts Bot ea93f4996b fix(website): update @astrojs/starlight 0.27.1 → 0.28.3 (#28229)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | minor | [`0.27.1` ->
`0.28.3`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.27.1/0.28.3)
|

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

---

### Release Notes

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

###
[`v0.28.3`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0283)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.2...@astrojs/starlight@0.28.3)

##### Patch Changes

-
[#&#8203;2408](https://redirect.github.com/withastro/starlight/pull/2408)
[`0b4823d`](https://redirect.github.com/withastro/starlight/commit/0b4823d534abe517fac5efd97f6febb5965714fe)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
link formatting issue when using the Astro `build.format` option set to
`file` with a `base`.

-
[#&#8203;2380](https://redirect.github.com/withastro/starlight/pull/2380)
[`7b451cf`](https://redirect.github.com/withastro/starlight/commit/7b451cff6979bef1c817f3a84392221ac884ba3d)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Loosen
Starlight’s i18n schema to pass through unknown keys

-
[#&#8203;2388](https://redirect.github.com/withastro/starlight/pull/2388)
[`6bba3d8`](https://redirect.github.com/withastro/starlight/commit/6bba3d8e02b95ecee7f9c945b6ee33b4c4ba755d)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
potential type-checking issue in Starlight projects.

-
[#&#8203;2443](https://redirect.github.com/withastro/starlight/pull/2443)
[`a0f40b3`](https://redirect.github.com/withastro/starlight/commit/a0f40b3c3c7ab0cb9f0f5f11b94e3679547f6ab4)
Thanks
[@&#8203;kevinzunigacuellar](https://redirect.github.com/kevinzunigacuellar)!
- Fixes CSS issue where bottom padding is not applied in the search
dialog.

###
[`v0.28.2`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0282)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.1...@astrojs/starlight@0.28.2)

##### Patch Changes

-
[#&#8203;2377](https://redirect.github.com/withastro/starlight/pull/2377)
[`a257b83`](https://redirect.github.com/withastro/starlight/commit/a257b83f1e5704ff41bcbe85482ac81a1a61ce1f)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with synced `<Tabs>` components containing nested `<Tabs>` causing
tab panels to not render correctly.

###
[`v0.28.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0281)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.0...@astrojs/starlight@0.28.1)

##### Patch Changes

-
[#&#8203;2334](https://redirect.github.com/withastro/starlight/pull/2334)
[`79b9ade`](https://redirect.github.com/withastro/starlight/commit/79b9ade194cf704dad79267715a6970e0d7a7277)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with Expressive Code UI labels not displaying correctly.

###
[`v0.28.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0280)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.27.1...@astrojs/starlight@0.28.0)

##### Minor Changes

-
[#&#8203;1923](https://redirect.github.com/withastro/starlight/pull/1923)
[`5269aad`](https://redirect.github.com/withastro/starlight/commit/5269aad928773ae08b35ba8e19c0f2832d0d2c89)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Overhauls
the built-in localization system which is now powered by the
[`i18next`](https://www.i18next.com/) library and available to use
anywhere in your documentation website.

See the [“Using UI
translations”](https://starlight.astro.build/guides/i18n/#using-ui-translations)
guide to learn more about how to access built-in UI labels or your own
custom strings in your project. Plugin authors can also use the new
[`injectTranslations()`](https://starlight.astro.build/reference/plugins/#injecttranslations)
helper to add or update translation strings.

⚠️ **BREAKING CHANGE:** The `Astro.props.labels` props has been removed
from the props passed down to custom component overrides.

If you are relying on `Astro.props.labels` (for example to read a
built-in UI label), you will need to update your code to use the new
[`Astro.locals.t()`](https://starlight.astro.build/guides/i18n/#using-ui-translations)
helper instead.

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-23 21:01:52 +02:00
TrueCharts Bot d065fcbc2e fix(website): update typescript 5.6.2 → 5.6.3 (#28227)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) |
dependencies | patch | [`5.6.2` ->
`5.6.3`](https://renovatebot.com/diffs/npm/typescript/5.6.2/5.6.3) |

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

---

### Release Notes

<details>
<summary>microsoft/TypeScript (typescript)</summary>

###
[`v5.6.3`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.6.3):
TypeScript 5.6.3

[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3)

For release notes, check out the [release
announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/).

For the complete list of fixed issues, check out the

- [fixed issues query for Typescript 5.6.0
(Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.6.1
(RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.6.2
(Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.6.3
(Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.3%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
- [NuGet
package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-23 21:00:57 +02:00