node-linux-s390x 21.3.0 → 21.4.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 +53 -0
- package/LICENSE +34 -41
- package/README.md +2 -2
- package/bin/node +0 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#21.4.0">21.4.0</a><br/>
|
|
11
12
|
<a href="#21.3.0">21.3.0</a><br/>
|
|
12
13
|
<a href="#21.2.0">21.2.0</a><br/>
|
|
13
14
|
<a href="#21.1.0">21.1.0</a><br/>
|
|
@@ -39,6 +40,58 @@
|
|
|
39
40
|
* [io.js](CHANGELOG_IOJS.md)
|
|
40
41
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
41
42
|
|
|
43
|
+
<a id="21.4.0"></a>
|
|
44
|
+
|
|
45
|
+
## 2023-12-05, Version 21.4.0 (Current), @targos
|
|
46
|
+
|
|
47
|
+
### Notable Changes
|
|
48
|
+
|
|
49
|
+
This release fixes a regression introduced in v21.3.0 that caused the `fs.writeFileSync`
|
|
50
|
+
method to throw when called with `'utf8'` encoding, no flag option, and if the target file didn't exist yet.
|
|
51
|
+
|
|
52
|
+
* \[[`32acafeeb6`](https://github.com/nodejs/node/commit/32acafeeb6)] - **(SEMVER-MINOR)** **fs**: introduce `dirent.parentPath` (Antoine du Hamel) [#50976](https://github.com/nodejs/node/pull/50976)
|
|
53
|
+
* \[[`724548674d`](https://github.com/nodejs/node/commit/724548674d)] - **fs**: use default w flag for writeFileSync with utf8 encoding (Murilo Kakazu) [#50990](https://github.com/nodejs/node/pull/50990)
|
|
54
|
+
|
|
55
|
+
### Commits
|
|
56
|
+
|
|
57
|
+
* \[[`b24ee15fb2`](https://github.com/nodejs/node/commit/b24ee15fb2)] - **benchmark**: update iterations in benchmark/crypto/hkdf.js (Lei Shi) [#50866](https://github.com/nodejs/node/pull/50866)
|
|
58
|
+
* \[[`f79b54e60e`](https://github.com/nodejs/node/commit/f79b54e60e)] - **benchmark**: update iterations in benchmark/crypto/get-ciphers.js (Lei Shi) [#50863](https://github.com/nodejs/node/pull/50863)
|
|
59
|
+
* \[[`dc049acbbb`](https://github.com/nodejs/node/commit/dc049acbbb)] - **benchmark**: update number of iterations for `util.inspect` (kylo5aby) [#50651](https://github.com/nodejs/node/pull/50651)
|
|
60
|
+
* \[[`d7c562ae38`](https://github.com/nodejs/node/commit/d7c562ae38)] - **deps**: update googletest to 76bb2af (Node.js GitHub Bot) [#50555](https://github.com/nodejs/node/pull/50555)
|
|
61
|
+
* \[[`59a45ddbef`](https://github.com/nodejs/node/commit/59a45ddbef)] - **deps**: update googletest to b10fad3 (Node.js GitHub Bot) [#50555](https://github.com/nodejs/node/pull/50555)
|
|
62
|
+
* \[[`099ebdb781`](https://github.com/nodejs/node/commit/099ebdb781)] - **deps**: update undici to 5.28.1 (Node.js GitHub Bot) [#50975](https://github.com/nodejs/node/pull/50975)
|
|
63
|
+
* \[[`4b1bed04f7`](https://github.com/nodejs/node/commit/4b1bed04f7)] - **deps**: update undici to 5.28.0 (Node.js GitHub Bot) [#50915](https://github.com/nodejs/node/pull/50915)
|
|
64
|
+
* \[[`b281e98b1e`](https://github.com/nodejs/node/commit/b281e98b1e)] - **doc**: add additional details about `--input-type` (Shubham Pandey) [#50796](https://github.com/nodejs/node/pull/50796)
|
|
65
|
+
* \[[`b7036f2028`](https://github.com/nodejs/node/commit/b7036f2028)] - **doc**: add procedure when CVEs don't get published (Rafael Gonzaga) [#50945](https://github.com/nodejs/node/pull/50945)
|
|
66
|
+
* \[[`7adf239af0`](https://github.com/nodejs/node/commit/7adf239af0)] - **doc**: fix some errors in esm resolution algorithms (Christopher Jeffrey (JJ)) [#50898](https://github.com/nodejs/node/pull/50898)
|
|
67
|
+
* \[[`759ebcaead`](https://github.com/nodejs/node/commit/759ebcaead)] - **doc**: reserve 121 for Electron 29 (Shelley Vohr) [#50957](https://github.com/nodejs/node/pull/50957)
|
|
68
|
+
* \[[`cedc3427fa`](https://github.com/nodejs/node/commit/cedc3427fa)] - **doc**: run license-builder (github-actions\[bot]) [#50926](https://github.com/nodejs/node/pull/50926)
|
|
69
|
+
* \[[`30a6f19769`](https://github.com/nodejs/node/commit/30a6f19769)] - **doc**: document non-node\_modules-only runtime deprecation (Joyee Cheung) [#50748](https://github.com/nodejs/node/pull/50748)
|
|
70
|
+
* \[[`eecab883f0`](https://github.com/nodejs/node/commit/eecab883f0)] - **doc**: add doc for Unix abstract socket (theanarkh) [#50904](https://github.com/nodejs/node/pull/50904)
|
|
71
|
+
* \[[`ec74b93b38`](https://github.com/nodejs/node/commit/ec74b93b38)] - **doc**: remove flicker on page load on dark theme (Dima Demakov) [#50942](https://github.com/nodejs/node/pull/50942)
|
|
72
|
+
* \[[`724548674d`](https://github.com/nodejs/node/commit/724548674d)] - **fs**: use default w flag for writeFileSync with utf8 encoding (Murilo Kakazu) [#50990](https://github.com/nodejs/node/pull/50990)
|
|
73
|
+
* \[[`32acafeeb6`](https://github.com/nodejs/node/commit/32acafeeb6)] - **(SEMVER-MINOR)** **fs**: introduce `dirent.parentPath` (Antoine du Hamel) [#50976](https://github.com/nodejs/node/pull/50976)
|
|
74
|
+
* \[[`c1ee506454`](https://github.com/nodejs/node/commit/c1ee506454)] - **fs**: remove workaround for `esm` package (Yagiz Nizipli) [#50907](https://github.com/nodejs/node/pull/50907)
|
|
75
|
+
* \[[`1cf087dfb3`](https://github.com/nodejs/node/commit/1cf087dfb3)] - **lib**: refactor to use validateFunction in diagnostics\_channel (Deokjin Kim) [#50955](https://github.com/nodejs/node/pull/50955)
|
|
76
|
+
* \[[`c37d18d5e1`](https://github.com/nodejs/node/commit/c37d18d5e1)] - **lib**: streamline process.binding() handling (Joyee Cheung) [#50773](https://github.com/nodejs/node/pull/50773)
|
|
77
|
+
* \[[`246cf73631`](https://github.com/nodejs/node/commit/246cf73631)] - **lib,src**: replace toUSVString with `toWellFormed()` (Yagiz Nizipli) [#47342](https://github.com/nodejs/node/pull/47342)
|
|
78
|
+
* \[[`9bc79173a0`](https://github.com/nodejs/node/commit/9bc79173a0)] - **loader**: speed up line length calc used by moduleProvider (Mudit) [#50969](https://github.com/nodejs/node/pull/50969)
|
|
79
|
+
* \[[`812ab9e4f8`](https://github.com/nodejs/node/commit/812ab9e4f8)] - **meta**: bump step-security/harden-runner from 2.6.0 to 2.6.1 (dependabot\[bot]) [#50999](https://github.com/nodejs/node/pull/50999)
|
|
80
|
+
* \[[`1dbe1af19a`](https://github.com/nodejs/node/commit/1dbe1af19a)] - **meta**: bump github/codeql-action from 2.22.5 to 2.22.8 (dependabot\[bot]) [#50998](https://github.com/nodejs/node/pull/50998)
|
|
81
|
+
* \[[`bed1b93f8a`](https://github.com/nodejs/node/commit/bed1b93f8a)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#50931](https://github.com/nodejs/node/pull/50931)
|
|
82
|
+
* \[[`1e7d101428`](https://github.com/nodejs/node/commit/1e7d101428)] - **src**: make ModifyCodeGenerationFromStrings more robust (Joyee Cheung) [#50763](https://github.com/nodejs/node/pull/50763)
|
|
83
|
+
* \[[`709ac479eb`](https://github.com/nodejs/node/commit/709ac479eb)] - **src**: disable uncaught exception abortion for ESM syntax detection (Yagiz Nizipli) [#50987](https://github.com/nodejs/node/pull/50987)
|
|
84
|
+
* \[[`f6ff11c9f9`](https://github.com/nodejs/node/commit/f6ff11c9f9)] - **src**: fix backtrace with tail \[\[noreturn]] abort (Chengzhong Wu) [#50849](https://github.com/nodejs/node/pull/50849)
|
|
85
|
+
* \[[`74f5a1cbc9`](https://github.com/nodejs/node/commit/74f5a1cbc9)] - **src**: print MKSNAPSHOT debug logs to stderr (Joyee Cheung) [#50759](https://github.com/nodejs/node/pull/50759)
|
|
86
|
+
* \[[`3a1c664a97`](https://github.com/nodejs/node/commit/3a1c664a97)] - **test**: replace forEach to for.. test-webcrypto-export-import-cfrg.js (Angelo Parziale) [#50785](https://github.com/nodejs/node/pull/50785)
|
|
87
|
+
* \[[`ac3a6eefe3`](https://github.com/nodejs/node/commit/ac3a6eefe3)] - **test**: log more information in SEA tests (Joyee Cheung) [#50759](https://github.com/nodejs/node/pull/50759)
|
|
88
|
+
* \[[`94462d42f5`](https://github.com/nodejs/node/commit/94462d42f5)] - **test**: consolidate utf8 text fixtures in tests (Joyee Cheung) [#50732](https://github.com/nodejs/node/pull/50732)
|
|
89
|
+
* \[[`8e1a70a347`](https://github.com/nodejs/node/commit/8e1a70a347)] - **tools**: add triggers to update release links workflow (Moshe Atlow) [#50974](https://github.com/nodejs/node/pull/50974)
|
|
90
|
+
* \[[`ca10cbb774`](https://github.com/nodejs/node/commit/ca10cbb774)] - **tools**: update lint-md-dependencies to rollup\@4.5.2 (Node.js GitHub Bot) [#50913](https://github.com/nodejs/node/pull/50913)
|
|
91
|
+
* \[[`1e40c4a366`](https://github.com/nodejs/node/commit/1e40c4a366)] - **tools**: fix current version check (Marco Ippolito) [#50951](https://github.com/nodejs/node/pull/50951)
|
|
92
|
+
* \[[`3faed331e1`](https://github.com/nodejs/node/commit/3faed331e1)] - **typings**: fix JSDoc in `internal/modules/esm/hooks` (Alex Yang) [#50887](https://github.com/nodejs/node/pull/50887)
|
|
93
|
+
* \[[`6a087ceffa`](https://github.com/nodejs/node/commit/6a087ceffa)] - **url**: throw error if argument length of revokeObjectURL is 0 (DylanTet) [#50433](https://github.com/nodejs/node/pull/50433)
|
|
94
|
+
|
|
42
95
|
<a id="21.3.0"></a>
|
|
43
96
|
|
|
44
97
|
## 2023-11-30, Version 21.3.0 (Current), @RafaelGSS
|
package/LICENSE
CHANGED
|
@@ -132,52 +132,45 @@ The externally maintained libraries used by Node.js are:
|
|
|
132
132
|
|
|
133
133
|
- ICU, located at deps/icu-small, is licensed as follows:
|
|
134
134
|
"""
|
|
135
|
-
UNICODE
|
|
136
|
-
|
|
137
|
-
See Terms of Use
|
|
138
|
-
for definitions of Unicode Inc.’s Data Files and Software.
|
|
139
|
-
|
|
140
|
-
NOTICE TO USER: Carefully read the following legal agreement.
|
|
141
|
-
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
|
142
|
-
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
|
143
|
-
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
|
144
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
|
145
|
-
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
|
146
|
-
THE DATA FILES OR SOFTWARE.
|
|
135
|
+
UNICODE LICENSE V3
|
|
147
136
|
|
|
148
137
|
COPYRIGHT AND PERMISSION NOTICE
|
|
149
138
|
|
|
150
|
-
Copyright ©
|
|
151
|
-
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
|
|
139
|
+
Copyright © 2016-2023 Unicode, Inc.
|
|
152
140
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
copy, modify, merge, publish, distribute, and/or sell copies of
|
|
159
|
-
the Data Files or Software, and to permit persons to whom the Data Files
|
|
160
|
-
or Software are furnished to do so, provided that either
|
|
161
|
-
(a) this copyright and permission notice appear with all copies
|
|
162
|
-
of the Data Files or Software, or
|
|
163
|
-
(b) this copyright and permission notice appear in associated
|
|
164
|
-
Documentation.
|
|
165
|
-
|
|
166
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
167
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
168
|
-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
169
|
-
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
|
170
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
|
|
171
|
-
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
|
|
172
|
-
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
|
173
|
-
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
174
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
175
|
-
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
|
141
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
142
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
143
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
|
144
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
|
145
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
|
176
146
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
147
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
148
|
+
copy of data files and any associated documentation (the "Data Files") or
|
|
149
|
+
software and any associated documentation (the "Software") to deal in the
|
|
150
|
+
Data Files or Software without restriction, including without limitation
|
|
151
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
|
152
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
|
153
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
|
154
|
+
this copyright and permission notice appear with all copies of the Data
|
|
155
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
|
156
|
+
associated Documentation.
|
|
157
|
+
|
|
158
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
|
159
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
160
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
|
161
|
+
THIRD PARTY RIGHTS.
|
|
162
|
+
|
|
163
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
|
164
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
|
165
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
166
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
167
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
|
168
|
+
FILES OR SOFTWARE.
|
|
169
|
+
|
|
170
|
+
Except as contained in this notice, the name of a copyright holder shall
|
|
171
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
|
172
|
+
dealings in these Data Files or Software without prior written
|
|
173
|
+
authorization of the copyright holder.
|
|
181
174
|
|
|
182
175
|
----------------------------------------------------------------------
|
|
183
176
|
|
package/README.md
CHANGED
|
@@ -367,8 +367,6 @@ For information about the governance of the Node.js project, see
|
|
|
367
367
|
**Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
|
|
368
368
|
* [iansu](https://github.com/iansu) -
|
|
369
369
|
**Ian Sutherland** <<ian@iansutherland.ca>>
|
|
370
|
-
* [JacksonTian](https://github.com/JacksonTian) -
|
|
371
|
-
**Jackson Tian** <<shyvo1987@gmail.com>>
|
|
372
370
|
* [JakobJingleheimer](https://github.com/JakobJingleheimer) -
|
|
373
371
|
**Jacob Smith** <<jacob@frende.me>> (he/him)
|
|
374
372
|
* [jasnell](https://github.com/jasnell) -
|
|
@@ -569,6 +567,8 @@ For information about the governance of the Node.js project, see
|
|
|
569
567
|
**Isaac Z. Schlueter** <<i@izs.me>>
|
|
570
568
|
* [italoacasas](https://github.com/italoacasas) -
|
|
571
569
|
**Italo A. Casas** <<me@italoacasas.com>> (he/him)
|
|
570
|
+
* [JacksonTian](https://github.com/JacksonTian) -
|
|
571
|
+
**Jackson Tian** <<shyvo1987@gmail.com>>
|
|
572
572
|
* [jasongin](https://github.com/jasongin) -
|
|
573
573
|
**Jason Ginchereau** <<jasongin@microsoft.com>>
|
|
574
574
|
* [jbergstroem](https://github.com/jbergstroem) -
|
package/bin/node
CHANGED
|
Binary file
|