node-linux-arm64 20.4.0 → 20.5.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 +70 -1
- package/README.md +2 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +48 -20
- package/include/node/config.gypi +2 -1
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
-
<
|
|
11
|
+
<a href="#20.5.0">20.5.0</a><br/>
|
|
12
|
+
<a href="#20.4.0">20.4.0</a><br/>
|
|
12
13
|
<a href="#20.3.1">20.3.1</a><br/>
|
|
13
14
|
<a href="#20.3.0">20.3.0</a><br/>
|
|
14
15
|
<a href="#20.2.0">20.2.0</a><br/>
|
|
@@ -40,6 +41,74 @@
|
|
|
40
41
|
* [io.js](CHANGELOG_IOJS.md)
|
|
41
42
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
42
43
|
|
|
44
|
+
<a id="20.5.0"></a>
|
|
45
|
+
|
|
46
|
+
## 2023-07-18, Version 20.5.0 (Current), @juanarbol
|
|
47
|
+
|
|
48
|
+
### Notable Changes
|
|
49
|
+
|
|
50
|
+
* \[[`45be29d89f`](https://github.com/nodejs/node/commit/45be29d89f)] - **doc**: add atlowChemi to collaborators (atlowChemi) [#48757](https://github.com/nodejs/node/pull/48757)
|
|
51
|
+
* \[[`a316808136`](https://github.com/nodejs/node/commit/a316808136)] - **(SEMVER-MINOR)** **events**: allow safely adding listener to abortSignal (Chemi Atlow) [#48596](https://github.com/nodejs/node/pull/48596)
|
|
52
|
+
* \[[`986b46a567`](https://github.com/nodejs/node/commit/986b46a567)] - **fs**: add a fast-path for readFileSync utf-8 (Yagiz Nizipli) [#48658](https://github.com/nodejs/node/pull/48658)
|
|
53
|
+
* \[[`0ef73ff6f0`](https://github.com/nodejs/node/commit/0ef73ff6f0)] - **(SEMVER-MINOR)** **test\_runner**: add shards support (Raz Luvaton) [#48639](https://github.com/nodejs/node/pull/48639)
|
|
54
|
+
|
|
55
|
+
### Commits
|
|
56
|
+
|
|
57
|
+
* \[[`eb0aba59b8`](https://github.com/nodejs/node/commit/eb0aba59b8)] - **bootstrap**: use correct descriptor for Symbol.{dispose,asyncDispose} (Jordan Harband) [#48703](https://github.com/nodejs/node/pull/48703)
|
|
58
|
+
* \[[`e2d0195dcf`](https://github.com/nodejs/node/commit/e2d0195dcf)] - **bootstrap**: hide experimental web globals with flag kNoBrowserGlobals (Chengzhong Wu) [#48545](https://github.com/nodejs/node/pull/48545)
|
|
59
|
+
* \[[`67a1018389`](https://github.com/nodejs/node/commit/67a1018389)] - **build**: do not pass target toolchain flags to host toolchain (Ivan Trubach) [#48597](https://github.com/nodejs/node/pull/48597)
|
|
60
|
+
* \[[`7d843bb942`](https://github.com/nodejs/node/commit/7d843bb942)] - **child\_process**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
61
|
+
* \[[`4e08160f8c`](https://github.com/nodejs/node/commit/4e08160f8c)] - **child\_process**: support `Symbol.dispose` (Moshe Atlow) [#48551](https://github.com/nodejs/node/pull/48551)
|
|
62
|
+
* \[[`ef7728bf36`](https://github.com/nodejs/node/commit/ef7728bf36)] - **deps**: update nghttp2 to 1.55.1 (Node.js GitHub Bot) [#48790](https://github.com/nodejs/node/pull/48790)
|
|
63
|
+
* \[[`1454f02499`](https://github.com/nodejs/node/commit/1454f02499)] - **deps**: update nghttp2 to 1.55.0 (Node.js GitHub Bot) [#48746](https://github.com/nodejs/node/pull/48746)
|
|
64
|
+
* \[[`fa94debf46`](https://github.com/nodejs/node/commit/fa94debf46)] - **deps**: update minimatch to 9.0.3 (Node.js GitHub Bot) [#48704](https://github.com/nodejs/node/pull/48704)
|
|
65
|
+
* \[[`c73cfcc144`](https://github.com/nodejs/node/commit/c73cfcc144)] - **deps**: update acorn to 8.10.0 (Node.js GitHub Bot) [#48713](https://github.com/nodejs/node/pull/48713)
|
|
66
|
+
* \[[`b7a076a052`](https://github.com/nodejs/node/commit/b7a076a052)] - **deps**: V8: cherry-pick cb00db4dba6c (Keyhan Vakil) [#48671](https://github.com/nodejs/node/pull/48671)
|
|
67
|
+
* \[[`150e15536b`](https://github.com/nodejs/node/commit/150e15536b)] - **deps**: upgrade npm to 9.8.0 (npm team) [#48665](https://github.com/nodejs/node/pull/48665)
|
|
68
|
+
* \[[`c47b2cbd35`](https://github.com/nodejs/node/commit/c47b2cbd35)] - **dgram**: socket add `asyncDispose` (atlowChemi) [#48717](https://github.com/nodejs/node/pull/48717)
|
|
69
|
+
* \[[`002ce31cca`](https://github.com/nodejs/node/commit/002ce31cca)] - **dgram**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
70
|
+
* \[[`45be29d89f`](https://github.com/nodejs/node/commit/45be29d89f)] - **doc**: add atlowChemi to collaborators (atlowChemi) [#48757](https://github.com/nodejs/node/pull/48757)
|
|
71
|
+
* \[[`69b55d2261`](https://github.com/nodejs/node/commit/69b55d2261)] - **doc**: fix ambiguity in http.md and https.md (an5er) [#48692](https://github.com/nodejs/node/pull/48692)
|
|
72
|
+
* \[[`caccb051c7`](https://github.com/nodejs/node/commit/caccb051c7)] - **doc**: clarify transform.\_transform() callback argument logic (Rafael Sofi-zada) [#48680](https://github.com/nodejs/node/pull/48680)
|
|
73
|
+
* \[[`999ae0c8c3`](https://github.com/nodejs/node/commit/999ae0c8c3)] - **doc**: fix copy node executable in Windows (Yoav Vainrich) [#48624](https://github.com/nodejs/node/pull/48624)
|
|
74
|
+
* \[[`7daefaeb44`](https://github.com/nodejs/node/commit/7daefaeb44)] - **doc**: drop \<b> of v20 changelog (Rafael Gonzaga) [#48649](https://github.com/nodejs/node/pull/48649)
|
|
75
|
+
* \[[`dd7ea3e1df`](https://github.com/nodejs/node/commit/dd7ea3e1df)] - **doc**: mention git node release prepare (Rafael Gonzaga) [#48644](https://github.com/nodejs/node/pull/48644)
|
|
76
|
+
* \[[`cc7809df21`](https://github.com/nodejs/node/commit/cc7809df21)] - **esm**: fix emit deprecation on legacy main resolve (Antoine du Hamel) [#48664](https://github.com/nodejs/node/pull/48664)
|
|
77
|
+
* \[[`67b13d1dba`](https://github.com/nodejs/node/commit/67b13d1dba)] - **events**: fix bug listenerCount don't compare wrapped listener (yuzheng14) [#48592](https://github.com/nodejs/node/pull/48592)
|
|
78
|
+
* \[[`a316808136`](https://github.com/nodejs/node/commit/a316808136)] - **(SEMVER-MINOR)** **events**: allow safely adding listener to abortSignal (Chemi Atlow) [#48596](https://github.com/nodejs/node/pull/48596)
|
|
79
|
+
* \[[`986b46a567`](https://github.com/nodejs/node/commit/986b46a567)] - **fs**: add a fast-path for readFileSync utf-8 (Yagiz Nizipli) [#48658](https://github.com/nodejs/node/pull/48658)
|
|
80
|
+
* \[[`e4333ac41f`](https://github.com/nodejs/node/commit/e4333ac41f)] - **http2**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
81
|
+
* \[[`4a0b66e4f9`](https://github.com/nodejs/node/commit/4a0b66e4f9)] - **http2**: send RST code 8 on AbortController signal (Devraj Mehta) [#48573](https://github.com/nodejs/node/pull/48573)
|
|
82
|
+
* \[[`1295c76fce`](https://github.com/nodejs/node/commit/1295c76fce)] - **lib**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
83
|
+
* \[[`dff6c25a36`](https://github.com/nodejs/node/commit/dff6c25a36)] - **meta**: bump actions/checkout from 3.5.2 to 3.5.3 (dependabot\[bot]) [#48625](https://github.com/nodejs/node/pull/48625)
|
|
84
|
+
* \[[`b5cb69ceaa`](https://github.com/nodejs/node/commit/b5cb69ceaa)] - **meta**: bump step-security/harden-runner from 2.4.0 to 2.4.1 (dependabot\[bot]) [#48626](https://github.com/nodejs/node/pull/48626)
|
|
85
|
+
* \[[`332e480b46`](https://github.com/nodejs/node/commit/332e480b46)] - **meta**: bump ossf/scorecard-action from 2.1.3 to 2.2.0 (dependabot\[bot]) [#48628](https://github.com/nodejs/node/pull/48628)
|
|
86
|
+
* \[[`25c5a0aaee`](https://github.com/nodejs/node/commit/25c5a0aaee)] - **meta**: bump github/codeql-action from 2.3.6 to 2.20.1 (dependabot\[bot]) [#48627](https://github.com/nodejs/node/pull/48627)
|
|
87
|
+
* \[[`6406f50ab1`](https://github.com/nodejs/node/commit/6406f50ab1)] - **module**: add SourceMap.lineLengths (Isaac Z. Schlueter) [#48461](https://github.com/nodejs/node/pull/48461)
|
|
88
|
+
* \[[`cfa69bd48c`](https://github.com/nodejs/node/commit/cfa69bd48c)] - **net**: server add `asyncDispose` (atlowChemi) [#48717](https://github.com/nodejs/node/pull/48717)
|
|
89
|
+
* \[[`ac11264cc5`](https://github.com/nodejs/node/commit/ac11264cc5)] - **net**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
90
|
+
* \[[`82d6b13bf6`](https://github.com/nodejs/node/commit/82d6b13bf6)] - **permission**: add debug log when inserting fs nodes (Rafael Gonzaga) [#48677](https://github.com/nodejs/node/pull/48677)
|
|
91
|
+
* \[[`f4333b1cdd`](https://github.com/nodejs/node/commit/f4333b1cdd)] - **permission**: v8.writeHeapSnapshot and process.report (Rafael Gonzaga) [#48564](https://github.com/nodejs/node/pull/48564)
|
|
92
|
+
* \[[`f691dca6c9`](https://github.com/nodejs/node/commit/f691dca6c9)] - **readline**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
93
|
+
* \[[`227e6bd898`](https://github.com/nodejs/node/commit/227e6bd898)] - **src**: pass syscall on `fs.readFileSync` fail operation (Yagiz Nizipli) [#48815](https://github.com/nodejs/node/pull/48815)
|
|
94
|
+
* \[[`a9a4b73653`](https://github.com/nodejs/node/commit/a9a4b73653)] - **src**: make BaseObject iteration order deterministic (Joyee Cheung) [#48702](https://github.com/nodejs/node/pull/48702)
|
|
95
|
+
* \[[`d99ea4845a`](https://github.com/nodejs/node/commit/d99ea4845a)] - **src**: remove kEagerCompile for CompileFunction (Keyhan Vakil) [#48671](https://github.com/nodejs/node/pull/48671)
|
|
96
|
+
* \[[`df363d0010`](https://github.com/nodejs/node/commit/df363d0010)] - **src**: deduplicate X509 getter implementations (Tobias Nießen) [#48563](https://github.com/nodejs/node/pull/48563)
|
|
97
|
+
* \[[`9cf2e1f55b`](https://github.com/nodejs/node/commit/9cf2e1f55b)] - **src,lib**: reducing C++ calls of esm legacy main resolve (Vinicius Lourenço) [#48325](https://github.com/nodejs/node/pull/48325)
|
|
98
|
+
* \[[`daeb21dde9`](https://github.com/nodejs/node/commit/daeb21dde9)] - **stream**: fix deadlock when pipeing to full sink (Robert Nagy) [#48691](https://github.com/nodejs/node/pull/48691)
|
|
99
|
+
* \[[`5a382d02d6`](https://github.com/nodejs/node/commit/5a382d02d6)] - **stream**: use addAbortListener (atlowChemi) [#48550](https://github.com/nodejs/node/pull/48550)
|
|
100
|
+
* \[[`6e82077dd4`](https://github.com/nodejs/node/commit/6e82077dd4)] - **test**: deflake test-net-throttle (Luigi Pinca) [#48599](https://github.com/nodejs/node/pull/48599)
|
|
101
|
+
* \[[`d378b2c822`](https://github.com/nodejs/node/commit/d378b2c822)] - **test**: move test-net-throttle to parallel (Luigi Pinca) [#48599](https://github.com/nodejs/node/pull/48599)
|
|
102
|
+
* \[[`dfa0aee5bf`](https://github.com/nodejs/node/commit/dfa0aee5bf)] - _**Revert**_ "**test**: remove test-crypto-keygen flaky designation" (Luigi Pinca) [#48652](https://github.com/nodejs/node/pull/48652)
|
|
103
|
+
* \[[`0ef73ff6f0`](https://github.com/nodejs/node/commit/0ef73ff6f0)] - **(SEMVER-MINOR)** **test\_runner**: add shards support (Raz Luvaton) [#48639](https://github.com/nodejs/node/pull/48639)
|
|
104
|
+
* \[[`e2442bb7ef`](https://github.com/nodejs/node/commit/e2442bb7ef)] - **timers**: support Symbol.dispose (Moshe Atlow) [#48633](https://github.com/nodejs/node/pull/48633)
|
|
105
|
+
* \[[`4398ade426`](https://github.com/nodejs/node/commit/4398ade426)] - **tools**: run fetch\_deps.py with Python 3 (Richard Lau) [#48729](https://github.com/nodejs/node/pull/48729)
|
|
106
|
+
* \[[`38ce95d054`](https://github.com/nodejs/node/commit/38ce95d054)] - **tools**: update doc to unist-util-select\@5.0.0 unist-util-visit\@5.0.0 (Node.js GitHub Bot) [#48714](https://github.com/nodejs/node/pull/48714)
|
|
107
|
+
* \[[`b25e78a998`](https://github.com/nodejs/node/commit/b25e78a998)] - **tools**: update lint-md-dependencies to rollup\@3.26.2 (Node.js GitHub Bot) [#48705](https://github.com/nodejs/node/pull/48705)
|
|
108
|
+
* \[[`a1f4ff7c59`](https://github.com/nodejs/node/commit/a1f4ff7c59)] - **tools**: update eslint to 8.44.0 (Node.js GitHub Bot) [#48632](https://github.com/nodejs/node/pull/48632)
|
|
109
|
+
* \[[`42dc6eb698`](https://github.com/nodejs/node/commit/42dc6eb698)] - **tools**: update lint-md-dependencies to rollup\@3.26.0 (Node.js GitHub Bot) [#48631](https://github.com/nodejs/node/pull/48631)
|
|
110
|
+
* \[[`07bfcc45ab`](https://github.com/nodejs/node/commit/07bfcc45ab)] - **url**: fix `canParse` false value when v8 optimizes (Yagiz Nizipli) [#48817](https://github.com/nodejs/node/pull/48817)
|
|
111
|
+
|
|
43
112
|
<a id="20.4.0"></a>
|
|
44
113
|
|
|
45
114
|
## 2023-07-05, Version 20.4.0 (Current), @RafaelGSS
|
package/README.md
CHANGED
|
@@ -291,6 +291,8 @@ For information about the governance of the Node.js project, see
|
|
|
291
291
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
292
292
|
* [AshCripps](https://github.com/AshCripps) -
|
|
293
293
|
**Ash Cripps** <<email@ashleycripps.co.uk>>
|
|
294
|
+
* [atlowChemi](https://github.com/atlowChemi) -
|
|
295
|
+
**Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
|
|
294
296
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
295
297
|
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
296
298
|
* [bengl](https://github.com/bengl) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -411,28 +411,56 @@
|
|
|
411
411
|
'cflags': [ '-I/usr/local/include' ],
|
|
412
412
|
'ldflags': [ '-Wl,-z,wxneeded' ],
|
|
413
413
|
}],
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
414
|
+
['_toolset=="host"', {
|
|
415
|
+
'conditions': [
|
|
416
|
+
[ 'host_arch=="ia32"', {
|
|
417
|
+
'cflags': [ '-m32' ],
|
|
418
|
+
'ldflags': [ '-m32' ],
|
|
419
|
+
}],
|
|
420
|
+
[ 'host_arch=="x64"', {
|
|
421
|
+
'cflags': [ '-m64' ],
|
|
422
|
+
'ldflags': [ '-m64' ],
|
|
423
|
+
}],
|
|
424
|
+
[ 'host_arch=="ppc" and OS not in "aix os400"', {
|
|
425
|
+
'cflags': [ '-m32' ],
|
|
426
|
+
'ldflags': [ '-m32' ],
|
|
427
|
+
}],
|
|
428
|
+
[ 'host_arch=="ppc64" and OS not in "aix os400"', {
|
|
429
|
+
'cflags': [ '-m64', '-mminimal-toc' ],
|
|
430
|
+
'ldflags': [ '-m64' ],
|
|
431
|
+
}],
|
|
432
|
+
[ 'host_arch=="s390x" and OS=="linux"', {
|
|
433
|
+
'cflags': [ '-m64', '-march=z196' ],
|
|
434
|
+
'ldflags': [ '-m64', '-march=z196' ],
|
|
435
|
+
}],
|
|
436
|
+
],
|
|
431
437
|
}],
|
|
432
|
-
[
|
|
433
|
-
'
|
|
434
|
-
|
|
438
|
+
['_toolset=="target"', {
|
|
439
|
+
'conditions': [
|
|
440
|
+
[ 'target_arch=="ia32"', {
|
|
441
|
+
'cflags': [ '-m32' ],
|
|
442
|
+
'ldflags': [ '-m32' ],
|
|
443
|
+
}],
|
|
444
|
+
[ 'target_arch=="x64"', {
|
|
445
|
+
'cflags': [ '-m64' ],
|
|
446
|
+
'ldflags': [ '-m64' ],
|
|
447
|
+
}],
|
|
448
|
+
[ 'target_arch=="ppc" and OS not in "aix os400"', {
|
|
449
|
+
'cflags': [ '-m32' ],
|
|
450
|
+
'ldflags': [ '-m32' ],
|
|
451
|
+
}],
|
|
452
|
+
[ 'target_arch=="ppc64" and OS not in "aix os400"', {
|
|
453
|
+
'cflags': [ '-m64', '-mminimal-toc' ],
|
|
454
|
+
'ldflags': [ '-m64' ],
|
|
455
|
+
}],
|
|
456
|
+
[ 'target_arch=="s390x" and OS=="linux"', {
|
|
457
|
+
'cflags': [ '-m64', '-march=z196' ],
|
|
458
|
+
'ldflags': [ '-m64', '-march=z196' ],
|
|
459
|
+
}],
|
|
460
|
+
],
|
|
435
461
|
}],
|
|
462
|
+
],
|
|
463
|
+
'conditions': [
|
|
436
464
|
[ 'OS=="solaris"', {
|
|
437
465
|
'cflags': [ '-pthreads' ],
|
|
438
466
|
'ldflags': [ '-pthreads' ],
|
package/include/node/config.gypi
CHANGED
|
@@ -136,7 +136,8 @@
|
|
|
136
136
|
'lib/internal/fs/cp/cp.js',
|
|
137
137
|
'lib/internal/fs/dir.js',
|
|
138
138
|
'lib/internal/fs/promises.js',
|
|
139
|
-
'lib/internal/fs/
|
|
139
|
+
'lib/internal/fs/read/context.js',
|
|
140
|
+
'lib/internal/fs/read/utf8.js',
|
|
140
141
|
'lib/internal/fs/recursive_watch.js',
|
|
141
142
|
'lib/internal/fs/rimraf.js',
|
|
142
143
|
'lib/internal/fs/streams.js',
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -424,6 +424,9 @@ The destination for the corresponding test reporter.
|
|
|
424
424
|
Configures the test runner to only execute top level tests that have the `only`
|
|
425
425
|
option set.
|
|
426
426
|
.
|
|
427
|
+
.It Fl -test-shard
|
|
428
|
+
Test suite shard to execute in a format of <index>/<total>.
|
|
429
|
+
.
|
|
427
430
|
.It Fl -throw-deprecation
|
|
428
431
|
Throw errors for deprecations.
|
|
429
432
|
.
|