Commit Graph

87 Commits

Author SHA1 Message Date
TrueCharts Bot cb640c20e3 fix(website): update astro 5.7.3 → 5.7.4 (#34531)
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 | [`5.7.3` ->
`5.7.4`](https://renovatebot.com/diffs/npm/astro/5.7.3/5.7.4) |

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;13647](https://redirect.github.com/withastro/astro/pull/13647)
[`ffbe8f2`](https://redirect.github.com/withastro/astro/commit/ffbe8f27a3e897971432eed1fde566db328b540d)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused a session error to be logged when using actions
without sessions

-
[#&#8203;13646](https://redirect.github.com/withastro/astro/pull/13646)
[`6744842`](https://redirect.github.com/withastro/astro/commit/67448426fb4e2289ef8bc25d97bd617456b18b68)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where extra font sources were removed when using the
experimental fonts API

-
[#&#8203;13635](https://redirect.github.com/withastro/astro/pull/13635)
[`d75cac4`](https://redirect.github.com/withastro/astro/commit/d75cac45de8790331aad134ae91bfeb1943cd458)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- The experimental fonts API now generates optimized fallbacks for every
weight and style

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-18 20:18:03 +02:00
TrueCharts Bot 54982c6b1b fix(website): update astro 5.7.2 → 5.7.3 (#34515)
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 | [`5.7.2` ->
`5.7.3`](https://renovatebot.com/diffs/npm/astro/5.7.2/5.7.3) |

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;13643](https://redirect.github.com/withastro/astro/pull/13643)
[`67b7493`](https://redirect.github.com/withastro/astro/commit/67b749391a9069ae1d94ef646b68a99973ef44d7)
Thanks
[@&#8203;tanishqmanuja](https://redirect.github.com/tanishqmanuja)! -
Fixes a case where the font face `src` format would be invalid when
using the experimental fonts API

-
[#&#8203;13639](https://redirect.github.com/withastro/astro/pull/13639)
[`23410c6`](https://redirect.github.com/withastro/astro/commit/23410c644f5fc528ef630f2bcbe58c68dfe0c719)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where some font families would not be downloaded when
using the same font provider several times, using the experimental fonts
API

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-17 20:20:16 +02:00
TrueCharts Bot 8cbf8d3401 fix(website): update astro 5.7.1 → 5.7.2 (#34483) 2025-04-16 20:27:11 +02:00
TrueCharts Bot e049d17676 fix(website): update astro 5.7.0 → 5.7.1 (#34466)
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 | [`5.7.0` ->
`5.7.1`](https://renovatebot.com/diffs/npm/astro/5.7.0/5.7.1) |

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;13594](https://redirect.github.com/withastro/astro/pull/13594)
[`dc4a015`](https://redirect.github.com/withastro/astro/commit/dc4a015cf33c01b659e07b7d31dbd49f1c2ebfdf)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Reduces the number of font files downloaded

-
[#&#8203;13627](https://redirect.github.com/withastro/astro/pull/13627)
[`7f1a624`](https://redirect.github.com/withastro/astro/commit/7f1a62484ed17fe7a9be5d1e2bb71e2fd12b9fed)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where using the `<Font />` component would throw a Rollup
error during the build

-
[#&#8203;13626](https://redirect.github.com/withastro/astro/pull/13626)
[`3838efe`](https://redirect.github.com/withastro/astro/commit/3838efe5028256e0e28bf823f868bcda6ef1e775)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Updates fallback font generation to always read font files returned by
font providers

-
[#&#8203;13625](https://redirect.github.com/withastro/astro/pull/13625)
[`f1311d2`](https://redirect.github.com/withastro/astro/commit/f1311d2acb6dd7a75f7ea10eea3a02fbe674eb2a)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Updates the `<Font />` component so that preload links are generated
before the style tag if `preload` is passed

-
[#&#8203;13622](https://redirect.github.com/withastro/astro/pull/13622)
[`a70d32a`](https://redirect.github.com/withastro/astro/commit/a70d32a4284ef18c3f93196f44c1fcf3ff56d3d5)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Improve autocomplete for session keys

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-16 14:21:45 +02:00
TrueCharts Bot d775857e33 fix(website): update astro 5.6.2 → 5.7.0 (#34401)
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 | minor | [`5.6.2` ->
`5.7.0`](https://renovatebot.com/diffs/npm/astro/5.6.2/5.7.0) |

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

---

### Release Notes

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

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

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

##### Minor Changes

-
[#&#8203;13527](https://redirect.github.com/withastro/astro/pull/13527)
[`2fd6a6b`](https://redirect.github.com/withastro/astro/commit/2fd6a6b7aa51a4713af7fac37d5dfd824543c1bc)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - The
experimental session API introduced in Astro 5.1 is now stable and ready
for production use.

Sessions are used to store user state between requests for [on-demand
rendered pages](https://astro.build/en/guides/on-demand-rendering/). You
can use them to store user data, such as authentication tokens, shopping
cart contents, or any other data that needs to persist across requests:

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-15 20:21:47 +02:00
TrueCharts Bot 7b3904cc2e fix(website): update astro 5.6.1 → 5.6.2 (#34372)
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 | [`5.6.1` ->
`5.6.2`](https://renovatebot.com/diffs/npm/astro/5.6.1/5.6.2) |

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;13606](https://redirect.github.com/withastro/astro/pull/13606)
[`793ecd9`](https://redirect.github.com/withastro/astro/commit/793ecd916e4e815886a57b85bd1739f704faae7f)
Thanks [@&#8203;natemoo-re](https://redirect.github.com/natemoo-re)! -
Fixes a regression that allowed prerendered code to leak into the server
bundle.

-
[#&#8203;13576](https://redirect.github.com/withastro/astro/pull/13576)
[`1c60ec3`](https://redirect.github.com/withastro/astro/commit/1c60ec3c4d8518208737de405b1bc0b5b285a0c9)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Reduces duplicate code in server islands scripts by extracting shared
logic into a helper function.

-
[#&#8203;13588](https://redirect.github.com/withastro/astro/pull/13588)
[`57e59be`](https://redirect.github.com/withastro/astro/commit/57e59bec40ec2febd32065324505087caec9038a)
Thanks [@&#8203;natemoo-re](https://redirect.github.com/natemoo-re)! -
Fixes a memory leak when using SVG assets.

-
[#&#8203;13589](https://redirect.github.com/withastro/astro/pull/13589)
[`5a0563d`](https://redirect.github.com/withastro/astro/commit/5a0563de9e377ba7b0af7e055a85893773616d4b)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Deprecates the asset utility function `emitESMImage()` and adds a new
`emitImageMetadata()` to be used instead

    The function
`emitESMImage()` is now deprecated. It will continue to function, but it
is no longer recommended nor supported. This function will be completely
removed in a next major release of Astro.

Please replace it with the new function`emitImageMetadata()` as soon as
you are able to do so:

    ```diff
    - import { emitESMImage } from "astro/assets/utils";
    + import { emitImageMetadata } from "astro/assets/utils";
    ```

The new function returns the same signature as the previous one.
However, the new function removes two deprecated arguments that were not
meant to be exposed for public use: `_watchMode` and
`experimentalSvgEnabled`. Since it was possible to access these with the
old function, you may need to verify that your code still works as
intended with `emitImageMetadata()`.

-
[#&#8203;13596](https://redirect.github.com/withastro/astro/pull/13596)
[`3752519`](https://redirect.github.com/withastro/astro/commit/375251966d1b28a570bff45ff0fe7e7d2fe46f72)
Thanks [@&#8203;jsparkdev](https://redirect.github.com/jsparkdev)! -
update vite to latest version to fix CVE

-
[#&#8203;13547](https://redirect.github.com/withastro/astro/pull/13547)
[`360cb91`](https://redirect.github.com/withastro/astro/commit/360cb9199a4314f90825c5639ff4396760e9cfcc)
Thanks [@&#8203;jsparkdev](https://redirect.github.com/jsparkdev)! -
Updates vite to the latest version

-
[#&#8203;13548](https://redirect.github.com/withastro/astro/pull/13548)
[`e588527`](https://redirect.github.com/withastro/astro/commit/e588527b4c3de7759ef7d10d3004405d0b197f48)
Thanks [@&#8203;ryuapp](https://redirect.github.com/ryuapp)! - Support
for Deno to install npm pacakges.

Deno requires npm prefix to install packages on npm. For example, to
install react, we need to run `deno add npm:react`. But currently the
command executed is `deno add react`, which doesn't work. So, we change
the package names to have an npm prefix if you are using Deno.

-
[#&#8203;13587](https://redirect.github.com/withastro/astro/pull/13587)
[`a0774b3`](https://redirect.github.com/withastro/astro/commit/a0774b376a4f24e2bf1db5b70616dff63d7412dd)
Thanks [@&#8203;robertoms99](https://redirect.github.com/robertoms99)! -
Fixes an issue with the client router where some attributes of the root
element were not updated during swap, including the transition scope.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-14 14:19:27 +02:00
TrueCharts Bot d2d6e256dd chore(website): lock file maintenance (#34354)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-04-14 11:03:14 +02:00
TrueCharts Bot 7be98ef05e fix(website): update astro-better-image-service 2.1.4 → 2.1.5 (#34364)
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.1.4` ->
`2.1.5`](https://renovatebot.com/diffs/npm/astro-better-image-service/2.1.4/2.1.5)
|

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.5`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.1.5)

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

##### Reverts

- Revert "chore(deps): update dependency risu729/renovate-config to
v3.2.5
([#&#8203;1292](https://redirect.github.com/risu729/astro-better-image-service/issues/1292))"
([#&#8203;1293](https://redirect.github.com/risu729/astro-better-image-service/issues/1293))
([c2eac36](https://redirect.github.com/risu729/astro-better-image-service/commit/c2eac36365d05038cacfa46f57615a1d49819ec3))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-14 08:22:01 +02:00
TrueCharts Bot 003581d503 chore(website): lock file maintenance (#34191)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-04-10 09:09:43 +02:00
TrueCharts Bot eecb634455 fix(website): update astro-better-image-service 2.1.3 → 2.1.4 (#34066)
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.1.3` ->
`2.1.4`](https://renovatebot.com/diffs/npm/astro-better-image-service/2.1.3/2.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>risu729/astro-better-image-service
(astro-better-image-service)</summary>

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

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

##### Bug Fixes

- **deps:** update dependency sharp to ^0.34.1
([#&#8203;1291](https://redirect.github.com/risu729/astro-better-image-service/issues/1291))
([afefea8](https://redirect.github.com/risu729/astro-better-image-service/commit/afefea8bdb2558cd23e8c307a628adb60c17eea3))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-08 02:32:19 +02:00
TrueCharts Bot c31aac4480 fix(website): update sharp 0.34.0 → 0.34.1 (#34064)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [sharp](https://sharp.pixelplumbing.com)
([source](https://redirect.github.com/lovell/sharp),
[changelog](https://redirect.github.com/lovell/sharp/blob/main/docs/changelog.md))
| dependencies | patch | [`0.34.0` ->
`0.34.1`](https://renovatebot.com/diffs/npm/sharp/0.34.0/0.34.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>lovell/sharp (sharp)</summary>

###
[`v0.34.1`](https://redirect.github.com/lovell/sharp/compare/v0.34.0...v0.34.1)

[Compare
Source](https://redirect.github.com/lovell/sharp/compare/v0.34.0...v0.34.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-07 23:27:58 +02:00
TrueCharts Bot 2c1c662cec fix(website): update @playform/compress 0.1.7 → 0.1.9 (#34058)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@playform/compress](https://redirect.github.com/PlayForm/Compress) |
dependencies | patch | [`0.1.9` ->
`0.1.9`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.7/0.1.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>PlayForm/Compress (@&#8203;playform/compress)</summary>

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

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/f69bb94485bffa434ad404bbbfa303afd13068ea...5779505b555a047fc83db6fa34d9fbc78c06a1b9)

##### Add

- Support for JSON file compression with automatic parsing and
minification
-   JSON compression enabled by default in configuration

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

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

##### Change

- Updated core module imports to use Node.js `node:` protocol for `fs`,
`path`,
    and `buffer`
-   Updated dependencies to latest versions:
    -   `commander` (13.0.0 → 13.1.0)
    -   `deepmerge-ts` (7.1.3 → 7.1.5)
    -   `lightningcss` (1.28.2 → 1.29.3)
    -   `terser` (5.37.0 → 5.39.0)
    -   `browserslist` (4.24.3 → 4.24.4)
-   Modified package metadata including:
    -   Version bump to 0.1.8
    -   Description formatting changes
    -   Script name adjustments in package.json
- Changed default configuration to disable `lightningcss` compressor by
default

##### Add

- Support boolean type for compression options (`csso`, `lightningcss`,
`html-minifier-terser`, `sharp`, `terser`, `svgo`) to allow disabling
specific
    compressors

##### Fix

- Fixed type casting in ESBuild configuration by explicitly specifying
`Plugin`
    type
-   Corrected import statements for Node.js core modules

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-07 22:03:59 +02:00
Alfred Göppel 74226a7e50 fix(docs): Update Ingress Guide (#32223)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-02-18 20:26:22 +01:00
TrueCharts Bot 12c63f5c34 fix(website): update astro 5.2.3 → 5.2.5 (#31652)
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 | [`5.2.3` ->
`5.2.5`](https://renovatebot.com/diffs/npm/astro/5.2.3/5.2.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/astro (astro)</summary>

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

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

##### Patch Changes

-
[#&#8203;13133](https://redirect.github.com/withastro/astro/pull/13133)
[`e76aa83`](https://redirect.github.com/withastro/astro/commit/e76aa8391eb9d81c1a52fb2f9f21ede4790bd793)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where Astro was failing to build an external redirect when
the middleware was triggered

-
[#&#8203;13119](https://redirect.github.com/withastro/astro/pull/13119)
[`ac43580`](https://redirect.github.com/withastro/astro/commit/ac4358052af2c1817dec999598bc4e3d8fd0bdaf)
Thanks [@&#8203;Hacksore](https://redirect.github.com/Hacksore)! - Adds
extra guidance in the terminal when using the `astro add tailwind` CLI
command

Now, users are given a friendly reminder to import the stylesheet
containing their Tailwind classes into any pages where they want to use
Tailwind. Commonly, this is a shared layout component so that Tailwind
styling can be used on multiple pages.

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

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

##### Patch Changes

-
[#&#8203;13130](https://redirect.github.com/withastro/astro/pull/13130)
[`b71bd10`](https://redirect.github.com/withastro/astro/commit/b71bd10989c0070847cecb101afb8278d5ef7091)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused duplicate slashes inside query params to be collapsed

-
[#&#8203;13131](https://redirect.github.com/withastro/astro/pull/13131)
[`d60c742`](https://redirect.github.com/withastro/astro/commit/d60c74243f639761ad735d66d814e627f8f847a2)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Ignores trailing slashes for endpoints with file extensions in the route

- Updated dependencies
\[[`b71bd10`](https://redirect.github.com/withastro/astro/commit/b71bd10989c0070847cecb101afb8278d5ef7091)]:
-
[@&#8203;astrojs/internal-helpers](https://redirect.github.com/astrojs/internal-helpers)[@&#8203;0](https://redirect.github.com/0).5.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-02-05 03:16:54 +01:00
TrueCharts Bot cb17d7b1e6 chore(website): lock file maintenance (#31575)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->
2025-02-03 19:19:42 +01:00
Stavros Kois c2d57917e0 regen lock file 2025-02-02 10:54:22 +02:00
TrueCharts Bot be14e2f11f fix(website): update astro 5.1.10 → 5.2.3 (#31461)
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 | minor | [`5.1.10` ->
`5.2.3`](https://renovatebot.com/diffs/npm/astro/5.1.10/5.2.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/astro (astro)</summary>

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

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

##### Patch Changes

-
[#&#8203;13113](https://redirect.github.com/withastro/astro/pull/13113)
[`3a26e45`](https://redirect.github.com/withastro/astro/commit/3a26e4541764085faa499bc63549b24d194146a6)
Thanks
[@&#8203;unprintable123](https://redirect.github.com/unprintable123)! -
Fixes the bug that rewrite will pass encoded url to the dynamic routing
and cause params mismatch.

-
[#&#8203;13111](https://redirect.github.com/withastro/astro/pull/13111)
[`23978dd`](https://redirect.github.com/withastro/astro/commit/23978ddfe127bbc3762b6209b42d049588e52a14)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused injected endpoint routes to return not found when
trailingSlash was set to always

-
[#&#8203;13112](https://redirect.github.com/withastro/astro/pull/13112)
[`0fa5c82`](https://redirect.github.com/withastro/astro/commit/0fa5c82977de73872ddeffffea48fddafba47398)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where the i18n middleware was blocking a server island
request when the `prefixDefaultLocale` option is set to `true`

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

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

##### Patch Changes

-
[#&#8203;13106](https://redirect.github.com/withastro/astro/pull/13106)
[`187c4d3`](https://redirect.github.com/withastro/astro/commit/187c4d3244a27c9b4e7e3cbe6307b01161140ca1)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused peer dependency errors when running `astro add
tailwind`

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

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

##### Patch Changes

-
[#&#8203;13095](https://redirect.github.com/withastro/astro/pull/13095)
[`740eb60`](https://redirect.github.com/withastro/astro/commit/740eb6019f405781a3918941d3bfb34a7bda1a3d)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused some dev server asset requests to return 404 when
trailingSlash was set to "always"

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

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

##### Minor Changes

-
[#&#8203;12994](https://redirect.github.com/withastro/astro/pull/12994)
[`5361755`](https://redirect.github.com/withastro/astro/commit/536175528dbbe75aa978d615ba2517b64bad7879)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Redirects trailing slashes for on-demand pages

When the `trailingSlash` option is set to `always` or `never`, on-demand
rendered pages will now redirect to the correct URL when the trailing
slash doesn't match the configuration option. This was previously the
case for static pages, but now works for on-demand pages as well.

Now, it doesn't matter whether your visitor navigates to `/about/`,
`/about`, or even `/about///`. In production, they'll always end up on
the correct page. For GET requests, the redirect will be a 301
(permanent) redirect, and for all other request methods, it will be a
308 (permanent, and preserve the request method) redirect.

In development, you'll see a helpful 404 page to alert you of a trailing
slash mismatch so you can troubleshoot routes.

-
[#&#8203;12979](https://redirect.github.com/withastro/astro/pull/12979)
[`e621712`](https://redirect.github.com/withastro/astro/commit/e621712109b79313b24924ec4f0ba4f8ab6201c2)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Adds support for redirecting to external sites with the
[`redirects`](https://docs.astro.build/en/reference/configuration-reference/#redirects)
configuration option.

Now, you can redirect routes either internally to another path or
externally by providing a URL beginning with `http` or `https`:

    ```js
    // astro.config.mjs
    import { defineConfig } from 'astro/config';

    export default defineConfig({
      redirects: {
        '/blog': 'https://example.com/blog',
        '/news': {
          status: 302,
          destination: 'https://example.com/news',
        },
      },
    });
    ```

-
[#&#8203;13084](https://redirect.github.com/withastro/astro/pull/13084)
[`0f3be31`](https://redirect.github.com/withastro/astro/commit/0f3be3104e62d5b50dabfb15023f97954a160b8e)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Adds a new experimental virtual module `astro:config` that exposes a
type-safe subset of your `astro.config.mjs` configuration

The virtual module exposes two sub-paths for controlled access to your
configuration:

- `astro:config/client`: exposes config information that is safe to
expose to the client.
- `astro:config/server`: exposes additional information that is safe to
expose to the server, such as file/dir paths.

To enable this new virtual module, add the
`experimental.serializeManifest` feature flag to your Astro config:

    ```js
    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    export default defineConfig({
      experimental: {
        serializeManifest: true,
      },
    });
    ```

Then, you can access the module in any file inside your project to
import and use values from your Astro config:

    ```js
    // src/utils.js
    import { trailingSlash } from 'astro:config/client';

    function addForwardSlash(path) {
      if (trailingSlash === 'always') {
        return path.endsWith('/') ? path : path + '/';
      } else {
        return path;
      }
    }
    ```

For a complete overview, and to give feedback on this experimental API,
see the [Serialized Manifest
RFC](https://redirect.github.com/withastro/roadmap/blob/feat/serialised-config/proposals/0051-serialized-manifest.md).

##### Patch Changes

-
[#&#8203;13049](https://redirect.github.com/withastro/astro/pull/13049)
[`2ed4bd9`](https://redirect.github.com/withastro/astro/commit/2ed4bd90f25a3e5a183d0bc862e3b359b8289b93)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Updates `astro add tailwind` to add the `@tailwindcss/vite` plugin
instead of the `@astrojs/tailwind` integration

-
[#&#8203;12994](https://redirect.github.com/withastro/astro/pull/12994)
[`5361755`](https://redirect.github.com/withastro/astro/commit/536175528dbbe75aa978d615ba2517b64bad7879)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Returns a more helpful 404 page in dev if there is a trailing slash
mismatch between the route requested and the `trailingSlash`
configuration

-
[#&#8203;12666](https://redirect.github.com/withastro/astro/pull/12666)
[`037495d`](https://redirect.github.com/withastro/astro/commit/037495d437d2328bf10ffadc22cc114ccf474c65)
Thanks [@&#8203;Thodor12](https://redirect.github.com/Thodor12)! - Added
additional generated typings for the content layer

- Updated dependencies
\[[`5361755`](https://redirect.github.com/withastro/astro/commit/536175528dbbe75aa978d615ba2517b64bad7879),
[`db252e0`](https://redirect.github.com/withastro/astro/commit/db252e0692a0addf7239bfefc0220c525d63337d)]:
-
[@&#8203;astrojs/internal-helpers](https://redirect.github.com/astrojs/internal-helpers)[@&#8203;0](https://redirect.github.com/0).5.0
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)[@&#8203;6](https://redirect.github.com/6).1.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-02-01 04:19:25 +01:00
TrueCharts Bot 8f09e73569 fix(website): update starlight-links-validator 0.14.1 → 0.14.2 (#31450)
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.14.1` ->
`0.14.2`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.14.1/0.14.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.14.2`](https://redirect.github.com/HiDeoo/starlight-links-validator/blob/HEAD/packages/starlight-links-validator/CHANGELOG.md#0142)

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

##### Patch Changes

-
[#&#8203;85](https://redirect.github.com/HiDeoo/starlight-links-validator/pull/85)
[`57fdb1b`](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/57fdb1b2f85f023e4b053480fd9ea5adb69a9e2a)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Improves
error message for invalid links to custom 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-02-01 04:09:23 +01:00
TrueCharts Bot 0a1a3a1d09 fix(website): update astro 5.1.9 → 5.1.10 (#31318) 2025-01-28 02:54:23 +01:00
TrueCharts Bot 46515e8782 chore(website): lock file maintenance (#31263)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->
2025-01-27 11:28:57 +01:00
TrueCharts Bot 671d425ff1 chore(website): lock file maintenance (#29530)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-01-25 09:05:46 +01:00
TrueCharts Bot 106a23369f fix(website): update @playform/compress 0.1.1 → 0.1.7 (#31148)
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.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-25 02:46:13 +01:00
Kjeld Schouten 015a2cbb3b more astro updates 2025-01-24 20:00:03 +01:00
Kjeld Schouten f609b99f6c fix astro bugs 2025-01-24 19:54:21 +01:00
Kjeld Schouten 8f3fa949fc Update package-lock.json
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-24 19:39:14 +01:00
Kjeld Schouten 53644a0d4e Update package-lock.json
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-24 19:30:04 +01:00
TrueCharts Bot ae41aa80e4 fix(website): update typescript 5.7.2 → 5.7.3 (#31136) 2025-01-24 17:49:21 +01:00
TrueCharts Bot bf200d00ab fix(website): update @astrojs/tailwind 5.1.4 → 5.1.5 (#31095)
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.4` ->
`5.1.5`](https://renovatebot.com/diffs/npm/@astrojs%2ftailwind/5.1.4/5.1.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/astro (@&#8203;astrojs/tailwind)</summary>

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

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

##### Patch Changes

-
[#&#8203;13011](https://redirect.github.com/withastro/astro/pull/13011)
[`cf30880`](https://redirect.github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Upgrades Vite

</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-24 15:24:43 +01:00
Kjeld Schouten 5ed344e8cf new package and package locl 2025-01-23 22:15:46 +01: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 0974c2c611 chore(website): lock file maintenance (#28783)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2024-11-04 23:34:37 +01:00