Files
truecharts/website
TrueCharts Bot 0d0365c1be chore(deps): update node.js v22.14.0 → v22.15.0 (#34701)
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v22.15.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.15.0):
2025-04-23, Version 22.15.0 &#x27;Jod&#x27; (LTS), @&#8203;UlisesGascon
prepared by @&#8203;RafaelGSS

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

##### Notable Changes

-
\[[`3c88f3938b`](https://redirect.github.com/nodejs/node/commit/3c88f3938b)]
- **(SEMVER-MINOR)** **assert**: implement partial error comparison
(Ruben Bridgewater)
[#&#8203;57370](https://redirect.github.com/nodejs/node/pull/57370)
-
\[[`db19a3f9fc`](https://redirect.github.com/nodejs/node/commit/db19a3f9fc)]
- **(SEMVER-MINOR)** **assert**: improve partialDeepStrictEqual (Ruben
Bridgewater)
[#&#8203;57370](https://redirect.github.com/nodejs/node/pull/57370)
-
\[[`1ee5f840b4`](https://redirect.github.com/nodejs/node/commit/1ee5f840b4)]
- **(SEMVER-MINOR)** **cli**: allow --cpu-prof\* in NODE_OPTIONS (Carlos
Espa)
[#&#8203;57018](https://redirect.github.com/nodejs/node/pull/57018)
-
\[[`872ee0f2ac`](https://redirect.github.com/nodejs/node/commit/872ee0f2ac)]
- **crypto**: update root certificates to NSS 3.108 (Node.js GitHub Bot)
[#&#8203;57381](https://redirect.github.com/nodejs/node/pull/57381)
-
\[[`03a0f3a56b`](https://redirect.github.com/nodejs/node/commit/03a0f3a56b)]
- **(SEMVER-MINOR)** **crypto**: support --use-system-ca on Windows
(Joyee Cheung)
[#&#8203;56833](https://redirect.github.com/nodejs/node/pull/56833)
-
\[[`94647bbdb2`](https://redirect.github.com/nodejs/node/commit/94647bbdb2)]
- **(SEMVER-MINOR)** **crypto**: added support for reading certificates
from macOS system store (Tim Jacomb)
[#&#8203;56599](https://redirect.github.com/nodejs/node/pull/56599)
-
\[[`8f7b86a6e7`](https://redirect.github.com/nodejs/node/commit/8f7b86a6e7)]
- **deps**: update timezone to 2025a (Node.js GitHub Bot)
[#&#8203;56876](https://redirect.github.com/nodejs/node/pull/56876)
-
\[[`f9f611fb58`](https://redirect.github.com/nodejs/node/commit/f9f611fb58)]
- **(SEMVER-MINOR)** **deps,tools**: add zstd 1.5.6 (Jan Martin)
[#&#8203;52100](https://redirect.github.com/nodejs/node/pull/52100)
-
\[[`07a6d5f8cf`](https://redirect.github.com/nodejs/node/commit/07a6d5f8cf)]
- **(SEMVER-MINOR)** **dns**: add TLSA record query and parsing (Rithvik
Vibhu)
[#&#8203;52983](https://redirect.github.com/nodejs/node/pull/52983)
-
\[[`d8a83ef2f3`](https://redirect.github.com/nodejs/node/commit/d8a83ef2f3)]
- **doc**: add
[@&#8203;geeksilva97](https://redirect.github.com/geeksilva97) to
collaborators (Edy Silva)
[#&#8203;57241](https://redirect.github.com/nodejs/node/pull/57241)
-
\[[`6b93ba723b`](https://redirect.github.com/nodejs/node/commit/6b93ba723b)]
- **(SEMVER-MINOR)** **module**: use synchronous hooks for preparsing in
import(cjs) (Joyee Cheung)
[#&#8203;55698](https://redirect.github.com/nodejs/node/pull/55698)
-
\[[`b2e44a8079`](https://redirect.github.com/nodejs/node/commit/b2e44a8079)]
- **(SEMVER-MINOR)** **module**: implement module.registerHooks() (Joyee
Cheung)
[#&#8203;55698](https://redirect.github.com/nodejs/node/pull/55698)
-
\[[`dc91ae7471`](https://redirect.github.com/nodejs/node/commit/dc91ae7471)]
- **(SEMVER-MINOR)** **process**: add execve (Paolo Insogna)
[#&#8203;56496](https://redirect.github.com/nodejs/node/pull/56496)
-
\[[`bc672fcfdd`](https://redirect.github.com/nodejs/node/commit/bc672fcfdd)]
- **(SEMVER-MINOR)** **sqlite**: allow returning `ArrayBufferView`s from
user-defined functions (René)
[#&#8203;56790](https://redirect.github.com/nodejs/node/pull/56790)
-
\[[`5edee197ab`](https://redirect.github.com/nodejs/node/commit/5edee197ab)]
- **(SEMVER-MINOR)** **tls**: implement tls.getCACertificates() (Joyee
Cheung)
[#&#8203;57107](https://redirect.github.com/nodejs/node/pull/57107)
-
\[[`f9fe0e09ee`](https://redirect.github.com/nodejs/node/commit/f9fe0e09ee)]
- **(SEMVER-MINOR)** **util**: expose diff function used by the
assertion errors (Giovanni Bucci)
[#&#8203;57462](https://redirect.github.com/nodejs/node/pull/57462)
-
\[[`673a424180`](https://redirect.github.com/nodejs/node/commit/673a424180)]
- **(SEMVER-MINOR)** **v8**: add v8.getCppHeapStatistics() method
(Aditi)
[#&#8203;57146](https://redirect.github.com/nodejs/node/pull/57146)
-
\[[`4991e5d826`](https://redirect.github.com/nodejs/node/commit/4991e5d826)]
- **(SEMVER-MINOR)** **zlib**: add zstd support (Jan Martin)
[#&#8203;52100](https://redirect.github.com/nodejs/node/pull/52100)

##### Commits

-
\[[`ea70a379c3`](https://redirect.github.com/nodejs/node/commit/ea70a379c3)]
- **assert**: improve partialDeepStrictEqual performance (Ruben
Bridgewater)
[#&#8203;57509](https://redirect.github.com/nodejs/node/pull/57509)
-
\[[`2b419d7e79`](https://redirect.github.com/nodejs/node/commit/2b419d7e79)]
- **(SEMVER-MINOR)** **assert**: implement partial error comparison
(Ruben Bridgewater)
[#&#8203;57370](https://redirect.github.com/nodejs/node/pull/57370)
-
\[[`d817c17fd7`](https://redirect.github.com/nodejs/node/commit/d817c17fd7)]
- **(SEMVER-MINOR)** **assert**: improve partialDeepStrictEqual (Ruben
Bridgewater)
[#&#8203;57370](https://redirect.github.com/nodejs/node/pull/57370)
-
\[[`7af0440073`](https://redirect.github.com/nodejs/node/commit/7af0440073)]
- **assert**: improve myers diff performance (Giovanni Bucci)
[#&#8203;57279](https://redirect.github.com/nodejs/node/pull/57279)
-
\[[`01cf5fb871`](https://redirect.github.com/nodejs/node/commit/01cf5fb871)]
- **(SEMVER-MINOR)** **assert,util**: improve performance (Ruben
Bridgewater)
[#&#8203;57370](https://redirect.github.com/nodejs/node/pull/57370)
-
\[[`a58842cee4`](https://redirect.github.com/nodejs/node/commit/a58842cee4)]
- **(SEMVER-MINOR)** **benchmark**: adjust assert runtimes (Ruben
Bridgewater)
[#&#8203;57370](https://redirect.github.com/nodejs/node/pull/57370)
-
\[[`b20b3697aa`](https://redirect.github.com/nodejs/node/commit/b20b3697aa)]
- **(SEMVER-MINOR)** **benchmark**: skip running some assert benchmarks
by default (Ruben Bridgewater)
[#&#8203;57370](https://redirect.github.com/nodejs/node/pull/57370)
-
\[[`ec5570fd1e`](https://redirect.github.com/nodejs/node/commit/ec5570fd1e)]
- **(SEMVER-MINOR)** **benchmark**: add assert partialDeepStrictEqual
benchmark (Ruben Bridgewater)
[#&#8203;57370](https://redirect.github.com/nodejs/node/pull/57370)
-
\[[`b991bf4ca6`](https://redirect.github.com/nodejs/node/commit/b991bf4ca6)]
- **benchmark**: add a warmup on bench-openSync (Elves Vieira)
[#&#8203;57051](https://redirect.github.com/nodejs/node/pull/57051)
-
\[[`4a455bc806`](https://redirect.github.com/nodejs/node/commit/4a455bc806)]
- **build**: fix update-wpt workflow (Jonas)
[#&#8203;57468](https://redirect.github.com/nodejs/node/pull/57468)
-
\[[`6ec397e61c`](https://redirect.github.com/nodejs/node/commit/6ec397e61c)]
- **build**: fix compatibility with V8's `depot_tools` (Richard Lau)
[#&#8203;57330](https://redirect.github.com/nodejs/node/pull/57330)
-
\[[`475aaca336`](https://redirect.github.com/nodejs/node/commit/475aaca336)]
- **build**: print 'Formatting Markdown...' for long task markdown
formatting (1ilsang)
[#&#8203;57108](https://redirect.github.com/nodejs/node/pull/57108)
-
\[[`73fced7a97`](https://redirect.github.com/nodejs/node/commit/73fced7a97)]
- **build**: fix GN build failure (Cheng)
[#&#8203;57013](https://redirect.github.com/nodejs/node/pull/57013)
-
\[[`af05f91425`](https://redirect.github.com/nodejs/node/commit/af05f91425)]
- **build**: fix GN build of uv (Cheng)
[#&#8203;56955](https://redirect.github.com/nodejs/node/pull/56955)
-
\[[`fd3053e947`](https://redirect.github.com/nodejs/node/commit/fd3053e947)]
- **build**: gyp exclude libm linking on macOS (deepak1556)
[#&#8203;56901](https://redirect.github.com/nodejs/node/pull/56901)
-
\[[`5ec6b9a50f`](https://redirect.github.com/nodejs/node/commit/5ec6b9a50f)]
- **build**: remove explicit linker call to libm on macOS (deepak1556)
[#&#8203;56901](https://redirect.github.com/nodejs/node/pull/56901)
-
\[[`a893da9be7`](https://redirect.github.com/nodejs/node/commit/a893da9be7)]
- **build**: link with Security.framework in GN build (Cheng)
[#&#8203;56895](https://redirect.github.com/nodejs/node/pull/56895)
-
\[[`02cd8e0a50`](https://redirect.github.com/nodejs/node/commit/02cd8e0a50)]
- **build**: do not put commands in sources variables (Cheng)
[#&#8203;56885](https://redirect.github.com/nodejs/node/pull/56885)
-
\[[`73dc8c2140`](https://redirect.github.com/nodejs/node/commit/73dc8c2140)]
- **build**: add double quotes around <(python) (Luigi Pinca)
[#&#8203;56826](https://redirect.github.com/nodejs/node/pull/56826)
-
\[[`65a3b5f73c`](https://redirect.github.com/nodejs/node/commit/65a3b5f73c)]
- **build**: add build option suppress_all_error_on_warn (Michael
Dawson)
[#&#8203;56647](https://redirect.github.com/nodejs/node/pull/56647)
-
\[[`424aacc942`](https://redirect.github.com/nodejs/node/commit/424aacc942)]
- **build,win**: disable node pch with ccache (Stefan Stojanovic)
[#&#8203;57224](https://redirect.github.com/nodejs/node/pull/57224)
-
\[[`901685c723`](https://redirect.github.com/nodejs/node/commit/901685c723)]
- **build,win**: enable ccache (Stefan Stojanovic)
[#&#8203;56847](https://redirect.github.com/nodejs/node/pull/56847)
-
\[[`79987676c1`](https://redirect.github.com/nodejs/node/commit/79987676c1)]
- **cli**: clarify --cpu-prof-name allowed values (Eugenio Ceschia)
[#&#8203;57433](https://redirect.github.com/nodejs/node/pull/57433)
-
\[[`503d4237aa`](https://redirect.github.com/nodejs/node/commit/503d4237aa)]
- **(SEMVER-MINOR)** **cli**: allow --cpu-prof\* in NODE_OPTIONS (Carlos
Espa)
[#&#8203;57018](https://redirect.github.com/nodejs/node/pull/57018)
-
\[[`ada572b733`](https://redirect.github.com/nodejs/node/commit/ada572b733)]
- **crypto**: ensure expected JWK alg in SubtleCrypto.importKey RSA
imports (Filip Skokan)
[#&#8203;57450](https://redirect.github.com/nodejs/node/pull/57450)
-
\[[`7e5aabde55`](https://redirect.github.com/nodejs/node/commit/7e5aabde55)]
- **crypto**: update root certificates to NSS 3.108 (Node.js GitHub Bot)
[#&#8203;57381](https://redirect.github.com/nodejs/node/pull/57381)
-
\[[`7ea6ac1e09`](https://redirect.github.com/nodejs/node/commit/7ea6ac1e09)]
- **crypto**: add support for intermediate certs in --use-system-ca (Tim
Jacomb)
[#&#8203;57164](https://redirect.github.com/nodejs/node/pull/57164)
-
\[[`44b19ec534`](https://redirect.github.com/nodejs/node/commit/44b19ec534)]
- **crypto**: support --use-system-ca on non-Windows and non-macOS
(Joyee Cheung)
[#&#8203;57009](https://redirect.github.com/nodejs/node/pull/57009)
-
\[[`e21d126438`](https://redirect.github.com/nodejs/node/commit/e21d126438)]
- **crypto**: fix missing OPENSSL_NO_ENGINE guard (Shelley Vohr)
[#&#8203;57012](https://redirect.github.com/nodejs/node/pull/57012)
-
\[[`2fdf82b357`](https://redirect.github.com/nodejs/node/commit/2fdf82b357)]
- **crypto**: cleanup root certificates and skip PEM deserialization
(Joyee Cheung)
[#&#8203;56999](https://redirect.github.com/nodejs/node/pull/56999)
-
\[[`03a0f3a56b`](https://redirect.github.com/nodejs/node/commit/03a0f3a56b)]
- **(SEMVER-MINOR)** **crypto**: support --use-system-ca on Windows
(Joyee Cheung)
[#&#8203;56833](https://redirect.github.com/nodejs/node/pull/56833)
-
\[[`bbdb10bc2c`](https://redirect.github.com/nodejs/node/commit/bbdb10bc2c)]
- **crypto**: fix X509\* leak in --use-system-ca (Joyee Cheung)
[#&#8203;56832](https://redirect.github.com/nodejs/node/pull/56832)
-
\[[`5470cab6d3`](https://redirect.github.com/nodejs/node/commit/5470cab6d3)]
- **crypto**: add api to get openssl security level (Michael Dawson)
[#&#8203;56601](https://redirect.github.com/nodejs/node/pull/56601)
-
\[[`94647bbdb2`](https://redirect.github.com/nodejs/node/commit/94647bbdb2)]
- **(SEMVER-MINOR)** **crypto**: added support for reading certificates
from macOS system store (Tim Jacomb)
[#&#8203;56599](https://redirect.github.com/nodejs/node/pull/56599)
-
\[[`caf81ca549`](https://redirect.github.com/nodejs/node/commit/caf81ca549)]
- **debugger**: fix behavior of plain object exec in debugger repl
(Dario Piotrowicz)
[#&#8203;57498](https://redirect.github.com/nodejs/node/pull/57498)
-
\[[`1d703fe220`](https://redirect.github.com/nodejs/node/commit/1d703fe220)]
- **deps**: update c-ares to v1.34.5 (Node.js GitHub Bot)
[#&#8203;57792](https://redirect.github.com/nodejs/node/pull/57792)
-
\[[`98457dfea3`](https://redirect.github.com/nodejs/node/commit/98457dfea3)]
- **deps**: update undici to 6.21.2 (Matteo Collina)
[#&#8203;57442](https://redirect.github.com/nodejs/node/pull/57442)
-
\[[`4a852ba11b`](https://redirect.github.com/nodejs/node/commit/4a852ba11b)]
- **deps**: V8: cherry-pick
[`c172ffc`](https://redirect.github.com/nodejs/node/commit/c172ffc5bf54)
(Choongwoo Han)
[#&#8203;57437](https://redirect.github.com/nodejs/node/pull/57437)
-
\[[`54a12e0bcc`](https://redirect.github.com/nodejs/node/commit/54a12e0bcc)]
- **deps**: update googletest to
[`0bdccf4`](https://redirect.github.com/nodejs/node/commit/0bdccf4)
(Node.js GitHub Bot)
[#&#8203;57380](https://redirect.github.com/nodejs/node/pull/57380)
-
\[[`2e350963e5`](https://redirect.github.com/nodejs/node/commit/2e350963e5)]
- **deps**: update acorn to 8.14.1 (Node.js GitHub Bot)
[#&#8203;57382](https://redirect.github.com/nodejs/node/pull/57382)
-
\[[`95e5d01c25`](https://redirect.github.com/nodejs/node/commit/95e5d01c25)]
- **deps**: update amaro to 0.4.1 (marco-ippolito)
[#&#8203;57121](https://redirect.github.com/nodejs/node/pull/57121)
-
\[[`ef216deb05`](https://redirect.github.com/nodejs/node/commit/ef216deb05)]
- **deps**: update amaro to 0.3.2 (marco-ippolito)
[#&#8203;56916](https://redirect.github.com/nodejs/node/pull/56916)
-
\[[`4ef4d6ecf6`](https://redirect.github.com/nodejs/node/commit/4ef4d6ecf6)]
- **deps**: update amaro to 0.3.1 (Node.js GitHub Bot)
[#&#8203;56785](https://redirect.github.com/nodejs/node/pull/56785)
-
\[[`a8bf5ef4a7`](https://redirect.github.com/nodejs/node/commit/a8bf5ef4a7)]
- **deps**: update simdjson to 3.12.2 (Node.js GitHub Bot)
[#&#8203;57084](https://redirect.github.com/nodejs/node/pull/57084)
-
\[[`0bd612bb32`](https://redirect.github.com/nodejs/node/commit/0bd612bb32)]
- **deps**: update archs files for openssl-3.0.16 (Node.js GitHub Bot)
[#&#8203;57335](https://redirect.github.com/nodejs/node/pull/57335)
-
\[[`7d65f79306`](https://redirect.github.com/nodejs/node/commit/7d65f79306)]
- **deps**: upgrade openssl sources to quictls/openssl-3.0.16 (Node.js
GitHub Bot)
[#&#8203;57335](https://redirect.github.com/nodejs/node/pull/57335)
-
\[[`5c88c52491`](https://redirect.github.com/nodejs/node/commit/5c88c52491)]
- **deps**: update corepack to 0.32.0 (Node.js GitHub Bot)
[#&#8203;57265](https://redirect.github.com/nodejs/node/pull/57265)
-
\[[`fa04bf4999`](https://redirect.github.com/nodejs/node/commit/fa04bf4999)]
- **deps**: update gyp file for ngtcp2 1.11.0 (Richard Lau)
[#&#8203;57225](https://redirect.github.com/nodejs/node/pull/57225)
-
\[[`ca6b07258d`](https://redirect.github.com/nodejs/node/commit/ca6b07258d)]
- **deps**: update cjs-module-lexer to 2.1.0 (Node.js GitHub Bot)
[#&#8203;57180](https://redirect.github.com/nodejs/node/pull/57180)
-
\[[`0a72b16fe1`](https://redirect.github.com/nodejs/node/commit/0a72b16fe1)]
- **deps**: update ngtcp2 to 1.11.0 (Node.js GitHub Bot)
[#&#8203;57179](https://redirect.github.com/nodejs/node/pull/57179)
-
\[[`600fb41f54`](https://redirect.github.com/nodejs/node/commit/600fb41f54)]
- **deps**: update sqlite to 3.49.1 (Node.js GitHub Bot)
[#&#8203;57178](https://redirect.github.com/nodejs/node/pull/57178)
-
\[[`7eb3b44010`](https://redirect.github.com/nodejs/node/commit/7eb3b44010)]
- **deps**: update zlib to 1.3.0.1-motley-788cb3c (Node.js GitHub Bot)
[#&#8203;56655](https://redirect.github.com/nodejs/node/pull/56655)
-
\[[`257d22e181`](https://redirect.github.com/nodejs/node/commit/257d22e181)]
- **deps**: update sqlite to 3.49.0 (Node.js GitHub Bot)
[#&#8203;56654](https://redirect.github.com/nodejs/node/pull/56654)
-
\[[`53a7bfce01`](https://redirect.github.com/nodejs/node/commit/53a7bfce01)]
- **deps**: V8: cherry-pick
[`9ab4059`](https://redirect.github.com/nodejs/node/commit/9ab40592f697)
(Levi Zim)
[#&#8203;56781](https://redirect.github.com/nodejs/node/pull/56781)
-
\[[`636f65cb1a`](https://redirect.github.com/nodejs/node/commit/636f65cb1a)]
- **deps**: update cjs-module-lexer to 2.0.0 (Michael Dawson)
[#&#8203;56855](https://redirect.github.com/nodejs/node/pull/56855)
-
\[[`8f7b86a6e7`](https://redirect.github.com/nodejs/node/commit/8f7b86a6e7)]
- **deps**: update timezone to 2025a (Node.js GitHub Bot)
[#&#8203;56876](https://redirect.github.com/nodejs/node/pull/56876)
-
\[[`db31276bfa`](https://redirect.github.com/nodejs/node/commit/db31276bfa)]
- **deps**: update simdjson to 3.12.0 (Node.js GitHub Bot)
[#&#8203;56874](https://redirect.github.com/nodejs/node/pull/56874)
-
\[[`d1d58d6198`](https://redirect.github.com/nodejs/node/commit/d1d58d6198)]
- **deps**: update googletest to
[`e235eb3`](https://redirect.github.com/nodejs/node/commit/e235eb3)
(Node.js GitHub Bot)
[#&#8203;56873](https://redirect.github.com/nodejs/node/pull/56873)
-
\[[`05b3dff275`](https://redirect.github.com/nodejs/node/commit/05b3dff275)]
- **deps**: update simdjson to 3.11.6 (Node.js GitHub Bot)
[#&#8203;56250](https://redirect.github.com/nodejs/node/pull/56250)
-
\[[`f9f611fb58`](https://redirect.github.com/nodejs/node/commit/f9f611fb58)]
- **(SEMVER-MINOR)** **deps,tools**: add zstd 1.5.6 (Jan Martin)
[#&#8203;52100](https://redirect.github.com/nodejs/node/pull/52100)
-
\[[`ef212a41a7`](https://redirect.github.com/nodejs/node/commit/ef212a41a7)]
- **dns**: restore dns query cache ttl (Ethan Arrowood)
[#&#8203;57640](https://redirect.github.com/nodejs/node/pull/57640)
-
\[[`7a10b01e97`](https://redirect.github.com/nodejs/node/commit/7a10b01e97)]
- **dns**: remove redundant code using common variable (Deokjin Kim)
[#&#8203;57386](https://redirect.github.com/nodejs/node/pull/57386)
-
\[[`bc2603f086`](https://redirect.github.com/nodejs/node/commit/bc2603f086)]
- **(SEMVER-MINOR)** **dns**: add TLSA record query and parsing (Rithvik
Vibhu)
[#&#8203;52983](https://redirect.github.com/nodejs/node/pull/52983)
-
\[[`38a2e5d60b`](https://redirect.github.com/nodejs/node/commit/38a2e5d60b)]
- **doc**: add gurgunday as triager (Gürgün Dayıoğlu)
[#&#8203;57594](https://redirect.github.com/nodejs/node/pull/57594)
-
\[[`b7ac0bd129`](https://redirect.github.com/nodejs/node/commit/b7ac0bd129)]
- **doc**: clarify behaviour of node-api adjust function (Michael
Dawson)
[#&#8203;57463](https://redirect.github.com/nodejs/node/pull/57463)
-
\[[`fa834896c8`](https://redirect.github.com/nodejs/node/commit/fa834896c8)]
- **doc**: remove Corepack documentation (Antoine du Hamel)
[#&#8203;57635](https://redirect.github.com/nodejs/node/pull/57635)
-
\[[`8988173286`](https://redirect.github.com/nodejs/node/commit/8988173286)]
- **doc**: remove mention of `--require` not supporting ES modules
(Huáng Jùnliàng)
[#&#8203;57620](https://redirect.github.com/nodejs/node/pull/57620)
-
\[[`3a7d179dbd`](https://redirect.github.com/nodejs/node/commit/3a7d179dbd)]
- **doc**: mention reports should align with Node.js CoC (Rafael
Gonzaga)
[#&#8203;57607](https://redirect.github.com/nodejs/node/pull/57607)
-
\[[`983c5087f6`](https://redirect.github.com/nodejs/node/commit/983c5087f6)]
- **doc**: add section stating that very stale PRs should be closed
(Dario Piotrowicz)
[#&#8203;57541](https://redirect.github.com/nodejs/node/pull/57541)
-
\[[`f4e1f702d4`](https://redirect.github.com/nodejs/node/commit/f4e1f702d4)]
- **doc**: add bjohansebas as triager (Sebastian Beltran)
[#&#8203;57564](https://redirect.github.com/nodejs/node/pull/57564)
-
\[[`9b7fd6b076`](https://redirect.github.com/nodejs/node/commit/9b7fd6b076)]
- **doc**: update support channels (Claudio W.)
[#&#8203;57538](https://redirect.github.com/nodejs/node/pull/57538)
-
\[[`ef624aff55`](https://redirect.github.com/nodejs/node/commit/ef624aff55)]
- **doc**: remove cryptoStream API reference (Jonas)
[#&#8203;57579](https://redirect.github.com/nodejs/node/pull/57579)
-
\[[`4a2afc255a`](https://redirect.github.com/nodejs/node/commit/4a2afc255a)]
- **doc**: module resolution pseudocode corrections (Marcel Laverdet)
[#&#8203;57080](https://redirect.github.com/nodejs/node/pull/57080)
-
\[[`ee5059426d`](https://redirect.github.com/nodejs/node/commit/ee5059426d)]
- **doc**: add history entry for DEP0190 in `child_process.md` (Antoine
du Hamel)
[#&#8203;57544](https://redirect.github.com/nodejs/node/pull/57544)
-
\[[`4deebb4fca`](https://redirect.github.com/nodejs/node/commit/4deebb4fca)]
- **doc**: remove deprecated pattern in `child_process.md` (Antoine du
Hamel)
[#&#8203;57568](https://redirect.github.com/nodejs/node/pull/57568)
-
\[[`6cd7b37d9c`](https://redirect.github.com/nodejs/node/commit/6cd7b37d9c)]
- **doc**: mark multiple experimental APIS as stable (James M Snell)
[#&#8203;57510](https://redirect.github.com/nodejs/node/pull/57510)
-
\[[`c2f1fa0928`](https://redirect.github.com/nodejs/node/commit/c2f1fa0928)]
- **doc**: remove mertcanaltin from Triagers (Mert Can Altin)
[#&#8203;57531](https://redirect.github.com/nodejs/node/pull/57531)
-
\[[`9b6047e520`](https://redirect.github.com/nodejs/node/commit/9b6047e520)]
- **doc**: recommend watching the collaborators repo in the onboarding
doc (Darshan Sen)
[#&#8203;57527](https://redirect.github.com/nodejs/node/pull/57527)
-
\[[`bf1e297079`](https://redirect.github.com/nodejs/node/commit/bf1e297079)]
- **doc**: remove mention of visa fees from onboarding doc (Darshan Sen)
[#&#8203;57526](https://redirect.github.com/nodejs/node/pull/57526)
-
\[[`1041331094`](https://redirect.github.com/nodejs/node/commit/1041331094)]
- **doc**: deprecate passing `args` to `spawn` and `execFile` (Antoine
du Hamel)
[#&#8203;57389](https://redirect.github.com/nodejs/node/pull/57389)
-
\[[`06994d5a75`](https://redirect.github.com/nodejs/node/commit/06994d5a75)]
- **doc**: remove some inconsistencies in `deprecations.md` (Antoine du
Hamel)
[#&#8203;57512](https://redirect.github.com/nodejs/node/pull/57512)
-
\[[`707f851ba3`](https://redirect.github.com/nodejs/node/commit/707f851ba3)]
- **doc**: run license-builder (github-actions\[bot])
[#&#8203;57511](https://redirect.github.com/nodejs/node/pull/57511)
-
\[[`a7793195d6`](https://redirect.github.com/nodejs/node/commit/a7793195d6)]
- **doc**: add new writing-docs contributing md (Dario Piotrowicz)
[#&#8203;57502](https://redirect.github.com/nodejs/node/pull/57502)
-
\[[`30d4a43b3d`](https://redirect.github.com/nodejs/node/commit/30d4a43b3d)]
- **doc**: add node.js streams references to Web Streams doc (Dario
Piotrowicz)
[#&#8203;57393](https://redirect.github.com/nodejs/node/pull/57393)
-
\[[`e08365980b`](https://redirect.github.com/nodejs/node/commit/e08365980b)]
- **doc**: prefer to sign commits under nodejs repository (Rafael
Gonzaga)
[#&#8203;57311](https://redirect.github.com/nodejs/node/pull/57311)
-
\[[`c35e1f9048`](https://redirect.github.com/nodejs/node/commit/c35e1f9048)]
- **doc**: fixed the incorrect splitting of multiple words
(letianpailove)
[#&#8203;57454](https://redirect.github.com/nodejs/node/pull/57454)
-
\[[`3e1f3bc2bb`](https://redirect.github.com/nodejs/node/commit/3e1f3bc2bb)]
- **doc**: add review guidelines for collaborator nominations (Antoine
du Hamel)
[#&#8203;57449](https://redirect.github.com/nodejs/node/pull/57449)
-
\[[`fef3f82a41`](https://redirect.github.com/nodejs/node/commit/fef3f82a41)]
- **doc**: add history info for --use-system-ca (Darshan Sen)
[#&#8203;57432](https://redirect.github.com/nodejs/node/pull/57432)
-
\[[`96afdf949d`](https://redirect.github.com/nodejs/node/commit/96afdf949d)]
- **doc**: remove typo YAML snippet from tls.getCACertificates doc
(Darshan Sen)
[#&#8203;57459](https://redirect.github.com/nodejs/node/pull/57459)
-
\[[`800d61d47e`](https://redirect.github.com/nodejs/node/commit/800d61d47e)]
- **doc**: fix typo in sqlite.md (Tobias Nießen)
[#&#8203;57473](https://redirect.github.com/nodejs/node/pull/57473)
-
\[[`4876aee775`](https://redirect.github.com/nodejs/node/commit/4876aee775)]
- **doc**: explicit mention arbitrary code execution as a vuln (Rafael
Gonzaga)
[#&#8203;57426](https://redirect.github.com/nodejs/node/pull/57426)
-
\[[`2dd72c658f`](https://redirect.github.com/nodejs/node/commit/2dd72c658f)]
- **doc**: update maintaining-openssl.md for openssl (Richard Lau)
[#&#8203;57413](https://redirect.github.com/nodejs/node/pull/57413)
-
\[[`a49fd31f04`](https://redirect.github.com/nodejs/node/commit/a49fd31f04)]
- **doc**: add missing `deprecated` badges in `fs.md` (Yukihiro
Hasegawa)
[#&#8203;57384](https://redirect.github.com/nodejs/node/pull/57384)
-
\[[`3a4ed77674`](https://redirect.github.com/nodejs/node/commit/3a4ed77674)]
- **doc**: add note about sync nodejs-private branches (Rafael Gonzaga)
[#&#8203;57404](https://redirect.github.com/nodejs/node/pull/57404)
-
\[[`1025e6dc7c`](https://redirect.github.com/nodejs/node/commit/1025e6dc7c)]
- **doc**: update Xcode version used for arm64 and pkg (Michaël Zasso)
[#&#8203;57104](https://redirect.github.com/nodejs/node/pull/57104)
-
\[[`77b9e04a70`](https://redirect.github.com/nodejs/node/commit/77b9e04a70)]
- **doc**: improve type stripping documentation (Marco Ippolito)
[#&#8203;56916](https://redirect.github.com/nodejs/node/pull/56916)
-
\[[`3a75e8410d`](https://redirect.github.com/nodejs/node/commit/3a75e8410d)]
- **doc**: specificy support for erasable ts syntax (Marco Ippolito)
[#&#8203;56916](https://redirect.github.com/nodejs/node/pull/56916)
-
\[[`69f12f9686`](https://redirect.github.com/nodejs/node/commit/69f12f9686)]
- **doc**: make first parameter optional in `util.getCallSites` (Deokjin
Kim) [#&#8203;57387](https://redirect.github.com/nodejs/node/pull/57387)
-
\[[`2b4e737ffb`](https://redirect.github.com/nodejs/node/commit/2b4e737ffb)]
- **doc**: fix usage of module.registerSync in comment (Timo Kössler)
[#&#8203;57328](https://redirect.github.com/nodejs/node/pull/57328)
-
\[[`f320593958`](https://redirect.github.com/nodejs/node/commit/f320593958)]
- **doc**: add Darshan back as voting TSC member (Michael Dawson)
[#&#8203;57402](https://redirect.github.com/nodejs/node/pull/57402)
-
\[[`2b7765469a`](https://redirect.github.com/nodejs/node/commit/2b7765469a)]
- **doc**: revise webcrypto.md types, interfaces, and added versions
(Filip Skokan)
[#&#8203;57376](https://redirect.github.com/nodejs/node/pull/57376)
-
\[[`649828c74a`](https://redirect.github.com/nodejs/node/commit/649828c74a)]
- **doc**: add info on how project manages social media (Michael Dawson)
[#&#8203;57318](https://redirect.github.com/nodejs/node/pull/57318)
-
\[[`2a2e1cfd71`](https://redirect.github.com/nodejs/node/commit/2a2e1cfd71)]
- **doc**: revise `tsconfig.json` note (Steven)
[#&#8203;57353](https://redirect.github.com/nodejs/node/pull/57353)
-
\[[`17883b1d46`](https://redirect.github.com/nodejs/node/commit/17883b1d46)]
- **doc**: use more clear name in getSystemErrorMessage's example
(ikuma-t)
[#&#8203;57310](https://redirect.github.com/nodejs/node/pull/57310)
-
\[[`7feed9989b`](https://redirect.github.com/nodejs/node/commit/7feed9989b)]
- **doc**: recommend setting `noEmit: true` in `tsconfig.json` (Steven)
[#&#8203;57320](https://redirect.github.com/nodejs/node/pull/57320)
-
\[[`fe707ab162`](https://redirect.github.com/nodejs/node/commit/fe707ab162)]
- **doc**: ping nodejs/tsc for each security pull request (Rafael
Gonzaga)
[#&#8203;57309](https://redirect.github.com/nodejs/node/pull/57309)
-
\[[`f3c58ab693`](https://redirect.github.com/nodejs/node/commit/f3c58ab693)]
- **doc**: fix Windows ccache section position (Stefan Stojanovic)
[#&#8203;57326](https://redirect.github.com/nodejs/node/pull/57326)
-
\[[`e69170bacd`](https://redirect.github.com/nodejs/node/commit/e69170bacd)]
- **doc**: update node-api version matrix (Chengzhong Wu)
[#&#8203;57287](https://redirect.github.com/nodejs/node/pull/57287)
-
\[[`0bc1fd2245`](https://redirect.github.com/nodejs/node/commit/0bc1fd2245)]
- **doc**: recommend `erasableSyntaxOnly` in ts docs (Rob Palmer)
[#&#8203;57271](https://redirect.github.com/nodejs/node/pull/57271)
-
\[[`068013744e`](https://redirect.github.com/nodejs/node/commit/068013744e)]
- **doc**: clarify `path.isAbsolute` is not path traversal mitigation
(Eric Fortis)
[#&#8203;57073](https://redirect.github.com/nodejs/node/pull/57073)
-
\[[`238b0e856e`](https://redirect.github.com/nodejs/node/commit/238b0e856e)]
- **doc**: fix rendering of DEP0174 description (David Sanders)
[#&#8203;56835](https://redirect.github.com/nodejs/node/pull/56835)
-
\[[`db0bcefd14`](https://redirect.github.com/nodejs/node/commit/db0bcefd14)]
- **doc**: add 1ilsang to triage team (1ilsang)
[#&#8203;57183](https://redirect.github.com/nodejs/node/pull/57183)
-
\[[`52a593feab`](https://redirect.github.com/nodejs/node/commit/52a593feab)]
- **doc**: add
[@&#8203;geeksilva97](https://redirect.github.com/geeksilva97) to
collaborators (Edy Silva)
[#&#8203;57241](https://redirect.github.com/nodejs/node/pull/57241)
-
\[[`89f4475e32`](https://redirect.github.com/nodejs/node/commit/89f4475e32)]
- **doc**: add missing assert return types (Colin Ihrig)
[#&#8203;57219](https://redirect.github.com/nodejs/node/pull/57219)
-
\[[`62b6d94c03`](https://redirect.github.com/nodejs/node/commit/62b6d94c03)]
- **doc**: add streamResetBurst and streamResetRate (Sujal Raj)
[#&#8203;57195](https://redirect.github.com/nodejs/node/pull/57195)
-
\[[`f150017e70`](https://redirect.github.com/nodejs/node/commit/f150017e70)]
- **doc**: add esm examples to node:util (Alfredo González)
[#&#8203;56793](https://redirect.github.com/nodejs/node/pull/56793)
-
\[[`99465ffa9c`](https://redirect.github.com/nodejs/node/commit/99465ffa9c)]
- **doc**: update options to filehandle.appendFile() (Hasegawa-Yukihiro)
[#&#8203;56972](https://redirect.github.com/nodejs/node/pull/56972)
-
\[[`6242520a90`](https://redirect.github.com/nodejs/node/commit/6242520a90)]
- **doc**: add additional caveat for fs.watch (Michael Dawson)
[#&#8203;57150](https://redirect.github.com/nodejs/node/pull/57150)
-
\[[`19cda4791a`](https://redirect.github.com/nodejs/node/commit/19cda4791a)]
- **doc**: fix typo in Windows building instructions (Tim Jacomb)
[#&#8203;57158](https://redirect.github.com/nodejs/node/pull/57158)
-
\[[`ef206add59`](https://redirect.github.com/nodejs/node/commit/ef206add59)]
- **doc**: fix web.libera.chat link in pull-requests.md (Samuel Bronson)
[#&#8203;57076](https://redirect.github.com/nodejs/node/pull/57076)
-
\[[`7243c1713d`](https://redirect.github.com/nodejs/node/commit/7243c1713d)]
- **doc**: remove buffered flag from performance hooks examples (Pavel
Romanov)
[#&#8203;52607](https://redirect.github.com/nodejs/node/pull/52607)
-
\[[`617fe71f67`](https://redirect.github.com/nodejs/node/commit/617fe71f67)]
- **doc**: fix 'introduced_in' version in typescript module (1ilsang)
[#&#8203;57109](https://redirect.github.com/nodejs/node/pull/57109)
-
\[[`6cc15b8dc9`](https://redirect.github.com/nodejs/node/commit/6cc15b8dc9)]
- **doc**: fix link and history of `SourceMap` sections (Antoine du
Hamel)
[#&#8203;57098](https://redirect.github.com/nodejs/node/pull/57098)
-
\[[`6be8189041`](https://redirect.github.com/nodejs/node/commit/6be8189041)]
- **doc**: add `module namespace object` links (Dario Piotrowicz)
[#&#8203;57093](https://redirect.github.com/nodejs/node/pull/57093)
-
\[[`8611c4a3ea`](https://redirect.github.com/nodejs/node/commit/8611c4a3ea)]
- **doc**: disambiguate pseudo-code statement (Dario Piotrowicz)
[#&#8203;57092](https://redirect.github.com/nodejs/node/pull/57092)
-
\[[`79da145a55`](https://redirect.github.com/nodejs/node/commit/79da145a55)]
- **doc**: update clang-cl on Windows building guide (Joyee Cheung)
[#&#8203;57087](https://redirect.github.com/nodejs/node/pull/57087)
-
\[[`845eaf91be`](https://redirect.github.com/nodejs/node/commit/845eaf91be)]
- **doc**: fix wrong articles used to address modules (Dario Piotrowicz)
[#&#8203;57090](https://redirect.github.com/nodejs/node/pull/57090)
-
\[[`42c5e23eb1`](https://redirect.github.com/nodejs/node/commit/42c5e23eb1)]
- **doc**: `modules.md`: fix `distance` definition (Alexander “weej”
Jones)
[#&#8203;57046](https://redirect.github.com/nodejs/node/pull/57046)
-
\[[`bda851aaa3`](https://redirect.github.com/nodejs/node/commit/bda851aaa3)]
- **doc**: fix wrong verb form (Dario Piotrowicz)
[#&#8203;57091](https://redirect.github.com/nodejs/node/pull/57091)
-
\[[`64e13fd36e`](https://redirect.github.com/nodejs/node/commit/64e13fd36e)]
- **doc**: fix transpiler loader hooks documentation (Joyee Cheung)
[#&#8203;57037](https://redirect.github.com/nodejs/node/pull/57037)
-
\[[`51494d8b78`](https://redirect.github.com/nodejs/node/commit/51494d8b78)]
- **doc**: add a note about `require('../common')` in testing
documentation (Aditi)
[#&#8203;56953](https://redirect.github.com/nodejs/node/pull/56953)
-
\[[`053b128e9c`](https://redirect.github.com/nodejs/node/commit/053b128e9c)]
- **doc**: recommend writing tests in new files and including comments
(Joyee Cheung)
[#&#8203;57028](https://redirect.github.com/nodejs/node/pull/57028)
-
\[[`a20c62a00c`](https://redirect.github.com/nodejs/node/commit/a20c62a00c)]
- **doc**: improve documentation on argument validation (Aditi)
[#&#8203;56954](https://redirect.github.com/nodejs/node/pull/56954)
-
\[[`2921658813`](https://redirect.github.com/nodejs/node/commit/2921658813)]
- **doc**: buffer: fix typo on `Buffer.copyBytesFrom(` `offset` option
(tpoisseau)
[#&#8203;57015](https://redirect.github.com/nodejs/node/pull/57015)
-
\[[`6f4ab1c9b2`](https://redirect.github.com/nodejs/node/commit/6f4ab1c9b2)]
- **doc**: update cleanup to trust on vuln db automation (Rafael
Gonzaga)
[#&#8203;57004](https://redirect.github.com/nodejs/node/pull/57004)
-
\[[`5285facb3e`](https://redirect.github.com/nodejs/node/commit/5285facb3e)]
- **doc**: move stability index after history section for consistency
(Antoine du Hamel)
[#&#8203;56997](https://redirect.github.com/nodejs/node/pull/56997)
-
\[[`a7646e17ff`](https://redirect.github.com/nodejs/node/commit/a7646e17ff)]
- **doc**: add `signal` to `filehandle.writeFile()` options (Yukihiro
Hasegawa)
[#&#8203;56804](https://redirect.github.com/nodejs/node/pull/56804)
-
\[[`ba031089e6`](https://redirect.github.com/nodejs/node/commit/ba031089e6)]
- **doc**: run license-builder (github-actions\[bot])
[#&#8203;56985](https://redirect.github.com/nodejs/node/pull/56985)
-
\[[`afa6f93a32`](https://redirect.github.com/nodejs/node/commit/afa6f93a32)]
- **doc**: update history of stream.Readable.toWeb() (Jimmy Leung)
[#&#8203;56928](https://redirect.github.com/nodejs/node/pull/56928)
-
\[[`cc644de126`](https://redirect.github.com/nodejs/node/commit/cc644de126)]
- **doc**: make MDN links to global classes more consistent (Antoine du
Hamel)
[#&#8203;56924](https://redirect.github.com/nodejs/node/pull/56924)
-
\[[`93bba4eee1`](https://redirect.github.com/nodejs/node/commit/93bba4eee1)]
- **doc**: make MDN links to global classes more consistent in
`assert.md` (Antoine du Hamel)
[#&#8203;56920](https://redirect.github.com/nodejs/node/pull/56920)
-
\[[`ad03c85f98`](https://redirect.github.com/nodejs/node/commit/ad03c85f98)]
- **doc**: make MDN links to global classes more consistent (Antoine du
Hamel)
[#&#8203;56923](https://redirect.github.com/nodejs/node/pull/56923)
-
\[[`96c2a90dee`](https://redirect.github.com/nodejs/node/commit/96c2a90dee)]
- **doc**: make MDN links to global classes more consistent in `util.md`
(Antoine du Hamel)
[#&#8203;56922](https://redirect.github.com/nodejs/node/pull/56922)
-
\[[`6bb73c0745`](https://redirect.github.com/nodejs/node/commit/6bb73c0745)]
- **doc**: make MDN links to global classes more consistent in
`buffer.md` (Antoine du Hamel)
[#&#8203;56921](https://redirect.github.com/nodejs/node/pull/56921)
-
\[[`824cf35475`](https://redirect.github.com/nodejs/node/commit/824cf35475)]
- **doc**: update post sec release process (Rafael Gonzaga)
[#&#8203;56907](https://redirect.github.com/nodejs/node/pull/56907)
-
\[[`027749eb17`](https://redirect.github.com/nodejs/node/commit/027749eb17)]
- **doc**: update websocket link to avoid linking to self (Chengzhong
Wu) [#&#8203;56897](https://redirect.github.com/nodejs/node/pull/56897)
-
\[[`5dcb9d632b`](https://redirect.github.com/nodejs/node/commit/5dcb9d632b)]
- **doc**: mark `--env-file-if-exists` flag as experimental (Juan José)
[#&#8203;56893](https://redirect.github.com/nodejs/node/pull/56893)
-
\[[`4f6d751bf5`](https://redirect.github.com/nodejs/node/commit/4f6d751bf5)]
- **doc**: fix typo in cjs example of `util.styleText` (Deokjin Kim)
[#&#8203;56769](https://redirect.github.com/nodejs/node/pull/56769)
-
\[[`313d9db7a5`](https://redirect.github.com/nodejs/node/commit/313d9db7a5)]
- **doc**: clarify sqlite user-defined function behaviour (René)
[#&#8203;56786](https://redirect.github.com/nodejs/node/pull/56786)
-
\[[`eff42956c4`](https://redirect.github.com/nodejs/node/commit/eff42956c4)]
- **doc**: correct customization hook types & clarify descriptions
(Jacob Smith)
[#&#8203;56454](https://redirect.github.com/nodejs/node/pull/56454)
-
\[[`64180421c2`](https://redirect.github.com/nodejs/node/commit/64180421c2)]
- **events**: getMaxListeners detects 0 listeners (Matthew Aitken)
[#&#8203;56807](https://redirect.github.com/nodejs/node/pull/56807)
-
\[[`2de27787b4`](https://redirect.github.com/nodejs/node/commit/2de27787b4)]
- **fs**: apply exclude function to root path (Rich Trott)
[#&#8203;57420](https://redirect.github.com/nodejs/node/pull/57420)
-
\[[`b6df9e350a`](https://redirect.github.com/nodejs/node/commit/b6df9e350a)]
- **fs**: handle UV_ENOTDIR in `fs.statSync` with `throwIfNoEntry`
provided (Juan José Arboleda)
[#&#8203;56996](https://redirect.github.com/nodejs/node/pull/56996)
-
\[[`14b2d496a0`](https://redirect.github.com/nodejs/node/commit/14b2d496a0)]
- **fs**: make `FileHandle.readableWebStream` always create byte streams
(Ian Kerins)
[#&#8203;55461](https://redirect.github.com/nodejs/node/pull/55461)
-
\[[`10d2f1d898`](https://redirect.github.com/nodejs/node/commit/10d2f1d898)]
- **http**: coerce content-length to number (Marco Ippolito)
[#&#8203;57458](https://redirect.github.com/nodejs/node/pull/57458)
-
\[[`9192b7fa25`](https://redirect.github.com/nodejs/node/commit/9192b7fa25)]
- **http**: be more generational GC friendly (ywave620)
[#&#8203;56767](https://redirect.github.com/nodejs/node/pull/56767)
-
\[[`1cf98a8788`](https://redirect.github.com/nodejs/node/commit/1cf98a8788)]
- **inspector**: convert event params to protocol without json
(Chengzhong Wu)
[#&#8203;57027](https://redirect.github.com/nodejs/node/pull/57027)
-
\[[`6dcad868bb`](https://redirect.github.com/nodejs/node/commit/6dcad868bb)]
- **inspector**: skip promise hook in the inspector async hook (Joyee
Cheung)
[#&#8203;57148](https://redirect.github.com/nodejs/node/pull/57148)
-
\[[`787e93f75a`](https://redirect.github.com/nodejs/node/commit/787e93f75a)]
- **inspector**: add Network.Initiator in inspector protocol (Chengzhong
Wu) [#&#8203;56805](https://redirect.github.com/nodejs/node/pull/56805)
-
\[[`c7c04d0dc8`](https://redirect.github.com/nodejs/node/commit/c7c04d0dc8)]
- **inspector**: fix GN build (Cheng)
[#&#8203;56798](https://redirect.github.com/nodejs/node/pull/56798)
-
\[[`177da9c3c3`](https://redirect.github.com/nodejs/node/commit/177da9c3c3)]
- **inspector**: fix StringUtil::CharacterCount for unicodes (Chengzhong
Wu) [#&#8203;56788](https://redirect.github.com/nodejs/node/pull/56788)
-
\[[`1b5418eeea`](https://redirect.github.com/nodejs/node/commit/1b5418eeea)]
- **lib**: add warning when binding inspector to public IP (Demian
Parkhomenko)
[#&#8203;55736](https://redirect.github.com/nodejs/node/pull/55736)
-
\[[`cc4d33842b`](https://redirect.github.com/nodejs/node/commit/cc4d33842b)]
- **lib**: limit split function calls to prevent excessive array length
(Gürgün Dayıoğlu)
[#&#8203;57501](https://redirect.github.com/nodejs/node/pull/57501)
-
\[[`0546612d1d`](https://redirect.github.com/nodejs/node/commit/0546612d1d)]
- **lib**: make getCallSites sourceMap option truly optional (James M
Snell)
[#&#8203;57388](https://redirect.github.com/nodejs/node/pull/57388)
-
\[[`d7d54e6bf3`](https://redirect.github.com/nodejs/node/commit/d7d54e6bf3)]
- **lib**: optimize priority queue (Gürgün Dayıoğlu)
[#&#8203;57100](https://redirect.github.com/nodejs/node/pull/57100)
-
\[[`62761c73a1`](https://redirect.github.com/nodejs/node/commit/62761c73a1)]
- **lib**: fixup incorrect argument order in assertEncoding (James M
Snell)
[#&#8203;57177](https://redirect.github.com/nodejs/node/pull/57177)
-
\[[`5dce55c376`](https://redirect.github.com/nodejs/node/commit/5dce55c376)]
- **meta**: add some clarification to the nomination process (James M
Snell)
[#&#8203;57503](https://redirect.github.com/nodejs/node/pull/57503)
-
\[[`a2a4cf1d95`](https://redirect.github.com/nodejs/node/commit/a2a4cf1d95)]
- **meta**: remove collaborator self-nomination (Rich Trott)
[#&#8203;57537](https://redirect.github.com/nodejs/node/pull/57537)
-
\[[`244f74b844`](https://redirect.github.com/nodejs/node/commit/244f74b844)]
- **meta**: edit collaborator nomination process (Antoine du Hamel)
[#&#8203;57483](https://redirect.github.com/nodejs/node/pull/57483)
-
\[[`dec204bb3f`](https://redirect.github.com/nodejs/node/commit/dec204bb3f)]
- **meta**: move ovflowd to emeritus (Claudio W.)
[#&#8203;57443](https://redirect.github.com/nodejs/node/pull/57443)
-
\[[`c0b8b84384`](https://redirect.github.com/nodejs/node/commit/c0b8b84384)]
- **meta**: bump codecov/codecov-action from 5.3.1 to 5.4.0
(dependabot\[bot])
[#&#8203;57257](https://redirect.github.com/nodejs/node/pull/57257)
-
\[[`14cbe292da`](https://redirect.github.com/nodejs/node/commit/14cbe292da)]
- **meta**: bump github/codeql-action from 3.28.8 to 3.28.10
(dependabot\[bot])
[#&#8203;57254](https://redirect.github.com/nodejs/node/pull/57254)
-
\[[`69d2dd69e2`](https://redirect.github.com/nodejs/node/commit/69d2dd69e2)]
- **meta**: bump ossf/scorecard-action from 2.4.0 to 2.4.1
(dependabot\[bot])
[#&#8203;57253](https://redirect.github.com/nodejs/node/pull/57253)
-
\[[`5f3428ded6`](https://redirect.github.com/nodejs/node/commit/5f3428ded6)]
- **meta**: move RaisinTen back to collaborators, triagers and SEA
champion (Darshan Sen)
[#&#8203;57292](https://redirect.github.com/nodejs/node/pull/57292)
-
\[[`3eea8c72fc`](https://redirect.github.com/nodejs/node/commit/3eea8c72fc)]
- **meta**: bump actions/download-artifact from 4.1.8 to 4.1.9
(dependabot\[bot])
[#&#8203;57260](https://redirect.github.com/nodejs/node/pull/57260)
-
\[[`2508893edb`](https://redirect.github.com/nodejs/node/commit/2508893edb)]
- **meta**: bump peter-evans/create-pull-request from 7.0.6 to 7.0.7
(dependabot\[bot])
[#&#8203;57259](https://redirect.github.com/nodejs/node/pull/57259)
-
\[[`fc09523f44`](https://redirect.github.com/nodejs/node/commit/fc09523f44)]
- **meta**: bump step-security/harden-runner from 2.10.4 to 2.11.0
(dependabot\[bot])
[#&#8203;57258](https://redirect.github.com/nodejs/node/pull/57258)
-
\[[`b162402440`](https://redirect.github.com/nodejs/node/commit/b162402440)]
- **meta**: bump actions/cache from 4.2.0 to 4.2.2 (dependabot\[bot])
[#&#8203;57256](https://redirect.github.com/nodejs/node/pull/57256)
-
\[[`f781be1332`](https://redirect.github.com/nodejs/node/commit/f781be1332)]
- **meta**: bump actions/upload-artifact from 4.6.0 to 4.6.1
(dependabot\[bot])
[#&#8203;57255](https://redirect.github.com/nodejs/node/pull/57255)
-
\[[`7934ad9fc0`](https://redirect.github.com/nodejs/node/commit/7934ad9fc0)]
- **meta**: bump `actions/setup-python` from 5.3.0 to 5.4.0
(dependabot\[bot])
[#&#8203;56867](https://redirect.github.com/nodejs/node/pull/56867)
-
\[[`eb4fb9ce90`](https://redirect.github.com/nodejs/node/commit/eb4fb9ce90)]
- **meta**: bump `peter-evans/create-pull-request` from 7.0.5 to 7.0.6
(dependabot\[bot])
[#&#8203;56866](https://redirect.github.com/nodejs/node/pull/56866)
-
\[[`a14e7f1cc4`](https://redirect.github.com/nodejs/node/commit/a14e7f1cc4)]
- **meta**: bump `mozilla-actions/sccache-action` from 0.0.6 to 0.0.7
(dependabot\[bot])
[#&#8203;56865](https://redirect.github.com/nodejs/node/pull/56865)
-
\[[`6c8a9e3d0d`](https://redirect.github.com/nodejs/node/commit/6c8a9e3d0d)]
- **meta**: bump `codecov/codecov-action` from 5.0.7 to 5.3.1
(dependabot\[bot])
[#&#8203;56864](https://redirect.github.com/nodejs/node/pull/56864)
-
\[[`f438c27cbf`](https://redirect.github.com/nodejs/node/commit/f438c27cbf)]
- **meta**: bump `step-security/harden-runner` from 2.10.2 to 2.10.4
(dependabot\[bot])
[#&#8203;56863](https://redirect.github.com/nodejs/node/pull/56863)
-
\[[`24b7fcb153`](https://redirect.github.com/nodejs/node/commit/24b7fcb153)]
- **meta**: bump `actions/cache` from 4.1.2 to 4.2.0 (dependabot\[bot])
[#&#8203;56862](https://redirect.github.com/nodejs/node/pull/56862)
-
\[[`a0afc47988`](https://redirect.github.com/nodejs/node/commit/a0afc47988)]
- **meta**: bump `actions/stale` from 9.0.0 to 9.1.0 (dependabot\[bot])
[#&#8203;56860](https://redirect.github.com/nodejs/node/pull/56860)
-
\[[`8abf4e5d7d`](https://redirect.github.com/nodejs/node/commit/8abf4e5d7d)]
- **meta**: bump `github/codeql-action` from 3.27.5 to 3.28.8
(dependabot\[bot])
[#&#8203;56859](https://redirect.github.com/nodejs/node/pull/56859)
-
\[[`c5bff736e9`](https://redirect.github.com/nodejs/node/commit/c5bff736e9)]
- **meta**: add CODEOWNERS for SQLite (Colin Ihrig)
[#&#8203;57147](https://redirect.github.com/nodejs/node/pull/57147)
-
\[[`fd2abaa088`](https://redirect.github.com/nodejs/node/commit/fd2abaa088)]
- **meta**: update last name for jkrems (Jan Martin)
[#&#8203;57006](https://redirect.github.com/nodejs/node/pull/57006)
-
\[[`2383f00aae`](https://redirect.github.com/nodejs/node/commit/2383f00aae)]
- **meta**: bump `actions/upload-artifact` from 4.4.3 to 4.6.0
(dependabot\[bot])
[#&#8203;56861](https://redirect.github.com/nodejs/node/pull/56861)
-
\[[`35b3140d03`](https://redirect.github.com/nodejs/node/commit/35b3140d03)]
- **meta**: bump `actions/setup-node` from 4.1.0 to 4.2.0
(dependabot\[bot])
[#&#8203;56868](https://redirect.github.com/nodejs/node/pull/56868)
-
\[[`815fcef73d`](https://redirect.github.com/nodejs/node/commit/815fcef73d)]
- **meta**: move one or more collaborators to emeritus (Node.js GitHub
Bot) [#&#8203;56889](https://redirect.github.com/nodejs/node/pull/56889)
-
\[[`08001127a2`](https://redirect.github.com/nodejs/node/commit/08001127a2)]
- **meta**: add
[@&#8203;nodejs/url](https://redirect.github.com/nodejs/url) as
codeowner (Chengzhong Wu)
[#&#8203;56783](https://redirect.github.com/nodejs/node/pull/56783)
-
\[[`3ceda2a035`](https://redirect.github.com/nodejs/node/commit/3ceda2a035)]
- **module**: handle cached linked async jobs in require(esm) (Joyee
Cheung)
[#&#8203;57187](https://redirect.github.com/nodejs/node/pull/57187)
-
\[[`4c29cc7e6b`](https://redirect.github.com/nodejs/node/commit/4c29cc7e6b)]
- **module**: add dynamic file-specific ESM warnings (Mert Can Altin)
[#&#8203;56628](https://redirect.github.com/nodejs/node/pull/56628)
-
\[[`d1845edd21`](https://redirect.github.com/nodejs/node/commit/d1845edd21)]
- **module**: improve error message from asynchronicity in require(esm)
(Joyee Cheung)
[#&#8203;57126](https://redirect.github.com/nodejs/node/pull/57126)
-
\[[`41fa7d3c21`](https://redirect.github.com/nodejs/node/commit/41fa7d3c21)]
- **module**: allow omitting context in synchronous next hooks (Joyee
Cheung)
[#&#8203;57056](https://redirect.github.com/nodejs/node/pull/57056)
-
\[[`deddecce3a`](https://redirect.github.com/nodejs/node/commit/deddecce3a)]
- **module**: fix require.resolve() crash on non-string paths (Aditi)
[#&#8203;56942](https://redirect.github.com/nodejs/node/pull/56942)
-
\[[`926b887534`](https://redirect.github.com/nodejs/node/commit/926b887534)]
- **module**: fixing url change in load sync hook chain (Vitalii Akimov)
[#&#8203;56402](https://redirect.github.com/nodejs/node/pull/56402)
-
\[[`6b93ba723b`](https://redirect.github.com/nodejs/node/commit/6b93ba723b)]
- **(SEMVER-MINOR)** **module**: use synchronous hooks for preparsing in
import(cjs) (Joyee Cheung)
[#&#8203;55698](https://redirect.github.com/nodejs/node/pull/55698)
-
\[[`b2e44a8079`](https://redirect.github.com/nodejs/node/commit/b2e44a8079)]
- **(SEMVER-MINOR)** **module**: implement module.registerHooks() (Joyee
Cheung)
[#&#8203;55698](https://redirect.github.com/nodejs/node/pull/55698)
-
\[[`e79e67f6dc`](https://redirect.github.com/nodejs/node/commit/e79e67f6dc)]
- **net**: validate non-string host for socket.connect (Daeyeon Jeong)
[#&#8203;57198](https://redirect.github.com/nodejs/node/pull/57198)
-
\[[`e23056212e`](https://redirect.github.com/nodejs/node/commit/e23056212e)]
- **net**: replace brand checks with identity checks (Yagiz Nizipli)
[#&#8203;57341](https://redirect.github.com/nodejs/node/pull/57341)
-
\[[`9c0d5e140b`](https://redirect.github.com/nodejs/node/commit/9c0d5e140b)]
- **net**: emit an error when custom lookup resolves to a non-string
address (Edy Silva)
[#&#8203;57192](https://redirect.github.com/nodejs/node/pull/57192)
-
\[[`2ce79787de`](https://redirect.github.com/nodejs/node/commit/2ce79787de)]
- **(SEMVER-MINOR)** **process**: add execve (Paolo Insogna)
[#&#8203;56496](https://redirect.github.com/nodejs/node/pull/56496)
-
\[[`712db2232c`](https://redirect.github.com/nodejs/node/commit/712db2232c)]
- **readline**: add support for `Symbol.dispose` (Antoine du Hamel)
[#&#8203;57276](https://redirect.github.com/nodejs/node/pull/57276)
-
\[[`55fb81c0f1`](https://redirect.github.com/nodejs/node/commit/55fb81c0f1)]
- **readline**: fix unresolved promise on abortion (Daniel Venable)
[#&#8203;54030](https://redirect.github.com/nodejs/node/pull/54030)
-
\[[`dfcd9b1ac2`](https://redirect.github.com/nodejs/node/commit/dfcd9b1ac2)]
- **sea**: suppress builtin warning with disableExperimentalSEAWarning
option (koooge)
[#&#8203;57086](https://redirect.github.com/nodejs/node/pull/57086)
-
\[[`bd5c90654a`](https://redirect.github.com/nodejs/node/commit/bd5c90654a)]
- **sqlite**: add support for unknown named parameters (Colin Ihrig)
[#&#8203;57552](https://redirect.github.com/nodejs/node/pull/57552)
-
\[[`ec571382a4`](https://redirect.github.com/nodejs/node/commit/ec571382a4)]
- **sqlite**: add DatabaseSync.prototype.isOpen (Colin Ihrig)
[#&#8203;57522](https://redirect.github.com/nodejs/node/pull/57522)
-
\[[`bb3bbed126`](https://redirect.github.com/nodejs/node/commit/bb3bbed126)]
- **sqlite**: add DatabaseSync.prototype\[Symbol.dispose]\() (Colin
Ihrig)
[#&#8203;57506](https://redirect.github.com/nodejs/node/pull/57506)
-
\[[`6067bea027`](https://redirect.github.com/nodejs/node/commit/6067bea027)]
- **sqlite**: restore changes from
[#&#8203;55373](https://redirect.github.com/nodejs/node/issues/55373)
(Colin Ihrig)
[#&#8203;56908](https://redirect.github.com/nodejs/node/pull/56908)
-
\[[`bc672fcfdd`](https://redirect.github.com/nodejs/node/commit/bc672fcfdd)]
- **(SEMVER-MINOR)** **sqlite**: allow returning `ArrayBufferView`s from
user-defined functions (René)
[#&#8203;56790](https://redirect.github.com/nodejs/node/pull/56790)
-
\[[`227603dc30`](https://redirect.github.com/nodejs/node/commit/227603dc30)]
- **sqlite,test,doc**: allow Buffer and URL as database location (Edy
Silva)
[#&#8203;56991](https://redirect.github.com/nodejs/node/pull/56991)
-
\[[`9dd324467a`](https://redirect.github.com/nodejs/node/commit/9dd324467a)]
- **src**: cleanup aliased_buffer.h (Mohammed Keyvanzadeh)
[#&#8203;57395](https://redirect.github.com/nodejs/node/pull/57395)
-
\[[`45a2b8532b`](https://redirect.github.com/nodejs/node/commit/45a2b8532b)]
- **src**: do not pass nullptr to std::string ctor (Charles Kerr)
[#&#8203;57354](https://redirect.github.com/nodejs/node/pull/57354)
-
\[[`854370a06c`](https://redirect.github.com/nodejs/node/commit/854370a06c)]
- **src**: fix process exit listeners not receiving unsettled tla codes
(Dario Piotrowicz)
[#&#8203;56872](https://redirect.github.com/nodejs/node/pull/56872)
-
\[[`f7fb259193`](https://redirect.github.com/nodejs/node/commit/f7fb259193)]
- **src**: refactor SubtleCrypto algorithm and length validations (Filip
Skokan)
[#&#8203;57319](https://redirect.github.com/nodejs/node/pull/57319)
-
\[[`c7bcc2d6c8`](https://redirect.github.com/nodejs/node/commit/c7bcc2d6c8)]
- **src**: allow embedder customization of OOMErrorHandler (Shelley
Vohr)
[#&#8203;57325](https://redirect.github.com/nodejs/node/pull/57325)
-
\[[`fbd8862156`](https://redirect.github.com/nodejs/node/commit/fbd8862156)]
- **src**: use Maybe\<void> in ProcessEmitWarningSync (Daeyeon Jeong)
[#&#8203;57250](https://redirect.github.com/nodejs/node/pull/57250)
-
\[[`04de550289`](https://redirect.github.com/nodejs/node/commit/04de550289)]
- **src**: make even more improvements to error handling (James M Snell)
[#&#8203;57264](https://redirect.github.com/nodejs/node/pull/57264)
-
\[[`f1c5e46f89`](https://redirect.github.com/nodejs/node/commit/f1c5e46f89)]
- **src**: use cached `emit` v8::String (Daeyeon Jeong)
[#&#8203;57249](https://redirect.github.com/nodejs/node/pull/57249)
-
\[[`65b8e12689`](https://redirect.github.com/nodejs/node/commit/65b8e12689)]
- **src**: refactor SubtleCrypto algorithm and length validations (Filip
Skokan)
[#&#8203;57273](https://redirect.github.com/nodejs/node/pull/57273)
-
\[[`b6091a8b21`](https://redirect.github.com/nodejs/node/commit/b6091a8b21)]
- **src**: make more error handling improvements (James M Snell)
[#&#8203;57262](https://redirect.github.com/nodejs/node/pull/57262)
-
\[[`3bd8a6c76e`](https://redirect.github.com/nodejs/node/commit/3bd8a6c76e)]
- **src**: fix typo in comment (Antoine du Hamel)
[#&#8203;57291](https://redirect.github.com/nodejs/node/pull/57291)
-
\[[`f7e39385ae`](https://redirect.github.com/nodejs/node/commit/f7e39385ae)]
- **src**: improve error handling in `node_messaging.cc` (James M Snell)
[#&#8203;57211](https://redirect.github.com/nodejs/node/pull/57211)
-
\[[`1bb561bede`](https://redirect.github.com/nodejs/node/commit/1bb561bede)]
- **src**: improve error handling in `tty_wrap.cc` (James M Snell)
[#&#8203;57211](https://redirect.github.com/nodejs/node/pull/57211)
-
\[[`567d321a40`](https://redirect.github.com/nodejs/node/commit/567d321a40)]
- **src**: improve error handling in `tcp_wrap.cc` (James M Snell)
[#&#8203;57211](https://redirect.github.com/nodejs/node/pull/57211)
-
\[[`f8bee871f7`](https://redirect.github.com/nodejs/node/commit/f8bee871f7)]
- **src**: fix ThrowInvalidURL call in PathToFileURL (Daniel M Brasil)
[#&#8203;57141](https://redirect.github.com/nodejs/node/pull/57141)
-
\[[`817f7d0e2e`](https://redirect.github.com/nodejs/node/commit/817f7d0e2e)]
- **src**: improve error handling in buffer and dotenv (James M Snell)
[#&#8203;57189](https://redirect.github.com/nodejs/node/pull/57189)
-
\[[`11ef7f9d9c`](https://redirect.github.com/nodejs/node/commit/11ef7f9d9c)]
- **src**: improve error handling in module_wrap (James M Snell)
[#&#8203;57188](https://redirect.github.com/nodejs/node/pull/57188)
-
\[[`3b08d718b1`](https://redirect.github.com/nodejs/node/commit/3b08d718b1)]
- **src**: improve error handling in spawn_sync (James M Snell)
[#&#8203;57185](https://redirect.github.com/nodejs/node/pull/57185)
-
\[[`9221c2ad87`](https://redirect.github.com/nodejs/node/commit/9221c2ad87)]
- **src**: detect whether the string is one byte representation or not
(theweipeng)
[#&#8203;56147](https://redirect.github.com/nodejs/node/pull/56147)
-
\[[`e323694772`](https://redirect.github.com/nodejs/node/commit/e323694772)]
- **src**: fix crash when lazy getter is invoked in a vm context
(Chengzhong Wu)
[#&#8203;57168](https://redirect.github.com/nodejs/node/pull/57168)
-
\[[`9363b05a91`](https://redirect.github.com/nodejs/node/commit/9363b05a91)]
- **src**: do not format single string argument for THROW_ERR_\* (Joyee
Cheung)
[#&#8203;57126](https://redirect.github.com/nodejs/node/pull/57126)
-
\[[`5d6a1bc35b`](https://redirect.github.com/nodejs/node/commit/5d6a1bc35b)]
- **src**: move instead of copy shared pointer in node_blob (Michaël
Zasso)
[#&#8203;57120](https://redirect.github.com/nodejs/node/pull/57120)
-
\[[`5dab48fd9f`](https://redirect.github.com/nodejs/node/commit/5dab48fd9f)]
- **src**: replace NewFromUtf8 with OneByteString where appropriate
(James M Snell)
[#&#8203;57096](https://redirect.github.com/nodejs/node/pull/57096)
-
\[[`0fe60b478d`](https://redirect.github.com/nodejs/node/commit/0fe60b478d)]
- **src**: port `defineLazyProperties` to native code (Antoine du Hamel)
[#&#8203;57081](https://redirect.github.com/nodejs/node/pull/57081)
-
\[[`792959db1d`](https://redirect.github.com/nodejs/node/commit/792959db1d)]
- **src**: improve error handling in node_blob (James M Snell)
[#&#8203;57078](https://redirect.github.com/nodejs/node/pull/57078)
-
\[[`e05e2cfb1e`](https://redirect.github.com/nodejs/node/commit/e05e2cfb1e)]
- **src**: fix accessing empty string (Cheng)
[#&#8203;57014](https://redirect.github.com/nodejs/node/pull/57014)
-
\[[`619e52ce8d`](https://redirect.github.com/nodejs/node/commit/619e52ce8d)]
- **src**: lock the isolate properly in IsolateData destructor (Joyee
Cheung)
[#&#8203;57031](https://redirect.github.com/nodejs/node/pull/57031)
-
\[[`844a4a884d`](https://redirect.github.com/nodejs/node/commit/844a4a884d)]
- **src**: add self-assigment memcpy checks (Burkov Egor)
[#&#8203;56986](https://redirect.github.com/nodejs/node/pull/56986)
-
\[[`0d1e79740f`](https://redirect.github.com/nodejs/node/commit/0d1e79740f)]
- **src**: improve node::Dotenv trimming (Dario Piotrowicz)
[#&#8203;56983](https://redirect.github.com/nodejs/node/pull/56983)
-
\[[`50f164e23b`](https://redirect.github.com/nodejs/node/commit/50f164e23b)]
- **src**: improve error handling in string_bytes/decoder (James M
Snell)
[#&#8203;56978](https://redirect.github.com/nodejs/node/pull/56978)
-
\[[`93aa4393a4`](https://redirect.github.com/nodejs/node/commit/93aa4393a4)]
- **src**: improve error handling in process_wrap (James M Snell)
[#&#8203;56977](https://redirect.github.com/nodejs/node/pull/56977)
-
\[[`c1c824e38d`](https://redirect.github.com/nodejs/node/commit/c1c824e38d)]
- **src**: use `args.This()` in zlib (Michaël Zasso)
[#&#8203;56988](https://redirect.github.com/nodejs/node/pull/56988)
-   \[[`0a8e474b

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-23 14:22:33 +02:00
..

Chart Docs

News

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

Supported Code Block Languages

Check upstream docs

🧞 Commands

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

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

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

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

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

👀 Want to learn more?

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