node-linux-s390x 22.0.0 → 22.2.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 +312 -0
- package/LICENSE +3 -33
- package/README.md +56 -52
- package/bin/node +0 -0
- package/include/node/common.gypi +34 -12
- package/include/node/config.gypi +8 -7
- package/include/node/node.h +8 -3
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +15 -12
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#22.2.0">22.2.0</a><br/>
|
|
12
|
+
<a href="#22.1.0">22.1.0</a><br/>
|
|
11
13
|
<a href="#22.0.0">22.0.0</a><br/>
|
|
12
14
|
</td>
|
|
13
15
|
</tr>
|
|
@@ -37,6 +39,316 @@
|
|
|
37
39
|
* [io.js](CHANGELOG_IOJS.md)
|
|
38
40
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
39
41
|
|
|
42
|
+
<a id="22.2.0"></a>
|
|
43
|
+
|
|
44
|
+
## 2024-05-15, Version 22.2.0 (Current), @targos
|
|
45
|
+
|
|
46
|
+
### Notable Changes
|
|
47
|
+
|
|
48
|
+
* \[[`fb85d38e80`](https://github.com/nodejs/node/commit/fb85d38e80)] - **(SEMVER-MINOR)** **cli**: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) [#52766](https://github.com/nodejs/node/pull/52766)
|
|
49
|
+
* \[[`23a0d3339f`](https://github.com/nodejs/node/commit/23a0d3339f)] - **doc**: add pimterry to collaborators (Tim Perry) [#52874](https://github.com/nodejs/node/pull/52874)
|
|
50
|
+
* \[[`7d7a762156`](https://github.com/nodejs/node/commit/7d7a762156)] - **(SEMVER-MINOR)** **fs**: allow 'withFileTypes' to be used with globs (Aviv Keller) [#52837](https://github.com/nodejs/node/pull/52837)
|
|
51
|
+
* \[[`8748dd6477`](https://github.com/nodejs/node/commit/8748dd6477)] - **(SEMVER-MINOR)** **inspector**: introduce the `--inspect-wait` flag (Kohei Ueno) [#52734](https://github.com/nodejs/node/pull/52734)
|
|
52
|
+
* \[[`9a7ae9b6c4`](https://github.com/nodejs/node/commit/9a7ae9b6c4)] - **lib,src**: remove --experimental-policy (Rafael Gonzaga) [#52583](https://github.com/nodejs/node/pull/52583)
|
|
53
|
+
* \[[`1f7c2a93fc`](https://github.com/nodejs/node/commit/1f7c2a93fc)] - **(SEMVER-MINOR)** **perf\_hooks**: add `deliveryType` and `responseStatus` fields (Matthew Aitken) [#51589](https://github.com/nodejs/node/pull/51589)
|
|
54
|
+
* \[[`2f59529dc5`](https://github.com/nodejs/node/commit/2f59529dc5)] - **(SEMVER-MINOR)** **test\_runner**: support test plans (Colin Ihrig) [#52860](https://github.com/nodejs/node/pull/52860)
|
|
55
|
+
* \[[`6b4dac3eb5`](https://github.com/nodejs/node/commit/6b4dac3eb5)] - **(SEMVER-MINOR)** **zlib**: expose zlib.crc32() (Joyee Cheung) [#52692](https://github.com/nodejs/node/pull/52692)
|
|
56
|
+
|
|
57
|
+
### Commits
|
|
58
|
+
|
|
59
|
+
* \[[`0f5716c364`](https://github.com/nodejs/node/commit/0f5716c364)] - **assert**: add deep equal check for more Error type (Zhenwei Jin) [#51805](https://github.com/nodejs/node/pull/51805)
|
|
60
|
+
* \[[`2c7d7caa8a`](https://github.com/nodejs/node/commit/2c7d7caa8a)] - **benchmark**: filter non-present deps from `start-cli-version` (Adam Majer) [#51746](https://github.com/nodejs/node/pull/51746)
|
|
61
|
+
* \[[`5db4c54bd6`](https://github.com/nodejs/node/commit/5db4c54bd6)] - **bootstrap**: print `--help` message using `console.log` (Jacob Hummer) [#51463](https://github.com/nodejs/node/pull/51463)
|
|
62
|
+
* \[[`67fcb6b85e`](https://github.com/nodejs/node/commit/67fcb6b85e)] - **buffer**: even faster atob (Daniel Lemire) [#52443](https://github.com/nodejs/node/pull/52443)
|
|
63
|
+
* \[[`a5d63f9052`](https://github.com/nodejs/node/commit/a5d63f9052)] - **buffer**: use size\_t instead of uint32\_t to avoid segmentation fault (Xavier Stouder) [#48033](https://github.com/nodejs/node/pull/48033)
|
|
64
|
+
* \[[`f1bc994826`](https://github.com/nodejs/node/commit/f1bc994826)] - **buffer**: remove lines setting indexes to integer value (Zhenwei Jin) [#52588](https://github.com/nodejs/node/pull/52588)
|
|
65
|
+
* \[[`a97ff753ab`](https://github.com/nodejs/node/commit/a97ff753ab)] - **build**: add option to enable clang-cl on Windows (Michaël Zasso) [#52870](https://github.com/nodejs/node/pull/52870)
|
|
66
|
+
* \[[`f96466a92c`](https://github.com/nodejs/node/commit/f96466a92c)] - **build**: enable building with shared uvwasi lib (Pooja D P) [#43987](https://github.com/nodejs/node/pull/43987)
|
|
67
|
+
* \[[`b463385aa8`](https://github.com/nodejs/node/commit/b463385aa8)] - **build**: remove deprecated calls for argument groups (Mohammed Keyvanzadeh) [#52913](https://github.com/nodejs/node/pull/52913)
|
|
68
|
+
* \[[`daeb7dbb3e`](https://github.com/nodejs/node/commit/daeb7dbb3e)] - **build**: sync V8 warning cflags with BUILD.gn (Michaël Zasso) [#52873](https://github.com/nodejs/node/pull/52873)
|
|
69
|
+
* \[[`eed967430d`](https://github.com/nodejs/node/commit/eed967430d)] - **build**: harmonize Clang checks (Michaël Zasso) [#52873](https://github.com/nodejs/node/pull/52873)
|
|
70
|
+
* \[[`e4b187433d`](https://github.com/nodejs/node/commit/e4b187433d)] - **build**: compile with C++20 support (Michaël Zasso) [#52838](https://github.com/nodejs/node/pull/52838)
|
|
71
|
+
* \[[`aea6ca25ba`](https://github.com/nodejs/node/commit/aea6ca25ba)] - **build**: drop base64 dep in GN build (Cheng) [#52856](https://github.com/nodejs/node/pull/52856)
|
|
72
|
+
* \[[`7f866a8225`](https://github.com/nodejs/node/commit/7f866a8225)] - **build**: make simdjson a public dep in GN build (Cheng) [#52755](https://github.com/nodejs/node/pull/52755)
|
|
73
|
+
* \[[`e1bd53c098`](https://github.com/nodejs/node/commit/e1bd53c098)] - **build**: define `NOMINMAX` in common.gypi (Chengzhong Wu) [#52794](https://github.com/nodejs/node/pull/52794)
|
|
74
|
+
* \[[`18c530f8f7`](https://github.com/nodejs/node/commit/18c530f8f7)] - **build, tools**: copy release assets to staging R2 bucket once built (flakey5) [#51394](https://github.com/nodejs/node/pull/51394)
|
|
75
|
+
* \[[`fb85d38e80`](https://github.com/nodejs/node/commit/fb85d38e80)] - **(SEMVER-MINOR)** **cli**: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) [#52766](https://github.com/nodejs/node/pull/52766)
|
|
76
|
+
* \[[`11e978916f`](https://github.com/nodejs/node/commit/11e978916f)] - **cluster**: replace `forEach` with `for-of` loop (Jérôme Benoit) [#50317](https://github.com/nodejs/node/pull/50317)
|
|
77
|
+
* \[[`db76c58d68`](https://github.com/nodejs/node/commit/db76c58d68)] - **console**: colorize console error and warn (Jithil P Ponnan) [#51629](https://github.com/nodejs/node/pull/51629)
|
|
78
|
+
* \[[`0d040a3035`](https://github.com/nodejs/node/commit/0d040a3035)] - **crypto**: fix duplicated switch-case return values (Mustafa Ateş UZUN) [#49030](https://github.com/nodejs/node/pull/49030)
|
|
79
|
+
* \[[`ab7219f0b2`](https://github.com/nodejs/node/commit/ab7219f0b2)] - **deps**: update googletest to fa6de7f (Node.js GitHub Bot) [#52949](https://github.com/nodejs/node/pull/52949)
|
|
80
|
+
* \[[`4ab096eccc`](https://github.com/nodejs/node/commit/4ab096eccc)] - **deps**: update simdjson to 3.9.2 (Node.js GitHub Bot) [#52947](https://github.com/nodejs/node/pull/52947)
|
|
81
|
+
* \[[`89f275b1df`](https://github.com/nodejs/node/commit/89f275b1df)] - **deps**: update corepack to 0.28.1 (Node.js GitHub Bot) [#52946](https://github.com/nodejs/node/pull/52946)
|
|
82
|
+
* \[[`fc568b4b42`](https://github.com/nodejs/node/commit/fc568b4b42)] - **deps**: update simdutf to 5.2.8 (Node.js GitHub Bot) [#52727](https://github.com/nodejs/node/pull/52727)
|
|
83
|
+
* \[[`e399360182`](https://github.com/nodejs/node/commit/e399360182)] - **deps**: update simdutf to 5.2.6 (Node.js GitHub Bot) [#52727](https://github.com/nodejs/node/pull/52727)
|
|
84
|
+
* \[[`232831f013`](https://github.com/nodejs/node/commit/232831f013)] - **deps**: enable unbundling of simdjson, simdutf, ada (Daniel Lemire) [#52924](https://github.com/nodejs/node/pull/52924)
|
|
85
|
+
* \[[`7ca83a5abc`](https://github.com/nodejs/node/commit/7ca83a5abc)] - **deps**: update googletest to 2d16ed0 (Node.js GitHub Bot) [#51657](https://github.com/nodejs/node/pull/51657)
|
|
86
|
+
* \[[`3b15eb5911`](https://github.com/nodejs/node/commit/3b15eb5911)] - **deps**: update googletest to d83fee1 (Node.js GitHub Bot) [#51657](https://github.com/nodejs/node/pull/51657)
|
|
87
|
+
* \[[`4190d70035`](https://github.com/nodejs/node/commit/4190d70035)] - **deps**: update googletest to 5a37b51 (Node.js GitHub Bot) [#51657](https://github.com/nodejs/node/pull/51657)
|
|
88
|
+
* \[[`7a166a2871`](https://github.com/nodejs/node/commit/7a166a2871)] - **deps**: update googletest to 5197b1a (Node.js GitHub Bot) [#51657](https://github.com/nodejs/node/pull/51657)
|
|
89
|
+
* \[[`812dbd749f`](https://github.com/nodejs/node/commit/812dbd749f)] - **deps**: update googletest to eff443c (Node.js GitHub Bot) [#51657](https://github.com/nodejs/node/pull/51657)
|
|
90
|
+
* \[[`cb3ae4b9ef`](https://github.com/nodejs/node/commit/cb3ae4b9ef)] - **deps**: update googletest to c231e6f (Node.js GitHub Bot) [#51657](https://github.com/nodejs/node/pull/51657)
|
|
91
|
+
* \[[`d97317aaa1`](https://github.com/nodejs/node/commit/d97317aaa1)] - **deps**: update googletest to e4fdb87 (Node.js GitHub Bot) [#51657](https://github.com/nodejs/node/pull/51657)
|
|
92
|
+
* \[[`ad8ca1259f`](https://github.com/nodejs/node/commit/ad8ca1259f)] - **deps**: update googletest to 5df0241 (Node.js GitHub Bot) [#51657](https://github.com/nodejs/node/pull/51657)
|
|
93
|
+
* \[[`828f0d7096`](https://github.com/nodejs/node/commit/828f0d7096)] - **deps**: update googletest to b75ecf1 (Node.js GitHub Bot) [#51657](https://github.com/nodejs/node/pull/51657)
|
|
94
|
+
* \[[`3b60dbcf7b`](https://github.com/nodejs/node/commit/3b60dbcf7b)] - **deps**: update googletest to 4565741 (Node.js GitHub Bot) [#51657](https://github.com/nodejs/node/pull/51657)
|
|
95
|
+
* \[[`37098eb880`](https://github.com/nodejs/node/commit/37098eb880)] - **deps**: update simdjson to 3.9.1 (Node.js GitHub Bot) [#52397](https://github.com/nodejs/node/pull/52397)
|
|
96
|
+
* \[[`a13cf1c049`](https://github.com/nodejs/node/commit/a13cf1c049)] - **deps**: update uvwasi to 0.0.21 (Node.js GitHub Bot) [#52863](https://github.com/nodejs/node/pull/52863)
|
|
97
|
+
* \[[`faf8ada719`](https://github.com/nodejs/node/commit/faf8ada719)] - **deps**: V8: cherry-pick f6bef09b3b0a (Richard Lau) [#52802](https://github.com/nodejs/node/pull/52802)
|
|
98
|
+
* \[[`8e5844c2a4`](https://github.com/nodejs/node/commit/8e5844c2a4)] - **doc**: remove reference to AUTHORS file (Marco Ippolito) [#52960](https://github.com/nodejs/node/pull/52960)
|
|
99
|
+
* \[[`1f3634e30f`](https://github.com/nodejs/node/commit/1f3634e30f)] - **doc**: update hljs with the latest styles (Aviv Keller) [#52911](https://github.com/nodejs/node/pull/52911)
|
|
100
|
+
* \[[`9102255749`](https://github.com/nodejs/node/commit/9102255749)] - **doc**: mention quicker way to build docs (Alex Crawford) [#52937](https://github.com/nodejs/node/pull/52937)
|
|
101
|
+
* \[[`15db3ef5fb`](https://github.com/nodejs/node/commit/15db3ef5fb)] - **doc**: mention push.followTags config (Rafael Gonzaga) [#52906](https://github.com/nodejs/node/pull/52906)
|
|
102
|
+
* \[[`80fa675af2`](https://github.com/nodejs/node/commit/80fa675af2)] - **doc**: document pipeline with `end` option (Alois Klink) [#48970](https://github.com/nodejs/node/pull/48970)
|
|
103
|
+
* \[[`c0000f4118`](https://github.com/nodejs/node/commit/c0000f4118)] - **doc**: add example for `execFileSync` method and ref to stdio (Evan Shortiss) [#39412](https://github.com/nodejs/node/pull/39412)
|
|
104
|
+
* \[[`e0148e2653`](https://github.com/nodejs/node/commit/e0148e2653)] - **doc**: add examples and notes to http server.close et al (mary marchini) [#49091](https://github.com/nodejs/node/pull/49091)
|
|
105
|
+
* \[[`030f56ee6d`](https://github.com/nodejs/node/commit/030f56ee6d)] - **doc**: fix `dns.lookup` family `0` and `all` descriptions (Adam Jones) [#51653](https://github.com/nodejs/node/pull/51653)
|
|
106
|
+
* \[[`a6d624cd5a`](https://github.com/nodejs/node/commit/a6d624cd5a)] - **doc**: update `fs.realpath` documentation (sinkhaha) [#48170](https://github.com/nodejs/node/pull/48170)
|
|
107
|
+
* \[[`5dab187ca8`](https://github.com/nodejs/node/commit/5dab187ca8)] - **doc**: update fs read documentation for clarity (Mert Can Altin) [#52453](https://github.com/nodejs/node/pull/52453)
|
|
108
|
+
* \[[`5d3ee7205d`](https://github.com/nodejs/node/commit/5d3ee7205d)] - **doc**: watermark string behavior (Benjamin Gruenbaum) [#52842](https://github.com/nodejs/node/pull/52842)
|
|
109
|
+
* \[[`2dd8f092a8`](https://github.com/nodejs/node/commit/2dd8f092a8)] - **doc**: exclude commits with baking-for-lts (Marco Ippolito) [#52896](https://github.com/nodejs/node/pull/52896)
|
|
110
|
+
* \[[`0c2539b913`](https://github.com/nodejs/node/commit/0c2539b913)] - **doc**: add names next to release key bash commands (Aviv Keller) [#52878](https://github.com/nodejs/node/pull/52878)
|
|
111
|
+
* \[[`23a0d3339f`](https://github.com/nodejs/node/commit/23a0d3339f)] - **doc**: add pimterry to collaborators (Tim Perry) [#52874](https://github.com/nodejs/node/pull/52874)
|
|
112
|
+
* \[[`15aad62e0c`](https://github.com/nodejs/node/commit/15aad62e0c)] - **doc**: update BUILDING.md previous versions links (Michaël Zasso) [#52852](https://github.com/nodejs/node/pull/52852)
|
|
113
|
+
* \[[`f770a993d4`](https://github.com/nodejs/node/commit/f770a993d4)] - **doc**: add more definitions to GLOSSARY.md (Aviv Keller) [#52798](https://github.com/nodejs/node/pull/52798)
|
|
114
|
+
* \[[`f35b838a65`](https://github.com/nodejs/node/commit/f35b838a65)] - **doc**: make docs more welcoming and descriptive for newcomers (Serkan Özel) [#38056](https://github.com/nodejs/node/pull/38056)
|
|
115
|
+
* \[[`562a019a14`](https://github.com/nodejs/node/commit/562a019a14)] - **doc**: add OpenSSL errors to API docs (John Lamp) [#34213](https://github.com/nodejs/node/pull/34213)
|
|
116
|
+
* \[[`0cb7cf7aa9`](https://github.com/nodejs/node/commit/0cb7cf7aa9)] - **doc**: fix grammatical mistake (codershiba) [#52808](https://github.com/nodejs/node/pull/52808)
|
|
117
|
+
* \[[`a0147ff8d0`](https://github.com/nodejs/node/commit/a0147ff8d0)] - **doc**: simplify copy-pasting of `branch-diff` commands (Antoine du Hamel) [#52757](https://github.com/nodejs/node/pull/52757)
|
|
118
|
+
* \[[`fce31fc829`](https://github.com/nodejs/node/commit/fce31fc829)] - **doc**: add test\_runner to subsystem (Raz Luvaton) [#52774](https://github.com/nodejs/node/pull/52774)
|
|
119
|
+
* \[[`ca5607bbc8`](https://github.com/nodejs/node/commit/ca5607bbc8)] - **events**: update MaxListenersExceededWarning message log (sinkhaha) [#51921](https://github.com/nodejs/node/pull/51921)
|
|
120
|
+
* \[[`96566fc696`](https://github.com/nodejs/node/commit/96566fc696)] - **events**: add stop propagation flag to `Event.stopImmediatePropagation` (Mickael Meausoone) [#39463](https://github.com/nodejs/node/pull/39463)
|
|
121
|
+
* \[[`5ee69243ed`](https://github.com/nodejs/node/commit/5ee69243ed)] - **events**: replace NodeCustomEvent with CustomEvent (Feng Yu) [#43876](https://github.com/nodejs/node/pull/43876)
|
|
122
|
+
* \[[`f076e721cb`](https://github.com/nodejs/node/commit/f076e721cb)] - **fs**: keep fs.promises.readFile read until EOF is reached (Zhenwei Jin) [#52178](https://github.com/nodejs/node/pull/52178)
|
|
123
|
+
* \[[`7d7a762156`](https://github.com/nodejs/node/commit/7d7a762156)] - **(SEMVER-MINOR)** **fs**: allow 'withFileTypes' to be used with globs (Aviv Keller) [#52837](https://github.com/nodejs/node/pull/52837)
|
|
124
|
+
* \[[`ad9c4bddb1`](https://github.com/nodejs/node/commit/ad9c4bddb1)] - **http**: correctly translate HTTP method (Paolo Insogna) [#52701](https://github.com/nodejs/node/pull/52701)
|
|
125
|
+
* \[[`8748dd6477`](https://github.com/nodejs/node/commit/8748dd6477)] - **(SEMVER-MINOR)** **inspector**: introduce the `--inspect-wait` flag (Kohei Ueno) [#52734](https://github.com/nodejs/node/pull/52734)
|
|
126
|
+
* \[[`9a7ae9b6c4`](https://github.com/nodejs/node/commit/9a7ae9b6c4)] - **lib,src**: remove --experimental-policy (Rafael Gonzaga) [#52583](https://github.com/nodejs/node/pull/52583)
|
|
127
|
+
* \[[`a850219600`](https://github.com/nodejs/node/commit/a850219600)] - **meta**: move `@anonrig` to TSC regular member (Yagiz Nizipli) [#52932](https://github.com/nodejs/node/pull/52932)
|
|
128
|
+
* \[[`4dc8a387b3`](https://github.com/nodejs/node/commit/4dc8a387b3)] - **meta**: add mailmap entry for legendecas (Chengzhong Wu) [#52795](https://github.com/nodejs/node/pull/52795)
|
|
129
|
+
* \[[`d10182d81d`](https://github.com/nodejs/node/commit/d10182d81d)] - **meta**: bump actions/checkout from 4.1.1 to 4.1.4 (dependabot\[bot]) [#52787](https://github.com/nodejs/node/pull/52787)
|
|
130
|
+
* \[[`48d0ac0665`](https://github.com/nodejs/node/commit/48d0ac0665)] - **meta**: bump github/codeql-action from 3.24.9 to 3.25.3 (dependabot\[bot]) [#52786](https://github.com/nodejs/node/pull/52786)
|
|
131
|
+
* \[[`7c7a25150e`](https://github.com/nodejs/node/commit/7c7a25150e)] - **meta**: bump actions/upload-artifact from 4.3.1 to 4.3.3 (dependabot\[bot]) [#52785](https://github.com/nodejs/node/pull/52785)
|
|
132
|
+
* \[[`d9abf18342`](https://github.com/nodejs/node/commit/d9abf18342)] - **meta**: bump actions/download-artifact from 4.1.4 to 4.1.7 (dependabot\[bot]) [#52784](https://github.com/nodejs/node/pull/52784)
|
|
133
|
+
* \[[`590e5c6c45`](https://github.com/nodejs/node/commit/590e5c6c45)] - **meta**: bump codecov/codecov-action from 4.1.1 to 4.3.1 (dependabot\[bot]) [#52783](https://github.com/nodejs/node/pull/52783)
|
|
134
|
+
* \[[`b3d1720515`](https://github.com/nodejs/node/commit/b3d1720515)] - **meta**: bump step-security/harden-runner from 2.7.0 to 2.7.1 (dependabot\[bot]) [#52782](https://github.com/nodejs/node/pull/52782)
|
|
135
|
+
* \[[`f74beb53de`](https://github.com/nodejs/node/commit/f74beb53de)] - **module**: cache synchronous module jobs before linking (Joyee Cheung) [#52868](https://github.com/nodejs/node/pull/52868)
|
|
136
|
+
* \[[`8fbf6628d6`](https://github.com/nodejs/node/commit/8fbf6628d6)] - **module**: have a single hooks thread for all workers (Gabriel Bota) [#52706](https://github.com/nodejs/node/pull/52706)
|
|
137
|
+
* \[[`609d90bb4b`](https://github.com/nodejs/node/commit/609d90bb4b)] - **path**: fix toNamespacedPath on Windows (Hüseyin Açacak) [#52915](https://github.com/nodejs/node/pull/52915)
|
|
138
|
+
* \[[`1f7c2a93fc`](https://github.com/nodejs/node/commit/1f7c2a93fc)] - **(SEMVER-MINOR)** **perf\_hooks**: add `deliveryType` and `responseStatus` fields (Matthew Aitken) [#51589](https://github.com/nodejs/node/pull/51589)
|
|
139
|
+
* \[[`0bbc62c42a`](https://github.com/nodejs/node/commit/0bbc62c42a)] - **process**: improve event-loop (Aras Abbasi) [#52108](https://github.com/nodejs/node/pull/52108)
|
|
140
|
+
* \[[`619ac79abb`](https://github.com/nodejs/node/commit/619ac79abb)] - **quic**: address coverity warning (Michael Dawson) [#52824](https://github.com/nodejs/node/pull/52824)
|
|
141
|
+
* \[[`04de5766ee`](https://github.com/nodejs/node/commit/04de5766ee)] - **repl**: fix disruptive autocomplete without inspector (Nitzan Uziely) [#40661](https://github.com/nodejs/node/pull/40661)
|
|
142
|
+
* \[[`663bb973ab`](https://github.com/nodejs/node/commit/663bb973ab)] - **src**: fix Worker termination in `inspector.waitForDebugger` (Daeyeon Jeong) [#52527](https://github.com/nodejs/node/pull/52527)
|
|
143
|
+
* \[[`fca38b2d6e`](https://github.com/nodejs/node/commit/fca38b2d6e)] - **src**: use `S_ISDIR` to check if the file is a directory (theanarkh) [#52164](https://github.com/nodejs/node/pull/52164)
|
|
144
|
+
* \[[`b228db579f`](https://github.com/nodejs/node/commit/b228db579f)] - **src**: allow preventing debug signal handler start (Shelley Vohr) [#46681](https://github.com/nodejs/node/pull/46681)
|
|
145
|
+
* \[[`ace65a9aac`](https://github.com/nodejs/node/commit/ace65a9aac)] - **src**: make sure pass the `argv` to worker threads (theanarkh) [#52827](https://github.com/nodejs/node/pull/52827)
|
|
146
|
+
* \[[`75004d32ab`](https://github.com/nodejs/node/commit/75004d32ab)] - **src**: fix typo Unabled -> Unable (Simon Siefke) [#52820](https://github.com/nodejs/node/pull/52820)
|
|
147
|
+
* \[[`c40a8273ef`](https://github.com/nodejs/node/commit/c40a8273ef)] - **src**: avoid unused variable 'error' warning (Michaël Zasso) [#52886](https://github.com/nodejs/node/pull/52886)
|
|
148
|
+
* \[[`d169d0f181`](https://github.com/nodejs/node/commit/d169d0f181)] - **src**: fix positional args in task runner (Yagiz Nizipli) [#52810](https://github.com/nodejs/node/pull/52810)
|
|
149
|
+
* \[[`9c76c95c10`](https://github.com/nodejs/node/commit/9c76c95c10)] - **src**: only apply fix in main thread (Paolo Insogna) [#52702](https://github.com/nodejs/node/pull/52702)
|
|
150
|
+
* \[[`e1cba97df3`](https://github.com/nodejs/node/commit/e1cba97df3)] - **src**: fix test local edge case (Paolo Insogna) [#52702](https://github.com/nodejs/node/pull/52702)
|
|
151
|
+
* \[[`dc41c135d7`](https://github.com/nodejs/node/commit/dc41c135d7)] - **src**: reduce unnecessary serialization of CLI options in C++ (Joyee Cheung) [#52451](https://github.com/nodejs/node/pull/52451)
|
|
152
|
+
* \[[`fb24c4475c`](https://github.com/nodejs/node/commit/fb24c4475c)] - **src**: rewrite task runner in c++ (Yagiz Nizipli) [#52609](https://github.com/nodejs/node/pull/52609)
|
|
153
|
+
* \[[`323f95de9e`](https://github.com/nodejs/node/commit/323f95de9e)] - **src**: migrate to new V8 interceptors API (Michaël Zasso) [#52745](https://github.com/nodejs/node/pull/52745)
|
|
154
|
+
* \[[`850ff02931`](https://github.com/nodejs/node/commit/850ff02931)] - **src,permission**: resolve path on fs\_permission (Rafael Gonzaga) [#52761](https://github.com/nodejs/node/pull/52761)
|
|
155
|
+
* \[[`8d3b0b7ade`](https://github.com/nodejs/node/commit/8d3b0b7ade)] - **stream**: use `ByteLengthQueuingStrategy` when not in `objectMode` (Jason) [#48847](https://github.com/nodejs/node/pull/48847)
|
|
156
|
+
* \[[`fa715437b0`](https://github.com/nodejs/node/commit/fa715437b0)] - **stream**: fix util.inspect for compression/decompressionStream (Mert Can Altin) [#52283](https://github.com/nodejs/node/pull/52283)
|
|
157
|
+
* \[[`b0e6a6b3d5`](https://github.com/nodejs/node/commit/b0e6a6b3d5)] - **string\_decoder**: throw an error when writing a too long buffer (zhenweijin) [#52215](https://github.com/nodejs/node/pull/52215)
|
|
158
|
+
* \[[`e016e952e6`](https://github.com/nodejs/node/commit/e016e952e6)] - **test**: add `Debugger.setInstrumentationBreakpoint` known issue (Konstantin Ulitin) [#31137](https://github.com/nodejs/node/pull/31137)
|
|
159
|
+
* \[[`a589de0886`](https://github.com/nodejs/node/commit/a589de0886)] - **test**: use `for-of` instead of `forEach` (Gibby Free) [#49790](https://github.com/nodejs/node/pull/49790)
|
|
160
|
+
* \[[`578868ddf8`](https://github.com/nodejs/node/commit/578868ddf8)] - **test**: verify request payload is uploaded consistently (Austin Wright) [#34066](https://github.com/nodejs/node/pull/34066)
|
|
161
|
+
* \[[`c676e522e6`](https://github.com/nodejs/node/commit/c676e522e6)] - **test**: add fuzzer for native/js string conversion (Adam Korczynski) [#51120](https://github.com/nodejs/node/pull/51120)
|
|
162
|
+
* \[[`5f6415b41d`](https://github.com/nodejs/node/commit/5f6415b41d)] - **test**: add fuzzer for `ClientHelloParser` (AdamKorcz) [#51088](https://github.com/nodejs/node/pull/51088)
|
|
163
|
+
* \[[`4d50d51a5e`](https://github.com/nodejs/node/commit/4d50d51a5e)] - **test**: fix broken env fuzzer by initializing process (AdamKorcz) [#51080](https://github.com/nodejs/node/pull/51080)
|
|
164
|
+
* \[[`cd00cdcbc8`](https://github.com/nodejs/node/commit/cd00cdcbc8)] - **test**: replace `forEach()` in `test-stream-pipe-unpipe-stream` (Dario) [#50786](https://github.com/nodejs/node/pull/50786)
|
|
165
|
+
* \[[`5469adf458`](https://github.com/nodejs/node/commit/5469adf458)] - **test**: test pipeline `end` on transform streams (Alois Klink) [#48970](https://github.com/nodejs/node/pull/48970)
|
|
166
|
+
* \[[`ea6070b0e8`](https://github.com/nodejs/node/commit/ea6070b0e8)] - **test**: improve coverage of lib/readline.js (Rongjian Zhang) [#38646](https://github.com/nodejs/node/pull/38646)
|
|
167
|
+
* \[[`4f96b00307`](https://github.com/nodejs/node/commit/4f96b00307)] - **test**: updated for each to for of in test file (lyannel) [#50308](https://github.com/nodejs/node/pull/50308)
|
|
168
|
+
* \[[`5d91cf1976`](https://github.com/nodejs/node/commit/5d91cf1976)] - **test**: move `test-http-server-request-timeouts-mixed` to sequential (Madhuri) [#45722](https://github.com/nodejs/node/pull/45722)
|
|
169
|
+
* \[[`f47e8fccbb`](https://github.com/nodejs/node/commit/f47e8fccbb)] - **test**: fix DNS cancel tests (Szymon Marczak) [#44432](https://github.com/nodejs/node/pull/44432)
|
|
170
|
+
* \[[`0b073f885a`](https://github.com/nodejs/node/commit/0b073f885a)] - **test**: add http agent to `executionAsyncResource` (psj-tar-gz) [#34966](https://github.com/nodejs/node/pull/34966)
|
|
171
|
+
* \[[`fbce3178ba`](https://github.com/nodejs/node/commit/fbce3178ba)] - **test**: reduce memory usage of test-worker-stdio (Adam Majer) [#37769](https://github.com/nodejs/node/pull/37769)
|
|
172
|
+
* \[[`1f8eaec454`](https://github.com/nodejs/node/commit/1f8eaec454)] - **test**: add common.expectRequiredModule() (Joyee Cheung) [#52868](https://github.com/nodejs/node/pull/52868)
|
|
173
|
+
* \[[`5e731da572`](https://github.com/nodejs/node/commit/5e731da572)] - **test**: skip unstable shadow realm gc tests (Chengzhong Wu) [#52855](https://github.com/nodejs/node/pull/52855)
|
|
174
|
+
* \[[`30a35ae522`](https://github.com/nodejs/node/commit/30a35ae522)] - **test**: crypto-rsa-dsa testing for dynamic openssl (Michael Dawson) [#52781](https://github.com/nodejs/node/pull/52781)
|
|
175
|
+
* \[[`968fe6a8b1`](https://github.com/nodejs/node/commit/968fe6a8b1)] - **test**: skip some console tests on dumb terminal (Adam Majer) [#37770](https://github.com/nodejs/node/pull/37770)
|
|
176
|
+
* \[[`1448959e0d`](https://github.com/nodejs/node/commit/1448959e0d)] - **test**: skip v8-updates/test-linux-perf-logger (Michaël Zasso) [#52821](https://github.com/nodejs/node/pull/52821)
|
|
177
|
+
* \[[`30a4248b48`](https://github.com/nodejs/node/commit/30a4248b48)] - **test**: add env variable test for --run (Yagiz Nizipli) [#52811](https://github.com/nodejs/node/pull/52811)
|
|
178
|
+
* \[[`edb4ed3bc9`](https://github.com/nodejs/node/commit/edb4ed3bc9)] - **test**: drop test-crypto-timing-safe-equal-benchmarks (Rafael Gonzaga) [#52751](https://github.com/nodejs/node/pull/52751)
|
|
179
|
+
* \[[`944ae598b5`](https://github.com/nodejs/node/commit/944ae598b5)] - **test, crypto**: use correct object on assert (响马) [#51820](https://github.com/nodejs/node/pull/51820)
|
|
180
|
+
* \[[`a814e720fa`](https://github.com/nodejs/node/commit/a814e720fa)] - **test\_runner**: fix watch mode race condition (Moshe Atlow) [#52954](https://github.com/nodejs/node/pull/52954)
|
|
181
|
+
* \[[`2f59529dc5`](https://github.com/nodejs/node/commit/2f59529dc5)] - **(SEMVER-MINOR)** **test\_runner**: support test plans (Colin Ihrig) [#52860](https://github.com/nodejs/node/pull/52860)
|
|
182
|
+
* \[[`3267b3c063`](https://github.com/nodejs/node/commit/3267b3c063)] - **test\_runner**: display failed test stack trace with dot reporter (Mihir Bhansali) [#52655](https://github.com/nodejs/node/pull/52655)
|
|
183
|
+
* \[[`b96868b4e7`](https://github.com/nodejs/node/commit/b96868b4e7)] - **test\_runner**: preserve hook promise when executed twice (Moshe Atlow) [#52791](https://github.com/nodejs/node/pull/52791)
|
|
184
|
+
* \[[`74341ba3c9`](https://github.com/nodejs/node/commit/74341ba3c9)] - **tools**: fix v8-update workflow (Michaël Zasso) [#52957](https://github.com/nodejs/node/pull/52957)
|
|
185
|
+
* \[[`afe39ed0df`](https://github.com/nodejs/node/commit/afe39ed0df)] - **tools**: add --certify-safe to nci-ci (Matteo Collina) [#52940](https://github.com/nodejs/node/pull/52940)
|
|
186
|
+
* \[[`bb97e1ccdd`](https://github.com/nodejs/node/commit/bb97e1ccdd)] - **tools**: fix doc update action (Marco Ippolito) [#52890](https://github.com/nodejs/node/pull/52890)
|
|
187
|
+
* \[[`c6043fe6c8`](https://github.com/nodejs/node/commit/c6043fe6c8)] - **tools**: fix get\_asan\_state() in tools/test.py (Joyee Cheung) [#52766](https://github.com/nodejs/node/pull/52766)
|
|
188
|
+
* \[[`6e71accc5f`](https://github.com/nodejs/node/commit/6e71accc5f)] - **tools**: support max\_virtual\_memory test configuration (Joyee Cheung) [#52766](https://github.com/nodejs/node/pull/52766)
|
|
189
|
+
* \[[`1600bdac60`](https://github.com/nodejs/node/commit/1600bdac60)] - **tools**: support != in test status files (Joyee Cheung) [#52766](https://github.com/nodejs/node/pull/52766)
|
|
190
|
+
* \[[`8ce23dc9f3`](https://github.com/nodejs/node/commit/8ce23dc9f3)] - **tools**: update gyp-next to 0.18.0 (Node.js GitHub Bot) [#52835](https://github.com/nodejs/node/pull/52835)
|
|
191
|
+
* \[[`c5f832adc0`](https://github.com/nodejs/node/commit/c5f832adc0)] - **tools**: update gyp-next to 0.17.0 (Node.js GitHub Bot) [#52835](https://github.com/nodejs/node/pull/52835)
|
|
192
|
+
* \[[`646a094782`](https://github.com/nodejs/node/commit/646a094782)] - **tools**: prepare custom rules for ESLint v9 (Michaël Zasso) [#52889](https://github.com/nodejs/node/pull/52889)
|
|
193
|
+
* \[[`505566347d`](https://github.com/nodejs/node/commit/505566347d)] - **tools**: update lint-md-dependencies to rollup\@4.17.2 (Node.js GitHub Bot) [#52836](https://github.com/nodejs/node/pull/52836)
|
|
194
|
+
* \[[`466e0c1321`](https://github.com/nodejs/node/commit/466e0c1321)] - **tools**: update `gr2m/create-or-update-pull-request-action` (Antoine du Hamel) [#52843](https://github.com/nodejs/node/pull/52843)
|
|
195
|
+
* \[[`ce7a751ad1`](https://github.com/nodejs/node/commit/ce7a751ad1)] - **tools**: use sccache GitHub action (Michaël Zasso) [#52839](https://github.com/nodejs/node/pull/52839)
|
|
196
|
+
* \[[`1ee38a5ec1`](https://github.com/nodejs/node/commit/1ee38a5ec1)] - **tools**: specify a commit-message for V8 update workflow (Antoine du Hamel) [#52844](https://github.com/nodejs/node/pull/52844)
|
|
197
|
+
* \[[`317998a1e8`](https://github.com/nodejs/node/commit/317998a1e8)] - **tools**: fix V8 update workflow (Antoine du Hamel) [#52822](https://github.com/nodejs/node/pull/52822)
|
|
198
|
+
* \[[`ef6a2101e2`](https://github.com/nodejs/node/commit/ef6a2101e2)] - **url,tools,benchmark**: replace deprecated `substr()` (Jungku Lee) [#51546](https://github.com/nodejs/node/pull/51546)
|
|
199
|
+
* \[[`0deef2d2b1`](https://github.com/nodejs/node/commit/0deef2d2b1)] - **util**: fix `%s` format behavior with `Symbol.toPrimitive` (Chenyu Yang) [#50992](https://github.com/nodejs/node/pull/50992)
|
|
200
|
+
* \[[`a42b93b9aa`](https://github.com/nodejs/node/commit/a42b93b9aa)] - **util**: improve `isInsideNodeModules` (uzlopak) [#52147](https://github.com/nodejs/node/pull/52147)
|
|
201
|
+
* \[[`d71e16154a`](https://github.com/nodejs/node/commit/d71e16154a)] - **watch**: allow listening for grouped changes (Matthieu Sieben) [#52722](https://github.com/nodejs/node/pull/52722)
|
|
202
|
+
* \[[`e895f7cf32`](https://github.com/nodejs/node/commit/e895f7cf32)] - **watch**: enable passthrough ipc in watch mode (Zack) [#50890](https://github.com/nodejs/node/pull/50890)
|
|
203
|
+
* \[[`f5d925706a`](https://github.com/nodejs/node/commit/f5d925706a)] - **watch**: fix arguments parsing (Moshe Atlow) [#52760](https://github.com/nodejs/node/pull/52760)
|
|
204
|
+
* \[[`6b4dac3eb5`](https://github.com/nodejs/node/commit/6b4dac3eb5)] - **(SEMVER-MINOR)** **zlib**: expose zlib.crc32() (Joyee Cheung) [#52692](https://github.com/nodejs/node/pull/52692)
|
|
205
|
+
|
|
206
|
+
<a id="22.1.0"></a>
|
|
207
|
+
|
|
208
|
+
## 2024-05-02, Version 22.1.0 (Current), @targos prepared by @aduh95
|
|
209
|
+
|
|
210
|
+
### module: implement `NODE_COMPILE_CACHE` for automatic on-disk code caching
|
|
211
|
+
|
|
212
|
+
This patch implements automatic on-disk code caching that can be enabled
|
|
213
|
+
via an environment variable `NODE_COMPILE_CACHE=/path/to/cache/dir`.
|
|
214
|
+
|
|
215
|
+
When set, whenever Node.js compiles a CommonJS or a ECMAScript Module,
|
|
216
|
+
it will use on-disk [V8 code cache](https://v8.dev/blog/code-caching-for-devs)
|
|
217
|
+
persisted in the specified directory
|
|
218
|
+
to speed up the compilation. This may slow down the first load of a
|
|
219
|
+
module graph, but subsequent loads of the same module graph may get
|
|
220
|
+
a significant speedup if the contents of the modules do not change.
|
|
221
|
+
Locally, this speeds up loading of `test/fixtures/snapshot/typescript.js`
|
|
222
|
+
from \~130ms to \~80ms.
|
|
223
|
+
|
|
224
|
+
To clean up the generated code cache, simply remove the directory.
|
|
225
|
+
It will be recreated the next time the same directory is used for
|
|
226
|
+
`NODE_COMPILE_CACHE`.
|
|
227
|
+
|
|
228
|
+
Compilation cache generated by one version of Node.js may not be used
|
|
229
|
+
by a different version of Node.js. Cache generated by different versions
|
|
230
|
+
of Node.js will be stored separately if the same directory is used
|
|
231
|
+
to persist the cache, so they can co-exist.
|
|
232
|
+
|
|
233
|
+
Caveat: currently when using this with V8 JavaScript code coverage, the
|
|
234
|
+
coverage being collected by V8 may be less precise in functions that are
|
|
235
|
+
deserialized from the code cache. It's recommended to turn this off when
|
|
236
|
+
running tests to generate precise coverage.
|
|
237
|
+
|
|
238
|
+
Contributed by Joyee Cheung in [#52535](https://github.com/nodejs/node/pull/52535).
|
|
239
|
+
|
|
240
|
+
### Other Notable Changes
|
|
241
|
+
|
|
242
|
+
* \[[`44ee04cf9f`](https://github.com/nodejs/node/commit/44ee04cf9f)] - **buffer**: improve `base64` and `base64url` performance (Yagiz Nizipli) [#52428](https://github.com/nodejs/node/pull/52428)
|
|
243
|
+
* \[[`3c37ce5710`](https://github.com/nodejs/node/commit/3c37ce5710)] - **(SEMVER-MINOR)** **dns**: add order option and support ipv6first (Paolo Insogna) [#52492](https://github.com/nodejs/node/pull/52492)
|
|
244
|
+
* \[[`3026401be1`](https://github.com/nodejs/node/commit/3026401be1)] - **events,doc**: mark CustomEvent as stable (Daeyeon Jeong) [#52618](https://github.com/nodejs/node/pull/52618)
|
|
245
|
+
* \[[`64428dc1c9`](https://github.com/nodejs/node/commit/64428dc1c9)] - **(SEMVER-MINOR)** **lib, url**: add a `windows` option to path parsing (Aviv Keller) [#52509](https://github.com/nodejs/node/pull/52509)
|
|
246
|
+
* \[[`d79ae74f71`](https://github.com/nodejs/node/commit/d79ae74f71)] - **(SEMVER-MINOR)** **net**: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) [#52474](https://github.com/nodejs/node/pull/52474)
|
|
247
|
+
* \[[`43fa6a1a45`](https://github.com/nodejs/node/commit/43fa6a1a45)] - **(SEMVER-MINOR)** **src**: add `string_view` overload to snapshot FromBlob (Anna Henningsen) [#52595](https://github.com/nodejs/node/pull/52595)
|
|
248
|
+
* \[[`c6fe433d42`](https://github.com/nodejs/node/commit/c6fe433d42)] - **src,permission**: throw async errors on async APIs (Rafael Gonzaga) [#52730](https://github.com/nodejs/node/pull/52730)
|
|
249
|
+
* \[[`e247a61d15`](https://github.com/nodejs/node/commit/e247a61d15)] - **(SEMVER-MINOR)** **test\_runner**: add --test-skip-pattern cli option (Aviv Keller) [#52529](https://github.com/nodejs/node/pull/52529)
|
|
250
|
+
* \[[`9b18df9dcb`](https://github.com/nodejs/node/commit/9b18df9dcb)] - **(SEMVER-MINOR)** **url**: implement parse method for safer URL parsing (Ali Hassan) [#52280](https://github.com/nodejs/node/pull/52280)
|
|
251
|
+
|
|
252
|
+
### Commits
|
|
253
|
+
|
|
254
|
+
* \[[`35643c18c0`](https://github.com/nodejs/node/commit/35643c18c0)] - **benchmark**: reduce the buffer size for blob (Debadree Chatterjee) [#52548](https://github.com/nodejs/node/pull/52548)
|
|
255
|
+
* \[[`7cdfe8a3fc`](https://github.com/nodejs/node/commit/7cdfe8a3fc)] - **benchmark**: inherit stdio/stderr instead of pipe (Ali Hassan) [#52456](https://github.com/nodejs/node/pull/52456)
|
|
256
|
+
* \[[`7b82c17f22`](https://github.com/nodejs/node/commit/7b82c17f22)] - **benchmark**: add ipc support to spawn stdio config (Ali Hassan) [#52456](https://github.com/nodejs/node/pull/52456)
|
|
257
|
+
* \[[`dfda6fed61`](https://github.com/nodejs/node/commit/dfda6fed61)] - **buffer**: add missing ARG\_TYPE(ArrayBuffer) for isUtf8 (Jungku Lee) [#52477](https://github.com/nodejs/node/pull/52477)
|
|
258
|
+
* \[[`44ee04cf9f`](https://github.com/nodejs/node/commit/44ee04cf9f)] - **buffer**: improve `base64` and `base64url` performance (Yagiz Nizipli) [#52428](https://github.com/nodejs/node/pull/52428)
|
|
259
|
+
* \[[`c64a1a3b89`](https://github.com/nodejs/node/commit/c64a1a3b89)] - **build**: fix typo in node.gyp (Michaël Zasso) [#52719](https://github.com/nodejs/node/pull/52719)
|
|
260
|
+
* \[[`4f713fbc2e`](https://github.com/nodejs/node/commit/4f713fbc2e)] - **build**: fix headers install for shared mode on Win (Segev Finer) [#52442](https://github.com/nodejs/node/pull/52442)
|
|
261
|
+
* \[[`4baeb7b21d`](https://github.com/nodejs/node/commit/4baeb7b21d)] - **build**: fix arm64 cross-compilation bug on non-arm machines (Mahdi Sharifi) [#52559](https://github.com/nodejs/node/pull/52559)
|
|
262
|
+
* \[[`d5cd468ce8`](https://github.com/nodejs/node/commit/d5cd468ce8)] - **build,tools,node-api**: fix building node-api tests for Windows Debug (Vladimir Morozov) [#52632](https://github.com/nodejs/node/pull/52632)
|
|
263
|
+
* \[[`910533fcfd`](https://github.com/nodejs/node/commit/910533fcfd)] - **crypto**: simplify assertions in Safe\*Print (David Benjamin) [#49709](https://github.com/nodejs/node/pull/49709)
|
|
264
|
+
* \[[`61e1ac0b8c`](https://github.com/nodejs/node/commit/61e1ac0b8c)] - **crypto**: enable NODE\_EXTRA\_CA\_CERTS with BoringSSL (Shelley Vohr) [#52217](https://github.com/nodejs/node/pull/52217)
|
|
265
|
+
* \[[`6e98eee256`](https://github.com/nodejs/node/commit/6e98eee256)] - **deps**: upgrade npm to 10.7.0 (npm team) [#52767](https://github.com/nodejs/node/pull/52767)
|
|
266
|
+
* \[[`27a5f9418c`](https://github.com/nodejs/node/commit/27a5f9418c)] - **deps**: V8: cherry-pick 500de8bd371b (Richard Lau) [#52676](https://github.com/nodejs/node/pull/52676)
|
|
267
|
+
* \[[`3b422ddcea`](https://github.com/nodejs/node/commit/3b422ddcea)] - **deps**: update corepack to 0.28.0 (Node.js GitHub Bot) [#52616](https://github.com/nodejs/node/pull/52616)
|
|
268
|
+
* \[[`d40e4d4c42`](https://github.com/nodejs/node/commit/d40e4d4c42)] - **deps**: update ada to 2.7.8 (Node.js GitHub Bot) [#52517](https://github.com/nodejs/node/pull/52517)
|
|
269
|
+
* \[[`5b52a4870a`](https://github.com/nodejs/node/commit/5b52a4870a)] - **deps**: update icu to 75.1 (Node.js GitHub Bot) [#52573](https://github.com/nodejs/node/pull/52573)
|
|
270
|
+
* \[[`80cbe72c1f`](https://github.com/nodejs/node/commit/80cbe72c1f)] - **deps**: update undici to 6.13.0 (Node.js GitHub Bot) [#52493](https://github.com/nodejs/node/pull/52493)
|
|
271
|
+
* \[[`9a44059055`](https://github.com/nodejs/node/commit/9a44059055)] - **deps**: update zlib to 1.3.0.1-motley-7d77fb7 (Node.js GitHub Bot) [#52516](https://github.com/nodejs/node/pull/52516)
|
|
272
|
+
* \[[`d67a9a5360`](https://github.com/nodejs/node/commit/d67a9a5360)] - **deps**: update minimatch to 9.0.4 (Node.js GitHub Bot) [#52524](https://github.com/nodejs/node/pull/52524)
|
|
273
|
+
* \[[`8738b89971`](https://github.com/nodejs/node/commit/8738b89971)] - **deps**: upgrade npm to 10.5.2 (npm team) [#52458](https://github.com/nodejs/node/pull/52458)
|
|
274
|
+
* \[[`8e4fd2842b`](https://github.com/nodejs/node/commit/8e4fd2842b)] - **deps,src**: simplify base64 encoding (Daniel Lemire) [#52714](https://github.com/nodejs/node/pull/52714)
|
|
275
|
+
* \[[`3c37ce5710`](https://github.com/nodejs/node/commit/3c37ce5710)] - **(SEMVER-MINOR)** **dns**: add order option and support ipv6first (Paolo Insogna) [#52492](https://github.com/nodejs/node/pull/52492)
|
|
276
|
+
* \[[`3987a28a9e`](https://github.com/nodejs/node/commit/3987a28a9e)] - **doc**: update process.versions properties (ishabi) [#52736](https://github.com/nodejs/node/pull/52736)
|
|
277
|
+
* \[[`c0b58e07f1`](https://github.com/nodejs/node/commit/c0b58e07f1)] - **doc**: remove mold use on mac for speeding up build (Cong Zhang) [#52252](https://github.com/nodejs/node/pull/52252)
|
|
278
|
+
* \[[`9a032cf6e2`](https://github.com/nodejs/node/commit/9a032cf6e2)] - **doc**: remove relative limitation to pm (Rafael Gonzaga) [#52648](https://github.com/nodejs/node/pull/52648)
|
|
279
|
+
* \[[`90c6e77238`](https://github.com/nodejs/node/commit/90c6e77238)] - **doc**: fix info string causing duplicated code blocks (Mathieu Leenhardt) [#52660](https://github.com/nodejs/node/pull/52660)
|
|
280
|
+
* \[[`4d577fa048`](https://github.com/nodejs/node/commit/4d577fa048)] - **doc**: add .gitattributes for md files (Hüseyin Açacak) [#52161](https://github.com/nodejs/node/pull/52161)
|
|
281
|
+
* \[[`04c8e110e5`](https://github.com/nodejs/node/commit/04c8e110e5)] - **doc**: run license-builder (github-actions\[bot]) [#52631](https://github.com/nodejs/node/pull/52631)
|
|
282
|
+
* \[[`3552829594`](https://github.com/nodejs/node/commit/3552829594)] - **doc**: add info on contributor spotlight program (Michael Dawson) [#52598](https://github.com/nodejs/node/pull/52598)
|
|
283
|
+
* \[[`eeb80ad836`](https://github.com/nodejs/node/commit/eeb80ad836)] - **doc**: correct unsafe URL example in http docs (Malte Legenhausen) [#52555](https://github.com/nodejs/node/pull/52555)
|
|
284
|
+
* \[[`c83526a688`](https://github.com/nodejs/node/commit/c83526a688)] - **doc**: replace U+00A0 with U+0020 (Luigi Pinca) [#52590](https://github.com/nodejs/node/pull/52590)
|
|
285
|
+
* \[[`31831e9db8`](https://github.com/nodejs/node/commit/31831e9db8)] - **doc**: sort options alphabetically (Luigi Pinca) [#52589](https://github.com/nodejs/node/pull/52589)
|
|
286
|
+
* \[[`a93f5d4aaa`](https://github.com/nodejs/node/commit/a93f5d4aaa)] - **doc**: correct stream.finished changes (KaKa) [#52551](https://github.com/nodejs/node/pull/52551)
|
|
287
|
+
* \[[`27ffa35540`](https://github.com/nodejs/node/commit/27ffa35540)] - **doc**: add RedYetiDev to triage team (Aviv Keller) [#52556](https://github.com/nodejs/node/pull/52556)
|
|
288
|
+
* \[[`63cc2b870e`](https://github.com/nodejs/node/commit/63cc2b870e)] - **doc**: fix issue detected in markdown lint update (Rich Trott) [#52566](https://github.com/nodejs/node/pull/52566)
|
|
289
|
+
* \[[`7e93c4892b`](https://github.com/nodejs/node/commit/7e93c4892b)] - **doc**: update test runner coverage limitations (Moshe Atlow) [#52515](https://github.com/nodejs/node/pull/52515)
|
|
290
|
+
* \[[`3026401be1`](https://github.com/nodejs/node/commit/3026401be1)] - **events,doc**: mark CustomEvent as stable (Daeyeon Jeong) [#52618](https://github.com/nodejs/node/pull/52618)
|
|
291
|
+
* \[[`c6e0fe2f22`](https://github.com/nodejs/node/commit/c6e0fe2f22)] - **fs**: allow setting Stat date properties (Nicolò Ribaudo) [#52708](https://github.com/nodejs/node/pull/52708)
|
|
292
|
+
* \[[`f23fa1de72`](https://github.com/nodejs/node/commit/f23fa1de72)] - **fs**: fix read / readSync positional offset types (Ruy Adorno) [#52603](https://github.com/nodejs/node/pull/52603)
|
|
293
|
+
* \[[`a7e03d301a`](https://github.com/nodejs/node/commit/a7e03d301a)] - **fs**: fixes recursive fs.watch crash on Linux when deleting files (Matteo Collina) [#52349](https://github.com/nodejs/node/pull/52349)
|
|
294
|
+
* \[[`d5ecb6cd00`](https://github.com/nodejs/node/commit/d5ecb6cd00)] - **http2**: fix excessive CPU usage when using `allowHTTP1=true` (Eugene) [#52713](https://github.com/nodejs/node/pull/52713)
|
|
295
|
+
* \[[`d1adc9b140`](https://github.com/nodejs/node/commit/d1adc9b140)] - **lib**: enforce ASCII order in error code imports (Antoine du Hamel) [#52625](https://github.com/nodejs/node/pull/52625)
|
|
296
|
+
* \[[`9ffdcade37`](https://github.com/nodejs/node/commit/9ffdcade37)] - **lib**: use predefined variable instead of bit operation (Deokjin Kim) [#52580](https://github.com/nodejs/node/pull/52580)
|
|
297
|
+
* \[[`fdcde845ee`](https://github.com/nodejs/node/commit/fdcde845ee)] - **lib**: refactor lazy loading of undici for fetch method (Victor Chen) [#52275](https://github.com/nodejs/node/pull/52275)
|
|
298
|
+
* \[[`f6145aa2ca`](https://github.com/nodejs/node/commit/f6145aa2ca)] - **lib**: convert WeakMaps in cjs loader with private symbol properties (Chengzhong Wu) [#52095](https://github.com/nodejs/node/pull/52095)
|
|
299
|
+
* \[[`014bf01efc`](https://github.com/nodejs/node/commit/014bf01efc)] - **lib**: replace string prototype usage with alternatives (Aviv Keller) [#52440](https://github.com/nodejs/node/pull/52440)
|
|
300
|
+
* \[[`dc399ddd03`](https://github.com/nodejs/node/commit/dc399ddd03)] - **lib, doc**: rename readme.md to README.md (Aviv Keller) [#52471](https://github.com/nodejs/node/pull/52471)
|
|
301
|
+
* \[[`64428dc1c9`](https://github.com/nodejs/node/commit/64428dc1c9)] - **(SEMVER-MINOR)** **lib, url**: add a `windows` option to path parsing (Aviv Keller) [#52509](https://github.com/nodejs/node/pull/52509)
|
|
302
|
+
* \[[`9b2b6abb62`](https://github.com/nodejs/node/commit/9b2b6abb62)] - **lib,src**: iterate module requests of a module wrap in JS (Chengzhong Wu) [#52058](https://github.com/nodejs/node/pull/52058)
|
|
303
|
+
* \[[`896a80e366`](https://github.com/nodejs/node/commit/896a80e366)] - **meta**: standardize regex (Aviv Keller) [#52693](https://github.com/nodejs/node/pull/52693)
|
|
304
|
+
* \[[`20c07e922e`](https://github.com/nodejs/node/commit/20c07e922e)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#52633](https://github.com/nodejs/node/pull/52633)
|
|
305
|
+
* \[[`e70d8a4fa9`](https://github.com/nodejs/node/commit/e70d8a4fa9)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#52457](https://github.com/nodejs/node/pull/52457)
|
|
306
|
+
* \[[`20ab8f2a88`](https://github.com/nodejs/node/commit/20ab8f2a88)] - **module**: support ESM detection in the CJS loader (Joyee Cheung) [#52047](https://github.com/nodejs/node/pull/52047)
|
|
307
|
+
* \[[`544c602b75`](https://github.com/nodejs/node/commit/544c602b75)] - **module**: skip NODE\_COMPILE\_CACHE when policy is enabled (Joyee Cheung) [#52577](https://github.com/nodejs/node/pull/52577)
|
|
308
|
+
* \[[`3df3afc284`](https://github.com/nodejs/node/commit/3df3afc284)] - **module**: detect ESM syntax by trying to recompile as SourceTextModule (Joyee Cheung) [#52413](https://github.com/nodejs/node/pull/52413)
|
|
309
|
+
* \[[`4d77fd2c46`](https://github.com/nodejs/node/commit/4d77fd2c46)] - **(SEMVER-MINOR)** **module**: implement NODE\_COMPILE\_CACHE for automatic on-disk code caching (Joyee Cheung) [#52535](https://github.com/nodejs/node/pull/52535)
|
|
310
|
+
* \[[`9794d21b07`](https://github.com/nodejs/node/commit/9794d21b07)] - **module**: fix submodules loaded by require() and import() (Joyee Cheung) [#52487](https://github.com/nodejs/node/pull/52487)
|
|
311
|
+
* \[[`b00766d9e7`](https://github.com/nodejs/node/commit/b00766d9e7)] - **module**: tidy code and comments (Jacob Smith) [#52437](https://github.com/nodejs/node/pull/52437)
|
|
312
|
+
* \[[`d79ae74f71`](https://github.com/nodejs/node/commit/d79ae74f71)] - **(SEMVER-MINOR)** **net**: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) [#52474](https://github.com/nodejs/node/pull/52474)
|
|
313
|
+
* \[[`b17cfea289`](https://github.com/nodejs/node/commit/b17cfea289)] - **node-api**: address coverity report (Michael Dawson) [#52584](https://github.com/nodejs/node/pull/52584)
|
|
314
|
+
* \[[`1fca8baac1`](https://github.com/nodejs/node/commit/1fca8baac1)] - **node-api**: copy external type tags when they are set (Niels Martignène) [#52426](https://github.com/nodejs/node/pull/52426)
|
|
315
|
+
* \[[`d086ab42a1`](https://github.com/nodejs/node/commit/d086ab42a1)] - **quic**: address recent coverity warnings (Michael Dawson) [#52647](https://github.com/nodejs/node/pull/52647)
|
|
316
|
+
* \[[`fb4edf70cf`](https://github.com/nodejs/node/commit/fb4edf70cf)] - **quic**: rework TLSContext, additional cleanups (James M Snell) [#51340](https://github.com/nodejs/node/pull/51340)
|
|
317
|
+
* \[[`0c58d0319b`](https://github.com/nodejs/node/commit/0c58d0319b)] - **src**: remove misplaced windows code under posix guard in node.cc (Ali Hassan) [#52545](https://github.com/nodejs/node/pull/52545)
|
|
318
|
+
* \[[`e20d2f1de3`](https://github.com/nodejs/node/commit/e20d2f1de3)] - **src**: cast to v8::Value before using v8::EmbedderGraph::V8Node (Joyee Cheung) [#52638](https://github.com/nodejs/node/pull/52638)
|
|
319
|
+
* \[[`43fa6a1a45`](https://github.com/nodejs/node/commit/43fa6a1a45)] - **(SEMVER-MINOR)** **src**: add `string_view` overload to snapshot FromBlob (Anna Henningsen) [#52595](https://github.com/nodejs/node/pull/52595)
|
|
320
|
+
* \[[`a56faff4d0`](https://github.com/nodejs/node/commit/a56faff4d0)] - **src**: parse inspector profiles with simdjson (Joyee Cheung) [#51783](https://github.com/nodejs/node/pull/51783)
|
|
321
|
+
* \[[`ac04c6434a`](https://github.com/nodejs/node/commit/ac04c6434a)] - **src**: remove regex usage for env file parsing (IlyasShabi) [#52406](https://github.com/nodejs/node/pull/52406)
|
|
322
|
+
* \[[`f283d27285`](https://github.com/nodejs/node/commit/f283d27285)] - **src**: fix loadEnvFile ENOENT error (mathis-west-1) [#52438](https://github.com/nodejs/node/pull/52438)
|
|
323
|
+
* \[[`c6fe433d42`](https://github.com/nodejs/node/commit/c6fe433d42)] - **src,permission**: throw async errors on async APIs (Rafael Gonzaga) [#52730](https://github.com/nodejs/node/pull/52730)
|
|
324
|
+
* \[[`9f9eca965a`](https://github.com/nodejs/node/commit/9f9eca965a)] - **stream**: update ongoing promise in async iterator return() method (Mattias Buelens) [#52657](https://github.com/nodejs/node/pull/52657)
|
|
325
|
+
* \[[`d568a9a38e`](https://github.com/nodejs/node/commit/d568a9a38e)] - **test**: mark `test-error-serdes` as flaky (Antoine du Hamel) [#52739](https://github.com/nodejs/node/pull/52739)
|
|
326
|
+
* \[[`45f7002b90`](https://github.com/nodejs/node/commit/45f7002b90)] - **test**: mark test as flaky (Michael Dawson) [#52671](https://github.com/nodejs/node/pull/52671)
|
|
327
|
+
* \[[`10596e20e8`](https://github.com/nodejs/node/commit/10596e20e8)] - **test**: fix backtick usage in docs (Aviv Keller) [#52643](https://github.com/nodejs/node/pull/52643)
|
|
328
|
+
* \[[`b2f754c9f1`](https://github.com/nodejs/node/commit/b2f754c9f1)] - **test**: skip test-fs-watch-recursive-delete.js on IBM i (Abdirahim Musse) [#52645](https://github.com/nodejs/node/pull/52645)
|
|
329
|
+
* \[[`ed080d868d`](https://github.com/nodejs/node/commit/ed080d868d)] - **test**: ensure that all worker servers are ready (Luigi Pinca) [#52563](https://github.com/nodejs/node/pull/52563)
|
|
330
|
+
* \[[`c8c61737e4`](https://github.com/nodejs/node/commit/c8c61737e4)] - **test**: fix test-tls-ticket-cluster.js (Hüseyin Açacak) [#52431](https://github.com/nodejs/node/pull/52431)
|
|
331
|
+
* \[[`18aa5d6640`](https://github.com/nodejs/node/commit/18aa5d6640)] - **test**: split wasi poll test for windows (Hüseyin Açacak) [#52538](https://github.com/nodejs/node/pull/52538)
|
|
332
|
+
* \[[`e34e0a9ba1`](https://github.com/nodejs/node/commit/e34e0a9ba1)] - **test**: write tests for assertIsArray http2 util (Sinan Sonmez (Chaush)) [#52511](https://github.com/nodejs/node/pull/52511)
|
|
333
|
+
* \[[`e247a61d15`](https://github.com/nodejs/node/commit/e247a61d15)] - **(SEMVER-MINOR)** **test\_runner**: add --test-skip-pattern cli option (Aviv Keller) [#52529](https://github.com/nodejs/node/pull/52529)
|
|
334
|
+
* \[[`e066ba2ae4`](https://github.com/nodejs/node/commit/e066ba2ae4)] - **test\_runner**: better error handing for test hook (Alex Yang) [#52401](https://github.com/nodejs/node/pull/52401)
|
|
335
|
+
* \[[`328755341d`](https://github.com/nodejs/node/commit/328755341d)] - **test\_runner**: don't exceed call stack when filtering (Colin Ihrig) [#52488](https://github.com/nodejs/node/pull/52488)
|
|
336
|
+
* \[[`b4ccb6c626`](https://github.com/nodejs/node/commit/b4ccb6c626)] - **test\_runner**: move end of work check to finalize() (Colin Ihrig) [#52488](https://github.com/nodejs/node/pull/52488)
|
|
337
|
+
* \[[`2ef9380472`](https://github.com/nodejs/node/commit/2ef9380472)] - **tools**: update lint-md-dependencies to rollup\@4.17.0 (Node.js GitHub Bot) [#52729](https://github.com/nodejs/node/pull/52729)
|
|
338
|
+
* \[[`db421bdefc`](https://github.com/nodejs/node/commit/db421bdefc)] - **tools**: take co-authors into account in `find-inactive-collaborators` (Antoine du Hamel) [#52669](https://github.com/nodejs/node/pull/52669)
|
|
339
|
+
* \[[`01103a85cb`](https://github.com/nodejs/node/commit/01103a85cb)] - **tools**: fix invalid escape sequence in mkssldef (Michaël Zasso) [#52624](https://github.com/nodejs/node/pull/52624)
|
|
340
|
+
* \[[`382d951b01`](https://github.com/nodejs/node/commit/382d951b01)] - **tools**: update lint-md-dependencies to rollup\@4.15.0 (Node.js GitHub Bot) [#52617](https://github.com/nodejs/node/pull/52617)
|
|
341
|
+
* \[[`f9ddd77ff3`](https://github.com/nodejs/node/commit/f9ddd77ff3)] - **tools**: add lint rule to keep primordials in ASCII order (Antoine du Hamel) [#52592](https://github.com/nodejs/node/pull/52592)
|
|
342
|
+
* \[[`552642a498`](https://github.com/nodejs/node/commit/552642a498)] - **tools**: update lint-md-dependencies (Rich Trott) [#52581](https://github.com/nodejs/node/pull/52581)
|
|
343
|
+
* \[[`df61feb655`](https://github.com/nodejs/node/commit/df61feb655)] - **tools**: fix heading spaces for osx-entitlements.plist (Jackson Tian) [#52561](https://github.com/nodejs/node/pull/52561)
|
|
344
|
+
* \[[`6b4bbfbb1f`](https://github.com/nodejs/node/commit/6b4bbfbb1f)] - **tools**: update lint-md-dependencies to rollup\@4.14.2 vfile-reporter\@8.1.1 (Node.js GitHub Bot) [#52518](https://github.com/nodejs/node/pull/52518)
|
|
345
|
+
* \[[`4e5ce3afb7`](https://github.com/nodejs/node/commit/4e5ce3afb7)] - **tools**: use stylistic ESLint plugin for formatting (Michaël Zasso) [#50714](https://github.com/nodejs/node/pull/50714)
|
|
346
|
+
* \[[`15c5686381`](https://github.com/nodejs/node/commit/15c5686381)] - **tools**: update minimatch index path (Marco Ippolito) [#52523](https://github.com/nodejs/node/pull/52523)
|
|
347
|
+
* \[[`8ae1507ae1`](https://github.com/nodejs/node/commit/8ae1507ae1)] - **tools**: add a linter for README lists (Antoine du Hamel) [#52476](https://github.com/nodejs/node/pull/52476)
|
|
348
|
+
* \[[`0b970316bc`](https://github.com/nodejs/node/commit/0b970316bc)] - **typings**: fix invalid JSDoc declarations (Yagiz Nizipli) [#52659](https://github.com/nodejs/node/pull/52659)
|
|
349
|
+
* \[[`9b18df9dcb`](https://github.com/nodejs/node/commit/9b18df9dcb)] - **(SEMVER-MINOR)** **url**: implement parse method for safer URL parsing (Ali Hassan) [#52280](https://github.com/nodejs/node/pull/52280)
|
|
350
|
+
* \[[`d33131af3a`](https://github.com/nodejs/node/commit/d33131af3a)] - **vm**: fix ASCII-betical order (Aviv Keller) [#52686](https://github.com/nodejs/node/pull/52686)
|
|
351
|
+
|
|
40
352
|
<a id="22.0.0"></a>
|
|
41
353
|
|
|
42
354
|
## 2024-04-24, Version 22.0.0 (Current), @RafaelGSS and @marco-ippolito
|
package/LICENSE
CHANGED
|
@@ -136,7 +136,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
136
136
|
|
|
137
137
|
COPYRIGHT AND PERMISSION NOTICE
|
|
138
138
|
|
|
139
|
-
Copyright © 2016-
|
|
139
|
+
Copyright © 2016-2024 Unicode, Inc.
|
|
140
140
|
|
|
141
141
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
142
142
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -172,6 +172,8 @@ The externally maintained libraries used by Node.js are:
|
|
|
172
172
|
dealings in these Data Files or Software without prior written
|
|
173
173
|
authorization of the copyright holder.
|
|
174
174
|
|
|
175
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
176
|
+
|
|
175
177
|
----------------------------------------------------------------------
|
|
176
178
|
|
|
177
179
|
Third-Party Software Licenses
|
|
@@ -2376,35 +2378,3 @@ The externally maintained libraries used by Node.js are:
|
|
|
2376
2378
|
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
2377
2379
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2378
2380
|
"""
|
|
2379
|
-
|
|
2380
|
-
- base64, located at deps/base64/base64/, is licensed as follows:
|
|
2381
|
-
"""
|
|
2382
|
-
Copyright (c) 2005-2007, Nick Galbreath
|
|
2383
|
-
Copyright (c) 2015-2018, Wojciech Muła
|
|
2384
|
-
Copyright (c) 2016-2017, Matthieu Darbois
|
|
2385
|
-
Copyright (c) 2013-2022, Alfred Klomp
|
|
2386
|
-
All rights reserved.
|
|
2387
|
-
|
|
2388
|
-
Redistribution and use in source and binary forms, with or without
|
|
2389
|
-
modification, are permitted provided that the following conditions are
|
|
2390
|
-
met:
|
|
2391
|
-
|
|
2392
|
-
- Redistributions of source code must retain the above copyright notice,
|
|
2393
|
-
this list of conditions and the following disclaimer.
|
|
2394
|
-
|
|
2395
|
-
- Redistributions in binary form must reproduce the above copyright
|
|
2396
|
-
notice, this list of conditions and the following disclaimer in the
|
|
2397
|
-
documentation and/or other materials provided with the distribution.
|
|
2398
|
-
|
|
2399
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
|
2400
|
-
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
2401
|
-
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
2402
|
-
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2403
|
-
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2404
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
|
2405
|
-
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
2406
|
-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
2407
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
2408
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
2409
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2410
|
-
"""
|
package/README.md
CHANGED
|
@@ -164,8 +164,6 @@ For information about the governance of the Node.js project, see
|
|
|
164
164
|
|
|
165
165
|
* [aduh95](https://github.com/aduh95) -
|
|
166
166
|
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
167
|
-
* [anonrig](https://github.com/anonrig) -
|
|
168
|
-
**Yagiz Nizipli** <<yagiz.nizipli@sentry.io>> (he/him)
|
|
169
167
|
* [apapirovski](https://github.com/apapirovski) -
|
|
170
168
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
171
169
|
* [benjamingr](https://github.com/benjamingr) -
|
|
@@ -205,12 +203,12 @@ For information about the governance of the Node.js project, see
|
|
|
205
203
|
|
|
206
204
|
#### TSC regular members
|
|
207
205
|
|
|
206
|
+
* [anonrig](https://github.com/anonrig) -
|
|
207
|
+
**Yagiz Nizipli** <<yagiz.nizipli@sentry.io>> (he/him)
|
|
208
208
|
* [BethGriggs](https://github.com/BethGriggs) -
|
|
209
209
|
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
210
210
|
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
211
211
|
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
212
|
-
* [ChALkeR](https://github.com/ChALkeR) -
|
|
213
|
-
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
214
212
|
* [cjihrig](https://github.com/cjihrig) -
|
|
215
213
|
**Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
|
|
216
214
|
* [codebytere](https://github.com/codebytere) -
|
|
@@ -219,8 +217,6 @@ For information about the governance of the Node.js project, see
|
|
|
219
217
|
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
220
218
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
221
219
|
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
222
|
-
* [TimothyGu](https://github.com/TimothyGu) -
|
|
223
|
-
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
224
220
|
* [Trott](https://github.com/Trott) -
|
|
225
221
|
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
226
222
|
|
|
@@ -232,6 +228,8 @@ For information about the governance of the Node.js project, see
|
|
|
232
228
|
|
|
233
229
|
* [addaleax](https://github.com/addaleax) -
|
|
234
230
|
**Anna Henningsen** <<anna@addaleax.net>> (she/her)
|
|
231
|
+
* [ChALkeR](https://github.com/ChALkeR) -
|
|
232
|
+
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
235
233
|
* [chrisdickinson](https://github.com/chrisdickinson) -
|
|
236
234
|
**Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
|
|
237
235
|
* [danbev](https://github.com/danbev) -
|
|
@@ -274,6 +272,8 @@ For information about the governance of the Node.js project, see
|
|
|
274
272
|
**Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
|
|
275
273
|
* [thefourtheye](https://github.com/thefourtheye) -
|
|
276
274
|
**Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
|
|
275
|
+
* [TimothyGu](https://github.com/TimothyGu) -
|
|
276
|
+
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
277
277
|
* [trevnorris](https://github.com/trevnorris) -
|
|
278
278
|
**Trevor Norris** <<trev.norris@gmail.com>>
|
|
279
279
|
|
|
@@ -291,12 +291,8 @@ For information about the governance of the Node.js project, see
|
|
|
291
291
|
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
292
292
|
* [anonrig](https://github.com/anonrig) -
|
|
293
293
|
**Yagiz Nizipli** <<yagiz.nizipli@sentry.io>> (he/him)
|
|
294
|
-
* [antsmartian](https://github.com/antsmartian) -
|
|
295
|
-
**Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
|
|
296
294
|
* [apapirovski](https://github.com/apapirovski) -
|
|
297
295
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
298
|
-
* [AshCripps](https://github.com/AshCripps) -
|
|
299
|
-
**Ash Cripps** <<email@ashleycripps.co.uk>>
|
|
300
296
|
* [atlowChemi](https://github.com/atlowChemi) -
|
|
301
297
|
**Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
|
|
302
298
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
@@ -307,8 +303,6 @@ For information about the governance of the Node.js project, see
|
|
|
307
303
|
**Benjamin Gruenbaum** <<benjamingr@gmail.com>>
|
|
308
304
|
* [BethGriggs](https://github.com/BethGriggs) -
|
|
309
305
|
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
310
|
-
* [bmeck](https://github.com/bmeck) -
|
|
311
|
-
**Bradley Farias** <<bradley.meck@gmail.com>>
|
|
312
306
|
* [bnb](https://github.com/bnb) -
|
|
313
307
|
**Tierney Cyren** <<hello@bnb.im>> (they/them)
|
|
314
308
|
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
@@ -317,8 +311,6 @@ For information about the governance of the Node.js project, see
|
|
|
317
311
|
**Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
|
|
318
312
|
* [cclauss](https://github.com/cclauss) -
|
|
319
313
|
**Christian Clauss** <<cclauss@me.com>> (he/him)
|
|
320
|
-
* [ChALkeR](https://github.com/ChALkeR) -
|
|
321
|
-
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
322
314
|
* [cjihrig](https://github.com/cjihrig) -
|
|
323
315
|
**Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
|
|
324
316
|
* [codebytere](https://github.com/codebytere) -
|
|
@@ -327,26 +319,22 @@ For information about the governance of the Node.js project, see
|
|
|
327
319
|
**Kohei Ueno** <<kohei.ueno119@gmail.com>> (he/him)
|
|
328
320
|
* [daeyeon](https://github.com/daeyeon) -
|
|
329
321
|
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
330
|
-
* [danbev](https://github.com/danbev) -
|
|
331
|
-
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
332
322
|
* [danielleadams](https://github.com/danielleadams) -
|
|
333
323
|
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
334
324
|
* [debadree25](https://github.com/debadree25) -
|
|
335
325
|
**Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
|
|
336
326
|
* [deokjinkim](https://github.com/deokjinkim) -
|
|
337
327
|
**Deokjin Kim** <<deokjin81.kim@gmail.com>> (he/him)
|
|
338
|
-
* [devsnek](https://github.com/devsnek) -
|
|
339
|
-
**Gus Caplan** <<me@gus.host>> (they/them)
|
|
340
328
|
* [edsadr](https://github.com/edsadr) -
|
|
341
329
|
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
342
330
|
* [erickwendel](https://github.com/erickwendel) -
|
|
343
331
|
**Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
|
|
344
332
|
* [Ethan-Arrowood](https://github.com/Ethan-Arrowood) -
|
|
345
333
|
**Ethan Arrowood** <<ethan@arrowood.dev>> (he/him)
|
|
346
|
-
* [fhinkel](https://github.com/fhinkel) -
|
|
347
|
-
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
348
334
|
* [F3n67u](https://github.com/F3n67u) -
|
|
349
335
|
**Feng Yu** <<F3n67u@outlook.com>> (he/him)
|
|
336
|
+
* [fhinkel](https://github.com/fhinkel) -
|
|
337
|
+
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
350
338
|
* [Flarna](https://github.com/Flarna) -
|
|
351
339
|
**Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
|
|
352
340
|
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
@@ -417,34 +405,28 @@ For information about the governance of the Node.js project, see
|
|
|
417
405
|
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
418
406
|
* [MrJithil](https://github.com/MrJithil) -
|
|
419
407
|
**Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
|
|
420
|
-
* [mscdex](https://github.com/mscdex) -
|
|
421
|
-
**Brian White** <<mscdex@mscdex.net>>
|
|
422
408
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
423
409
|
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
424
410
|
* [ovflowd](https://github.com/ovflowd) -
|
|
425
411
|
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
426
412
|
* [panva](https://github.com/panva) -
|
|
427
413
|
**Filip Skokan** <<panva.ip@gmail.com>> (he/him)
|
|
414
|
+
* [pimterry](https://github.com/pimterry) -
|
|
415
|
+
**Tim Perry** <<pimterry@gmail.com>> (he/him)
|
|
428
416
|
* [Qard](https://github.com/Qard) -
|
|
429
417
|
**Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
|
|
430
418
|
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
431
419
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
432
|
-
* [rluvaton](https://github.com/rluvaton) -
|
|
433
|
-
**Raz Luvaton** <<rluvaton@gmail.com>> (he/him)
|
|
434
420
|
* [richardlau](https://github.com/richardlau) -
|
|
435
421
|
**Richard Lau** <<rlau@redhat.com>>
|
|
436
|
-
* [
|
|
437
|
-
**
|
|
422
|
+
* [rluvaton](https://github.com/rluvaton) -
|
|
423
|
+
**Raz Luvaton** <<rluvaton@gmail.com>> (he/him)
|
|
438
424
|
* [ronag](https://github.com/ronag) -
|
|
439
425
|
**Robert Nagy** <<ronagy@icloud.com>>
|
|
440
426
|
* [ruyadorno](https://github.com/ruyadorno) -
|
|
441
427
|
**Ruy Adorno** <<ruy@vlt.sh>> (he/him)
|
|
442
|
-
* [ryzokuken](https://github.com/ryzokuken) -
|
|
443
|
-
**Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
|
|
444
428
|
* [santigimeno](https://github.com/santigimeno) -
|
|
445
429
|
**Santiago Gimeno** <<santiago.gimeno@gmail.com>>
|
|
446
|
-
* [shisama](https://github.com/shisama) -
|
|
447
|
-
**Masashi Hirano** <<shisama07@gmail.com>> (he/him)
|
|
448
430
|
* [ShogunPanda](https://github.com/ShogunPanda) -
|
|
449
431
|
**Paolo Insogna** <<paolo@cowtech.it>> (he/him)
|
|
450
432
|
* [srl295](https://github.com/srl295) -
|
|
@@ -455,8 +437,6 @@ For information about the governance of the Node.js project, see
|
|
|
455
437
|
**Michaël Zasso** <<targos@protonmail.com>> (he/him)
|
|
456
438
|
* [theanarkh](https://github.com/theanarkh) -
|
|
457
439
|
**theanarkh** <<theratliter@gmail.com>> (he/him)
|
|
458
|
-
* [TimothyGu](https://github.com/TimothyGu) -
|
|
459
|
-
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
460
440
|
* [tniessen](https://github.com/tniessen) -
|
|
461
441
|
**Tobias Nießen** <<tniessen@tnie.de>> (he/him)
|
|
462
442
|
* [trivikr](https://github.com/trivikr) -
|
|
@@ -465,8 +445,6 @@ For information about the governance of the Node.js project, see
|
|
|
465
445
|
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
466
446
|
* [UlisesGascon](https://github.com/ulisesgascon) -
|
|
467
447
|
**Ulises Gascón** <<ulisesgascongonzalez@gmail.com>> (he/him)
|
|
468
|
-
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
469
|
-
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
470
448
|
* [vmoroz](https://github.com/vmoroz) -
|
|
471
449
|
**Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
|
|
472
450
|
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
@@ -477,10 +455,10 @@ For information about the governance of the Node.js project, see
|
|
|
477
455
|
**Khaidi Chu** <<i@2333.moe>> (he/him)
|
|
478
456
|
* [yashLadha](https://github.com/yashLadha) -
|
|
479
457
|
**Yash Ladha** <<yash@yashladha.in>> (he/him)
|
|
480
|
-
* [ZYSzys](https://github.com/ZYSzys) -
|
|
481
|
-
**Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
|
|
482
458
|
* [zcbenz](https://github.com/zcbenz) -
|
|
483
459
|
**Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
|
|
460
|
+
* [ZYSzys](https://github.com/ZYSzys) -
|
|
461
|
+
**Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
|
|
484
462
|
|
|
485
463
|
<details>
|
|
486
464
|
|
|
@@ -495,14 +473,20 @@ For information about the governance of the Node.js project, see
|
|
|
495
473
|
**Aleksei Koziatinskii** <<ak239spb@gmail.com>>
|
|
496
474
|
* [andrasq](https://github.com/andrasq) -
|
|
497
475
|
**Andras** <<andras@kinvey.com>>
|
|
498
|
-
* [AnnaMag](https://github.com/AnnaMag) -
|
|
499
|
-
**Anna M. Kedzierska** <<anna.m.kedzierska@gmail.com>>
|
|
500
476
|
* [AndreasMadsen](https://github.com/AndreasMadsen) -
|
|
501
477
|
**Andreas Madsen** <<amwebdk@gmail.com>> (he/him)
|
|
478
|
+
* [AnnaMag](https://github.com/AnnaMag) -
|
|
479
|
+
**Anna M. Kedzierska** <<anna.m.kedzierska@gmail.com>>
|
|
480
|
+
* [antsmartian](https://github.com/antsmartian) -
|
|
481
|
+
**Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
|
|
502
482
|
* [aqrln](https://github.com/aqrln) -
|
|
503
483
|
**Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
|
|
484
|
+
* [AshCripps](https://github.com/AshCripps) -
|
|
485
|
+
**Ash Cripps** <<email@ashleycripps.co.uk>>
|
|
504
486
|
* [bcoe](https://github.com/bcoe) -
|
|
505
487
|
**Ben Coe** <<bencoe@gmail.com>> (he/him)
|
|
488
|
+
* [bmeck](https://github.com/bmeck) -
|
|
489
|
+
**Bradley Farias** <<bradley.meck@gmail.com>>
|
|
506
490
|
* [bmeurer](https://github.com/bmeurer) -
|
|
507
491
|
**Benedikt Meurer** <<benedikt.meurer@gmail.com>>
|
|
508
492
|
* [boneskull](https://github.com/boneskull) -
|
|
@@ -513,16 +497,22 @@ For information about the governance of the Node.js project, see
|
|
|
513
497
|
**Bartosz Sosnowski** <<bartosz@janeasystems.com>>
|
|
514
498
|
* [calvinmetcalf](https://github.com/calvinmetcalf) -
|
|
515
499
|
**Calvin Metcalf** <<calvin.metcalf@gmail.com>>
|
|
500
|
+
* [ChALkeR](https://github.com/ChALkeR) -
|
|
501
|
+
**Сковорода Никита Андреевич** <<chalkerx@gmail.com>> (he/him)
|
|
516
502
|
* [chrisdickinson](https://github.com/chrisdickinson) -
|
|
517
503
|
**Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
|
|
518
504
|
* [claudiorodriguez](https://github.com/claudiorodriguez) -
|
|
519
505
|
**Claudio Rodriguez** <<cjrodr@yahoo.com>>
|
|
506
|
+
* [danbev](https://github.com/danbev) -
|
|
507
|
+
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
520
508
|
* [DavidCai1993](https://github.com/DavidCai1993) -
|
|
521
509
|
**David Cai** <<davidcai1993@yahoo.com>> (he/him)
|
|
522
510
|
* [davisjam](https://github.com/davisjam) -
|
|
523
511
|
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
524
512
|
* [devnexen](https://github.com/devnexen) -
|
|
525
513
|
**David Carlier** <<devnexen@gmail.com>>
|
|
514
|
+
* [devsnek](https://github.com/devsnek) -
|
|
515
|
+
**Gus Caplan** <<me@gus.host>> (they/them)
|
|
526
516
|
* [digitalinfinity](https://github.com/digitalinfinity) -
|
|
527
517
|
**Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
|
|
528
518
|
* [dmabupt](https://github.com/dmabupt) -
|
|
@@ -617,6 +607,8 @@ For information about the governance of the Node.js project, see
|
|
|
617
607
|
**Christopher Monsanto** <<chris@monsan.to>>
|
|
618
608
|
* [MoonBall](https://github.com/MoonBall) -
|
|
619
609
|
**Chen Gang** <<gangc.cxy@foxmail.com>>
|
|
610
|
+
* [mscdex](https://github.com/mscdex) -
|
|
611
|
+
**Brian White** <<mscdex@mscdex.net>>
|
|
620
612
|
* [not-an-aardvark](https://github.com/not-an-aardvark) -
|
|
621
613
|
**Teddy Katz** <<teddy.katz@gmail.com>> (he/him)
|
|
622
614
|
* [ofrobots](https://github.com/ofrobots) -
|
|
@@ -651,6 +643,8 @@ For information about the governance of the Node.js project, see
|
|
|
651
643
|
**Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
|
|
652
644
|
* [rexagod](https://github.com/rexagod) -
|
|
653
645
|
**Pranshu Srivastava** <<rexagod@gmail.com>> (he/him)
|
|
646
|
+
* [rickyes](https://github.com/rickyes) -
|
|
647
|
+
**Ricky Zhou** <<0x19951125@gmail.com>> (he/him)
|
|
654
648
|
* [rlidwka](https://github.com/rlidwka) -
|
|
655
649
|
**Alex Kocharin** <<alex@kocharin.ru>>
|
|
656
650
|
* [rmg](https://github.com/rmg) -
|
|
@@ -667,6 +661,8 @@ For information about the governance of the Node.js project, see
|
|
|
667
661
|
**Sam Ruby** <<rubys@intertwingly.net>>
|
|
668
662
|
* [rvagg](https://github.com/rvagg) -
|
|
669
663
|
**Rod Vagg** <<rod@vagg.org>>
|
|
664
|
+
* [ryzokuken](https://github.com/ryzokuken) -
|
|
665
|
+
**Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
|
|
670
666
|
* [saghul](https://github.com/saghul) -
|
|
671
667
|
**Saúl Ibarra Corretgé** <<s@saghul.net>>
|
|
672
668
|
* [sam-github](https://github.com/sam-github) -
|
|
@@ -677,6 +673,8 @@ For information about the governance of the Node.js project, see
|
|
|
677
673
|
**Nikolai Vavilov** <<vvnicholas@gmail.com>>
|
|
678
674
|
* [shigeki](https://github.com/shigeki) -
|
|
679
675
|
**Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
|
|
676
|
+
* [shisama](https://github.com/shisama) -
|
|
677
|
+
**Masashi Hirano** <<shisama07@gmail.com>> (he/him)
|
|
680
678
|
* [silverwind](https://github.com/silverwind) -
|
|
681
679
|
**Roman Reiss** <<me@silverwind.io>>
|
|
682
680
|
* [starkwang](https://github.com/starkwang) -
|
|
@@ -689,10 +687,14 @@ For information about the governance of the Node.js project, see
|
|
|
689
687
|
**Sakthipriyan Vairamani** <<thechargingvolcano@gmail.com>> (he/him)
|
|
690
688
|
* [thlorenz](https://github.com/thlorenz) -
|
|
691
689
|
**Thorsten Lorenz** <<thlorenz@gmx.de>>
|
|
690
|
+
* [TimothyGu](https://github.com/TimothyGu) -
|
|
691
|
+
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
692
692
|
* [trevnorris](https://github.com/trevnorris) -
|
|
693
693
|
**Trevor Norris** <<trev.norris@gmail.com>>
|
|
694
694
|
* [tunniclm](https://github.com/tunniclm) -
|
|
695
695
|
**Mike Tunnicliffe** <<m.j.tunnicliffe@gmail.com>>
|
|
696
|
+
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
697
|
+
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
696
698
|
* [vkurchatkin](https://github.com/vkurchatkin) -
|
|
697
699
|
**Vladimir Kurchatkin** <<vladimir.kurchatkin@gmail.com>>
|
|
698
700
|
* [vsemozhetbyt](https://github.com/vsemozhetbyt) -
|
|
@@ -741,10 +743,12 @@ maintaining the Node.js project.
|
|
|
741
743
|
**Mert Can Altin** <<mertgold60@gmail.com>>
|
|
742
744
|
* [Mesteery](https://github.com/Mesteery) -
|
|
743
745
|
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
744
|
-
* [preveen-stack](https://github.com/preveen-stack) -
|
|
745
|
-
**Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
|
|
746
746
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
747
747
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
748
|
+
* [preveen-stack](https://github.com/preveen-stack) -
|
|
749
|
+
**Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
|
|
750
|
+
* [RedYetiDev](https://github.com/redyetidev) -
|
|
751
|
+
**Aviv Keller** <<redyetidev@gmail.com>> (they/them)
|
|
748
752
|
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
749
753
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
750
754
|
|
|
@@ -769,7 +773,7 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
|
769
773
|
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
|
|
770
774
|
* **Myles Borins** <<myles.borins@gmail.com>>
|
|
771
775
|
`C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
|
|
772
|
-
* **
|
|
776
|
+
* **Rafael Gonzaga** <<rafael.nunu@hotmail.com>>
|
|
773
777
|
`890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
|
|
774
778
|
* **Richard Lau** <<rlau@redhat.com>>
|
|
775
779
|
`C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
|
|
@@ -782,17 +786,17 @@ To import the full set of trusted release keys (including subkeys possibly used
|
|
|
782
786
|
to sign releases):
|
|
783
787
|
|
|
784
788
|
```bash
|
|
785
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
|
|
786
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
|
|
787
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
|
|
788
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7
|
|
789
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F
|
|
790
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
|
|
791
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
|
|
792
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
|
|
793
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
|
|
794
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
|
|
795
|
-
gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0
|
|
789
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C # Beth Griggs
|
|
790
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57 # Bryan English
|
|
791
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201 # Danielle Adams
|
|
792
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan José Arboleda
|
|
793
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolito
|
|
794
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michaël Zasso
|
|
795
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 # Myles Borins
|
|
796
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 # Rafael Gonzaga
|
|
797
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau
|
|
798
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A # Ruy Adorno
|
|
799
|
+
gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0 # Ulises Gascón
|
|
796
800
|
```
|
|
797
801
|
|
|
798
802
|
See [Verifying binaries](#verifying-binaries) for how to use these keys to
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
'configuring_node%': 0,
|
|
4
4
|
'asan%': 0,
|
|
5
5
|
'ubsan%': 0,
|
|
6
|
-
'werror': '', # Turn off -Werror in V8 build.
|
|
7
6
|
'visibility%': 'hidden', # V8's visibility setting
|
|
8
7
|
'target_arch%': 'ia32', # set v8's target architecture
|
|
9
8
|
'host_arch%': 'ia32', # set v8's host architecture
|
|
@@ -37,7 +36,7 @@
|
|
|
37
36
|
|
|
38
37
|
# Reset this number to 0 on major V8 upgrades.
|
|
39
38
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
40
|
-
'v8_embedder_string': '-node.
|
|
39
|
+
'v8_embedder_string': '-node.12',
|
|
41
40
|
|
|
42
41
|
##### V8 defaults for Node.js #####
|
|
43
42
|
|
|
@@ -107,7 +106,6 @@
|
|
|
107
106
|
'v8_base': '<(PRODUCT_DIR)/obj.target/tools/v8_gypfiles/libv8_snapshot.a',
|
|
108
107
|
}],
|
|
109
108
|
['OS=="mac"', {
|
|
110
|
-
'clang%': 1,
|
|
111
109
|
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
|
|
112
110
|
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
|
|
113
111
|
}],
|
|
@@ -154,6 +152,9 @@
|
|
|
154
152
|
'cflags': [ '-fPIC' ],
|
|
155
153
|
'ldflags': [ '-fPIC' ]
|
|
156
154
|
}],
|
|
155
|
+
['clang==1', {
|
|
156
|
+
'msbuild_toolset': 'ClangCL',
|
|
157
|
+
}],
|
|
157
158
|
],
|
|
158
159
|
'msvs_settings': {
|
|
159
160
|
'VCCLCompilerTool': {
|
|
@@ -182,10 +183,10 @@
|
|
|
182
183
|
}, {
|
|
183
184
|
'MSVC_runtimeType': 2 # MultiThreadedDLL (/MD)
|
|
184
185
|
}],
|
|
185
|
-
['
|
|
186
|
-
'lto': ' -flto=4 -fuse-linker-plugin -ffat-lto-objects ', # GCC
|
|
187
|
-
}, {
|
|
186
|
+
['clang==1', {
|
|
188
187
|
'lto': ' -flto ', # Clang
|
|
188
|
+
}, {
|
|
189
|
+
'lto': ' -flto=4 -fuse-linker-plugin -ffat-lto-objects ', # GCC
|
|
189
190
|
}],
|
|
190
191
|
],
|
|
191
192
|
},
|
|
@@ -242,6 +243,9 @@
|
|
|
242
243
|
'cflags': [ '-fPIC', '-I<(android_ndk_path)/sources/android/cpufeatures' ],
|
|
243
244
|
'ldflags': [ '-fPIC' ]
|
|
244
245
|
}],
|
|
246
|
+
['clang==1', {
|
|
247
|
+
'msbuild_toolset': 'ClangCL',
|
|
248
|
+
}],
|
|
245
249
|
],
|
|
246
250
|
'msvs_settings': {
|
|
247
251
|
'VCCLCompilerTool': {
|
|
@@ -284,12 +288,26 @@
|
|
|
284
288
|
],
|
|
285
289
|
'msvs_settings': {
|
|
286
290
|
'VCCLCompilerTool': {
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
'
|
|
291
|
-
|
|
292
|
-
|
|
291
|
+
# TODO(targos): Remove condition and always use LanguageStandard options
|
|
292
|
+
# once node-gyp supports them.
|
|
293
|
+
'conditions': [
|
|
294
|
+
['clang==1', {
|
|
295
|
+
'LanguageStandard': 'stdcpp20',
|
|
296
|
+
'LanguageStandard_C': 'stdc11',
|
|
297
|
+
'AdditionalOptions': [
|
|
298
|
+
'/Zc:__cplusplus',
|
|
299
|
+
# The following option reduces the "error C1060: compiler is out of heap space"
|
|
300
|
+
'/Zm2000',
|
|
301
|
+
],
|
|
302
|
+
}, {
|
|
303
|
+
'AdditionalOptions': [
|
|
304
|
+
'/Zc:__cplusplus',
|
|
305
|
+
# The following option enables c++20 on Windows. This is needed for V8 v12.4+
|
|
306
|
+
'-std:c++20',
|
|
307
|
+
# The following option reduces the "error C1060: compiler is out of heap space"
|
|
308
|
+
'/Zm2000',
|
|
309
|
+
],
|
|
310
|
+
}],
|
|
293
311
|
],
|
|
294
312
|
'BufferSecurityCheck': 'true',
|
|
295
313
|
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
|
|
@@ -458,6 +476,10 @@
|
|
|
458
476
|
'_HAS_EXCEPTIONS=0',
|
|
459
477
|
'BUILDING_V8_SHARED=1',
|
|
460
478
|
'BUILDING_UV_SHARED=1',
|
|
479
|
+
# Stop <windows.h> from defining macros that conflict with
|
|
480
|
+
# std::min() and std::max(). We don't use <windows.h> (much)
|
|
481
|
+
# but we still inherit it from uv.h.
|
|
482
|
+
'NOMINMAX',
|
|
461
483
|
],
|
|
462
484
|
}],
|
|
463
485
|
[ 'OS in "linux freebsd openbsd solaris aix os400"', {
|
package/include/node/config.gypi
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Do not edit. Generated by the configure script.
|
|
2
2
|
{ 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
|
|
3
3
|
'variables': { 'asan': 0,
|
|
4
|
+
'clang': 0,
|
|
4
5
|
'coverage': 'false',
|
|
5
6
|
'dcheck_always_on': 0,
|
|
6
7
|
'debug_nghttp2': 'false',
|
|
@@ -12,12 +13,12 @@
|
|
|
12
13
|
'force_dynamic_crt': 0,
|
|
13
14
|
'gas_version': '2.38',
|
|
14
15
|
'host_arch': 's390x',
|
|
15
|
-
'icu_data_in': '../../deps/icu-tmp/
|
|
16
|
+
'icu_data_in': '../../deps/icu-tmp/icudt75l.dat',
|
|
16
17
|
'icu_endianness': 'b',
|
|
17
18
|
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
|
|
18
19
|
'icu_path': 'deps/icu-small',
|
|
19
20
|
'icu_small': 'false',
|
|
20
|
-
'icu_ver_major': '
|
|
21
|
+
'icu_ver_major': '75',
|
|
21
22
|
'is_debug': 0,
|
|
22
23
|
'libdir': 'lib',
|
|
23
24
|
'llvm_version': '0.0',
|
|
@@ -165,7 +166,6 @@
|
|
|
165
166
|
'lib/internal/main/print_help.js',
|
|
166
167
|
'lib/internal/main/prof_process.js',
|
|
167
168
|
'lib/internal/main/repl.js',
|
|
168
|
-
'lib/internal/main/run.js',
|
|
169
169
|
'lib/internal/main/run_main_module.js',
|
|
170
170
|
'lib/internal/main/test_runner.js',
|
|
171
171
|
'lib/internal/main/watch_mode.js',
|
|
@@ -207,13 +207,10 @@
|
|
|
207
207
|
'lib/internal/perf/timerify.js',
|
|
208
208
|
'lib/internal/perf/usertiming.js',
|
|
209
209
|
'lib/internal/perf/utils.js',
|
|
210
|
-
'lib/internal/policy/manifest.js',
|
|
211
|
-
'lib/internal/policy/sri.js',
|
|
212
210
|
'lib/internal/priority_queue.js',
|
|
213
211
|
'lib/internal/process/execution.js',
|
|
214
212
|
'lib/internal/process/per_thread.js',
|
|
215
213
|
'lib/internal/process/permission.js',
|
|
216
|
-
'lib/internal/process/policy.js',
|
|
217
214
|
'lib/internal/process/pre_execution.js',
|
|
218
215
|
'lib/internal/process/promises.js',
|
|
219
216
|
'lib/internal/process/report.js',
|
|
@@ -232,7 +229,6 @@
|
|
|
232
229
|
'lib/internal/repl/await.js',
|
|
233
230
|
'lib/internal/repl/history.js',
|
|
234
231
|
'lib/internal/repl/utils.js',
|
|
235
|
-
'lib/internal/shell.js',
|
|
236
232
|
'lib/internal/socket_list.js',
|
|
237
233
|
'lib/internal/socketaddress.js',
|
|
238
234
|
'lib/internal/source_map/prepare_stack_trace.js',
|
|
@@ -267,6 +263,7 @@
|
|
|
267
263
|
'lib/internal/test_runner/reporter/lcov.js',
|
|
268
264
|
'lib/internal/test_runner/reporter/spec.js',
|
|
269
265
|
'lib/internal/test_runner/reporter/tap.js',
|
|
266
|
+
'lib/internal/test_runner/reporter/utils.js',
|
|
270
267
|
'lib/internal/test_runner/reporter/v8-serializer.js',
|
|
271
268
|
'lib/internal/test_runner/runner.js',
|
|
272
269
|
'lib/internal/test_runner/test.js',
|
|
@@ -352,6 +349,7 @@
|
|
|
352
349
|
'node_release_urlbase': 'https://nodejs.org/download/release/',
|
|
353
350
|
'node_section_ordering_info': '',
|
|
354
351
|
'node_shared': 'false',
|
|
352
|
+
'node_shared_ada': 'false',
|
|
355
353
|
'node_shared_brotli': 'false',
|
|
356
354
|
'node_shared_cares': 'false',
|
|
357
355
|
'node_shared_http_parser': 'false',
|
|
@@ -360,6 +358,9 @@
|
|
|
360
358
|
'node_shared_nghttp3': 'false',
|
|
361
359
|
'node_shared_ngtcp2': 'false',
|
|
362
360
|
'node_shared_openssl': 'false',
|
|
361
|
+
'node_shared_simdjson': 'false',
|
|
362
|
+
'node_shared_simdutf': 'false',
|
|
363
|
+
'node_shared_uvwasi': 'false',
|
|
363
364
|
'node_shared_zlib': 'false',
|
|
364
365
|
'node_tag': '',
|
|
365
366
|
'node_target_type': 'executable',
|
package/include/node/node.h
CHANGED
|
@@ -349,7 +349,7 @@ NODE_DEPRECATED("Use InitializeOncePerProcess() instead",
|
|
|
349
349
|
// including the arguments split into argv/exec_argv, a list of potential
|
|
350
350
|
// errors encountered during initialization, and a potential suggested
|
|
351
351
|
// exit code.
|
|
352
|
-
NODE_EXTERN std::
|
|
352
|
+
NODE_EXTERN std::shared_ptr<InitializationResult> InitializeOncePerProcess(
|
|
353
353
|
const std::vector<std::string>& args,
|
|
354
354
|
ProcessInitializationFlags::Flags flags =
|
|
355
355
|
ProcessInitializationFlags::kNoFlags);
|
|
@@ -358,7 +358,7 @@ NODE_EXTERN std::unique_ptr<InitializationResult> InitializeOncePerProcess(
|
|
|
358
358
|
NODE_EXTERN void TearDownOncePerProcess();
|
|
359
359
|
// Convenience overload for specifying multiple flags without having
|
|
360
360
|
// to worry about casts.
|
|
361
|
-
inline std::
|
|
361
|
+
inline std::shared_ptr<InitializationResult> InitializeOncePerProcess(
|
|
362
362
|
const std::vector<std::string>& args,
|
|
363
363
|
std::initializer_list<ProcessInitializationFlags::Flags> list) {
|
|
364
364
|
uint64_t flags_accum = ProcessInitializationFlags::kNoFlags;
|
|
@@ -537,6 +537,7 @@ class EmbedderSnapshotData {
|
|
|
537
537
|
// If the snapshot is invalid, this returns an empty pointer.
|
|
538
538
|
static Pointer FromFile(FILE* in);
|
|
539
539
|
static Pointer FromBlob(const std::vector<char>& in);
|
|
540
|
+
static Pointer FromBlob(std::string_view in);
|
|
540
541
|
|
|
541
542
|
// Write this EmbedderSnapshotData object to an output file.
|
|
542
543
|
// Calling this method will not close the FILE* handle.
|
|
@@ -656,7 +657,11 @@ enum Flags : uint64_t {
|
|
|
656
657
|
// This control is needed by embedders who may not want to initialize the V8
|
|
657
658
|
// inspector in situations where one has already been created,
|
|
658
659
|
// e.g. Blink's in Chromium.
|
|
659
|
-
kNoCreateInspector = 1 << 9
|
|
660
|
+
kNoCreateInspector = 1 << 9,
|
|
661
|
+
// Controls where or not the InspectorAgent for this Environment should
|
|
662
|
+
// call StartDebugSignalHandler. This control is needed by embedders who may
|
|
663
|
+
// not want to allow other processes to start the V8 inspector.
|
|
664
|
+
kNoStartDebugSignalHandler = 1 << 10
|
|
660
665
|
};
|
|
661
666
|
} // namespace EnvironmentFlags
|
|
662
667
|
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -142,6 +142,11 @@ is `delete`, the property will be removed entirely. If
|
|
|
142
142
|
is `throw`, accesses to the property will throw an exception with the code
|
|
143
143
|
`ERR_PROTO_ACCESS`.
|
|
144
144
|
.
|
|
145
|
+
.It Fl -disable-wasm-trap-handler Ns = Ns Ar mode
|
|
146
|
+
Disable trap-handler-based WebAssembly bound checks and fall back to
|
|
147
|
+
inline bound checks so that WebAssembly can be run with limited virtual
|
|
148
|
+
memory.
|
|
149
|
+
.
|
|
145
150
|
.It Fl -disallow-code-generation-from-strings
|
|
146
151
|
Make built-in language features like `eval` and `new Function` that generate
|
|
147
152
|
code from strings throw an exception instead. This does not affect the Node.js
|
|
@@ -174,9 +179,6 @@ Enable experimental support for loading modules using `import` over `https:`.
|
|
|
174
179
|
.It Fl -experimental-permission
|
|
175
180
|
Enable the experimental permission model.
|
|
176
181
|
.
|
|
177
|
-
.It Fl -experimental-policy
|
|
178
|
-
Use the specified file as a security policy.
|
|
179
|
-
.
|
|
180
182
|
.It Fl -experimental-shadow-realm
|
|
181
183
|
Use this flag to enable ShadowRealm support.
|
|
182
184
|
.
|
|
@@ -279,6 +281,11 @@ and
|
|
|
279
281
|
Default is
|
|
280
282
|
.Sy stderr,http .
|
|
281
283
|
.
|
|
284
|
+
.It Fl -inspect-wait Ns = Ns Ar [host:]port
|
|
285
|
+
Activate inspector on
|
|
286
|
+
.Ar host:port
|
|
287
|
+
and wait for debugger to be attached.
|
|
288
|
+
.
|
|
282
289
|
.It Fl -inspect Ns = Ns Ar [host:]port
|
|
283
290
|
Activate inspector on
|
|
284
291
|
.Ar host:port .
|
|
@@ -343,9 +350,6 @@ Among other uses, this can be used to enable FIPS-compliant crypto if Node.js is
|
|
|
343
350
|
.It Fl -pending-deprecation
|
|
344
351
|
Emit pending deprecation warnings.
|
|
345
352
|
.
|
|
346
|
-
.It Fl -policy-integrity Ns = Ns Ar sri
|
|
347
|
-
Instructs Node.js to error prior to running any code if the policy does not have the specified integrity. It expects a Subresource Integrity string as a parameter.
|
|
348
|
-
.
|
|
349
353
|
.It Fl -preserve-symlinks
|
|
350
354
|
Instructs the module loader to preserve symbolic links when resolving and caching modules other than the main module.
|
|
351
355
|
.
|
|
@@ -442,7 +446,11 @@ option set.
|
|
|
442
446
|
.
|
|
443
447
|
.It Fl -test-shard
|
|
444
448
|
Test suite shard to execute in a format of <index>/<total>.
|
|
445
|
-
|
|
449
|
+
.
|
|
450
|
+
.It Fl -test-skip-pattern
|
|
451
|
+
A regular expression that configures the test runner to skip tests
|
|
452
|
+
whose name matches the provided pattern.
|
|
453
|
+
.
|
|
446
454
|
.It Fl -test-timeout
|
|
447
455
|
A number of milliseconds the test execution will fail after.
|
|
448
456
|
.
|
|
@@ -794,8 +802,3 @@ GitHub repository and issue tracker:
|
|
|
794
802
|
IRC (general questions):
|
|
795
803
|
.Sy "libera.chat #node.js"
|
|
796
804
|
(unofficial)
|
|
797
|
-
.
|
|
798
|
-
.\"======================================================================
|
|
799
|
-
.Sh AUTHORS
|
|
800
|
-
Written and maintained by 1000+ contributors:
|
|
801
|
-
.Sy https://github.com/nodejs/node/blob/HEAD/AUTHORS
|