197 Commits

Author SHA1 Message Date
Stavros Kois
c2d57917e0 regen lock file 2025-02-02 10:54:22 +02:00
Stavros Kois
53ca726d21 chore(docs,tests): remove references to fixedMiddlewares and allowCors(middlewares) 2025-02-02 10:51:07 +02:00
Kjeld Schouten
5ef1dd6055 feat(common): BREAKING CHANGE change traefik middleware logic (#31498)
**Description**
This PR changes how ingress handles traefik integration middlewares


Should finally complete: #28999

Fixes: #28999

Also Fixes: #28996 
Due to removing fixed middlewares completely

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 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._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-02-01 23:33:59 +01:00
Kjeld Schouten
a759873bf5 feat(common): add existing secret support for pullsecret (#31500)
**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  #31324

**⚙️ Type of change**

- [x] ⚙️ 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._

---------

Co-authored-by: Stavros Kois <s.kois@outlook.com>
2025-02-01 22:52:32 +01:00
Kjeld Schouten
a27d735b9d feat(common): restructure traefik/ingress middlewares (#31171)
**Description**

moves the middlewares around and adds unit tests

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Stavros Kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-02-01 21:49:53 +01:00
Kjeld Schouten
427d8f5c32 Update 2025-01-30-2025-start.md
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-01 14:03:49 +01: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`](3a26e45417)
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`](23978ddfe1)
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`](0fa5c82977)
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`](187c4d3244)
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`](740eb6019f)
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`](536175528d)
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`](e621712109)
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`](0f3be3104e)
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`](2ed4bd90f2)
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`](536175528d)
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`](037495d437)
Thanks [@&#8203;Thodor12](https://redirect.github.com/Thodor12)! - Added
additional generated typings for the content layer

- Updated dependencies
\[[`5361755`](536175528d),
[`db252e0`](db252e0692)]:
-
[@&#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`](57fdb1b2f8)
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
Kjeld Schouten
3ecbaf65f3 Update astro.config.mjs
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-30 15:03:14 +01:00
Kjeld Schouten
a56d2f36f2 Update authors.ts
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-30 14:07:15 +01:00
Kjeld Schouten
62189ebb34 Update astro.config.mjs
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-30 13:22:30 +01:00
Kjeld Schouten
204fbfff5d Update and rename _2025-01-05-2025-start.md to 2025-01-30-2025-start.md
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-30 12:46:52 +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](043ced67e7...c7d77c36f9)

##### 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](a521ab429a...043ced67e7)

##### 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](1267d3c7f8...a521ab429a)

##### Changed

-   Updated dependencies
-   Typings update

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

[Compare
Source](661bc5bc86...1267d3c7f8)

##### Fixed

-   Fixes missing `Pipe.js`

###
[`v0.1.3`](2b9713fb80...661bc5bc86)

[Compare
Source](2b9713fb80...661bc5bc86)

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

[Compare
Source](102cf84f48...2b9713fb80)

