Commit Graph

415 Commits

Author SHA1 Message Date
Kjeld Schouten 57eab2e1c5 fix(common): Improve common resources limit ratios (#38546)
**Description**
Some users report that the current ratios between requests and limits
where a bit too strict.
This increases the ratio to 20x on CPU and 12x on ram, lowing requests
and increasing limits slightly.

Its important to note that CPU is easier to share among containers, so
has the higher ratio on purpose.
The new ratio allows more room for multithreading on a container

**⚙️ 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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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>
2025-09-07 14:29:50 +02:00
Kjeld Schouten 1c28a12789 chore: fix links 2025-09-07 14:26:19 +02:00
TrueCharts Bot 6578159cd5 chore(website): lock file maintenance (#39008)
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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-09-07 11:30:41 +02:00
Boemeltrein a9fd291a6c fix(clustertool): source.toolkit.fluxcd.io/v1 (#39197)
**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.
-->
source.toolkit.fluxcd.io/v1 will work, if we bootstrap with the latest
flux version, so changed that as well this time.


⚒️ 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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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>
2025-09-07 11:24:38 +02:00
Boemeltrein 3fca974a8b fix(clustertool): Revert 35820 apiVersion: source.toolkit.fluxcd.io (#39057)
**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)-->
With this previous PR it seems a fresh clustertool bootstrap isn't
possible.
This needs to be `apiVersion: source.toolkit.fluxcd.io/v1beta2`

**⚙️ 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
- [ ] 📜 Documentation Changes

**🧪 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
-->
Just bootstrapped my cluster and `apiVersion:
source.toolkit.fluxcd.io/v1` will not work

**📃 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 changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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>
2025-09-02 16:56:10 +00:00
TrueCharts Bot db05e17c5c chore(website): lock file maintenance (#38910)
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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-08-30 12:58:26 +02:00
TrueCharts Bot 6172c42f5b chore(deps): update node.js v22.18.0 → v22.19.0 (#38890)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | minor | `22.18.0`
-> `22.19.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.19.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.19.0):
2025-08-28, Version 22.19.0 &#x27;Jod&#x27; (LTS), @&#8203;aduh95

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

##### Notable Changes

-
\[[`8e2076a24f`](https://redirect.github.com/nodejs/node/commit/8e2076a24f)]
- **(SEMVER-MINOR)** **cli**: add `NODE_USE_SYSTEM_CA=1` (Joyee Cheung)
[#&#8203;59276](https://redirect.github.com/nodejs/node/pull/59276)
-
\[[`e592d739c2`](https://redirect.github.com/nodejs/node/commit/e592d739c2)]
- **(SEMVER-MINOR)** **cli**: support `${pid}` placeholder in
`--cpu-prof-name` (Haram Jeong)
[#&#8203;59072](https://redirect.github.com/nodejs/node/pull/59072)
-
\[[`cda1dab6e2`](https://redirect.github.com/nodejs/node/commit/cda1dab6e2)]
- **(SEMVER-MINOR)** **crypto**: add `tls.setDefaultCACertificates()`
(Joyee Cheung)
[#&#8203;58822](https://redirect.github.com/nodejs/node/pull/58822)
-
\[[`1f184513e9`](https://redirect.github.com/nodejs/node/commit/1f184513e9)]
- **(SEMVER-MINOR)** **dns**: support max timeout (theanarkh)
[#&#8203;58440](https://redirect.github.com/nodejs/node/pull/58440)
-
\[[`bace73a173`](https://redirect.github.com/nodejs/node/commit/bace73a173)]
- **doc**: update the instruction on how to verify releases (Antoine du
Hamel)
[#&#8203;59113](https://redirect.github.com/nodejs/node/pull/59113)
-
\[[`fa9a9e9c69`](https://redirect.github.com/nodejs/node/commit/fa9a9e9c69)]
- **(SEMVER-MINOR)** **esm**: unflag `--experimental-wasm-modules` (Guy
Bedford)
[#&#8203;57038](https://redirect.github.com/nodejs/node/pull/57038)
-
\[[`390a9dc20b`](https://redirect.github.com/nodejs/node/commit/390a9dc20b)]
- **(SEMVER-MINOR)** **http**: add `server.keepAliveTimeoutBuffer`
option (Haram Jeong)
[#&#8203;59243](https://redirect.github.com/nodejs/node/pull/59243)
-
\[[`c12c5343ad`](https://redirect.github.com/nodejs/node/commit/c12c5343ad)]
- **lib**: docs deprecate `_http_*` (Sebastian Beltran)
[#&#8203;59293](https://redirect.github.com/nodejs/node/pull/59293)
-
\[[`f57ee3d71f`](https://redirect.github.com/nodejs/node/commit/f57ee3d71f)]
- **(SEMVER-MINOR)** **net**: update `net.blocklist` to allow file save
and file management (alphaleadership)
[#&#8203;58087](https://redirect.github.com/nodejs/node/pull/58087)
-
\[[`035da74c31`](https://redirect.github.com/nodejs/node/commit/035da74c31)]
- **(SEMVER-MINOR)** **process**: add `threadCpuUsage` (Paolo Insogna)
[#&#8203;56467](https://redirect.github.com/nodejs/node/pull/56467)
-
\[[`8e697d1884`](https://redirect.github.com/nodejs/node/commit/8e697d1884)]
- **(SEMVER-MINOR)** **zlib**: add dictionary support to `zstdCompress`
and `zstdDecompress` (lluisemper)
[#&#8203;59240](https://redirect.github.com/nodejs/node/pull/59240)

##### Commits

-
\[[`73aa0ae37f`](https://redirect.github.com/nodejs/node/commit/73aa0ae37f)]
- **assert**: change utils to use index instead of for...of (방진혁)
[#&#8203;59278](https://redirect.github.com/nodejs/node/pull/59278)
-
\[[`dfe3a11eed`](https://redirect.github.com/nodejs/node/commit/dfe3a11eed)]
- **benchmark**: remove deprecated \_extend from benchmark (Rafael
Gonzaga)
[#&#8203;59228](https://redirect.github.com/nodejs/node/pull/59228)
-
\[[`9b9d30042a`](https://redirect.github.com/nodejs/node/commit/9b9d30042a)]
- **benchmark**: add fs warmup to writefile-promises (Bruno Rodrigues)
[#&#8203;59215](https://redirect.github.com/nodejs/node/pull/59215)
-
\[[`a663f7f954`](https://redirect.github.com/nodejs/node/commit/a663f7f954)]
- **benchmark**: add calibrate-n script (Rafael Gonzaga)
[#&#8203;59186](https://redirect.github.com/nodejs/node/pull/59186)
-
\[[`1b9b5bddd6`](https://redirect.github.com/nodejs/node/commit/1b9b5bddd6)]
- **benchmark**: adjust configuration for string-decoder bench (Rafael
Gonzaga)
[#&#8203;59187](https://redirect.github.com/nodejs/node/pull/59187)
-
\[[`d0ac3319f9`](https://redirect.github.com/nodejs/node/commit/d0ac3319f9)]
- **benchmark**: add --track to benchmark (Rafael Gonzaga)
[#&#8203;59174](https://redirect.github.com/nodejs/node/pull/59174)
-
\[[`2044968b86`](https://redirect.github.com/nodejs/node/commit/2044968b86)]
- **benchmark**: small lint fix on \_cli.js (Rafael Gonzaga)
[#&#8203;59172](https://redirect.github.com/nodejs/node/pull/59172)
-
\[[`4e519934cb`](https://redirect.github.com/nodejs/node/commit/4e519934cb)]
- **benchmark**: drop misc/punycode benchmark (Rafael Gonzaga)
[#&#8203;59171](https://redirect.github.com/nodejs/node/pull/59171)
-
\[[`07e173d969`](https://redirect.github.com/nodejs/node/commit/07e173d969)]
- **benchmark**: fix sqlite-is-transaction (Rafael Gonzaga)
[#&#8203;59170](https://redirect.github.com/nodejs/node/pull/59170)
-
\[[`8440b6177f`](https://redirect.github.com/nodejs/node/commit/8440b6177f)]
- **benchmark**: reduce N for diagnostics\_channel subscribe benchmark
(Arthur Angelo)
[#&#8203;59116](https://redirect.github.com/nodejs/node/pull/59116)
-
\[[`8615ea6db0`](https://redirect.github.com/nodejs/node/commit/8615ea6db0)]
- **buffer**: cache Environment::GetCurrent to avoid repeated calls
(Mert Can Altin)
[#&#8203;59043](https://redirect.github.com/nodejs/node/pull/59043)
-
\[[`3deb5361d2`](https://redirect.github.com/nodejs/node/commit/3deb5361d2)]
- **build**: fix node\_use\_sqlite for GN builds (Shelley Vohr)
[#&#8203;59017](https://redirect.github.com/nodejs/node/pull/59017)
-
\[[`0f0ce63116`](https://redirect.github.com/nodejs/node/commit/0f0ce63116)]
- **build**: remove suppressions.supp (Rafael Gonzaga)
[#&#8203;59079](https://redirect.github.com/nodejs/node/pull/59079)
-
\[[`b30a2117dc`](https://redirect.github.com/nodejs/node/commit/b30a2117dc)]
- **build,deps,tools**: prepare to update to OpenSSL 3.5 (Richard Lau)
[#&#8203;58100](https://redirect.github.com/nodejs/node/pull/58100)
-
\[[`8e2076a24f`](https://redirect.github.com/nodejs/node/commit/8e2076a24f)]
- **(SEMVER-MINOR)** **cli**: add NODE\_USE\_SYSTEM\_CA=1 (Joyee Cheung)
[#&#8203;59276](https://redirect.github.com/nodejs/node/pull/59276)
-
\[[`e592d739c2`](https://redirect.github.com/nodejs/node/commit/e592d739c2)]
- **(SEMVER-MINOR)** **cli**: support `${pid}` placeholder in
--cpu-prof-name (Haram Jeong)
[#&#8203;59072](https://redirect.github.com/nodejs/node/pull/59072)
-
\[[`b5571047ed`](https://redirect.github.com/nodejs/node/commit/b5571047ed)]
- **crypto**: prepare webcrypto key import/export for modern algorithms
(Filip Skokan)
[#&#8203;59284](https://redirect.github.com/nodejs/node/pull/59284)
-
\[[`cda1dab6e2`](https://redirect.github.com/nodejs/node/commit/cda1dab6e2)]
- **(SEMVER-MINOR)** **crypto**: add tls.setDefaultCACertificates()
(Joyee Cheung)
[#&#8203;58822](https://redirect.github.com/nodejs/node/pull/58822)
-
\[[`76dab34fb7`](https://redirect.github.com/nodejs/node/commit/76dab34fb7)]
- **deps**: support madvise(3C) across ALL illumos revisions (Dan
McDonald)
[#&#8203;58237](https://redirect.github.com/nodejs/node/pull/58237)
-
\[[`19d3ed64b6`](https://redirect.github.com/nodejs/node/commit/19d3ed64b6)]
- **deps**: update sqlite to 3.50.4 (Node.js GitHub Bot)
[#&#8203;59337](https://redirect.github.com/nodejs/node/pull/59337)
-
\[[`38bafc59e0`](https://redirect.github.com/nodejs/node/commit/38bafc59e0)]
- **deps**: V8: backport
[`493cb53`](https://redirect.github.com/nodejs/node/commit/493cb53691be)
(Chengzhong Wu)
[#&#8203;59238](https://redirect.github.com/nodejs/node/pull/59238)
-
\[[`e8da171cc3`](https://redirect.github.com/nodejs/node/commit/e8da171cc3)]
- **deps**: update sqlite to 3.50.3 (Node.js GitHub Bot)
[#&#8203;59132](https://redirect.github.com/nodejs/node/pull/59132)
-
\[[`fd4ba38ab6`](https://redirect.github.com/nodejs/node/commit/fd4ba38ab6)]
- **deps**: update googletest to
[`7e17b15`](https://redirect.github.com/nodejs/node/commit/7e17b15)
(Node.js GitHub Bot)
[#&#8203;59131](https://redirect.github.com/nodejs/node/pull/59131)
-
\[[`f71f427b95`](https://redirect.github.com/nodejs/node/commit/f71f427b95)]
- **deps**: update archs files for openssl-3.0.17 (Node.js GitHub Bot)
[#&#8203;59134](https://redirect.github.com/nodejs/node/pull/59134)
-
\[[`79c5a8f4d2`](https://redirect.github.com/nodejs/node/commit/79c5a8f4d2)]
- **deps**: upgrade openssl sources to openssl-3.0.17 (Node.js GitHub
Bot) [#&#8203;59134](https://redirect.github.com/nodejs/node/pull/59134)
-
\[[`0dcc84cf53`](https://redirect.github.com/nodejs/node/commit/0dcc84cf53)]
- **deps**: update corepack to 0.34.0 (Node.js GitHub Bot)
[#&#8203;59133](https://redirect.github.com/nodejs/node/pull/59133)
-
\[[`1f184513e9`](https://redirect.github.com/nodejs/node/commit/1f184513e9)]
- **(SEMVER-MINOR)** **dns**: support max timeout (theanarkh)
[#&#8203;58440](https://redirect.github.com/nodejs/node/pull/58440)
-
\[[`f64f5df80e`](https://redirect.github.com/nodejs/node/commit/f64f5df80e)]
- **doc**: fix `--use-system-ca` history (Joyee Cheung)
[#&#8203;59411](https://redirect.github.com/nodejs/node/pull/59411)
-
\[[`e22aeaa38f`](https://redirect.github.com/nodejs/node/commit/e22aeaa38f)]
- **doc**: add missing section for `setReturnArrays` in `sqlite.md` (Edy
Silva)
[#&#8203;59074](https://redirect.github.com/nodejs/node/pull/59074)
-
\[[`e44ef07235`](https://redirect.github.com/nodejs/node/commit/e44ef07235)]
- **doc**: rename x509.extKeyUsage to x509.keyUsage (Filip Skokan)
[#&#8203;59332](https://redirect.github.com/nodejs/node/pull/59332)
-
\[[`2c5d0aac5e`](https://redirect.github.com/nodejs/node/commit/2c5d0aac5e)]
- **doc**: fix Pbkdf2Params hash attribute heading (Filip Skokan)
[#&#8203;59395](https://redirect.github.com/nodejs/node/pull/59395)
-
\[[`fde94346e5`](https://redirect.github.com/nodejs/node/commit/fde94346e5)]
- **doc**: fix missing reference links for server.keepAliveTimeoutBuffer
(Lee Jiho)
[#&#8203;59356](https://redirect.github.com/nodejs/node/pull/59356)
-
\[[`9af8bcea58`](https://redirect.github.com/nodejs/node/commit/9af8bcea58)]
- **doc**: fix grammar in global dispatcher usage (Eng Zer Jun)
[#&#8203;59344](https://redirect.github.com/nodejs/node/pull/59344)
-
\[[`0edf17198f`](https://redirect.github.com/nodejs/node/commit/0edf17198f)]
- **doc**: run license-builder (github-actions\[bot])
[#&#8203;59343](https://redirect.github.com/nodejs/node/pull/59343)
-
\[[`7f767a2e38`](https://redirect.github.com/nodejs/node/commit/7f767a2e38)]
- **doc**: correct orthography `eg.` → `e.g.` (Jacob Smith)
[#&#8203;59329](https://redirect.github.com/nodejs/node/pull/59329)
-
\[[`a46ed50350`](https://redirect.github.com/nodejs/node/commit/a46ed50350)]
- **doc**: clarify the need of compiler compatible with c++20 (Rafael
Gonzaga)
[#&#8203;59297](https://redirect.github.com/nodejs/node/pull/59297)
-
\[[`212263a305`](https://redirect.github.com/nodejs/node/commit/212263a305)]
- **doc**: clarify release candidate stability index (Filip Skokan)
[#&#8203;59295](https://redirect.github.com/nodejs/node/pull/59295)
-
\[[`ce93b8b556`](https://redirect.github.com/nodejs/node/commit/ce93b8b556)]
- **doc**: add WDYT to glossary (btea)
[#&#8203;59280](https://redirect.github.com/nodejs/node/pull/59280)
-
\[[`ebaaf2c67f`](https://redirect.github.com/nodejs/node/commit/ebaaf2c67f)]
- **doc**: add manpage entry for --use-system-ca (Joyee Cheung)
[#&#8203;59273](https://redirect.github.com/nodejs/node/pull/59273)
-
\[[`43b5a21916`](https://redirect.github.com/nodejs/node/commit/43b5a21916)]
- **doc**: add path.join and path.normalize clarification (Rafael
Gonzaga)
[#&#8203;59262](https://redirect.github.com/nodejs/node/pull/59262)
-
\[[`409c66d328`](https://redirect.github.com/nodejs/node/commit/409c66d328)]
- **doc**: fix typo in `test/common/README.md` (Yoo)
[#&#8203;59180](https://redirect.github.com/nodejs/node/pull/59180)
-
\[[`cbb0a8eb13`](https://redirect.github.com/nodejs/node/commit/cbb0a8eb13)]
- **doc**: add note on process memoryUsage (fengmk2)
[#&#8203;59026](https://redirect.github.com/nodejs/node/pull/59026)
-
\[[`9892b15d81`](https://redirect.github.com/nodejs/node/commit/9892b15d81)]
- **doc**: format safely for `doc-kit` (Aviv Keller)
[#&#8203;59229](https://redirect.github.com/nodejs/node/pull/59229)
-
\[[`bace73a173`](https://redirect.github.com/nodejs/node/commit/bace73a173)]
- **doc**: update the instruction on how to verify releases (Antoine du
Hamel)
[#&#8203;59113](https://redirect.github.com/nodejs/node/pull/59113)
-
\[[`b549deac02`](https://redirect.github.com/nodejs/node/commit/b549deac02)]
- **doc**: copyedit SECURITY.md (Rich Trott)
[#&#8203;59190](https://redirect.github.com/nodejs/node/pull/59190)
-
\[[`ef1bc3f344`](https://redirect.github.com/nodejs/node/commit/ef1bc3f344)]
- **doc**: fix broken sentence in `URL.parse` (Superchupu)
[#&#8203;59164](https://redirect.github.com/nodejs/node/pull/59164)
-
\[[`3c6639e8ec`](https://redirect.github.com/nodejs/node/commit/3c6639e8ec)]
- **doc**: improve onboarding instructions (Joyee Cheung)
[#&#8203;59159](https://redirect.github.com/nodejs/node/pull/59159)
-
\[[`6ffaac66bc`](https://redirect.github.com/nodejs/node/commit/6ffaac66bc)]
- **doc**: add constraints for mem leak to threat model (Rafael Gonzaga)
[#&#8203;58917](https://redirect.github.com/nodejs/node/pull/58917)
-
\[[`e419d20144`](https://redirect.github.com/nodejs/node/commit/e419d20144)]
- **doc**: add Aditi-1400 to collaborators (Aditi Singh)
[#&#8203;59157](https://redirect.github.com/nodejs/node/pull/59157)
-
\[[`ba380f7bf3`](https://redirect.github.com/nodejs/node/commit/ba380f7bf3)]
- **doc**: avoid suggesting testing fast api with intense loop
(Chengzhong Wu)
[#&#8203;59111](https://redirect.github.com/nodejs/node/pull/59111)
-
\[[`fa1a532f2b`](https://redirect.github.com/nodejs/node/commit/fa1a532f2b)]
- **doc**: fix typo in writing-test.md (SeokHun)
[#&#8203;59123](https://redirect.github.com/nodejs/node/pull/59123)
-
\[[`0b93ca3d19`](https://redirect.github.com/nodejs/node/commit/0b93ca3d19)]
- **doc**: add RafaelGSS as steward July 25 (Rafael Gonzaga)
[#&#8203;59078](https://redirect.github.com/nodejs/node/pull/59078)
-
\[[`7d747aeac8`](https://redirect.github.com/nodejs/node/commit/7d747aeac8)]
- **doc**: clarify ERR\_FS\_FILE\_TOO\_LARGE to reflect fs.readFile()
I/O limit (Haram Jeong)
[#&#8203;59050](https://redirect.github.com/nodejs/node/pull/59050)
-
\[[`0b5613f9fe`](https://redirect.github.com/nodejs/node/commit/0b5613f9fe)]
- **doc**: run license-builder (github-actions\[bot])
[#&#8203;59056](https://redirect.github.com/nodejs/node/pull/59056)
-
\[[`1b6b5e72d3`](https://redirect.github.com/nodejs/node/commit/1b6b5e72d3)]
- **doc**: fix typed list formatting (Aviv Keller)
[#&#8203;59019](https://redirect.github.com/nodejs/node/pull/59019)
-
\[[`756c7dd639`](https://redirect.github.com/nodejs/node/commit/756c7dd639)]
- **doc**: refine `util.parseArgs` `default` definition (Slayer95)
[#&#8203;58958](https://redirect.github.com/nodejs/node/pull/58958)
-
\[[`0b840523a2`](https://redirect.github.com/nodejs/node/commit/0b840523a2)]
- **doc**: remove unused import in `zlib.md` (coderaiser)
[#&#8203;59041](https://redirect.github.com/nodejs/node/pull/59041)
-
\[[`3e9ed4b080`](https://redirect.github.com/nodejs/node/commit/3e9ed4b080)]
- **doc**: add stability index to the `--watch-kill-signal` flag (Dario
Piotrowicz)
[#&#8203;58997](https://redirect.github.com/nodejs/node/pull/58997)
-
\[[`cb08a5d43f`](https://redirect.github.com/nodejs/node/commit/cb08a5d43f)]
- **doc**: add missing `<code>` blocks (Antoine du Hamel)
[#&#8203;58995](https://redirect.github.com/nodejs/node/pull/58995)
-
\[[`4a42360fe5`](https://redirect.github.com/nodejs/node/commit/4a42360fe5)]
- **doc**: add scroll margin to links (Roman Reiss)
[#&#8203;58982](https://redirect.github.com/nodejs/node/pull/58982)
-
\[[`9d073f32da`](https://redirect.github.com/nodejs/node/commit/9d073f32da)]
- **doc**: add sponsorship link to RafaelGSS (Rafael Gonzaga)
[#&#8203;58983](https://redirect.github.com/nodejs/node/pull/58983)
-
\[[`3cc11fc9ac`](https://redirect.github.com/nodejs/node/commit/3cc11fc9ac)]
- **domain**: remove deprecated API call (Alex Yang)
[#&#8203;59339](https://redirect.github.com/nodejs/node/pull/59339)
-
\[[`fa9a9e9c69`](https://redirect.github.com/nodejs/node/commit/fa9a9e9c69)]
- **(SEMVER-MINOR)** **esm**: unflag --experimental-wasm-modules (Guy
Bedford)
[#&#8203;57038](https://redirect.github.com/nodejs/node/pull/57038)
-
\[[`177ed3b3dd`](https://redirect.github.com/nodejs/node/commit/177ed3b3dd)]
- **esm**: js-string Wasm builtins in ESM Integration (Guy Bedford)
[#&#8203;59020](https://redirect.github.com/nodejs/node/pull/59020)
-
\[[`4619fe0e04`](https://redirect.github.com/nodejs/node/commit/4619fe0e04)]
- **fs**: fix glob TypeError on restricted dirs (Sylphy-0xd3ac)
[#&#8203;58674](https://redirect.github.com/nodejs/node/pull/58674)
-
\[[`ad2089e32d`](https://redirect.github.com/nodejs/node/commit/ad2089e32d)]
- **fs**: correct error message when FileHandle is transferred (Alex
Yang)
[#&#8203;59156](https://redirect.github.com/nodejs/node/pull/59156)
-
\[[`390a9dc20b`](https://redirect.github.com/nodejs/node/commit/390a9dc20b)]
- **(SEMVER-MINOR)** **http**: add server.keepAliveTimeoutBuffer option
(Haram Jeong)
[#&#8203;59243](https://redirect.github.com/nodejs/node/pull/59243)
-
\[[`659002359d`](https://redirect.github.com/nodejs/node/commit/659002359d)]
- **http2**: set Http2Stream#sentHeaders for raw headers (Darshan Sen)
[#&#8203;59244](https://redirect.github.com/nodejs/node/pull/59244)
-
\[[`d02831ef73`](https://redirect.github.com/nodejs/node/commit/d02831ef73)]
- **inspector**: initial support for Network.loadNetworkResource (Shima
Ryuhei)
[#&#8203;58077](https://redirect.github.com/nodejs/node/pull/58077)
-
\[[`264a838779`](https://redirect.github.com/nodejs/node/commit/264a838779)]
- **lib**: add trace-sigint APIs (theanarkh)
[#&#8203;59040](https://redirect.github.com/nodejs/node/pull/59040)
-
\[[`d22d2fa6d4`](https://redirect.github.com/nodejs/node/commit/d22d2fa6d4)]
- **lib**: optimize writable stream buffer clearing (Yoo)
[#&#8203;59406](https://redirect.github.com/nodejs/node/pull/59406)
-
\[[`a5e9759409`](https://redirect.github.com/nodejs/node/commit/a5e9759409)]
- **lib**: do not modify prototype deprecated asyncResource (RafaelGSS)
[#&#8203;59195](https://redirect.github.com/nodejs/node/pull/59195)
-
\[[`9254257fc0`](https://redirect.github.com/nodejs/node/commit/9254257fc0)]
- **lib**: restructure assert to become a class (Miguel Marcondes Filho)
[#&#8203;58253](https://redirect.github.com/nodejs/node/pull/58253)
-
\[[`946eab8d77`](https://redirect.github.com/nodejs/node/commit/946eab8d77)]
- **lib**: handle superscript variants on windows device (Rafael
Gonzaga)
[#&#8203;59261](https://redirect.github.com/nodejs/node/pull/59261)
-
\[[`cd857a97b5`](https://redirect.github.com/nodejs/node/commit/cd857a97b5)]
- **lib**: use validateString (hotpineapple)
[#&#8203;59296](https://redirect.github.com/nodejs/node/pull/59296)
-
\[[`c12c5343ad`](https://redirect.github.com/nodejs/node/commit/c12c5343ad)]
- **lib**: docs deprecate \_http\_\* (Sebastian Beltran)
[#&#8203;59293](https://redirect.github.com/nodejs/node/pull/59293)
-
\[[`a28e5f0938`](https://redirect.github.com/nodejs/node/commit/a28e5f0938)]
- **lib**: add type names in source mapped stack traces (Chengzhong Wu)
[#&#8203;58976](https://redirect.github.com/nodejs/node/pull/58976)
-
\[[`6aec5aee7c`](https://redirect.github.com/nodejs/node/commit/6aec5aee7c)]
- **lib**: prefer AsyncIteratorPrototype primordial (René)
[#&#8203;59097](https://redirect.github.com/nodejs/node/pull/59097)
-
\[[`e704349858`](https://redirect.github.com/nodejs/node/commit/e704349858)]
- **lib**: fix incorrect `ArrayBufferPrototypeGetDetached` primordial
type (Dario Piotrowicz)
[#&#8203;58978](https://redirect.github.com/nodejs/node/pull/58978)
-
\[[`2fc25fd400`](https://redirect.github.com/nodejs/node/commit/2fc25fd400)]
- **lib**: flag to conditionally modify proto on deprecate (Rafael
Gonzaga)
[#&#8203;58928](https://redirect.github.com/nodejs/node/pull/58928)
-
\[[`446ee98e00`](https://redirect.github.com/nodejs/node/commit/446ee98e00)]
- **meta**: clarify pr objection process further (James M Snell)
[#&#8203;59096](https://redirect.github.com/nodejs/node/pull/59096)
-
\[[`46c339e4f3`](https://redirect.github.com/nodejs/node/commit/46c339e4f3)]
- **meta**: add mailmap entry for aditi-1400 (Aditi)
[#&#8203;59316](https://redirect.github.com/nodejs/node/pull/59316)
-
\[[`70a586261f`](https://redirect.github.com/nodejs/node/commit/70a586261f)]
- **meta**: add tsc and build team as codeowners building.md (Rafael
Gonzaga)
[#&#8203;59298](https://redirect.github.com/nodejs/node/pull/59298)
-
\[[`e666e06781`](https://redirect.github.com/nodejs/node/commit/e666e06781)]
- **meta**: add nodejs/path to path files (Rafael Gonzaga)
[#&#8203;59289](https://redirect.github.com/nodejs/node/pull/59289)
-
\[[`251b65dd6c`](https://redirect.github.com/nodejs/node/commit/251b65dd6c)]
- **meta**: move one or more collaborators to emeritus (Node.js GitHub
Bot) [#&#8203;59140](https://redirect.github.com/nodejs/node/pull/59140)
-
\[[`c8a7964da8`](https://redirect.github.com/nodejs/node/commit/c8a7964da8)]
- **meta**: add marco-ippolito to security release stewards (Marco
Ippolito)
[#&#8203;58944](https://redirect.github.com/nodejs/node/pull/58944)
-
\[[`0eec5cc492`](https://redirect.github.com/nodejs/node/commit/0eec5cc492)]
- **module**: fix conditions override in synchronous resolve hooks
(Joyee Cheung)
[#&#8203;59011](https://redirect.github.com/nodejs/node/pull/59011)
-
\[[`4acf7cd6d3`](https://redirect.github.com/nodejs/node/commit/4acf7cd6d3)]
- **module**: throw error when re-runing errored module jobs (Joyee
Cheung)
[#&#8203;58957](https://redirect.github.com/nodejs/node/pull/58957)
-
\[[`f57ee3d71f`](https://redirect.github.com/nodejs/node/commit/f57ee3d71f)]
- **(SEMVER-MINOR)** **net**: update net.blocklist to allow file save
and file management (alphaleadership)
[#&#8203;58087](https://redirect.github.com/nodejs/node/pull/58087)
-
\[[`4aefcfc318`](https://redirect.github.com/nodejs/node/commit/4aefcfc318)]
- **node-api**: reword "implementation in an alternative VM" as
implementable (Chengzhong Wu)
[#&#8203;59036](https://redirect.github.com/nodejs/node/pull/59036)
-
\[[`ff6be2ed5d`](https://redirect.github.com/nodejs/node/commit/ff6be2ed5d)]
- **node-api,doc**: update links to ecma262 with section names
(Chengzhong Wu)
[#&#8203;59087](https://redirect.github.com/nodejs/node/pull/59087)
-
\[[`8d60602677`](https://redirect.github.com/nodejs/node/commit/8d60602677)]
- **perf\_hooks**: do not expose SafeMap via Histogram wrapper (René)
[#&#8203;59094](https://redirect.github.com/nodejs/node/pull/59094)
-
\[[`035da74c31`](https://redirect.github.com/nodejs/node/commit/035da74c31)]
- **(SEMVER-MINOR)** **process**: add threadCpuUsage (Paolo Insogna)
[#&#8203;56467](https://redirect.github.com/nodejs/node/pull/56467)
-
\[[`74e1aa4d06`](https://redirect.github.com/nodejs/node/commit/74e1aa4d06)]
- **process**: make execve's args argument optional (Allon Murienik)
[#&#8203;58412](https://redirect.github.com/nodejs/node/pull/58412)
-
\[[`3366e60bd9`](https://redirect.github.com/nodejs/node/commit/3366e60bd9)]
- **src**: use simdjson to parse SEA configuration (Joyee Cheung)
[#&#8203;59323](https://redirect.github.com/nodejs/node/pull/59323)
-
\[[`63cc06977a`](https://redirect.github.com/nodejs/node/commit/63cc06977a)]
- **src**: mark realm leaf classes final (Anna Henningsen)
[#&#8203;59355](https://redirect.github.com/nodejs/node/pull/59355)
-
\[[`133d410cd9`](https://redirect.github.com/nodejs/node/commit/133d410cd9)]
- **src**: use C++20 `contains()` method (iknoom)
[#&#8203;59304](https://redirect.github.com/nodejs/node/pull/59304)
-
\[[`57fe96fe49`](https://redirect.github.com/nodejs/node/commit/57fe96fe49)]
- **src**: added CHECK\_NOT\_NULL check for multiple eq\_wrap\_async
(F3lixTheCat)
[#&#8203;59267](https://redirect.github.com/nodejs/node/pull/59267)
-
\[[`a8f381a6c5`](https://redirect.github.com/nodejs/node/commit/a8f381a6c5)]
- **src**: add nullptr checks in `StreamPipe::New` (Burkov Egor)
[#&#8203;57613](https://redirect.github.com/nodejs/node/pull/57613)
-
\[[`0769e5a0dc`](https://redirect.github.com/nodejs/node/commit/0769e5a0dc)]
- **src**: call unmask after install signal handler (theanarkh)
[#&#8203;59059](https://redirect.github.com/nodejs/node/pull/59059)
-
\[[`1e7639e9e1`](https://redirect.github.com/nodejs/node/commit/1e7639e9e1)]
- **src**: use `FastStringKey` for `TrackV8FastApiCall` (Anna
Henningsen)
[#&#8203;59148](https://redirect.github.com/nodejs/node/pull/59148)
-
\[[`9075a1a4bf`](https://redirect.github.com/nodejs/node/commit/9075a1a4bf)]
- **src**: use C++20 `consteval` for `FastStringKey` (Anna Henningsen)
[#&#8203;59148](https://redirect.github.com/nodejs/node/pull/59148)
-
\[[`5a0fd5689b`](https://redirect.github.com/nodejs/node/commit/5a0fd5689b)]
- **src**: remove declarations of removed BaseObject static fns (Anna
Henningsen)
[#&#8203;59093](https://redirect.github.com/nodejs/node/pull/59093)
-
\[[`c637a2c41d`](https://redirect.github.com/nodejs/node/commit/c637a2c41d)]
- **src**: add cache to nearest parent package json (Ilyas Shabi)
[#&#8203;59086](https://redirect.github.com/nodejs/node/pull/59086)
-
\[[`3375a6cfee`](https://redirect.github.com/nodejs/node/commit/3375a6cfee)]
- **test**: deflake sequential/test-tls-session-timeout (Joyee Cheung)
[#&#8203;59423](https://redirect.github.com/nodejs/node/pull/59423)
-
\[[`438cb11a15`](https://redirect.github.com/nodejs/node/commit/438cb11a15)]
- **test**: update WPT resources,WebCryptoAPI,webstorage (Filip Skokan)
[#&#8203;59311](https://redirect.github.com/nodejs/node/pull/59311)
-
\[[`68bec19f76`](https://redirect.github.com/nodejs/node/commit/68bec19f76)]
- **test**: add known issue test for fs.cpSync dereference bug (James M
Snell)
[#&#8203;58941](https://redirect.github.com/nodejs/node/pull/58941)
-
\[[`a100cce379`](https://redirect.github.com/nodejs/node/commit/a100cce379)]
- **test**: deflake stream-readable-to-web test (Ethan Arrowood)
[#&#8203;58948](https://redirect.github.com/nodejs/node/pull/58948)
-
\[[`b7577d853b`](https://redirect.github.com/nodejs/node/commit/b7577d853b)]
- **test**: make test-inspector-network-resource sequential (Shima
Ryuhei)
[#&#8203;59104](https://redirect.github.com/nodejs/node/pull/59104)
-
\[[`667ee82443`](https://redirect.github.com/nodejs/node/commit/667ee82443)]
- **test**: don't use expose internals in test-http-outgoing-buffer.js
(Meghan Denny)
[#&#8203;59219](https://redirect.github.com/nodejs/node/pull/59219)
-
\[[`feec26d3bb`](https://redirect.github.com/nodejs/node/commit/feec26d3bb)]
- **test**: use mustSucceed in test-fs-read (Sungwon)
[#&#8203;59204](https://redirect.github.com/nodejs/node/pull/59204)
-
\[[`d7e23769ab`](https://redirect.github.com/nodejs/node/commit/d7e23769ab)]
- **test**: prepare test-crypto-rsa-dsa for newer OpenSSL (Richard Lau)
[#&#8203;58100](https://redirect.github.com/nodejs/node/pull/58100)
-
\[[`3a9aca91c6`](https://redirect.github.com/nodejs/node/commit/3a9aca91c6)]
- **test**: fix flaky test-worker-message-port-transfer-filehandle test
(Alex Yang)
[#&#8203;59158](https://redirect.github.com/nodejs/node/pull/59158)
-
\[[`3aee7625b9`](https://redirect.github.com/nodejs/node/commit/3aee7625b9)]
- **test**: expand linting rules around `assert` w literal messages
(Anna Henningsen)
[#&#8203;59147](https://redirect.github.com/nodejs/node/pull/59147)
-
\[[`667c2ced38`](https://redirect.github.com/nodejs/node/commit/667c2ced38)]
- **test**: update WPT for WebCryptoAPI to
[`ab08796`](https://redirect.github.com/nodejs/node/commit/ab08796857)
(Node.js GitHub Bot)
[#&#8203;59129](https://redirect.github.com/nodejs/node/pull/59129)
-
\[[`89ac344393`](https://redirect.github.com/nodejs/node/commit/89ac344393)]
- **test**: update WPT for WebCryptoAPI to
[`19d82c5`](https://redirect.github.com/nodejs/node/commit/19d82c57ab)
(Node.js GitHub Bot)
[#&#8203;59129](https://redirect.github.com/nodejs/node/pull/59129)
-
\[[`d332957ac6`](https://redirect.github.com/nodejs/node/commit/d332957ac6)]
- **test**: skip tests that cause timeouts on IBM i (Abdirahim Musse)
[#&#8203;59014](https://redirect.github.com/nodejs/node/pull/59014)
-
\[[`a23562ff72`](https://redirect.github.com/nodejs/node/commit/a23562ff72)]
- **test**: update `startCLI` to set `--port=0` by default (Dario
Piotrowicz)
[#&#8203;59042](https://redirect.github.com/nodejs/node/pull/59042)
-
\[[`4a12f5d83b`](https://redirect.github.com/nodejs/node/commit/4a12f5d83b)]
- **test**: mark test-inspector-network-fetch as flaky on Windows (Joyee
Cheung)
[#&#8203;59091](https://redirect.github.com/nodejs/node/pull/59091)
-
\[[`ac4f7aa69c`](https://redirect.github.com/nodejs/node/commit/ac4f7aa69c)]
- **test**: add missing port=0 arg in
test-debugger-extract-function-name (Dario Piotrowicz)
[#&#8203;58977](https://redirect.github.com/nodejs/node/pull/58977)
-
\[[`8dd09267e3`](https://redirect.github.com/nodejs/node/commit/8dd09267e3)]
- **test,crypto**: skip unsupported ciphers (Shelley Vohr)
[#&#8203;59388](https://redirect.github.com/nodejs/node/pull/59388)
-
\[[`45200b43ea`](https://redirect.github.com/nodejs/node/commit/45200b43ea)]
- **tools**: update coverage GitHub Actions to fixed version (Rich
Trott)
[#&#8203;59512](https://redirect.github.com/nodejs/node/pull/59512)
-
\[[`8f2b8b3dc4`](https://redirect.github.com/nodejs/node/commit/8f2b8b3dc4)]
- **tools**: allow selecting test subsystems with numbers in their names
(Darshan Sen)
[#&#8203;59242](https://redirect.github.com/nodejs/node/pull/59242)
-
\[[`f9bc2573dd`](https://redirect.github.com/nodejs/node/commit/f9bc2573dd)]
- **tools**: clarify README linter error message (Joyee Cheung)
[#&#8203;59160](https://redirect.github.com/nodejs/node/pull/59160)
-
\[[`cba0de128d`](https://redirect.github.com/nodejs/node/commit/cba0de128d)]
- **tools**: add support for URLs to PR commits in `merge.sh` (Antoine
du Hamel)
[#&#8203;59162](https://redirect.github.com/nodejs/node/pull/59162)
-
\[[`039949ef5b`](https://redirect.github.com/nodejs/node/commit/039949ef5b)]
- **tools**: bump
[@&#8203;eslint/plugin-kit](https://redirect.github.com/eslint/plugin-kit)
from 0.3.1 to 0.3.3 in /tools/eslint (dependabot\[bot])
[#&#8203;59119](https://redirect.github.com/nodejs/node/pull/59119)
-
\[[`6a8a73aa35`](https://redirect.github.com/nodejs/node/commit/6a8a73aa35)]
- **tools**: ignore CVE mention when linting release proposals (Antoine
du Hamel)
[#&#8203;59037](https://redirect.github.com/nodejs/node/pull/59037)
-
\[[`d0f40f3a3a`](https://redirect.github.com/nodejs/node/commit/d0f40f3a3a)]
- **tools,test**: enforce best practices to detect never settling
promises (Antoine du Hamel)
[#&#8203;58992](https://redirect.github.com/nodejs/node/pull/58992)
-
\[[`9d801a3f00`](https://redirect.github.com/nodejs/node/commit/9d801a3f00)]
- **typings**: improve internal binding types (Nam Yooseong)
[#&#8203;59351](https://redirect.github.com/nodejs/node/pull/59351)
-
\[[`6dbda6cb25`](https://redirect.github.com/nodejs/node/commit/6dbda6cb25)]
- **typings**: improve internal binding types (Michaël Zasso)
[#&#8203;59176](https://redirect.github.com/nodejs/node/pull/59176)
-
\[[`e22dddf859`](https://redirect.github.com/nodejs/node/commit/e22dddf859)]
- **util**: respect nested formats in styleText (Alex Yang)
[#&#8203;59098](https://redirect.github.com/nodejs/node/pull/59098)
-
\[[`491f390515`](https://redirect.github.com/nodejs/node/commit/491f390515)]
- **worker**: add cpuUsage for worker (theanarkh)
[#&#8203;59177](https://redirect.github.com/nodejs/node/pull/59177)
-
\[[`8e697d1884`](https://redirect.github.com/nodejs/node/commit/8e697d1884)]
- **(SEMVER-MINOR)** **zlib**: add dictionary support to zstdCompress
and zstdDecompress (lluisemper)
[#&#8203;59240](https://redirect.github.com/nodejs/node/pull/59240)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-08-30 03:19:32 +00:00
TrueCharts Bot 8fab10b232 fix(website): update astro monorepo (patch) (#38750)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

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

</details>

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

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

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

##### Patch Changes

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-29 20:24:12 +00:00
Kjeld Schouten fd8f1add2a Change tccr.io into oci.trueforge.org (#38868)
**Description**
We're moving from tccr.io to oci.trueforge.org

TCCR meant "TrueCharts Container Repository" however, it mostly stores
chart artefacts.
At the same time, we want to more clearly allow us to store
containers/artifacts not related to truecharts.

Its also worth noting that an additional .io domain carries additional
costs.

**⚙️ 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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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-08-29 14:44:36 +02:00
TrueCharts Bot 1957535b25 chore(website): lock file maintenance (#38559)
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:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->
2025-08-18 09:04:41 +02:00
TrueCharts Bot 794ba315d7 fix(website): update astro 5.13.0 → 5.13.2 (#38469)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.13.0` ->
`5.13.2`](https://renovatebot.com/diffs/npm/astro/5.13.0/5.13.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.13.0/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[`4d16de7`](https://redirect.github.com/withastro/astro/commit/4d16de7f95db5d1ec1ce88610d2a95e606e83820)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Improves the detection of remote paths in the `_image` endpoint. Now
`href` parameters that start with `//` are considered remote paths.

- Updated dependencies
\[[`4d16de7`](https://redirect.github.com/withastro/astro/commit/4d16de7f95db5d1ec1ce88610d2a95e606e83820)]:
-
[@&#8203;astrojs/internal-helpers](https://redirect.github.com/astrojs/internal-helpers)@&#8203;0.7.2
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)@&#8203;6.3.6

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

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

##### Patch Changes

-
[#&#8203;14225](https://redirect.github.com/withastro/astro/pull/14225)
[`f2490ab`](https://redirect.github.com/withastro/astro/commit/f2490aba420a8999c0e8d12b9e1e69d4e33ae29e)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
the `experimental.chromeDevtoolsWorkspace` feature.

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-15 17:34:34 +02:00
TrueCharts Bot 2665aafb39 fix(website): update astro monorepo (minor) (#38410)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

##### Minor Changes

-
[#&#8203;13682](https://redirect.github.com/withastro/astro/pull/13682)
[`5824b32`](https://redirect.github.com/withastro/astro/commit/5824b32c5cc5d58c1138e408a05d1be18924c711)
Thanks
[@&#8203;gouravkhunger](https://redirect.github.com/gouravkhunger)! -
Adds a `customSitemaps` option to include extra sitemaps in the
`sitemap-index.xml` file generated by Astro.

This is useful for multi-framework setups on the same domain as your
Astro site (`example.com`), such as a blog at `example.com/blog` whose
sitemap is generated by another framework.

The following example shows configuring your Astro site to include
sitemaps for an externally-generated blog and help center along with the
generated sitemap entries in `sitemap-index.xml`:

  Example:

  ```js
  import { defineConfig } from 'astro/config';
  import sitemap from '@&#8203;astrojs/sitemap';

  export default defineConfig({
    site: 'https://example.com',
    integrations: [
      sitemap({
        customSitemaps: [
          'https://example.com/blog/sitemap.xml',
          'https://example.com/helpcenter/sitemap.xml',
        ],
      }),
    ],
  });
  ```

Learn more in the [`@astrojs/sitemap` configuration
documentation](https://docs.astro.build/en/guides/integrations-guide/sitemap/#configuration).

</details>

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

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

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

##### Minor Changes

-
[#&#8203;14173](https://redirect.github.com/withastro/astro/pull/14173)
[`39911b8`](https://redirect.github.com/withastro/astro/commit/39911b823d4617d99cc95e4b7584e9e4b7b90038)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Adds an experimental flag `staticImportMetaEnv` to disable the
replacement of `import.meta.env` values with `process.env` calls and
their coercion of environment variable values. This supersedes the
`rawEnvValues` experimental flag, which is now removed.

Astro allows you to configure a [type-safe schema for your environment
variables](https://docs.astro.build/en/guides/environment-variables/#type-safe-environment-variables),
and converts variables imported via `astro:env` into the expected type.
This is the recommended way to use environment variables in Astro, as it
allows you to easily see and manage whether your variables are public or
secret, available on the client or only on the server at build time, and
the data type of your values.

However, you can still access environment variables through
`process.env` and `import.meta.env` directly when needed. This was the
only way to use environment variables in Astro before `astro:env` was
added in Astro 5.0, and Astro's default handling of `import.meta.env`
includes some logic that was only needed for earlier versions of Astro.

The `experimental.staticImportMetaEnv` flag updates the behavior of
`import.meta.env` to align with [Vite's handling of environment
variables](https://vite.dev/guide/env-and-mode.html#env-variables) and
for better ease of use with Astro's current implementations and
features. **This will become the default behavior in Astro 6.0**, and
this early preview is introduced as an experimental feature.

Currently, non-public `import.meta.env` environment variables are
replaced by a reference to `process.env`. Additionally, Astro may also
convert the value type of your environment variables used through
`import.meta.env`, which can prevent access to some values such as the
strings `"true"` (which is converted to a boolean value), and `"1"`
(which is converted to a number).

The `experimental.staticImportMetaEnv` flag simplifies Astro's default
behavior, making it easier to understand and use. Astro will no longer
replace any `import.meta.env` environment variables with a `process.env`
call, nor will it coerce values.

To enable this feature, add the experimental flag in your Astro config
and remove `rawEnvValues` if it was enabled:

  ```diff
  // astro.config.mjs
  import { defineConfig } from "astro/config";

  export default defineConfig({
  +  experimental: {
  +    staticImportMetaEnv: true
  -    rawEnvValues: false
  +  }
  });
  ```

##### Updating your project

If you were relying on Astro's default coercion, you may need to update
your project code to apply it manually:

```diff
// src/components/MyComponent.astro
- const enabled: boolean = import.meta.env.ENABLED;
+ const enabled: boolean = import.meta.env.ENABLED === "true";
```

If you were relying on the transformation into `process.env` calls, you
may need to update your project code to apply it manually:

```diff
// src/components/MyComponent.astro
- const enabled: boolean = import.meta.env.DB_PASSWORD;
+ const enabled: boolean = process.env.DB_PASSWORD;
```

You may also need to update types:

```diff
// src/env.d.ts
interface ImportMetaEnv {
  readonly PUBLIC_POKEAPI: string;
-  readonly DB_PASSWORD: string;
-  readonly ENABLED: boolean;
+  readonly ENABLED: string;
}

interface ImportMeta {
  readonly env: ImportMetaEnv;
}

+ namespace NodeJS {
+  interface ProcessEnv {
+    DB_PASSWORD: string;
+  }
+ }
```

See the [experimental static `import.meta.env`
documentation](https://docs.astro.build/en/reference/experimental-flags/static-import-meta-env/)
for more information about this feature. You can learn more about using
environment variables in Astro, including `astro:env`, in the
[environment variables
documentation](https://docs.astro.build/en/guides/environment-variables/).

-
[#&#8203;14122](https://redirect.github.com/withastro/astro/pull/14122)
[`41ed3ac`](https://redirect.github.com/withastro/astro/commit/41ed3ac54adf1025a38031757ee0bfaef8504092)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Adds
experimental support for automatic [Chrome DevTools workspace
folders](https://developer.chrome.com/docs/devtools/workspaces)

This feature allows you to edit files directly in the browser and have
those changes reflected in your local file system via a connected
workspace folder. This allows you to apply edits such as CSS tweaks
without leaving your browser tab!

With this feature enabled, the Astro dev server will automatically
configure a Chrome DevTools workspace for your project. Your project
will then appear as a workspace source, ready to connect. Then, changes
that you make in the "Sources" panel are automatically saved to your
project source code.

To enable this feature, add the experimental flag
`chromeDevtoolsWorkspace` to your Astro config:

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

  export default defineConfig({
    experimental: {
      chromeDevtoolsWorkspace: true,
    },
  });
  ```

See the [experimental Chrome DevTools workspace feature
documentation](https://docs.astro.build/en/reference/experimental-flags/chrome-devtools-workspace/)
for more information.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-14 15:50:08 +02:00
TrueCharts Bot 969f727888 chore(website): lock file maintenance (#38377)
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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->
2025-08-13 21:35:50 +02:00
TrueCharts Bot 7f55d9e890 chore(website): lock file maintenance (#38255)
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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->
2025-08-11 11:18:37 +02:00
TrueCharts Bot c907bc19c9 chore(website): lock file maintenance (#38076)
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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->
2025-08-09 19:26:55 +02:00
TrueCharts Bot f1ba2a4e9a fix(website): update astro 5.12.8 → 5.12.9 (#38202)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.12.8` ->
`5.12.9`](https://renovatebot.com/diffs/npm/astro/5.12.8/5.12.9) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.12.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.12.8/5.12.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;14020](https://redirect.github.com/withastro/astro/pull/14020)
[`9518975`](https://redirect.github.com/withastro/astro/commit/951897553921c1419fb96aef74d42ec99976d8be)
Thanks [@&#8203;jp-knj](https://redirect.github.com/jp-knj) and
[@&#8203;asieradzk](https://redirect.github.com/asieradzk)! - Prevent
double-prefixed redirect paths when using fallback and
redirectToDefaultLocale together

Fixes an issue where i18n fallback routes would generate double-prefixed
paths (e.g., `/es/es/test/item1/`) when `fallback` and
`redirectToDefaultLocale` configurations were used together. The fix
adds proper checks to prevent double prefixing in route generation.

-
[#&#8203;14199](https://redirect.github.com/withastro/astro/pull/14199)
[`3e4cb8e`](https://redirect.github.com/withastro/astro/commit/3e4cb8e52a83974cc2671d13fb1b4595fe65085d)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that prevented HMR from working with inline styles

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-09 17:57:48 +02:00
TrueCharts Bot abef1885d2 fix(website): update astro 5.12.7 → 5.12.8 (#38027)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.12.7` ->
`5.12.8`](https://renovatebot.com/diffs/npm/astro/5.12.7/5.12.8) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.12.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.12.7/5.12.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[`0567fb7`](https://redirect.github.com/withastro/astro/commit/0567fb7b50c0c452be387dd7c7264b96bedab48f)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Adds
`//` to list of internal path prefixes that do not have automated
trailing slash handling

-
[#&#8203;13894](https://redirect.github.com/withastro/astro/pull/13894)
[`b36e72f`](https://redirect.github.com/withastro/astro/commit/b36e72f11fbcc0f3d5826f2b1939084f1fb1e3a8)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Removes Astro Studio commands from the CLI help

- Updated dependencies
\[[`0567fb7`](https://redirect.github.com/withastro/astro/commit/0567fb7b50c0c452be387dd7c7264b96bedab48f)]:
-
[@&#8203;astrojs/internal-helpers](https://redirect.github.com/astrojs/internal-helpers)@&#8203;0.7.1
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)@&#8203;6.3.5

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-01 21:01:13 +02:00
TrueCharts Bot eb6b9c8c38 chore(deps): update node.js v22.17.1 → v22.18.0 (#38017)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | minor | `22.17.1`
-> `22.18.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.18.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.18.0):
2025-07-31, Version 22.18.0 &#x27;Jod&#x27; (LTS), @&#8203;aduh95

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

##### Notable Changes

##### Type stripping is enabled by default

Node.js will be able to execute TypeScript files without additional
configuration:

```console
$ echo 'const foo: string = 'World'; console.log(`Hello ${foo}!`);' > file.ts
$ node file.ts
Hello World!
```

There are some limitations in the supported syntax documented at
<https://nodejs.org/api/typescript.html#type-stripping>.

This feature is experimental and is subject to change. Disable it by
passing
`--no-experimental-strip-types` CLI flag.

Contributed by Marco Ippolito in
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350).

##### Other notable changes

-
\[[`26f3711228`](https://redirect.github.com/nodejs/node/commit/26f3711228)]
- **(SEMVER-MINOR)** **deps**: update amaro to 1.1.0 (Node.js GitHub
Bot) [#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`d80ef2a71f`](https://redirect.github.com/nodejs/node/commit/d80ef2a71f)]
- **(SEMVER-MINOR)** **doc**: add all watch-mode related flags to node.1
(Dario Piotrowicz)
[#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719)
-
\[[`8ab24d21c9`](https://redirect.github.com/nodejs/node/commit/8ab24d21c9)]
- **doc**: add islandryu to collaborators (Shima Ryuhei)
[#&#8203;58714](https://redirect.github.com/nodejs/node/pull/58714)
-
\[[`430e66b9b8`](https://redirect.github.com/nodejs/node/commit/430e66b9b8)]
- **(SEMVER-MINOR)** **esm**: implement `import.meta.main` (Joe)
[#&#8203;57804](https://redirect.github.com/nodejs/node/pull/57804)
-
\[[`62f7926b6a`](https://redirect.github.com/nodejs/node/commit/62f7926b6a)]
- **(SEMVER-MINOR)** **fs**: allow correct handling of burst in
fs-events with AsyncIterator (Philipp Dunkel)
[#&#8203;58490](https://redirect.github.com/nodejs/node/pull/58490)
-
\[[`65f19a00c3`](https://redirect.github.com/nodejs/node/commit/65f19a00c3)]
- **(SEMVER-MINOR)** **permission**: propagate permission model flags on
spawn (Rafael Gonzaga)
[#&#8203;58853](https://redirect.github.com/nodejs/node/pull/58853)
-
\[[`ccca1517f9`](https://redirect.github.com/nodejs/node/commit/ccca1517f9)]
- **(SEMVER-MINOR)** **sqlite**: add support for `readBigInts` option in
db connection level (Miguel Marcondes Filho)
[#&#8203;58697](https://redirect.github.com/nodejs/node/pull/58697)
-
\[[`48003e87e8`](https://redirect.github.com/nodejs/node/commit/48003e87e8)]
- **(SEMVER-MINOR)** **src,permission**: add support to
`permission.has(addon)` (Rafael Gonzaga)
[#&#8203;58951](https://redirect.github.com/nodejs/node/pull/58951)
-
\[[`fe4290a0e6`](https://redirect.github.com/nodejs/node/commit/fe4290a0e6)]
- **(SEMVER-MINOR)** **url**: add `fileURLToPathBuffer` API (James M
Snell)
[#&#8203;58700](https://redirect.github.com/nodejs/node/pull/58700)
-
\[[`4dc6b4c67a`](https://redirect.github.com/nodejs/node/commit/4dc6b4c67a)]
- **(SEMVER-MINOR)** **watch**: add `--watch-kill-signal` flag (Dario
Piotrowicz)
[#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719)
-
\[[`8dbc6b210f`](https://redirect.github.com/nodejs/node/commit/8dbc6b210f)]
- **(SEMVER-MINOR)** **worker**: make `Worker` async disposable (James M
Snell)
[#&#8203;58385](https://redirect.github.com/nodejs/node/pull/58385)

##### Commits

-
\[[`b19ffebea7`](https://redirect.github.com/nodejs/node/commit/b19ffebea7)]
- **assert**: remove dead code (Yoshiya Hinosawa)
[#&#8203;58760](https://redirect.github.com/nodejs/node/pull/58760)
-
\[[`5bc828beae`](https://redirect.github.com/nodejs/node/commit/5bc828beae)]
- **benchmark**: add source map and source map cache (Miguel Marcondes
Filho)
[#&#8203;58125](https://redirect.github.com/nodejs/node/pull/58125)
-
\[[`f7c16985a7`](https://redirect.github.com/nodejs/node/commit/f7c16985a7)]
- **build**: disable v8\_enable\_pointer\_compression\_shared\_cage on
non-64bit (Shelley Vohr)
[#&#8203;58867](https://redirect.github.com/nodejs/node/pull/58867)
-
\[[`ba42c72f7f`](https://redirect.github.com/nodejs/node/commit/ba42c72f7f)]
- **build**: option to use custom inspector\_protocol path (Shelley
Vohr)
[#&#8203;58839](https://redirect.github.com/nodejs/node/pull/58839)
-
\[[`4fd8911653`](https://redirect.github.com/nodejs/node/commit/4fd8911653)]
- **build**: fix typo 'Stoage' to 'Storage' in help text (ganglike)
[#&#8203;58777](https://redirect.github.com/nodejs/node/pull/58777)
-
\[[`114cd95919`](https://redirect.github.com/nodejs/node/commit/114cd95919)]
- **crypto**: fix inclusion of OPENSSL\_IS\_BORINGSSL define (Shelley
Vohr)
[#&#8203;58845](https://redirect.github.com/nodejs/node/pull/58845)
-
\[[`6699c75eac`](https://redirect.github.com/nodejs/node/commit/6699c75eac)]
- **crypto**: fix SHAKE128/256 breaking change introduced with OpenSSL
3.4 (Filip Skokan)
[#&#8203;58942](https://redirect.github.com/nodejs/node/pull/58942)
-
\[[`f99aa748c0`](https://redirect.github.com/nodejs/node/commit/f99aa748c0)]
- **deps**: upgrade npm to 10.9.3 (npm team)
[#&#8203;58847](https://redirect.github.com/nodejs/node/pull/58847)
-
\[[`02e971190b`](https://redirect.github.com/nodejs/node/commit/02e971190b)]
- **deps**: update sqlite to 3.50.2 (Node.js GitHub Bot)
[#&#8203;58882](https://redirect.github.com/nodejs/node/pull/58882)
-
\[[`de2b85b5ae`](https://redirect.github.com/nodejs/node/commit/de2b85b5ae)]
- **deps**: update googletest to
[`35b75a2`](https://redirect.github.com/nodejs/node/commit/35b75a2)
(Node.js GitHub Bot)
[#&#8203;58710](https://redirect.github.com/nodejs/node/pull/58710)
-
\[[`e7591d7a19`](https://redirect.github.com/nodejs/node/commit/e7591d7a19)]
- **deps**: update minimatch to 10.0.3 (Node.js GitHub Bot)
[#&#8203;58712](https://redirect.github.com/nodejs/node/pull/58712)
-
\[[`8c61b96c43`](https://redirect.github.com/nodejs/node/commit/8c61b96c43)]
- **deps**: update acorn to 8.15.0 (Node.js GitHub Bot)
[#&#8203;58711](https://redirect.github.com/nodejs/node/pull/58711)
-
\[[`113f4e2d3c`](https://redirect.github.com/nodejs/node/commit/113f4e2d3c)]
- **deps**: update sqlite to 3.50.1 (Node.js GitHub Bot)
[#&#8203;58630](https://redirect.github.com/nodejs/node/pull/58630)
-
\[[`7ccd848995`](https://redirect.github.com/nodejs/node/commit/7ccd848995)]
- **deps**: update simdjson to 3.13.0 (Node.js GitHub Bot)
[#&#8203;58629](https://redirect.github.com/nodejs/node/pull/58629)
-
\[[`e9c51deb5c`](https://redirect.github.com/nodejs/node/commit/e9c51deb5c)]
- **deps**: update zlib to 1.3.1-470d3a2 (Node.js GitHub Bot)
[#&#8203;58628](https://redirect.github.com/nodejs/node/pull/58628)
-
\[[`26f3711228`](https://redirect.github.com/nodejs/node/commit/26f3711228)]
- **(SEMVER-MINOR)** **deps**: update amaro to 1.1.0 (Node.js GitHub
Bot) [#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`752dde182f`](https://redirect.github.com/nodejs/node/commit/752dde182f)]
- **(SEMVER-MINOR)** **deps**: update amaro to 1.0.0 (Node.js GitHub
Bot) [#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`258534d0dc`](https://redirect.github.com/nodejs/node/commit/258534d0dc)]
- **(SEMVER-MINOR)** **deps**: update amaro to 0.5.3 (Node.js GitHub
Bot) [#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`7fcf675503`](https://redirect.github.com/nodejs/node/commit/7fcf675503)]
- **(SEMVER-MINOR)** **deps**: update amaro to 0.5.2 (Node.js GitHub
Bot) [#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`81a10a67d5`](https://redirect.github.com/nodejs/node/commit/81a10a67d5)]
- **(SEMVER-MINOR)** **deps**: update amaro to 0.5.1 (Marco Ippolito)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`25f8682a62`](https://redirect.github.com/nodejs/node/commit/25f8682a62)]
- **(SEMVER-MINOR)** **deps**: update amaro to 0.5.0 (nodejs-github-bot)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`4baf2167e7`](https://redirect.github.com/nodejs/node/commit/4baf2167e7)]
- **dns**: fix parse memory leaky (theanarkh)
[#&#8203;58973](https://redirect.github.com/nodejs/node/pull/58973)
-
\[[`e8f4a7df22`](https://redirect.github.com/nodejs/node/commit/e8f4a7df22)]
- **dns**: set timeout to 1000ms when timeout < 0 (theanarkh)
[#&#8203;58441](https://redirect.github.com/nodejs/node/pull/58441)
-
\[[`1e373a0a25`](https://redirect.github.com/nodejs/node/commit/1e373a0a25)]
- **doc**: update release key for aduh95 (Antoine du Hamel)
[#&#8203;58877](https://redirect.github.com/nodejs/node/pull/58877)
-
\[[`d5c104246f`](https://redirect.github.com/nodejs/node/commit/d5c104246f)]
- **doc**: remove broken link to permission model source code (Juan
José)
[#&#8203;58972](https://redirect.github.com/nodejs/node/pull/58972)
-
\[[`b8885a25ff`](https://redirect.github.com/nodejs/node/commit/b8885a25ff)]
- **doc**: clarify details of TSC public and private meetings (James M
Snell)
[#&#8203;58925](https://redirect.github.com/nodejs/node/pull/58925)
-
\[[`aa05823b37`](https://redirect.github.com/nodejs/node/commit/aa05823b37)]
- **doc**: mark stability markers consistent in `globals.md` (Antoine du
Hamel)
[#&#8203;58932](https://redirect.github.com/nodejs/node/pull/58932)
-
\[[`3856aee9b2`](https://redirect.github.com/nodejs/node/commit/3856aee9b2)]
- **doc**: move "Core Promise APIs" to "Completed initiatives" (Antoine
du Hamel)
[#&#8203;58934](https://redirect.github.com/nodejs/node/pull/58934)
-
\[[`c2f9735422`](https://redirect.github.com/nodejs/node/commit/c2f9735422)]
- **doc**: fix `fetch` subsections in `globals.md` (Antoine du Hamel)
[#&#8203;58933](https://redirect.github.com/nodejs/node/pull/58933)
-
\[[`5f4c7a9d2d`](https://redirect.github.com/nodejs/node/commit/5f4c7a9d2d)]
- **doc**: add missing `Class:` mentions (Antoine du Hamel)
[#&#8203;58931](https://redirect.github.com/nodejs/node/pull/58931)
-
\[[`88ee38b37c`](https://redirect.github.com/nodejs/node/commit/88ee38b37c)]
- **doc**: remove myself from security steward rotation (Michael Dawson)
[#&#8203;58927](https://redirect.github.com/nodejs/node/pull/58927)
-
\[[`02031a9b0d`](https://redirect.github.com/nodejs/node/commit/02031a9b0d)]
- **doc**: add ovflowd back to core collaborators (Claudio W.)
[#&#8203;58911](https://redirect.github.com/nodejs/node/pull/58911)
-
\[[`9551fa3c8f`](https://redirect.github.com/nodejs/node/commit/9551fa3c8f)]
- **doc**: update email address for Richard Lau (Richard Lau)
[#&#8203;58910](https://redirect.github.com/nodejs/node/pull/58910)
-
\[[`cd6bc982c0`](https://redirect.github.com/nodejs/node/commit/cd6bc982c0)]
- **doc**: update vm doc links (Chengzhong Wu)
[#&#8203;58885](https://redirect.github.com/nodejs/node/pull/58885)
-
\[[`ce49303cd0`](https://redirect.github.com/nodejs/node/commit/ce49303cd0)]
- **doc**: add missing comma in `child_process.md` (ronijames008)
[#&#8203;58862](https://redirect.github.com/nodejs/node/pull/58862)
-
\[[`d80ef2a71f`](https://redirect.github.com/nodejs/node/commit/d80ef2a71f)]
- **(SEMVER-MINOR)** **doc**: add all watch-mode related flags to node.1
(Dario Piotrowicz)
[#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719)
-
\[[`f8fcb1c83a`](https://redirect.github.com/nodejs/node/commit/f8fcb1c83a)]
- **doc**: fix jsdoc definition of assert.ifError() fn in lib/assert.js
(jesh)
[#&#8203;58573](https://redirect.github.com/nodejs/node/pull/58573)
-
\[[`28fddc04ca`](https://redirect.github.com/nodejs/node/commit/28fddc04ca)]
- **doc**: add array type in http request headers (Michael Henrique)
[#&#8203;58049](https://redirect.github.com/nodejs/node/pull/58049)
-
\[[`8bd698b688`](https://redirect.github.com/nodejs/node/commit/8bd698b688)]
- **doc**: add missing colon to headers in `globals.md` (Aviv Keller)
[#&#8203;58825](https://redirect.github.com/nodejs/node/pull/58825)
-
\[[`fa5818e3c1`](https://redirect.github.com/nodejs/node/commit/fa5818e3c1)]
- **doc**: fix `stream.md` section order (Antoine du Hamel)
[#&#8203;58811](https://redirect.github.com/nodejs/node/pull/58811)
-
\[[`2384bfdcbd`](https://redirect.github.com/nodejs/node/commit/2384bfdcbd)]
- **doc**: fix stability 1.x links excluding the decimal digit (Dario
Piotrowicz)
[#&#8203;58783](https://redirect.github.com/nodejs/node/pull/58783)
-
\[[`4e9fe670c9`](https://redirect.github.com/nodejs/node/commit/4e9fe670c9)]
- **doc**: fix wrong RFC number in http2 (Deokjin Kim)
[#&#8203;58753](https://redirect.github.com/nodejs/node/pull/58753)
-
\[[`bbe4ad7351`](https://redirect.github.com/nodejs/node/commit/bbe4ad7351)]
- **doc**: add history entry for TS support in hooks (Antoine du Hamel)
[#&#8203;58732](https://redirect.github.com/nodejs/node/pull/58732)
-
\[[`ec60473ab1`](https://redirect.github.com/nodejs/node/commit/ec60473ab1)]
- **doc**: run license-builder (github-actions\[bot])
[#&#8203;58722](https://redirect.github.com/nodejs/node/pull/58722)
-
\[[`8ab24d21c9`](https://redirect.github.com/nodejs/node/commit/8ab24d21c9)]
- **doc**: add islandryu to collaborators (Shima Ryuhei)
[#&#8203;58714](https://redirect.github.com/nodejs/node/pull/58714)
-
\[[`8c641105cd`](https://redirect.github.com/nodejs/node/commit/8c641105cd)]
- **doc**: punctuation fix for Node-API versioning clarification (Jiacai
Liu) [#&#8203;58599](https://redirect.github.com/nodejs/node/pull/58599)
-
\[[`133b10a0bb`](https://redirect.github.com/nodejs/node/commit/133b10a0bb)]
- **doc**: add path rules and validation for export targets in
package.json (0hm☘️)
[#&#8203;58604](https://redirect.github.com/nodejs/node/pull/58604)
-
\[[`354a68c460`](https://redirect.github.com/nodejs/node/commit/354a68c460)]
- **doc**: add history entries to `--input-type` section (Antoine du
Hamel)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`430e66b9b8`](https://redirect.github.com/nodejs/node/commit/430e66b9b8)]
- **(SEMVER-MINOR)** **esm**: implement import.meta.main (Joe)
[#&#8203;57804](https://redirect.github.com/nodejs/node/pull/57804)
-
\[[`42c4ca6024`](https://redirect.github.com/nodejs/node/commit/42c4ca6024)]
- **esm**: syncify default path of `ModuleLoader.load` (Jacob Smith)
[#&#8203;57419](https://redirect.github.com/nodejs/node/pull/57419)
-
\[[`3ac8c686a3`](https://redirect.github.com/nodejs/node/commit/3ac8c686a3)]
- **esm**: unwrap WebAssembly.Global on Wasm Namespaces (Guy Bedford)
[#&#8203;57525](https://redirect.github.com/nodejs/node/pull/57525)
-
\[[`c7ebf2e245`](https://redirect.github.com/nodejs/node/commit/c7ebf2e245)]
- **fs**: close dir before throwing if `options.bufferSize` is invalid
(Livia Medeiros)
[#&#8203;58856](https://redirect.github.com/nodejs/node/pull/58856)
-
\[[`38ffed8744`](https://redirect.github.com/nodejs/node/commit/38ffed8744)]
- **fs**: special input `-1` on `chown`, `lchown` and `fchown` (Alex
Yang)
[#&#8203;58836](https://redirect.github.com/nodejs/node/pull/58836)
-
\[[`0e82f72a46`](https://redirect.github.com/nodejs/node/commit/0e82f72a46)]
- **fs**: throw `ERR_INVALID_THIS` on illegal invocations (Livia
Medeiros)
[#&#8203;58848](https://redirect.github.com/nodejs/node/pull/58848)
-
\[[`141b2b1954`](https://redirect.github.com/nodejs/node/commit/141b2b1954)]
- **fs**: make `Dir` disposers idempotent (René)
[#&#8203;58692](https://redirect.github.com/nodejs/node/pull/58692)
-
\[[`dedd9d1961`](https://redirect.github.com/nodejs/node/commit/dedd9d1961)]
- **fs**: avoid computing time coefficient constants in runtime (Livia
Medeiros)
[#&#8203;58728](https://redirect.github.com/nodejs/node/pull/58728)
-
\[[`a029a06b49`](https://redirect.github.com/nodejs/node/commit/a029a06b49)]
- **fs**: add UV\_ENOSPC to list of things to pass to err directly
(Jacky Zhao)
[#&#8203;56918](https://redirect.github.com/nodejs/node/pull/56918)
-
\[[`62f7926b6a`](https://redirect.github.com/nodejs/node/commit/62f7926b6a)]
- **(SEMVER-MINOR)** **fs**: allow correct handling of burst in
fs-events with AsyncIterator (Philipp Dunkel)
[#&#8203;58490](https://redirect.github.com/nodejs/node/pull/58490)
-
\[[`927d2e77f3`](https://redirect.github.com/nodejs/node/commit/927d2e77f3)]
- **http**: fix keep-alive not timing out after post-request empty line
(Shima Ryuhei)
[#&#8203;58178](https://redirect.github.com/nodejs/node/pull/58178)
-
\[[`5cd8145612`](https://redirect.github.com/nodejs/node/commit/5cd8145612)]
- **http2**: add diagnostics channel 'http2.server.stream.close'
(Darshan Sen)
[#&#8203;58602](https://redirect.github.com/nodejs/node/pull/58602)
-
\[[`0f2b31cba4`](https://redirect.github.com/nodejs/node/commit/0f2b31cba4)]
- **inspector**: add protocol methods retrieving sent/received data
(Chengzhong Wu)
[#&#8203;58645](https://redirect.github.com/nodejs/node/pull/58645)
-
\[[`79428d8946`](https://redirect.github.com/nodejs/node/commit/79428d8946)]
- **lib**: fix `getTypeScriptParsingMode` jsdoc (沈鸿飞)
[#&#8203;58681](https://redirect.github.com/nodejs/node/pull/58681)
-
\[[`2c205d857c`](https://redirect.github.com/nodejs/node/commit/2c205d857c)]
- **lib**: rename `validateInternalField` into
`validateThisInternalField` (LiviaMedeiros)
[#&#8203;58765](https://redirect.github.com/nodejs/node/pull/58765)
-
\[[`f67e927a5f`](https://redirect.github.com/nodejs/node/commit/f67e927a5f)]
- **lib**: make `validateInternalField()` throw `ERR_INVALID_THIS`
(LiviaMedeiros)
[#&#8203;58765](https://redirect.github.com/nodejs/node/pull/58765)
-
\[[`914701d4f8`](https://redirect.github.com/nodejs/node/commit/914701d4f8)]
- **lib,src**: support DOMException ser-des (Chengzhong Wu)
[#&#8203;58649](https://redirect.github.com/nodejs/node/pull/58649)
-
\[[`12a75dca8b`](https://redirect.github.com/nodejs/node/commit/12a75dca8b)]
- **meta**: bump step-security/harden-runner from 2.12.0 to 2.12.2
(dependabot\[bot])
[#&#8203;58923](https://redirect.github.com/nodejs/node/pull/58923)
-
\[[`0d56fec6f0`](https://redirect.github.com/nodejs/node/commit/0d56fec6f0)]
- **meta**: bump github/codeql-action from 3.28.18 to 3.29.2
(dependabot\[bot])
[#&#8203;58922](https://redirect.github.com/nodejs/node/pull/58922)
-
\[[`7f4f6e0409`](https://redirect.github.com/nodejs/node/commit/7f4f6e0409)]
- **meta**: add IlyasShabi to collaborators (Ilyas Shabi)
[#&#8203;58916](https://redirect.github.com/nodejs/node/pull/58916)
-
\[[`50b62c9663`](https://redirect.github.com/nodejs/node/commit/50b62c9663)]
- **meta**: add
[@&#8203;nodejs/inspector](https://redirect.github.com/nodejs/inspector)
as codeowner (Chengzhong Wu)
[#&#8203;58790](https://redirect.github.com/nodejs/node/pull/58790)
-
\[[`2fc89892ab`](https://redirect.github.com/nodejs/node/commit/2fc89892ab)]
- **module**: fix typescript import.meta.main (Marco Ippolito)
[#&#8203;58661](https://redirect.github.com/nodejs/node/pull/58661)
-
\[[`bfc68c8ae8`](https://redirect.github.com/nodejs/node/commit/bfc68c8ae8)]
- **module**: convert schema-only core module on
`convertCJSFilenameToURL` (Alex Yang)
[#&#8203;58612](https://redirect.github.com/nodejs/node/pull/58612)
-
\[[`54634f5e53`](https://redirect.github.com/nodejs/node/commit/54634f5e53)]
- **module**: update tests for combined ambiguous module syntax error
(Mert Can Altin)
[#&#8203;55874](https://redirect.github.com/nodejs/node/pull/55874)
-
\[[`10eb3db4af`](https://redirect.github.com/nodejs/node/commit/10eb3db4af)]
- **module**: allow cycles in require() in the CJS handling in ESM
loader (Joyee Cheung)
[#&#8203;58598](https://redirect.github.com/nodejs/node/pull/58598)
-
\[[`fe7994eb0c`](https://redirect.github.com/nodejs/node/commit/fe7994eb0c)]
- **module**: improve typescript error message format (Marco Ippolito)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`c898491017`](https://redirect.github.com/nodejs/node/commit/c898491017)]
- **(SEMVER-MINOR)** **module**: remove experimental warning from type
stripping (Marco Ippolito)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`c07745a436`](https://redirect.github.com/nodejs/node/commit/c07745a436)]
- **module**: refactor commonjs typescript loader (Marco Ippolito)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`8d1f5df313`](https://redirect.github.com/nodejs/node/commit/8d1f5df313)]
- **(SEMVER-MINOR)** **module**: unflag --experimental-strip-types
(Marco Ippolito)
[#&#8203;56350](https://redirect.github.com/nodejs/node/pull/56350)
-
\[[`a8a1c9a960`](https://redirect.github.com/nodejs/node/commit/a8a1c9a960)]
- **os**: fix GetInterfaceAddresses memory lieaky (theanarkh)
[#&#8203;58940](https://redirect.github.com/nodejs/node/pull/58940)
-
\[[`65f19a00c3`](https://redirect.github.com/nodejs/node/commit/65f19a00c3)]
- **(SEMVER-MINOR)** **permission**: propagate permission model flags on
spawn (Rafael Gonzaga)
[#&#8203;58853](https://redirect.github.com/nodejs/node/pull/58853)
-
\[[`f0a165d89f`](https://redirect.github.com/nodejs/node/commit/f0a165d89f)]
- **repl**: fix eval errors thrown after close throwing
`ERR_USE_AFTER_CLOSE` (Dario Piotrowicz)
[#&#8203;58791](https://redirect.github.com/nodejs/node/pull/58791)
-
\[[`9ef1cd1607`](https://redirect.github.com/nodejs/node/commit/9ef1cd1607)]
- **repl**: avoid deprecated `require.extensions` in tab completion
(baki gul)
[#&#8203;58653](https://redirect.github.com/nodejs/node/pull/58653)
-
\[[`22a4c60e08`](https://redirect.github.com/nodejs/node/commit/22a4c60e08)]
- **repl**: fix tab completion not working with computer string
properties (Dario Piotrowicz)
[#&#8203;58709](https://redirect.github.com/nodejs/node/pull/58709)
-
\[[`ccca1517f9`](https://redirect.github.com/nodejs/node/commit/ccca1517f9)]
- **(SEMVER-MINOR)** **sqlite**: add support for readBigInts option in
db connection level (Miguel Marcondes Filho)
[#&#8203;58697](https://redirect.github.com/nodejs/node/pull/58697)
-
\[[`690525881e`](https://redirect.github.com/nodejs/node/commit/690525881e)]
- **src**: simplify adding fast APIs to ExternalReferenceRegistry (René)
[#&#8203;58896](https://redirect.github.com/nodejs/node/pull/58896)
-
\[[`a381b4d990`](https://redirect.github.com/nodejs/node/commit/a381b4d990)]
- **src**: remove fast API for InternalModuleStat (Joyee Cheung)
[#&#8203;58489](https://redirect.github.com/nodejs/node/pull/58489)
-
\[[`390654e996`](https://redirect.github.com/nodejs/node/commit/390654e996)]
- **src**: fix internalModuleStat v8 fast path (Yagiz Nizipli)
[#&#8203;58054](https://redirect.github.com/nodejs/node/pull/58054)
-
\[[`b722647572`](https://redirect.github.com/nodejs/node/commit/b722647572)]
- **src**: fix -Wunreachable-code in src/node\_api.cc (Shelley Vohr)
[#&#8203;58901](https://redirect.github.com/nodejs/node/pull/58901)
-
\[[`6d1fe67f56`](https://redirect.github.com/nodejs/node/commit/6d1fe67f56)]
- **src**: -Wunreachable-code error in crypto\_context.cc (Shelley Vohr)
[#&#8203;58901](https://redirect.github.com/nodejs/node/pull/58901)
-
\[[`2d8e65c6db`](https://redirect.github.com/nodejs/node/commit/2d8e65c6db)]
- **src**: fix -Wunreachable-code-return in src/node\_contextify.cc
(Shelley Vohr)
[#&#8203;58901](https://redirect.github.com/nodejs/node/pull/58901)
-
\[[`e07adb3b18`](https://redirect.github.com/nodejs/node/commit/e07adb3b18)]
- **src**: cleanup uv\_fs\_req before uv\_fs\_stat on existSync
(RafaelGSS)
[#&#8203;58915](https://redirect.github.com/nodejs/node/pull/58915)
-
\[[`6b30c0a511`](https://redirect.github.com/nodejs/node/commit/6b30c0a511)]
- **src**: -Wmismatched-new-delete in debug\_utils.cc (Shelley Vohr)
[#&#8203;58844](https://redirect.github.com/nodejs/node/pull/58844)
-
\[[`74ef07f2e7`](https://redirect.github.com/nodejs/node/commit/74ef07f2e7)]
- **src**: add FromV8Value\<T>() for integral and enum types (Aditi)
[#&#8203;57931](https://redirect.github.com/nodejs/node/pull/57931)
-
\[[`28bf6ed87d`](https://redirect.github.com/nodejs/node/commit/28bf6ed87d)]
- **src**: pass resource on permission checks for spawn (Rafael Gonzaga)
[#&#8203;58758](https://redirect.github.com/nodejs/node/pull/58758)
-
\[[`daf65d479b`](https://redirect.github.com/nodejs/node/commit/daf65d479b)]
- **src**: replace std::array with static arrays in contextify (Mert Can
Altin)
[#&#8203;58580](https://redirect.github.com/nodejs/node/pull/58580)
-
\[[`9cb671fdb1`](https://redirect.github.com/nodejs/node/commit/9cb671fdb1)]
- **src**: add new CopyUtimes function to reduce code duplication (Dario
Piotrowicz)
[#&#8203;58625](https://redirect.github.com/nodejs/node/pull/58625)
-
\[[`e515eb861c`](https://redirect.github.com/nodejs/node/commit/e515eb861c)]
- **src**: replace V8 Fast API todo comment with note comment (Dario
Piotrowicz)
[#&#8203;58614](https://redirect.github.com/nodejs/node/pull/58614)
-
\[[`48003e87e8`](https://redirect.github.com/nodejs/node/commit/48003e87e8)]
- **(SEMVER-MINOR)** **src,permission**: add support to
permission.has(addon) (Rafael Gonzaga)
[#&#8203;58951](https://redirect.github.com/nodejs/node/pull/58951)
-
\[[`72f75bb976`](https://redirect.github.com/nodejs/node/commit/72f75bb976)]
- **src,permission**: enhance permission model debug (Rafael Gonzaga)
[#&#8203;58898](https://redirect.github.com/nodejs/node/pull/58898)
-
\[[`66fccc252b`](https://redirect.github.com/nodejs/node/commit/66fccc252b)]
- **(SEMVER-MINOR)** **test**: add test for async disposable worker
thread (James M Snell)
[#&#8203;58385](https://redirect.github.com/nodejs/node/pull/58385)
-
\[[`43d2ad8599`](https://redirect.github.com/nodejs/node/commit/43d2ad8599)]
- **test**: deflake test-runner-watch-mode-kill-signal (Dario
Piotrowicz)
[#&#8203;58952](https://redirect.github.com/nodejs/node/pull/58952)
-
\[[`7c54085698`](https://redirect.github.com/nodejs/node/commit/7c54085698)]
- **test**: add known issue tests for recursive readdir calls with
Buffer path (Dario Piotrowicz)
[#&#8203;58893](https://redirect.github.com/nodejs/node/pull/58893)
-
\[[`cd2a5d9a51`](https://redirect.github.com/nodejs/node/commit/cd2a5d9a51)]
- **test**: add known issue tests for fs.cp (James M Snell)
[#&#8203;58883](https://redirect.github.com/nodejs/node/pull/58883)
-
\[[`26072a7953`](https://redirect.github.com/nodejs/node/commit/26072a7953)]
- **test**: add tests to ensure that node.1 is kept in sync with cli.md
(Dario Piotrowicz)
[#&#8203;58878](https://redirect.github.com/nodejs/node/pull/58878)
-
\[[`3fd187f559`](https://redirect.github.com/nodejs/node/commit/3fd187f559)]
- **test**: replace `.filter()[0]` with `.find()` (Livia Medeiros)
[#&#8203;58872](https://redirect.github.com/nodejs/node/pull/58872)
-
\[[`0d538abb15`](https://redirect.github.com/nodejs/node/commit/0d538abb15)]
- **test**: remove reliance on in-tree `deps/undici` (Richard Lau)
[#&#8203;58866](https://redirect.github.com/nodejs/node/pull/58866)
-
\[[`e24dede403`](https://redirect.github.com/nodejs/node/commit/e24dede403)]
- **test**: close dirs in `fs-opendir` test (Livia Medeiros)
[#&#8203;58855](https://redirect.github.com/nodejs/node/pull/58855)
-
\[[`ac6b8222e6`](https://redirect.github.com/nodejs/node/commit/ac6b8222e6)]
- **test**: correct SIMD support comment (Richard Lau)
[#&#8203;58767](https://redirect.github.com/nodejs/node/pull/58767)
-
\[[`9d3e451181`](https://redirect.github.com/nodejs/node/commit/9d3e451181)]
- **test**: add tests for REPL custom evals (Dario Piotrowicz)
[#&#8203;57850](https://redirect.github.com/nodejs/node/pull/57850)
-
\[[`17a3246718`](https://redirect.github.com/nodejs/node/commit/17a3246718)]
- **test**: reduce the use of private symbols in test-events-once.js
(Yoshiya Hinosawa)
[#&#8203;58685](https://redirect.github.com/nodejs/node/pull/58685)
-
\[[`bbf33efcd0`](https://redirect.github.com/nodejs/node/commit/bbf33efcd0)]
- **test**: use `common.skipIfInspectorDisabled()` to skip tests (Dario
Piotrowicz)
[#&#8203;58675](https://redirect.github.com/nodejs/node/pull/58675)
-
\[[`d6660baff7`](https://redirect.github.com/nodejs/node/commit/d6660baff7)]
- **test**: update WPT for dom/abort to
[`dc92816`](https://redirect.github.com/nodejs/node/commit/dc928169ee)
(Node.js GitHub Bot)
[#&#8203;58644](https://redirect.github.com/nodejs/node/pull/58644)
-
\[[`6d9d5deb44`](https://redirect.github.com/nodejs/node/commit/6d9d5deb44)]
- **test**: split indirect eval import tests (Chengzhong Wu)
[#&#8203;58637](https://redirect.github.com/nodejs/node/pull/58637)
-
\[[`abd5b5fd20`](https://redirect.github.com/nodejs/node/commit/abd5b5fd20)]
- **test**: deflake async-hooks/test-improper-order on AIX (Baki Gul)
[#&#8203;58567](https://redirect.github.com/nodejs/node/pull/58567)
-
\[[`3fc630e7cf`](https://redirect.github.com/nodejs/node/commit/3fc630e7cf)]
- **test**: close FileHandle objects in tests explicitly (James M Snell)
[#&#8203;58615](https://redirect.github.com/nodejs/node/pull/58615)
-
\[[`7f0560dc4b`](https://redirect.github.com/nodejs/node/commit/7f0560dc4b)]
- **test**: skip broken sea on rhel8 (Marco Ippolito)
[#&#8203;58914](https://redirect.github.com/nodejs/node/pull/58914)
-
\[[`898e68a915`](https://redirect.github.com/nodejs/node/commit/898e68a915)]
- **test**: save the config file in a temporary directory (Luigi Pinca)
[#&#8203;58799](https://redirect.github.com/nodejs/node/pull/58799)
-
\[[`9f2132a4f6`](https://redirect.github.com/nodejs/node/commit/9f2132a4f6)]
- **test**: deflake test-config-file (Luigi Pinca)
[#&#8203;58799](https://redirect.github.com/nodejs/node/pull/58799)
-
\[[`f1b74cff9a`](https://redirect.github.com/nodejs/node/commit/f1b74cff9a)]
- **test**: skip tests failing when run under root (Livia Medeiros)
[#&#8203;58610](https://redirect.github.com/nodejs/node/pull/58610)
-
\[[`4b0ee14a97`](https://redirect.github.com/nodejs/node/commit/4b0ee14a97)]
- **tools**: bump the eslint group in /tools/eslint with 6 updates
(dependabot\[bot])
[#&#8203;58921](https://redirect.github.com/nodejs/node/pull/58921)
-
\[[`a84935fb0e`](https://redirect.github.com/nodejs/node/commit/a84935fb0e)]
- **tools**: update inspector\_protocol to
[`69d69dd`](https://redirect.github.com/nodejs/node/commit/69d69dd)
(Shelley Vohr)
[#&#8203;58900](https://redirect.github.com/nodejs/node/pull/58900)
-
\[[`af805186cd`](https://redirect.github.com/nodejs/node/commit/af805186cd)]
- **tools**: update gyp-next to 0.20.2 (Node.js GitHub Bot)
[#&#8203;58788](https://redirect.github.com/nodejs/node/pull/58788)
-
\[[`a2d2d36bb1`](https://redirect.github.com/nodejs/node/commit/a2d2d36bb1)]
- **tools**: make nodedownload module compatible with Python 3.14 (Lumír
'Frenzy' Balhar)
[#&#8203;58752](https://redirect.github.com/nodejs/node/pull/58752)
-
\[[`cc8b9aa43d`](https://redirect.github.com/nodejs/node/commit/cc8b9aa43d)]
- **tools**: include toolchain.gypi in abseil.gyp (Chengzhong Wu)
[#&#8203;58678](https://redirect.github.com/nodejs/node/pull/58678)
-
\[[`fbbf49a7d3`](https://redirect.github.com/nodejs/node/commit/fbbf49a7d3)]
- **tools**: bump `brace-expansion` in `/tools/clang-format`
(dependabot\[bot])
[#&#8203;58699](https://redirect.github.com/nodejs/node/pull/58699)
-
\[[`8db92a41c5`](https://redirect.github.com/nodejs/node/commit/8db92a41c5)]
- **tools**: bump brace-expansion from 1.1.11 to 1.1.12 in /tools/eslint
(dependabot\[bot])
[#&#8203;58698](https://redirect.github.com/nodejs/node/pull/58698)
-
\[[`3a099cf88f`](https://redirect.github.com/nodejs/node/commit/3a099cf88f)]
- **tools**: switch to `@stylistic/eslint-plugin` (Michaël Zasso)
[#&#8203;58623](https://redirect.github.com/nodejs/node/pull/58623)
-
\[[`9798511e7c`](https://redirect.github.com/nodejs/node/commit/9798511e7c)]
- **tools**: remove config.status under `make distclean` (René)
[#&#8203;58603](https://redirect.github.com/nodejs/node/pull/58603)
-
\[[`011290a4eb`](https://redirect.github.com/nodejs/node/commit/011290a4eb)]
- **tools**: edit commit-queue workflow file (Antoine du Hamel)
[#&#8203;58667](https://redirect.github.com/nodejs/node/pull/58667)
-
\[[`a7406f56da`](https://redirect.github.com/nodejs/node/commit/a7406f56da)]
- **tools**: improve release proposal linter (Antoine du Hamel)
[#&#8203;58647](https://redirect.github.com/nodejs/node/pull/58647)
-
\[[`c855310f83`](https://redirect.github.com/nodejs/node/commit/c855310f83)]
- **tools,doc**: move more MDN links to types (Antoine du Hamel)
[#&#8203;58930](https://redirect.github.com/nodejs/node/pull/58930)
-
\[[`805239c824`](https://redirect.github.com/nodejs/node/commit/805239c824)]
- **typings**: add Atomics primordials (Renegade334)
[#&#8203;58577](https://redirect.github.com/nodejs/node/pull/58577)
-
\[[`d28b2aa0a2`](https://redirect.github.com/nodejs/node/commit/d28b2aa0a2)]
- **typings**: add ZSTD\_COMPRESS, ZSTD\_DECOMPRESS to internalBinding
(Meghan Denny)
[#&#8203;58655](https://redirect.github.com/nodejs/node/pull/58655)
-
\[[`fe4290a0e6`](https://redirect.github.com/nodejs/node/commit/fe4290a0e6)]
- **(SEMVER-MINOR)** **url**: add fileURLToPathBuffer API (James M
Snell)
[#&#8203;58700](https://redirect.github.com/nodejs/node/pull/58700)
-
\[[`db648b92c1`](https://redirect.github.com/nodejs/node/commit/db648b92c1)]
- **util**: inspect: do not crash on an Error stack pointing to itself
(Sam Verschueren)
[#&#8203;58196](https://redirect.github.com/nodejs/node/pull/58196)
-
\[[`791ecfac14`](https://redirect.github.com/nodejs/node/commit/791ecfac14)]
- **v8**: fix missing callback in heap utils destroy (Ruben Bridgewater)
[#&#8203;58846](https://redirect.github.com/nodejs/node/pull/58846)
-
\[[`4dc6b4c67a`](https://redirect.github.com/nodejs/node/commit/4dc6b4c67a)]
- **(SEMVER-MINOR)** **watch**: add `--watch-kill-signal` flag (Dario
Piotrowicz)
[#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719)
-
\[[`8dbc6b210f`](https://redirect.github.com/nodejs/node/commit/8dbc6b210f)]
- **(SEMVER-MINOR)** **worker**: make Worker async disposable (James M
Snell)
[#&#8203;58385](https://redirect.github.com/nodejs/node/pull/58385)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-01 02:41:19 +02:00
TrueCharts Bot 642f4d11fc fix(website): update astro 5.12.6 → 5.12.7 (#38011)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.12.6` ->
`5.12.7`](https://renovatebot.com/diffs/npm/astro/5.12.6/5.12.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.12.6/5.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;14169](https://redirect.github.com/withastro/astro/pull/14169)
[`f4e8889`](https://redirect.github.com/withastro/astro/commit/f4e8889c10c25aeb7650b389c35a70780d5ed172)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Skips
trailing slash handling for paths that start with `/.`.

-
[#&#8203;14170](https://redirect.github.com/withastro/astro/pull/14170)
[`34e6b3a`](https://redirect.github.com/withastro/astro/commit/34e6b3a87dd3e9be4886059d1c0efee4c5fa3cda)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where static redirects couldn't correctly generate a
redirect when the destination is a prerendered route, and the `output`
is set to `"server"`.

-
[#&#8203;14169](https://redirect.github.com/withastro/astro/pull/14169)
[`f4e8889`](https://redirect.github.com/withastro/astro/commit/f4e8889c10c25aeb7650b389c35a70780d5ed172)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that prevented images from being displayed in dev when using the
Netlify adapter with `trailingSlash` set to `always`

- Updated dependencies
\[[`f4e8889`](https://redirect.github.com/withastro/astro/commit/f4e8889c10c25aeb7650b389c35a70780d5ed172)]:
-
[@&#8203;astrojs/internal-helpers](https://redirect.github.com/astrojs/internal-helpers)@&#8203;0.7.0
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)@&#8203;6.3.4

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-31 20:34:49 +02:00
TrueCharts Bot c46721982e fix(website): update typescript 5.8.3 → 5.9.2 (#38014)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.3`
-> `5.9.2`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.3/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

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

---

### Release Notes

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

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

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

<!---
For release notes, check out the [release announcement]().
For new features, check out the [What's new in TypeScript v5.9.2]().
For the complete list of fixed issues, check out the
* [fixed issues query for TypeScript
v5.9.2](https://redirect.github.com/microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3%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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-31 20:34:32 +02:00
TrueCharts Bot 4c77887f14 fix(website): update astro 5.12.5 → 5.12.6 (#37992)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.12.5` ->
`5.12.6`](https://renovatebot.com/diffs/npm/astro/5.12.5/5.12.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.12.5/5.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;14153](https://redirect.github.com/withastro/astro/pull/14153)
[`29e9283`](https://redirect.github.com/withastro/astro/commit/29e928391a90844f8b701a581c4f163e0b6c46db)
Thanks [@&#8203;jp-knj](https://redirect.github.com/jp-knj)! - Fixes a
regression introduced by a recent optimisation of how SVG images are
emitted during the build.

-
[#&#8203;14156](https://redirect.github.com/withastro/astro/pull/14156)
[`592f08d`](https://redirect.github.com/withastro/astro/commit/592f08d1b4a3e03c61b34344e36cb772bd67709a)
Thanks [@&#8203;TheOtterlord](https://redirect.github.com/TheOtterlord)!
- Fix the client router not submitting forms if the active URL contained
a hash

-
[#&#8203;14160](https://redirect.github.com/withastro/astro/pull/14160)
[`d2e25c6`](https://redirect.github.com/withastro/astro/commit/d2e25c6e9d52160d4f8d8cbf7bc44e6794483f20)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that meant some remote image URLs could cause invalid filenames to
be used for processed images

-
[#&#8203;14167](https://redirect.github.com/withastro/astro/pull/14167)
[`62bd071`](https://redirect.github.com/withastro/astro/commit/62bd0717ab810c049ed7f3f63029895dfb402797)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that prevented destroyed sessions from being deleted from storage
unless the session had been loaded

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-30 20:24:11 +02:00
TrueCharts Bot 477ea3b198 fix(website): update astro 5.12.4 → 5.12.5 (#37914)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.12.4` ->
`5.12.5`](https://renovatebot.com/diffs/npm/astro/5.12.4/5.12.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.12.4/5.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

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

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

##### Patch Changes

-
[#&#8203;14059](https://redirect.github.com/withastro/astro/pull/14059)
[`19f53eb`](https://redirect.github.com/withastro/astro/commit/19f53eb59dfeeff08078cec0a903c8722b5650ca)
Thanks [@&#8203;benosmac](https://redirect.github.com/benosmac)! - Fixes
a bug in i18n implementation, where Astro didn't emit the correct pages
when `fallback` is enabled, and a locale uses a catch-all route, e.g.
`src/pages/es/[...catchAll].astro`

-
[#&#8203;14155](https://redirect.github.com/withastro/astro/pull/14155)
[`31822c3`](https://redirect.github.com/withastro/astro/commit/31822c3f0c8401e20129d0fc6bf8d1d670249265)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused an error "serverEntrypointModule\[\_start] is not a
function" in some adapters

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-29 20:28:28 +02:00
TrueCharts Bot d27ec23543 fix(website): update astro 5.11.2 → 5.12.4 (#37880)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.11.2` ->
`5.12.4`](https://renovatebot.com/diffs/npm/astro/5.11.2/5.12.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.11.2/5.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

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

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

##### Patch Changes

-
[#&#8203;14031](https://redirect.github.com/withastro/astro/pull/14031)
[`e9206c1`](https://redirect.github.com/withastro/astro/commit/e9206c192fc4a4dbf2d02f921fa540f987ccbe89)
Thanks [@&#8203;jp-knj](https://redirect.github.com/jp-knj)! - Optimized
the build pipeline for SVG images. Now, Astro doesn't reprocess images
that have already been processed.

-
[#&#8203;14132](https://redirect.github.com/withastro/astro/pull/14132)
[`976879a`](https://redirect.github.com/withastro/astro/commit/976879a400af9f44aee52c9112a7bd9788163588)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where the property
`Astro.routePattern`/`context.routePattern` wasn't updated when using a
rewrite via middleware.

-
[#&#8203;14131](https://redirect.github.com/withastro/astro/pull/14131)
[`aafc4d7`](https://redirect.github.com/withastro/astro/commit/aafc4d7f8b3f198ace24a8a7f6cc9298771542da)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where an error occurring in a middleware would show the
dev overlay instead of the custom `500.astro` page

-
[#&#8203;14127](https://redirect.github.com/withastro/astro/pull/14127)
[`2309ada`](https://redirect.github.com/withastro/astro/commit/2309ada1c6d96c75815eda0760656147de435ba2)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Upgrades zod

-
[#&#8203;14134](https://redirect.github.com/withastro/astro/pull/14134)
[`186c201`](https://redirect.github.com/withastro/astro/commit/186c201a1bd83593c880ab784d79f69245b445c2)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Throws a more helpful error in dev if trying to use a server island
without an adapter

-
[#&#8203;14129](https://redirect.github.com/withastro/astro/pull/14129)
[`3572d85`](https://redirect.github.com/withastro/astro/commit/3572d85ba89ef9c374f3631654eee704adf00e73)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where the CSP headers was incorrectly added to a page when
using an adapter.

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

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

##### Patch Changes

-
[#&#8203;14119](https://redirect.github.com/withastro/astro/pull/14119)
[`14807a4`](https://redirect.github.com/withastro/astro/commit/14807a4581b5ba2e61bc63ef9ef9f14848564edd)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused builds to fail if a client directive was mistakenly
added to an Astro component

-
[#&#8203;14001](https://redirect.github.com/withastro/astro/pull/14001)
[`4b03d9c`](https://redirect.github.com/withastro/astro/commit/4b03d9c9d9237d9af38425062559eafdfc27f76f)
Thanks [@&#8203;dnek](https://redirect.github.com/dnek)! - Fixes an
issue where `getImage()` assigned the resized base URL to the srcset URL
of `ImageTransform`, which matched the width, height, and format of the
original image.

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

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

##### Patch Changes

-
[#&#8203;14071](https://redirect.github.com/withastro/astro/pull/14071)
[`d2cb35d`](https://redirect.github.com/withastro/astro/commit/d2cb35d2b7ff999fea8aa39c79f9f048c3500aeb)
Thanks [@&#8203;Grisoly](https://redirect.github.com/Grisoly)! - Exposes
the `Code` component `lang` prop type:

  ```ts
  import type { CodeLanguage } from 'astro';
  ```

-
[#&#8203;14111](https://redirect.github.com/withastro/astro/pull/14111)
[`5452ee6`](https://redirect.github.com/withastro/astro/commit/5452ee67f95f51dcfdca8c1988b29f89553efe1c)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that prevented "key" from being used as a prop for Astro
components in MDX

-
[#&#8203;14106](https://redirect.github.com/withastro/astro/pull/14106)
[`b5b39e4`](https://redirect.github.com/withastro/astro/commit/b5b39e4d4bf5e5816bccf7fbfd9a48e4d8ee302a)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Exits
with non-zero exit code when config has an error

-
[#&#8203;14112](https://redirect.github.com/withastro/astro/pull/14112)
[`37458b3`](https://redirect.github.com/withastro/astro/commit/37458b31aeee23df0b5a8ab9e319a23ee4eddc6d)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that meant that SVG components could no longer be serialized with
`JSON.stringify`

-
[#&#8203;14061](https://redirect.github.com/withastro/astro/pull/14061)
[`c7a7dd5`](https://redirect.github.com/withastro/astro/commit/c7a7dd5f612b302f02a0ff468beeadd8e142a5ad)
Thanks [@&#8203;jonasgeiler](https://redirect.github.com/jonasgeiler)! -
Add module declaration for `?no-inline` asset imports

-
[#&#8203;14109](https://redirect.github.com/withastro/astro/pull/14109)
[`5a08fa2`](https://redirect.github.com/withastro/astro/commit/5a08fa22b4023810fea45876f62152bd196e6062)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Throw
a more helpful error if defineLiveCollection is used outside of a
live.config file

-
[#&#8203;14110](https://redirect.github.com/withastro/astro/pull/14110)
[`e7dd4e1`](https://redirect.github.com/withastro/astro/commit/e7dd4e1116103892ddc6a83052c8f1ba25d8abdc)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Warn
if duplicate IDs are found by file loader

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

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

##### Patch Changes

-
[#&#8203;14094](https://redirect.github.com/withastro/astro/pull/14094)
[`22e9087`](https://redirect.github.com/withastro/astro/commit/22e90873f85d7b5b5d556f456362656f04b32341)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Correct types to allow `priority` on all images

-
[#&#8203;14091](https://redirect.github.com/withastro/astro/pull/14091)
[`26c6b6d`](https://redirect.github.com/withastro/astro/commit/26c6b6db264f9cbd98ddf97c3f7a34ec7f488095)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that caused a type error when defining session options without a
driver

-
[#&#8203;14082](https://redirect.github.com/withastro/astro/pull/14082)
[`93322cb`](https://redirect.github.com/withastro/astro/commit/93322cbe36c40401256eea2a9e34f5fbe13a28ec)
Thanks [@&#8203;louisescher](https://redirect.github.com/louisescher)! -
Fixes an issue where Astro's default 404 route would incorrectly match
routes containing "/404" in dev

-
[#&#8203;14089](https://redirect.github.com/withastro/astro/pull/14089)
[`687d253`](https://redirect.github.com/withastro/astro/commit/687d25365a41ff8a9e6da155d3527f841abb70dd)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where `astro:env` would not load the right environments
variables in dev

-
[#&#8203;14092](https://redirect.github.com/withastro/astro/pull/14092)
[`6692c71`](https://redirect.github.com/withastro/astro/commit/6692c71ed609690ebf6a697d88582130a5cbfdfb)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Improves error handling in live collections

-
[#&#8203;14074](https://redirect.github.com/withastro/astro/pull/14074)
[`144a950`](https://redirect.github.com/withastro/astro/commit/144a950b55f22c2beeff710e5672e9fa611520b3)
Thanks [@&#8203;abcfy2](https://redirect.github.com/abcfy2)! - Fixes a
bug that caused some image service builds to fail

-
[#&#8203;14092](https://redirect.github.com/withastro/astro/pull/14092)
[`6692c71`](https://redirect.github.com/withastro/astro/commit/6692c71ed609690ebf6a697d88582130a5cbfdfb)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a case where zod could not be imported from `astro:content` virtual
module in live collection config

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

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

##### Minor Changes

-
[#&#8203;13971](https://redirect.github.com/withastro/astro/pull/13971)
[`fe35ee2`](https://redirect.github.com/withastro/astro/commit/fe35ee2835997e7e6c3e1975dc6dacfa1052a765)
Thanks [@&#8203;adamhl8](https://redirect.github.com/adamhl8)! - Adds an
experimental flag `rawEnvValues` to disable coercion of
`import.meta.env` values (e.g. converting strings to other data types)
that are populated from `process.env`

Astro allows you to configure a [type-safe schema for your environment
variables](https://docs.astro.build/en/guides/environment-variables/#type-safe-environment-variables),
and converts variables imported via `astro:env` into the expected type.

However, Astro also converts your environment variables used through
`import.meta.env` in some cases, and this can prevent access to some
values such as the strings `"true"` (which is converted to a boolean
value), and `"1"` (which is converted to a number).

The `experimental.rawEnvValues` flag disables coercion of
`import.meta.env` values that are populated from `process.env`, allowing
you to use the raw value.

To enable this feature, add the experimental flag in your Astro config:

  ```diff
  import { defineConfig } from "astro/config"

  export default defineConfig({
  +  experimental: {
  +    rawEnvValues: true,
  +  }
  })
  ```

If you were relying on this coercion, you may need to update your
project code to apply it manually:

  ```ts diff
  - const enabled: boolean = import.meta.env.ENABLED
  + const enabled: boolean = import.meta.env.ENABLED === "true"
  ```

See the [experimental raw environment variables reference
docs](https://docs.astro.build/en/reference/experimental-flags/raw-env-values/)
for more information.

-
[#&#8203;13941](https://redirect.github.com/withastro/astro/pull/13941)
[`6bd5f75`](https://redirect.github.com/withastro/astro/commit/6bd5f75806cb4df39d9e4e9b1f2225dcfdd724b0)
Thanks [@&#8203;aditsachde](https://redirect.github.com/aditsachde)! -
Adds support for TOML files to Astro's built-in `glob()` and `file()`
content loaders.

In Astro 5.2, Astro added support for using TOML frontmatter in Markdown
files instead of YAML. However, if you wanted to use TOML files as local
content collection entries themselves, you needed to write your own
loader.

Astro 5.12 now directly supports loading data from TOML files in content
collections in both the `glob()` and the `file()` loaders.

If you had added your own TOML content parser for the `file()` loader,
you can now remove it as this functionality is now included:

  ```diff
  // src/content.config.ts
  import { defineCollection } from "astro:content";
  import { file } from "astro/loaders";
  - import { parse as parseToml } from "toml";
  const dogs = defineCollection({
- loader: file("src/data/dogs.toml", { parser: (text) => parseToml(text)
}),
  + loader: file("src/data/dogs.toml")
    schema: /* ... */
  })
  ```

Note that TOML does not support top-level arrays. Instead, the `file()`
loader considers each top-level table to be an independent entry. The
table header is populated in the `id` field of the entry object.

See Astro's [content collections
guide](https://docs.astro.build/en/guides/content-collections/#built-in-loaders)
for more information on using the built-in content loaders.

##### Patch Changes

- Updated dependencies
\[[`6bd5f75`](https://redirect.github.com/withastro/astro/commit/6bd5f75806cb4df39d9e4e9b1f2225dcfdd724b0)]:
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)@&#8203;6.3.3

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-28 20:42:50 +02:00
TrueCharts Bot 6d01298c21 fix(website): update @astrojs/sitemap 3.4.1 → 3.4.2 (#37875)
This PR contains the following updates:

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

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;14127](https://redirect.github.com/withastro/astro/pull/14127)
[`2309ada`](https://redirect.github.com/withastro/astro/commit/2309ada1c6d96c75815eda0760656147de435ba2)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Upgrades zod

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-28 20:21:08 +02:00
TrueCharts Bot 8c9ea41081 chore(website): lock file maintenance (#37694)
This PR contains the following updates:

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

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->
2025-07-28 14:44:08 +02:00
TrueCharts Bot 0a4d2a2580 fix(website): update astro 5.11.1 → 5.11.2 (#37660)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.11.1` ->
`5.11.2`](https://renovatebot.com/diffs/npm/astro/5.11.1/5.11.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.11.1/5.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

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

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

##### Patch Changes

-
[#&#8203;14064](https://redirect.github.com/withastro/astro/pull/14064)
[`2eb77d8`](https://redirect.github.com/withastro/astro/commit/2eb77d8f54be3faea38370693d33fb220231ea84)
Thanks [@&#8203;jp-knj](https://redirect.github.com/jp-knj)! - Allows
using `tsconfig` `compilerOptions.paths` without setting
`compilerOptions.baseUrl`

-
[#&#8203;14068](https://redirect.github.com/withastro/astro/pull/14068)
[`10189c0`](https://redirect.github.com/withastro/astro/commit/10189c0b44881fd22bac69acc182834d597d9603)
Thanks [@&#8203;jsparkdev](https://redirect.github.com/jsparkdev)! -
Fixes the incorrect CSS import path shown in the terminal message during
Tailwind integration setup.

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-28 12:43:25 +00:00
TrueCharts Bot c1dcd9b5f3 chore(deps): update node.js v22.17.0 → v22.17.1 (#37626)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v22.17.1`](https://redirect.github.com/nodejs/node/releases/tag/v22.17.1):
2025-07-15, Version 22.17.1 &#x27;Jod&#x27; (LTS), @&#8203;RafaelGSS

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

This is a security release.

##### Notable Changes

- (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path
Traversal Protection in path.normalize()

##### Commits

-
\[[`8cf5d66ab7`](https://redirect.github.com/nodejs/node/commit/8cf5d66ab7)]
- **(CVE-2025-27210)** **lib**: handle all windows reserved driver name
(RafaelGSS)
[nodejs-private/node-private#721](https://redirect.github.com/nodejs-private/node-private/pull/721)
-
\[[`9c0cb487ec`](https://redirect.github.com/nodejs/node/commit/9c0cb487ec)]
- **win,build**: fix MSVS v17.14 compilation issue (StefanStojanovic)
[#&#8203;58902](https://redirect.github.com/nodejs/node/pull/58902)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-28 12:35:02 +00:00
Boemeltrein 12cfc466fa fix(website): social-link github and more links (#37748)
**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)-->
Social link of git is outdated in top right. Constantly on a wrong page.
Fix also some other pages.

**⚙️ 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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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-07-26 18:27:43 +02:00
TrueCharts Bot 03b3376635 fix(website): update astro 5.11.0 → 5.11.1 (#37527) 2025-07-14 14:12:04 +02:00
Boemeltrein 6ad9cfef30 fix(clustertool): nginx proxy-busy-buffers-size (#37389)
**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.
-->
As according latest ngnix release nginx proxy-busy-buffers-size
included.

⚒️ 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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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-07-10 21:51:28 +02:00
TrueCharts Bot d1ce6a8aeb fix(website): update astro-better-image-service 2.1.7 → 2.1.8 (#37350) 2025-07-10 14:11:49 +02:00
TrueCharts Bot 011dc670c4 fix(website): update sharp 0.34.2 → 0.34.3 (#37351) 2025-07-10 14:11:46 +02:00
TrueCharts-Bot 529dead206 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-07-09 13:31:18 +00:00
TrueCharts Bot bd22f287e8 chore(website): lock file maintenance (#37108)
This PR contains the following updates:

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

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->
2025-07-07 06:09:07 +02:00
Boemeltrein 1c2dafc434 fix(docs): service integrations (#37066)
**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.
-->
With the new common this annotation was not set anymore:
```
-  annotations:
   -    metallb.io/loadBalancerIPs: ${IP_BLOCKY}
```
Try to modify the docs to emphasize the integrations

⚒️ 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
- [x] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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-07-06 20:17:14 +02:00
Alfred Göppel ed648b1c2f fix(docs): fix nginx integration stuff (#37037)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 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
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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-07-06 12:11:04 +02:00
Alfred Göppel c6c000d57b fix(docs): Common 2025 news and docs (#36670)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 Documentation Changes

**🧪 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
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-07-06 02:00:57 +02:00
TrueCharts Bot 5265db654a chore(website): lock file maintenance (#36990)
This PR contains the following updates:

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

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-07-05 20:26:22 +02:00
TrueCharts Bot 8b9208c18f fix(website): update astro 5.10.2 → 5.11.0 (#36895) 2025-07-03 14:08:57 +02:00
TrueCharts Bot f026f14622 fix(website): update astro 5.10.1 → 5.10.2 (#36848)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;14000](https://redirect.github.com/withastro/astro/pull/14000)
[`3cbedae`](https://redirect.github.com/withastro/astro/commit/3cbedae129579b93f5c18c900ae66c6c11c46da5)
Thanks [@&#8203;feelixe](https://redirect.github.com/feelixe)! - Fix
routePattern JSDoc examples to show correct return values

-
[#&#8203;13990](https://redirect.github.com/withastro/astro/pull/13990)
[`de6cfd6`](https://redirect.github.com/withastro/astro/commit/de6cfd6dc8e53911190b2b5788e0508e557f86eb)
Thanks [@&#8203;isVivek99](https://redirect.github.com/isVivek99)! -
Fixes a case where `astro:config/client` and `astro:config/server`
virtual modules would not contain config passed to integrations
`updateConfig()` during the build

-
[#&#8203;14019](https://redirect.github.com/withastro/astro/pull/14019)
[`a160d1e`](https://redirect.github.com/withastro/astro/commit/a160d1e8b711b7a214e54406fdf85be2b7338ed2)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Removes the requirement to set `type: 'live'` when defining experimental
live content collections

Previously, live collections required a `type` and `loader` configured.
Now, Astro can determine that your collection is a `live` collection
without defining it explicitly.

This means it is now safe to remove `type: 'live'` from your collections
defined in `src/live.config.ts`:

    ```diff
    import { defineLiveCollection } from 'astro:content';
    import { storeLoader } from '@&#8203;mystore/astro-loader';

    const products = defineLiveCollection({
    -  type: 'live',
      loader: storeLoader({
        apiKey: process.env.STORE_API_KEY,
        endpoint: 'https://api.mystore.com/v1',
      }),
    });

    export const collections = { products };
    ```

This is not a breaking change: your existing live collections will
continue to work even if you still include `type: 'live'`. However, we
suggest removing this line at your earliest convenience for future
compatibility when the feature becomes stable and this config option may
be removed entirely.

-
[#&#8203;13966](https://redirect.github.com/withastro/astro/pull/13966)
[`598da21`](https://redirect.github.com/withastro/astro/commit/598da21746a6b9cda023c818804b32dc37b9819b)
Thanks [@&#8203;msamoylov](https://redirect.github.com/msamoylov)! -
Fixes a broken link on the default 404 page in development

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-07-01 14:13:10 +02:00
TrueCharts Bot 56acba9acc chore(website): lock file maintenance (#36788)
This PR contains the following updates:

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

---

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

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-06-30 07:10:59 +02:00
TrueCharts Bot 99579763c2 fix(website): update prettier 3.6.1 → 3.6.2 (#36680)
This PR contains the following updates:

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

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

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

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

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.6.1...3.6.2)


[diff](https://redirect.github.com/prettier/prettier/compare/3.6.1...3.6.2)

##### Markdown: Add missing blank line around code block
([#&#8203;17675](https://redirect.github.com/prettier/prettier/pull/17675)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-- prettier-ignore -->

````md
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List
````

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-06-27 08:13:00 +02:00
TrueCharts Bot 99709c438a fix(website): update prettier 3.6.0 → 3.6.1 (#36650) 2025-06-25 14:17:51 +02:00
TrueCharts Bot c48129299d chore(deps): update node.js v22.16.0 → v22.17.0 (#36641)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | minor | `22.16.0`
-> `22.17.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.17.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.17.0):
2025-06-24, Version 22.17.0 &#x27;Jod&#x27; (LTS), @&#8203;aduh95

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

##### Notable Changes

##### ⚠️ Deprecations

##### Instantiating `node:http` classes **without `new`**

Constructing classes like `IncomingMessage` or `ServerResponse` without
the `new`
keyword is now discouraged. This clarifies API expectations and aligns
with standard
JavaScript behavior. It may warn or error in future versions.

Contributed by Yagiz Nizipli in
[#&#8203;58518](https://redirect.github.com/nodejs/node/pull/58518).

##### `options.shell = ""` in `node:child_process`

Using an empty string for `shell` previously had undefined behavior.
This change
encourages explicit choices (e.g., `shell: true` or a shell path) and
avoids
relying on implementation quirks.

Contributed by Antoine du Hamel and Renegade334
[#&#8203;58564](https://redirect.github.com/nodejs/node/pull/58564).

##### HTTP/2 priority signaling

The HTTP/2 prioritization API (e.g., `stream.priority`) is now
deprecated due to
poor real-world support. Applications should avoid using priority hints
and expect future removal.

Contributed by Matteo Collina and Antoine du Hamel
[#&#8203;58313](https://redirect.github.com/nodejs/node/pull/58313).

#####  Features graduated to stable

##### `assert.partialDeepStrictEqual()`

This method compares only a subset of properties in deep object
comparisons,
useful for flexible test assertions. Its stabilization means it's now
safe for
general use and won't change unexpectedly in future releases.

Contributed by Ruben Bridgewater in
[#&#8203;57370](https://redirect.github.com/nodejs/node/pull/57370).

##### Miscellaneous

-   `dirent.parentPath`
-   `filehandle.readableWebStream()`
-   `fs.glob()`
-   `fs.openAsBlob()`
-   `node:readline/promises`
-   `port.hasRef()`
-   `readable.compose()`
-   `readable.iterator()`
-   `readable.readableAborted`
-   `readable.readableDidRead`
-   `Duplex.fromWeb()`
-   `Duplex.toWeb()`
-   `Readable.fromWeb()`
-   `Readable.isDisturbed()`
-   `Readable.toWeb()`
-   `stream.isErrored()`
-   `stream.isReadable()`
-   `URL.createObjectURL()`
-   `URL.revokeObjectURL()`
-   `v8.setHeapSnapshotNearHeapLimit()`
-   `Writable.fromWeb()`
-   `Writable.toWeb()`
-   `writable.writableAborted`
-   Startup Snapshot API
-   `ERR_INPUT_TYPE_NOT_ALLOWED`
-   `ERR_UNKNOWN_FILE_EXTENSION`
-   `ERR_UNKNOWN_MODULE_FORMAT`
-   `ERR_USE_AFTER_CLOSE`

Contributed by James M Snell in
[#&#8203;57513](https://redirect.github.com/nodejs/node/pull/57513) and
[#&#8203;58541](https://redirect.github.com/nodejs/node/pull/58541).

##### Semver-minor features

##### 🔧 `fs.FileHandle.readableWebStream` gets `autoClose` option

This gives developers explicit control over whether the file descriptor
should
be closed when the stream ends. Helps avoid subtle resource leaks.

Contributed by James M Snell in
[#&#8203;58548](https://redirect.github.com/nodejs/node/pull/58548).

##### 🔧 `fs.Dir` now supports **explicit resource management**

This improves ergonomics around async iteration of directories.
Developers can
now manually control when a directory is closed using `.close()` or with
`Symbol.asyncDispose`.

Contributed by Antoine du Hamel in
[#&#8203;58206](https://redirect.github.com/nodejs/node/pull/58206).

##### 📊 `http2` gains diagnostics channel: `http2.server.stream.finish`

Adds observability support for when a stream finishes. Useful for
logging,
monitoring, and debugging HTTP/2 behavior without patching internals.

Contributed by Darshan Sen in
[#&#8203;58560](https://redirect.github.com/nodejs/node/pull/58560).

##### 🔐 Permissions: implicit allow-fs-read to entrypoint

Node.js permissions model now allows read access to the entry file by
default.
It makes running permission-restricted apps smoother while preserving
security.

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

##### 🎨 `util.styleText()` adds `'none'` style

This lets developers remove styling cleanly without hacks. Useful for
overriding
inherited terminal styles when composing styled strings.

Contributed by James M Snell in
[#&#8203;58437](https://redirect.github.com/nodejs/node/pull/58437).

##### 🧑‍💻 Community updates

-
\[[`0105c13556`](https://redirect.github.com/nodejs/node/commit/0105c13556)]
- **doc**: add Filip Skokan to TSC (Rafael Gonzaga)
[#&#8203;58499](https://redirect.github.com/nodejs/node/pull/58499)
-
\[[`3b857735ef`](https://redirect.github.com/nodejs/node/commit/3b857735ef)]
- **doc**: add JonasBa to collaborators (Jonas Badalic)
[#&#8203;58355](https://redirect.github.com/nodejs/node/pull/58355)
-
\[[`fdf7612735`](https://redirect.github.com/nodejs/node/commit/fdf7612735)]
- **doc**: add puskin to collaborators (Giovanni Bucci)
[#&#8203;58308](https://redirect.github.com/nodejs/node/pull/58308)

##### Commits

-
\[[`ffe7e1ace0`](https://redirect.github.com/nodejs/node/commit/ffe7e1ace0)]
- **(SEMVER-MINOR)** **assert**: mark partialDeepStrictEqual() as stable
(Ruben Bridgewater)
[#&#8203;57370](https://redirect.github.com/nodejs/node/pull/57370)
-
\[[`269931f289`](https://redirect.github.com/nodejs/node/commit/269931f289)]
- **async_hooks**: ensure AsyncLocalStore instances work isolated
(Gerhard Stöbich)
[#&#8203;58149](https://redirect.github.com/nodejs/node/pull/58149)
-
\[[`9e0746a4ff`](https://redirect.github.com/nodejs/node/commit/9e0746a4ff)]
- **benchmark**: fix broken fs.cpSync benchmark (Dario Piotrowicz)
[#&#8203;58472](https://redirect.github.com/nodejs/node/pull/58472)
-
\[[`dee8cb5bcb`](https://redirect.github.com/nodejs/node/commit/dee8cb5bcb)]
- **benchmark**: add more options to cp-sync (Sonny)
[#&#8203;58278](https://redirect.github.com/nodejs/node/pull/58278)
-
\[[`e840fd5b85`](https://redirect.github.com/nodejs/node/commit/e840fd5b85)]
- **benchmark**: fix typo in method name for error-stack (Miguel
Marcondes Filho)
[#&#8203;58128](https://redirect.github.com/nodejs/node/pull/58128)
-
\[[`b9a16e97e0`](https://redirect.github.com/nodejs/node/commit/b9a16e97e0)]
- **buffer**: give names to `Buffer.prototype.*Write()` functions (Livia
Medeiros)
[#&#8203;58258](https://redirect.github.com/nodejs/node/pull/58258)
-
\[[`d56a5e40af`](https://redirect.github.com/nodejs/node/commit/d56a5e40af)]
- **buffer**: use constexpr where possible (Yagiz Nizipli)
[#&#8203;58141](https://redirect.github.com/nodejs/node/pull/58141)
-
\[[`215587feca`](https://redirect.github.com/nodejs/node/commit/215587feca)]
- **build**: add support for OpenHarmony operating system (hqzing)
[#&#8203;58350](https://redirect.github.com/nodejs/node/pull/58350)
-
\[[`9bcef6821c`](https://redirect.github.com/nodejs/node/commit/9bcef6821c)]
- **build**: fix uvwasi pkgname (Antoine du Hamel)
[#&#8203;58270](https://redirect.github.com/nodejs/node/pull/58270)
-
\[[`7c3883c2ae`](https://redirect.github.com/nodejs/node/commit/7c3883c2ae)]
- **build**: search for libnode.so in multiple places (Jan Staněk)
[#&#8203;58213](https://redirect.github.com/nodejs/node/pull/58213)
-
\[[`3f954accb3`](https://redirect.github.com/nodejs/node/commit/3f954accb3)]
- **build**: fix pointer compression builds (Joyee Cheung)
[#&#8203;58171](https://redirect.github.com/nodejs/node/pull/58171)
-
\[[`04c8f59f84`](https://redirect.github.com/nodejs/node/commit/04c8f59f84)]
- **build**: use FILE_OFFSET_BITS=64 esp. on 32-bit arch (RafaelGSS)
[#&#8203;58090](https://redirect.github.com/nodejs/node/pull/58090)
-
\[[`8c2cf3a372`](https://redirect.github.com/nodejs/node/commit/8c2cf3a372)]
- **build**: use //third_party/simdutf by default in GN (Shelley Vohr)
[#&#8203;58115](https://redirect.github.com/nodejs/node/pull/58115)
-
\[[`cff8006792`](https://redirect.github.com/nodejs/node/commit/cff8006792)]
- **child_process**: give names to `ChildProcess` functions (Livia
Medeiros)
[#&#8203;58370](https://redirect.github.com/nodejs/node/pull/58370)
-
\[[`6816d779b6`](https://redirect.github.com/nodejs/node/commit/6816d779b6)]
- **child_process**: give names to promisified `exec()` and `execFile()`
(LiviaMedeiros)
[#&#8203;57916](https://redirect.github.com/nodejs/node/pull/57916)
-
\[[`5572cecca4`](https://redirect.github.com/nodejs/node/commit/5572cecca4)]
- **crypto**: expose crypto.constants.OPENSSL_IS_BORINGSSL (Shelley
Vohr)
[#&#8203;58387](https://redirect.github.com/nodejs/node/pull/58387)
-
\[[`d6aa02889c`](https://redirect.github.com/nodejs/node/commit/d6aa02889c)]
- **deps**: use proper C standard when building libuv (Yaksh Bariya)
[#&#8203;58587](https://redirect.github.com/nodejs/node/pull/58587)
-
\[[`375a6413d5`](https://redirect.github.com/nodejs/node/commit/375a6413d5)]
- **deps**: update simdjson to 3.12.3 (Node.js GitHub Bot)
[#&#8203;57682](https://redirect.github.com/nodejs/node/pull/57682)
-
\[[`e0cd138e52`](https://redirect.github.com/nodejs/node/commit/e0cd138e52)]
- **deps**: update googletest to
[`e9092b1`](https://redirect.github.com/nodejs/node/commit/e9092b1)
(Node.js GitHub Bot)
[#&#8203;58565](https://redirect.github.com/nodejs/node/pull/58565)
-
\[[`31e592631f`](https://redirect.github.com/nodejs/node/commit/31e592631f)]
- **deps**: update corepack to 0.33.0 (Node.js GitHub Bot)
[#&#8203;58566](https://redirect.github.com/nodejs/node/pull/58566)
-
\[[`386c24260b`](https://redirect.github.com/nodejs/node/commit/386c24260b)]
- **deps**: update sqlite to 3.50.0 (Node.js GitHub Bot)
[#&#8203;58272](https://redirect.github.com/nodejs/node/pull/58272)
-
\[[`f84998d40b`](https://redirect.github.com/nodejs/node/commit/f84998d40b)]
- **deps**: update OpenSSL gen container to Ubuntu 22.04 (Michaël Zasso)
[#&#8203;58432](https://redirect.github.com/nodejs/node/pull/58432)
-
\[[`d49fd29859`](https://redirect.github.com/nodejs/node/commit/d49fd29859)]
- **deps**: update llhttp to 9.3.0 (Fedor Indutny)
[#&#8203;58144](https://redirect.github.com/nodejs/node/pull/58144)
-
\[[`e397980a1a`](https://redirect.github.com/nodejs/node/commit/e397980a1a)]
- **deps**: update libuv to 1.51.0 (Node.js GitHub Bot)
[#&#8203;58124](https://redirect.github.com/nodejs/node/pull/58124)
-
\[[`a28c33645c`](https://redirect.github.com/nodejs/node/commit/a28c33645c)]
- **dns**: fix dns query cache implementation (Ethan Arrowood)
[#&#8203;58404](https://redirect.github.com/nodejs/node/pull/58404)
-
\[[`6939b0c624`](https://redirect.github.com/nodejs/node/commit/6939b0c624)]
- **doc**: fix the order of `process.md` sections (Allon Murienik)
[#&#8203;58403](https://redirect.github.com/nodejs/node/pull/58403)
-
\[[`1ca253c363`](https://redirect.github.com/nodejs/node/commit/1ca253c363)]
- **doc**: add support link for panva (Filip Skokan)
[#&#8203;58591](https://redirect.github.com/nodejs/node/pull/58591)
-
\[[`8319edbcf6`](https://redirect.github.com/nodejs/node/commit/8319edbcf6)]
- **doc**: update metadata for \_transformState deprecation (James M
Snell)
[#&#8203;58530](https://redirect.github.com/nodejs/node/pull/58530)
-
\[[`697d258136`](https://redirect.github.com/nodejs/node/commit/697d258136)]
- **doc**: deprecate passing an empty string to `options.shell` (Antoine
du Hamel)
[#&#8203;58564](https://redirect.github.com/nodejs/node/pull/58564)
-
\[[`132fc804e8`](https://redirect.github.com/nodejs/node/commit/132fc804e8)]
- **doc**: correct formatting of example definitions for `--test-shard`
(Jacob Smith)
[#&#8203;58571](https://redirect.github.com/nodejs/node/pull/58571)
-
\[[`7d0df646f6`](https://redirect.github.com/nodejs/node/commit/7d0df646f6)]
- **doc**: clarify DEP0194 scope (Antoine du Hamel)
[#&#8203;58504](https://redirect.github.com/nodejs/node/pull/58504)
-
\[[`1e6d7da0ce`](https://redirect.github.com/nodejs/node/commit/1e6d7da0ce)]
- **doc**: deprecate HTTP/2 priority signaling (Matteo Collina)
[#&#8203;58313](https://redirect.github.com/nodejs/node/pull/58313)
-
\[[`5a917bc1d0`](https://redirect.github.com/nodejs/node/commit/5a917bc1d0)]
- **doc**: explain child_process code and signal null values everywhere
(Darshan Sen)
[#&#8203;58479](https://redirect.github.com/nodejs/node/pull/58479)
-
\[[`0105c13556`](https://redirect.github.com/nodejs/node/commit/0105c13556)]
- **doc**: add Filip Skokan to TSC (Rafael Gonzaga)
[#&#8203;58499](https://redirect.github.com/nodejs/node/pull/58499)
-
\[[`2bdc87cd64`](https://redirect.github.com/nodejs/node/commit/2bdc87cd64)]
- **doc**: update `git node release` example (Antoine du Hamel)
[#&#8203;58475](https://redirect.github.com/nodejs/node/pull/58475)
-
\[[`28f9b43186`](https://redirect.github.com/nodejs/node/commit/28f9b43186)]
- **doc**: add missing options.info for ZstdOptions (Jimmy Leung)
[#&#8203;58360](https://redirect.github.com/nodejs/node/pull/58360)
-
\[[`e19496dfc1`](https://redirect.github.com/nodejs/node/commit/e19496dfc1)]
- **doc**: add missing options.info for BrotliOptions (Jimmy Leung)
[#&#8203;58359](https://redirect.github.com/nodejs/node/pull/58359)
-
\[[`7f905863db`](https://redirect.github.com/nodejs/node/commit/7f905863db)]
- **doc**: clarify x509.checkIssued only checks metadata (Filip Skokan)
[#&#8203;58457](https://redirect.github.com/nodejs/node/pull/58457)
-
\[[`5cc97df637`](https://redirect.github.com/nodejs/node/commit/5cc97df637)]
- **doc**: add links to parent class for `node:zlib` classes (Antoine du
Hamel)
[#&#8203;58433](https://redirect.github.com/nodejs/node/pull/58433)
-
\[[`36e0d5539b`](https://redirect.github.com/nodejs/node/commit/36e0d5539b)]
- **doc**: remove remaining uses of `@@&#8203;wellknown` syntax (René)
[#&#8203;58413](https://redirect.github.com/nodejs/node/pull/58413)
-
\[[`2f36f8e863`](https://redirect.github.com/nodejs/node/commit/2f36f8e863)]
- **doc**: clarify behavior of --watch-path and --watch flags (Juan
Ignacio Benito)
[#&#8203;58136](https://redirect.github.com/nodejs/node/pull/58136)
-
\[[`3b857735ef`](https://redirect.github.com/nodejs/node/commit/3b857735ef)]
- **doc**: add JonasBa to collaborators (Jonas Badalic)
[#&#8203;58355](https://redirect.github.com/nodejs/node/pull/58355)
-
\[[`9d5e969bb6`](https://redirect.github.com/nodejs/node/commit/9d5e969bb6)]
- **doc**: add latest security release steward (Rafael Gonzaga)
[#&#8203;58339](https://redirect.github.com/nodejs/node/pull/58339)
-
\[[`b22bb03167`](https://redirect.github.com/nodejs/node/commit/b22bb03167)]
- **doc**: fix CryptoKey.algorithm type and other interfaces in
webcrypto.md (Filip Skokan)
[#&#8203;58294](https://redirect.github.com/nodejs/node/pull/58294)
-
\[[`670f31060b`](https://redirect.github.com/nodejs/node/commit/670f31060b)]
- **doc**: mark the callback argument of crypto.generatePrime as
mandatory (Allon Murienik)
[#&#8203;58299](https://redirect.github.com/nodejs/node/pull/58299)
-
\[[`39d9a61239`](https://redirect.github.com/nodejs/node/commit/39d9a61239)]
- **doc**: remove comma delimiter mention on permissions doc (Rafael
Gonzaga)
[#&#8203;58297](https://redirect.github.com/nodejs/node/pull/58297)
-
\[[`573b0b7bfe`](https://redirect.github.com/nodejs/node/commit/573b0b7bfe)]
- **doc**: make Stability labels not sticky in Stability index (Livia
Medeiros)
[#&#8203;58291](https://redirect.github.com/nodejs/node/pull/58291)
-
\[[`a5a686a3ae`](https://redirect.github.com/nodejs/node/commit/a5a686a3ae)]
- **doc**: update commit-queue documentation (Dario Piotrowicz)
[#&#8203;58275](https://redirect.github.com/nodejs/node/pull/58275)
-
\[[`fdf7612735`](https://redirect.github.com/nodejs/node/commit/fdf7612735)]
- **doc**: add puskin to collaborators (Giovanni Bucci)
[#&#8203;58308](https://redirect.github.com/nodejs/node/pull/58308)
-
\[[`be492a1708`](https://redirect.github.com/nodejs/node/commit/be492a1708)]
- **doc**: update stability status for diagnostics_channel to
experimental (Idan Goshen)
[#&#8203;58261](https://redirect.github.com/nodejs/node/pull/58261)
-
\[[`7d00fc2206`](https://redirect.github.com/nodejs/node/commit/7d00fc2206)]
- **doc**: clarify napi_get_value_string_\* for bufsize 0 (Tobias
Nießen)
[#&#8203;58158](https://redirect.github.com/nodejs/node/pull/58158)
-
\[[`c8500a2c4a`](https://redirect.github.com/nodejs/node/commit/c8500a2c4a)]
- **doc**: fix typo of file `http.md`, `outgoingMessage.setTimeout`
section (yusheng chen)
[#&#8203;58188](https://redirect.github.com/nodejs/node/pull/58188)
-
\[[`34a9b856c3`](https://redirect.github.com/nodejs/node/commit/34a9b856c3)]
- **doc**: update return types for eventNames method in EventEmitter
(Yukihiro Hasegawa)
[#&#8203;58083](https://redirect.github.com/nodejs/node/pull/58083)
-
\[[`faedee59d2`](https://redirect.github.com/nodejs/node/commit/faedee59d2)]
- **doc**: fix typo in benchmark script path (Miguel Marcondes Filho)
[#&#8203;58129](https://redirect.github.com/nodejs/node/pull/58129)
-
\[[`570d8d3f10`](https://redirect.github.com/nodejs/node/commit/570d8d3f10)]
- **doc**: clarify future Corepack removal in v25+ (Trivikram Kamat)
[#&#8203;57825](https://redirect.github.com/nodejs/node/pull/57825)
-
\[[`a71b9fc2ff`](https://redirect.github.com/nodejs/node/commit/a71b9fc2ff)]
- **doc**: mark multiple APIs stable (James M Snell)
[#&#8203;57513](https://redirect.github.com/nodejs/node/pull/57513)
-
\[[`73a97d47f3`](https://redirect.github.com/nodejs/node/commit/73a97d47f3)]
- **doc,lib**: update source map links to ECMA426 (Chengzhong Wu)
[#&#8203;58597](https://redirect.github.com/nodejs/node/pull/58597)
-
\[[`8b41429499`](https://redirect.github.com/nodejs/node/commit/8b41429499)]
- **doc,src,test**: fix typos (Noritaka Kobayashi)
[#&#8203;58477](https://redirect.github.com/nodejs/node/pull/58477)
-
\[[`0cea14ec7f`](https://redirect.github.com/nodejs/node/commit/0cea14ec7f)]
- **errors**: show url of unsupported attributes in the error message
(Aditi)
[#&#8203;58303](https://redirect.github.com/nodejs/node/pull/58303)
-
\[[`b9586bf898`](https://redirect.github.com/nodejs/node/commit/b9586bf898)]
- **(SEMVER-MINOR)** **fs**: add autoClose option to FileHandle
readableWebStream (James M Snell)
[#&#8203;58548](https://redirect.github.com/nodejs/node/pull/58548)
-
\[[`72a1b061f3`](https://redirect.github.com/nodejs/node/commit/72a1b061f3)]
- **fs**: unexpose internal constants (Chengzhong Wu)
[#&#8203;58327](https://redirect.github.com/nodejs/node/pull/58327)
-
\[[`5c36510dec`](https://redirect.github.com/nodejs/node/commit/5c36510dec)]
- **fs**: add support for `URL` for `fs.glob`'s `cwd` option (Antoine du
Hamel)
[#&#8203;58182](https://redirect.github.com/nodejs/node/pull/58182)
-
\[[`3642b0d944`](https://redirect.github.com/nodejs/node/commit/3642b0d944)]
- **fs**: improve cpSync no-filter copyDir performance (Dario
Piotrowicz)
[#&#8203;58461](https://redirect.github.com/nodejs/node/pull/58461)
-
\[[`24865bc7e8`](https://redirect.github.com/nodejs/node/commit/24865bc7e8)]
- **fs**: improve `cpSync` dest overriding performance (Dario
Piotrowicz)
[#&#8203;58160](https://redirect.github.com/nodejs/node/pull/58160)
-
\[[`1b3847694d`](https://redirect.github.com/nodejs/node/commit/1b3847694d)]
- **(SEMVER-MINOR)** **fs**: add to `Dir` support for explicit resource
management (Antoine du Hamel)
[#&#8203;58206](https://redirect.github.com/nodejs/node/pull/58206)
-
\[[`cff62e3265`](https://redirect.github.com/nodejs/node/commit/cff62e3265)]
- **fs**: ensure `dir.read()` does not throw synchronously (Antoine du
Hamel)
[#&#8203;58228](https://redirect.github.com/nodejs/node/pull/58228)
-
\[[`cb39e4ca1f`](https://redirect.github.com/nodejs/node/commit/cb39e4ca1f)]
- **fs**: glob is stable, so should not emit experimental warnings (Théo
LUDWIG)
[#&#8203;58236](https://redirect.github.com/nodejs/node/pull/58236)
-
\[[`597bfefbe1`](https://redirect.github.com/nodejs/node/commit/597bfefbe1)]
- **http**: deprecate instantiating classes without new (Yagiz Nizipli)
[#&#8203;58518](https://redirect.github.com/nodejs/node/pull/58518)
-
\[[`5298da0102`](https://redirect.github.com/nodejs/node/commit/5298da0102)]
- **http**: remove unused functions and add todos (Yagiz Nizipli)
[#&#8203;58143](https://redirect.github.com/nodejs/node/pull/58143)
-
\[[`cff440e0fa`](https://redirect.github.com/nodejs/node/commit/cff440e0fa)]
- **http,https**: give names to anonymous or misnamed functions (Livia
Medeiros)
[#&#8203;58180](https://redirect.github.com/nodejs/node/pull/58180)
-
\[[`43bf1f619a`](https://redirect.github.com/nodejs/node/commit/43bf1f619a)]
- **http2**: add raw header array support to h2Session.request() (Tim
Perry)
[#&#8203;57917](https://redirect.github.com/nodejs/node/pull/57917)
-
\[[`e8a0f5b063`](https://redirect.github.com/nodejs/node/commit/e8a0f5b063)]
- **http2**: add lenient flag for RFC-9113 (Carlos Fuentes)
[#&#8203;58116](https://redirect.github.com/nodejs/node/pull/58116)
-
\[[`49cb90d4a5`](https://redirect.github.com/nodejs/node/commit/49cb90d4a5)]
- **(SEMVER-MINOR)** **http2**: add diagnostics channel
'http2.server.stream.finish' (Darshan Sen)
[#&#8203;58560](https://redirect.github.com/nodejs/node/pull/58560)
-
\[[`6a56c68728`](https://redirect.github.com/nodejs/node/commit/6a56c68728)]
- **http2**: add diagnostics channel 'http2.server.stream.error'
(Darshan Sen)
[#&#8203;58512](https://redirect.github.com/nodejs/node/pull/58512)
-
\[[`59806b41d3`](https://redirect.github.com/nodejs/node/commit/59806b41d3)]
- **http2**: add diagnostics channel 'http2.server.stream.start'
(Darshan Sen)
[#&#8203;58449](https://redirect.github.com/nodejs/node/pull/58449)
-
\[[`d3d662ae47`](https://redirect.github.com/nodejs/node/commit/d3d662ae47)]
- **http2**: remove no longer userful options.selectPadding (Jimmy
Leung)
[#&#8203;58373](https://redirect.github.com/nodejs/node/pull/58373)
-
\[[`dec6c9af8c`](https://redirect.github.com/nodejs/node/commit/dec6c9af8c)]
- **http2**: add diagnostics channel 'http2.server.stream.created'
(Darshan Sen)
[#&#8203;58390](https://redirect.github.com/nodejs/node/pull/58390)
-
\[[`9e98899986`](https://redirect.github.com/nodejs/node/commit/9e98899986)]
- **http2**: add diagnostics channel 'http2.client.stream.close'
(Darshan Sen)
[#&#8203;58329](https://redirect.github.com/nodejs/node/pull/58329)
-
\[[`86610389d8`](https://redirect.github.com/nodejs/node/commit/86610389d8)]
- **http2**: add diagnostics channel 'http2.client.stream.finish'
(Darshan Sen)
[#&#8203;58317](https://redirect.github.com/nodejs/node/pull/58317)
-
\[[`2d3071671e`](https://redirect.github.com/nodejs/node/commit/2d3071671e)]
- **http2**: add diagnostics channel 'http2.client.stream.error'
(Darshan Sen)
[#&#8203;58306](https://redirect.github.com/nodejs/node/pull/58306)
-
\[[`6c3e426d6f`](https://redirect.github.com/nodejs/node/commit/6c3e426d6f)]
- **http2**: add diagnostics channel 'http2.client.stream.start'
(Darshan Sen)
[#&#8203;58292](https://redirect.github.com/nodejs/node/pull/58292)
-
\[[`b99d131a61`](https://redirect.github.com/nodejs/node/commit/b99d131a61)]
- **http2**: add diagnostics channel 'http2.client.stream.created'
(Darshan Sen)
[#&#8203;58246](https://redirect.github.com/nodejs/node/pull/58246)
-
\[[`b0644330f5`](https://redirect.github.com/nodejs/node/commit/b0644330f5)]
- **http2**: give name to promisified `connect()` (LiviaMedeiros)
[#&#8203;57916](https://redirect.github.com/nodejs/node/pull/57916)
-
\[[`4092d3611a`](https://redirect.github.com/nodejs/node/commit/4092d3611a)]
- **inspector**: add mimeType and charset support to Network.Response
(Shima Ryuhei)
[#&#8203;58192](https://redirect.github.com/nodejs/node/pull/58192)
-
\[[`d7d8599f7c`](https://redirect.github.com/nodejs/node/commit/d7d8599f7c)]
- **inspector**: add protocol method Network.dataReceived (Chengzhong
Wu) [#&#8203;58001](https://redirect.github.com/nodejs/node/pull/58001)
-
\[[`aabafbc28f`](https://redirect.github.com/nodejs/node/commit/aabafbc28f)]
- **inspector**: support for worker inspection in chrome devtools (Shima
Ryuhei)
[#&#8203;56759](https://redirect.github.com/nodejs/node/pull/56759)
-
\[[`20d978de9a`](https://redirect.github.com/nodejs/node/commit/20d978de9a)]
- **lib**: make ERM functions into wrappers returning undefined (Livia
Medeiros)
[#&#8203;58400](https://redirect.github.com/nodejs/node/pull/58400)
-
\[[`13567eac5f`](https://redirect.github.com/nodejs/node/commit/13567eac5f)]
- **(SEMVER-MINOR)** **lib**: graduate error codes that have been around
for years (James M Snell)
[#&#8203;58541](https://redirect.github.com/nodejs/node/pull/58541)
-
\[[`342b5a0d7a`](https://redirect.github.com/nodejs/node/commit/342b5a0d7a)]
- **lib**: remove no-mixed-operators eslint rule (Ruben Bridgewater)
[#&#8203;58375](https://redirect.github.com/nodejs/node/pull/58375)
-
\[[`af7baef75a`](https://redirect.github.com/nodejs/node/commit/af7baef75a)]
- **lib**: fix sourcemaps with ts module mocking (Marco Ippolito)
[#&#8203;58193](https://redirect.github.com/nodejs/node/pull/58193)
-
\[[`8f73f42d4e`](https://redirect.github.com/nodejs/node/commit/8f73f42d4e)]
- **meta**: bump github/codeql-action from 3.28.16 to 3.28.18
(dependabot\[bot])
[#&#8203;58552](https://redirect.github.com/nodejs/node/pull/58552)
-
\[[`5dfedbeb86`](https://redirect.github.com/nodejs/node/commit/5dfedbeb86)]
- **meta**: bump codecov/codecov-action from 5.4.2 to 5.4.3
(dependabot\[bot])
[#&#8203;58551](https://redirect.github.com/nodejs/node/pull/58551)
-
\[[`53c50f66f5`](https://redirect.github.com/nodejs/node/commit/53c50f66f5)]
- **meta**: bump step-security/harden-runner from 2.11.0 to 2.12.0
(dependabot\[bot])
[#&#8203;58109](https://redirect.github.com/nodejs/node/pull/58109)
-
\[[`a1a7024831`](https://redirect.github.com/nodejs/node/commit/a1a7024831)]
- **meta**: bump ossf/scorecard-action from 2.4.1 to 2.4.2
(dependabot\[bot])
[#&#8203;58550](https://redirect.github.com/nodejs/node/pull/58550)
-
\[[`a379988ef6`](https://redirect.github.com/nodejs/node/commit/a379988ef6)]
- **meta**: bump rtCamp/action-slack-notify from 2.3.2 to 2.3.3
(dependabot\[bot])
[#&#8203;58108](https://redirect.github.com/nodejs/node/pull/58108)
-
\[[`f6a46c87f2`](https://redirect.github.com/nodejs/node/commit/f6a46c87f2)]
- **meta**: move one or more collaborators to emeritus (Node.js GitHub
Bot) [#&#8203;58456](https://redirect.github.com/nodejs/node/pull/58456)
-
\[[`98b6aa0dcd`](https://redirect.github.com/nodejs/node/commit/98b6aa0dcd)]
- **meta**: bump github/codeql-action from 3.28.11 to 3.28.16
(dependabot\[bot])
[#&#8203;58112](https://redirect.github.com/nodejs/node/pull/58112)
-
\[[`5202b262e3`](https://redirect.github.com/nodejs/node/commit/5202b262e3)]
- **meta**: bump codecov/codecov-action from 5.4.0 to 5.4.2
(dependabot\[bot])
[#&#8203;58110](https://redirect.github.com/nodejs/node/pull/58110)
-
\[[`d97616ac6e`](https://redirect.github.com/nodejs/node/commit/d97616ac6e)]
- **meta**: bump actions/download-artifact from 4.2.1 to 4.3.0
(dependabot\[bot])
[#&#8203;58106](https://redirect.github.com/nodejs/node/pull/58106)
-
\[[`f4065074cf`](https://redirect.github.com/nodejs/node/commit/f4065074cf)]
- **meta**: ignore mailmap changes in linux ci (Jonas Badalic)
[#&#8203;58356](https://redirect.github.com/nodejs/node/pull/58356)
-
\[[`e6d1224e54`](https://redirect.github.com/nodejs/node/commit/e6d1224e54)]
- **meta**: bump actions/setup-node from 4.3.0 to 4.4.0
(dependabot\[bot])
[#&#8203;58111](https://redirect.github.com/nodejs/node/pull/58111)
-
\[[`26da160ab2`](https://redirect.github.com/nodejs/node/commit/26da160ab2)]
- **meta**: bump actions/setup-python from 5.5.0 to 5.6.0
(dependabot\[bot])
[#&#8203;58107](https://redirect.github.com/nodejs/node/pull/58107)
-
\[[`4cc4195493`](https://redirect.github.com/nodejs/node/commit/4cc4195493)]
- **module**: handle instantiated async module jobs in require(esm)
(Joyee Cheung)
[#&#8203;58067](https://redirect.github.com/nodejs/node/pull/58067)
-
\[[`72fac71b92`](https://redirect.github.com/nodejs/node/commit/72fac71b92)]
- **module**: clarify cjs global-like error on ModuleJobSync (Carlos
Espa)
[#&#8203;56491](https://redirect.github.com/nodejs/node/pull/56491)
-
\[[`fecd841c93`](https://redirect.github.com/nodejs/node/commit/fecd841c93)]
- **net**: always publish to 'net.client.socket' diagnostics channel
(Darshan Sen)
[#&#8203;58349](https://redirect.github.com/nodejs/node/pull/58349)
-
\[[`25ee328d2b`](https://redirect.github.com/nodejs/node/commit/25ee328d2b)]
- **path**: improve path.resolve() performance when used as
process.cwd() (Ruben Bridgewater)
[#&#8203;58362](https://redirect.github.com/nodejs/node/pull/58362)
-
\[[`6fd1b23260`](https://redirect.github.com/nodejs/node/commit/6fd1b23260)]
- **permission**: remove useless conditional (Juan José)
[#&#8203;58514](https://redirect.github.com/nodejs/node/pull/58514)
-
\[[`5b2cca51a3`](https://redirect.github.com/nodejs/node/commit/5b2cca51a3)]
- **report**: use uv_getrusage_thread in report (theanarkh)
[#&#8203;58405](https://redirect.github.com/nodejs/node/pull/58405)
-
\[[`63ec23e84b`](https://redirect.github.com/nodejs/node/commit/63ec23e84b)]
- **sqlite**: add build option to build without sqlite (Michael Dawson)
[#&#8203;58122](https://redirect.github.com/nodejs/node/pull/58122)
-
\[[`9d8677bff5`](https://redirect.github.com/nodejs/node/commit/9d8677bff5)]
- **sqlite**: handle thrown errors in result callback (Colin Ihrig)
[#&#8203;58426](https://redirect.github.com/nodejs/node/pull/58426)
-
\[[`3490c75760`](https://redirect.github.com/nodejs/node/commit/3490c75760)]
- **sqlite**: set `name` and `length` on `sqlite.backup()` (Livia
Medeiros)
[#&#8203;58251](https://redirect.github.com/nodejs/node/pull/58251)
-
\[[`50bdd94e0b`](https://redirect.github.com/nodejs/node/commit/50bdd94e0b)]
- **src**: update std::vector\<v8::Local\<T>> to use v8::LocalVector\<T>
(Aditi)
[#&#8203;58500](https://redirect.github.com/nodejs/node/pull/58500)
-
\[[`7de58417cc`](https://redirect.github.com/nodejs/node/commit/7de58417cc)]
- **src**: env_vars caching and local variable scope optimization (Mert
Can Altin)
[#&#8203;57624](https://redirect.github.com/nodejs/node/pull/57624)
-
\[[`6d99ec33a4`](https://redirect.github.com/nodejs/node/commit/6d99ec33a4)]
- **src**: fix FIPS init error handling (Tobias Nießen)
[#&#8203;58379](https://redirect.github.com/nodejs/node/pull/58379)
-
\[[`4c23a9575e`](https://redirect.github.com/nodejs/node/commit/4c23a9575e)]
- **src**: fix possible dereference of null pointer (Eusgor)
[#&#8203;58459](https://redirect.github.com/nodejs/node/pull/58459)
-
\[[`eb143e902b`](https://redirect.github.com/nodejs/node/commit/eb143e902b)]
- **src**: fix -Wreturn-stack-address error (Shelley Vohr)
[#&#8203;58439](https://redirect.github.com/nodejs/node/pull/58439)
-
\[[`31058b8785`](https://redirect.github.com/nodejs/node/commit/31058b8785)]
- **src**: reorganize ContextifyFunction methods (Chengzhong Wu)
[#&#8203;58434](https://redirect.github.com/nodejs/node/pull/58434)
-
\[[`7521077299`](https://redirect.github.com/nodejs/node/commit/7521077299)]
- **src**: improve CompileFunctionAndCacheResult error handling
(Chengzhong Wu)
[#&#8203;58434](https://redirect.github.com/nodejs/node/pull/58434)
-
\[[`0c9efccb12`](https://redirect.github.com/nodejs/node/commit/0c9efccb12)]
- **src**: fix build when using shared simdutf (Antoine du Hamel)
[#&#8203;58407](https://redirect.github.com/nodejs/node/pull/58407)
-
\[[`aa00f5946f`](https://redirect.github.com/nodejs/node/commit/aa00f5946f)]
- **src**: add a variant of ToV8Value() for primitive arrays (Aditi)
[#&#8203;57576](https://redirect.github.com/nodejs/node/pull/57576)
-
\[[`29a11506fc`](https://redirect.github.com/nodejs/node/commit/29a11506fc)]
- **src**: remove unused `checkMessagePort` internal binding (Dario
Piotrowicz)
[#&#8203;58267](https://redirect.github.com/nodejs/node/pull/58267)
-
\[[`0ce3feed5b`](https://redirect.github.com/nodejs/node/commit/0ce3feed5b)]
- **src**: remove unused `shouldRetryAsESM` internal binding (Dario
Piotrowicz)
[#&#8203;58265](https://redirect.github.com/nodejs/node/pull/58265)
-
\[[`517219613d`](https://redirect.github.com/nodejs/node/commit/517219613d)]
- **src**: add a couple fast apis in node_os (James M Snell)
[#&#8203;58210](https://redirect.github.com/nodejs/node/pull/58210)
-
\[[`3f834da09e`](https://redirect.github.com/nodejs/node/commit/3f834da09e)]
- **src**: fix module buffer allocation (X-BW)
[#&#8203;57738](https://redirect.github.com/nodejs/node/pull/57738)
-
\[[`a793706db0`](https://redirect.github.com/nodejs/node/commit/a793706db0)]
- **src**: remove overzealous tcsetattr error check (Ben Noordhuis)
[#&#8203;58200](https://redirect.github.com/nodejs/node/pull/58200)
-
\[[`5656c74517`](https://redirect.github.com/nodejs/node/commit/5656c74517)]
- **src**: remove NonCopyableMaybe (Tobias Nießen)
[#&#8203;58168](https://redirect.github.com/nodejs/node/pull/58168)
-
\[[`cab242334b`](https://redirect.github.com/nodejs/node/commit/cab242334b)]
- **src**: improve parsing of boolean options (Edy Silva)
[#&#8203;58039](https://redirect.github.com/nodejs/node/pull/58039)
-
\[[`a5df778150`](https://redirect.github.com/nodejs/node/commit/a5df778150)]
- **src,lib**: obtain sourceURL in magic comments from V8 (Chengzhong
Wu) [#&#8203;58389](https://redirect.github.com/nodejs/node/pull/58389)
-
\[[`bd6743b434`](https://redirect.github.com/nodejs/node/commit/bd6743b434)]
- **src,permission**: implicit allow-fs-read to app entrypoint (Rafael
Gonzaga)
[#&#8203;58579](https://redirect.github.com/nodejs/node/pull/58579)
-
\[[`5bd99e4a4d`](https://redirect.github.com/nodejs/node/commit/5bd99e4a4d)]
- **stream**: making DecompressionStream spec compilent for trailing
junk (0hm☘️)
[#&#8203;58316](https://redirect.github.com/nodejs/node/pull/58316)
-
\[[`6582b19488`](https://redirect.github.com/nodejs/node/commit/6582b19488)]
- **test**: reduce flakiness in test-heapdump-http2 (Joyee Cheung)
[#&#8203;58148](https://redirect.github.com/nodejs/node/pull/58148)
-
\[[`0f6a262744`](https://redirect.github.com/nodejs/node/commit/0f6a262744)]
- **test**: improve flakiness detection on stack corruption tests
(Darshan Sen)
[#&#8203;58601](https://redirect.github.com/nodejs/node/pull/58601)
-
\[[`983affaea2`](https://redirect.github.com/nodejs/node/commit/983affaea2)]
- **test**: mark timeouts & flaky test as flaky on IBM i (Abdirahim
Musse)
[#&#8203;58583](https://redirect.github.com/nodejs/node/pull/58583)
-
\[[`3603362b6f`](https://redirect.github.com/nodejs/node/commit/3603362b6f)]
- **test**: rewrite test-child-process-spawn-args (Michaël Zasso)
[#&#8203;58546](https://redirect.github.com/nodejs/node/pull/58546)
-
\[[`93900b0c17`](https://redirect.github.com/nodejs/node/commit/93900b0c17)]
- **test**: make sqlite-database-sync tests work with system sqlite
(Jelle Licht)
[#&#8203;58507](https://redirect.github.com/nodejs/node/pull/58507)
-
\[[`7d505f4185`](https://redirect.github.com/nodejs/node/commit/7d505f4185)]
- **test**: force slow JSON.stringify path for overflow (Shelley Vohr)
[#&#8203;58181](https://redirect.github.com/nodejs/node/pull/58181)
-
\[[`2e8570b8f9`](https://redirect.github.com/nodejs/node/commit/2e8570b8f9)]
- **test**: account for truthy signal in flaky async_hooks tests
(Darshan Sen)
[#&#8203;58478](https://redirect.github.com/nodejs/node/pull/58478)
-
\[[`1f1e194c0f`](https://redirect.github.com/nodejs/node/commit/1f1e194c0f)]
- **test**: update WPT for WebCryptoAPI to
[`591c95c`](https://redirect.github.com/nodejs/node/commit/591c95ce61)
(Node.js GitHub Bot)
[#&#8203;58176](https://redirect.github.com/nodejs/node/pull/58176)
-
\[[`d822632d91`](https://redirect.github.com/nodejs/node/commit/d822632d91)]
- **test**: remove --no-warnings flag (Tobias Nießen)
[#&#8203;58424](https://redirect.github.com/nodejs/node/pull/58424)
-
\[[`01377713d7`](https://redirect.github.com/nodejs/node/commit/01377713d7)]
- **test**: add tests ensuring worker threads cannot access internals
(Joe)
[#&#8203;58332](https://redirect.github.com/nodejs/node/pull/58332)
-
\[[`99a20902fc`](https://redirect.github.com/nodejs/node/commit/99a20902fc)]
- **test**: leverage process.features.openssl_is_boringssl in test
(Shelley Vohr)
[#&#8203;58421](https://redirect.github.com/nodejs/node/pull/58421)
-
\[[`b3e0cf1b15`](https://redirect.github.com/nodejs/node/commit/b3e0cf1b15)]
- **test**: fix test-buffer-tostring-range on allocation failure (Joyee
Cheung)
[#&#8203;58416](https://redirect.github.com/nodejs/node/pull/58416)
-
\[[`1d4b3451c5`](https://redirect.github.com/nodejs/node/commit/1d4b3451c5)]
- **test**: skip in test-buffer-tostring-rangeerror on allocation
failure (Joyee Cheung)
[#&#8203;58415](https://redirect.github.com/nodejs/node/pull/58415)
-
\[[`612c393c71`](https://redirect.github.com/nodejs/node/commit/612c393c71)]
- **test**: fix missing edge case in test-blob-slice-with-large-size
(Joyee Cheung)
[#&#8203;58414](https://redirect.github.com/nodejs/node/pull/58414)
-
\[[`b11b9cdad8`](https://redirect.github.com/nodejs/node/commit/b11b9cdad8)]
- **test**: make crypto tests work with BoringSSL (Shelley Vohr)
[#&#8203;58117](https://redirect.github.com/nodejs/node/pull/58117)
-
\[[`99711ee548`](https://redirect.github.com/nodejs/node/commit/99711ee548)]
- **test**: test reordering of setAAD and setAuthTag (Tobias Nießen)
[#&#8203;58396](https://redirect.github.com/nodejs/node/pull/58396)
-
\[[`828aaaa3f7`](https://redirect.github.com/nodejs/node/commit/828aaaa3f7)]
- **test**: switch from deprecated `optparse` to `argparse` (Aviv
Keller)
[#&#8203;58224](https://redirect.github.com/nodejs/node/pull/58224)
-
\[[`9af305408e`](https://redirect.github.com/nodejs/node/commit/9af305408e)]
- **test**: do not skip OCB decryption in FIPS mode (Tobias Nießen)
[#&#8203;58382](https://redirect.github.com/nodejs/node/pull/58382)
-
\[[`9527c876bf`](https://redirect.github.com/nodejs/node/commit/9527c876bf)]
- **test**: show more information in test-http2-debug upon failure
(Joyee Cheung)
[#&#8203;58391](https://redirect.github.com/nodejs/node/pull/58391)
-
\[[`9be0601112`](https://redirect.github.com/nodejs/node/commit/9be0601112)]
- **test**: remove loop over single element (Tobias Nießen)
[#&#8203;58368](https://redirect.github.com/nodejs/node/pull/58368)
-
\[[`40a03d3d14`](https://redirect.github.com/nodejs/node/commit/40a03d3d14)]
- **test**: add chacha20-poly1305 to auth tag order test (Tobias Nießen)
[#&#8203;58367](https://redirect.github.com/nodejs/node/pull/58367)
-
\[[`cccb15df7e`](https://redirect.github.com/nodejs/node/commit/cccb15df7e)]
- **test**: skip wasm-allocation tests for pointer compression builds
(Joyee Cheung)
[#&#8203;58171](https://redirect.github.com/nodejs/node/pull/58171)
-
\[[`f18041ae8e`](https://redirect.github.com/nodejs/node/commit/f18041ae8e)]
- **test**: remove references to create(De|C)ipher (Tobias Nießen)
[#&#8203;58363](https://redirect.github.com/nodejs/node/pull/58363)
-
\[[`ca8d66c1fc`](https://redirect.github.com/nodejs/node/commit/ca8d66c1fc)]
- **test**: remove unnecessary `console.log` from test-repl-null-thrown
(Dario Piotrowicz)
[#&#8203;58281](https://redirect.github.com/nodejs/node/pull/58281)
-
\[[`455372023d`](https://redirect.github.com/nodejs/node/commit/455372023d)]
- **test**: allow `tmpDir.path` to be modified (Aviv Keller)
[#&#8203;58173](https://redirect.github.com/nodejs/node/pull/58173)
-
\[[`1f1fab60c7`](https://redirect.github.com/nodejs/node/commit/1f1fab60c7)]
- **test**: fix executable flags (Livia Medeiros)
[#&#8203;58250](https://redirect.github.com/nodejs/node/pull/58250)
-
\[[`8bafc0f061`](https://redirect.github.com/nodejs/node/commit/8bafc0f061)]
- **test**: deflake test-http2-client-socket-destroy (Luigi Pinca)
[#&#8203;58212](https://redirect.github.com/nodejs/node/pull/58212)
-
\[[`97aac9f17a`](https://redirect.github.com/nodejs/node/commit/97aac9f17a)]
- **test**: skip test-buffer-tostring-rangeerror when low on memory
(Ruben Bridgewater)
[#&#8203;58142](https://redirect.github.com/nodejs/node/pull/58142)
-
\[[`2896760da1`](https://redirect.github.com/nodejs/node/commit/2896760da1)]
- **test**: mark `test-http2-debug` as flaky on LinuxONE (Richard Lau)
[#&#8203;58494](https://redirect.github.com/nodejs/node/pull/58494)
-
\[[`7327d14780`](https://redirect.github.com/nodejs/node/commit/7327d14780)]
- **test**: reduce iteration count in
test-child-process-stdout-flush-exit (Antoine du Hamel)
[#&#8203;58273](https://redirect.github.com/nodejs/node/pull/58273)
-
\[[`1bd7a2edf9`](https://redirect.github.com/nodejs/node/commit/1bd7a2edf9)]
- **test_runner**: support mocking json modules (Jacob Smith)
[#&#8203;58007](https://redirect.github.com/nodejs/node/pull/58007)
-
\[[`a3877c53b1`](https://redirect.github.com/nodejs/node/commit/a3877c53b1)]
- **test_runner**: add level parameter to reporter.diagnostic (Jacopo
Martinelli)
[#&#8203;57923](https://redirect.github.com/nodejs/node/pull/57923)
-
\[[`253772c2d9`](https://redirect.github.com/nodejs/node/commit/253772c2d9)]
- **tools**: bump the eslint group in `/tools/eslint` with 6 updates
(dependabot\[bot])
[#&#8203;58549](https://redirect.github.com/nodejs/node/pull/58549)
-
\[[`b7feda97b0`](https://redirect.github.com/nodejs/node/commit/b7feda97b0)]
- **tools**: disable failing coverage jobs (Antoine du Hamel)
[#&#8203;58770](https://redirect.github.com/nodejs/node/pull/58770)
-
\[[`8a47096093`](https://redirect.github.com/nodejs/node/commit/8a47096093)]
- **tools**: ignore `deps/` and `benchmark/` for CodeQL (Rafael Gonzaga)
[#&#8203;58254](https://redirect.github.com/nodejs/node/pull/58254)
-
\[[`70be158126`](https://redirect.github.com/nodejs/node/commit/70be158126)]
- **tools**: add read permission to workflows that read contents
(Antoine du Hamel)
[#&#8203;58255](https://redirect.github.com/nodejs/node/pull/58255)
-
\[[`e4373be766`](https://redirect.github.com/nodejs/node/commit/e4373be766)]
- **tools**: exclude deps/v8/tools from CodeQL scans (Rich Trott)
[#&#8203;58132](https://redirect.github.com/nodejs/node/pull/58132)
-
\[[`23ceb364d4`](https://redirect.github.com/nodejs/node/commit/23ceb364d4)]
- **tools**: bump the eslint group in /tools/eslint with 6 updates
(dependabot\[bot])
[#&#8203;58105](https://redirect.github.com/nodejs/node/pull/58105)
-
\[[`5b6ced3255`](https://redirect.github.com/nodejs/node/commit/5b6ced3255)]
- **tty**: improve color terminal color detection (Ruben Bridgewater)
[#&#8203;58146](https://redirect.github.com/nodejs/node/pull/58146)
-
\[[`7be70979c6`](https://redirect.github.com/nodejs/node/commit/7be70979c6)]
- **tty**: use terminal VT mode on Windows (Anna Henningsen)
[#&#8203;58358](https://redirect.github.com/nodejs/node/pull/58358)
-
\[[`b7d7ffe793`](https://redirect.github.com/nodejs/node/commit/b7d7ffe793)]
- **typings**: add inspector internalBinding typing (Shima Ryuhei)
[#&#8203;58492](https://redirect.github.com/nodejs/node/pull/58492)
-
\[[`0056d1a2e2`](https://redirect.github.com/nodejs/node/commit/0056d1a2e2)]
- **typings**: remove no longer valid `FixedSizeBlobCopyJob` type (Dario
Piotrowicz)
[#&#8203;58305](https://redirect.github.com/nodejs/node/pull/58305)
-
\[[`581c0738f9`](https://redirect.github.com/nodejs/node/commit/581c0738f9)]
- **typings**: remove no longer valid `revokeDataObject` type (Dario
Piotrowicz)
[#&#8203;58305](https://redirect.github.com/nodejs/node/pull/58305)
-
\[[`1db1c870f0`](https://redirect.github.com/nodejs/node/commit/1db1c870f0)]
- **typings**: add missing typings for `TypedArray` (Jason Zhang)
[#&#8203;58248](https://redirect.github.com/nodejs/node/pull/58248)
-
\[[`6d3f43c9a6`](https://redirect.github.com/nodejs/node/commit/6d3f43c9a6)]
- **url**: improve performance of the format function (Giovanni Bucci)
[#&#8203;57099](https://redirect.github.com/nodejs/node/pull/57099)
-
\[[`54288bdb42`](https://redirect.github.com/nodejs/node/commit/54288bdb42)]
- **(SEMVER-MINOR)** **util**: add 'none' style to styleText (James M
Snell)
[#&#8203;58437](https://redirect.github.com/nodejs/node/pull/58437)
-
\[[`6af5358f9c`](https://redirect.github.com/nodejs/node/commit/6af5358f9c)]
- **util**: add internal `assignFunctionName()` function (LiviaMedeiros)
[#&#8203;57916](https://redirect.github.com/nodejs/node/pull/57916)
-
\[[`9f2e5aad38`](https://redirect.github.com/nodejs/node/commit/9f2e5aad38)]
- **vm**: import call should return a promise in the current context
(Chengzhong Wu)
[#&#8203;58309](https://redirect.github.com/nodejs/node/pull/58309)
-
\[[`92304a5e62`](https://redirect.github.com/nodejs/node/commit/92304a5e62)]
- **watch**: fix watch args not being properly filtered (Dario
Piotrowicz)
[#&#8203;58279](https://redirect.github.com/nodejs/node/pull/58279)
-
\[[`539df8e98d`](https://redirect.github.com/nodejs/node/commit/539df8e98d)]
- **win,tools**: use Azure Trusted Signing (Stefan Stojanovic)
[#&#8203;58502](https://redirect.github.com/nodejs/node/pull/58502)
-
\[[`ef66357637`](https://redirect.github.com/nodejs/node/commit/ef66357637)]
- **worker**: give names to `MessagePort` functions (Livia Medeiros)
[#&#8203;58307](https://redirect.github.com/nodejs/node/pull/58307)
-
\[[`b3cd847528`](https://redirect.github.com/nodejs/node/commit/b3cd847528)]
- **zlib**: remove mentions of unexposed Z_TREES constant (Jimmy Leung)
[#&#8203;58371](https://redirect.github.com/nodejs/node/pull/58371)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-06-25 08:14:12 +02:00
TrueCharts Bot dc1bd07ec2 chore(website): lock file maintenance (#36625)
This PR contains the following updates:

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

---

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

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-06-24 21:00:16 +02:00
TrueCharts Bot 9a6b7539ab fix(website): update astro 5.10.0 → 5.10.1 (#36564)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`5.10.0` ->
`5.10.1`](https://renovatebot.com/diffs/npm/astro/5.10.0/5.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>withastro/astro (astro)</summary>

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

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

##### Patch Changes

-
[#&#8203;13988](https://redirect.github.com/withastro/astro/pull/13988)
[`609044c`](https://redirect.github.com/withastro/astro/commit/609044ca6a6254b1db11bb3fc8e0bb54213eab8e)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug in live collections that caused it to incorrectly complain about
the collection being defined in the wrong file

-
[#&#8203;13909](https://redirect.github.com/withastro/astro/pull/13909)
[`b258d86`](https://redirect.github.com/withastro/astro/commit/b258d86d47086d3a17d6d9e6b79ac21f9770f765)
Thanks [@&#8203;isVivek99](https://redirect.github.com/isVivek99)! -
Fixes rendering of special boolean attributes for custom elements

-
[#&#8203;13983](https://redirect.github.com/withastro/astro/pull/13983)
[`e718375`](https://redirect.github.com/withastro/astro/commit/e718375c1714a631eba75f70118653cf93a4326d)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where the toolbar audit would incorrectly flag images
processed by Astro in content collections documents

-
[#&#8203;13999](https://redirect.github.com/withastro/astro/pull/13999)
[`f077b68`](https://redirect.github.com/withastro/astro/commit/f077b68f4debe8d716a8610e561b4fe17b1245b3)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Adds
`lastModified` field to experimental live collection cache hints

Live loaders can now set a `lastModified` field in the cache hints for
entries and collections to indicate when the data was last modified.
This is then available in the `cacheHint` field returned by
`getCollection` and `getEntry`.

-
[#&#8203;13987](https://redirect.github.com/withastro/astro/pull/13987)
[`08f34b1`](https://redirect.github.com/withastro/astro/commit/08f34b19c8953426ce35093414a27ecd8d405309)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Adds an informative message in dev mode when the CSP feature is enabled.

-
[#&#8203;14005](https://redirect.github.com/withastro/astro/pull/14005)
[`82aad62`](https://redirect.github.com/withastro/astro/commit/82aad62efd2b817cc9cff46b606fedaa64e0c922)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a bug where inline styles and scripts didn't work when CSP was
enabled. Now when adding `<styles>` elements inside an Astro component,
their hashes care correctly computed.

-
[#&#8203;13985](https://redirect.github.com/withastro/astro/pull/13985)
[`0b4c641`](https://redirect.github.com/withastro/astro/commit/0b4c641b22b31d0dea15911c0daba995a48261a9)
Thanks [@&#8203;jsparkdev](https://redirect.github.com/jsparkdev)! -
Updates wrong link

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-06-23 14:09:41 +02:00
TrueCharts Bot 80eec3bf43 chore(website): lock file maintenance (#36558)
This PR contains the following updates:

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

---

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

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-06-23 09:02:37 +02:00
TrueCharts Bot 655d2e4cf8 fix(website): update prettier 3.5.3 → 3.6.0 (#36561)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | dependencies
| minor | [`3.5.3` ->
`3.6.0`](https://renovatebot.com/diffs/npm/prettier/3.5.3/3.6.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>prettier/prettier (prettier)</summary>

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

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.5.3...3.6.0)


[diff](https://redirect.github.com/prettier/prettier/compare/3.5.3...3.6.0)

🔗 [Release Notes](https://prettier.io/blog/2025/06/23/3.6.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-06-23 08:08:10 +02:00
TrueCharts Bot 524c85e11c fix(website): update astro-better-image-service 2.1.6 → 2.1.7 (#36522)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[astro-better-image-service](https://redirect.github.com/risu729/astro-better-image-service)
| dependencies | patch | [`2.1.6` ->
`2.1.7`](https://renovatebot.com/diffs/npm/astro-better-image-service/2.1.6/2.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>risu729/astro-better-image-service
(astro-better-image-service)</summary>

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

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

##### Bug Fixes

- **deps:** update dependency svgo to v4
([#&#8203;1478](https://redirect.github.com/risu729/astro-better-image-service/issues/1478))
([f7cb0ae](https://redirect.github.com/risu729/astro-better-image-service/commit/f7cb0ae4d3bf55573737f0388be68ddcb4f91dc4))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-06-21 20:32:31 +02:00
TrueCharts Bot 359ece2fdf fix(website): update astro 5.9.4 → 5.10.0 (#36468)
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.9.4` ->
`5.10.0`](https://renovatebot.com/diffs/npm/astro/5.9.4/5.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>withastro/astro (astro)</summary>

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

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

##### Minor Changes

-
[#&#8203;13917](https://redirect.github.com/withastro/astro/pull/13917)
[`e615216`](https://redirect.github.com/withastro/astro/commit/e615216c55bca5d61b8c5c1b49d62671f0238509)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Adds
a new `priority` attribute for Astro's image components.

This change introduces a new `priority` option for the `<Image />` and
`<Picture />` components, which automatically sets the `loading`,
`decoding`, and `fetchpriority` attributes to their optimal values for
above-the-fold images which should be loaded immediately.

It is a boolean prop, and you can use the shorthand syntax by simply
adding `priority` as a prop to the `<Image />` or `<Picture />`
component. When set, it will apply the following attributes:

    -   `loading="eager"`
    -   `decoding="sync"`
    -   `fetchpriority="high"`

The individual attributes can still be set manually if you need to
customize your images further.

By default, the Astro [`<Image />`
component](https://docs.astro.build/en/guides/images/#display-optimized-images-with-the-image--component)
generates `<img>` tags that lazy-load their content by setting
`loading="lazy"` and `decoding="async"`. This improves performance by
deferring the loading of images that are not immediately visible in the
viewport, and gives the best scores in performance audits like
Lighthouse.

The new `priority` attribute will override those defaults and
automatically add the best settings for your high-priority assets.

This option was previously available for experimental responsive images,
but now it is a standard feature for all images.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-06-19 14:22:52 +02:00