node-linux-arm64 24.13.1 → 24.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +146 -0
- package/LICENSE +222 -8
- package/README.md +1 -1
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +5 -2
- package/include/node/node.h +78 -0
- package/include/node/node_version.h +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#24.14.0">24.14.0</a><br/>
|
|
12
13
|
<a href="#24.13.1">24.13.1</a><br/>
|
|
13
14
|
<a href="#24.13.0">24.13.0</a><br/>
|
|
14
15
|
<a href="#24.12.0">24.12.0</a><br/>
|
|
@@ -60,6 +61,151 @@
|
|
|
60
61
|
* [io.js](CHANGELOG_IOJS.md)
|
|
61
62
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
62
63
|
|
|
64
|
+
<a id="24.14.0"></a>
|
|
65
|
+
|
|
66
|
+
## 2026-02-24, Version 24.14.0 'Krypton' (LTS), @ruyadorno prepared by @aduh95
|
|
67
|
+
|
|
68
|
+
### Notable Changes
|
|
69
|
+
|
|
70
|
+
* \[[`8b6d31d379`](https://github.com/nodejs/node/commit/8b6d31d379)] - **(SEMVER-MINOR)** **async\_hooks**: add `trackPromises` option to `createHook()` (Joyee Cheung) [#61415](https://github.com/nodejs/node/pull/61415)
|
|
71
|
+
* \[[`68da144b4e`](https://github.com/nodejs/node/commit/68da144b4e)] - **build,deps**: replace cjs-module-lexer with merve (Yagiz Nizipli) [#61456](https://github.com/nodejs/node/pull/61456)
|
|
72
|
+
* \[[`f3a24c76e4`](https://github.com/nodejs/node/commit/f3a24c76e4)] - **(SEMVER-MINOR)** **deps**: add LIEF as a dependency (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
73
|
+
* \[[`1948861d23`](https://github.com/nodejs/node/commit/1948861d23)] - **(SEMVER-MINOR)** **events**: repurpose `events.listenerCount()` to accept EventTargets (René) [#60214](https://github.com/nodejs/node/pull/60214)
|
|
74
|
+
* \[[`d6f7c8d06f`](https://github.com/nodejs/node/commit/d6f7c8d06f)] - **(SEMVER-MINOR)** **fs**: add `ignore` option to `fs.watch` (Matteo Collina) [#61433](https://github.com/nodejs/node/pull/61433)
|
|
75
|
+
* \[[`cb54b3ca6e`](https://github.com/nodejs/node/commit/cb54b3ca6e)] - **(SEMVER-MINOR)** **http**: add `http.setGlobalProxyFromEnv()` (Joyee Cheung) [#60953](https://github.com/nodejs/node/pull/60953)
|
|
76
|
+
* \[[`35b1759d06`](https://github.com/nodejs/node/commit/35b1759d06)] - **(SEMVER-MINOR)** **module**: allow subpath imports that start with `#/` (Jan Martin) [#60864](https://github.com/nodejs/node/pull/60864)
|
|
77
|
+
* \[[`2d72ea66f2`](https://github.com/nodejs/node/commit/2d72ea66f2)] - **(SEMVER-MINOR)** **process**: preserve `AsyncLocalStorage` in `queueMicrotask` only when needed (Gürgün Dayıoğlu) [#60913](https://github.com/nodejs/node/pull/60913)
|
|
78
|
+
* \[[`6f4a4f6c8e`](https://github.com/nodejs/node/commit/6f4a4f6c8e)] - **(SEMVER-MINOR)** **sea**: split sea binary manipulation code (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
79
|
+
* \[[`c0ceb9b065`](https://github.com/nodejs/node/commit/c0ceb9b065)] - **(SEMVER-MINOR)** **sqlite**: enable defensive mode by default (Bart Louwers) [#61266](https://github.com/nodejs/node/pull/61266)
|
|
80
|
+
* \[[`33d8e8303b`](https://github.com/nodejs/node/commit/33d8e8303b)] - **(SEMVER-MINOR)** **sqlite**: add sqlite prepare options args (Guilherme Araújo) [#61311](https://github.com/nodejs/node/pull/61311)
|
|
81
|
+
* \[[`563ab699eb`](https://github.com/nodejs/node/commit/563ab699eb)] - **(SEMVER-MINOR)** **src**: add initial support for ESM in embedder API (Joyee Cheung) [#61548](https://github.com/nodejs/node/pull/61548)
|
|
82
|
+
* \[[`4c80031000`](https://github.com/nodejs/node/commit/4c80031000)] - **(SEMVER-MINOR)** **stream**: add `bytes()` method to `node:stream/consumers` (wantaek) [#60426](https://github.com/nodejs/node/pull/60426)
|
|
83
|
+
* \[[`f5233df4ff`](https://github.com/nodejs/node/commit/f5233df4ff)] - **(SEMVER-MINOR)** **stream**: do not pass `readable.compose()` output via `Readable.from()` (René) [#60907](https://github.com/nodejs/node/pull/60907)
|
|
84
|
+
* \[[`345a40fda3`](https://github.com/nodejs/node/commit/345a40fda3)] - **(SEMVER-MINOR)** **test**: use fixture directories for sea tests (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
85
|
+
* \[[`972f82411d`](https://github.com/nodejs/node/commit/972f82411d)] - **(SEMVER-MINOR)** **test\_runner**: add `env` option to `run` function (Ethan Arrowood) [#61367](https://github.com/nodejs/node/pull/61367)
|
|
86
|
+
* \[[`d77f98c4b6`](https://github.com/nodejs/node/commit/d77f98c4b6)] - **(SEMVER-MINOR)** **test\_runner**: support expecting a test-case to fail (Jacob Smith) [#60669](https://github.com/nodejs/node/pull/60669)
|
|
87
|
+
* \[[`8e900af6ba`](https://github.com/nodejs/node/commit/8e900af6ba)] - **(SEMVER-MINOR)** **util**: add `convertProcessSignalToExitCode` utility (Erick Wendel) [#60963](https://github.com/nodejs/node/pull/60963)
|
|
88
|
+
|
|
89
|
+
### Commits
|
|
90
|
+
|
|
91
|
+
* \[[`180778fb9a`](https://github.com/nodejs/node/commit/180778fb9a)] - **assert**: fix loose deepEqual arrays with undefined and null failing (Ruben Bridgewater) [#61587](https://github.com/nodejs/node/pull/61587)
|
|
92
|
+
* \[[`8b6d31d379`](https://github.com/nodejs/node/commit/8b6d31d379)] - **(SEMVER-MINOR)** **async\_hooks**: add trackPromises option to createHook() (Joyee Cheung) [#61415](https://github.com/nodejs/node/pull/61415)
|
|
93
|
+
* \[[`83bcd38d35`](https://github.com/nodejs/node/commit/83bcd38d35)] - **benchmark**: add streaming TextDecoder benchmark (Сковорода Никита Андреевич) [#61549](https://github.com/nodejs/node/pull/61549)
|
|
94
|
+
* \[[`4c105844c5`](https://github.com/nodejs/node/commit/4c105844c5)] - **build**: add support for Visual Studio 2026 (Michaël Zasso) [#60727](https://github.com/nodejs/node/pull/60727)
|
|
95
|
+
* \[[`1f84fd91d9`](https://github.com/nodejs/node/commit/1f84fd91d9)] - **build**: skip sscache action on non-main branches (Joyee Cheung) [#61790](https://github.com/nodejs/node/pull/61790)
|
|
96
|
+
* \[[`30601b680f`](https://github.com/nodejs/node/commit/30601b680f)] - **build**: add `--shared-nbytes` configure flag (Antoine du Hamel) [#61341](https://github.com/nodejs/node/pull/61341)
|
|
97
|
+
* \[[`c6253eda49`](https://github.com/nodejs/node/commit/c6253eda49)] - **build**: add `--shared-hdr-histogram` configure flag (Antoine du Hamel) [#61280](https://github.com/nodejs/node/pull/61280)
|
|
98
|
+
* \[[`584c189037`](https://github.com/nodejs/node/commit/584c189037)] - **build**: add `--shared-gtest` configure flag (Antoine du Hamel) [#61279](https://github.com/nodejs/node/pull/61279)
|
|
99
|
+
* \[[`5998987881`](https://github.com/nodejs/node/commit/5998987881)] - **build**: aix: deoptimize implementation-visitor.cc with --shared (Stewart X Addison) [#61550](https://github.com/nodejs/node/pull/61550)
|
|
100
|
+
* \[[`68da144b4e`](https://github.com/nodejs/node/commit/68da144b4e)] - **build,deps**: replace cjs-module-lexer with merve (Yagiz Nizipli) [#61456](https://github.com/nodejs/node/pull/61456)
|
|
101
|
+
* \[[`6a4511bafb`](https://github.com/nodejs/node/commit/6a4511bafb)] - **build,win**: fix vs2022 compilation (Stefan Stojanovic) [#61530](https://github.com/nodejs/node/pull/61530)
|
|
102
|
+
* \[[`2d6735db8a`](https://github.com/nodejs/node/commit/2d6735db8a)] - **deps**: upgrade npm to 11.9.0 (npm team) [#61685](https://github.com/nodejs/node/pull/61685)
|
|
103
|
+
* \[[`699e2f8f81`](https://github.com/nodejs/node/commit/699e2f8f81)] - **deps**: update amaro to 1.1.7 (Node.js GitHub Bot) [#61730](https://github.com/nodejs/node/pull/61730)
|
|
104
|
+
* \[[`7be76316d6`](https://github.com/nodejs/node/commit/7be76316d6)] - **deps**: update minimatch to 10.1.2 (Node.js GitHub Bot) [#61732](https://github.com/nodejs/node/pull/61732)
|
|
105
|
+
* \[[`97e5a65013`](https://github.com/nodejs/node/commit/97e5a65013)] - **deps**: update undici to 7.21.0 (Node.js GitHub Bot) [#61683](https://github.com/nodejs/node/pull/61683)
|
|
106
|
+
* \[[`74e4710ee7`](https://github.com/nodejs/node/commit/74e4710ee7)] - **deps**: update googletest to 56efe3983185e3f37e43415d1afa97e3860f187f (Node.js GitHub Bot) [#61605](https://github.com/nodejs/node/pull/61605)
|
|
107
|
+
* \[[`b5113e2a2a`](https://github.com/nodejs/node/commit/b5113e2a2a)] - **deps**: update amaro to 1.1.6 (Node.js GitHub Bot) [#61603](https://github.com/nodejs/node/pull/61603)
|
|
108
|
+
* \[[`f3a24c76e4`](https://github.com/nodejs/node/commit/f3a24c76e4)] - **(SEMVER-MINOR)** **deps**: add LIEF as a dependency (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
109
|
+
* \[[`c370c3dc06`](https://github.com/nodejs/node/commit/c370c3dc06)] - **(SEMVER-MINOR)** **deps**: add tools and scripts to pull LIEF as a dependency (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
110
|
+
* \[[`e54975e17d`](https://github.com/nodejs/node/commit/e54975e17d)] - **deps**: V8: cherry-pick highway\@dcc0ca1cd42 (Richard Lau) [#61008](https://github.com/nodejs/node/pull/61008)
|
|
111
|
+
* \[[`625b90b76b`](https://github.com/nodejs/node/commit/625b90b76b)] - **deps**: update undici to 7.19.2 (Node.js GitHub Bot) [#61566](https://github.com/nodejs/node/pull/61566)
|
|
112
|
+
* \[[`05e9a9fb5e`](https://github.com/nodejs/node/commit/05e9a9fb5e)] - **deps**: update undici to 7.19.1 (Node.js GitHub Bot) [#61514](https://github.com/nodejs/node/pull/61514)
|
|
113
|
+
* \[[`3d41643e38`](https://github.com/nodejs/node/commit/3d41643e38)] - **deps**: update undici to 7.19.0 (Node.js GitHub Bot) [#61470](https://github.com/nodejs/node/pull/61470)
|
|
114
|
+
* \[[`17b363a66c`](https://github.com/nodejs/node/commit/17b363a66c)] - **dns**: fix Windows SRV ECONNREFUSED by adjusting c-ares fallback detection (notvivek12) [#61453](https://github.com/nodejs/node/pull/61453)
|
|
115
|
+
* \[[`33d0a8c22d`](https://github.com/nodejs/node/commit/33d0a8c22d)] - **doc**: clarify EventEmitter error handling in threat model (Matteo Collina) [#61701](https://github.com/nodejs/node/pull/61701)
|
|
116
|
+
* \[[`5b8e72cf85`](https://github.com/nodejs/node/commit/5b8e72cf85)] - **doc**: mention default option for test runner env (Steven) [#61659](https://github.com/nodejs/node/pull/61659)
|
|
117
|
+
* \[[`f44e67fac2`](https://github.com/nodejs/node/commit/f44e67fac2)] - **doc**: fix --inspect security warning section (Tim Perry) [#61675](https://github.com/nodejs/node/pull/61675)
|
|
118
|
+
* \[[`a0e09c9043`](https://github.com/nodejs/node/commit/a0e09c9043)] - **doc**: document `url.format(urlString)` as deprecated under DEP0169 (René) [#61644](https://github.com/nodejs/node/pull/61644)
|
|
119
|
+
* \[[`5e719248fe`](https://github.com/nodejs/node/commit/5e719248fe)] - **doc**: deprecation add more codemod (Augustin Mauroy) [#61642](https://github.com/nodejs/node/pull/61642)
|
|
120
|
+
* \[[`8f5a3e5df4`](https://github.com/nodejs/node/commit/8f5a3e5df4)] - **doc**: fix grammatical error in README.md (ayj8201) [#61653](https://github.com/nodejs/node/pull/61653)
|
|
121
|
+
* \[[`d52b535163`](https://github.com/nodejs/node/commit/d52b535163)] - **doc**: correct tools README Boxstarter link (Mike McCready) [#61638](https://github.com/nodejs/node/pull/61638)
|
|
122
|
+
* \[[`4889dc4f59`](https://github.com/nodejs/node/commit/4889dc4f59)] - **doc**: update `server.dropMaxConnection` link (YuSheng Chen) [#61584](https://github.com/nodejs/node/pull/61584)
|
|
123
|
+
* \[[`8e48e72f2a`](https://github.com/nodejs/node/commit/8e48e72f2a)] - **doc**: clean up writing-and-running-benchmarks.md (Hardanish Singh) [#61345](https://github.com/nodejs/node/pull/61345)
|
|
124
|
+
* \[[`1948861d23`](https://github.com/nodejs/node/commit/1948861d23)] - **(SEMVER-MINOR)** **events**: repurpose `events.listenerCount()` to accept EventTargets (René) [#60214](https://github.com/nodejs/node/pull/60214)
|
|
125
|
+
* \[[`d6f7c8d06f`](https://github.com/nodejs/node/commit/d6f7c8d06f)] - **(SEMVER-MINOR)** **fs**: add ignore option to fs.watch (Matteo Collina) [#61433](https://github.com/nodejs/node/pull/61433)
|
|
126
|
+
* \[[`2d7e5f9581`](https://github.com/nodejs/node/commit/2d7e5f9581)] - **http**: implement slab allocation for HTTP header parsing (Mert Can Altin) [#61375](https://github.com/nodejs/node/pull/61375)
|
|
127
|
+
* \[[`cb54b3ca6e`](https://github.com/nodejs/node/commit/cb54b3ca6e)] - **(SEMVER-MINOR)** **http**: add http.setGlobalProxyFromEnv() (Joyee Cheung) [#60953](https://github.com/nodejs/node/pull/60953)
|
|
128
|
+
* \[[`6df8be48ce`](https://github.com/nodejs/node/commit/6df8be48ce)] - **lib**: use utf8 fast path for streaming TextDecoder (Сковорода Никита Андреевич) [#61549](https://github.com/nodejs/node/pull/61549)
|
|
129
|
+
* \[[`830fff0aca`](https://github.com/nodejs/node/commit/830fff0aca)] - **lib**: recycle queues (Robert Nagy) [#61461](https://github.com/nodejs/node/pull/61461)
|
|
130
|
+
* \[[`069874bdbd`](https://github.com/nodejs/node/commit/069874bdbd)] - **lib**: use StringPrototypeStartsWith from primordials in locks (Taejin Kim) [#61492](https://github.com/nodejs/node/pull/61492)
|
|
131
|
+
* \[[`7824c7589e`](https://github.com/nodejs/node/commit/7824c7589e)] - **lib**: unify ICU and no-ICU TextDecoder (Сковорода Никита Андреевич) [#61409](https://github.com/nodejs/node/pull/61409)
|
|
132
|
+
* \[[`f81430702a`](https://github.com/nodejs/node/commit/f81430702a)] - **lib**: prefer `call()` over `apply()` if argument list is not array (Livia Medeiros) [#60796](https://github.com/nodejs/node/pull/60796)
|
|
133
|
+
* \[[`a723f72e1e`](https://github.com/nodejs/node/commit/a723f72e1e)] - **lib**: add support for readable byte streams to .toWeb() (Hans Klunder) [#58664](https://github.com/nodejs/node/pull/58664)
|
|
134
|
+
* \[[`b78d814b3d`](https://github.com/nodejs/node/commit/b78d814b3d)] - **meta**: persist sccache daemon until end of build workflows (René) [#61639](https://github.com/nodejs/node/pull/61639)
|
|
135
|
+
* \[[`40a872a4b9`](https://github.com/nodejs/node/commit/40a872a4b9)] - **meta**: bump github/codeql-action from 4.31.9 to 4.32.0 (dependabot\[bot]) [#61622](https://github.com/nodejs/node/pull/61622)
|
|
136
|
+
* \[[`0637bdb3be`](https://github.com/nodejs/node/commit/0637bdb3be)] - **meta**: bump step-security/harden-runner from 2.14.0 to 2.14.1 (dependabot\[bot]) [#61621](https://github.com/nodejs/node/pull/61621)
|
|
137
|
+
* \[[`e8d9bd9fc5`](https://github.com/nodejs/node/commit/e8d9bd9fc5)] - **meta**: bump actions/setup-python from 6.1.0 to 6.2.0 (dependabot\[bot]) [#61627](https://github.com/nodejs/node/pull/61627)
|
|
138
|
+
* \[[`c517df2b65`](https://github.com/nodejs/node/commit/c517df2b65)] - **meta**: bump actions/setup-node from 6.1.0 to 6.2.0 (dependabot\[bot]) [#61625](https://github.com/nodejs/node/pull/61625)
|
|
139
|
+
* \[[`9a64f2f25d`](https://github.com/nodejs/node/commit/9a64f2f25d)] - **meta**: bump actions/cache from 5.0.1 to 5.0.3 (dependabot\[bot]) [#61624](https://github.com/nodejs/node/pull/61624)
|
|
140
|
+
* \[[`0e5922e95e`](https://github.com/nodejs/node/commit/0e5922e95e)] - **meta**: bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (dependabot\[bot]) [#61623](https://github.com/nodejs/node/pull/61623)
|
|
141
|
+
* \[[`5da7b51091`](https://github.com/nodejs/node/commit/5da7b51091)] - **meta**: bump actions/stale from 10.1.0 to 10.1.1 (dependabot\[bot]) [#61620](https://github.com/nodejs/node/pull/61620)
|
|
142
|
+
* \[[`c085c8a43f`](https://github.com/nodejs/node/commit/c085c8a43f)] - **meta**: bump actions/checkout from 6.0.1 to 6.0.2 (dependabot\[bot]) [#61619](https://github.com/nodejs/node/pull/61619)
|
|
143
|
+
* \[[`ce2acf0275`](https://github.com/nodejs/node/commit/ce2acf0275)] - **meta**: bump actions/download-artifact from 6.0.0 to 7.0.0 (dependabot\[bot]) [#61242](https://github.com/nodejs/node/pull/61242)
|
|
144
|
+
* \[[`629f0eaac5`](https://github.com/nodejs/node/commit/629f0eaac5)] - **meta**: bump actions/checkout from 6.0.0 to 6.0.1 (dependabot\[bot]) [#61239](https://github.com/nodejs/node/pull/61239)
|
|
145
|
+
* \[[`cd80d369c9`](https://github.com/nodejs/node/commit/cd80d369c9)] - **meta**: bump actions/upload-artifact from 5.0.0 to 6.0.0 (dependabot\[bot]) [#61238](https://github.com/nodejs/node/pull/61238)
|
|
146
|
+
* \[[`8c75e4e1fa`](https://github.com/nodejs/node/commit/8c75e4e1fa)] - **meta**: bump actions/checkout from 5.0.1 to 6.0.0 (dependabot\[bot]) [#60925](https://github.com/nodejs/node/pull/60925)
|
|
147
|
+
* \[[`5a9e9f4127`](https://github.com/nodejs/node/commit/5a9e9f4127)] - **meta**: bump actions/checkout from 5.0.0 to 5.0.1 (dependabot\[bot]) [#60767](https://github.com/nodejs/node/pull/60767)
|
|
148
|
+
* \[[`1519251dd1`](https://github.com/nodejs/node/commit/1519251dd1)] - **module**: do not invoke resolve hooks twice for imported cjs (Joyee Cheung) [#61529](https://github.com/nodejs/node/pull/61529)
|
|
149
|
+
* \[[`8d7190b3fe`](https://github.com/nodejs/node/commit/8d7190b3fe)] - **module**: do not wrap module.\_load when tracing is not enabled (Joyee Cheung) [#61479](https://github.com/nodejs/node/pull/61479)
|
|
150
|
+
* \[[`35b1759d06`](https://github.com/nodejs/node/commit/35b1759d06)] - **(SEMVER-MINOR)** **module**: allow subpath imports that start with `#/` (Jan Martin) [#60864](https://github.com/nodejs/node/pull/60864)
|
|
151
|
+
* \[[`7a83b38921`](https://github.com/nodejs/node/commit/7a83b38921)] - **net**: defer synchronous destroy calls in internalConnect (RajeshKumar11) [#61658](https://github.com/nodejs/node/pull/61658)
|
|
152
|
+
* \[[`16bab79421`](https://github.com/nodejs/node/commit/16bab79421)] - **process**: do not truncate long strings in `--print` (Mohamed Akram) [#61497](https://github.com/nodejs/node/pull/61497)
|
|
153
|
+
* \[[`2d72ea66f2`](https://github.com/nodejs/node/commit/2d72ea66f2)] - **(SEMVER-MINOR)** **process**: preserve AsyncLocalStorage in queueMicrotask only when needed (Gürgün Dayıoğlu) [#60913](https://github.com/nodejs/node/pull/60913)
|
|
154
|
+
* \[[`9cc1c4604f`](https://github.com/nodejs/node/commit/9cc1c4604f)] - **repl**: fix getters triggering side effects during completion (Dario Piotrowicz) [#61043](https://github.com/nodejs/node/pull/61043)
|
|
155
|
+
* \[[`93703306a1`](https://github.com/nodejs/node/commit/93703306a1)] - **repl**: tab completion targets `<class>` instead of `new <class>` (Đỗ Trọng Hải) [#60319](https://github.com/nodejs/node/pull/60319)
|
|
156
|
+
* \[[`6f4a4f6c8e`](https://github.com/nodejs/node/commit/6f4a4f6c8e)] - **(SEMVER-MINOR)** **sea**: split sea binary manipulation code (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
157
|
+
* \[[`46a2dad4db`](https://github.com/nodejs/node/commit/46a2dad4db)] - **sqlite**: avoid extra copy for large text binds (Ali Hassan) [#61580](https://github.com/nodejs/node/pull/61580)
|
|
158
|
+
* \[[`f91a377f7e`](https://github.com/nodejs/node/commit/f91a377f7e)] - **sqlite**: use DictionaryTemplate for run() result (Mert Can Altin) [#61432](https://github.com/nodejs/node/pull/61432)
|
|
159
|
+
* \[[`0e7571ae3e`](https://github.com/nodejs/node/commit/0e7571ae3e)] - **sqlite**: change approach to fix segfault SQLTagStore (Bart Louwers) [#60462](https://github.com/nodejs/node/pull/60462)
|
|
160
|
+
* \[[`8e8f70524a`](https://github.com/nodejs/node/commit/8e8f70524a)] - **sqlite**: reserve vectors space (Guilherme Araújo) [#61540](https://github.com/nodejs/node/pull/61540)
|
|
161
|
+
* \[[`c0ceb9b065`](https://github.com/nodejs/node/commit/c0ceb9b065)] - **(SEMVER-MINOR)** **sqlite**: enable defensive mode by default (Bart Louwers) [#61266](https://github.com/nodejs/node/pull/61266)
|
|
162
|
+
* \[[`33d8e8303b`](https://github.com/nodejs/node/commit/33d8e8303b)] - **(SEMVER-MINOR)** **sqlite**: add sqlite prepare options args (Guilherme Araújo) [#61311](https://github.com/nodejs/node/pull/61311)
|
|
163
|
+
* \[[`f0d8f37002`](https://github.com/nodejs/node/commit/f0d8f37002)] - **src**: elide heap allocation in structured clone implementation (Anna Henningsen) [#61703](https://github.com/nodejs/node/pull/61703)
|
|
164
|
+
* \[[`db478c4336`](https://github.com/nodejs/node/commit/db478c4336)] - **src**: use simdutf for one-byte string UTF-8 write in stringBytes (Mert Can Altin) [#61696](https://github.com/nodejs/node/pull/61696)
|
|
165
|
+
* \[[`563ab699eb`](https://github.com/nodejs/node/commit/563ab699eb)] - **(SEMVER-MINOR)** **src**: add initial support for ESM in embedder API (Joyee Cheung) [#61548](https://github.com/nodejs/node/pull/61548)
|
|
166
|
+
* \[[`da13186a15`](https://github.com/nodejs/node/commit/da13186a15)] - **src**: throw RangeError on failed ArrayBuffer BackingStore allocation (Chengzhong Wu) [#61480](https://github.com/nodejs/node/pull/61480)
|
|
167
|
+
* \[[`4c80031000`](https://github.com/nodejs/node/commit/4c80031000)] - **(SEMVER-MINOR)** **stream**: add bytes() method to stream/consumers (wantaek) [#60426](https://github.com/nodejs/node/pull/60426)
|
|
168
|
+
* \[[`f5233df4ff`](https://github.com/nodejs/node/commit/f5233df4ff)] - **(SEMVER-MINOR)** **stream**: do not pass `readable.compose()` output via `Readable.from()` (René) [#60907](https://github.com/nodejs/node/pull/60907)
|
|
169
|
+
* \[[`ad04a469c8`](https://github.com/nodejs/node/commit/ad04a469c8)] - **test**: restraint version replacement pattern in snapshots (Chengzhong Wu) [#61748](https://github.com/nodejs/node/pull/61748)
|
|
170
|
+
* \[[`2d3b4a8d65`](https://github.com/nodejs/node/commit/2d3b4a8d65)] - **test**: print stack immediately avoiding GC interleaving (Chengzhong Wu) [#61699](https://github.com/nodejs/node/pull/61699)
|
|
171
|
+
* \[[`38f43a6d4e`](https://github.com/nodejs/node/commit/38f43a6d4e)] - **test**: fix case-insensitive path matching on Windows (Matteo Collina) [#61682](https://github.com/nodejs/node/pull/61682)
|
|
172
|
+
* \[[`06513f5ff2`](https://github.com/nodejs/node/commit/06513f5ff2)] - **test**: fix flaky test-performance-eventloopdelay (Matteo Collina) [#61629](https://github.com/nodejs/node/pull/61629)
|
|
173
|
+
* \[[`9d79c66c61`](https://github.com/nodejs/node/commit/9d79c66c61)] - **test**: remove duplicate wpt tests (Filip Skokan) [#61617](https://github.com/nodejs/node/pull/61617)
|
|
174
|
+
* \[[`eac9f4f401`](https://github.com/nodejs/node/commit/eac9f4f401)] - **test**: fix race condition in watch mode tests (Matteo Collina) [#61615](https://github.com/nodejs/node/pull/61615)
|
|
175
|
+
* \[[`ecf5947575`](https://github.com/nodejs/node/commit/ecf5947575)] - **test**: update WPT for url to e3c46fdf55 (Node.js GitHub Bot) [#61602](https://github.com/nodejs/node/pull/61602)
|
|
176
|
+
* \[[`356ff5fece`](https://github.com/nodejs/node/commit/356ff5fece)] - **test**: use the skipIfNoWatch() utility function (Luigi Pinca) [#61531](https://github.com/nodejs/node/pull/61531)
|
|
177
|
+
* \[[`4b2187aea2`](https://github.com/nodejs/node/commit/4b2187aea2)] - **test**: unify assertSnapshot common patterns (Chengzhong Wu) [#61590](https://github.com/nodejs/node/pull/61590)
|
|
178
|
+
* \[[`8c25489d63`](https://github.com/nodejs/node/commit/8c25489d63)] - **test**: split test-fs-watch-ignore-\* (Luigi Pinca) [#61494](https://github.com/nodejs/node/pull/61494)
|
|
179
|
+
* \[[`43b8a2b7e7`](https://github.com/nodejs/node/commit/43b8a2b7e7)] - **test**: add some validation for JSON doc output (Antoine du Hamel) [#61413](https://github.com/nodejs/node/pull/61413)
|
|
180
|
+
* \[[`345a40fda3`](https://github.com/nodejs/node/commit/345a40fda3)] - **(SEMVER-MINOR)** **test**: use fixture directories for sea tests (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
181
|
+
* \[[`24cf6b8326`](https://github.com/nodejs/node/commit/24cf6b8326)] - **test**: reveal wpt evaluation errors in status files (Chengzhong Wu) [#61358](https://github.com/nodejs/node/pull/61358)
|
|
182
|
+
* \[[`d4034dfb62`](https://github.com/nodejs/node/commit/d4034dfb62)] - **test**: forbid use of named imports for fixtures (Antoine du Hamel) [#61228](https://github.com/nodejs/node/pull/61228)
|
|
183
|
+
* \[[`4f871ee897`](https://github.com/nodejs/node/commit/4f871ee897)] - **test**: enforce better never-settling-promise detection (Antoine du Hamel) [#60976](https://github.com/nodejs/node/pull/60976)
|
|
184
|
+
* \[[`8e9adedf02`](https://github.com/nodejs/node/commit/8e9adedf02)] - **test**: ensure assertions are reached on all tests (Antoine du Hamel) [#60845](https://github.com/nodejs/node/pull/60845)
|
|
185
|
+
* \[[`273832802e`](https://github.com/nodejs/node/commit/273832802e)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60763](https://github.com/nodejs/node/pull/60763)
|
|
186
|
+
* \[[`e06adcb52f`](https://github.com/nodejs/node/commit/e06adcb52f)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60760](https://github.com/nodejs/node/pull/60760)
|
|
187
|
+
* \[[`aeed0ccc02`](https://github.com/nodejs/node/commit/aeed0ccc02)] - **test**: use `RegExp.escape` to improve test reliability (Antoine du Hamel) [#60803](https://github.com/nodejs/node/pull/60803)
|
|
188
|
+
* \[[`74bcd0adab`](https://github.com/nodejs/node/commit/74bcd0adab)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60728](https://github.com/nodejs/node/pull/60728)
|
|
189
|
+
* \[[`407807b08e`](https://github.com/nodejs/node/commit/407807b08e)] - **test**: skip tests not passing without `NODE_OPTIONS` support (Antoine du Hamel) [#60912](https://github.com/nodejs/node/pull/60912)
|
|
190
|
+
* \[[`a9e70cefb0`](https://github.com/nodejs/node/commit/a9e70cefb0)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60634](https://github.com/nodejs/node/pull/60634)
|
|
191
|
+
* \[[`21b23cd0d0`](https://github.com/nodejs/node/commit/21b23cd0d0)] - **test\_runner**: fix test enqueue when test file has syntax error (Edy Silva) [#61573](https://github.com/nodejs/node/pull/61573)
|
|
192
|
+
* \[[`6a4de694b2`](https://github.com/nodejs/node/commit/6a4de694b2)] - **test\_runner**: fix passing `expectFailure` (Moshe Atlow) [#61568](https://github.com/nodejs/node/pull/61568)
|
|
193
|
+
* \[[`6640de2b0f`](https://github.com/nodejs/node/commit/6640de2b0f)] - **test\_runner**: differentiate todo and failure styles (Moshe Atlow) [#61564](https://github.com/nodejs/node/pull/61564)
|
|
194
|
+
* \[[`972f82411d`](https://github.com/nodejs/node/commit/972f82411d)] - **(SEMVER-MINOR)** **test\_runner**: add env option to run function (Ethan Arrowood) [#61367](https://github.com/nodejs/node/pull/61367)
|
|
195
|
+
* \[[`d77f98c4b6`](https://github.com/nodejs/node/commit/d77f98c4b6)] - **(SEMVER-MINOR)** **test\_runner**: support expecting a test-case to fail (Jacob Smith) [#60669](https://github.com/nodejs/node/pull/60669)
|
|
196
|
+
* \[[`f98986cbb9`](https://github.com/nodejs/node/commit/f98986cbb9)] - **tools**: switch to ARM runners on GHA jobs (Antoine du Hamel) [#61903](https://github.com/nodejs/node/pull/61903)
|
|
197
|
+
* \[[`034589dd93`](https://github.com/nodejs/node/commit/034589dd93)] - **tools**: avoid building twice in coverage jobs (Antoine du Hamel) [#61899](https://github.com/nodejs/node/pull/61899)
|
|
198
|
+
* \[[`e50e2f00bb`](https://github.com/nodejs/node/commit/e50e2f00bb)] - **tools**: use ubuntu-slim runner in GHA (Antoine du Hamel) [#61759](https://github.com/nodejs/node/pull/61759)
|
|
199
|
+
* \[[`f658f48ccb`](https://github.com/nodejs/node/commit/f658f48ccb)] - **tools**: use ubuntu-slim runner in GHA (Antoine du Hamel) [#61734](https://github.com/nodejs/node/pull/61734)
|
|
200
|
+
* \[[`65c77d74ff`](https://github.com/nodejs/node/commit/65c77d74ff)] - **tools**: use ubuntu-latest runner in `notify-on-push` workflow (Antoine du Hamel) [#61742](https://github.com/nodejs/node/pull/61742)
|
|
201
|
+
* \[[`605905556a`](https://github.com/nodejs/node/commit/605905556a)] - **tools**: enforce removal of `lts-watch-*` labels on release proposals (Antoine du Hamel) [#61672](https://github.com/nodejs/node/pull/61672)
|
|
202
|
+
* \[[`f0f98d4c03`](https://github.com/nodejs/node/commit/f0f98d4c03)] - **tools**: use ubuntu-slim runner in meta GitHub Actions (Tierney Cyren) [#61663](https://github.com/nodejs/node/pull/61663)
|
|
203
|
+
* \[[`ab63ddf354`](https://github.com/nodejs/node/commit/ab63ddf354)] - **tools**: add LIEF to license builder (Chengzhong Wu) [#61523](https://github.com/nodejs/node/pull/61523)
|
|
204
|
+
* \[[`8a0f6192c9`](https://github.com/nodejs/node/commit/8a0f6192c9)] - **tools**: enforce trailing commas in `test/es-module` (Antoine du Hamel) [#60891](https://github.com/nodejs/node/pull/60891)
|
|
205
|
+
* \[[`4afbbcf39e`](https://github.com/nodejs/node/commit/4afbbcf39e)] - **tools**: enforce trailing commas in `test/sequential` (Antoine du Hamel) [#60892](https://github.com/nodejs/node/pull/60892)
|
|
206
|
+
* \[[`4c1abf752c`](https://github.com/nodejs/node/commit/4c1abf752c)] - **tools,win**: upgrade install additional tools to Visual Studio 2026 (Mike McCready) [#61562](https://github.com/nodejs/node/pull/61562)
|
|
207
|
+
* \[[`8e900af6ba`](https://github.com/nodejs/node/commit/8e900af6ba)] - **(SEMVER-MINOR)** **util**: add convertProcessSignalToExitCode utility (Erick Wendel) [#60963](https://github.com/nodejs/node/pull/60963)
|
|
208
|
+
|
|
63
209
|
<a id="24.13.1"></a>
|
|
64
210
|
|
|
65
211
|
## 2026-02-10, Version 24.13.1 'Krypton' (LTS), @aduh95
|
package/LICENSE
CHANGED
|
@@ -104,18 +104,26 @@ The externally maintained libraries used by Node.js are:
|
|
|
104
104
|
SOFTWARE.
|
|
105
105
|
"""
|
|
106
106
|
|
|
107
|
-
-
|
|
107
|
+
- merve, located at deps/merve, is licensed as follows:
|
|
108
108
|
"""
|
|
109
|
-
|
|
110
|
-
-----------
|
|
111
|
-
|
|
112
|
-
Copyright (C) 2018-2020 Guy Bedford
|
|
109
|
+
Copyright 2026 Yagiz Nizipli
|
|
113
110
|
|
|
114
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
111
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
112
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
113
|
+
the Software without restriction, including without limitation the rights to
|
|
114
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
115
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
116
|
+
subject to the following conditions:
|
|
115
117
|
|
|
116
|
-
The above copyright notice and this permission notice shall be included in all
|
|
118
|
+
The above copyright notice and this permission notice shall be included in all
|
|
119
|
+
copies or substantial portions of the Software.
|
|
117
120
|
|
|
118
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
121
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
122
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
123
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
124
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
125
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
126
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
119
127
|
"""
|
|
120
128
|
|
|
121
129
|
- ittapi, located at deps/v8/third_party/ittapi, is licensed as follows:
|
|
@@ -986,6 +994,212 @@ The externally maintained libraries used by Node.js are:
|
|
|
986
994
|
license.
|
|
987
995
|
"""
|
|
988
996
|
|
|
997
|
+
- LIEF, located at deps/LIEF, is licensed as follows:
|
|
998
|
+
"""
|
|
999
|
+
Apache License
|
|
1000
|
+
Version 2.0, January 2004
|
|
1001
|
+
http://www.apache.org/licenses/
|
|
1002
|
+
|
|
1003
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1004
|
+
|
|
1005
|
+
1. Definitions.
|
|
1006
|
+
|
|
1007
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
1008
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
1009
|
+
|
|
1010
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
1011
|
+
the copyright owner that is granting the License.
|
|
1012
|
+
|
|
1013
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
1014
|
+
other entities that control, are controlled by, or are under common
|
|
1015
|
+
control with that entity. For the purposes of this definition,
|
|
1016
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
1017
|
+
direction or management of such entity, whether by contract or
|
|
1018
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1019
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1020
|
+
|
|
1021
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
1022
|
+
exercising permissions granted by this License.
|
|
1023
|
+
|
|
1024
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
1025
|
+
including but not limited to software source code, documentation
|
|
1026
|
+
source, and configuration files.
|
|
1027
|
+
|
|
1028
|
+
"Object" form shall mean any form resulting from mechanical
|
|
1029
|
+
transformation or translation of a Source form, including but
|
|
1030
|
+
not limited to compiled object code, generated documentation,
|
|
1031
|
+
and conversions to other media types.
|
|
1032
|
+
|
|
1033
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
1034
|
+
Object form, made available under the License, as indicated by a
|
|
1035
|
+
copyright notice that is included in or attached to the work
|
|
1036
|
+
(an example is provided in the Appendix below).
|
|
1037
|
+
|
|
1038
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
1039
|
+
form, that is based on (or derived from) the Work and for which the
|
|
1040
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
1041
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
1042
|
+
of this License, Derivative Works shall not include works that remain
|
|
1043
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
1044
|
+
the Work and Derivative Works thereof.
|
|
1045
|
+
|
|
1046
|
+
"Contribution" shall mean any work of authorship, including
|
|
1047
|
+
the original version of the Work and any modifications or additions
|
|
1048
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
1049
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1050
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
1051
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
1052
|
+
means any form of electronic, verbal, or written communication sent
|
|
1053
|
+
to the Licensor or its representatives, including but not limited to
|
|
1054
|
+
communication on electronic mailing lists, source code control systems,
|
|
1055
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
1056
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
1057
|
+
excluding communication that is conspicuously marked or otherwise
|
|
1058
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
1059
|
+
|
|
1060
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1061
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
1062
|
+
subsequently incorporated within the Work.
|
|
1063
|
+
|
|
1064
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1065
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1066
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1067
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1068
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
1069
|
+
Work and such Derivative Works in Source or Object form.
|
|
1070
|
+
|
|
1071
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
1072
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1073
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1074
|
+
(except as stated in this section) patent license to make, have made,
|
|
1075
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1076
|
+
where such license applies only to those patent claims licensable
|
|
1077
|
+
by such Contributor that are necessarily infringed by their
|
|
1078
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
1079
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
1080
|
+
institute patent litigation against any entity (including a
|
|
1081
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1082
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1083
|
+
or contributory patent infringement, then any patent licenses
|
|
1084
|
+
granted to You under this License for that Work shall terminate
|
|
1085
|
+
as of the date such litigation is filed.
|
|
1086
|
+
|
|
1087
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1088
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1089
|
+
modifications, and in Source or Object form, provided that You
|
|
1090
|
+
meet the following conditions:
|
|
1091
|
+
|
|
1092
|
+
(a) You must give any other recipients of the Work or
|
|
1093
|
+
Derivative Works a copy of this License; and
|
|
1094
|
+
|
|
1095
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1096
|
+
stating that You changed the files; and
|
|
1097
|
+
|
|
1098
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1099
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1100
|
+
attribution notices from the Source form of the Work,
|
|
1101
|
+
excluding those notices that do not pertain to any part of
|
|
1102
|
+
the Derivative Works; and
|
|
1103
|
+
|
|
1104
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1105
|
+
distribution, then any Derivative Works that You distribute must
|
|
1106
|
+
include a readable copy of the attribution notices contained
|
|
1107
|
+
within such NOTICE file, excluding those notices that do not
|
|
1108
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1109
|
+
of the following places: within a NOTICE text file distributed
|
|
1110
|
+
as part of the Derivative Works; within the Source form or
|
|
1111
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1112
|
+
within a display generated by the Derivative Works, if and
|
|
1113
|
+
wherever such third-party notices normally appear. The contents
|
|
1114
|
+
of the NOTICE file are for informational purposes only and
|
|
1115
|
+
do not modify the License. You may add Your own attribution
|
|
1116
|
+
notices within Derivative Works that You distribute, alongside
|
|
1117
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1118
|
+
that such additional attribution notices cannot be construed
|
|
1119
|
+
as modifying the License.
|
|
1120
|
+
|
|
1121
|
+
You may add Your own copyright statement to Your modifications and
|
|
1122
|
+
may provide additional or different license terms and conditions
|
|
1123
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1124
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1125
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1126
|
+
the conditions stated in this License.
|
|
1127
|
+
|
|
1128
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1129
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1130
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1131
|
+
this License, without any additional terms or conditions.
|
|
1132
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1133
|
+
the terms of any separate license agreement you may have executed
|
|
1134
|
+
with Licensor regarding such Contributions.
|
|
1135
|
+
|
|
1136
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1137
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1138
|
+
except as required for reasonable and customary use in describing the
|
|
1139
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1140
|
+
|
|
1141
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1142
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1143
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1144
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1145
|
+
implied, including, without limitation, any warranties or conditions
|
|
1146
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1147
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1148
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1149
|
+
risks associated with Your exercise of permissions under this License.
|
|
1150
|
+
|
|
1151
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1152
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1153
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1154
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1155
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1156
|
+
incidental, or consequential damages of any character arising as a
|
|
1157
|
+
result of this License or out of the use or inability to use the
|
|
1158
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1159
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1160
|
+
other commercial damages or losses), even if such Contributor
|
|
1161
|
+
has been advised of the possibility of such damages.
|
|
1162
|
+
|
|
1163
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1164
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1165
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1166
|
+
or other liability obligations and/or rights consistent with this
|
|
1167
|
+
License. However, in accepting such obligations, You may act only
|
|
1168
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1169
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1170
|
+
defend, and hold each Contributor harmless for any liability
|
|
1171
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1172
|
+
of your accepting any such warranty or additional liability.
|
|
1173
|
+
|
|
1174
|
+
END OF TERMS AND CONDITIONS
|
|
1175
|
+
|
|
1176
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
1177
|
+
|
|
1178
|
+
To apply the Apache License to your work, attach the following
|
|
1179
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
1180
|
+
replaced with your own identifying information. (Don't include
|
|
1181
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
1182
|
+
comment syntax for the file format. We also recommend that a
|
|
1183
|
+
file or class name and description of purpose be included on the
|
|
1184
|
+
same "printed page" as the copyright notice for easier
|
|
1185
|
+
identification within third-party archives.
|
|
1186
|
+
|
|
1187
|
+
Copyright 2017 - 2025 R. Thomas
|
|
1188
|
+
Copyright 2017 - 2025 Quarkslab
|
|
1189
|
+
|
|
1190
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1191
|
+
you may not use this file except in compliance with the License.
|
|
1192
|
+
You may obtain a copy of the License at
|
|
1193
|
+
|
|
1194
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1195
|
+
|
|
1196
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1197
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1198
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1199
|
+
See the License for the specific language governing permissions and
|
|
1200
|
+
limitations under the License.
|
|
1201
|
+
"""
|
|
1202
|
+
|
|
989
1203
|
- llhttp, located at deps/llhttp, is licensed as follows:
|
|
990
1204
|
"""
|
|
991
1205
|
This software is licensed under the MIT License.
|
package/README.md
CHANGED
|
@@ -105,7 +105,7 @@ curl -fsLo "/path/to/nodejs-keyring.kbx" "https://github.com/nodejs/release-keys
|
|
|
105
105
|
```
|
|
106
106
|
|
|
107
107
|
Alternatively, you can import the releaser keys in your default keyring, see
|
|
108
|
-
[Release keys](#release-keys) for commands
|
|
108
|
+
[Release keys](#release-keys) for commands on how to do that.
|
|
109
109
|
|
|
110
110
|
Then, you can verify the files you've downloaded locally
|
|
111
111
|
(if you're using your default keyring, pass `--keyring="${GNUPGHOME:-~/.gnupg}/pubring.kbx"`):
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -148,6 +148,7 @@
|
|
|
148
148
|
"lib/internal/dns/utils.js",
|
|
149
149
|
"lib/internal/encoding.js",
|
|
150
150
|
"lib/internal/encoding/single-byte.js",
|
|
151
|
+
"lib/internal/encoding/util.js",
|
|
151
152
|
"lib/internal/error_serdes.js",
|
|
152
153
|
"lib/internal/errors.js",
|
|
153
154
|
"lib/internal/errors/error_source.js",
|
|
@@ -438,6 +439,10 @@
|
|
|
438
439
|
"node_shared_simdutf": "false",
|
|
439
440
|
"node_shared_brotli": "false",
|
|
440
441
|
"node_shared_cares": "false",
|
|
442
|
+
"node_shared_gtest": "false",
|
|
443
|
+
"node_shared_hdr_histogram": "false",
|
|
444
|
+
"node_shared_merve": "false",
|
|
445
|
+
"node_shared_nbytes": "false",
|
|
441
446
|
"node_shared_nghttp2": "false",
|
|
442
447
|
"node_shared_nghttp3": "false",
|
|
443
448
|
"node_shared_ngtcp2": "false",
|
|
@@ -486,8 +491,6 @@
|
|
|
486
491
|
"v8_enable_inspector": 1,
|
|
487
492
|
"node_section_ordering_info": "",
|
|
488
493
|
"node_builtin_shareable_builtins": [
|
|
489
|
-
"deps/cjs-module-lexer/lexer.js",
|
|
490
|
-
"deps/cjs-module-lexer/dist/lexer.js",
|
|
491
494
|
"deps/undici/undici.js",
|
|
492
495
|
"deps/amaro/dist/index.js"
|
|
493
496
|
],
|
package/include/node/node.h
CHANGED
|
@@ -769,8 +769,48 @@ struct StartExecutionCallbackInfo {
|
|
|
769
769
|
v8::Local<v8::Function> run_cjs;
|
|
770
770
|
};
|
|
771
771
|
|
|
772
|
+
enum class ModuleFormat : uint8_t {
|
|
773
|
+
kCommonJS,
|
|
774
|
+
kModule, // i.e. ES Module/SourceTextModule
|
|
775
|
+
// TODO(joyeecheung): support TypeScriptModule, TypeScriptCommonJS
|
|
776
|
+
};
|
|
777
|
+
|
|
778
|
+
// Information passed to embedder callbacks during environment startup.
|
|
779
|
+
// This class is created by Node.js and passed to the embedder's callback.
|
|
780
|
+
// The layout is opaque to allow future additions without breaking ABI.
|
|
781
|
+
class NODE_EXTERN StartExecutionCallbackInfoWithModule {
|
|
782
|
+
public:
|
|
783
|
+
StartExecutionCallbackInfoWithModule();
|
|
784
|
+
~StartExecutionCallbackInfoWithModule();
|
|
785
|
+
|
|
786
|
+
StartExecutionCallbackInfoWithModule(
|
|
787
|
+
const StartExecutionCallbackInfoWithModule&) = delete;
|
|
788
|
+
StartExecutionCallbackInfoWithModule& operator=(
|
|
789
|
+
const StartExecutionCallbackInfoWithModule&) = delete;
|
|
790
|
+
StartExecutionCallbackInfoWithModule(StartExecutionCallbackInfoWithModule&&);
|
|
791
|
+
StartExecutionCallbackInfoWithModule& operator=(
|
|
792
|
+
StartExecutionCallbackInfoWithModule&&);
|
|
793
|
+
|
|
794
|
+
Environment* env() const;
|
|
795
|
+
v8::Local<v8::Object> process_object() const;
|
|
796
|
+
v8::Local<v8::Function> native_require() const;
|
|
797
|
+
v8::Local<v8::Function> run_module() const;
|
|
798
|
+
|
|
799
|
+
void set_env(Environment* env);
|
|
800
|
+
void set_process_object(v8::Local<v8::Object> process_object);
|
|
801
|
+
void set_native_require(v8::Local<v8::Function> native_require);
|
|
802
|
+
void set_run_module(v8::Local<v8::Function> run_module);
|
|
803
|
+
|
|
804
|
+
private:
|
|
805
|
+
struct Impl;
|
|
806
|
+
std::unique_ptr<Impl> impl_;
|
|
807
|
+
};
|
|
808
|
+
|
|
772
809
|
using StartExecutionCallback =
|
|
773
810
|
std::function<v8::MaybeLocal<v8::Value>(const StartExecutionCallbackInfo&)>;
|
|
811
|
+
using StartExecutionCallbackWithModule =
|
|
812
|
+
std::function<v8::MaybeLocal<v8::Value>(
|
|
813
|
+
const StartExecutionCallbackInfoWithModule&)>;
|
|
774
814
|
using EmbedderPreloadCallback =
|
|
775
815
|
std::function<void(Environment* env,
|
|
776
816
|
v8::Local<v8::Value> process,
|
|
@@ -794,10 +834,48 @@ NODE_EXTERN v8::MaybeLocal<v8::Value> LoadEnvironment(
|
|
|
794
834
|
Environment* env,
|
|
795
835
|
StartExecutionCallback cb,
|
|
796
836
|
EmbedderPreloadCallback preload = nullptr);
|
|
837
|
+
|
|
838
|
+
NODE_EXTERN v8::MaybeLocal<v8::Value> LoadEnvironment(
|
|
839
|
+
Environment* env,
|
|
840
|
+
StartExecutionCallbackWithModule cb,
|
|
841
|
+
EmbedderPreloadCallback preload = nullptr);
|
|
842
|
+
|
|
797
843
|
NODE_EXTERN v8::MaybeLocal<v8::Value> LoadEnvironment(
|
|
798
844
|
Environment* env,
|
|
799
845
|
std::string_view main_script_source_utf8,
|
|
800
846
|
EmbedderPreloadCallback preload = nullptr);
|
|
847
|
+
|
|
848
|
+
// Data for specifying an entry point script for LoadEnvironment().
|
|
849
|
+
// This class uses an opaque layout to allow future additions without
|
|
850
|
+
// breaking ABI. Use the setter methods to configure the entry point.
|
|
851
|
+
class NODE_EXTERN ModuleData {
|
|
852
|
+
public:
|
|
853
|
+
ModuleData();
|
|
854
|
+
~ModuleData();
|
|
855
|
+
|
|
856
|
+
ModuleData(const ModuleData&) = delete;
|
|
857
|
+
ModuleData& operator=(const ModuleData&) = delete;
|
|
858
|
+
ModuleData(ModuleData&&);
|
|
859
|
+
ModuleData& operator=(ModuleData&&);
|
|
860
|
+
|
|
861
|
+
void set_source(std::string_view source);
|
|
862
|
+
void set_format(ModuleFormat format);
|
|
863
|
+
void set_resource_name(std::string_view name);
|
|
864
|
+
|
|
865
|
+
std::string_view source() const;
|
|
866
|
+
ModuleFormat format() const;
|
|
867
|
+
std::string_view resource_name() const;
|
|
868
|
+
|
|
869
|
+
private:
|
|
870
|
+
struct Impl;
|
|
871
|
+
std::unique_ptr<Impl> impl_;
|
|
872
|
+
};
|
|
873
|
+
|
|
874
|
+
NODE_EXTERN v8::MaybeLocal<v8::Value> LoadEnvironment(
|
|
875
|
+
Environment* env,
|
|
876
|
+
const ModuleData* entry_point,
|
|
877
|
+
EmbedderPreloadCallback preload = nullptr);
|
|
878
|
+
|
|
801
879
|
NODE_EXTERN void FreeEnvironment(Environment* env);
|
|
802
880
|
|
|
803
881
|
// Set a callback that is called when process.exit() is called from JS,
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 24
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 14
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Krypton"
|