node-linux-s390x 21.3.0 → 21.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 +138 -0
- package/LICENSE +241 -43
- package/README.md +2 -2
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +0 -1
- package/include/node/js_native_api.h +2 -0
- package/include/node/node_version.h +1 -1
- package/include/node/uv/version.h +1 -1
- package/include/node/uv.h +12 -0
- package/include/node/v8-profiler.h +10 -0
- package/include/node/zlib.h +9 -9
- 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.5.0">21.5.0</a><br/>
|
|
12
|
+
<a href="#21.4.0">21.4.0</a><br/>
|
|
11
13
|
<a href="#21.3.0">21.3.0</a><br/>
|
|
12
14
|
<a href="#21.2.0">21.2.0</a><br/>
|
|
13
15
|
<a href="#21.1.0">21.1.0</a><br/>
|
|
@@ -39,6 +41,142 @@
|
|
|
39
41
|
* [io.js](CHANGELOG_IOJS.md)
|
|
40
42
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
41
43
|
|
|
44
|
+
<a id="21.5.0"></a>
|
|
45
|
+
|
|
46
|
+
## 2023-12-19, Version 21.5.0 (Current), @RafaelGSS
|
|
47
|
+
|
|
48
|
+
### Notable Changes
|
|
49
|
+
|
|
50
|
+
* \[[`0dd53da722`](https://github.com/nodejs/node/commit/0dd53da722)] - **(SEMVER-MINOR)** **deps**: add simdjson (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
51
|
+
* \[[`9f54987fbc`](https://github.com/nodejs/node/commit/9f54987fbc)] - **module**: merge config with `package_json_reader` (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
52
|
+
* \[[`45e4f82912`](https://github.com/nodejs/node/commit/45e4f82912)] - **src**: move package resolver to c++ (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
53
|
+
|
|
54
|
+
#### Deprecations
|
|
55
|
+
|
|
56
|
+
* \[[`26ed4ad01f`](https://github.com/nodejs/node/commit/26ed4ad01f)] - **doc**: deprecate hash constructor (Marco Ippolito) [#51077](https://github.com/nodejs/node/pull/51077)
|
|
57
|
+
* \[[`58ca66a1a7`](https://github.com/nodejs/node/commit/58ca66a1a7)] - **doc**: deprecate `dirent.path` (Antoine du Hamel) [#51020](https://github.com/nodejs/node/pull/51020)
|
|
58
|
+
|
|
59
|
+
### Commits
|
|
60
|
+
|
|
61
|
+
* \[[`1bbdbdfbeb`](https://github.com/nodejs/node/commit/1bbdbdfbeb)] - **benchmark**: update iterations in benchmark/perf\_hooks (Lei Shi) [#50869](https://github.com/nodejs/node/pull/50869)
|
|
62
|
+
* \[[`087fb0908e`](https://github.com/nodejs/node/commit/087fb0908e)] - **benchmark**: update iterations in benchmark/crypto/aes-gcm-throughput.js (Lei Shi) [#50929](https://github.com/nodejs/node/pull/50929)
|
|
63
|
+
* \[[`53b16c71fb`](https://github.com/nodejs/node/commit/53b16c71fb)] - **benchmark**: update iteration and size in benchmark/crypto/randomBytes.js (Lei Shi) [#50868](https://github.com/nodejs/node/pull/50868)
|
|
64
|
+
* \[[`38fd0ca753`](https://github.com/nodejs/node/commit/38fd0ca753)] - **benchmark**: add undici websocket benchmark (Chenyu Yang) [#50586](https://github.com/nodejs/node/pull/50586)
|
|
65
|
+
* \[[`b148c43244`](https://github.com/nodejs/node/commit/b148c43244)] - **benchmark**: add create-hash benchmark (Joyee Cheung) [#51026](https://github.com/nodejs/node/pull/51026)
|
|
66
|
+
* \[[`fdd8c18f96`](https://github.com/nodejs/node/commit/fdd8c18f96)] - **benchmark**: update interations and len in benchmark/util/text-decoder.js (Lei Shi) [#50938](https://github.com/nodejs/node/pull/50938)
|
|
67
|
+
* \[[`a9972057ac`](https://github.com/nodejs/node/commit/a9972057ac)] - **benchmark**: update iterations of benchmark/util/type-check.js (Lei Shi) [#50937](https://github.com/nodejs/node/pull/50937)
|
|
68
|
+
* \[[`b80bb1329b`](https://github.com/nodejs/node/commit/b80bb1329b)] - **benchmark**: update iterations in benchmark/util/normalize-encoding.js (Lei Shi) [#50934](https://github.com/nodejs/node/pull/50934)
|
|
69
|
+
* \[[`dbee03d646`](https://github.com/nodejs/node/commit/dbee03d646)] - **benchmark**: update iterations in benchmark/util/inspect-array.js (Lei Shi) [#50933](https://github.com/nodejs/node/pull/50933)
|
|
70
|
+
* \[[`f2d83a3a84`](https://github.com/nodejs/node/commit/f2d83a3a84)] - **benchmark**: update iterations in benchmark/util/format.js (Lei Shi) [#50932](https://github.com/nodejs/node/pull/50932)
|
|
71
|
+
* \[[`2581fce553`](https://github.com/nodejs/node/commit/2581fce553)] - **bootstrap**: improve snapshot unsupported builtin warnings (Joyee Cheung) [#50944](https://github.com/nodejs/node/pull/50944)
|
|
72
|
+
* \[[`735bad3694`](https://github.com/nodejs/node/commit/735bad3694)] - **build**: fix warnings from uv for gn build (Cheng Zhao) [#51069](https://github.com/nodejs/node/pull/51069)
|
|
73
|
+
* \[[`8da9d969f9`](https://github.com/nodejs/node/commit/8da9d969f9)] - **deps**: V8: cherry-pick 0fd478bcdabd (Joyee Cheung) [#50572](https://github.com/nodejs/node/pull/50572)
|
|
74
|
+
* \[[`429fbb37c1`](https://github.com/nodejs/node/commit/429fbb37c1)] - **deps**: update simdjson to v3.6.2 (Yagiz Nizipli) [#50986](https://github.com/nodejs/node/pull/50986)
|
|
75
|
+
* \[[`9950103253`](https://github.com/nodejs/node/commit/9950103253)] - **deps**: update zlib to 1.3-22124f5 (Node.js GitHub Bot) [#50910](https://github.com/nodejs/node/pull/50910)
|
|
76
|
+
* \[[`0b61823e8b`](https://github.com/nodejs/node/commit/0b61823e8b)] - **deps**: update undici to 5.28.2 (Node.js GitHub Bot) [#51024](https://github.com/nodejs/node/pull/51024)
|
|
77
|
+
* \[[`95d8a273cc`](https://github.com/nodejs/node/commit/95d8a273cc)] - **deps**: cherry-pick bfbe4e38d7 from libuv upstream (Abdirahim Musse) [#50650](https://github.com/nodejs/node/pull/50650)
|
|
78
|
+
* \[[`06038a489e`](https://github.com/nodejs/node/commit/06038a489e)] - **deps**: update libuv to 1.47.0 (Node.js GitHub Bot) [#50650](https://github.com/nodejs/node/pull/50650)
|
|
79
|
+
* \[[`0dd53da722`](https://github.com/nodejs/node/commit/0dd53da722)] - **(SEMVER-MINOR)** **deps**: add simdjson (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
80
|
+
* \[[`04eaa5cdd7`](https://github.com/nodejs/node/commit/04eaa5cdd7)] - **doc**: run license-builder (github-actions\[bot]) [#51111](https://github.com/nodejs/node/pull/51111)
|
|
81
|
+
* \[[`26ed4ad01f`](https://github.com/nodejs/node/commit/26ed4ad01f)] - **doc**: deprecate hash constructor (Marco Ippolito) [#51077](https://github.com/nodejs/node/pull/51077)
|
|
82
|
+
* \[[`637ffce4c4`](https://github.com/nodejs/node/commit/637ffce4c4)] - **doc**: add note regarding `--experimental-detect-module` (Shubherthi Mitra) [#51089](https://github.com/nodejs/node/pull/51089)
|
|
83
|
+
* \[[`838179b096`](https://github.com/nodejs/node/commit/838179b096)] - **doc**: correct tracingChannel.traceCallback() (Gerhard Stöbich) [#51068](https://github.com/nodejs/node/pull/51068)
|
|
84
|
+
* \[[`539bee4f0a`](https://github.com/nodejs/node/commit/539bee4f0a)] - **doc**: use length argument in pbkdf2Key (Tobias Nießen) [#51066](https://github.com/nodejs/node/pull/51066)
|
|
85
|
+
* \[[`c45a9a3187`](https://github.com/nodejs/node/commit/c45a9a3187)] - **doc**: add deprecation notice to `dirent.path` (Antoine du Hamel) [#51059](https://github.com/nodejs/node/pull/51059)
|
|
86
|
+
* \[[`58ca66a1a7`](https://github.com/nodejs/node/commit/58ca66a1a7)] - **doc**: deprecate `dirent.path` (Antoine du Hamel) [#51020](https://github.com/nodejs/node/pull/51020)
|
|
87
|
+
* \[[`c2b6edf9ab`](https://github.com/nodejs/node/commit/c2b6edf9ab)] - **esm**: fix hook name in error message (Bruce MacNaughton) [#50466](https://github.com/nodejs/node/pull/50466)
|
|
88
|
+
* \[[`35e8f26f07`](https://github.com/nodejs/node/commit/35e8f26f07)] - **fs**: throw fchownSync error from c++ (Yagiz Nizipli) [#51075](https://github.com/nodejs/node/pull/51075)
|
|
89
|
+
* \[[`c3c8237089`](https://github.com/nodejs/node/commit/c3c8237089)] - **fs**: update params in jsdoc for createReadStream and createWriteStream (Jungku Lee) [#51063](https://github.com/nodejs/node/pull/51063)
|
|
90
|
+
* \[[`3f7f3ce8c9`](https://github.com/nodejs/node/commit/3f7f3ce8c9)] - **fs**: improve error performance of readvSync (IlyasShabi) [#50100](https://github.com/nodejs/node/pull/50100)
|
|
91
|
+
* \[[`7f95926f17`](https://github.com/nodejs/node/commit/7f95926f17)] - **http**: handle multi-value content-disposition header (Arsalan Ahmad) [#50977](https://github.com/nodejs/node/pull/50977)
|
|
92
|
+
* \[[`7a8a2d5632`](https://github.com/nodejs/node/commit/7a8a2d5632)] - **lib**: don't parse windows drive letters as schemes (华) [#50580](https://github.com/nodejs/node/pull/50580)
|
|
93
|
+
* \[[`aa2be4bb76`](https://github.com/nodejs/node/commit/aa2be4bb76)] - **module**: load source maps in `commonjs` translator (Hiroki Osame) [#51033](https://github.com/nodejs/node/pull/51033)
|
|
94
|
+
* \[[`c0e5e74876`](https://github.com/nodejs/node/commit/c0e5e74876)] - **module**: document `parentURL` in register options (Hiroki Osame) [#51039](https://github.com/nodejs/node/pull/51039)
|
|
95
|
+
* \[[`4eedf5e694`](https://github.com/nodejs/node/commit/4eedf5e694)] - **module**: fix recently introduced coverity warning (Michael Dawson) [#50843](https://github.com/nodejs/node/pull/50843)
|
|
96
|
+
* \[[`9f54987fbc`](https://github.com/nodejs/node/commit/9f54987fbc)] - **module**: merge config with `package_json_reader` (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
97
|
+
* \[[`5f95dca638`](https://github.com/nodejs/node/commit/5f95dca638)] - **node-api**: introduce experimental feature flags (Gabriel Schulhof) [#50991](https://github.com/nodejs/node/pull/50991)
|
|
98
|
+
* \[[`3fb7fc909e`](https://github.com/nodejs/node/commit/3fb7fc909e)] - **quic**: further implementation details (James M Snell) [#48244](https://github.com/nodejs/node/pull/48244)
|
|
99
|
+
* \[[`fa25e069fc`](https://github.com/nodejs/node/commit/fa25e069fc)] - **src**: implement countObjectsWithPrototype (Joyee Cheung) [#50572](https://github.com/nodejs/node/pull/50572)
|
|
100
|
+
* \[[`abe90527e4`](https://github.com/nodejs/node/commit/abe90527e4)] - **src**: register udp\_wrap external references (Joyee Cheung) [#50943](https://github.com/nodejs/node/pull/50943)
|
|
101
|
+
* \[[`84e2f51d14`](https://github.com/nodejs/node/commit/84e2f51d14)] - **src**: register spawn\_sync external references (Joyee Cheung) [#50943](https://github.com/nodejs/node/pull/50943)
|
|
102
|
+
* \[[`2cfee53d7b`](https://github.com/nodejs/node/commit/2cfee53d7b)] - **src**: register process\_wrap external references (Joyee Cheung) [#50943](https://github.com/nodejs/node/pull/50943)
|
|
103
|
+
* \[[`9b7f79a8bd`](https://github.com/nodejs/node/commit/9b7f79a8bd)] - **src**: fix double free reported by coverity (Michael Dawson) [#51046](https://github.com/nodejs/node/pull/51046)
|
|
104
|
+
* \[[`fc5503246e`](https://github.com/nodejs/node/commit/fc5503246e)] - **src**: remove unused headers in `node_file.cc` (Jungku Lee) [#50927](https://github.com/nodejs/node/pull/50927)
|
|
105
|
+
* \[[`c3abdc58af`](https://github.com/nodejs/node/commit/c3abdc58af)] - **src**: implement --trace-promises (Joyee Cheung) [#50899](https://github.com/nodejs/node/pull/50899)
|
|
106
|
+
* \[[`f90fc83e97`](https://github.com/nodejs/node/commit/f90fc83e97)] - **src**: fix dynamically linked zlib version (Richard Lau) [#51007](https://github.com/nodejs/node/pull/51007)
|
|
107
|
+
* \[[`9bf144379f`](https://github.com/nodejs/node/commit/9bf144379f)] - **src**: omit bool values of package.json main field (Yagiz Nizipli) [#50965](https://github.com/nodejs/node/pull/50965)
|
|
108
|
+
* \[[`45e4f82912`](https://github.com/nodejs/node/commit/45e4f82912)] - **src**: move package resolver to c++ (Yagiz Nizipli) [#50322](https://github.com/nodejs/node/pull/50322)
|
|
109
|
+
* \[[`71acd36778`](https://github.com/nodejs/node/commit/71acd36778)] - **stream**: implement TransformStream cleanup using "transformer.cancel" (Debadree Chatterjee) [#50126](https://github.com/nodejs/node/pull/50126)
|
|
110
|
+
* \[[`5112306064`](https://github.com/nodejs/node/commit/5112306064)] - **stream**: fix fd is null when calling clearBuffer (kylo5aby) [#50994](https://github.com/nodejs/node/pull/50994)
|
|
111
|
+
* \[[`ed070755ec`](https://github.com/nodejs/node/commit/ed070755ec)] - **test**: deflake test-diagnostics-channel-memory-leak (Joyee Cheung) [#50572](https://github.com/nodejs/node/pull/50572)
|
|
112
|
+
* \[[`aee01ff1b4`](https://github.com/nodejs/node/commit/aee01ff1b4)] - **test**: test syncrhnous methods of child\_process in snapshot (Joyee Cheung) [#50943](https://github.com/nodejs/node/pull/50943)
|
|
113
|
+
* \[[`cc949869a3`](https://github.com/nodejs/node/commit/cc949869a3)] - **test**: handle relative https redirect (Richard Lau) [#51121](https://github.com/nodejs/node/pull/51121)
|
|
114
|
+
* \[[`048349ed4c`](https://github.com/nodejs/node/commit/048349ed4c)] - **test**: fix test runner colored output test (Moshe Atlow) [#51064](https://github.com/nodejs/node/pull/51064)
|
|
115
|
+
* \[[`7f5291d783`](https://github.com/nodejs/node/commit/7f5291d783)] - **test**: resolve path of embedtest binary correctly (Cheng Zhao) [#50276](https://github.com/nodejs/node/pull/50276)
|
|
116
|
+
* \[[`4ddd0daf5f`](https://github.com/nodejs/node/commit/4ddd0daf5f)] - **test**: escape cwd in regexp (Jérémy Lal) [#50980](https://github.com/nodejs/node/pull/50980)
|
|
117
|
+
* \[[`3ccd5faabb`](https://github.com/nodejs/node/commit/3ccd5faabb)] - **test\_runner**: format coverage report for tap reporter (Pulkit Gupta) [#51119](https://github.com/nodejs/node/pull/51119)
|
|
118
|
+
* \[[`d5c9adf3df`](https://github.com/nodejs/node/commit/d5c9adf3df)] - **test\_runner**: fix infinite loop when files are undefined in test runner (Pulkit Gupta) [#51047](https://github.com/nodejs/node/pull/51047)
|
|
119
|
+
* \[[`328a41701c`](https://github.com/nodejs/node/commit/328a41701c)] - **tools**: update lint-md-dependencies to rollup\@4.7.0 (Node.js GitHub Bot) [#51106](https://github.com/nodejs/node/pull/51106)
|
|
120
|
+
* \[[`297cb6f5c2`](https://github.com/nodejs/node/commit/297cb6f5c2)] - **tools**: update doc to highlight.js\@11.9.0 unified\@11.0.4 (Node.js GitHub Bot) [#50459](https://github.com/nodejs/node/pull/50459)
|
|
121
|
+
* \[[`4705023343`](https://github.com/nodejs/node/commit/4705023343)] - **tools**: fix simdjson updater (Yagiz Nizipli) [#50986](https://github.com/nodejs/node/pull/50986)
|
|
122
|
+
* \[[`c9841583db`](https://github.com/nodejs/node/commit/c9841583db)] - **tools**: update eslint to 8.55.0 (Node.js GitHub Bot) [#51025](https://github.com/nodejs/node/pull/51025)
|
|
123
|
+
* \[[`2b4671125e`](https://github.com/nodejs/node/commit/2b4671125e)] - **tools**: update lint-md-dependencies to rollup\@4.6.1 (Node.js GitHub Bot) [#51022](https://github.com/nodejs/node/pull/51022)
|
|
124
|
+
* \[[`cd891b37f6`](https://github.com/nodejs/node/commit/cd891b37f6)] - **util**: improve performance of function areSimilarFloatArrays (Liu Jia) [#51040](https://github.com/nodejs/node/pull/51040)
|
|
125
|
+
* \[[`e178a43509`](https://github.com/nodejs/node/commit/e178a43509)] - **vm**: use v8::DeserializeInternalFieldsCallback explicitly (Joyee Cheung) [#50984](https://github.com/nodejs/node/pull/50984)
|
|
126
|
+
* \[[`fd028e146f`](https://github.com/nodejs/node/commit/fd028e146f)] - **win,tools**: upgrade Windows signing to smctl (Stefan Stojanovic) [#50956](https://github.com/nodejs/node/pull/50956)
|
|
127
|
+
|
|
128
|
+
<a id="21.4.0"></a>
|
|
129
|
+
|
|
130
|
+
## 2023-12-05, Version 21.4.0 (Current), @targos
|
|
131
|
+
|
|
132
|
+
### Notable Changes
|
|
133
|
+
|
|
134
|
+
This release fixes a regression introduced in v21.3.0 that caused the `fs.writeFileSync`
|
|
135
|
+
method to throw when called with `'utf8'` encoding, no flag option, and if the target file didn't exist yet.
|
|
136
|
+
|
|
137
|
+
* \[[`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)
|
|
138
|
+
* \[[`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)
|
|
139
|
+
|
|
140
|
+
### Commits
|
|
141
|
+
|
|
142
|
+
* \[[`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)
|
|
143
|
+
* \[[`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)
|
|
144
|
+
* \[[`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)
|
|
145
|
+
* \[[`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)
|
|
146
|
+
* \[[`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)
|
|
147
|
+
* \[[`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)
|
|
148
|
+
* \[[`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)
|
|
149
|
+
* \[[`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)
|
|
150
|
+
* \[[`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)
|
|
151
|
+
* \[[`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)
|
|
152
|
+
* \[[`759ebcaead`](https://github.com/nodejs/node/commit/759ebcaead)] - **doc**: reserve 121 for Electron 29 (Shelley Vohr) [#50957](https://github.com/nodejs/node/pull/50957)
|
|
153
|
+
* \[[`cedc3427fa`](https://github.com/nodejs/node/commit/cedc3427fa)] - **doc**: run license-builder (github-actions\[bot]) [#50926](https://github.com/nodejs/node/pull/50926)
|
|
154
|
+
* \[[`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)
|
|
155
|
+
* \[[`eecab883f0`](https://github.com/nodejs/node/commit/eecab883f0)] - **doc**: add doc for Unix abstract socket (theanarkh) [#50904](https://github.com/nodejs/node/pull/50904)
|
|
156
|
+
* \[[`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)
|
|
157
|
+
* \[[`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)
|
|
158
|
+
* \[[`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)
|
|
159
|
+
* \[[`c1ee506454`](https://github.com/nodejs/node/commit/c1ee506454)] - **fs**: remove workaround for `esm` package (Yagiz Nizipli) [#50907](https://github.com/nodejs/node/pull/50907)
|
|
160
|
+
* \[[`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)
|
|
161
|
+
* \[[`c37d18d5e1`](https://github.com/nodejs/node/commit/c37d18d5e1)] - **lib**: streamline process.binding() handling (Joyee Cheung) [#50773](https://github.com/nodejs/node/pull/50773)
|
|
162
|
+
* \[[`246cf73631`](https://github.com/nodejs/node/commit/246cf73631)] - **lib,src**: replace toUSVString with `toWellFormed()` (Yagiz Nizipli) [#47342](https://github.com/nodejs/node/pull/47342)
|
|
163
|
+
* \[[`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)
|
|
164
|
+
* \[[`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)
|
|
165
|
+
* \[[`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)
|
|
166
|
+
* \[[`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)
|
|
167
|
+
* \[[`1e7d101428`](https://github.com/nodejs/node/commit/1e7d101428)] - **src**: make ModifyCodeGenerationFromStrings more robust (Joyee Cheung) [#50763](https://github.com/nodejs/node/pull/50763)
|
|
168
|
+
* \[[`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)
|
|
169
|
+
* \[[`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)
|
|
170
|
+
* \[[`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)
|
|
171
|
+
* \[[`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)
|
|
172
|
+
* \[[`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)
|
|
173
|
+
* \[[`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)
|
|
174
|
+
* \[[`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)
|
|
175
|
+
* \[[`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)
|
|
176
|
+
* \[[`1e40c4a366`](https://github.com/nodejs/node/commit/1e40c4a366)] - **tools**: fix current version check (Marco Ippolito) [#50951](https://github.com/nodejs/node/pull/50951)
|
|
177
|
+
* \[[`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)
|
|
178
|
+
* \[[`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)
|
|
179
|
+
|
|
42
180
|
<a id="21.3.0"></a>
|
|
43
181
|
|
|
44
182
|
## 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
|
|
|
@@ -1292,9 +1285,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
1292
1285
|
- zlib, located at deps/zlib, is licensed as follows:
|
|
1293
1286
|
"""
|
|
1294
1287
|
zlib.h -- interface of the 'zlib' general purpose compression library
|
|
1295
|
-
version 1.
|
|
1288
|
+
version 1.3, August 18th, 2023
|
|
1296
1289
|
|
|
1297
|
-
Copyright (C) 1995-
|
|
1290
|
+
Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler
|
|
1298
1291
|
|
|
1299
1292
|
This software is provided 'as-is', without any express or implied
|
|
1300
1293
|
warranty. In no event will the authors be held liable for any damages
|
|
@@ -1316,6 +1309,211 @@ The externally maintained libraries used by Node.js are:
|
|
|
1316
1309
|
jloup@gzip.org madler@alumni.caltech.edu
|
|
1317
1310
|
"""
|
|
1318
1311
|
|
|
1312
|
+
- simdjson, located at deps/simdjson, is licensed as follows:
|
|
1313
|
+
"""
|
|
1314
|
+
Apache License
|
|
1315
|
+
Version 2.0, January 2004
|
|
1316
|
+
http://www.apache.org/licenses/
|
|
1317
|
+
|
|
1318
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1319
|
+
|
|
1320
|
+
1. Definitions.
|
|
1321
|
+
|
|
1322
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
1323
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
1324
|
+
|
|
1325
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
1326
|
+
the copyright owner that is granting the License.
|
|
1327
|
+
|
|
1328
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
1329
|
+
other entities that control, are controlled by, or are under common
|
|
1330
|
+
control with that entity. For the purposes of this definition,
|
|
1331
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
1332
|
+
direction or management of such entity, whether by contract or
|
|
1333
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1334
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1335
|
+
|
|
1336
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
1337
|
+
exercising permissions granted by this License.
|
|
1338
|
+
|
|
1339
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
1340
|
+
including but not limited to software source code, documentation
|
|
1341
|
+
source, and configuration files.
|
|
1342
|
+
|
|
1343
|
+
"Object" form shall mean any form resulting from mechanical
|
|
1344
|
+
transformation or translation of a Source form, including but
|
|
1345
|
+
not limited to compiled object code, generated documentation,
|
|
1346
|
+
and conversions to other media types.
|
|
1347
|
+
|
|
1348
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
1349
|
+
Object form, made available under the License, as indicated by a
|
|
1350
|
+
copyright notice that is included in or attached to the work
|
|
1351
|
+
(an example is provided in the Appendix below).
|
|
1352
|
+
|
|
1353
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
1354
|
+
form, that is based on (or derived from) the Work and for which the
|
|
1355
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
1356
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
1357
|
+
of this License, Derivative Works shall not include works that remain
|
|
1358
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
1359
|
+
the Work and Derivative Works thereof.
|
|
1360
|
+
|
|
1361
|
+
"Contribution" shall mean any work of authorship, including
|
|
1362
|
+
the original version of the Work and any modifications or additions
|
|
1363
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
1364
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1365
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
1366
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
1367
|
+
means any form of electronic, verbal, or written communication sent
|
|
1368
|
+
to the Licensor or its representatives, including but not limited to
|
|
1369
|
+
communication on electronic mailing lists, source code control systems,
|
|
1370
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
1371
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
1372
|
+
excluding communication that is conspicuously marked or otherwise
|
|
1373
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
1374
|
+
|
|
1375
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1376
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
1377
|
+
subsequently incorporated within the Work.
|
|
1378
|
+
|
|
1379
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1380
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1381
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1382
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1383
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
1384
|
+
Work and such Derivative Works in Source or Object form.
|
|
1385
|
+
|
|
1386
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
1387
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1388
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1389
|
+
(except as stated in this section) patent license to make, have made,
|
|
1390
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1391
|
+
where such license applies only to those patent claims licensable
|
|
1392
|
+
by such Contributor that are necessarily infringed by their
|
|
1393
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
1394
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
1395
|
+
institute patent litigation against any entity (including a
|
|
1396
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1397
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1398
|
+
or contributory patent infringement, then any patent licenses
|
|
1399
|
+
granted to You under this License for that Work shall terminate
|
|
1400
|
+
as of the date such litigation is filed.
|
|
1401
|
+
|
|
1402
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1403
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1404
|
+
modifications, and in Source or Object form, provided that You
|
|
1405
|
+
meet the following conditions:
|
|
1406
|
+
|
|
1407
|
+
(a) You must give any other recipients of the Work or
|
|
1408
|
+
Derivative Works a copy of this License; and
|
|
1409
|
+
|
|
1410
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1411
|
+
stating that You changed the files; and
|
|
1412
|
+
|
|
1413
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1414
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1415
|
+
attribution notices from the Source form of the Work,
|
|
1416
|
+
excluding those notices that do not pertain to any part of
|
|
1417
|
+
the Derivative Works; and
|
|
1418
|
+
|
|
1419
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1420
|
+
distribution, then any Derivative Works that You distribute must
|
|
1421
|
+
include a readable copy of the attribution notices contained
|
|
1422
|
+
within such NOTICE file, excluding those notices that do not
|
|
1423
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1424
|
+
of the following places: within a NOTICE text file distributed
|
|
1425
|
+
as part of the Derivative Works; within the Source form or
|
|
1426
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1427
|
+
within a display generated by the Derivative Works, if and
|
|
1428
|
+
wherever such third-party notices normally appear. The contents
|
|
1429
|
+
of the NOTICE file are for informational purposes only and
|
|
1430
|
+
do not modify the License. You may add Your own attribution
|
|
1431
|
+
notices within Derivative Works that You distribute, alongside
|
|
1432
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1433
|
+
that such additional attribution notices cannot be construed
|
|
1434
|
+
as modifying the License.
|
|
1435
|
+
|
|
1436
|
+
You may add Your own copyright statement to Your modifications and
|
|
1437
|
+
may provide additional or different license terms and conditions
|
|
1438
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1439
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1440
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1441
|
+
the conditions stated in this License.
|
|
1442
|
+
|
|
1443
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1444
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1445
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1446
|
+
this License, without any additional terms or conditions.
|
|
1447
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1448
|
+
the terms of any separate license agreement you may have executed
|
|
1449
|
+
with Licensor regarding such Contributions.
|
|
1450
|
+
|
|
1451
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1452
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1453
|
+
except as required for reasonable and customary use in describing the
|
|
1454
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1455
|
+
|
|
1456
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1457
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1458
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1459
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1460
|
+
implied, including, without limitation, any warranties or conditions
|
|
1461
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1462
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1463
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1464
|
+
risks associated with Your exercise of permissions under this License.
|
|
1465
|
+
|
|
1466
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1467
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1468
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1469
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1470
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1471
|
+
incidental, or consequential damages of any character arising as a
|
|
1472
|
+
result of this License or out of the use or inability to use the
|
|
1473
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1474
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1475
|
+
other commercial damages or losses), even if such Contributor
|
|
1476
|
+
has been advised of the possibility of such damages.
|
|
1477
|
+
|
|
1478
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1479
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1480
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1481
|
+
or other liability obligations and/or rights consistent with this
|
|
1482
|
+
License. However, in accepting such obligations, You may act only
|
|
1483
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1484
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1485
|
+
defend, and hold each Contributor harmless for any liability
|
|
1486
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1487
|
+
of your accepting any such warranty or additional liability.
|
|
1488
|
+
|
|
1489
|
+
END OF TERMS AND CONDITIONS
|
|
1490
|
+
|
|
1491
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
1492
|
+
|
|
1493
|
+
To apply the Apache License to your work, attach the following
|
|
1494
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
1495
|
+
replaced with your own identifying information. (Don't include
|
|
1496
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
1497
|
+
comment syntax for the file format. We also recommend that a
|
|
1498
|
+
file or class name and description of purpose be included on the
|
|
1499
|
+
same "printed page" as the copyright notice for easier
|
|
1500
|
+
identification within third-party archives.
|
|
1501
|
+
|
|
1502
|
+
Copyright 2018-2023 The simdjson authors
|
|
1503
|
+
|
|
1504
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1505
|
+
you may not use this file except in compliance with the License.
|
|
1506
|
+
You may obtain a copy of the License at
|
|
1507
|
+
|
|
1508
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1509
|
+
|
|
1510
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1511
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1512
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1513
|
+
See the License for the specific language governing permissions and
|
|
1514
|
+
limitations under the License.
|
|
1515
|
+
"""
|
|
1516
|
+
|
|
1319
1517
|
- simdutf, located at deps/simdutf, is licensed as follows:
|
|
1320
1518
|
"""
|
|
1321
1519
|
Copyright 2021 The simdutf authors
|
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
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -182,7 +182,6 @@
|
|
|
182
182
|
'lib/internal/modules/esm/loader.js',
|
|
183
183
|
'lib/internal/modules/esm/module_job.js',
|
|
184
184
|
'lib/internal/modules/esm/module_map.js',
|
|
185
|
-
'lib/internal/modules/esm/package_config.js',
|
|
186
185
|
'lib/internal/modules/esm/resolve.js',
|
|
187
186
|
'lib/internal/modules/esm/shared_constants.js',
|
|
188
187
|
'lib/internal/modules/esm/translators.js',
|
|
@@ -93,6 +93,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_string_utf16(napi_env env,
|
|
|
93
93
|
size_t length,
|
|
94
94
|
napi_value* result);
|
|
95
95
|
#ifdef NAPI_EXPERIMENTAL
|
|
96
|
+
#define NODE_API_EXPERIMENTAL_HAS_EXTERNAL_STRINGS
|
|
96
97
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
97
98
|
node_api_create_external_string_latin1(napi_env env,
|
|
98
99
|
char* str,
|
|
@@ -518,6 +519,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_add_finalizer(napi_env env,
|
|
|
518
519
|
#endif // NAPI_VERSION >= 5
|
|
519
520
|
|
|
520
521
|
#ifdef NAPI_EXPERIMENTAL
|
|
522
|
+
#define NODE_API_EXPERIMENTAL_HAS_POST_FINALIZER
|
|
521
523
|
|
|
522
524
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
523
525
|
node_api_post_finalizer(napi_env env,
|
package/include/node/uv.h
CHANGED
|
@@ -1885,6 +1885,18 @@ struct uv_loop_s {
|
|
|
1885
1885
|
UV_EXTERN void* uv_loop_get_data(const uv_loop_t*);
|
|
1886
1886
|
UV_EXTERN void uv_loop_set_data(uv_loop_t*, void* data);
|
|
1887
1887
|
|
|
1888
|
+
/* String utilities needed internally for dealing with Windows. */
|
|
1889
|
+
size_t uv_utf16_length_as_wtf8(const uint16_t* utf16,
|
|
1890
|
+
ssize_t utf16_len);
|
|
1891
|
+
int uv_utf16_to_wtf8(const uint16_t* utf16,
|
|
1892
|
+
ssize_t utf16_len,
|
|
1893
|
+
char** wtf8_ptr,
|
|
1894
|
+
size_t* wtf8_len_ptr);
|
|
1895
|
+
ssize_t uv_wtf8_length_as_utf16(const char* wtf8);
|
|
1896
|
+
void uv_wtf8_to_utf16(const char* wtf8,
|
|
1897
|
+
uint16_t* utf16,
|
|
1898
|
+
size_t utf16_len);
|
|
1899
|
+
|
|
1888
1900
|
/* Don't export the private CPP symbols. */
|
|
1889
1901
|
#undef UV_HANDLE_TYPE_PRIVATE
|
|
1890
1902
|
#undef UV_REQ_TYPE_PRIVATE
|
|
@@ -921,12 +921,22 @@ class V8_EXPORT EmbedderGraph {
|
|
|
921
921
|
virtual ~EmbedderGraph() = default;
|
|
922
922
|
};
|
|
923
923
|
|
|
924
|
+
class QueryObjectPredicate {
|
|
925
|
+
public:
|
|
926
|
+
virtual ~QueryObjectPredicate() = default;
|
|
927
|
+
virtual bool Filter(v8::Local<v8::Object> object) = 0;
|
|
928
|
+
};
|
|
929
|
+
|
|
924
930
|
/**
|
|
925
931
|
* Interface for controlling heap profiling. Instance of the
|
|
926
932
|
* profiler can be retrieved using v8::Isolate::GetHeapProfiler.
|
|
927
933
|
*/
|
|
928
934
|
class V8_EXPORT HeapProfiler {
|
|
929
935
|
public:
|
|
936
|
+
void QueryObjects(v8::Local<v8::Context> context,
|
|
937
|
+
QueryObjectPredicate* predicate,
|
|
938
|
+
std::vector<v8::Global<v8::Object>>* objects);
|
|
939
|
+
|
|
930
940
|
enum SamplingFlags {
|
|
931
941
|
kSamplingNoFlags = 0,
|
|
932
942
|
kSamplingForceGC = 1 << 0,
|
package/include/node/zlib.h
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* zlib.h -- interface of the 'zlib' general purpose compression library
|
|
2
|
-
version 1.
|
|
2
|
+
version 1.3, August 18th, 2023
|
|
3
3
|
|
|
4
|
-
Copyright (C) 1995-
|
|
4
|
+
Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler
|
|
5
5
|
|
|
6
6
|
This software is provided 'as-is', without any express or implied
|
|
7
7
|
warranty. In no event will the authors be held liable for any damages
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
extern "C" {
|
|
38
38
|
#endif
|
|
39
39
|
|
|
40
|
-
#define ZLIB_VERSION "1.
|
|
41
|
-
#define ZLIB_VERNUM
|
|
40
|
+
#define ZLIB_VERSION "1.3"
|
|
41
|
+
#define ZLIB_VERNUM 0x1300
|
|
42
42
|
#define ZLIB_VER_MAJOR 1
|
|
43
|
-
#define ZLIB_VER_MINOR
|
|
44
|
-
#define ZLIB_VER_REVISION
|
|
45
|
-
#define ZLIB_VER_SUBREVISION
|
|
43
|
+
#define ZLIB_VER_MINOR 3
|
|
44
|
+
#define ZLIB_VER_REVISION 0
|
|
45
|
+
#define ZLIB_VER_SUBREVISION 0
|
|
46
46
|
|
|
47
47
|
/*
|
|
48
48
|
The 'zlib' compression library provides in-memory compression and
|
|
@@ -320,8 +320,8 @@ ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
|
|
|
320
320
|
with the same value of the flush parameter and more output space (updated
|
|
321
321
|
avail_out), until the flush is complete (deflate returns with non-zero
|
|
322
322
|
avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
|
|
323
|
-
avail_out is greater than six
|
|
324
|
-
avail_out == 0
|
|
323
|
+
avail_out is greater than six when the flush marker begins, in order to avoid
|
|
324
|
+
repeated flush markers upon calling deflate() again when avail_out == 0.
|
|
325
325
|
|
|
326
326
|
If the parameter flush is set to Z_FINISH, pending input is processed,
|
|
327
327
|
pending output is flushed and deflate returns with Z_STREAM_END if there was
|