node-linux-arm64 21.6.2 → 21.7.1
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 +397 -0
- package/README.md +18 -14
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +2 -0
- package/include/node/js_native_api.h +7 -0
- package/include/node/node_version.h +2 -2
- package/include/node/v8-script.h +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#21.7.1">21.7.1</a><br/>
|
|
12
|
+
<a href="#21.7.0">21.7.0</a><br/>
|
|
11
13
|
<a href="#21.6.2">21.6.2</a><br/>
|
|
12
14
|
<a href="#21.6.1">21.6.1</a><br/>
|
|
13
15
|
<a href="#21.6.0">21.6.0</a><br/>
|
|
@@ -44,6 +46,401 @@
|
|
|
44
46
|
* [io.js](CHANGELOG_IOJS.md)
|
|
45
47
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
46
48
|
|
|
49
|
+
<a id="21.7.1"></a>
|
|
50
|
+
|
|
51
|
+
## 2024-03-08, Version 21.7.1 (Current), @targos
|
|
52
|
+
|
|
53
|
+
### Notable Changes
|
|
54
|
+
|
|
55
|
+
This release reverts [#51389](https://github.com/nodejs/node/pull/51389), which
|
|
56
|
+
landed in Node.js 21.7.0. It is a documented feature that `t.after()` hooks are
|
|
57
|
+
run even if a test has no subtests. The hook can be used to clean up the test
|
|
58
|
+
itself.
|
|
59
|
+
|
|
60
|
+
### Commits
|
|
61
|
+
|
|
62
|
+
* \[[`0dfe810ac7`](https://github.com/nodejs/node/commit/0dfe810ac7)] - **benchmark**: update iterations of benchmark/async\_hooks/async-local- (Lei Shi) [#51420](https://github.com/nodejs/node/pull/51420)
|
|
63
|
+
* \[[`625c9e0ac9`](https://github.com/nodejs/node/commit/625c9e0ac9)] - **benchmark**: update iterations of benchmark/domain/domain-fn-args.js (Lei Shi) [#51408](https://github.com/nodejs/node/pull/51408)
|
|
64
|
+
* \[[`7ff3551bad`](https://github.com/nodejs/node/commit/7ff3551bad)] - **build**: fix arm64 host cross-compilation in GN (Cheng Zhao) [#51903](https://github.com/nodejs/node/pull/51903)
|
|
65
|
+
* \[[`fd86ea8b71`](https://github.com/nodejs/node/commit/fd86ea8b71)] - _**Revert**_ "**build**: workaround for node-core-utils" (Richard Lau) [#51975](https://github.com/nodejs/node/pull/51975)
|
|
66
|
+
* \[[`23c32ab3a7`](https://github.com/nodejs/node/commit/23c32ab3a7)] - **build**: respect the `NODE` env variable in `Makefile` (Antoine du Hamel) [#51743](https://github.com/nodejs/node/pull/51743)
|
|
67
|
+
* \[[`9617adc064`](https://github.com/nodejs/node/commit/9617adc064)] - _**Revert**_ "**build**: fix warning in cares under GN build" (Luigi Pinca) [#51865](https://github.com/nodejs/node/pull/51865)
|
|
68
|
+
* \[[`5864534095`](https://github.com/nodejs/node/commit/5864534095)] - **deps**: update nghttp2 to 1.60.0 (Node.js GitHub Bot) [#51948](https://github.com/nodejs/node/pull/51948)
|
|
69
|
+
* \[[`fcf235d623`](https://github.com/nodejs/node/commit/fcf235d623)] - **doc**: add policy for distribution (Geoffrey Booth) [#51918](https://github.com/nodejs/node/pull/51918)
|
|
70
|
+
* \[[`87d2acc8b1`](https://github.com/nodejs/node/commit/87d2acc8b1)] - **doc**: fix actual result of example is different in events (Deokjin Kim) [#51925](https://github.com/nodejs/node/pull/51925)
|
|
71
|
+
* \[[`5908c121c6`](https://github.com/nodejs/node/commit/5908c121c6)] - **doc**: clarify Corepack threat model (Antoine du Hamel) [#51917](https://github.com/nodejs/node/pull/51917)
|
|
72
|
+
* \[[`20e0ba3b94`](https://github.com/nodejs/node/commit/20e0ba3b94)] - **doc,module**: clarify hook chain execution sequence (Jacob Smith) [#51884](https://github.com/nodejs/node/pull/51884)
|
|
73
|
+
* \[[`4d997971ac`](https://github.com/nodejs/node/commit/4d997971ac)] - **lib**: make sure close net server (theanarkh) [#51929](https://github.com/nodejs/node/pull/51929)
|
|
74
|
+
* \[[`fcc6d54aa3`](https://github.com/nodejs/node/commit/fcc6d54aa3)] - **lib**: return directly if udp socket close before lookup (theanarkh) [#51914](https://github.com/nodejs/node/pull/51914)
|
|
75
|
+
* \[[`10aaabd158`](https://github.com/nodejs/node/commit/10aaabd158)] - **meta**: bump github/codeql-action from 3.23.2 to 3.24.6 (dependabot\[bot]) [#51942](https://github.com/nodejs/node/pull/51942)
|
|
76
|
+
* \[[`78f38a0143`](https://github.com/nodejs/node/commit/78f38a0143)] - **meta**: bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot\[bot]) [#51941](https://github.com/nodejs/node/pull/51941)
|
|
77
|
+
* \[[`42ca5452c4`](https://github.com/nodejs/node/commit/42ca5452c4)] - **meta**: bump codecov/codecov-action from 4.0.1 to 4.1.0 (dependabot\[bot]) [#51940](https://github.com/nodejs/node/pull/51940)
|
|
78
|
+
* \[[`015a157375`](https://github.com/nodejs/node/commit/015a157375)] - **meta**: bump actions/cache from 4.0.0 to 4.0.1 (dependabot\[bot]) [#51939](https://github.com/nodejs/node/pull/51939)
|
|
79
|
+
* \[[`e476cb4a32`](https://github.com/nodejs/node/commit/e476cb4a32)] - **meta**: bump actions/download-artifact from 4.1.1 to 4.1.3 (dependabot\[bot]) [#51938](https://github.com/nodejs/node/pull/51938)
|
|
80
|
+
* \[[`67e8001790`](https://github.com/nodejs/node/commit/67e8001790)] - **meta**: bump actions/setup-node from 4.0.1 to 4.0.2 (dependabot\[bot]) [#51937](https://github.com/nodejs/node/pull/51937)
|
|
81
|
+
* \[[`50343636e8`](https://github.com/nodejs/node/commit/50343636e8)] - **src**: fix --disable-single-executable-application (Joyee Cheung) [#51808](https://github.com/nodejs/node/pull/51808)
|
|
82
|
+
* \[[`a48c9ca0db`](https://github.com/nodejs/node/commit/a48c9ca0db)] - **stream**: do not defer construction by one microtick (Matteo Collina) [#52005](https://github.com/nodejs/node/pull/52005)
|
|
83
|
+
* \[[`bee3b364f9`](https://github.com/nodejs/node/commit/bee3b364f9)] - **test**: add regression test for test\_runner after hook (Colin Ihrig) [#51998](https://github.com/nodejs/node/pull/51998)
|
|
84
|
+
* \[[`fff7f48f50`](https://github.com/nodejs/node/commit/fff7f48f50)] - **test**: reduce flakiness of `test-runner-output` (Antoine du Hamel) [#51952](https://github.com/nodejs/node/pull/51952)
|
|
85
|
+
* \[[`57ba8f5acb`](https://github.com/nodejs/node/commit/57ba8f5acb)] - **test**: fix flaky http-chunk-extensions-limit test (Ethan Arrowood) [#51943](https://github.com/nodejs/node/pull/51943)
|
|
86
|
+
* \[[`9d2c03990a`](https://github.com/nodejs/node/commit/9d2c03990a)] - **test**: remove flaky designation (Luigi Pinca) [#51736](https://github.com/nodejs/node/pull/51736)
|
|
87
|
+
* \[[`e992af81d3`](https://github.com/nodejs/node/commit/e992af81d3)] - **test**: skip SEA tests when SEA generation fails (Joyee Cheung) [#51887](https://github.com/nodejs/node/pull/51887)
|
|
88
|
+
* \[[`85aa6ca850`](https://github.com/nodejs/node/commit/85aa6ca850)] - _**Revert**_ "**test\_runner**: do not invoke after hook when test is empty" (Colin Ihrig) [#51998](https://github.com/nodejs/node/pull/51998)
|
|
89
|
+
|
|
90
|
+
<a id="21.7.0"></a>
|
|
91
|
+
|
|
92
|
+
## 2024-03-06, Version 21.7.0 (Current), @RafaelGSS prepared by @marco-ippolito
|
|
93
|
+
|
|
94
|
+
### Text Styling
|
|
95
|
+
|
|
96
|
+
* `util.styleText(format, text)`: This function returns a formatted text considering the `format` passed.
|
|
97
|
+
|
|
98
|
+
A new API has been created to format text based on `util.inspect.colors`, enabling you to style text in different colors (such as red, blue, ...) and emphasis (italic, bold, ...).
|
|
99
|
+
|
|
100
|
+
```cjs
|
|
101
|
+
const { styleText } = require('node:util');
|
|
102
|
+
const errorMessage = styleText('red', 'Error! Error!');
|
|
103
|
+
console.log(errorMessage);
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
Contributed by Rafael Gonzaga in [#51850](https://github.com/nodejs/node/pull/51850).
|
|
107
|
+
|
|
108
|
+
### Loading and parsing environment variables
|
|
109
|
+
|
|
110
|
+
* `process.loadEnvFile(path)`:
|
|
111
|
+
* Use this function to load the `.env` file. If no path is specified, it automatically loads the .env file in the current directory. Example: `process.loadEnvFile()`.
|
|
112
|
+
* Load a specific .env file by specifying its path. Example: `process.loadEnvFile('./development.env')`.
|
|
113
|
+
|
|
114
|
+
* `util.parseEnv(content)`:
|
|
115
|
+
* Use this function to parse an existing string containing environment variable assignments.
|
|
116
|
+
* Example usage: `require('node:util').parseEnv('HELLO=world')`.
|
|
117
|
+
|
|
118
|
+
Contributed by Yagiz Nizipli in [#51476](https://github.com/nodejs/node/pull/51476)
|
|
119
|
+
|
|
120
|
+
### Support for multi-line values for `.env` file
|
|
121
|
+
|
|
122
|
+
Node.js 21.7.0 will now support multi-line values in the .env file:
|
|
123
|
+
|
|
124
|
+
```text
|
|
125
|
+
MULTI_LINE="HELLO
|
|
126
|
+
WORLD"
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
Contributed by Ilyas Shabi [#51289](https://github.com/nodejs/node/pull/51289)
|
|
130
|
+
|
|
131
|
+
### sea: support embedding assets
|
|
132
|
+
|
|
133
|
+
Users can now include assets by adding a key-path dictionary
|
|
134
|
+
to the configuration as the `assets` field. At build time, Node.js
|
|
135
|
+
would read the assets from the specified paths and bundle them into
|
|
136
|
+
the preparation blob. In the generated executable, users can retrieve
|
|
137
|
+
the assets using the `sea.getAsset()` and `sea.getAssetAsBlob()` API.
|
|
138
|
+
|
|
139
|
+
```json
|
|
140
|
+
{
|
|
141
|
+
"main": "/path/to/bundled/script.js",
|
|
142
|
+
"output": "/path/to/write/the/generated/blob.blob",
|
|
143
|
+
"assets": {
|
|
144
|
+
"a.jpg": "/path/to/a.jpg",
|
|
145
|
+
"b.txt": "/path/to/b.txt"
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
The single-executable application can access the assets as follows:
|
|
151
|
+
|
|
152
|
+
```cjs
|
|
153
|
+
const { getAsset } = require('node:sea');
|
|
154
|
+
// Returns a copy of the data in an ArrayBuffer
|
|
155
|
+
const image = getAsset('a.jpg');
|
|
156
|
+
// Returns a string decoded from the asset as UTF8.
|
|
157
|
+
const text = getAsset('b.txt', 'utf8');
|
|
158
|
+
// Returns a Blob containing the asset without copying.
|
|
159
|
+
const blob = getAssetAsBlob('a.jpg');
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
Contributed by Joyee Cheung in [#50960](https://github.com/nodejs/node/pull/50960)
|
|
163
|
+
|
|
164
|
+
### vm: support using the default loader to handle dynamic import()
|
|
165
|
+
|
|
166
|
+
This patch adds support for using `vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER` as the
|
|
167
|
+
`importModuleDynamically` option in all vm APIs that take this option except `vm.SourceTextModule`. This allows users to have a shortcut to support dynamic `import()` in the compiled code without missing the compilation cache if they don't need customization of the loading process. We emit an experimental warning when the `import()` is actually handled by the default loader through this option instead of requiring `--experimental-vm-modules`.
|
|
168
|
+
|
|
169
|
+
```js
|
|
170
|
+
const { Script, constants } = require('node:vm');
|
|
171
|
+
const { resolve } = require('node:path');
|
|
172
|
+
const { writeFileSync } = require('node:fs');
|
|
173
|
+
|
|
174
|
+
// Write test.js and test.txt to the directory where the current script
|
|
175
|
+
// being run is located.
|
|
176
|
+
writeFileSync(resolve(__dirname, 'test.mjs'),
|
|
177
|
+
'export const filename = "./test.json";');
|
|
178
|
+
writeFileSync(resolve(__dirname, 'test.json'),
|
|
179
|
+
'{"hello": "world"}');
|
|
180
|
+
|
|
181
|
+
// Compile a script that loads test.mjs and then test.json
|
|
182
|
+
// as if the script is placed in the same directory.
|
|
183
|
+
const script = new Script(
|
|
184
|
+
`(async function() {
|
|
185
|
+
const { filename } = await import('./test.mjs');
|
|
186
|
+
return import(filename, { with: { type: 'json' } })
|
|
187
|
+
})();`,
|
|
188
|
+
{
|
|
189
|
+
filename: resolve(__dirname, 'test-with-default.js'),
|
|
190
|
+
importModuleDynamically: constants.USE_MAIN_CONTEXT_DEFAULT_LOADER,
|
|
191
|
+
});
|
|
192
|
+
|
|
193
|
+
// { default: { hello: 'world' } }
|
|
194
|
+
script.runInThisContext().then(console.log);
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
Contributed by Joyee Cheung in [#51244](https://github.com/nodejs/node/pull/51244)
|
|
198
|
+
|
|
199
|
+
### crypto: implement crypto.hash()
|
|
200
|
+
|
|
201
|
+
This patch introduces a helper crypto.hash() that computes
|
|
202
|
+
a digest from the input at one shot. This can be 1.2-2x faster
|
|
203
|
+
than the object-based createHash() for smaller inputs (<= 5MB)
|
|
204
|
+
that are readily available (not streamed) and incur less memory
|
|
205
|
+
overhead since no intermediate objects will be created.
|
|
206
|
+
|
|
207
|
+
```js
|
|
208
|
+
const crypto = require('node:crypto');
|
|
209
|
+
|
|
210
|
+
// Hashing a string and return the result as a hex-encoded string.
|
|
211
|
+
const string = 'Node.js';
|
|
212
|
+
// 10b3493287f831e81a438811a1ffba01f8cec4b7
|
|
213
|
+
console.log(crypto.hash('sha1', string));
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
Contributed by Joyee Cheung in [#51044](https://github.com/nodejs/node/pull/51044)
|
|
217
|
+
|
|
218
|
+
### Other Notable Changes
|
|
219
|
+
|
|
220
|
+
* \[[`8ae0eeb7f4`](https://github.com/nodejs/node/commit/8ae0eeb7f4)] - **(SEMVER-MINOR)** **build**: build opt to set local location of headers (Michael Dawson) [#51525](https://github.com/nodejs/node/pull/51525)
|
|
221
|
+
* \[[`496776cc78`](https://github.com/nodejs/node/commit/496776cc78)] - **crypto**: update root certificates to NSS 3.98 (Node.js GitHub Bot) [#51794](https://github.com/nodejs/node/pull/51794)
|
|
222
|
+
* \[[`a8c9e6f7e9`](https://github.com/nodejs/node/commit/a8c9e6f7e9)] - **doc**: add zcbenz to collaborators (Cheng Zhao) [#51812](https://github.com/nodejs/node/pull/51812)
|
|
223
|
+
* \[[`adbf2d3837`](https://github.com/nodejs/node/commit/adbf2d3837)] - **doc**: add lemire to collaborators (Daniel Lemire) [#51572](https://github.com/nodejs/node/pull/51572)
|
|
224
|
+
* \[[`4b1c6839f4`](https://github.com/nodejs/node/commit/4b1c6839f4)] - **(SEMVER-MINOR)** **http2**: add h2 compat support for appendHeader (Tim Perry) [#51412](https://github.com/nodejs/node/pull/51412)
|
|
225
|
+
* \[[`d8aa2bac0b`](https://github.com/nodejs/node/commit/d8aa2bac0b)] - **(SEMVER-MINOR)** **http2**: add server handshake utility (snek) [#51172](https://github.com/nodejs/node/pull/51172)
|
|
226
|
+
* \[[`b9275d9039`](https://github.com/nodejs/node/commit/b9275d9039)] - **(SEMVER-MINOR)** **http2**: receive customsettings (Marten Richter) [#51323](https://github.com/nodejs/node/pull/51323)
|
|
227
|
+
* \[[`5a2d2daad5`](https://github.com/nodejs/node/commit/5a2d2daad5)] - **(SEMVER-MINOR)** **lib**: move encodingsMap to internal/util (Joyee Cheung) [#51044](https://github.com/nodejs/node/pull/51044)
|
|
228
|
+
* \[[`e8d9065262`](https://github.com/nodejs/node/commit/e8d9065262)] - **(SEMVER-MINOR)** **sea**: support sea.getRawAsset() (Joyee Cheung) [#50960](https://github.com/nodejs/node/pull/50960)
|
|
229
|
+
* \[[`47186fbad5`](https://github.com/nodejs/node/commit/47186fbad5)] - **(SEMVER-MINOR)** **src**: print string content better in BlobDeserializer (Joyee Cheung) [#50960](https://github.com/nodejs/node/pull/50960)
|
|
230
|
+
* \[[`119e045053`](https://github.com/nodejs/node/commit/119e045053)] - **(SEMVER-MINOR)** **src**: do not coerce dotenv paths (Tobias Nießen) [#51425](https://github.com/nodejs/node/pull/51425)
|
|
231
|
+
* \[[`9ab353af00`](https://github.com/nodejs/node/commit/9ab353af00)] - **(SEMVER-MINOR)** **stream**: implement `min` option for `ReadableStreamBYOBReader.read` (Mattias Buelens) [#50888](https://github.com/nodejs/node/pull/50888)
|
|
232
|
+
|
|
233
|
+
### Commits
|
|
234
|
+
|
|
235
|
+
* \[[`4ddb9b33d5`](https://github.com/nodejs/node/commit/4ddb9b33d5)] - **async\_hooks,inspector**: implement inspector api without async\_wrap (Gabriel Bota) [#51501](https://github.com/nodejs/node/pull/51501)
|
|
236
|
+
* \[[`7e06c11f55`](https://github.com/nodejs/node/commit/7e06c11f55)] - **benchmark**: update iterations of assert/deepequal-typedarrays.js (Lei Shi) [#51419](https://github.com/nodejs/node/pull/51419)
|
|
237
|
+
* \[[`72be232006`](https://github.com/nodejs/node/commit/72be232006)] - **benchmark**: update iterations of benchmark/assert/deepequal-map.js (Lei Shi) [#51416](https://github.com/nodejs/node/pull/51416)
|
|
238
|
+
* \[[`92e7c310cb`](https://github.com/nodejs/node/commit/92e7c310cb)] - **benchmark**: rename startup.js to startup-core.js (Joyee Cheung) [#51669](https://github.com/nodejs/node/pull/51669)
|
|
239
|
+
* \[[`c9ada533a2`](https://github.com/nodejs/node/commit/c9ada533a2)] - **build**: remove `librt` libs link for Android compatibility (BuShe Pie) [#51632](https://github.com/nodejs/node/pull/51632)
|
|
240
|
+
* \[[`86ac787889`](https://github.com/nodejs/node/commit/86ac787889)] - **build**: do not rely on gn\_helpers in GN build (Cheng Zhao) [#51439](https://github.com/nodejs/node/pull/51439)
|
|
241
|
+
* \[[`9be6b7ccf0`](https://github.com/nodejs/node/commit/9be6b7ccf0)] - **build**: fix warning in cares under GN build (Cheng Zhao) [#51687](https://github.com/nodejs/node/pull/51687)
|
|
242
|
+
* \[[`d1a8c2e989`](https://github.com/nodejs/node/commit/d1a8c2e989)] - **build**: fix building js2c with GN (Cheng Zhao) [#51818](https://github.com/nodejs/node/pull/51818)
|
|
243
|
+
* \[[`9840715dc0`](https://github.com/nodejs/node/commit/9840715dc0)] - **build**: encode non-ASCII Latin1 characters as one byte in JS2C (Joyee Cheung) [#51605](https://github.com/nodejs/node/pull/51605)
|
|
244
|
+
* \[[`8ae0eeb7f4`](https://github.com/nodejs/node/commit/8ae0eeb7f4)] - **(SEMVER-MINOR)** **build**: build opt to set local location of headers (Michael Dawson) [#51525](https://github.com/nodejs/node/pull/51525)
|
|
245
|
+
* \[[`1999719877`](https://github.com/nodejs/node/commit/1999719877)] - **build**: use macOS m1 machines for testing (Yagiz Nizipli) [#51620](https://github.com/nodejs/node/pull/51620)
|
|
246
|
+
* \[[`85f63f3d7d`](https://github.com/nodejs/node/commit/85f63f3d7d)] - **build**: check before removing %config% link (liudonghua) [#51437](https://github.com/nodejs/node/pull/51437)
|
|
247
|
+
* \[[`cc37959232`](https://github.com/nodejs/node/commit/cc37959232)] - **build**: increase parallel executions in github (Yagiz Nizipli) [#51554](https://github.com/nodejs/node/pull/51554)
|
|
248
|
+
* \[[`2921d55121`](https://github.com/nodejs/node/commit/2921d55121)] - **build**: remove copyright header in node.gni (Cheng Zhao) [#51535](https://github.com/nodejs/node/pull/51535)
|
|
249
|
+
* \[[`9da0926396`](https://github.com/nodejs/node/commit/9da0926396)] - **build**: update GN build files for ngtcp2 (Cheng Zhao) [#51313](https://github.com/nodejs/node/pull/51313)
|
|
250
|
+
* \[[`59117317f3`](https://github.com/nodejs/node/commit/59117317f3)] - **build,tools**: make addons tests work with GN (Cheng Zhao) [#50737](https://github.com/nodejs/node/pull/50737)
|
|
251
|
+
* \[[`78c226281c`](https://github.com/nodejs/node/commit/78c226281c)] - **(SEMVER-MINOR)** **crypto**: implement crypto.hash() (Joyee Cheung) [#51044](https://github.com/nodejs/node/pull/51044)
|
|
252
|
+
* \[[`496776cc78`](https://github.com/nodejs/node/commit/496776cc78)] - **crypto**: update root certificates to NSS 3.98 (Node.js GitHub Bot) [#51794](https://github.com/nodejs/node/pull/51794)
|
|
253
|
+
* \[[`17c554f1ca`](https://github.com/nodejs/node/commit/17c554f1ca)] - **crypto**: use EVP\_MD\_fetch and cache EVP\_MD for hashes (Joyee Cheung) [#51034](https://github.com/nodejs/node/pull/51034)
|
|
254
|
+
* \[[`014cc53541`](https://github.com/nodejs/node/commit/014cc53541)] - **deps**: upgrade npm to 10.5.0 (npm team) [#51913](https://github.com/nodejs/node/pull/51913)
|
|
255
|
+
* \[[`4ebb944800`](https://github.com/nodejs/node/commit/4ebb944800)] - **deps**: update undici to 6.6.2 (Michaël Zasso) [#51667](https://github.com/nodejs/node/pull/51667)
|
|
256
|
+
* \[[`3b29dff0ed`](https://github.com/nodejs/node/commit/3b29dff0ed)] - **deps**: update ngtcp2 to 1.3.0 (Node.js GitHub Bot) [#51796](https://github.com/nodejs/node/pull/51796)
|
|
257
|
+
* \[[`28c0ffb363`](https://github.com/nodejs/node/commit/28c0ffb363)] - **deps**: update simdjson to 3.7.0 (Daniel Lemire) [#51859](https://github.com/nodejs/node/pull/51859)
|
|
258
|
+
* \[[`58b1403693`](https://github.com/nodejs/node/commit/58b1403693)] - **deps**: update corepack to 0.25.2 (Node.js GitHub Bot) [#51810](https://github.com/nodejs/node/pull/51810)
|
|
259
|
+
* \[[`c7083720cc`](https://github.com/nodejs/node/commit/c7083720cc)] - **deps**: update c-ares to 1.27.0 (Node.js GitHub Bot) [#51846](https://github.com/nodejs/node/pull/51846)
|
|
260
|
+
* \[[`6d2699d40b`](https://github.com/nodejs/node/commit/6d2699d40b)] - **deps**: update timezone to 2024a (Michaël Zasso) [#51723](https://github.com/nodejs/node/pull/51723)
|
|
261
|
+
* \[[`8d2222714d`](https://github.com/nodejs/node/commit/8d2222714d)] - **deps**: update icu to 74.2 (Michaël Zasso) [#51723](https://github.com/nodejs/node/pull/51723)
|
|
262
|
+
* \[[`c3dbd7cccd`](https://github.com/nodejs/node/commit/c3dbd7cccd)] - **deps**: update c-ares to 1.26.0 (Node.js GitHub Bot) [#51582](https://github.com/nodejs/node/pull/51582)
|
|
263
|
+
* \[[`dfc3811056`](https://github.com/nodejs/node/commit/dfc3811056)] - **deps**: update googletest to 6a59382 (Node.js GitHub Bot) [#51580](https://github.com/nodejs/node/pull/51580)
|
|
264
|
+
* \[[`8235c2676e`](https://github.com/nodejs/node/commit/8235c2676e)] - **deps**: update nghttp2 to 1.59.0 (Node.js GitHub Bot) [#51581](https://github.com/nodejs/node/pull/51581)
|
|
265
|
+
* \[[`2ad665e24f`](https://github.com/nodejs/node/commit/2ad665e24f)] - **deps**: V8: cherry-pick efb1133eb894 (Joyee Cheung) [#51551](https://github.com/nodejs/node/pull/51551)
|
|
266
|
+
* \[[`e5db8d416f`](https://github.com/nodejs/node/commit/e5db8d416f)] - **deps**: update corepack to 0.24.1 (Node.js GitHub Bot) [#51459](https://github.com/nodejs/node/pull/51459)
|
|
267
|
+
* \[[`fe597de72e`](https://github.com/nodejs/node/commit/fe597de72e)] - **deps**: update ada to 2.7.6 (Node.js GitHub Bot) [#51542](https://github.com/nodejs/node/pull/51542)
|
|
268
|
+
* \[[`5aca6f54f9`](https://github.com/nodejs/node/commit/5aca6f54f9)] - **deps**: update ada to 2.7.5 (Node.js GitHub Bot) [#51542](https://github.com/nodejs/node/pull/51542)
|
|
269
|
+
* \[[`8f63f6ff57`](https://github.com/nodejs/node/commit/8f63f6ff57)] - **deps**: update ngtcp2 to 1.2.0 (Node.js GitHub Bot) [#51584](https://github.com/nodejs/node/pull/51584)
|
|
270
|
+
* \[[`a04aa36ce8`](https://github.com/nodejs/node/commit/a04aa36ce8)] - **deps**: update googletest to 7c07a86 (Node.js GitHub Bot) [#51458](https://github.com/nodejs/node/pull/51458)
|
|
271
|
+
* \[[`4b1d25b68d`](https://github.com/nodejs/node/commit/4b1d25b68d)] - **deps**: update ngtcp2 to 1.1.0 (Node.js GitHub Bot) [#51319](https://github.com/nodejs/node/pull/51319)
|
|
272
|
+
* \[[`682f4f67b0`](https://github.com/nodejs/node/commit/682f4f67b0)] - **deps**: update acorn-walk to 8.3.2 (Node.js GitHub Bot) [#51457](https://github.com/nodejs/node/pull/51457)
|
|
273
|
+
* \[[`365a9dc2cb`](https://github.com/nodejs/node/commit/365a9dc2cb)] - **deps**: update timezone to 2023d (Node.js GitHub Bot) [#51461](https://github.com/nodejs/node/pull/51461)
|
|
274
|
+
* \[[`40e8b362a2`](https://github.com/nodejs/node/commit/40e8b362a2)] - **deps**: update base64 to 0.5.2 (Node.js GitHub Bot) [#51455](https://github.com/nodejs/node/pull/51455)
|
|
275
|
+
* \[[`139a626264`](https://github.com/nodejs/node/commit/139a626264)] - **deps**: compile c-ares with C11 support (Michaël Zasso) [#51410](https://github.com/nodejs/node/pull/51410)
|
|
276
|
+
* \[[`1cc37c4355`](https://github.com/nodejs/node/commit/1cc37c4355)] - **deps**: upgrade npm to 10.3.0 (npm team) [#51431](https://github.com/nodejs/node/pull/51431)
|
|
277
|
+
* \[[`942e10f5b5`](https://github.com/nodejs/node/commit/942e10f5b5)] - **deps**: update c-ares to 1.25.0 (Node.js GitHub Bot) [#51385](https://github.com/nodejs/node/pull/51385)
|
|
278
|
+
* \[[`17cb4af5a9`](https://github.com/nodejs/node/commit/17cb4af5a9)] - **deps**: update uvwasi to 0.0.20 and fixup tests (Michael Dawson) [#51355](https://github.com/nodejs/node/pull/51355)
|
|
279
|
+
* \[[`76582e434c`](https://github.com/nodejs/node/commit/76582e434c)] - **deps**: add nghttp3/\*\*/.deps to .gitignore (Luigi Pinca) [#51400](https://github.com/nodejs/node/pull/51400)
|
|
280
|
+
* \[[`4a889e8ea3`](https://github.com/nodejs/node/commit/4a889e8ea3)] - **doc**: add stability index to crypto.hash() (Joyee Cheung) [#51978](https://github.com/nodejs/node/pull/51978)
|
|
281
|
+
* \[[`3fdaeba9e6`](https://github.com/nodejs/node/commit/3fdaeba9e6)] - **doc**: remove redundant backquote which breaks sentence (JounQin) [#51904](https://github.com/nodejs/node/pull/51904)
|
|
282
|
+
* \[[`58747734a2`](https://github.com/nodejs/node/commit/58747734a2)] - **doc**: update node-api/node-addon-api team link to sharing project news (Ulises Gascón) [#51877](https://github.com/nodejs/node/pull/51877)
|
|
283
|
+
* \[[`2cdfe35437`](https://github.com/nodejs/node/commit/2cdfe35437)] - **doc**: add website team to sharing project news (Ulises Gascón) [#49002](https://github.com/nodejs/node/pull/49002)
|
|
284
|
+
* \[[`db30428f06`](https://github.com/nodejs/node/commit/db30428f06)] - **doc**: update guide link for Event Loop (Shrujal Shah) [#51874](https://github.com/nodejs/node/pull/51874)
|
|
285
|
+
* \[[`a5a17a18e3`](https://github.com/nodejs/node/commit/a5a17a18e3)] - **doc**: change `ExperimentalWarnings` to `ExperimentalWarning` (Ameet Kaustav) [#51741](https://github.com/nodejs/node/pull/51741)
|
|
286
|
+
* \[[`32d92aca1f`](https://github.com/nodejs/node/commit/32d92aca1f)] - **doc**: add Paolo to TSC members (Michael Dawson) [#51825](https://github.com/nodejs/node/pull/51825)
|
|
287
|
+
* \[[`2de1e85268`](https://github.com/nodejs/node/commit/2de1e85268)] - **doc**: reserve 123 for Electron 30 (Keeley Hammond) [#51803](https://github.com/nodejs/node/pull/51803)
|
|
288
|
+
* \[[`ad8cefcbf1`](https://github.com/nodejs/node/commit/ad8cefcbf1)] - **doc**: add mention to GPG\_TTY (Rafael Gonzaga) [#51806](https://github.com/nodejs/node/pull/51806)
|
|
289
|
+
* \[[`a8c9e6f7e9`](https://github.com/nodejs/node/commit/a8c9e6f7e9)] - **doc**: add zcbenz to collaborators (Cheng Zhao) [#51812](https://github.com/nodejs/node/pull/51812)
|
|
290
|
+
* \[[`4e0c79bea9`](https://github.com/nodejs/node/commit/4e0c79bea9)] - **doc**: add entry to stewards (Rafael Gonzaga) [#51760](https://github.com/nodejs/node/pull/51760)
|
|
291
|
+
* \[[`7fa30812ea`](https://github.com/nodejs/node/commit/7fa30812ea)] - **doc**: update technical priorities for 2023 (Jean Burellier) [#47523](https://github.com/nodejs/node/pull/47523)
|
|
292
|
+
* \[[`af6b5b1722`](https://github.com/nodejs/node/commit/af6b5b1722)] - **doc**: mark isWebAssemblyCompiledModule eol (Marco Ippolito) [#51442](https://github.com/nodejs/node/pull/51442)
|
|
293
|
+
* \[[`a62f69ecad`](https://github.com/nodejs/node/commit/a62f69ecad)] - **doc**: fix `globals.md` introduction (Antoine du Hamel) [#51742](https://github.com/nodejs/node/pull/51742)
|
|
294
|
+
* \[[`519dc8aad6`](https://github.com/nodejs/node/commit/519dc8aad6)] - **doc**: updates for better json generating (Dmitry Semigradsky) [#51592](https://github.com/nodejs/node/pull/51592)
|
|
295
|
+
* \[[`1b45ca4e38`](https://github.com/nodejs/node/commit/1b45ca4e38)] - **doc**: document the GN build (Cheng Zhao) [#51676](https://github.com/nodejs/node/pull/51676)
|
|
296
|
+
* \[[`37182c4c1f`](https://github.com/nodejs/node/commit/37182c4c1f)] - **doc**: fix uncaught exception example (Gabriel Schulhof) [#51638](https://github.com/nodejs/node/pull/51638)
|
|
297
|
+
* \[[`c9be260b7d`](https://github.com/nodejs/node/commit/c9be260b7d)] - **doc**: clarify execution of `after` hook on test suite completion (Ognjen Jevremović) [#51523](https://github.com/nodejs/node/pull/51523)
|
|
298
|
+
* \[[`8c0a257021`](https://github.com/nodejs/node/commit/8c0a257021)] - **doc**: fix `dns.lookup` and `dnsPromises.lookup` description (Duncan Chiu) [#51517](https://github.com/nodejs/node/pull/51517)
|
|
299
|
+
* \[[`177e13cb0d`](https://github.com/nodejs/node/commit/177e13cb0d)] - **doc**: note that path.normalize deviates from POSIX (Tobias Nießen) [#51513](https://github.com/nodejs/node/pull/51513)
|
|
300
|
+
* \[[`adbf2d3837`](https://github.com/nodejs/node/commit/adbf2d3837)] - **doc**: add lemire to collaborators (Daniel Lemire) [#51572](https://github.com/nodejs/node/pull/51572)
|
|
301
|
+
* \[[`fd2a3cef57`](https://github.com/nodejs/node/commit/fd2a3cef57)] - **doc**: fix historical experimental fetch flag (Kenrick) [#51506](https://github.com/nodejs/node/pull/51506)
|
|
302
|
+
* \[[`1d40a0067a`](https://github.com/nodejs/node/commit/1d40a0067a)] - **doc**: fix type of connectionAttempt parameter (Rafael Gonzaga) [#51490](https://github.com/nodejs/node/pull/51490)
|
|
303
|
+
* \[[`d3b78051ce`](https://github.com/nodejs/node/commit/d3b78051ce)] - **doc**: remove reference to resolved child\_process v8 issue (Ian Kerins) [#51467](https://github.com/nodejs/node/pull/51467)
|
|
304
|
+
* \[[`2bf371886a`](https://github.com/nodejs/node/commit/2bf371886a)] - **doc**: update typos (Aranđel Šarenac) [#51475](https://github.com/nodejs/node/pull/51475)
|
|
305
|
+
* \[[`10f95283c6`](https://github.com/nodejs/node/commit/10f95283c6)] - **doc**: add notes on inspector breakpoints (Chengzhong Wu) [#51417](https://github.com/nodejs/node/pull/51417)
|
|
306
|
+
* \[[`4ea194ab33`](https://github.com/nodejs/node/commit/4ea194ab33)] - **doc**: add links in `offboarding.md` (Antoine du Hamel) [#51440](https://github.com/nodejs/node/pull/51440)
|
|
307
|
+
* \[[`fc5629616b`](https://github.com/nodejs/node/commit/fc5629616b)] - **doc**: fix spelling mistake (u9g) [#51454](https://github.com/nodejs/node/pull/51454)
|
|
308
|
+
* \[[`70e88cf159`](https://github.com/nodejs/node/commit/70e88cf159)] - **doc**: add check for security reverts (Michael Dawson) [#51376](https://github.com/nodejs/node/pull/51376)
|
|
309
|
+
* \[[`74d4e382a7`](https://github.com/nodejs/node/commit/74d4e382a7)] - **doc**: fix some policy scope typos (Tim Kuijsten) [#51234](https://github.com/nodejs/node/pull/51234)
|
|
310
|
+
* \[[`d7658ca6a2`](https://github.com/nodejs/node/commit/d7658ca6a2)] - **doc**: improve subtests documentation (Marco Ippolito) [#51379](https://github.com/nodejs/node/pull/51379)
|
|
311
|
+
* \[[`c18a813638`](https://github.com/nodejs/node/commit/c18a813638)] - **doc**: add missing word in `child_process.md` (Joseph Joy) [#50370](https://github.com/nodejs/node/pull/50370)
|
|
312
|
+
* \[[`fabd5c4b21`](https://github.com/nodejs/node/commit/fabd5c4b21)] - **doc**: fixup alignment of warning subsection (James M Snell) [#51374](https://github.com/nodejs/node/pull/51374)
|
|
313
|
+
* \[[`80c750c8c1`](https://github.com/nodejs/node/commit/80c750c8c1)] - **doc,crypto**: further clarify RSA\_PKCS1\_PADDING support (Tobias Nießen) [#51799](https://github.com/nodejs/node/pull/51799)
|
|
314
|
+
* \[[`b53919d988`](https://github.com/nodejs/node/commit/b53919d988)] - **doc,crypto**: add changelog and note about disabled RSA\_PKCS1\_PADDING (Filip Skokan) [#51782](https://github.com/nodejs/node/pull/51782)
|
|
315
|
+
* \[[`08832e76d3`](https://github.com/nodejs/node/commit/08832e76d3)] - **esm**: improve error when calling `import.meta.resolve` from `data:` URL (Antoine du Hamel) [#49516](https://github.com/nodejs/node/pull/49516)
|
|
316
|
+
* \[[`78f818069a`](https://github.com/nodejs/node/commit/78f818069a)] - **events**: no stopPropagation call in cancelBubble (mert.altin) [#50405](https://github.com/nodejs/node/pull/50405)
|
|
317
|
+
* \[[`f130a33438`](https://github.com/nodejs/node/commit/f130a33438)] - _**Revert**_ "**fs**: remove workaround for `esm` package" (Jeremy Meng) [#50907](https://github.com/nodejs/node/pull/50907)
|
|
318
|
+
* \[[`5a8af3d362`](https://github.com/nodejs/node/commit/5a8af3d362)] - **fs**: load rimraf lazily in fs/promises (Joyee Cheung) [#51617](https://github.com/nodejs/node/pull/51617)
|
|
319
|
+
* \[[`15a7f2103b`](https://github.com/nodejs/node/commit/15a7f2103b)] - **fs**: remove race condition for recursive watch on Linux (Matteo Collina) [#51406](https://github.com/nodejs/node/pull/51406)
|
|
320
|
+
* \[[`d8bb4b2c1e`](https://github.com/nodejs/node/commit/d8bb4b2c1e)] - **fs**: update jsdoc for `filehandle.createWriteStream` and `appendFile` (Jungku Lee) [#51494](https://github.com/nodejs/node/pull/51494)
|
|
321
|
+
* \[[`e8fffebdd3`](https://github.com/nodejs/node/commit/e8fffebdd3)] - **fs,test**: add URL to string to fs.watch (Rafael Gonzaga) [#51346](https://github.com/nodejs/node/pull/51346)
|
|
322
|
+
* \[[`ec17fd73cc`](https://github.com/nodejs/node/commit/ec17fd73cc)] - **http**: fix `close` return value mismatch between doc and implementation (kylo5aby) [#51797](https://github.com/nodejs/node/pull/51797)
|
|
323
|
+
* \[[`b8e7a87aa9`](https://github.com/nodejs/node/commit/b8e7a87aa9)] - **http**: split set-cookie when using setHeaders (Marco Ippolito) [#51649](https://github.com/nodejs/node/pull/51649)
|
|
324
|
+
* \[[`682951af60`](https://github.com/nodejs/node/commit/682951af60)] - **http2**: close idle connections when allowHTTP1 is true (xsbchen) [#51569](https://github.com/nodejs/node/pull/51569)
|
|
325
|
+
* \[[`4b1c6839f4`](https://github.com/nodejs/node/commit/4b1c6839f4)] - **(SEMVER-MINOR)** **http2**: add h2 compat support for appendHeader (Tim Perry) [#51412](https://github.com/nodejs/node/pull/51412)
|
|
326
|
+
* \[[`d8aa2bac0b`](https://github.com/nodejs/node/commit/d8aa2bac0b)] - **(SEMVER-MINOR)** **http2**: add server handshake utility (snek) [#51172](https://github.com/nodejs/node/pull/51172)
|
|
327
|
+
* \[[`b9275d9039`](https://github.com/nodejs/node/commit/b9275d9039)] - **(SEMVER-MINOR)** **http2**: receive customsettings (Marten Richter) [#51323](https://github.com/nodejs/node/pull/51323)
|
|
328
|
+
* \[[`58e2015a03`](https://github.com/nodejs/node/commit/58e2015a03)] - **inspector**: add NodeRuntime.waitingForDebugger event (mary marchini) [#51560](https://github.com/nodejs/node/pull/51560)
|
|
329
|
+
* \[[`af32d433ee`](https://github.com/nodejs/node/commit/af32d433ee)] - **lib**: account for cwd access from snapshot serialization cb (Anna Henningsen) [#51901](https://github.com/nodejs/node/pull/51901)
|
|
330
|
+
* \[[`1edbc7d353`](https://github.com/nodejs/node/commit/1edbc7d353)] - **lib**: fix http client socket path (theanarkh) [#51900](https://github.com/nodejs/node/pull/51900)
|
|
331
|
+
* \[[`4dfc9e092e`](https://github.com/nodejs/node/commit/4dfc9e092e)] - **lib**: only build the ESM facade for builtins when they are needed (Joyee Cheung) [#51669](https://github.com/nodejs/node/pull/51669)
|
|
332
|
+
* \[[`5a2d2daad5`](https://github.com/nodejs/node/commit/5a2d2daad5)] - **(SEMVER-MINOR)** **lib**: move encodingsMap to internal/util (Joyee Cheung) [#51044](https://github.com/nodejs/node/pull/51044)
|
|
333
|
+
* \[[`eb1089ab17`](https://github.com/nodejs/node/commit/eb1089ab17)] - **lib**: do not access process.noDeprecation at build time (Joyee Cheung) [#51447](https://github.com/nodejs/node/pull/51447)
|
|
334
|
+
* \[[`614ca327c8`](https://github.com/nodejs/node/commit/614ca327c8)] - **lib**: add assertion for user ESM execution (Joyee Cheung) [#51748](https://github.com/nodejs/node/pull/51748)
|
|
335
|
+
* \[[`77ae03f723`](https://github.com/nodejs/node/commit/77ae03f723)] - **lib**: create global console properties at snapshot build time (Joyee Cheung) [#51700](https://github.com/nodejs/node/pull/51700)
|
|
336
|
+
* \[[`7f698f064e`](https://github.com/nodejs/node/commit/7f698f064e)] - **lib**: define FormData and fetch etc. in the built-in snapshot (Joyee Cheung) [#51598](https://github.com/nodejs/node/pull/51598)
|
|
337
|
+
* \[[`4b583bfcc5`](https://github.com/nodejs/node/commit/4b583bfcc5)] - **lib**: allow checking the test result from afterEach (Tim Stableford) [#51485](https://github.com/nodejs/node/pull/51485)
|
|
338
|
+
* \[[`ec60639cc0`](https://github.com/nodejs/node/commit/ec60639cc0)] - **lib**: remove unnecessary refreshHrtimeBuffer() (Joyee Cheung) [#51446](https://github.com/nodejs/node/pull/51446)
|
|
339
|
+
* \[[`8dc3f91eb4`](https://github.com/nodejs/node/commit/8dc3f91eb4)] - **lib,src**: extract sourceMappingURL from module (unbyte) [#51690](https://github.com/nodejs/node/pull/51690)
|
|
340
|
+
* \[[`84c71fa895`](https://github.com/nodejs/node/commit/84c71fa895)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#51726](https://github.com/nodejs/node/pull/51726)
|
|
341
|
+
* \[[`e5c52a2a6b`](https://github.com/nodejs/node/commit/e5c52a2a6b)] - **meta**: bump codecov/codecov-action from 3.1.4 to 4.0.1 (dependabot\[bot]) [#51648](https://github.com/nodejs/node/pull/51648)
|
|
342
|
+
* \[[`16aa6e5341`](https://github.com/nodejs/node/commit/16aa6e5341)] - **meta**: bump actions/download-artifact from 4.1.0 to 4.1.1 (dependabot\[bot]) [#51644](https://github.com/nodejs/node/pull/51644)
|
|
343
|
+
* \[[`97825603ae`](https://github.com/nodejs/node/commit/97825603ae)] - **meta**: bump actions/upload-artifact from 4.0.0 to 4.3.0 (dependabot\[bot]) [#51643](https://github.com/nodejs/node/pull/51643)
|
|
344
|
+
* \[[`51f0d80876`](https://github.com/nodejs/node/commit/51f0d80876)] - **meta**: bump step-security/harden-runner from 2.6.1 to 2.7.0 (dependabot\[bot]) [#51641](https://github.com/nodejs/node/pull/51641)
|
|
345
|
+
* \[[`97e3cb5844`](https://github.com/nodejs/node/commit/97e3cb5844)] - **meta**: bump actions/cache from 3.3.2 to 4.0.0 (dependabot\[bot]) [#51640](https://github.com/nodejs/node/pull/51640)
|
|
346
|
+
* \[[`dcf5f28d68`](https://github.com/nodejs/node/commit/dcf5f28d68)] - **meta**: bump github/codeql-action from 3.22.12 to 3.23.2 (dependabot\[bot]) [#51639](https://github.com/nodejs/node/pull/51639)
|
|
347
|
+
* \[[`c4a28b2211`](https://github.com/nodejs/node/commit/c4a28b2211)] - **meta**: add .mailmap entry for lemire (Daniel Lemire) [#51600](https://github.com/nodejs/node/pull/51600)
|
|
348
|
+
* \[[`dbf44744ba`](https://github.com/nodejs/node/commit/dbf44744ba)] - **meta**: mark security-wg codeowner for deps folder (Marco Ippolito) [#51529](https://github.com/nodejs/node/pull/51529)
|
|
349
|
+
* \[[`16fea71d08`](https://github.com/nodejs/node/commit/16fea71d08)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#51468](https://github.com/nodejs/node/pull/51468)
|
|
350
|
+
* \[[`015c4dcacf`](https://github.com/nodejs/node/commit/015c4dcacf)] - **meta**: move RaisinTen to emeritus and remove from strategic initiatives (Darshan Sen) [#51411](https://github.com/nodejs/node/pull/51411)
|
|
351
|
+
* \[[`e942dc1d0c`](https://github.com/nodejs/node/commit/e942dc1d0c)] - **meta**: add .temp and .lock tags to ignore (Rafael Gonzaga) [#51343](https://github.com/nodejs/node/pull/51343)
|
|
352
|
+
* \[[`595542e330`](https://github.com/nodejs/node/commit/595542e330)] - **meta**: bump actions/setup-python from 4.7.1 to 5.0.0 (dependabot\[bot]) [#51335](https://github.com/nodejs/node/pull/51335)
|
|
353
|
+
* \[[`6c3ba73d03`](https://github.com/nodejs/node/commit/6c3ba73d03)] - **meta**: bump actions/setup-node from 4.0.0 to 4.0.1 (dependabot\[bot]) [#51334](https://github.com/nodejs/node/pull/51334)
|
|
354
|
+
* \[[`e4f9f0a260`](https://github.com/nodejs/node/commit/e4f9f0a260)] - **meta**: bump github/codeql-action from 2.22.8 to 3.22.12 (dependabot\[bot]) [#51333](https://github.com/nodejs/node/pull/51333)
|
|
355
|
+
* \[[`77598c3a8e`](https://github.com/nodejs/node/commit/77598c3a8e)] - **meta**: bump actions/stale from 8.0.0 to 9.0.0 (dependabot\[bot]) [#51332](https://github.com/nodejs/node/pull/51332)
|
|
356
|
+
* \[[`22a11c32c0`](https://github.com/nodejs/node/commit/22a11c32c0)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#51329](https://github.com/nodejs/node/pull/51329)
|
|
357
|
+
* \[[`391aeb1996`](https://github.com/nodejs/node/commit/391aeb1996)] - **module**: fix crash when built-in module export a `default` key (Antoine du Hamel) [#51481](https://github.com/nodejs/node/pull/51481)
|
|
358
|
+
* \[[`615b0ae307`](https://github.com/nodejs/node/commit/615b0ae307)] - **module**: fix `--preserve-symlinks-main` (per4uk) [#51312](https://github.com/nodejs/node/pull/51312)
|
|
359
|
+
* \[[`c6cc3ed3b4`](https://github.com/nodejs/node/commit/c6cc3ed3b4)] - **net**: fix connect crash when call destroy in lookup handler (theanarkh) [#51826](https://github.com/nodejs/node/pull/51826)
|
|
360
|
+
* \[[`63e0ceb48f`](https://github.com/nodejs/node/commit/63e0ceb48f)] - **net**: fix example IPv4 in dns docs (Aras Abbasi) [#51377](https://github.com/nodejs/node/pull/51377)
|
|
361
|
+
* \[[`bc6f33d8d1`](https://github.com/nodejs/node/commit/bc6f33d8d1)] - **node-api**: make napi\_get\_buffer\_info check if passed buffer is valid (Janrupf) [#51571](https://github.com/nodejs/node/pull/51571)
|
|
362
|
+
* \[[`5b94ff44ec`](https://github.com/nodejs/node/commit/5b94ff44ec)] - **node-api**: move NAPI\_EXPERIMENTAL definition to gyp file (Gabriel Schulhof) [#51254](https://github.com/nodejs/node/pull/51254)
|
|
363
|
+
* \[[`66c11f31c3`](https://github.com/nodejs/node/commit/66c11f31c3)] - **node-api**: optimize napi\_set\_property for perf (Mert Can Altın) [#50282](https://github.com/nodejs/node/pull/50282)
|
|
364
|
+
* \[[`cb621863c6`](https://github.com/nodejs/node/commit/cb621863c6)] - **perf\_hooks**: performance milestone time origin timestamp improvement (IlyasShabi) [#51713](https://github.com/nodejs/node/pull/51713)
|
|
365
|
+
* \[[`4d06d80675`](https://github.com/nodejs/node/commit/4d06d80675)] - **quic**: various additional cleanups, fixes in Endpoint (James M Snell) [#51310](https://github.com/nodejs/node/pull/51310)
|
|
366
|
+
* \[[`3e579ab2fd`](https://github.com/nodejs/node/commit/3e579ab2fd)] - **repl**: fix `NO_COLORS` env var is ignored (Moshe Atlow) [#51568](https://github.com/nodejs/node/pull/51568)
|
|
367
|
+
* \[[`7ceb6d6700`](https://github.com/nodejs/node/commit/7ceb6d6700)] - **sea**: update stability index (Joyee Cheung) [#51774](https://github.com/nodejs/node/pull/51774)
|
|
368
|
+
* \[[`e8d9065262`](https://github.com/nodejs/node/commit/e8d9065262)] - **(SEMVER-MINOR)** **sea**: support sea.getRawAsset() (Joyee Cheung) [#50960](https://github.com/nodejs/node/pull/50960)
|
|
369
|
+
* \[[`cea5295c16`](https://github.com/nodejs/node/commit/cea5295c16)] - **(SEMVER-MINOR)** **sea**: support embedding assets (Joyee Cheung) [#50960](https://github.com/nodejs/node/pull/50960)
|
|
370
|
+
* \[[`7543e774bd`](https://github.com/nodejs/node/commit/7543e774bd)] - **src**: simplify direct queries of env vars in C++ land (Joyee Cheung) [#51829](https://github.com/nodejs/node/pull/51829)
|
|
371
|
+
* \[[`8f10543c58`](https://github.com/nodejs/node/commit/8f10543c58)] - **src**: stop the profiler and the inspector before snapshot serialization (Joyee Cheung) [#51815](https://github.com/nodejs/node/pull/51815)
|
|
372
|
+
* \[[`ccc76bbfd7`](https://github.com/nodejs/node/commit/ccc76bbfd7)] - **src**: simplify embedder entry point execution (Joyee Cheung) [#51557](https://github.com/nodejs/node/pull/51557)
|
|
373
|
+
* \[[`0c41210865`](https://github.com/nodejs/node/commit/0c41210865)] - **src**: compile code eagerly in snapshot builder (Joyee Cheung) [#51672](https://github.com/nodejs/node/pull/51672)
|
|
374
|
+
* \[[`2a46dc7b86`](https://github.com/nodejs/node/commit/2a46dc7b86)] - **src**: check empty before accessing string (Cheng Zhao) [#51665](https://github.com/nodejs/node/pull/51665)
|
|
375
|
+
* \[[`47186fbad5`](https://github.com/nodejs/node/commit/47186fbad5)] - **(SEMVER-MINOR)** **src**: print string content better in BlobDeserializer (Joyee Cheung) [#50960](https://github.com/nodejs/node/pull/50960)
|
|
376
|
+
* \[[`6603d32ce3`](https://github.com/nodejs/node/commit/6603d32ce3)] - **src**: fix vm bug for configurable globalThis (F. Hinkelmann) [#51602](https://github.com/nodejs/node/pull/51602)
|
|
377
|
+
* \[[`c7912c3d5a`](https://github.com/nodejs/node/commit/c7912c3d5a)] - **(SEMVER-MINOR)** **src**: support multi-line values for .env file (IlyasShabi) [#51289](https://github.com/nodejs/node/pull/51289)
|
|
378
|
+
* \[[`b8ae5c27c6`](https://github.com/nodejs/node/commit/b8ae5c27c6)] - **(SEMVER-MINOR)** **src**: add `process.loadEnvFile` and `util.parseEnv` (Yagiz Nizipli) [#51476](https://github.com/nodejs/node/pull/51476)
|
|
379
|
+
* \[[`e3a63843f2`](https://github.com/nodejs/node/commit/e3a63843f2)] - **src**: terminate correctly double-quote in env variable (Marco Ippolito) [#51510](https://github.com/nodejs/node/pull/51510)
|
|
380
|
+
* \[[`119e045053`](https://github.com/nodejs/node/commit/119e045053)] - **(SEMVER-MINOR)** **src**: do not coerce dotenv paths (Tobias Nießen) [#51425](https://github.com/nodejs/node/pull/51425)
|
|
381
|
+
* \[[`b271cc5b16`](https://github.com/nodejs/node/commit/b271cc5b16)] - **src**: refactor `GetCreationContext` calls (Jungku Lee) [#51367](https://github.com/nodejs/node/pull/51367)
|
|
382
|
+
* \[[`36e42aa570`](https://github.com/nodejs/node/commit/36e42aa570)] - **src**: do not read string out of bounds (Cheng Zhao) [#51358](https://github.com/nodejs/node/pull/51358)
|
|
383
|
+
* \[[`8ea7d79082`](https://github.com/nodejs/node/commit/8ea7d79082)] - **src**: avoid shadowed string in fs\_permission (Shelley Vohr) [#51123](https://github.com/nodejs/node/pull/51123)
|
|
384
|
+
* \[[`5b06af7814`](https://github.com/nodejs/node/commit/5b06af7814)] - **stream**: fix eventNames() to not return not defined events (IlyasShabi) [#51331](https://github.com/nodejs/node/pull/51331)
|
|
385
|
+
* \[[`438b7fd049`](https://github.com/nodejs/node/commit/438b7fd049)] - **stream**: fix cloned webstreams not being unref correctly (tsctx) [#51526](https://github.com/nodejs/node/pull/51526)
|
|
386
|
+
* \[[`9ab353af00`](https://github.com/nodejs/node/commit/9ab353af00)] - **(SEMVER-MINOR)** **stream**: implement `min` option for `ReadableStreamBYOBReader.read` (Mattias Buelens) [#50888](https://github.com/nodejs/node/pull/50888)
|
|
387
|
+
* \[[`17ab5ae570`](https://github.com/nodejs/node/commit/17ab5ae570)] - **test**: fix unreliable assumption in js-native-api/test\_cannot\_run\_js (Joyee Cheung) [#51898](https://github.com/nodejs/node/pull/51898)
|
|
388
|
+
* \[[`e2c51385c7`](https://github.com/nodejs/node/commit/e2c51385c7)] - **test**: test surrogate pair filenames on windows (Mert Can Altın) [#51800](https://github.com/nodejs/node/pull/51800)
|
|
389
|
+
* \[[`049e5f5e8c`](https://github.com/nodejs/node/commit/049e5f5e8c)] - **test**: deflake test-http2-large-write-multiple-requests (Joyee Cheung) [#51863](https://github.com/nodejs/node/pull/51863)
|
|
390
|
+
* \[[`2bf03ee678`](https://github.com/nodejs/node/commit/2bf03ee678)] - **test**: fix test-debugger-profile for coverage generation (Joyee Cheung) [#51816](https://github.com/nodejs/node/pull/51816)
|
|
391
|
+
* \[[`d47a95f3b1`](https://github.com/nodejs/node/commit/d47a95f3b1)] - **test**: fix test-bootstrap-modules for coverage generation (Joyee Cheung) [#51816](https://github.com/nodejs/node/pull/51816)
|
|
392
|
+
* \[[`c0918f082f`](https://github.com/nodejs/node/commit/c0918f082f)] - **test**: ensure delay in recursive fs watch tests (Joyee Cheung) [#51842](https://github.com/nodejs/node/pull/51842)
|
|
393
|
+
* \[[`1f6551dda2`](https://github.com/nodejs/node/commit/1f6551dda2)] - **test**: fix test-child-process-fork-net (Joyee Cheung) [#51841](https://github.com/nodejs/node/pull/51841)
|
|
394
|
+
* \[[`f845a16c58`](https://github.com/nodejs/node/commit/f845a16c58)] - **test**: split wasi tests (Joyee Cheung) [#51836](https://github.com/nodejs/node/pull/51836)
|
|
395
|
+
* \[[`275cea0fdb`](https://github.com/nodejs/node/commit/275cea0fdb)] - **test**: mark test-wasi as flaky on Windows on ARM (Joyee Cheung) [#51834](https://github.com/nodejs/node/pull/51834)
|
|
396
|
+
* \[[`2fb620cd00`](https://github.com/nodejs/node/commit/2fb620cd00)] - **test**: remove test-fs-stat-bigint flaky designation (Luigi Pinca) [#51735](https://github.com/nodejs/node/pull/51735)
|
|
397
|
+
* \[[`b046712e86`](https://github.com/nodejs/node/commit/b046712e86)] - **test**: skip test-http-correct-hostname on loong64 (Shi Pujin) [#51663](https://github.com/nodejs/node/pull/51663)
|
|
398
|
+
* \[[`83f581d4c1`](https://github.com/nodejs/node/commit/83f581d4c1)] - **test**: increase platform timeout zlib-brotli-16gb (Rafael Gonzaga) [#51792](https://github.com/nodejs/node/pull/51792)
|
|
399
|
+
* \[[`ea08350c83`](https://github.com/nodejs/node/commit/ea08350c83)] - **test**: remove test-cli-node-options flaky designation (Luigi Pinca) [#51716](https://github.com/nodejs/node/pull/51716)
|
|
400
|
+
* \[[`9d3a014f67`](https://github.com/nodejs/node/commit/9d3a014f67)] - **test**: remove test-domain-error-types flaky designation (Luigi Pinca) [#51717](https://github.com/nodejs/node/pull/51717)
|
|
401
|
+
* \[[`d7563a5448`](https://github.com/nodejs/node/commit/d7563a5448)] - **test**: fix `internet/test-inspector-help-page` (Richard Lau) [#51693](https://github.com/nodejs/node/pull/51693)
|
|
402
|
+
* \[[`e9299255ca`](https://github.com/nodejs/node/commit/e9299255ca)] - **test**: remove duplicate entry for flaky test (Luigi Pinca) [#51654](https://github.com/nodejs/node/pull/51654)
|
|
403
|
+
* \[[`a8ac337250`](https://github.com/nodejs/node/commit/a8ac337250)] - **test**: remove test-crypto-keygen flaky designation (Luigi Pinca) [#51567](https://github.com/nodejs/node/pull/51567)
|
|
404
|
+
* \[[`c820166e4b`](https://github.com/nodejs/node/commit/c820166e4b)] - **test**: remove test-fs-rmdir-recursive flaky designation (Luigi Pinca) [#51566](https://github.com/nodejs/node/pull/51566)
|
|
405
|
+
* \[[`db88bf185f`](https://github.com/nodejs/node/commit/db88bf185f)] - **test**: remove common.expectsError calls for asserts (Paulo Chaves) [#51504](https://github.com/nodejs/node/pull/51504)
|
|
406
|
+
* \[[`fc0c1309b2`](https://github.com/nodejs/node/commit/fc0c1309b2)] - **test**: mark test-http2-large-file as flaky (Michaël Zasso) [#51549](https://github.com/nodejs/node/pull/51549)
|
|
407
|
+
* \[[`c88f0b6db9`](https://github.com/nodejs/node/commit/c88f0b6db9)] - **test**: use checkIfCollectableByCounting in SourceTextModule leak test (Joyee Cheung) [#51512](https://github.com/nodejs/node/pull/51512)
|
|
408
|
+
* \[[`d4d07f4a44`](https://github.com/nodejs/node/commit/d4d07f4a44)] - **test**: remove test-file-write-stream4 flaky designation (Luigi Pinca) [#51472](https://github.com/nodejs/node/pull/51472)
|
|
409
|
+
* \[[`7420a7d2f8`](https://github.com/nodejs/node/commit/7420a7d2f8)] - **test**: add URL tests to fs-write (Rafael Gonzaga) [#51352](https://github.com/nodejs/node/pull/51352)
|
|
410
|
+
* \[[`28c2bf3e42`](https://github.com/nodejs/node/commit/28c2bf3e42)] - **test**: remove unneeded common.expectsError for asserts (Andrés Morelos) [#51353](https://github.com/nodejs/node/pull/51353)
|
|
411
|
+
* \[[`9dfb36fbe5`](https://github.com/nodejs/node/commit/9dfb36fbe5)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#51533](https://github.com/nodejs/node/pull/51533)
|
|
412
|
+
* \[[`e4d4bc6f9a`](https://github.com/nodejs/node/commit/e4d4bc6f9a)] - **test\_runner**: serialize 'expected' and 'actual' in isolation (Malthe Borch) [#51851](https://github.com/nodejs/node/pull/51851)
|
|
413
|
+
* \[[`5f9491237c`](https://github.com/nodejs/node/commit/5f9491237c)] - **test\_runner**: add ref methods to mocked timers (Marco Ippolito) [#51809](https://github.com/nodejs/node/pull/51809)
|
|
414
|
+
* \[[`af5875c6e8`](https://github.com/nodejs/node/commit/af5875c6e8)] - **test\_runner**: check if timeout was cleared by own callback (Ben Richeson) [#51673](https://github.com/nodejs/node/pull/51673)
|
|
415
|
+
* \[[`e0789fbc8a`](https://github.com/nodejs/node/commit/e0789fbc8a)] - **test\_runner**: do not invoke after hook when test is empty (Marco Ippolito) [#51389](https://github.com/nodejs/node/pull/51389)
|
|
416
|
+
* \[[`27f8549903`](https://github.com/nodejs/node/commit/27f8549903)] - **tools**: fix installing node with shared mode (Cheng Zhao) [#51910](https://github.com/nodejs/node/pull/51910)
|
|
417
|
+
* \[[`71a809bd43`](https://github.com/nodejs/node/commit/71a809bd43)] - **tools**: update eslint to 8.57.0 (Node.js GitHub Bot) [#51867](https://github.com/nodejs/node/pull/51867)
|
|
418
|
+
* \[[`20effe638a`](https://github.com/nodejs/node/commit/20effe638a)] - **tools**: update lint-md-dependencies to rollup\@4.12.0 (Node.js GitHub Bot) [#51795](https://github.com/nodejs/node/pull/51795)
|
|
419
|
+
* \[[`6c0a3b9c0d`](https://github.com/nodejs/node/commit/6c0a3b9c0d)] - **tools**: update lint-md-dependencies to rollup\@4.12.0 (Node.js GitHub Bot) [#51795](https://github.com/nodejs/node/pull/51795)
|
|
420
|
+
* \[[`03f926ddca`](https://github.com/nodejs/node/commit/03f926ddca)] - **tools**: fix missing \[\[fallthrough]] in js2c (Cheng Zhao) [#51845](https://github.com/nodejs/node/pull/51845)
|
|
421
|
+
* \[[`b502be1d09`](https://github.com/nodejs/node/commit/b502be1d09)] - **tools**: disable automated libuv updates (Rafael Gonzaga) [#51775](https://github.com/nodejs/node/pull/51775)
|
|
422
|
+
* \[[`787fb32557`](https://github.com/nodejs/node/commit/787fb32557)] - **tools**: fix update-icu.sh (Michaël Zasso) [#51723](https://github.com/nodejs/node/pull/51723)
|
|
423
|
+
* \[[`ba22c614c1`](https://github.com/nodejs/node/commit/ba22c614c1)] - **tools**: update lint-md-dependencies to rollup\@4.10.0 (Node.js GitHub Bot) [#51720](https://github.com/nodejs/node/pull/51720)
|
|
424
|
+
* \[[`751821fa21`](https://github.com/nodejs/node/commit/751821fa21)] - **tools**: update github\_reporter to 1.6.0 (Node.js GitHub Bot) [#51658](https://github.com/nodejs/node/pull/51658)
|
|
425
|
+
* \[[`5fe493d0e4`](https://github.com/nodejs/node/commit/5fe493d0e4)] - **tools**: run `build-windows` workflow only on source changes (Antoine du Hamel) [#51596](https://github.com/nodejs/node/pull/51596)
|
|
426
|
+
* \[[`e1b9655bdc`](https://github.com/nodejs/node/commit/e1b9655bdc)] - **tools**: update lint-md-dependencies to rollup\@4.9.6 (Node.js GitHub Bot) [#51583](https://github.com/nodejs/node/pull/51583)
|
|
427
|
+
* \[[`d8e1058f18`](https://github.com/nodejs/node/commit/d8e1058f18)] - **tools**: fix loong64 build (Shi Pujin) [#51401](https://github.com/nodejs/node/pull/51401)
|
|
428
|
+
* \[[`e0eeebc960`](https://github.com/nodejs/node/commit/e0eeebc960)] - **tools**: set normalizeTD text default to empty string (Marco Ippolito) [#51543](https://github.com/nodejs/node/pull/51543)
|
|
429
|
+
* \[[`81fd7d1ca9`](https://github.com/nodejs/node/commit/81fd7d1ca9)] - **tools**: limit parallelism with ninja in V8 builds (Richard Lau) [#51473](https://github.com/nodejs/node/pull/51473)
|
|
430
|
+
* \[[`e88a301e98`](https://github.com/nodejs/node/commit/e88a301e98)] - **tools**: do not pass invalid flag to C compiler (Michaël Zasso) [#51409](https://github.com/nodejs/node/pull/51409)
|
|
431
|
+
* \[[`129d3b3293`](https://github.com/nodejs/node/commit/129d3b3293)] - **tools**: update lint-md-dependencies to rollup\@4.9.5 (Node.js GitHub Bot) [#51460](https://github.com/nodejs/node/pull/51460)
|
|
432
|
+
* \[[`f3845de204`](https://github.com/nodejs/node/commit/f3845de204)] - **tools**: update inspector\_protocol to 83b1154 (Kohei Ueno) [#51309](https://github.com/nodejs/node/pull/51309)
|
|
433
|
+
* \[[`58901d08fd`](https://github.com/nodejs/node/commit/58901d08fd)] - **tools**: update github\_reporter to 1.5.4 (Node.js GitHub Bot) [#51395](https://github.com/nodejs/node/pull/51395)
|
|
434
|
+
* \[[`29492e2c88`](https://github.com/nodejs/node/commit/29492e2c88)] - **tools**: fix version parsing in brotli update script (Richard Lau) [#51373](https://github.com/nodejs/node/pull/51373)
|
|
435
|
+
* \[[`17593d95ba`](https://github.com/nodejs/node/commit/17593d95ba)] - **tools**: update lint-md-dependencies to rollup\@4.9.4 (Node.js GitHub Bot) [#51396](https://github.com/nodejs/node/pull/51396)
|
|
436
|
+
* \[[`35f33d3a31`](https://github.com/nodejs/node/commit/35f33d3a31)] - **tools**: remove openssl v1 update script (Marco Ippolito) [#51378](https://github.com/nodejs/node/pull/51378)
|
|
437
|
+
* \[[`83b3aa838b`](https://github.com/nodejs/node/commit/83b3aa838b)] - **tools**: remove deprecated python api (Alex Yang) [#49731](https://github.com/nodejs/node/pull/49731)
|
|
438
|
+
* \[[`adb2c36f0f`](https://github.com/nodejs/node/commit/adb2c36f0f)] - **typings**: lib/internal/vm.js (Geoffrey Booth) [#50112](https://github.com/nodejs/node/pull/50112)
|
|
439
|
+
* \[[`407341e25c`](https://github.com/nodejs/node/commit/407341e25c)] - **url**: don't update URL immediately on update to URLSearchParams (Matt Cowley) [#51520](https://github.com/nodejs/node/pull/51520)
|
|
440
|
+
* \[[`88e08bbe80`](https://github.com/nodejs/node/commit/88e08bbe80)] - **(SEMVER-MINOR)** **util**: add styleText API to text formatting (Rafael Gonzaga) [#51850](https://github.com/nodejs/node/pull/51850)
|
|
441
|
+
* \[[`ba444a949d`](https://github.com/nodejs/node/commit/ba444a949d)] - **vm**: implement isContext() directly in JS land with private symbol (Joyee Cheung) [#51685](https://github.com/nodejs/node/pull/51685)
|
|
442
|
+
* \[[`4c508269cd`](https://github.com/nodejs/node/commit/4c508269cd)] - **(SEMVER-MINOR)** **vm**: support using the default loader to handle dynamic import() (Joyee Cheung) [#51244](https://github.com/nodejs/node/pull/51244)
|
|
443
|
+
|
|
47
444
|
<a id="21.6.2"></a>
|
|
48
445
|
|
|
49
446
|
## 2024-02-14, Version 21.6.2 (Current), @RafaelGSS
|
package/README.md
CHANGED
|
@@ -190,14 +190,14 @@ For information about the governance of the Node.js project, see
|
|
|
190
190
|
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
191
191
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
192
192
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
193
|
-
* [RaisinTen](https://github.com/RaisinTen) -
|
|
194
|
-
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
195
193
|
* [richardlau](https://github.com/richardlau) -
|
|
196
194
|
**Richard Lau** <<rlau@redhat.com>>
|
|
197
195
|
* [ronag](https://github.com/ronag) -
|
|
198
196
|
**Robert Nagy** <<ronagy@icloud.com>>
|
|
199
197
|
* [ruyadorno](https://github.com/ruyadorno) -
|
|
200
198
|
**Ruy Adorno** <<ruyadorno@google.com>> (he/him)
|
|
199
|
+
* [ShogunPanda](https://github.com/ShogunPanda) -
|
|
200
|
+
**Paolo Insogna** <<paolo@cowtech.it>> (he/him)
|
|
201
201
|
* [targos](https://github.com/targos) -
|
|
202
202
|
**Michaël Zasso** <<targos@protonmail.com>> (he/him)
|
|
203
203
|
* [tniessen](https://github.com/tniessen) -
|
|
@@ -266,6 +266,8 @@ For information about the governance of the Node.js project, see
|
|
|
266
266
|
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
267
267
|
* [piscisaureus](https://github.com/piscisaureus) -
|
|
268
268
|
**Bert Belder** <<bertbelder@gmail.com>>
|
|
269
|
+
* [RaisinTen](https://github.com/RaisinTen) -
|
|
270
|
+
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
269
271
|
* [sam-github](https://github.com/sam-github) -
|
|
270
272
|
**Sam Roberts** <<vieuxtech@gmail.com>>
|
|
271
273
|
* [shigeki](https://github.com/shigeki) -
|
|
@@ -333,8 +335,6 @@ For information about the governance of the Node.js project, see
|
|
|
333
335
|
**Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
|
|
334
336
|
* [deokjinkim](https://github.com/deokjinkim) -
|
|
335
337
|
**Deokjin Kim** <<deokjin81.kim@gmail.com>> (he/him)
|
|
336
|
-
* [devnexen](https://github.com/devnexen) -
|
|
337
|
-
**David Carlier** <<devnexen@gmail.com>>
|
|
338
338
|
* [devsnek](https://github.com/devsnek) -
|
|
339
339
|
**Gus Caplan** <<me@gus.host>> (they/them)
|
|
340
340
|
* [edsadr](https://github.com/edsadr) -
|
|
@@ -389,6 +389,8 @@ For information about the governance of the Node.js project, see
|
|
|
389
389
|
**Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
|
|
390
390
|
* [legendecas](https://github.com/legendecas) -
|
|
391
391
|
**Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
|
|
392
|
+
* [lemire](https://github.com/lemire) -
|
|
393
|
+
**Daniel Lemire** <<daniel@lemire.me>>
|
|
392
394
|
* [linkgoron](https://github.com/linkgoron) -
|
|
393
395
|
**Nitzan Uziely** <<linkgoron@gmail.com>>
|
|
394
396
|
* [LiviaMedeiros](https://github.com/LiviaMedeiros) -
|
|
@@ -411,8 +413,6 @@ For information about the governance of the Node.js project, see
|
|
|
411
413
|
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
412
414
|
* [mhdawson](https://github.com/mhdawson) -
|
|
413
415
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
414
|
-
* [miladfarca](https://github.com/miladfarca) -
|
|
415
|
-
**Milad Fa** <<mfarazma@redhat.com>> (he/him)
|
|
416
416
|
* [mildsunrise](https://github.com/mildsunrise) -
|
|
417
417
|
**Alba Mendez** <<me@alba.sh>> (she/her)
|
|
418
418
|
* [MoLow](https://github.com/MoLow) -
|
|
@@ -425,16 +425,12 @@ For information about the governance of the Node.js project, see
|
|
|
425
425
|
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
426
426
|
* [ovflowd](https://github.com/ovflowd) -
|
|
427
427
|
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
428
|
-
* [oyyd](https://github.com/oyyd) -
|
|
429
|
-
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
430
428
|
* [panva](https://github.com/panva) -
|
|
431
429
|
**Filip Skokan** <<panva.ip@gmail.com>> (he/him)
|
|
432
430
|
* [Qard](https://github.com/Qard) -
|
|
433
431
|
**Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
|
|
434
432
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
435
433
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
436
|
-
* [RaisinTen](https://github.com/RaisinTen) -
|
|
437
|
-
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
438
434
|
* [rluvaton](https://github.com/rluvaton) -
|
|
439
435
|
**Raz Luvaton** <<rluvaton@gmail.com>> (he/him)
|
|
440
436
|
* [richardlau](https://github.com/richardlau) -
|
|
@@ -445,8 +441,6 @@ For information about the governance of the Node.js project, see
|
|
|
445
441
|
**Robert Nagy** <<ronagy@icloud.com>>
|
|
446
442
|
* [ruyadorno](https://github.com/ruyadorno) -
|
|
447
443
|
**Ruy Adorno** <<ruyadorno@google.com>> (he/him)
|
|
448
|
-
* [rvagg](https://github.com/rvagg) -
|
|
449
|
-
**Rod Vagg** <<rod@vagg.org>>
|
|
450
444
|
* [ryzokuken](https://github.com/ryzokuken) -
|
|
451
445
|
**Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
|
|
452
446
|
* [santigimeno](https://github.com/santigimeno) -
|
|
@@ -485,6 +479,8 @@ For information about the governance of the Node.js project, see
|
|
|
485
479
|
**Yash Ladha** <<yash@yashladha.in>> (he/him)
|
|
486
480
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
487
481
|
**Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
|
|
482
|
+
* [zcbenz](https://github.com/zcbenz) -
|
|
483
|
+
**Cheng Zhao** <zcbenz@gmail.com> (he/him)
|
|
488
484
|
|
|
489
485
|
<details>
|
|
490
486
|
|
|
@@ -525,6 +521,8 @@ For information about the governance of the Node.js project, see
|
|
|
525
521
|
**David Cai** <<davidcai1993@yahoo.com>> (he/him)
|
|
526
522
|
* [davisjam](https://github.com/davisjam) -
|
|
527
523
|
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
524
|
+
* [devnexen](https://github.com/devnexen) -
|
|
525
|
+
**David Carlier** <<devnexen@gmail.com>>
|
|
528
526
|
* [digitalinfinity](https://github.com/digitalinfinity) -
|
|
529
527
|
**Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
|
|
530
528
|
* [dmabupt](https://github.com/dmabupt) -
|
|
@@ -607,6 +605,8 @@ For information about the governance of the Node.js project, see
|
|
|
607
605
|
**Nicu Micleușanu** <<micnic90@gmail.com>> (he/him)
|
|
608
606
|
* [mikeal](https://github.com/mikeal) -
|
|
609
607
|
**Mikeal Rogers** <<mikeal.rogers@gmail.com>>
|
|
608
|
+
* [miladfarca](https://github.com/miladfarca) -
|
|
609
|
+
**Milad Fa** <<mfarazma@redhat.com>> (he/him)
|
|
610
610
|
* [misterdjules](https://github.com/misterdjules) -
|
|
611
611
|
**Julien Gilli** <<jgilli@netflix.com>>
|
|
612
612
|
* [mmarchini](https://github.com/mmarchini) -
|
|
@@ -625,6 +625,8 @@ For information about the governance of the Node.js project, see
|
|
|
625
625
|
**Alexis Campailla** <<orangemocha@nodejs.org>>
|
|
626
626
|
* [othiym23](https://github.com/othiym23) -
|
|
627
627
|
**Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
|
|
628
|
+
* [oyyd](https://github.com/oyyd) -
|
|
629
|
+
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
628
630
|
* [petkaantonov](https://github.com/petkaantonov) -
|
|
629
631
|
**Petka Antonov** <<petka_antonov@hotmail.com>>
|
|
630
632
|
* [phillipj](https://github.com/phillipj) -
|
|
@@ -641,6 +643,8 @@ For information about the governance of the Node.js project, see
|
|
|
641
643
|
**Peter Marshall** <<petermarshall@chromium.org>> (he/him)
|
|
642
644
|
* [puzpuzpuz](https://github.com/puzpuzpuz) -
|
|
643
645
|
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
646
|
+
* [RaisinTen](https://github.com/RaisinTen) -
|
|
647
|
+
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
644
648
|
* [refack](https://github.com/refack) -
|
|
645
649
|
**Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
|
|
646
650
|
* [rexagod](https://github.com/rexagod) -
|
|
@@ -659,6 +663,8 @@ For information about the governance of the Node.js project, see
|
|
|
659
663
|
**Ingvar Stepanyan** <<me@rreverser.com>>
|
|
660
664
|
* [rubys](https://github.com/rubys) -
|
|
661
665
|
**Sam Ruby** <<rubys@intertwingly.net>>
|
|
666
|
+
* [rvagg](https://github.com/rvagg) -
|
|
667
|
+
**Rod Vagg** <<rod@vagg.org>>
|
|
662
668
|
* [saghul](https://github.com/saghul) -
|
|
663
669
|
**Saúl Ibarra Corretgé** <<s@saghul.net>>
|
|
664
670
|
* [sam-github](https://github.com/sam-github) -
|
|
@@ -737,8 +743,6 @@ maintaining the Node.js project.
|
|
|
737
743
|
**Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
|
|
738
744
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
739
745
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
740
|
-
* [RaisinTen](https://github.com/RaisinTen) -
|
|
741
|
-
**Darshan Sen** <<raisinten@gmail.com>>
|
|
742
746
|
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
743
747
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
744
748
|
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -324,6 +324,7 @@
|
|
|
324
324
|
'lib/readline.js',
|
|
325
325
|
'lib/readline/promises.js',
|
|
326
326
|
'lib/repl.js',
|
|
327
|
+
'lib/sea.js',
|
|
327
328
|
'lib/stream.js',
|
|
328
329
|
'lib/stream/consumers.js',
|
|
329
330
|
'lib/stream/promises.js',
|
|
@@ -376,6 +377,7 @@
|
|
|
376
377
|
'shlib_suffix': 'so.120',
|
|
377
378
|
'single_executable_application': 'true',
|
|
378
379
|
'target_arch': 'arm64',
|
|
380
|
+
'use_prefix_to_find_headers': 'false',
|
|
379
381
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
380
382
|
'v8_enable_extensible_ro_snapshot': 0,
|
|
381
383
|
'v8_enable_gdbjit': 0,
|
|
@@ -111,6 +111,13 @@ node_api_create_external_string_utf16(napi_env env,
|
|
|
111
111
|
napi_value* result,
|
|
112
112
|
bool* copied);
|
|
113
113
|
#endif // NAPI_EXPERIMENTAL
|
|
114
|
+
|
|
115
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
116
|
+
#define NODE_API_EXPERIMENTAL_HAS_PROPERTY_KEYS
|
|
117
|
+
NAPI_EXTERN napi_status NAPI_CDECL node_api_create_property_key_utf16(
|
|
118
|
+
napi_env env, const char16_t* str, size_t length, napi_value* result);
|
|
119
|
+
#endif // NAPI_EXPERIMENTAL
|
|
120
|
+
|
|
114
121
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_symbol(napi_env env,
|
|
115
122
|
napi_value description,
|
|
116
123
|
napi_value* result);
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 21
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 7
|
|
27
|
+
#define NODE_PATCH_VERSION 1
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
package/include/node/v8-script.h
CHANGED
|
@@ -388,6 +388,27 @@ class V8_EXPORT ScriptCompiler {
|
|
|
388
388
|
CachedData(const uint8_t* data, int length,
|
|
389
389
|
BufferPolicy buffer_policy = BufferNotOwned);
|
|
390
390
|
~CachedData();
|
|
391
|
+
|
|
392
|
+
enum CompatibilityCheckResult {
|
|
393
|
+
// Don't change order/existing values of this enum since it keys into the
|
|
394
|
+
// `code_cache_reject_reason` histogram. Append-only!
|
|
395
|
+
kSuccess = 0,
|
|
396
|
+
kMagicNumberMismatch = 1,
|
|
397
|
+
kVersionMismatch = 2,
|
|
398
|
+
kSourceMismatch = 3,
|
|
399
|
+
kFlagsMismatch = 5,
|
|
400
|
+
kChecksumMismatch = 6,
|
|
401
|
+
kInvalidHeader = 7,
|
|
402
|
+
kLengthMismatch = 8,
|
|
403
|
+
kReadOnlySnapshotChecksumMismatch = 9,
|
|
404
|
+
|
|
405
|
+
// This should always point at the last real enum value.
|
|
406
|
+
kLast = kReadOnlySnapshotChecksumMismatch
|
|
407
|
+
};
|
|
408
|
+
|
|
409
|
+
// Check if the CachedData can be loaded in the given isolate.
|
|
410
|
+
CompatibilityCheckResult CompatibilityCheck(Isolate* isolate);
|
|
411
|
+
|
|
391
412
|
// TODO(marja): Async compilation; add constructors which take a callback
|
|
392
413
|
// which will be called when V8 no longer needs the data.
|
|
393
414
|
const uint8_t* data;
|