##### 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
abf9c53f42 fix(website): update astro 4.16.18 → 5.1.9 (#30335)
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 | major | [`4.16.18` ->
`5.1.9`](https://renovatebot.com/diffs/npm/astro/4.16.18/5.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>withastro/astro (astro)</summary>

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

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

##### Patch Changes

-
[#&#8203;12986](https://redirect.github.com/withastro/astro/pull/12986)
[`8911bda`](8911bdacab)
Thanks [@&#8203;wetheredge](https://redirect.github.com/wetheredge)! -
Updates types and dev toolbar for ARIA 1.2 attributes and roles

-
[#&#8203;12892](https://redirect.github.com/withastro/astro/pull/12892)
[`8f520f1`](8f520f1cc6)
Thanks [@&#8203;louisescher](https://redirect.github.com/louisescher)! -
Adds a more descriptive error when a content collection entry has an
invalid ID.

-
[#&#8203;13031](https://redirect.github.com/withastro/astro/pull/13031)
[`f576519`](f5765196e9)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Updates the server islands encoding logic to only escape the script
end tag open delimiter and opening HTML comment syntax

-
[#&#8203;13026](https://redirect.github.com/withastro/astro/pull/13026)
[`1d272f6`](1d272f6a5a)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a regression that prevented the import of Markdown files as raw text or
URLs.

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

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

##### Patch Changes

-
[#&#8203;12998](https://redirect.github.com/withastro/astro/pull/12998)
[`9ce0038`](9ce0038021)
Thanks [@&#8203;Kynson](https://redirect.github.com/Kynson)! - Fixes the
issue that audit incorrectly flag images as above the fold when the
scrolling container is not body

-
[#&#8203;12990](https://redirect.github.com/withastro/astro/pull/12990)
[`2e12f1d`](2e12f1d752)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused references to be incorrectly reported as invalid

-
[#&#8203;12984](https://redirect.github.com/withastro/astro/pull/12984)
[`2d259cf`](2d259cf4ab)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug in dev where files would stop being watched if the Astro config
file was edited

-
[#&#8203;12984](https://redirect.github.com/withastro/astro/pull/12984)
[`2d259cf`](2d259cf4ab)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug where the content layer would use an outdated version of the Astro
config if it was edited in dev

-
[#&#8203;12982](https://redirect.github.com/withastro/astro/pull/12982)
[`429aa75`](429aa75475)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Fixes an
issue where server islands do not work in projects that use an adapter
but only have prerendered pages. If an adapter is added, the server
island endpoint will now be added by default.

-
[#&#8203;12995](https://redirect.github.com/withastro/astro/pull/12995)
[`78fd73a`](78fd73a0df)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where `astro:actions` types would not work when using
`src/actions.ts`

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

-
[#&#8203;12733](https://redirect.github.com/withastro/astro/pull/12733)
[`bbf1d88`](bbf1d8894e)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused the dev server to return an error if requesting "//"

-
[#&#8203;13001](https://redirect.github.com/withastro/astro/pull/13001)
[`627aec3`](627aec3f04)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused Astro to attempt to inject environment variables into
non-source files, causing performance problems and broken builds

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

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

##### Patch Changes

-
[#&#8203;12361](https://redirect.github.com/withastro/astro/pull/12361)
[`3d89e62`](3d89e62822)
Thanks [@&#8203;LunaticMuch](https://redirect.github.com/LunaticMuch)! -
Upgrades the `esbuild` version to match `vite`

-
[#&#8203;12980](https://redirect.github.com/withastro/astro/pull/12980)
[`1a026af`](1a026afb42)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where setting the status of a page to `404` in
development would show the default 404 page (or custom one if provided)
instead of using the current page

-
[#&#8203;12182](https://redirect.github.com/withastro/astro/pull/12182)
[`c30070b`](c30070b927)
Thanks [@&#8203;braden-w](https://redirect.github.com/braden-w)! -
Improves matching of 404 and 500 routes

- Updated dependencies
\[[`3d89e62`](3d89e62822)]:
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)[@&#8203;6](https://redirect.github.com/6).0.2

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

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

##### Patch Changes

-
[#&#8203;12956](https://redirect.github.com/withastro/astro/pull/12956)
[`3aff68a`](3aff68a419)
Thanks [@&#8203;kaytwo](https://redirect.github.com/kaytwo)! - Removes
encryption of empty props to allow server island cacheability

-
[#&#8203;12977](https://redirect.github.com/withastro/astro/pull/12977)
[`80067c0`](80067c032f)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where accessing `astro:env` APIs or `import.meta.env`
inside the content config file would not work

-
[#&#8203;12839](https://redirect.github.com/withastro/astro/pull/12839)
[`57be349`](57be3494e2)
Thanks
[@&#8203;mtwilliams-code](https://redirect.github.com/mtwilliams-code)!
- Fix Astro.currentLocale returning the incorrect locale when using
fallback rewrites in SSR mode

-
[#&#8203;12962](https://redirect.github.com/withastro/astro/pull/12962)
[`4b7a2ce`](4b7a2ce9e7)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Skips
updating content layer files if content is unchanged

-
[#&#8203;12942](https://redirect.github.com/withastro/astro/pull/12942)
[`f00c2dd`](f00c2ddc31)
Thanks [@&#8203;liruifengv](https://redirect.github.com/liruifengv)! -
Improves the session error messages

-
[#&#8203;12966](https://redirect.github.com/withastro/astro/pull/12966)
[`d864e09`](d864e0991e)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Ensures old content collection entry is deleted if a markdown
frontmatter slug is changed in dev

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

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

##### Patch Changes

-
[#&#8203;12934](https://redirect.github.com/withastro/astro/pull/12934)
[`673a518`](673a518b01)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a regression where the Astro Container didn't work during the
build, using `pnpm`

-
[#&#8203;12955](https://redirect.github.com/withastro/astro/pull/12955)
[`db447f2`](db447f2816)
Thanks [@&#8203;martrapp](https://redirect.github.com/martrapp)! - Lets
TypeScript know about the "blocking" and "disabled" attributes of the
`<link>` element.

-
[#&#8203;12922](https://redirect.github.com/withastro/astro/pull/12922)
[`faf74af`](faf74af522)
Thanks [@&#8203;adamchal](https://redirect.github.com/adamchal)! -
Improves performance of static asset generation by fixing a bug that
caused image transforms to be performed serially. This fix ensures that
processing uses all CPUs when running in a multi-core environment.

-
[#&#8203;12947](https://redirect.github.com/withastro/astro/pull/12947)
[`3c2292f`](3c2292f2f0)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused empty content collections when running dev with
NODE_ENV set

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

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

##### Patch Changes

-
[#&#8203;12927](https://redirect.github.com/withastro/astro/pull/12927)
[`ad2a752`](ad2a752662)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where Astro attempted to decode a request URL multiple
times, resulting in an unexpected behaviour when decoding the character
`%`

-
[#&#8203;12912](https://redirect.github.com/withastro/astro/pull/12912)
[`0c0c66b`](0c0c66bf0d)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Improves the config error for invalid combinations of `context` and
`access` properties under `env.schema`

-
[#&#8203;12935](https://redirect.github.com/withastro/astro/pull/12935)
[`3d47e6b`](3d47e6baff)
Thanks [@&#8203;AirBorne04](https://redirect.github.com/AirBorne04)! -
Fixes an issue where `Astro.locals` coming from an adapter weren't
available in the `404.astro`, when using the `astro dev` command,

-
[#&#8203;12925](https://redirect.github.com/withastro/astro/pull/12925)
[`44841fc`](44841fc281)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Ensures image styles are not imported unless experimental responsive
images are enabled

-
[#&#8203;12926](https://redirect.github.com/withastro/astro/pull/12926)
[`8e64bb7`](8e64bb727f)
Thanks [@&#8203;oliverlynch](https://redirect.github.com/oliverlynch)! -
Improves remote image cache efficiency by separating image data and
metadata into a binary and sidecar JSON file.

-
[#&#8203;12920](https://redirect.github.com/withastro/astro/pull/12920)
[`8b9d530`](8b9d530378)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Processes
markdown with empty body as remark and rehype plugins may add additional
content or frontmatter

-
[#&#8203;12918](https://redirect.github.com/withastro/astro/pull/12918)
[`fd12a26`](fd12a26ac6)
Thanks [@&#8203;lameuler](https://redirect.github.com/lameuler)! - Fixes
a bug where the logged output path does not match the actual output path
when using `build.format: 'preserve'`

-
[#&#8203;12676](https://redirect.github.com/withastro/astro/pull/12676)
[`2ffc0fc`](2ffc0fcab7)
Thanks [@&#8203;koyopro](https://redirect.github.com/koyopro)! - Allows
configuring Astro modules TypeScript compilation with the `vite.esbuild`
config

-
[#&#8203;12938](https://redirect.github.com/withastro/astro/pull/12938)
[`dbb04f3`](dbb04f3c04)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug where content collections would sometimes appear empty when first
running astro dev

-
[#&#8203;12937](https://redirect.github.com/withastro/astro/pull/12937)
[`30edb6d`](30edb6d9d0)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where users could use `Astro.request.headers` during a
rewrite inside prerendered routes. This an invalid behaviour, and now
Astro will show a warning if this happens.

-
[#&#8203;12937](https://redirect.github.com/withastro/astro/pull/12937)
[`30edb6d`](30edb6d9d0)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where the use of `Astro.rewrite` would trigger the
invalid use of `Astro.request.headers`

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

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

##### Patch Changes

-
[#&#8203;12877](https://redirect.github.com/withastro/astro/pull/12877)
[`73a0788`](73a078835e)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Fixes
sourcemap warning generated by the `astro:server-islands` Vite plugin

-
[#&#8203;12906](https://redirect.github.com/withastro/astro/pull/12906)
[`2d89492`](2d89492d73)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused pages that return an empty array from getStaticPath to
match every path

-
[`011fa0f`](011fa0f00c)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where `astro:content` types would be erased when
restarting the dev server

-
[#&#8203;12907](https://redirect.github.com/withastro/astro/pull/12907)
[`dbf1275`](dbf1275987)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a regression around the server islands route, which was not
passed to the adapters `astro:build:done` hook

-
[#&#8203;12818](https://redirect.github.com/withastro/astro/pull/12818)
[`579bd93`](579bd93794)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
race condition where dev server would attempt to load collections before
the content had loaded

-
[#&#8203;12883](https://redirect.github.com/withastro/astro/pull/12883)
[`fbac92f`](fbac92f8bd)
Thanks [@&#8203;kaytwo](https://redirect.github.com/kaytwo)! - Fixes a
bug where responses can be returned before session data is saved

-
[#&#8203;12815](https://redirect.github.com/withastro/astro/pull/12815)
[`3acc654`](3acc65444c)
Thanks [@&#8203;ericswpark](https://redirect.github.com/ericswpark)! -
Some non-index files that were incorrectly being treated as index files
are now excluded

-
[#&#8203;12884](https://redirect.github.com/withastro/astro/pull/12884)
[`d7e97a7`](d7e97a775d)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Adds
`render()` to stub content types

-
[#&#8203;12883](https://redirect.github.com/withastro/astro/pull/12883)
[`fbac92f`](fbac92f8bd)
Thanks [@&#8203;kaytwo](https://redirect.github.com/kaytwo)! - Fixes a
bug where session data could be corrupted if it is changed after calling
.set()

-
[#&#8203;12827](https://redirect.github.com/withastro/astro/pull/12827)
[`7b5dc6f`](7b5dc6f0f1)
Thanks [@&#8203;sinskiy](https://redirect.github.com/sinskiy)! - Fixes
an issue when crawlers try to index Server Islands thinking that Server
Islands are pages

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

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

##### Patch Changes

-
[#&#8203;12798](https://redirect.github.com/withastro/astro/pull/12798)
[`7b0cb85`](7b0cb852f6)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Improves warning logs for invalid content collection configuration

-
[#&#8203;12781](https://redirect.github.com/withastro/astro/pull/12781)
[`96c4b92`](96c4b92533)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a regression that caused `default()` to not work with `reference()`

-
[#&#8203;12820](https://redirect.github.com/withastro/astro/pull/12820)
[`892dd9f`](892dd9f6cd)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused cookies to not be deleted when destroying a session

-
[#&#8203;12864](https://redirect.github.com/withastro/astro/pull/12864)
[`440d8a5`](440d8a54f7)
Thanks [@&#8203;kaytwo](https://redirect.github.com/kaytwo)! - Fixes a
bug where the session ID wasn't correctly regenerated

-
[#&#8203;12768](https://redirect.github.com/withastro/astro/pull/12768)
[`524c855`](524c855075)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where Astro didn't print error logs when Astro Islands
were used in incorrect cases.

-
[#&#8203;12814](https://redirect.github.com/withastro/astro/pull/12814)
[`f12f111`](f12f1118bc)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where Astro didn't log anything in case a file isn't
created during the build.

-
[#&#8203;12875](https://redirect.github.com/withastro/astro/pull/12875)
[`e109002`](e109002c3d)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug in emulated legacy collections where the entry passed to the
getCollection filter function did not include the legacy entry fields.

-
[#&#8203;12768](https://redirect.github.com/withastro/astro/pull/12768)
[`524c855`](524c855075)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where Astro was printing the incorrect output format when
running the `astro build` command

-
[#&#8203;12810](https://redirect.github.com/withastro/astro/pull/12810)
[`70a9f0b`](70a9f0b984)
Thanks [@&#8203;louisescher](https://redirect.github.com/louisescher)! -
Fixes server islands failing to check content-type header under certain
circumstances

Sometimes a reverse proxy or similar service might modify the
content-type header to include the charset or other parameters in the
media type of the response. This previously wasn't handled by the
client-side server island script and thus removed the script without
actually placing the requested content in the DOM. This fix makes it so
the script checks if the header starts with the proper content type
instead of exactly matching `text/html`, so the following will still be
considered a valid header: `text/html; charset=utf-8`

-
[#&#8203;12816](https://redirect.github.com/withastro/astro/pull/12816)
[`7fb2184`](7fb21844df)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where an injected route entrypoint wasn't correctly
marked because the resolved file path contained a query parameter.

This fixes some edge case where some injected entrypoint were not
resolved when using an adapter.

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

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

##### Patch Changes

-
[#&#8203;12782](https://redirect.github.com/withastro/astro/pull/12782)
[`f3d8385`](f3d83854aa)
Thanks [@&#8203;fhiromasa](https://redirect.github.com/fhiromasa)! -
update comment in packages/astro/src/types/public/common.ts

-
[#&#8203;12789](https://redirect.github.com/withastro/astro/pull/12789)
[`f632b94`](f632b94527)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Pass
raw frontmatter to remark plugins in glob loader

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

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

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

##### Minor Changes

-
[#&#8203;12441](https://redirect.github.com/withastro/astro/pull/12441)
[`b4fec3c`](b4fec3c7d1)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Adds
experimental session support

Sessions are used to store user state between requests for
server-rendered pages, such as login status, shopping cart contents, or
other user-specific data.

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

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

##### Patch Changes

-
[#&#8203;12756](https://redirect.github.com/withastro/astro/pull/12756)
[`95795f8`](95795f85db)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! -
Remove debug logging from build

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

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

##### Patch Changes

-
[#&#8203;12749](https://redirect.github.com/withastro/astro/pull/12749)
[`039d022`](039d022b1b)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! - Clean
server sourcemaps from static output

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

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

##### Patch Changes

-
[#&#8203;12746](https://redirect.github.com/withastro/astro/pull/12746)
[`c879f50`](c879f501ff)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! -
Remove all assets created from the server build

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

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

##### Patch Changes

-
[#&#8203;12597](https://redirect.github.com/withastro/astro/pull/12597)
[`564ac6c`](564ac6c2f2)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes an issue where image and server islands routes would not be
passed to the `astro:routes:resolved` hook during builds

-
[#&#8203;12718](https://redirect.github.com/withastro/astro/pull/12718)
[`ccc5ad1`](ccc5ad1676)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where Astro couldn't correctly handle i18n fallback when
using the i18n middleware

-
[#&#8203;12728](https://redirect.github.com/withastro/astro/pull/12728)
[`ee66a45`](ee66a45b25)
Thanks [@&#8203;argyleink](https://redirect.github.com/argyleink)! -
Adds type support for the `closedby` attribute for `<dialog>` elements

-
[#&#8203;12709](https://redirect.github.com/withastro/astro/pull/12709)
[`e3bfd93`](e3bfd93969)
Thanks
[@&#8203;mtwilliams-code](https://redirect.github.com/mtwilliams-code)!
- Fixes a bug where Astro couldn't correctly parse `params` and `props`
when receiving i18n fallback URLs

-
[#&#8203;12657](https://redirect.github.com/withastro/astro/pull/12657)
[`14dffcc`](14dffcc3af)
Thanks [@&#8203;darkmaga](https://redirect.github.com/darkmaga)! -
Trailing slash support for actions

-
[#&#8203;12715](https://redirect.github.com/withastro/astro/pull/12715)
[`029661d`](029661daa9)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused errors in dev when editing sites with large numbers of
MDX pages

-
[#&#8203;12729](https://redirect.github.com/withastro/astro/pull/12729)
[`8b1cecd`](8b1cecd6b4)
Thanks [@&#8203;JoeMorgan](https://redirect.github.com/JoeMorgan)! -
"Added `inert` to htmlBooleanAttributes"

-
[#&#8203;12726](https://redirect.github.com/withastro/astro/pull/12726)
[`7c7398c`](7c7398c046)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where failing content entries in `astro check` would not
be surfaced

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

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

##### Patch Changes

-
[#&#8203;12705](https://redirect.github.com/withastro/astro/pull/12705)
[`0d1eab5`](0d1eab560d)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug where MDX files with certain characters in the name would cause
builds to fail

-
[#&#8203;12707](https://redirect.github.com/withastro/astro/pull/12707)
[`2aaed2d`](2aaed2d2a9)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where the middleware was incorrectly imported during the
build

-
[#&#8203;12697](https://redirect.github.com/withastro/astro/pull/12697)
[`1c4a032`](1c4a032247)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fix a
bug that caused builds to fail if an image had a quote mark in its name

-
[#&#8203;12694](https://redirect.github.com/withastro/astro/pull/12694)
[`495f46b`](495f46bca7)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where the experimental feature `experimental.svg` was
incorrectly used when generating ESM images

-
[#&#8203;12658](https://redirect.github.com/withastro/astro/pull/12658)
[`3169593`](316959355c)
Thanks [@&#8203;jurajkapsz](https://redirect.github.com/jurajkapsz)! -
Fixes astro info copy to clipboard process not returning to prompt in
certain cases.

-
[#&#8203;12712](https://redirect.github.com/withastro/astro/pull/12712)
[`b01c74a`](b01c74aecc)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug which misidentified pages as markdown if a query string ended in a
markdown extension

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

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

##### Patch Changes

-
[#&#8203;12653](https://redirect.github.com/withastro/astro/pull/12653)
[`e21c7e6`](e21c7e67fd)
Thanks [@&#8203;sarah11918](https://redirect.github.com/sarah11918)! -
Updates a reference in an error message

-
[#&#8203;12585](https://redirect.github.com/withastro/astro/pull/12585)
[`a9373c0`](a9373c0c9a)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where `process.env` would be frozen despite changes made
to environment variables in development

-
[#&#8203;12695](https://redirect.github.com/withastro/astro/pull/12695)
[`a203d5d`](a203d5dd58)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Throws a more helpful error when images are missing

- Updated dependencies
\[[`f13417b`](f13417bfbf),
[`87231b1`](87231b1168),
[`a71e9b9`](a71e9b93b3)]:
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)[@&#8203;6](https://redirect.github.com/6).0.1

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

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

##### Patch Changes

-
[#&#8203;12645](https://redirect.github.com/withastro/astro/pull/12645)
[`8704c54`](8704c5439c)
Thanks [@&#8203;sarah11918](https://redirect.github.com/sarah11918)! -
Updates some reference links in error messages for new v5 docs.

-
[#&#8203;12641](https://redirect.github.com/withastro/astro/pull/12641)
[`48ca399`](48ca399788)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug where `astro info --copy` wasn't working correctly on `macOS`
systems.

-
[#&#8203;12461](https://redirect.github.com/withastro/astro/pull/12461)
[`62939ad`](62939add0b)
Thanks [@&#8203;kyr0](https://redirect.github.com/kyr0)! - Removes the
misleading log message telling that a custom renderer is not recognized
while it clearly is and works.

-
[#&#8203;12642](https://redirect.github.com/withastro/astro/pull/12642)
[`ff18b9c`](ff18b9c185)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Provides more information when logging a warning for accessing
`Astro.request.headers` in prerendered pages

-
[#&#8203;12634](https://redirect.github.com/withastro/astro/pull/12634)
[`03958d9`](03958d9392)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! -
Improves error message formatting for user config and content collection
frontmatter

-
[#&#8203;12547](https://redirect.github.com/withastro/astro/pull/12547)
[`6b6e18d`](6b6e18d7a0)
Thanks
[@&#8203;mtwilliams-code](https://redirect.github.com/mtwilliams-code)!
- Fixes a bug where URL search parameters weren't passed when using the
i18n `fallback` feature.

-
[#&#8203;12449](https://redirect.github.com/withastro/astro/pull/12449)
[`e6b8017`](e6b8017239)
Thanks [@&#8203;apatel369](https://redirect.github.com/apatel369)! -
Fixes an issue where the custom `assetFileNames` configuration caused
assets to be incorrectly moved to the server directory instead of the
client directory, resulting in 404 errors when accessed from the client
side.

-
[#&#8203;12518](https://redirect.github.com/withastro/astro/pull/12518)
[`e216250`](e216250146)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where SSR error pages would return duplicated custom
headers.

-
[#&#8203;12625](https://redirect.github.com/withastro/astro/pull/12625)
[`74bfad0`](74bfad07af)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where the `experimental.svg` had incorrect type,
resulting in some errors in the editors.

-
[#&#8203;12631](https://redirect.github.com/withastro/astro/pull/12631)
[`dec0305`](dec0305b75)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug where the class attribute was rendered twice on the image
component

-
[#&#8203;12623](https://redirect.github.com/withastro/astro/pull/12623)
[`0e4fecb`](0e4fecbb13)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Correctly handles images in content collections with uppercase file
extensions

-
[#&#8203;12633](https://redirect.github.com/withastro/astro/pull/12633)
[`8a551c1`](8a551c1272)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Cleans up
content layer sync during builds and programmatic `sync()` calls

-
[#&#8203;12640](https://redirect.github.com/withastro/astro/pull/12640)
[`22e405a`](22e405a044)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused content collections to be returned empty when run in a
test environment

-
[#&#8203;12613](https://redirect.github.com/withastro/astro/pull/12613)
[`306c9f9`](306c9f9a9a)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! - Fix
use of cloned requests in middleware with clientAddress

When using `context.clientAddress` or `Astro.clientAddress` Astro looks
up the address in a hidden property. Cloning a request can cause this
hidden property to be lost.

The fix is to pass the address as an internal property instead,
decoupling it from the request.

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

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

##### Patch Changes

-
[#&#8203;12601](https://redirect.github.com/withastro/astro/pull/12601)
[`0724929`](072492982b)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Includes "undefined" in types for getEntry

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

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

##### Patch Changes

-
[#&#8203;12590](https://redirect.github.com/withastro/astro/pull/12590)
[`92c269b`](92c269b0f0)
Thanks [@&#8203;kidonng](https://redirect.github.com/kidonng)! - fix:
devtools warnings about dev toolbar form fields

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

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

##### Major Changes

-
[#&#8203;11798](https://redirect.github.com/withastro/astro/pull/11798)
[`e9e2139`](e9e2139bf7)
Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! -
Unflag globalRoutePriority

The previously experimental feature `globalRoutePriority` is now the
default in Astro 5.

This was a refactoring of route prioritization in Astro, making it so
that injected routes, file-based routes, and redirects are all
prioritized using the same logic. This feature has been enabled for all
Starlight projects since it was added and should not affect most users.

-
[#&#8203;11864](https://redirect.github.com/withastro/astro/pull/11864)
[`ee38b3a`](ee38b3a946)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - ###
\[changed]: `entryPoint` type inside the hook `astro:build:ssr`
    In Astro v4.x, the `entryPoint` type was `RouteData`.

Astro v5.0 the `entryPoint` type is `IntegrationRouteData`, which
contains a subset of the `RouteData` type. The fields `isIndex` and
`fallbackRoutes` were removed.

##### What should I do?

Update your adapter to change the type of `entryPoint` from `RouteData`
to `IntegrationRouteData`.

```diff
-import type {RouteData} from 'astro';
+import type {IntegrationRouteData} from "astro"

-function useRoute(route: RouteData) {
+function useRoute(route: IntegrationRouteData) {

}
```

-
[#&#8203;12524](https://redirect.github.com/withastro/astro/pull/12524)
[`9f44019`](9f440196dc)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Bumps Vite
to ^6.0.1 and handles its breaking changes

-
[#&#8203;10742](https://redirect.github.com/withastro/astro/pull/10742)
[`b6fbdaa`](b6fbdaa94a)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - The
lowest version of Node supported by Astro is now Node v18.17.1 and
higher.

-
[#&#8203;11916](https://redirect.github.com/withastro/astro/pull/11916)
[`46ea29f`](46ea29f91d)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Updates how
the `build.client` and `build.server` option values get resolved to
match existing documentation. With this fix, the option values will now
correctly resolve relative to the `outDir` option. So if `outDir` is set
to `./dist/nested/`, then by default:

    -   `build.client` will resolve to `<root>/dist/nested/client/`
    -   `build.server` will resolve to `<root>/dist/nested/server/`

    Previously the values were incorrectly resolved:

    -   `build.client` was resolved to `<root>/dist/nested/dist/client/`
    -   `build.server` was resolved to `<root>/dist/nested/dist/server/`

If you were relying on the previous build paths, make sure that your
project code is updated to the new build paths.

-
[#&#8203;11982](https://redirect.github.com/withastro/astro/pull/11982)
[`d84e444`](d84e444fd3)
Thanks [@&#8203;Princesseuh](https://redirect.github.com/Princesseuh)! -
Adds a default exclude and include value to the tsconfig presets.
`{projectDir}/dist` is now excluded by default, and
`{projectDir}/.astro/types.d.ts` and `{projectDir}/**/*` are included by
default.

Both of these options can be overridden by setting your own values to
the corresponding settings in your `tsconfig.json` file.

-
[#&#8203;11861](https://redirect.github.com/withastro/astro/pull/11861)
[`3ab3b4e`](3ab3b4efbc)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Cleans up
Astro-specific metadata attached to `vfile.data` in Remark and Rehype
plugins. Previously, the metadata was attached in different locations
with inconsistent names. The metadata is now renamed as below:

    -   `vfile.data.__astroHeadings` -> `vfile.data.astro.headings`
    -   `vfile.data.imagePaths` -> `vfile.data.astro.imagePaths`

The types of `imagePaths` has also been updated from `Set<string>` to
`string[]`. The `vfile.data.astro.frontmatter` metadata is left
unchanged.

While we don't consider these APIs public, they can be accessed by
Remark and Rehype plugins that want to re-use Astro's metadata. If you
are using these APIs, make sure to access them in the new locations.

-
[#&#8203;11987](https://redirect.github.com/withastro/astro/pull/11987)
[`bf90a53`](bf90a5343f)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- The `locals` object can no longer be overridden

Middleware, API endpoints, and pages can no longer override the `locals`
object in its entirety. You can still append values onto the object, but
you can not replace the entire object and delete its existing values.

    If you were previously overwriting like so:

    ```js
    ctx.locals = {
      one: 1,
      two: 2,
    };
    ```

    This can be changed to an assignment on the existing object instead:

    ```js
    Object.assign(ctx.locals, {
      one: 1,
      two: 2,
    });
    ```

-
[#&#8203;11908](https://redirect.github.com/withastro/astro/pull/11908)
[`518433e`](518433e433)
Thanks [@&#8203;Princesseuh](https://redirect.github.com/Princesseuh)! -
The `image.endpoint` config now allow customizing the route of the image
endpoint in addition to the entrypoint. This can be useful in niche
situations where the default route `/_image` conflicts with an existing
route or your local server setup.

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

    defineConfig({
      image: {
        endpoint: {
          route: '/image',
          entrypoint: './src/image_endpoint.ts',
        },
      },
    });
    ```

-
[#&#8203;12008](https://redirect.github.com/withastro/astro/pull/12008)
[`5608338`](560833843c)
Thanks [@&#8203;Princesseuh](https://redirect.github.com/Princesseuh)! -
Welcome to the Astro 5 beta! This release has no changes from the latest
alpha of this package, but it does bring us one step closer to the
final, stable release.

Starting from this release, no breaking changes will be introduced
unless absolutely necessary.

To learn how to upgrade, check out the [Astro v5.0 upgrade guide in our
beta docs
site](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/).

-
[#&#8203;11679](https://redirect.github.com/withastro/astro/pull/11679)
[`ea71b90`](ea71b90c9c)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- The `astro:env` feature introduced behind a flag in
[v4.10.0](https://redirect.github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md#x4100)
is no longer experimental and is available for general use. If you have
been waiting for stabilization before using `astro:env`, you can now do
so.

This feature lets you configure a type-safe schema for your environment
variables, and indicate whether they should be available on the server
or the client.

To configure a schema, add the `env` option to your Astro config and
define your client and server variables. If you were previously using
this feature, please remove the experimental flag from your Astro config
and move your entire `env` configuration unchanged to a top-level
option.

    ```js
    import { defineConfig, envField } from 'astro/config';

    export default defineConfig({
      env: {
        schema: {
API_URL: envField.string({ context: 'client', access: 'public',
optional: true }),
PORT: envField.number({ context: 'server', access: 'public', default:
4321 }),
API_SECRET: envField.string({ context: 'server', access: 'secret' }),
        },
      },
    });
    ```

You can import and use your defined variables from the appropriate
`/client` or `/server` module:

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2025-01-24 19:29:25 +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
436a258642 fix(website): update @astrojs/starlight 0.29.3 → 0.31.1 (#30902)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | minor | [`0.30.6` ->
`0.31.1`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.29.3/0.31.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>withastro/starlight (@&#8203;astrojs/starlight)</summary>

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

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

##### Patch Changes

-
[#&#8203;2805](https://redirect.github.com/withastro/starlight/pull/2805)
[`ed6f9fd`](ed6f9fd773)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Exposes
the
[`StarlightIcon`](https://starlight.astro.build/reference/icons/#starlighticon-type)
TypeScript type referencing the names of Starlight’s built-in icons.

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

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

##### Minor Changes

-
[#&#8203;2777](https://redirect.github.com/withastro/starlight/pull/2777)
[`88f4214`](88f4214588)
Thanks [@&#8203;hippotastic](https://redirect.github.com/hippotastic)! -
Updates `astro-expressive-code` dependency to the latest version (0.40).

This includes an update to the latest Shiki version (1.26.1), providing
access to all current Shiki themes and syntax highlighting languages,
and adding the config options `shiki.engine`, `shiki.bundledLangs`,
`shiki.langAlias` and `removeUnusedThemes`. It also adds new style
variants to the optional collapsible sections plugin.

See the [Expressive Code release
notes](https://expressive-code.com/releases/#&#8203;0400) for full
details.

-
[#&#8203;2736](https://redirect.github.com/withastro/starlight/pull/2736)
[`29a885b`](29a885be43)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - ⚠️
**BREAKING CHANGE:** The minimum supported version of Astro is now 5.1.5

    Please update Astro and Starlight together:

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

-
[#&#8203;2728](https://redirect.github.com/withastro/starlight/pull/2728)
[`e187383`](e1873834d4)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Updates
minimum Pagefind dependency to v1.3.0, sets new defaults for Pagefind’s
ranking options, and adds support for manually configuring the ranking
options

The new ranking option defaults have been evaluated against Starlight’s
own docs to improve the quality of search results. See [“Customize
Pagefind's result ranking”](https://pagefind.app/docs/ranking/) for more
details about how they work.

-
[#&#8203;157](https://redirect.github.com/withastro/starlight/pull/157)
[`23bf960`](23bf960aed)
Thanks [@&#8203;tony-sull](https://redirect.github.com/tony-sull)! -
Adds a print stylesheet to improve the appearance of Starlight docs
pages when printed

-
[#&#8203;2728](https://redirect.github.com/withastro/starlight/pull/2728)
[`e187383`](e1873834d4)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
Pagefind logging to respect the Astro log level. When using Astro’s
`--verbose` or `--silent` CLI flags, these are now respected by Pagefind
as well.

##### Patch Changes

-
[#&#8203;2792](https://redirect.github.com/withastro/starlight/pull/2792)
[`412effb`](412effb5a6)
Thanks [@&#8203;dhruvkb](https://redirect.github.com/dhruvkb)! - Uses
semantic `var(--sl-color-hairline)` for the page sidebar border instead
of `var(--sl-color-gray-6)`. This is visually the same as previously but
makes it easier to override the hairline color consistently across a
site.

-
[#&#8203;2736](https://redirect.github.com/withastro/starlight/pull/2736)
[`29a885b`](29a885be43)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Updates
internal dependencies `@astrojs/sitemap` and `@astrojs/mdx` to the
latest versions

-
[#&#8203;2782](https://redirect.github.com/withastro/starlight/pull/2782)
[`d9d415b`](d9d415b455)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes a
documentation link in the JSDoc comment for the
`StarlightExpressiveCodeOptions` type

-
[#&#8203;2708](https://redirect.github.com/withastro/starlight/pull/2708)
[`442c819`](442c8194db)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
colour contrast correction in code blocks

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

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

##### Patch Changes

-
[#&#8203;2722](https://redirect.github.com/withastro/starlight/pull/2722)
[`0b206d3`](0b206d3a23)
Thanks [@&#8203;techfg](https://redirect.github.com/techfg)! - Fixes
display of long site title on mobile

-
[#&#8203;2762](https://redirect.github.com/withastro/starlight/pull/2762)
[`7ab1576`](7ab157639d)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Prevents
the header title from being translated by automatic translation systems.

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

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

##### Patch Changes

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

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

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

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

##### Patch Changes

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

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

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

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

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

##### Patch Changes

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

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

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

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

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

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

##### Patch Changes

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

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

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

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

##### Patch Changes

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

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

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

##### Minor Changes

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

##### Upgrade Astro and dependencies

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

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

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

##### Update your collections

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

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

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

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

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

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

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

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

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

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

##### Patch Changes

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-24 15:54:54 +00: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`](cf3088060d)
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
TrueCharts Bot
68c0188f0d chore(deps): update node.js v22.13.0 → v22.13.1 (#31030)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | patch | `22.13.0`
-> `22.13.1` |

---

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

---

### Release Notes

<details>
<summary>nodejs/node (node)</summary>

###
[`v22.13.1`](https://redirect.github.com/nodejs/node/releases/tag/v22.13.1):
2025-01-21, Version 22.13.1 &#x27;Jod&#x27; (LTS), @&#8203;RafaelGSS

[Compare
Source](https://redirect.github.com/nodejs/node/compare/v22.13.0...v22.13.1)

This is a security release.

##### Notable Changes

- CVE-2025-23083 - src,loader,permission: throw on InternalWorker use
when permission model is enabled (High)
- CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and
ERR_PROTO (Medium)
- CVE-2025-23084 - path: fix path traversal in normalize() on Windows
(Medium)

Dependency update:

- CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch()
(Medium)

##### Commits

-
\[[`520da342e0`](https://redirect.github.com/nodejs/node/commit/520da342e0)]
- **(CVE-2025-22150)** **deps**: update undici to v6.21.1 (Matteo
Collina)
[nodejs-private/node-private#662](https://redirect.github.com/nodejs-private/node-private/pull/662)
-
\[[`99f217369f`](https://redirect.github.com/nodejs/node/commit/99f217369f)]
- **(CVE-2025-23084)** **path**: fix path traversal in normalize() on
Windows (Tobias Nießen)
[nodejs-private/node-private#555](https://redirect.github.com/nodejs-private/node-private/pull/555)
-
\[[`984f735e35`](https://redirect.github.com/nodejs/node/commit/984f735e35)]
- **(CVE-2025-23085)** **src**: fix HTTP2 mem leak on premature close
and ERR_PROTO (RafaelGSS)
[nodejs-private/node-private#650](https://redirect.github.com/nodejs-private/node-private/pull/650)
-
\[[`2446870618`](https://redirect.github.com/nodejs/node/commit/2446870618)]
- **(CVE-2025-23083)** **src,loader,permission**: throw on
InternalWorker use (RafaelGSS)
[nodejs-private/node-private#651](https://redirect.github.com/nodejs-private/node-private/pull/651)

</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 02:31:42 +00:00
Kjeld Schouten
5ed344e8cf new package and package locl 2025-01-23 22:15:46 +01:00
Kjeld Schouten
b41c2a0368 small revert 2025-01-23 22:10:05 +01:00
TrueCharts Bot
d4b4b23012 fix(website): update astro-better-image-service 2.0.37 → 2.1.2 (#30851) 2025-01-12 03:22:55 +01:00
TrueCharts Bot
a9c6e12c14 fix(website): update @astrojs/starlight 0.29.3 → 0.30.6 (#30803) 2025-01-11 03:07:34 +01:00
TrueCharts Bot
990fc766fa fix(website): update @astrojs/starlight 0.29.3 → 0.30.5 (#30675)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

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

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

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

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

##### Patch Changes

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

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

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

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

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

##### Patch Changes

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

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

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

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

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

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

##### Patch Changes

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

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

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

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

##### Patch Changes

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

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

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

##### Minor Changes

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

##### Upgrade Astro and dependencies

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

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

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

##### Update your collections

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

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

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

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

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

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

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

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

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

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

##### Patch Changes

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-10 04:31:14 +00:00
TrueCharts Bot
1e9e5fb06a chore(deps): update node.js v22.12.0 → v22.13.0 (#30668)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | minor | `22.12.0`
-> `22.13.0` |

---

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

---

### Release Notes

<details>
<summary>nodejs/node (node)</summary>

###
[`v22.13.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.13.0):
2025-01-07, Version 22.13.0 &#x27;Jod&#x27; (LTS), @&#8203;ruyadorno

[Compare
Source](https://redirect.github.com/nodejs/node/compare/v22.12.0...v22.13.0)

##### Notable Changes

##### Stabilize Permission Model

Upgrades the Permission Model status from Active Development to Stable.

Contributed by Rafael Gonzaga
[#&#8203;56201](https://redirect.github.com/nodejs/node/pull/56201)

##### Graduate WebCryptoAPI
[`Ed25519`](https://redirect.github.com/nodejs/node/commit/Ed25519) and
X25519 algorithms as stable

Following the merge of Curve25519 into the [Web Cryptography API
Editor's Draft](https://w3c.github.io/webcrypto/) the `Ed25519` and
`X25519` algorithm identifiers are now stable and will no longer emit an
ExperimentalWarning upon use.

Contributed by (Filip Skokan)
[#&#8203;56142](https://redirect.github.com/nodejs/node/pull/56142)

##### Other Notable Changes

-
\[[`05d6227a88`](https://redirect.github.com/nodejs/node/commit/05d6227a88)]
- **(SEMVER-MINOR)** **assert**: add partialDeepStrictEqual (Giovanni
Bucci)
[#&#8203;54630](https://redirect.github.com/nodejs/node/pull/54630)
-
\[[`a933103499`](https://redirect.github.com/nodejs/node/commit/a933103499)]
- **(SEMVER-MINOR)** **cli**: implement --trace-env and
--trace-env-\[js|native]-stack (Joyee Cheung)
[#&#8203;55604](https://redirect.github.com/nodejs/node/pull/55604)
-
\[[`ba9d5397de`](https://redirect.github.com/nodejs/node/commit/ba9d5397de)]
- **(SEMVER-MINOR)** **dgram**: support blocklist in udp (theanarkh)
[#&#8203;56087](https://redirect.github.com/nodejs/node/pull/56087)
-
\[[`f6d0c01303`](https://redirect.github.com/nodejs/node/commit/f6d0c01303)]
- **doc**: stabilize util.styleText (Rafael Gonzaga)
[#&#8203;56265](https://redirect.github.com/nodejs/node/pull/56265)
-
\[[`34c68827af`](https://redirect.github.com/nodejs/node/commit/34c68827af)]
- **doc**: move typescript support to active development (Marco
Ippolito)
[#&#8203;55536](https://redirect.github.com/nodejs/node/pull/55536)
-
\[[`dd14b80350`](https://redirect.github.com/nodejs/node/commit/dd14b80350)]
- **doc**: add LJHarb to collaborators (Jordan Harband)
[#&#8203;56132](https://redirect.github.com/nodejs/node/pull/56132)
-
\[[`5263086169`](https://redirect.github.com/nodejs/node/commit/5263086169)]
- **(SEMVER-MINOR)** **doc**: add report version and history section
(Chengzhong Wu)
[#&#8203;56130](https://redirect.github.com/nodejs/node/pull/56130)
-
\[[`8cb3c2018d`](https://redirect.github.com/nodejs/node/commit/8cb3c2018d)]
- **(SEMVER-MINOR)** **doc**: sort --report-exclude alphabetically
(Rafael Gonzaga)
[#&#8203;55788](https://redirect.github.com/nodejs/node/pull/55788)
-
\[[`55239a48b6`](https://redirect.github.com/nodejs/node/commit/55239a48b6)]
- **(SEMVER-MINOR)** **doc,lib,src,test**: unflag sqlite module (Colin
Ihrig)
[#&#8203;55890](https://redirect.github.com/nodejs/node/pull/55890)
-
\[[`7cbe3de1d8`](https://redirect.github.com/nodejs/node/commit/7cbe3de1d8)]
- **(SEMVER-MINOR)** **module**: only emit require(esm) warning under
--trace-require-module (Joyee Cheung)
[#&#8203;56194](https://redirect.github.com/nodejs/node/pull/56194)
-
\[[`6575b76042`](https://redirect.github.com/nodejs/node/commit/6575b76042)]
- **(SEMVER-MINOR)** **module**: add module.stripTypeScriptTypes (Marco
Ippolito)
[#&#8203;55282](https://redirect.github.com/nodejs/node/pull/55282)
-
\[[`bacfe6d5c9`](https://redirect.github.com/nodejs/node/commit/bacfe6d5c9)]
- **(SEMVER-MINOR)** **net**: support blocklist in net.connect
(theanarkh)
[#&#8203;56075](https://redirect.github.com/nodejs/node/pull/56075)
-
\[[`b47888d390`](https://redirect.github.com/nodejs/node/commit/b47888d390)]
- **(SEMVER-MINOR)** **net**: support blocklist for net.Server
(theanarkh)
[#&#8203;56079](https://redirect.github.com/nodejs/node/pull/56079)
-
\[[`566f0a1d25`](https://redirect.github.com/nodejs/node/commit/566f0a1d25)]
- **(SEMVER-MINOR)** **net**: add SocketAddress.parse (James M Snell)
[#&#8203;56076](https://redirect.github.com/nodejs/node/pull/56076)
-
\[[`ed7eab1421`](https://redirect.github.com/nodejs/node/commit/ed7eab1421)]
- **(SEMVER-MINOR)** **net**: add net.BlockList.isBlockList(value)
(James M Snell)
[#&#8203;56078](https://redirect.github.com/nodejs/node/pull/56078)
-
\[[`ea4891856d`](https://redirect.github.com/nodejs/node/commit/ea4891856d)]
- **(SEMVER-MINOR)** **process**: deprecate `features.{ipv6,uv}` and
`features.tls_*` (René)
[#&#8203;55545](https://redirect.github.com/nodejs/node/pull/55545)
-
\[[`01eb308f26`](https://redirect.github.com/nodejs/node/commit/01eb308f26)]
- **(SEMVER-MINOR)** **report**: fix typos in report keys and bump the
version (Yuan-Ming Hsu)
[#&#8203;56068](https://redirect.github.com/nodejs/node/pull/56068)
-
\[[`97c38352d0`](https://redirect.github.com/nodejs/node/commit/97c38352d0)]
- **(SEMVER-MINOR)** **sqlite**: aggregate constants in a single
property (Edigleysson Silva (Edy))
[#&#8203;56213](https://redirect.github.com/nodejs/node/pull/56213)
-
\[[`b4041e554a`](https://redirect.github.com/nodejs/node/commit/b4041e554a)]
- **(SEMVER-MINOR)** **sqlite**: add `StatementSync.prototype.iterate`
method (tpoisseau)
[#&#8203;54213](https://redirect.github.com/nodejs/node/pull/54213)
-
\[[`2e3ca1bbdd`](https://redirect.github.com/nodejs/node/commit/2e3ca1bbdd)]
- **(SEMVER-MINOR)** **src**: add cli option to preserve env vars on
diagnostic reports (Rafael Gonzaga)
[#&#8203;55697](https://redirect.github.com/nodejs/node/pull/55697)
-
\[[`bcfe9c80fc`](https://redirect.github.com/nodejs/node/commit/bcfe9c80fc)]
- **(SEMVER-MINOR)** **util**: add sourcemap support to getCallSites
(Marco Ippolito)
[#&#8203;55589](https://redirect.github.com/nodejs/node/pull/55589)

##### Commits

-
\[[`e9024779c0`](https://redirect.github.com/nodejs/node/commit/e9024779c0)]
- **assert**: make Maps be partially compared in partialDeepStrictEqual
(Giovanni Bucci)
[#&#8203;56195](https://redirect.github.com/nodejs/node/pull/56195)
-
\[[`4c13d8e587`](https://redirect.github.com/nodejs/node/commit/4c13d8e587)]
- **assert**: make partialDeepStrictEqual work with ArrayBuffers
(Giovanni Bucci)
[#&#8203;56098](https://redirect.github.com/nodejs/node/pull/56098)
-
\[[`a4fa31a86e`](https://redirect.github.com/nodejs/node/commit/a4fa31a86e)]
- **assert**: optimize partial comparison of two `Set`s (Antoine du
Hamel)
[#&#8203;55970](https://redirect.github.com/nodejs/node/pull/55970)
-
\[[`05d6227a88`](https://redirect.github.com/nodejs/node/commit/05d6227a88)]
- **(SEMVER-MINOR)** **assert**: add partialDeepStrictEqual (Giovanni
Bucci)
[#&#8203;54630](https://redirect.github.com/nodejs/node/pull/54630)
-
\[[`5e1321abd7`](https://redirect.github.com/nodejs/node/commit/5e1321abd7)]
- **buffer**: document concat zero-fill (Duncan)
[#&#8203;55562](https://redirect.github.com/nodejs/node/pull/55562)
-
\[[`be5ba7c648`](https://redirect.github.com/nodejs/node/commit/be5ba7c648)]
- **build**: set DESTCPU correctly for 'make binary' on loongarch64
(吴小白)
[#&#8203;56271](https://redirect.github.com/nodejs/node/pull/56271)
-
\[[`38cf37ee2d`](https://redirect.github.com/nodejs/node/commit/38cf37ee2d)]
- **build**: fix missing fp16 dependency in d8 builds (Joyee Cheung)
[#&#8203;56266](https://redirect.github.com/nodejs/node/pull/56266)
-
\[[`dbb7557455`](https://redirect.github.com/nodejs/node/commit/dbb7557455)]
- **build**: add major release action (Rafael Gonzaga)
[#&#8203;56199](https://redirect.github.com/nodejs/node/pull/56199)
-
\[[`27cc90f3be`](https://redirect.github.com/nodejs/node/commit/27cc90f3be)]
- **build**: fix C string encoding for `PRODUCT_DIR_ABS` (Anna
Henningsen)
[#&#8203;56111](https://redirect.github.com/nodejs/node/pull/56111)
-
\[[`376561c2b4`](https://redirect.github.com/nodejs/node/commit/376561c2b4)]
- **build**: use variable for simdutf path (Shelley Vohr)
[#&#8203;56196](https://redirect.github.com/nodejs/node/pull/56196)
-
\[[`126ae15000`](https://redirect.github.com/nodejs/node/commit/126ae15000)]
- **build**: allow overriding clang usage (Shelley Vohr)
[#&#8203;56016](https://redirect.github.com/nodejs/node/pull/56016)
-
\[[`97bb8f7c76`](https://redirect.github.com/nodejs/node/commit/97bb8f7c76)]
- **build**: remove defaults for create-release-proposal (Rafael
Gonzaga)
[#&#8203;56042](https://redirect.github.com/nodejs/node/pull/56042)
-
\[[`a8fb1a06f3`](https://redirect.github.com/nodejs/node/commit/a8fb1a06f3)]
- **build**: set node_arch to target_cpu in GN (Shelley Vohr)
[#&#8203;55967](https://redirect.github.com/nodejs/node/pull/55967)
-
\[[`9f48ca27f1`](https://redirect.github.com/nodejs/node/commit/9f48ca27f1)]
- **build**: use variable for crypto dep path (Shelley Vohr)
[#&#8203;55928](https://redirect.github.com/nodejs/node/pull/55928)
-
\[[`e47ccd2287`](https://redirect.github.com/nodejs/node/commit/e47ccd2287)]
- **build**: fix GN build for sqlite (Cheng)
[#&#8203;55912](https://redirect.github.com/nodejs/node/pull/55912)
-
\[[`8d70b99a5a`](https://redirect.github.com/nodejs/node/commit/8d70b99a5a)]
- **build**: compile bundled simdutf conditionally (Jakub Jirutka)
[#&#8203;55886](https://redirect.github.com/nodejs/node/pull/55886)
-
\[[`826fd35242`](https://redirect.github.com/nodejs/node/commit/826fd35242)]
- **build**: compile bundled simdjson conditionally (Jakub Jirutka)
[#&#8203;55886](https://redirect.github.com/nodejs/node/pull/55886)
-
\[[`1015b22085`](https://redirect.github.com/nodejs/node/commit/1015b22085)]
- **build**: compile bundled ada conditionally (Jakub Jirutka)
[#&#8203;55886](https://redirect.github.com/nodejs/node/pull/55886)
-
\[[`77e2869ca6`](https://redirect.github.com/nodejs/node/commit/77e2869ca6)]
- **build**: use glob for dependencies of out/Makefile (Richard Lau)
[#&#8203;55789](https://redirect.github.com/nodejs/node/pull/55789)
-
\[[`a933103499`](https://redirect.github.com/nodejs/node/commit/a933103499)]
- **(SEMVER-MINOR)** **cli**: implement --trace-env and
--trace-env-\[js|native]-stack (Joyee Cheung)
[#&#8203;55604](https://redirect.github.com/nodejs/node/pull/55604)
-
\[[`72e8e0684e`](https://redirect.github.com/nodejs/node/commit/72e8e0684e)]
- **crypto**: graduate WebCryptoAPI
[`Ed25519`](https://redirect.github.com/nodejs/node/commit/Ed25519) and
X25519 algorithms as stable (Filip Skokan)
[#&#8203;56142](https://redirect.github.com/nodejs/node/pull/56142)
-
\[[`fe2b344ddb`](https://redirect.github.com/nodejs/node/commit/fe2b344ddb)]
- **crypto**: ensure CryptoKey usages and algorithm are cached objects
(Filip Skokan)
[#&#8203;56108](https://redirect.github.com/nodejs/node/pull/56108)
-
\[[`9ee9f524a7`](https://redirect.github.com/nodejs/node/commit/9ee9f524a7)]
- **crypto**: allow non-multiple of 8 in SubtleCrypto.deriveBits (Filip
Skokan)
[#&#8203;55296](https://redirect.github.com/nodejs/node/pull/55296)
-
\[[`76f242d993`](https://redirect.github.com/nodejs/node/commit/76f242d993)]
- **deps**: update nghttp3 to 1.6.0 (Node.js GitHub Bot)
[#&#8203;56258](https://redirect.github.com/nodejs/node/pull/56258)
-
\[[`c7ff2ea6b5`](https://redirect.github.com/nodejs/node/commit/c7ff2ea6b5)]
- **deps**: update simdutf to 5.6.4 (Node.js GitHub Bot)
[#&#8203;56255](https://redirect.github.com/nodejs/node/pull/56255)
-
\[[`04230be1ef`](https://redirect.github.com/nodejs/node/commit/04230be1ef)]
- **deps**: update libuv to 1.49.2 (Luigi Pinca)
[#&#8203;56224](https://redirect.github.com/nodejs/node/pull/56224)
-
\[[`88589b85b7`](https://redirect.github.com/nodejs/node/commit/88589b85b7)]
- **deps**: update c-ares to v1.34.4 (Node.js GitHub Bot)
[#&#8203;56256](https://redirect.github.com/nodejs/node/pull/56256)
-
\[[`5c2e0618f3`](https://redirect.github.com/nodejs/node/commit/5c2e0618f3)]
- **deps**: define V8\_PRESERVE_MOST as no-op on Windows (Stefan
Stojanovic)
[#&#8203;56238](https://redirect.github.com/nodejs/node/pull/56238)
-
\[[`9f8f3c9658`](https://redirect.github.com/nodejs/node/commit/9f8f3c9658)]
- **deps**: update sqlite to 3.47.2 (Node.js GitHub Bot)
[#&#8203;56178](https://redirect.github.com/nodejs/node/pull/56178)
-
\[[`17b6931d3b`](https://redirect.github.com/nodejs/node/commit/17b6931d3b)]
- **deps**: update ngtcp2 to 1.9.1 (Node.js GitHub Bot)
[#&#8203;56095](https://redirect.github.com/nodejs/node/pull/56095)
-
\[[`22b453b619`](https://redirect.github.com/nodejs/node/commit/22b453b619)]
- **deps**: upgrade npm to 10.9.2 (npm team)
[#&#8203;56135](https://redirect.github.com/nodejs/node/pull/56135)
-
\[[`d7eb41b382`](https://redirect.github.com/nodejs/node/commit/d7eb41b382)]
- **deps**: update sqlite to 3.47.1 (Node.js GitHub Bot)
[#&#8203;56094](https://redirect.github.com/nodejs/node/pull/56094)
-
\[[`669c722aa9`](https://redirect.github.com/nodejs/node/commit/669c722aa9)]
- **deps**: update zlib to 1.3.0.1-motley-82a5fec (Node.js GitHub Bot)
[#&#8203;55980](https://redirect.github.com/nodejs/node/pull/55980)
-
\[[`f61a0454d2`](https://redirect.github.com/nodejs/node/commit/f61a0454d2)]
- **deps**: update corepack to 0.30.0 (Node.js GitHub Bot)
[#&#8203;55977](https://redirect.github.com/nodejs/node/pull/55977)
-
\[[`d98bf0b891`](https://redirect.github.com/nodejs/node/commit/d98bf0b891)]
- **deps**: update ngtcp2 to 1.9.0 (Node.js GitHub Bot)
[#&#8203;55975](https://redirect.github.com/nodejs/node/pull/55975)
-
\[[`fc362624bf`](https://redirect.github.com/nodejs/node/commit/fc362624bf)]
- **deps**: update simdutf to 5.6.3 (Node.js GitHub Bot)
[#&#8203;55973](https://redirect.github.com/nodejs/node/pull/55973)
-
\[[`f61dcc4df4`](https://redirect.github.com/nodejs/node/commit/f61dcc4df4)]
- **deps**: upgrade npm to 10.9.1 (npm team)
[#&#8203;55951](https://redirect.github.com/nodejs/node/pull/55951)
-
\[[`bfe7982491`](https://redirect.github.com/nodejs/node/commit/bfe7982491)]
- **deps**: update zlib to 1.3.0.1-motley-7e2e4d7 (Node.js GitHub Bot)
[#&#8203;54432](https://redirect.github.com/nodejs/node/pull/54432)
-
\[[`d714367ef8`](https://redirect.github.com/nodejs/node/commit/d714367ef8)]
- **deps**: update simdjson to 3.10.1 (Node.js GitHub Bot)
[#&#8203;54678](https://redirect.github.com/nodejs/node/pull/54678)
-
\[[`ccc9b105ec`](https://redirect.github.com/nodejs/node/commit/ccc9b105ec)]
- **deps**: update simdutf to 5.6.2 (Node.js GitHub Bot)
[#&#8203;55889](https://redirect.github.com/nodejs/node/pull/55889)
-
\[[`ba9d5397de`](https://redirect.github.com/nodejs/node/commit/ba9d5397de)]
- **(SEMVER-MINOR)** **dgram**: support blocklist in udp (theanarkh)
[#&#8203;56087](https://redirect.github.com/nodejs/node/pull/56087)
-
\[[`7ddbf94849`](https://redirect.github.com/nodejs/node/commit/7ddbf94849)]
- **dgram**: check udp buffer size to avoid fd leak (theanarkh)
[#&#8203;56084](https://redirect.github.com/nodejs/node/pull/56084)
-
\[[`360d68de0f`](https://redirect.github.com/nodejs/node/commit/360d68de0f)]
- **doc**: fix color contrast issue in light mode (Rich Trott)
[#&#8203;56272](https://redirect.github.com/nodejs/node/pull/56272)
-
\[[`f6d0c01303`](https://redirect.github.com/nodejs/node/commit/f6d0c01303)]
- **doc**: stabilize util.styleText (Rafael Gonzaga)
[#&#8203;56265](https://redirect.github.com/nodejs/node/pull/56265)
-
\[[`9436c3c949`](https://redirect.github.com/nodejs/node/commit/9436c3c949)]
- **doc**: clarify util.aborted resource usage (Kunal Kumar)
[#&#8203;55780](https://redirect.github.com/nodejs/node/pull/55780)
-
\[[`b1cec2cef9`](https://redirect.github.com/nodejs/node/commit/b1cec2cef9)]
- **doc**: add esm examples to node:repl (Alfredo González)
[#&#8203;55432](https://redirect.github.com/nodejs/node/pull/55432)
-
\[[`d6a84cf781`](https://redirect.github.com/nodejs/node/commit/d6a84cf781)]
- **doc**: add esm examples to node:readline (Alfredo González)
[#&#8203;55335](https://redirect.github.com/nodejs/node/pull/55335)
-
\[[`a11ac1c0f2`](https://redirect.github.com/nodejs/node/commit/a11ac1c0f2)]
- **doc**: fix 'which' to 'that' and add commas (Selveter Senitro)
[#&#8203;56216](https://redirect.github.com/nodejs/node/pull/56216)
-
\[[`5331df7911`](https://redirect.github.com/nodejs/node/commit/5331df7911)]
- **doc**: fix winget config path (Alex Yang)
[#&#8203;56233](https://redirect.github.com/nodejs/node/pull/56233)
-
\[[`7a8071b43c`](https://redirect.github.com/nodejs/node/commit/7a8071b43c)]
- **doc**: add esm examples to node:tls (Alfredo González)
[#&#8203;56229](https://redirect.github.com/nodejs/node/pull/56229)
-
\[[`7d8c1e72d5`](https://redirect.github.com/nodejs/node/commit/7d8c1e72d5)]
- **doc**: add esm examples to node:perf_hooks (Alfredo González)
[#&#8203;55257](https://redirect.github.com/nodejs/node/pull/55257)
-
\[[`ea53c4b1ae`](https://redirect.github.com/nodejs/node/commit/ea53c4b1ae)]
- **doc**: `sea.getRawAsset(key)` always returns an ArrayBuffer (沈鸿飞)
[#&#8203;56206](https://redirect.github.com/nodejs/node/pull/56206)
-
\[[`7a94100a3e`](https://redirect.github.com/nodejs/node/commit/7a94100a3e)]
- **doc**: update announce documentation for releases (Rafael Gonzaga)
[#&#8203;56200](https://redirect.github.com/nodejs/node/pull/56200)
-
\[[`44c4e57e32`](https://redirect.github.com/nodejs/node/commit/44c4e57e32)]
- **doc**: update blog link to /vulnerability (Rafael Gonzaga)
[#&#8203;56198](https://redirect.github.com/nodejs/node/pull/56198)
-
\[[`5e5b4b0cbd`](https://redirect.github.com/nodejs/node/commit/5e5b4b0cbd)]
- **doc**: call out import.meta is only supported in ES modules (Anton
Kastritskii)
[#&#8203;56186](https://redirect.github.com/nodejs/node/pull/56186)
-
\[[`a83de32d35`](https://redirect.github.com/nodejs/node/commit/a83de32d35)]
- **doc**: add ambassador message - benefits of Node.js (Michael Dawson)
[#&#8203;56085](https://redirect.github.com/nodejs/node/pull/56085)
-
\[[`bb880dd21a`](https://redirect.github.com/nodejs/node/commit/bb880dd21a)]
- **doc**: fix incorrect link to style guide (Yuan-Ming Hsu)
[#&#8203;56181](https://redirect.github.com/nodejs/node/pull/56181)
-
\[[`39ce902e58`](https://redirect.github.com/nodejs/node/commit/39ce902e58)]
- **doc**: fix c++ addon hello world sample (Edigleysson Silva (Edy))
[#&#8203;56172](https://redirect.github.com/nodejs/node/pull/56172)
-
\[[`19c72c4acc`](https://redirect.github.com/nodejs/node/commit/19c72c4acc)]
- **doc**: update blog release-post link (Ruy Adorno)
[#&#8203;56123](https://redirect.github.com/nodejs/node/pull/56123)
-
\[[`b667cc4669`](https://redirect.github.com/nodejs/node/commit/b667cc4669)]
- **doc**: fix module.md headings (Chengzhong Wu)
[#&#8203;56131](https://redirect.github.com/nodejs/node/pull/56131)
-
\[[`34c68827af`](https://redirect.github.com/nodejs/node/commit/34c68827af)]
- **doc**: move typescript support to active development (Marco
Ippolito)
[#&#8203;55536](https://redirect.github.com/nodejs/node/pull/55536)
-
\[[`c4a97d810b`](https://redirect.github.com/nodejs/node/commit/c4a97d810b)]
- **doc**: mention `-a` flag for the release script (Ruy Adorno)
[#&#8203;56124](https://redirect.github.com/nodejs/node/pull/56124)
-
\[[`dd14b80350`](https://redirect.github.com/nodejs/node/commit/dd14b80350)]
- **doc**: add LJHarb to collaborators (Jordan Harband)
[#&#8203;56132](https://redirect.github.com/nodejs/node/pull/56132)
-
\[[`2feb0781ed`](https://redirect.github.com/nodejs/node/commit/2feb0781ed)]
- **doc**: add create-release-action to process (Rafael Gonzaga)
[#&#8203;55993](https://redirect.github.com/nodejs/node/pull/55993)
-
\[[`71f6263942`](https://redirect.github.com/nodejs/node/commit/71f6263942)]
- **doc**: rename file to advocacy-ambassador-program.md (Tobias Nießen)
[#&#8203;56046](https://redirect.github.com/nodejs/node/pull/56046)
-
\[[`8efa240500`](https://redirect.github.com/nodejs/node/commit/8efa240500)]
- **doc**: remove unused import from sample code (Blended Bram)
[#&#8203;55570](https://redirect.github.com/nodejs/node/pull/55570)
-
\[[`e64cef8bf4`](https://redirect.github.com/nodejs/node/commit/e64cef8bf4)]
- **doc**: add FAQ to releases section (Rafael Gonzaga)
[#&#8203;55992](https://redirect.github.com/nodejs/node/pull/55992)
-
\[[`4bb0f30f92`](https://redirect.github.com/nodejs/node/commit/4bb0f30f92)]
- **doc**: move history entry to class description (Luigi Pinca)
[#&#8203;55991](https://redirect.github.com/nodejs/node/pull/55991)
-
\[[`6d02bd6873`](https://redirect.github.com/nodejs/node/commit/6d02bd6873)]
- **doc**: add history entry for textEncoder.encodeInto() (Luigi Pinca)
[#&#8203;55990](https://redirect.github.com/nodejs/node/pull/55990)
-
\[[`e239382ed8`](https://redirect.github.com/nodejs/node/commit/e239382ed8)]
- **doc**: improve GN build documentation a bit (Shelley Vohr)
[#&#8203;55968](https://redirect.github.com/nodejs/node/pull/55968)
-
\[[`78b6aef6bc`](https://redirect.github.com/nodejs/node/commit/78b6aef6bc)]
- **doc**: fix deprecation codes (Filip Skokan)
[#&#8203;56018](https://redirect.github.com/nodejs/node/pull/56018)
-
\[[`474bf80a44`](https://redirect.github.com/nodejs/node/commit/474bf80a44)]
- **doc**: remove confusing and outdated sentence (Luigi Pinca)
[#&#8203;55988](https://redirect.github.com/nodejs/node/pull/55988)
-
\[[`57381076c5`](https://redirect.github.com/nodejs/node/commit/57381076c5)]
- **doc**: deprecate passing invalid types in `fs.existsSync` (Carlos
Espa)
[#&#8203;55892](https://redirect.github.com/nodejs/node/pull/55892)
-
\[[`e529cf6b26`](https://redirect.github.com/nodejs/node/commit/e529cf6b26)]
- **doc**: add doc for PerformanceObserver.takeRecords() (skyclouds2001)
[#&#8203;55786](https://redirect.github.com/nodejs/node/pull/55786)
-
\[[`a6ef0f6f6e`](https://redirect.github.com/nodejs/node/commit/a6ef0f6f6e)]
- **doc**: add vetted courses to the ambassador benefits (Matteo
Collina)
[#&#8203;55934](https://redirect.github.com/nodejs/node/pull/55934)
-
\[[`63526049f2`](https://redirect.github.com/nodejs/node/commit/63526049f2)]
- **doc**: order `node:crypto` APIs alphabetically (Julian Gassner)
[#&#8203;55831](https://redirect.github.com/nodejs/node/pull/55831)
-
\[[`36080b7b61`](https://redirect.github.com/nodejs/node/commit/36080b7b61)]
- **doc**: doc how to add message for promotion (Michael Dawson)
[#&#8203;55843](https://redirect.github.com/nodejs/node/pull/55843)
-
\[[`12b2ad4287`](https://redirect.github.com/nodejs/node/commit/12b2ad4287)]
- **doc**: add esm example for zlib (Leonardo Peixoto)
[#&#8203;55946](https://redirect.github.com/nodejs/node/pull/55946)
-
\[[`352daac296`](https://redirect.github.com/nodejs/node/commit/352daac296)]
- **doc**: fix typo (Alex Yang)
[#&#8203;56125](https://redirect.github.com/nodejs/node/pull/56125)
-
\[[`6e7e9a126d`](https://redirect.github.com/nodejs/node/commit/6e7e9a126d)]
- **doc**: document approach for building wasm in deps (Michael Dawson)
[#&#8203;55940](https://redirect.github.com/nodejs/node/pull/55940)
-
\[[`0b3ac05422`](https://redirect.github.com/nodejs/node/commit/0b3ac05422)]
- **doc**: remove RedYetiDev from triagers team (Aviv Keller)
[#&#8203;55947](https://redirect.github.com/nodejs/node/pull/55947)
-
\[[`20be5e2f80`](https://redirect.github.com/nodejs/node/commit/20be5e2f80)]
- **doc**: add esm examples to node:timers (Alfredo González)
[#&#8203;55857](https://redirect.github.com/nodejs/node/pull/55857)
-
\[[`3ba9b57436`](https://redirect.github.com/nodejs/node/commit/3ba9b57436)]
- **doc**: fix relative path mention in --allow-fs (Rafael Gonzaga)
[#&#8203;55791](https://redirect.github.com/nodejs/node/pull/55791)
-
\[[`3e6b3a9a8b`](https://redirect.github.com/nodejs/node/commit/3e6b3a9a8b)]
- **doc**: include git node release --promote to steps (Rafael Gonzaga)
[#&#8203;55835](https://redirect.github.com/nodejs/node/pull/55835)
-
\[[`5bdfde8dc6`](https://redirect.github.com/nodejs/node/commit/5bdfde8dc6)]
- **doc**: add history entry for import assertion removal (Antoine du
Hamel)
[#&#8203;55883](https://redirect.github.com/nodejs/node/pull/55883)
-
\[[`c842146c05`](https://redirect.github.com/nodejs/node/commit/c842146c05)]
- **doc**: add a note on console stream behavior (Gireesh Punathil)
[#&#8203;55616](https://redirect.github.com/nodejs/node/pull/55616)
-
\[[`5263086169`](https://redirect.github.com/nodejs/node/commit/5263086169)]
- **(SEMVER-MINOR)** **doc**: add report version and history section
(Chengzhong Wu)
[#&#8203;56130](https://redirect.github.com/nodejs/node/pull/56130)
-
\[[`8cb3c2018d`](https://redirect.github.com/nodejs/node/commit/8cb3c2018d)]
- **(SEMVER-MINOR)** **doc**: sort --report-exclude alphabetically
(Rafael Gonzaga)
[#&#8203;55788](https://redirect.github.com/nodejs/node/pull/55788)
-
\[[`55239a48b6`](https://redirect.github.com/nodejs/node/commit/55239a48b6)]
- **(SEMVER-MINOR)** **doc,lib,src,test**: unflag sqlite module (Colin
Ihrig)
[#&#8203;55890](https://redirect.github.com/nodejs/node/pull/55890)
-
\[[`04d7c7a349`](https://redirect.github.com/nodejs/node/commit/04d7c7a349)]
- **fs**: make mutating `options` in Callback `readdir()` not affect
results (LiviaMedeiros)
[#&#8203;56057](https://redirect.github.com/nodejs/node/pull/56057)
-
\[[`92bcd528e7`](https://redirect.github.com/nodejs/node/commit/92bcd528e7)]
- **fs**: make mutating `options` in Promises `readdir()` not affect
results (LiviaMedeiros)
[#&#8203;56057](https://redirect.github.com/nodejs/node/pull/56057)
-
\[[`3a55bd9448`](https://redirect.github.com/nodejs/node/commit/3a55bd9448)]
- **fs**: lazily load ReadFileContext (Gürgün Dayıoğlu)
[#&#8203;55998](https://redirect.github.com/nodejs/node/pull/55998)
-
\[[`0331b3fdd3`](https://redirect.github.com/nodejs/node/commit/0331b3fdd3)]
- **fs,win**: fix readdir for named pipe (Hüseyin Açacak)
[#&#8203;56110](https://redirect.github.com/nodejs/node/pull/56110)
-
\[[`79152b54e9`](https://redirect.github.com/nodejs/node/commit/79152b54e9)]
- **http**: add setDefaultHeaders option to http.request (Tim Perry)
[#&#8203;56112](https://redirect.github.com/nodejs/node/pull/56112)
-
\[[`19782855a8`](https://redirect.github.com/nodejs/node/commit/19782855a8)]
- **http**: don't emit error after destroy (Robert Nagy)
[#&#8203;55457](https://redirect.github.com/nodejs/node/pull/55457)
-
\[[`8494512c17`](https://redirect.github.com/nodejs/node/commit/8494512c17)]
- **http2**: remove duplicate codeblock (Vitaly Aminev)
[#&#8203;55915](https://redirect.github.com/nodejs/node/pull/55915)
-
\[[`d2f82223d1`](https://redirect.github.com/nodejs/node/commit/d2f82223d1)]
- **http2**: support ALPNCallback option (ZYSzys)
[#&#8203;56187](https://redirect.github.com/nodejs/node/pull/56187)
-
\[[`2616f1247a`](https://redirect.github.com/nodejs/node/commit/2616f1247a)]
- **http2**: fix memory leak caused by premature listener removing
(ywave620)
[#&#8203;55966](https://redirect.github.com/nodejs/node/pull/55966)
-
\[[`598fe048f2`](https://redirect.github.com/nodejs/node/commit/598fe048f2)]
- **lib**: remove redundant global regexps (Gürgün Dayıoğlu)
[#&#8203;56182](https://redirect.github.com/nodejs/node/pull/56182)
-
\[[`a3c8739530`](https://redirect.github.com/nodejs/node/commit/a3c8739530)]
- **lib**: clean up persisted signals when they are settled (Edigleysson
Silva (Edy))
[#&#8203;56001](https://redirect.github.com/nodejs/node/pull/56001)
-
\[[`11144ab158`](https://redirect.github.com/nodejs/node/commit/11144ab158)]
- **lib**: handle Float16Array in node:v8 serdes (Bartek Iwańczuk)
[#&#8203;55996](https://redirect.github.com/nodejs/node/pull/55996)
-
\[[`81c94a32e4`](https://redirect.github.com/nodejs/node/commit/81c94a32e4)]
- **lib**: disable default memory leak warning for AbortSignal (Lenz
Weber-Tronic)
[#&#8203;55816](https://redirect.github.com/nodejs/node/pull/55816)
-
\[[`68dda61420`](https://redirect.github.com/nodejs/node/commit/68dda61420)]
- **lib**: add validation for options in compileFunction (Taejin Kim)
[#&#8203;56023](https://redirect.github.com/nodejs/node/pull/56023)
-
\[[`d2007aec28`](https://redirect.github.com/nodejs/node/commit/d2007aec28)]
- **lib**: fix `fs.readdir` recursive async (Rafael Gonzaga)
[#&#8203;56041](https://redirect.github.com/nodejs/node/pull/56041)
-
\[[`0571d5556f`](https://redirect.github.com/nodejs/node/commit/0571d5556f)]
- **lib**: avoid excluding symlinks in recursive fs.readdir with
filetypes (Juan José)
[#&#8203;55714](https://redirect.github.com/nodejs/node/pull/55714)
-
\[[`843943d0ce`](https://redirect.github.com/nodejs/node/commit/843943d0ce)]
- **meta**: bump github/codeql-action from 3.27.0 to 3.27.5
(dependabot\[bot])
[#&#8203;56103](https://redirect.github.com/nodejs/node/pull/56103)
-
\[[`1529027f03`](https://redirect.github.com/nodejs/node/commit/1529027f03)]
- **meta**: bump actions/checkout from 4.1.7 to 4.2.2 (dependabot\[bot])
[#&#8203;56102](https://redirect.github.com/nodejs/node/pull/56102)
-
\[[`8e265de9f5`](https://redirect.github.com/nodejs/node/commit/8e265de9f5)]
- **meta**: bump step-security/harden-runner from 2.10.1 to 2.10.2
(dependabot\[bot])
[#&#8203;56101](https://redirect.github.com/nodejs/node/pull/56101)
-
\[[`0fba3a3b9b`](https://redirect.github.com/nodejs/node/commit/0fba3a3b9b)]
- **meta**: bump actions/setup-node from 4.0.3 to 4.1.0
(dependabot\[bot])
[#&#8203;56100](https://redirect.github.com/nodejs/node/pull/56100)
-
\[[`2e3fdfdb19`](https://redirect.github.com/nodejs/node/commit/2e3fdfdb19)]
- **meta**: add releasers as CODEOWNERS to proposal action (Rafael
Gonzaga)
[#&#8203;56043](https://redirect.github.com/nodejs/node/pull/56043)
-
\[[`7cbe3de1d8`](https://redirect.github.com/nodejs/node/commit/7cbe3de1d8)]
- **(SEMVER-MINOR)** **module**: only emit require(esm) warning under
--trace-require-module (Joyee Cheung)
[#&#8203;56194](https://redirect.github.com/nodejs/node/pull/56194)
-
\[[`8a5429c9b3`](https://redirect.github.com/nodejs/node/commit/8a5429c9b3)]
- **module**: prevent main thread exiting before esm worker ends (Shima
Ryuhei)
[#&#8203;56183](https://redirect.github.com/nodejs/node/pull/56183)
-
\[[`6575b76042`](https://redirect.github.com/nodejs/node/commit/6575b76042)]
- **(SEMVER-MINOR)** **module**: add module.stripTypeScriptTypes (Marco
Ippolito)
[#&#8203;55282](https://redirect.github.com/nodejs/node/pull/55282)
-
\[[`0794861bc3`](https://redirect.github.com/nodejs/node/commit/0794861bc3)]
- **module**: simplify ts under node_modules check (Marco Ippolito)
[#&#8203;55440](https://redirect.github.com/nodejs/node/pull/55440)
-
\[[`28a11adf14`](https://redirect.github.com/nodejs/node/commit/28a11adf14)]
- **module**: mark evaluation rejection in require(esm) as handled
(Joyee Cheung)
[#&#8203;56122](https://redirect.github.com/nodejs/node/pull/56122)
-
\[[`bacfe6d5c9`](https://redirect.github.com/nodejs/node/commit/bacfe6d5c9)]
- **(SEMVER-MINOR)** **net**: support blocklist in net.connect
(theanarkh)
[#&#8203;56075](https://redirect.github.com/nodejs/node/pull/56075)
-
\[[`566f0a1d25`](https://redirect.github.com/nodejs/node/commit/566f0a1d25)]
- **(SEMVER-MINOR)** **net**: add SocketAddress.parse (James M Snell)
[#&#8203;56076](https://redirect.github.com/nodejs/node/pull/56076)
-
\[[`ed7eab1421`](https://redirect.github.com/nodejs/node/commit/ed7eab1421)]
- **(SEMVER-MINOR)** **net**: add net.BlockList.isBlockList(value)
(James M Snell)
[#&#8203;56078](https://redirect.github.com/nodejs/node/pull/56078)
-
\[[`b47888d390`](https://redirect.github.com/nodejs/node/commit/b47888d390)]
- **(SEMVER-MINOR)** **net**: support blocklist for net.Server
(theanarkh)
[#&#8203;56079](https://redirect.github.com/nodejs/node/pull/56079)
-
\[[`481770a38f`](https://redirect.github.com/nodejs/node/commit/481770a38f)]
- **node-api**: allow napi_delete_reference in finalizers (Chengzhong
Wu) [#&#8203;55620](https://redirect.github.com/nodejs/node/pull/55620)
-
\[[`2beb4f1f8c`](https://redirect.github.com/nodejs/node/commit/2beb4f1f8c)]
- **permission**: ignore internalModuleStat on module loading (Rafael
Gonzaga)
[#&#8203;55797](https://redirect.github.com/nodejs/node/pull/55797)
-
\[[`ea4891856d`](https://redirect.github.com/nodejs/node/commit/ea4891856d)]
- **(SEMVER-MINOR)** **process**: deprecate `features.{ipv6,uv}` and
`features.tls_*` (René)
[#&#8203;55545](https://redirect.github.com/nodejs/node/pull/55545)
-
\[[`c907b2f358`](https://redirect.github.com/nodejs/node/commit/c907b2f358)]
- **quic**: update more QUIC implementation (James M Snell)
[#&#8203;55986](https://redirect.github.com/nodejs/node/pull/55986)
-
\[[`43c25e2e0d`](https://redirect.github.com/nodejs/node/commit/43c25e2e0d)]
- **quic**: multiple updates to quic impl (James M Snell)
[#&#8203;55971](https://redirect.github.com/nodejs/node/pull/55971)
-
\[[`01eb308f26`](https://redirect.github.com/nodejs/node/commit/01eb308f26)]
- **(SEMVER-MINOR)** **report**: fix typos in report keys and bump the
version (Yuan-Ming Hsu)
[#&#8203;56068](https://redirect.github.com/nodejs/node/pull/56068)
-
\[[`1cfa31fb82`](https://redirect.github.com/nodejs/node/commit/1cfa31fb82)]
- **sea**: only assert snapshot main function for main threads (Joyee
Cheung)
[#&#8203;56120](https://redirect.github.com/nodejs/node/pull/56120)
-
\[[`97c38352d0`](https://redirect.github.com/nodejs/node/commit/97c38352d0)]
- **(SEMVER-MINOR)** **sqlite**: aggregate constants in a single
property (Edigleysson Silva (Edy))
[#&#8203;56213](https://redirect.github.com/nodejs/node/pull/56213)
-
\[[`2268c1ea8b`](https://redirect.github.com/nodejs/node/commit/2268c1ea8b)]
- **sqlite**: add support for custom functions (Colin Ihrig)
[#&#8203;55985](https://redirect.github.com/nodejs/node/pull/55985)
-
\[[`f5c6955722`](https://redirect.github.com/nodejs/node/commit/f5c6955722)]
- **sqlite**: support `db.loadExtension` (Alex Yang)
[#&#8203;53900](https://redirect.github.com/nodejs/node/pull/53900)
-
\[[`9a60bea6b7`](https://redirect.github.com/nodejs/node/commit/9a60bea6b7)]
- **sqlite**: deps include `sqlite3ext.h` (Alex Yang)
[#&#8203;56010](https://redirect.github.com/nodejs/node/pull/56010)
-
\[[`b4041e554a`](https://redirect.github.com/nodejs/node/commit/b4041e554a)]
- **(SEMVER-MINOR)** **sqlite**: add `StatementSync.prototype.iterate`
method (tpoisseau)
[#&#8203;54213](https://redirect.github.com/nodejs/node/pull/54213)
-
\[[`2889e8da04`](https://redirect.github.com/nodejs/node/commit/2889e8da04)]
- **src**: fix outdated js2c.cc references (Chengzhong Wu)
[#&#8203;56133](https://redirect.github.com/nodejs/node/pull/56133)
-
\[[`5ce020b0c9`](https://redirect.github.com/nodejs/node/commit/5ce020b0c9)]
- **src**: use spaceship operator in SocketAddress (James M Snell)
[#&#8203;56059](https://redirect.github.com/nodejs/node/pull/56059)
-
\[[`a32fa30847`](https://redirect.github.com/nodejs/node/commit/a32fa30847)]
- **src**: add missing qualifiers to env.cc (Yagiz Nizipli)
[#&#8203;56062](https://redirect.github.com/nodejs/node/pull/56062)
-
\[[`974b7b61ef`](https://redirect.github.com/nodejs/node/commit/974b7b61ef)]
- **src**: use std::string_view for process emit fns (Yagiz Nizipli)
[#&#8203;56086](https://redirect.github.com/nodejs/node/pull/56086)
-
\[[`4559fac862`](https://redirect.github.com/nodejs/node/commit/4559fac862)]
- **src**: remove dead code in async_wrap (Gerhard Stöbich)
[#&#8203;56065](https://redirect.github.com/nodejs/node/pull/56065)
-
\[[`e42e4b20be`](https://redirect.github.com/nodejs/node/commit/e42e4b20be)]
- **src**: avoid copy on getV8FastApiCallCount (Yagiz Nizipli)
[#&#8203;56081](https://redirect.github.com/nodejs/node/pull/56081)
-
\[[`c188660e8b`](https://redirect.github.com/nodejs/node/commit/c188660e8b)]
- **src**: fix check fd (theanarkh)
[#&#8203;56000](https://redirect.github.com/nodejs/node/pull/56000)
-
\[[`d894cb76ff`](https://redirect.github.com/nodejs/node/commit/d894cb76ff)]
- **src**: safely remove the last line from dotenv (Shima Ryuhei)
[#&#8203;55982](https://redirect.github.com/nodejs/node/pull/55982)
-
\[[`2ca9f4b65a`](https://redirect.github.com/nodejs/node/commit/2ca9f4b65a)]
- **src**: fix kill signal on Windows (Hüseyin Açacak)
[#&#8203;55514](https://redirect.github.com/nodejs/node/pull/55514)
-
\[[`2e3ca1bbdd`](https://redirect.github.com/nodejs/node/commit/2e3ca1bbdd)]
- **(SEMVER-MINOR)** **src**: add cli option to preserve env vars on dr
(Rafael Gonzaga)
[#&#8203;55697](https://redirect.github.com/nodejs/node/pull/55697)
-
\[[`359fff1c4e`](https://redirect.github.com/nodejs/node/commit/359fff1c4e)]
- **src,build**: add no user defined deduction guides of CTAD check
(Chengzhong Wu)
[#&#8203;56071](https://redirect.github.com/nodejs/node/pull/56071)
-
\[[`57bb983215`](https://redirect.github.com/nodejs/node/commit/57bb983215)]
- **(SEMVER-MINOR)** **src,lib**: stabilize permission model (Rafael
Gonzaga)
[#&#8203;56201](https://redirect.github.com/nodejs/node/pull/56201)
-
\[[`d352b0465a`](https://redirect.github.com/nodejs/node/commit/d352b0465a)]
- **stream**: commit pull-into descriptors after filling from queue
(Mattias Buelens)
[#&#8203;56072](https://redirect.github.com/nodejs/node/pull/56072)
-
\[[`eef9bd1bf6`](https://redirect.github.com/nodejs/node/commit/eef9bd1bf6)]
- **test**: remove test-sqlite-statement-sync flaky designation (Luigi
Pinca)
[#&#8203;56051](https://redirect.github.com/nodejs/node/pull/56051)
-
\[[`8718135a5d`](https://redirect.github.com/nodejs/node/commit/8718135a5d)]
- **test**: use --permission over --experimental-permission (Rafael
Gonzaga)
[#&#8203;56239](https://redirect.github.com/nodejs/node/pull/56239)
-
\[[`9c68d4f180`](https://redirect.github.com/nodejs/node/commit/9c68d4f180)]
- **test**: remove exludes for sea tests on PPC (Michael Dawson)
[#&#8203;56217](https://redirect.github.com/nodejs/node/pull/56217)
-
\[[`c5d0472968`](https://redirect.github.com/nodejs/node/commit/c5d0472968)]
- **test**: fix test-abortsignal-drop-settled-signals flakiness
(Edigleysson Silva (Edy))
[#&#8203;56197](https://redirect.github.com/nodejs/node/pull/56197)
-
\[[`4adf518689`](https://redirect.github.com/nodejs/node/commit/4adf518689)]
- **test**: move localizationd data from `test-icu-env` to external file
(Livia Medeiros)
[#&#8203;55618](https://redirect.github.com/nodejs/node/pull/55618)
-
\[[`02383b4267`](https://redirect.github.com/nodejs/node/commit/02383b4267)]
- **test**: update WPT for url to
[`6fa3fe8`](https://redirect.github.com/nodejs/node/commit/6fa3fe8a92)
(Node.js GitHub Bot)
[#&#8203;56136](https://redirect.github.com/nodejs/node/pull/56136)
-
\[[`0e24eebf24`](https://redirect.github.com/nodejs/node/commit/0e24eebf24)]
- **test**: remove `hasOpenSSL3x` utils (Antoine du Hamel)
[#&#8203;56164](https://redirect.github.com/nodejs/node/pull/56164)
-
\[[`381e705385`](https://redirect.github.com/nodejs/node/commit/381e705385)]
- **test**: update streams wpt (Mattias Buelens)
[#&#8203;56072](https://redirect.github.com/nodejs/node/pull/56072)
-
\[[`ad107ca0d9`](https://redirect.github.com/nodejs/node/commit/ad107ca0d9)]
- **test**: remove test-fs-utimes flaky designation (Luigi Pinca)
[#&#8203;56052](https://redirect.github.com/nodejs/node/pull/56052)
-
\[[`e15c5dab79`](https://redirect.github.com/nodejs/node/commit/e15c5dab79)]
- **test**: ensure `cli.md` is in alphabetical order (Antoine du Hamel)
[#&#8203;56025](https://redirect.github.com/nodejs/node/pull/56025)
-
\[[`d0302e7d2d`](https://redirect.github.com/nodejs/node/commit/d0302e7d2d)]
- **test**: update WPT for WebCryptoAPI to
[`3e3374e`](https://redirect.github.com/nodejs/node/commit/3e3374efde)
(Node.js GitHub Bot)
[#&#8203;56093](https://redirect.github.com/nodejs/node/pull/56093)
-
\[[`a0b1e8f400`](https://redirect.github.com/nodejs/node/commit/a0b1e8f400)]
- **test**: update WPT for WebCryptoAPI to
[`76dfa54`](https://redirect.github.com/nodejs/node/commit/76dfa54e5d)
(Node.js GitHub Bot)
[#&#8203;56093](https://redirect.github.com/nodejs/node/pull/56093)
-
\[[`211f058a12`](https://redirect.github.com/nodejs/node/commit/211f058a12)]
- **test**: move test-worker-arraybuffer-zerofill to parallel (Luigi
Pinca)
[#&#8203;56053](https://redirect.github.com/nodejs/node/pull/56053)
-
\[[`c52bc5d71c`](https://redirect.github.com/nodejs/node/commit/c52bc5d71c)]
- **test**: update WPT for url to
[`67880a4`](67880a4eb8)
(Node.js GitHub Bot)
[#&#8203;55999](https://redirect.github.com/nodejs/node/pull/55999)
-
\[[`1a78bde8d4`](https://redirect.github.com/nodejs/node/commit/1a78bde8d4)]
- **test**: make HTTP/1.0 connection test more robust (Arne Keller)
[#&#8203;55959](https://redirect.github.com/nodejs/node/pull/55959)
-
\[[`ff7b1445a0`](https://redirect.github.com/nodejs/node/commit/ff7b1445a0)]
- **test**: convert readdir test to use test runner (Thomas Chetwin)
[#&#8203;55750](https://redirect.github.com/nodejs/node/pull/55750)
-
\[[`b296b5a4e4`](https://redirect.github.com/nodejs/node/commit/b296b5a4e4)]
- **test**: make x509 crypto tests work with BoringSSL (Shelley Vohr)
[#&#8203;55927](https://redirect.github.com/nodejs/node/pull/55927)
-
\[[`97458ad74b`](https://redirect.github.com/nodejs/node/commit/97458ad74b)]
- **test**: fix determining lower priority (Livia Medeiros)
[#&#8203;55908](https://redirect.github.com/nodejs/node/pull/55908)
-
\[[`bb4aa7a296`](https://redirect.github.com/nodejs/node/commit/bb4aa7a296)]
- **test,crypto**: update WebCryptoAPI WPT (Filip Skokan)
[#&#8203;55997](https://redirect.github.com/nodejs/node/pull/55997)
-
\[[`fb98fa4967`](https://redirect.github.com/nodejs/node/commit/fb98fa4967)]
- **test_runner**: refactor Promise chain in run() (Colin Ihrig)
[#&#8203;55958](https://redirect.github.com/nodejs/node/pull/55958)
-
\[[`18c94961f8`](https://redirect.github.com/nodejs/node/commit/18c94961f8)]
- **test_runner**: refactor build Promise in Suite() (Colin Ihrig)
[#&#8203;55958](https://redirect.github.com/nodejs/node/pull/55958)
-
\[[`bf3967fd3a`](https://redirect.github.com/nodejs/node/commit/bf3967fd3a)]
- **test_runner**: simplify hook running logic (Colin Ihrig)
[#&#8203;55963](https://redirect.github.com/nodejs/node/pull/55963)
-
\[[`8c065dc61e`](https://redirect.github.com/nodejs/node/commit/8c065dc61e)]
- **test_runner**: mark context.plan() as stable (Colin Ihrig)
[#&#8203;55895](https://redirect.github.com/nodejs/node/pull/55895)
-
\[[`8ff082cf48`](https://redirect.github.com/nodejs/node/commit/8ff082cf48)]
- **test_runner**: mark snapshot testing as stable (Colin Ihrig)
[#&#8203;55897](https://redirect.github.com/nodejs/node/pull/55897)
-
\[[`7ae125cef4`](https://redirect.github.com/nodejs/node/commit/7ae125cef4)]
- **tools**: fix `node:` enforcement for docs (Antoine du Hamel)
[#&#8203;56284](https://redirect.github.com/nodejs/node/pull/56284)
-
\[[`0b489116a3`](https://redirect.github.com/nodejs/node/commit/0b489116a3)]
- **tools**: update github_reporter to 1.7.2 (Node.js GitHub Bot)
[#&#8203;56205](https://redirect.github.com/nodejs/node/pull/56205)
-
\[[`5306819fac`](https://redirect.github.com/nodejs/node/commit/5306819fac)]
- **tools**: add REPLACEME check to workflow (Mert Can Altin)
[#&#8203;56251](https://redirect.github.com/nodejs/node/pull/56251)
-
\[[`4e3cab44cb`](https://redirect.github.com/nodejs/node/commit/4e3cab44cb)]
- **tools**: use `github.actor` instead of bot username for release
proposals (Antoine du Hamel)
[#&#8203;56232](https://redirect.github.com/nodejs/node/pull/56232)
-
\[[`3e8938463a`](https://redirect.github.com/nodejs/node/commit/3e8938463a)]
- ***Revert*** "**tools**: disable automated libuv updates" (Luigi
Pinca)
[#&#8203;56223](https://redirect.github.com/nodejs/node/pull/56223)
-
\[[`98ea499e36`](https://redirect.github.com/nodejs/node/commit/98ea499e36)]
- **tools**: update gyp-next to 0.19.1 (Anna Henningsen)
[#&#8203;56111](https://redirect.github.com/nodejs/node/pull/56111)
-
\[[`2e76cd2a8b`](https://redirect.github.com/nodejs/node/commit/2e76cd2a8b)]
- **tools**: fix release proposal linter to support more than 1 folk
preparing (Antoine du Hamel)
[#&#8203;56203](https://redirect.github.com/nodejs/node/pull/56203)
-
\[[`9fa0e41665`](https://redirect.github.com/nodejs/node/commit/9fa0e41665)]
- **tools**: enable linter for `tools/icu/**` (Livia Medeiros)
[#&#8203;56176](https://redirect.github.com/nodejs/node/pull/56176)
-
\[[`d6e1efcc59`](https://redirect.github.com/nodejs/node/commit/d6e1efcc59)]
- **tools**: use commit title as PR title when creating release proposal
(Antoine du Hamel)
[#&#8203;56165](https://redirect.github.com/nodejs/node/pull/56165)
-
\[[`a88e4ce55e`](https://redirect.github.com/nodejs/node/commit/a88e4ce55e)]
- **tools**: update gyp-next to 0.19.0 (Node.js GitHub Bot)
[#&#8203;56158](https://redirect.github.com/nodejs/node/pull/56158)
-
\[[`bd0760efbc`](https://redirect.github.com/nodejs/node/commit/bd0760efbc)]
- **tools**: bump the eslint group in /tools/eslint with 4 updates
(dependabot\[bot])
[#&#8203;56099](https://redirect.github.com/nodejs/node/pull/56099)
-
\[[`c5b1cf4b12`](https://redirect.github.com/nodejs/node/commit/c5b1cf4b12)]
- **tools**: improve release proposal PR opening (Antoine du Hamel)
[#&#8203;56161](https://redirect.github.com/nodejs/node/pull/56161)
-
\[[`12baefb13d`](https://redirect.github.com/nodejs/node/commit/12baefb13d)]
- **tools**: update `create-release-proposal` workflow (Antoine du
Hamel)
[#&#8203;56054](https://redirect.github.com/nodejs/node/pull/56054)
-
\[[`e6e1495f1a`](https://redirect.github.com/nodejs/node/commit/e6e1495f1a)]
- **tools**: fix update-undici script (Michaël Zasso)
[#&#8203;56069](https://redirect.github.com/nodejs/node/pull/56069)
-
\[[`ed635c90da`](https://redirect.github.com/nodejs/node/commit/ed635c90da)]
- **tools**: allow dispatch of `tools.yml` from forks (Antoine du Hamel)
[#&#8203;56008](https://redirect.github.com/nodejs/node/pull/56008)
-
\[[`1e628d1f37`](https://redirect.github.com/nodejs/node/commit/1e628d1f37)]
- **tools**: fix nghttp3 updater script (Antoine du Hamel)
[#&#8203;56007](https://redirect.github.com/nodejs/node/pull/56007)
-
\[[`1af3599b7e`](https://redirect.github.com/nodejs/node/commit/1af3599b7e)]
- **tools**: filter release keys to reduce interactivity (Antoine du
Hamel)
[#&#8203;55950](https://redirect.github.com/nodejs/node/pull/55950)
-
\[[`1893be4a9c`](https://redirect.github.com/nodejs/node/commit/1893be4a9c)]
- **tools**: update WPT updater (Antoine du Hamel)
[#&#8203;56003](https://redirect.github.com/nodejs/node/pull/56003)
-
\[[`f89bd2ba8a`](https://redirect.github.com/nodejs/node/commit/f89bd2ba8a)]
- **tools**: add WPT updater for specific subsystems (Mert Can Altin)
[#&#8203;54460](https://redirect.github.com/nodejs/node/pull/54460)
-
\[[`61901372d5`](https://redirect.github.com/nodejs/node/commit/61901372d5)]
- **tools**: use tokenless Codecov uploads (Michaël Zasso)
[#&#8203;55943](https://redirect.github.com/nodejs/node/pull/55943)
-
\[[`312bb4dff8`](https://redirect.github.com/nodejs/node/commit/312bb4dff8)]
- **tools**: lint js in `doc/**/*.md` (Livia Medeiros)
[#&#8203;55904](https://redirect.github.com/nodejs/node/pull/55904)
-
\[[`7b476f637c`](https://redirect.github.com/nodejs/node/commit/7b476f637c)]
- **tools**: add linter for release commit proposals (Antoine du Hamel)
[#&#8203;55923](https://redirect.github.com/nodejs/node/pull/55923)
-
\[[`22d7017191`](https://redirect.github.com/nodejs/node/commit/22d7017191)]
- **tools**: fix riscv64 build failed (Lu Yahan)
[#&#8203;52888](https://redirect.github.com/nodejs/node/pull/52888)
-
\[[`f4f777f4d2`](https://redirect.github.com/nodejs/node/commit/f4f777f4d2)]
- **tools**: bump cross-spawn from 7.0.3 to 7.0.5 in /tools/eslint
(dependabot\[bot])
[#&#8203;55894](https://redirect.github.com/nodejs/node/pull/55894)
-
\[[`a648e4c44a`](https://redirect.github.com/nodejs/node/commit/a648e4c44a)]
- **util**: harden more built-in classes against prototype pollution
(Antoine du Hamel)
[#&#8203;56225](https://redirect.github.com/nodejs/node/pull/56225)
-
\[[`4a1b51b5a9`](https://redirect.github.com/nodejs/node/commit/4a1b51b5a9)]
- **util**: fix Latin1 decoding to return string output (Mert Can Altin)
[#&#8203;56222](https://redirect.github.com/nodejs/node/pull/56222)
-
\[[`9e98e86604`](https://redirect.github.com/nodejs/node/commit/9e98e86604)]
- **util**: do not rely on mutable `Object` and `Function`'
`constructor` prop (Antoine du Hamel)
[#&#8203;56188](https://redirect.github.com/nodejs/node/pull/56188)
-
\[[`374eb415fd`](https://redirect.github.com/nodejs/node/commit/374eb415fd)]
- **util**: add fast path for Latin1 decoding (Mert Can Altin)
[#&#8203;55275](https://redirect.github.com/nodejs/node/pull/55275)
-
\[[`bcfe9c80fc`](https://redirect.github.com/nodejs/node/commit/bcfe9c80fc)]
- **(SEMVER-MINOR)** **util**: add sourcemap support to getCallSites
(Marco Ippolito)
[#&#8203;55589](https://redirect.github.com/nodejs/node/pull/55589)
-
\[[`2aa77c8a8f`](https://redirect.github.com/nodejs/node/commit/2aa77c8a8f)]
- **v8,tools**: expose experimental wasm revectorize feature
(Yolanda-Chen)
[#&#8203;54896](https://redirect.github.com/nodejs/node/pull/54896)
-
\[[`bfd11d7661`](https://redirect.github.com/nodejs/node/commit/bfd11d7661)]
- **worker**: fix crash when a worker joins after exit (Stephen
Belanger)
[#&#8203;56191](https://redirect.github.com/nodejs/node/pull/56191)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-10 04:20:13 +00:00
TrueCharts Bot
88ee1a1bbb fix(website): update typescript 5.7.2 → 5.7.3 (#30747)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-10 05:18:30 +01:00
Stavros Kois
67d140a1ed chore(lint): fix wront secret detection 2025-01-07 11:04:38 +02:00
TrueCharts Bot
ea16624c7f fix(website): update @astrojs/starlight 0.29.3 → 0.30.4 (#30661)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

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

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

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

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

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

##### Patch Changes

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

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

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

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

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

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

##### Patch Changes

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

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

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

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

##### Patch Changes

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

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

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

##### Minor Changes

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

##### Upgrade Astro and dependencies

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

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

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

##### Update your collections

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

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

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

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

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

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

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

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

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

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

##### Patch Changes

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

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

---

### Release Notes

<details>
<summary>PlayForm/Compress (@&#8203;playform/compress)</summary>

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

[Compare
Source](043ced67e7...c7d77c36f9)

##### 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](a521ab429a...043ced67e7)

##### 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](1267d3c7f8...a521ab429a)

##### Changed

-   Updated dependencies
-   Typings update

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

[Compare
Source](661bc5bc86...1267d3c7f8)

##### Fixed

-   Fixes missing `Pipe.js`

###
[`v0.1.3`](2b9713fb80...661bc5bc86)

[Compare
Source](2b9713fb80...661bc5bc86)

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

[Compare
Source](102cf84f48...2b9713fb80)

##### Added

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

##### Changed

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

##### Removed

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

##### Fixed

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

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

---

### Release Notes

<details>
<summary>HiDeoo/starlight-image-zoom (starlight-image-zoom)</summary>

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

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

##### Patch Changes

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

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

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

##### Minor Changes

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

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

---

### Release Notes

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

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

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

##### Reverts

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

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

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

##### Features

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-04 03:02:05 +01:00
Kjeld Schouten
2a4c46f3fe 2025 news draft 2025-01-03 14:10:57 +01:00
Stavros Kois
1880d4982e feat(common): add traefik middlewares (#30529)
**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**

- [x] ⚙️ 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:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] 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-01-02 22:34:20 +01:00
kqmaverick
3378e47407 docs(clustetool): fix git command (#30428)
**Description**
Fix git command in clustertool guide

⚒️ Fixes  # 

**⚙️ 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?**

**📃 Notes:**

**✔️ 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._
2024-12-29 21:44:30 +00:00
jogotcha
34e9fd64a6 fix(common, metallb-config) change deprecated annotation prefix to metallb.io (#30405)
**Description**

metallb deprecated the old annotation prefix metallb.universe.tf in
favor of metallb.io. See
[release-notes](https://metallb.universe.tf/release-notes/) and
[pr-2495](https://github.com/metallb/metallb/pull/2495)

This currently leads to warnings in logs for pods using loadbalancer
ips.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 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
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] 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._

---------

Signed-off-by: jogotcha <johanneszitz@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-12-29 13:40:10 +02:00
Boemeltrein
fc03256777 (Website) update manual VM TruenasScale - Sync (#30412)
**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**

- [x] ⚙️ 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
- [x] 👀 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._

---------

Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-12-29 11:39:53 +00:00
TrueCharts-Bot
27c6015d72 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-12-29 00:14:23 +00:00
alfi0812
206ec4819d Add longhorn trim info (#30402)
**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._
2024-12-28 15:35:29 +01:00
alfi0812
3c770c03f8 fix truenas scale vm guide (#30401)
**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._

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-12-28 09:33:30 -05:00
alfi0812
cc0c4cd2b7 Add staff clusters and gpu guide (#29825)
**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._

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-12-28 09:32:35 -05:00
TrueCharts Bot
490b2fb5de fix(website): update @playform/compress 0.1.1 → 0.1.6 (#30160)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

<details>
<summary>PlayForm/Compress (@&#8203;playform/compress)</summary>

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

[Compare
Source](a521ab429a...043ced67e7)

##### 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](1267d3c7f8...a521ab429a)

##### Changed

-   Updated dependencies
-   Typings update

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

[Compare
Source](661bc5bc86...1267d3c7f8)

##### Fixed

-   Fixes missing `Pipe.js`

###
[`v0.1.3`](2b9713fb80...661bc5bc86)

[Compare
Source](2b9713fb80...661bc5bc86)

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

[Compare
Source](102cf84f48...2b9713fb80)

##### Added

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

##### Changed

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

##### Removed

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

##### Fixed

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-28 12:08:18 +00:00
TrueCharts Bot
a03a33fb22 fix(website): update starlight-blog 0.15.0 → 0.16.1 (#30311)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

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

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

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

##### Minor Changes

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

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

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

---

### Release Notes

<details>
<summary>HiDeoo/starlight-image-zoom (starlight-image-zoom)</summary>

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

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

##### Minor Changes

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

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

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

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

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

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

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

##### Patch Changes

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

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

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

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

##### Patch Changes

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

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

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

##### Minor Changes

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

##### Upgrade Astro and dependencies

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

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

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

##### Update your collections

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

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

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

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

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

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

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

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

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

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

##### Patch Changes

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 05:30:10 +00:00