node-linux-s390x 22.4.0 → 22.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +180 -0
- package/LICENSE +25 -0
- package/README.md +10 -10
- package/bin/node +0 -0
- package/include/node/common.gypi +5 -2
- package/include/node/config.gypi +3 -1
- package/include/node/node.h +7 -3
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +9 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#22.5.0">22.5.0</a><br/>
|
|
12
|
+
<a href="#22.4.1">22.4.1</a><br/>
|
|
11
13
|
<a href="#22.4.0">22.4.0</a><br/>
|
|
12
14
|
<a href="#22.3.0">22.3.0</a><br/>
|
|
13
15
|
<a href="#22.2.0">22.2.0</a><br/>
|
|
@@ -41,6 +43,184 @@
|
|
|
41
43
|
* [io.js](CHANGELOG_IOJS.md)
|
|
42
44
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
43
45
|
|
|
46
|
+
<a id="22.5.0"></a>
|
|
47
|
+
|
|
48
|
+
## 2024-07-16, Version 22.5.0 (Current), @RafaelGSS prepared by @aduh95
|
|
49
|
+
|
|
50
|
+
### Notable Changes
|
|
51
|
+
|
|
52
|
+
* \[[`1367c5558e`](https://github.com/nodejs/node/commit/1367c5558e)] - **(SEMVER-MINOR)** **http**: expose websockets (Natalia Venditto) [#53721](https://github.com/nodejs/node/pull/53721)
|
|
53
|
+
* \[[`b31394920d`](https://github.com/nodejs/node/commit/b31394920d)] - **(SEMVER-MINOR)** **lib**: add `node:sqlite` module (Colin Ihrig) [#53752](https://github.com/nodejs/node/pull/53752)
|
|
54
|
+
* \[[`aa7df9551d`](https://github.com/nodejs/node/commit/aa7df9551d)] - **module**: add `__esModule` to `require()`'d ESM (Joyee Cheung) [#52166](https://github.com/nodejs/node/pull/52166)
|
|
55
|
+
* \[[`8743c4d65a`](https://github.com/nodejs/node/commit/8743c4d65a)] - **(SEMVER-MINOR)** **path**: add `matchesGlob` method (Aviv Keller) [#52881](https://github.com/nodejs/node/pull/52881)
|
|
56
|
+
* \[[`77936c3d24`](https://github.com/nodejs/node/commit/77936c3d24)] - **(SEMVER-MINOR)** **process**: port on-exit-leak-free to core (Vinicius Lourenço) [#53239](https://github.com/nodejs/node/pull/53239)
|
|
57
|
+
* \[[`82d88a83f8`](https://github.com/nodejs/node/commit/82d88a83f8)] - **(SEMVER-MINOR)** **stream**: pipeline wait for close before calling the callback (jakecastelli) [#53462](https://github.com/nodejs/node/pull/53462)
|
|
58
|
+
* \[[`3a0fcbb17a`](https://github.com/nodejs/node/commit/3a0fcbb17a)] - **test\_runner**: support glob matching coverage files (Aviv Keller) [#53553](https://github.com/nodejs/node/pull/53553)
|
|
59
|
+
* \[[`22ca334090`](https://github.com/nodejs/node/commit/22ca334090)] - **(SEMVER-MINOR)** **worker**: add `postMessageToThread` (Paolo Insogna) [#53682](https://github.com/nodejs/node/pull/53682)
|
|
60
|
+
|
|
61
|
+
### Commits
|
|
62
|
+
|
|
63
|
+
* \[[`eb4e370933`](https://github.com/nodejs/node/commit/eb4e370933)] - **benchmark**: add require-esm benchmark (Joyee Cheung) [#52166](https://github.com/nodejs/node/pull/52166)
|
|
64
|
+
* \[[`4d4a8338db`](https://github.com/nodejs/node/commit/4d4a8338db)] - **benchmark**: add cpSync benchmark (Yagiz Nizipli) [#53612](https://github.com/nodejs/node/pull/53612)
|
|
65
|
+
* \[[`3d60b38afa`](https://github.com/nodejs/node/commit/3d60b38afa)] - **build**: fix build warning of c-ares under GN build (Cheng) [#53750](https://github.com/nodejs/node/pull/53750)
|
|
66
|
+
* \[[`a45c801048`](https://github.com/nodejs/node/commit/a45c801048)] - **build**: fix build error in sqlite under GN build (Cheng) [#53686](https://github.com/nodejs/node/pull/53686)
|
|
67
|
+
* \[[`40032eb623`](https://github.com/nodejs/node/commit/40032eb623)] - **build**: add gn files for deps/nbytes (Cheng) [#53685](https://github.com/nodejs/node/pull/53685)
|
|
68
|
+
* \[[`082799debb`](https://github.com/nodejs/node/commit/082799debb)] - **build**: fix mac build error of c-ares under GN (Cheng) [#53687](https://github.com/nodejs/node/pull/53687)
|
|
69
|
+
* \[[`b05394ea6a`](https://github.com/nodejs/node/commit/b05394ea6a)] - **build**: add version-specific library path for AIX (Richard Lau) [#53585](https://github.com/nodejs/node/pull/53585)
|
|
70
|
+
* \[[`6237172eaf`](https://github.com/nodejs/node/commit/6237172eaf)] - **cli**: update `node.1` to reflect Atom's sunset (Aviv Keller) [#53734](https://github.com/nodejs/node/pull/53734)
|
|
71
|
+
* \[[`5697938cb7`](https://github.com/nodejs/node/commit/5697938cb7)] - **crypto**: avoid std::function (Tobias Nießen) [#53683](https://github.com/nodejs/node/pull/53683)
|
|
72
|
+
* \[[`3cc01aa314`](https://github.com/nodejs/node/commit/3cc01aa314)] - **crypto**: make deriveBits length parameter optional and nullable (Filip Skokan) [#53601](https://github.com/nodejs/node/pull/53601)
|
|
73
|
+
* \[[`f82e20fdea`](https://github.com/nodejs/node/commit/f82e20fdea)] - **crypto**: avoid taking ownership of OpenSSL objects (Tobias Nießen) [#53460](https://github.com/nodejs/node/pull/53460)
|
|
74
|
+
* \[[`ad1e5610ec`](https://github.com/nodejs/node/commit/ad1e5610ec)] - **deps**: update googletest to 4b21f1a (Node.js GitHub Bot) [#53842](https://github.com/nodejs/node/pull/53842)
|
|
75
|
+
* \[[`d285d610a0`](https://github.com/nodejs/node/commit/d285d610a0)] - **deps**: update minimatch to 10.0.1 (Node.js GitHub Bot) [#53841](https://github.com/nodejs/node/pull/53841)
|
|
76
|
+
* \[[`70f5209c9f`](https://github.com/nodejs/node/commit/70f5209c9f)] - **deps**: update corepack to 0.29.2 (Node.js GitHub Bot) [#53838](https://github.com/nodejs/node/pull/53838)
|
|
77
|
+
* \[[`4930e12a45`](https://github.com/nodejs/node/commit/4930e12a45)] - **deps**: update simdutf to 5.3.0 (Node.js GitHub Bot) [#53837](https://github.com/nodejs/node/pull/53837)
|
|
78
|
+
* \[[`d346833364`](https://github.com/nodejs/node/commit/d346833364)] - **deps**: update ada to 2.9.0 (Node.js GitHub Bot) [#53748](https://github.com/nodejs/node/pull/53748)
|
|
79
|
+
* \[[`ab8abb5367`](https://github.com/nodejs/node/commit/ab8abb5367)] - **deps**: upgrade npm to 10.8.2 (npm team) [#53799](https://github.com/nodejs/node/pull/53799)
|
|
80
|
+
* \[[`1ad664905a`](https://github.com/nodejs/node/commit/1ad664905a)] - **deps**: update nbytes and add update script (Yagiz Nizipli) [#53790](https://github.com/nodejs/node/pull/53790)
|
|
81
|
+
* \[[`a66f11e798`](https://github.com/nodejs/node/commit/a66f11e798)] - **deps**: update googletest to 34ad51b (Node.js GitHub Bot) [#53157](https://github.com/nodejs/node/pull/53157)
|
|
82
|
+
* \[[`9bf61d6a0d`](https://github.com/nodejs/node/commit/9bf61d6a0d)] - **deps**: update googletest to 305e5a2 (Node.js GitHub Bot) [#53157](https://github.com/nodejs/node/pull/53157)
|
|
83
|
+
* \[[`8542ace488`](https://github.com/nodejs/node/commit/8542ace488)] - **deps**: V8: cherry-pick 9ebca66a5740 (Chengzhong Wu) [#53755](https://github.com/nodejs/node/pull/53755)
|
|
84
|
+
* \[[`29a734c21d`](https://github.com/nodejs/node/commit/29a734c21d)] - **deps**: V8: cherry-pick e061cf9970d9 (Joyee Cheung) [#53755](https://github.com/nodejs/node/pull/53755)
|
|
85
|
+
* \[[`c7624af44a`](https://github.com/nodejs/node/commit/c7624af44a)] - **deps**: update c-ares to v1.32.1 (Node.js GitHub Bot) [#53753](https://github.com/nodejs/node/pull/53753)
|
|
86
|
+
* \[[`bbcec9e129`](https://github.com/nodejs/node/commit/bbcec9e129)] - **deps**: update minimatch to 9.0.5 (Node.js GitHub Bot) [#53646](https://github.com/nodejs/node/pull/53646)
|
|
87
|
+
* \[[`76032fd980`](https://github.com/nodejs/node/commit/76032fd980)] - **deps**: update c-ares to v1.32.0 (Node.js GitHub Bot) [#53722](https://github.com/nodejs/node/pull/53722)
|
|
88
|
+
* \[[`26386046ad`](https://github.com/nodejs/node/commit/26386046ad)] - **doc**: move MylesBorins to emeritus (Myles Borins) [#53760](https://github.com/nodejs/node/pull/53760)
|
|
89
|
+
* \[[`362875bda0`](https://github.com/nodejs/node/commit/362875bda0)] - **doc**: add Rafael to the last security release (Rafael Gonzaga) [#53769](https://github.com/nodejs/node/pull/53769)
|
|
90
|
+
* \[[`a1a5ad848d`](https://github.com/nodejs/node/commit/a1a5ad848d)] - **doc**: use mock.callCount() in examples (Sébastien Règne) [#53754](https://github.com/nodejs/node/pull/53754)
|
|
91
|
+
* \[[`bb960c5471`](https://github.com/nodejs/node/commit/bb960c5471)] - **doc**: clarify authenticity of plaintexts in update (Tobias Nießen) [#53784](https://github.com/nodejs/node/pull/53784)
|
|
92
|
+
* \[[`5dd3018eb4`](https://github.com/nodejs/node/commit/5dd3018eb4)] - **doc**: add option to have support me link (Michael Dawson) [#53312](https://github.com/nodejs/node/pull/53312)
|
|
93
|
+
* \[[`0f95ad3d7d`](https://github.com/nodejs/node/commit/0f95ad3d7d)] - **doc**: add OpenSSL security level to TLS docs (Afanasii Kurakin) [#53647](https://github.com/nodejs/node/pull/53647)
|
|
94
|
+
* \[[`2d92ec2831`](https://github.com/nodejs/node/commit/2d92ec2831)] - **doc**: update `scroll-padding-top` to 4rem (Cloyd Lau) [#53662](https://github.com/nodejs/node/pull/53662)
|
|
95
|
+
* \[[`933359a786`](https://github.com/nodejs/node/commit/933359a786)] - **doc**: mention v8.setFlagsFromString to pm (Rafael Gonzaga) [#53731](https://github.com/nodejs/node/pull/53731)
|
|
96
|
+
* \[[`e17c2618e3`](https://github.com/nodejs/node/commit/e17c2618e3)] - **doc**: remove the last \<pre> tag (Claudio W) [#53741](https://github.com/nodejs/node/pull/53741)
|
|
97
|
+
* \[[`7f18a5f47a`](https://github.com/nodejs/node/commit/7f18a5f47a)] - **doc**: exclude voting and regular TSC from spotlight (Michael Dawson) [#53694](https://github.com/nodejs/node/pull/53694)
|
|
98
|
+
* \[[`df3dcd1bd1`](https://github.com/nodejs/node/commit/df3dcd1bd1)] - **doc**: fix releases guide for recent Git versions (Michaël Zasso) [#53709](https://github.com/nodejs/node/pull/53709)
|
|
99
|
+
* \[[`50987ea833`](https://github.com/nodejs/node/commit/50987ea833)] - **doc**: require `node:process` in assert doc examples (Alfredo González) [#53702](https://github.com/nodejs/node/pull/53702)
|
|
100
|
+
* \[[`fa58d01497`](https://github.com/nodejs/node/commit/fa58d01497)] - **doc**: add additional explanation to the wildcard section in permissions (jakecastelli) [#53664](https://github.com/nodejs/node/pull/53664)
|
|
101
|
+
* \[[`28bf1e48ef`](https://github.com/nodejs/node/commit/28bf1e48ef)] - **doc**: mark NODE\_MODULE\_VERSION for Node.js 22.0.0 (Michaël Zasso) [#53650](https://github.com/nodejs/node/pull/53650)
|
|
102
|
+
* \[[`1cc0b41f00`](https://github.com/nodejs/node/commit/1cc0b41f00)] - **doc**: include node.module\_timer on available categories (Vinicius Lourenço) [#53638](https://github.com/nodejs/node/pull/53638)
|
|
103
|
+
* \[[`d224e9eab5`](https://github.com/nodejs/node/commit/d224e9eab5)] - **doc**: fix module customization hook examples (Elliot Goodrich) [#53637](https://github.com/nodejs/node/pull/53637)
|
|
104
|
+
* \[[`2cf60964e6`](https://github.com/nodejs/node/commit/2cf60964e6)] - **doc**: fix doc for correct usage with plan & TestContext (Emil Tayeb) [#53615](https://github.com/nodejs/node/pull/53615)
|
|
105
|
+
* \[[`6df86ae056`](https://github.com/nodejs/node/commit/6df86ae056)] - **doc**: remove some news issues that are no longer (Michael Dawson) [#53608](https://github.com/nodejs/node/pull/53608)
|
|
106
|
+
* \[[`42b9408f3e`](https://github.com/nodejs/node/commit/42b9408f3e)] - **doc**: add issue for news from ambassadors (Michael Dawson) [#53607](https://github.com/nodejs/node/pull/53607)
|
|
107
|
+
* \[[`2d1ff91953`](https://github.com/nodejs/node/commit/2d1ff91953)] - **doc**: add esm example for os (Leonardo Peixoto) [#53604](https://github.com/nodejs/node/pull/53604)
|
|
108
|
+
* \[[`de99d69d75`](https://github.com/nodejs/node/commit/de99d69d75)] - **doc**: clarify usage of coverage reporters (Eliphaz Bouye) [#53523](https://github.com/nodejs/node/pull/53523)
|
|
109
|
+
* \[[`519c328dcf`](https://github.com/nodejs/node/commit/519c328dcf)] - **doc**: document addition testing options (Aviv Keller) [#53569](https://github.com/nodejs/node/pull/53569)
|
|
110
|
+
* \[[`c6166cdfe4`](https://github.com/nodejs/node/commit/c6166cdfe4)] - **doc**: clarify that fs.exists() may return false for existing symlink (Tobias Nießen) [#53566](https://github.com/nodejs/node/pull/53566)
|
|
111
|
+
* \[[`9139ab2848`](https://github.com/nodejs/node/commit/9139ab2848)] - **doc**: note http.closeAllConnections excludes upgraded sockets (Rob Hogan) [#53560](https://github.com/nodejs/node/pull/53560)
|
|
112
|
+
* \[[`19b3718ee1`](https://github.com/nodejs/node/commit/19b3718ee1)] - **doc, meta**: add PTAL to glossary (Aviv Keller) [#53770](https://github.com/nodejs/node/pull/53770)
|
|
113
|
+
* \[[`80c1f5ce8a`](https://github.com/nodejs/node/commit/80c1f5ce8a)] - **doc, typings**: events.once accepts symbol event type (René) [#53542](https://github.com/nodejs/node/pull/53542)
|
|
114
|
+
* \[[`1a21e0f61e`](https://github.com/nodejs/node/commit/1a21e0f61e)] - **esm**: improve `defaultResolve` performance (Yagiz Nizipli) [#53711](https://github.com/nodejs/node/pull/53711)
|
|
115
|
+
* \[[`262f2cb3b6`](https://github.com/nodejs/node/commit/262f2cb3b6)] - **esm**: remove unnecessary toNamespacedPath calls (Yagiz Nizipli) [#53656](https://github.com/nodejs/node/pull/53656)
|
|
116
|
+
* \[[`e29c9453a9`](https://github.com/nodejs/node/commit/e29c9453a9)] - **esm**: move hooks test with others (Geoffrey Booth) [#53558](https://github.com/nodejs/node/pull/53558)
|
|
117
|
+
* \[[`8368555289`](https://github.com/nodejs/node/commit/8368555289)] - **fs**: add v8 fast api to closeSync (Yagiz Nizipli) [#53627](https://github.com/nodejs/node/pull/53627)
|
|
118
|
+
* \[[`628a539810`](https://github.com/nodejs/node/commit/628a539810)] - **fs**: reduce throwing unnecessary errors on glob (Yagiz Nizipli) [#53632](https://github.com/nodejs/node/pull/53632)
|
|
119
|
+
* \[[`076e82ca40`](https://github.com/nodejs/node/commit/076e82ca40)] - **fs**: move `ToNamespacedPath` dir calls to c++ (Yagiz Nizipli) [#53630](https://github.com/nodejs/node/pull/53630)
|
|
120
|
+
* \[[`128e514d81`](https://github.com/nodejs/node/commit/128e514d81)] - **fs**: improve error performance of `fs.dir` (Yagiz Nizipli) [#53667](https://github.com/nodejs/node/pull/53667)
|
|
121
|
+
* \[[`603c2c5c08`](https://github.com/nodejs/node/commit/603c2c5c08)] - **fs**: fix typings (Yagiz Nizipli) [#53626](https://github.com/nodejs/node/pull/53626)
|
|
122
|
+
* \[[`1367c5558e`](https://github.com/nodejs/node/commit/1367c5558e)] - **(SEMVER-MINOR)** **http**: expose websockets (Natalia Venditto) [#53721](https://github.com/nodejs/node/pull/53721)
|
|
123
|
+
* \[[`7debb6c36e`](https://github.com/nodejs/node/commit/7debb6c36e)] - **http**: remove prototype primordials (Antoine du Hamel) [#53698](https://github.com/nodejs/node/pull/53698)
|
|
124
|
+
* \[[`b13aea5698`](https://github.com/nodejs/node/commit/b13aea5698)] - **http, readline**: replace sort with toSorted (Benjamin Gruenbaum) [#53623](https://github.com/nodejs/node/pull/53623)
|
|
125
|
+
* \[[`1397f5d9f4`](https://github.com/nodejs/node/commit/1397f5d9f4)] - **http2**: remove prototype primordials (Antoine du Hamel) [#53696](https://github.com/nodejs/node/pull/53696)
|
|
126
|
+
* \[[`f57d3cee2c`](https://github.com/nodejs/node/commit/f57d3cee2c)] - **lib**: make navigator not runtime-lookup process.version/arch/platform (Jordan Harband) [#53765](https://github.com/nodejs/node/pull/53765)
|
|
127
|
+
* \[[`0a01abbd45`](https://github.com/nodejs/node/commit/0a01abbd45)] - **lib**: refactor `platform` utility methods (Daniel Bayley) [#53817](https://github.com/nodejs/node/pull/53817)
|
|
128
|
+
* \[[`afe7f4f819`](https://github.com/nodejs/node/commit/afe7f4f819)] - **lib**: remove path.resolve from permissions.js (Rafael Gonzaga) [#53729](https://github.com/nodejs/node/pull/53729)
|
|
129
|
+
* \[[`cbe77b30ca`](https://github.com/nodejs/node/commit/cbe77b30ca)] - **lib**: move `ToNamespacedPath` call to c++ (Yagiz Nizipli) [#53654](https://github.com/nodejs/node/pull/53654)
|
|
130
|
+
* \[[`0f146aac2c`](https://github.com/nodejs/node/commit/0f146aac2c)] - **lib**: make navigator properties lazy (James M Snell) [#53649](https://github.com/nodejs/node/pull/53649)
|
|
131
|
+
* \[[`0540308bd7`](https://github.com/nodejs/node/commit/0540308bd7)] - **lib**: add toJSON to PerformanceMeasure (theanarkh) [#53603](https://github.com/nodejs/node/pull/53603)
|
|
132
|
+
* \[[`b31394920d`](https://github.com/nodejs/node/commit/b31394920d)] - **(SEMVER-MINOR)** **lib,src,test,doc**: add node:sqlite module (Colin Ihrig) [#53752](https://github.com/nodejs/node/pull/53752)
|
|
133
|
+
* \[[`1a7c2dc5ea`](https://github.com/nodejs/node/commit/1a7c2dc5ea)] - **meta**: remove redudant logging from dep updaters (Aviv Keller) [#53783](https://github.com/nodejs/node/pull/53783)
|
|
134
|
+
* \[[`ac5d7b709d`](https://github.com/nodejs/node/commit/ac5d7b709d)] - **meta**: change email address of anonrig (Yagiz Nizipli) [#53829](https://github.com/nodejs/node/pull/53829)
|
|
135
|
+
* \[[`085ec5533c`](https://github.com/nodejs/node/commit/085ec5533c)] - **meta**: add `node_sqlite.c` to PR label config (Aviv Keller) [#53797](https://github.com/nodejs/node/pull/53797)
|
|
136
|
+
* \[[`c68d873e99`](https://github.com/nodejs/node/commit/c68d873e99)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#53758](https://github.com/nodejs/node/pull/53758)
|
|
137
|
+
* \[[`5ae8ea489d`](https://github.com/nodejs/node/commit/5ae8ea489d)] - **meta**: use HTML entities in commit-queue comment (Aviv Keller) [#53744](https://github.com/nodejs/node/pull/53744)
|
|
138
|
+
* \[[`ecd8fceb68`](https://github.com/nodejs/node/commit/ecd8fceb68)] - **meta**: move regular TSC member to emeritus (Michael Dawson) [#53693](https://github.com/nodejs/node/pull/53693)
|
|
139
|
+
* \[[`05058f9809`](https://github.com/nodejs/node/commit/05058f9809)] - **meta**: bump codecov/codecov-action from 4.4.1 to 4.5.0 (dependabot\[bot]) [#53675](https://github.com/nodejs/node/pull/53675)
|
|
140
|
+
* \[[`e272ffa3d6`](https://github.com/nodejs/node/commit/e272ffa3d6)] - **meta**: bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 (dependabot\[bot]) [#53674](https://github.com/nodejs/node/pull/53674)
|
|
141
|
+
* \[[`a39407560c`](https://github.com/nodejs/node/commit/a39407560c)] - **meta**: bump github/codeql-action from 3.25.7 to 3.25.11 (dependabot\[bot]) [#53673](https://github.com/nodejs/node/pull/53673)
|
|
142
|
+
* \[[`e4ce92ee31`](https://github.com/nodejs/node/commit/e4ce92ee31)] - **meta**: bump actions/checkout from 4.1.6 to 4.1.7 (dependabot\[bot]) [#53672](https://github.com/nodejs/node/pull/53672)
|
|
143
|
+
* \[[`4cf98febe7`](https://github.com/nodejs/node/commit/4cf98febe7)] - **meta**: bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (dependabot\[bot]) [#53671](https://github.com/nodejs/node/pull/53671)
|
|
144
|
+
* \[[`c28af95bf5`](https://github.com/nodejs/node/commit/c28af95bf5)] - **meta**: bump step-security/harden-runner from 2.8.0 to 2.8.1 (dependabot\[bot]) [#53670](https://github.com/nodejs/node/pull/53670)
|
|
145
|
+
* \[[`dd2157bc83`](https://github.com/nodejs/node/commit/dd2157bc83)] - **meta**: move member from TSC regular to emeriti (Michael Dawson) [#53599](https://github.com/nodejs/node/pull/53599)
|
|
146
|
+
* \[[`508abfe178`](https://github.com/nodejs/node/commit/508abfe178)] - **meta**: warnings bypass deprecation cycle (Benjamin Gruenbaum) [#53513](https://github.com/nodejs/node/pull/53513)
|
|
147
|
+
* \[[`3c5ec839e3`](https://github.com/nodejs/node/commit/3c5ec839e3)] - **meta**: prevent constant references to issues in versioning (Aviv Keller) [#53564](https://github.com/nodejs/node/pull/53564)
|
|
148
|
+
* \[[`aa7df9551d`](https://github.com/nodejs/node/commit/aa7df9551d)] - **module**: add \_\_esModule to require()'d ESM (Joyee Cheung) [#52166](https://github.com/nodejs/node/pull/52166)
|
|
149
|
+
* \[[`8743c4d65a`](https://github.com/nodejs/node/commit/8743c4d65a)] - **(SEMVER-MINOR)** **path**: add `matchesGlob` method (Aviv Keller) [#52881](https://github.com/nodejs/node/pull/52881)
|
|
150
|
+
* \[[`77936c3d24`](https://github.com/nodejs/node/commit/77936c3d24)] - **(SEMVER-MINOR)** **process**: port on-exit-leak-free to core (Vinicius Lourenço) [#53239](https://github.com/nodejs/node/pull/53239)
|
|
151
|
+
* \[[`5e4ca9fbb6`](https://github.com/nodejs/node/commit/5e4ca9fbb6)] - **src**: update outdated references to spec sections (Tobias Nießen) [#53832](https://github.com/nodejs/node/pull/53832)
|
|
152
|
+
* \[[`c22d9d5167`](https://github.com/nodejs/node/commit/c22d9d5167)] - **src**: use Maybe\<void> in ManagedEVPPKey (Tobias Nießen) [#53811](https://github.com/nodejs/node/pull/53811)
|
|
153
|
+
* \[[`d41ed44f49`](https://github.com/nodejs/node/commit/d41ed44f49)] - **src**: move `loadEnvFile` toNamespacedPath call (Yagiz Nizipli) [#53658](https://github.com/nodejs/node/pull/53658)
|
|
154
|
+
* \[[`dc99dd391f`](https://github.com/nodejs/node/commit/dc99dd391f)] - **src**: fix error handling in ExportJWKAsymmetricKey (Tobias Nießen) [#53767](https://github.com/nodejs/node/pull/53767)
|
|
155
|
+
* \[[`ab1e03e8cd`](https://github.com/nodejs/node/commit/ab1e03e8cd)] - **src**: use Maybe\<void> in node::crypto::error (Tobias Nießen) [#53766](https://github.com/nodejs/node/pull/53766)
|
|
156
|
+
* \[[`9bde9b254d`](https://github.com/nodejs/node/commit/9bde9b254d)] - **src**: fix implementation of `PropertySetterCallback` (Igor Sheludko) [#53576](https://github.com/nodejs/node/pull/53576)
|
|
157
|
+
* \[[`021e2cf40f`](https://github.com/nodejs/node/commit/021e2cf40f)] - **src**: remove unused ContextifyContext::WeakCallback (Chengzhong Wu) [#53517](https://github.com/nodejs/node/pull/53517)
|
|
158
|
+
* \[[`87121a17c4`](https://github.com/nodejs/node/commit/87121a17c4)] - **src**: fix typo in node.h (Daeyeon Jeong) [#53759](https://github.com/nodejs/node/pull/53759)
|
|
159
|
+
* \[[`94c7054c8d`](https://github.com/nodejs/node/commit/94c7054c8d)] - **src**: document the Node.js context embedder data (Joyee Cheung) [#53611](https://github.com/nodejs/node/pull/53611)
|
|
160
|
+
* \[[`c181940e83`](https://github.com/nodejs/node/commit/c181940e83)] - **src**: zero-initialize data that are copied into the snapshot (Joyee Cheung) [#53563](https://github.com/nodejs/node/pull/53563)
|
|
161
|
+
* \[[`8cda2db64c`](https://github.com/nodejs/node/commit/8cda2db64c)] - _**Revert**_ "**src**: make sure that memcpy-ed structs in snapshot have no padding" (Joyee Cheung) [#53563](https://github.com/nodejs/node/pull/53563)
|
|
162
|
+
* \[[`81767f6089`](https://github.com/nodejs/node/commit/81767f6089)] - **src**: fix Worker termination when '--inspect-brk' is passed (Daeyeon Jeong) [#53724](https://github.com/nodejs/node/pull/53724)
|
|
163
|
+
* \[[`a9db553935`](https://github.com/nodejs/node/commit/a9db553935)] - **src**: refactor embedded entrypoint loading (Joyee Cheung) [#53573](https://github.com/nodejs/node/pull/53573)
|
|
164
|
+
* \[[`3ab8aba478`](https://github.com/nodejs/node/commit/3ab8aba478)] - **src**: do not get string\_view from temp string (Cheng) [#53688](https://github.com/nodejs/node/pull/53688)
|
|
165
|
+
* \[[`664bf6c28f`](https://github.com/nodejs/node/commit/664bf6c28f)] - **src**: replace `kPathSeparator` with std::filesystem (Yagiz Nizipli) [#53063](https://github.com/nodejs/node/pull/53063)
|
|
166
|
+
* \[[`cc1f49751a`](https://github.com/nodejs/node/commit/cc1f49751a)] - **src**: move `FromNamespacedPath` to path.cc (Yagiz Nizipli) [#53540](https://github.com/nodejs/node/pull/53540)
|
|
167
|
+
* \[[`e43a4e07ec`](https://github.com/nodejs/node/commit/e43a4e07ec)] - **src**: use `starts_with` in node\_dotenv.cc (Yagiz Nizipli) [#53539](https://github.com/nodejs/node/pull/53539)
|
|
168
|
+
* \[[`19488fd4ce`](https://github.com/nodejs/node/commit/19488fd4ce)] - **src,test**: further cleanup references to osx (Daniel Bayley) [#53820](https://github.com/nodejs/node/pull/53820)
|
|
169
|
+
* \[[`4bf62f6cbd`](https://github.com/nodejs/node/commit/4bf62f6cbd)] - **stream**: improve inspector ergonomics (Benjamin Gruenbaum) [#53800](https://github.com/nodejs/node/pull/53800)
|
|
170
|
+
* \[[`82d88a83f8`](https://github.com/nodejs/node/commit/82d88a83f8)] - **(SEMVER-MINOR)** **stream**: pipeline wait for close before calling the callback (jakecastelli) [#53462](https://github.com/nodejs/node/pull/53462)
|
|
171
|
+
* \[[`53a7dd7790`](https://github.com/nodejs/node/commit/53a7dd7790)] - **test**: update wpt test (Mert Can Altin) [#53814](https://github.com/nodejs/node/pull/53814)
|
|
172
|
+
* \[[`bc480902ab`](https://github.com/nodejs/node/commit/bc480902ab)] - **test**: update WPT WebIDL interfaces (Filip Skokan) [#53720](https://github.com/nodejs/node/pull/53720)
|
|
173
|
+
* \[[`d13153d90f`](https://github.com/nodejs/node/commit/d13153d90f)] - **test**: un-set inspector-async-hook-setup-at-inspect-brk as flaky (Abdirahim Musse) [#53692](https://github.com/nodejs/node/pull/53692)
|
|
174
|
+
* \[[`ac9c2e6bf2`](https://github.com/nodejs/node/commit/ac9c2e6bf2)] - **test**: use python3 instead of python in pummel test (Mathis Wiehl) [#53057](https://github.com/nodejs/node/pull/53057)
|
|
175
|
+
* \[[`bac28678e6`](https://github.com/nodejs/node/commit/bac28678e6)] - **test**: do not assume cwd in snapshot tests (Antoine du Hamel) [#53146](https://github.com/nodejs/node/pull/53146)
|
|
176
|
+
* \[[`41e106c0c6`](https://github.com/nodejs/node/commit/41e106c0c6)] - **test**: use `Set.difference()` (Richard Lau) [#53597](https://github.com/nodejs/node/pull/53597)
|
|
177
|
+
* \[[`8aab680f66`](https://github.com/nodejs/node/commit/8aab680f66)] - **test**: fix OpenSSL version checks (Richard Lau) [#53503](https://github.com/nodejs/node/pull/53503)
|
|
178
|
+
* \[[`6aa4f0f266`](https://github.com/nodejs/node/commit/6aa4f0f266)] - **test**: refactor, add assertion to http-request-end (jakecastelli) [#53411](https://github.com/nodejs/node/pull/53411)
|
|
179
|
+
* \[[`fbc5cbb617`](https://github.com/nodejs/node/commit/fbc5cbb617)] - **test\_runner**: remove plan option from run() (Colin Ihrig) [#53834](https://github.com/nodejs/node/pull/53834)
|
|
180
|
+
* \[[`c590828ad8`](https://github.com/nodejs/node/commit/c590828ad8)] - **test\_runner**: fix escaping in snapshot tests (Julian Kniephoff) [#53833](https://github.com/nodejs/node/pull/53833)
|
|
181
|
+
* \[[`3a0fcbb17a`](https://github.com/nodejs/node/commit/3a0fcbb17a)] - **test\_runner**: support glob matching coverage files (Aviv Keller) [#53553](https://github.com/nodejs/node/pull/53553)
|
|
182
|
+
* \[[`e6a1eeb73d`](https://github.com/nodejs/node/commit/e6a1eeb73d)] - **test\_runner**: support module detection in module mocks (Geoffrey Booth) [#53642](https://github.com/nodejs/node/pull/53642)
|
|
183
|
+
* \[[`4d777de7d4`](https://github.com/nodejs/node/commit/4d777de7d4)] - **tls**: add setKeyCert() to tls.Socket (Brian White) [#53636](https://github.com/nodejs/node/pull/53636)
|
|
184
|
+
* \[[`ab9adfc42a`](https://github.com/nodejs/node/commit/ab9adfc42a)] - **tls**: remove prototype primordials (Antoine du Hamel) [#53699](https://github.com/nodejs/node/pull/53699)
|
|
185
|
+
* \[[`03d378ffb9`](https://github.com/nodejs/node/commit/03d378ffb9)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#53840](https://github.com/nodejs/node/pull/53840)
|
|
186
|
+
* \[[`06377b1b11`](https://github.com/nodejs/node/commit/06377b1b11)] - **tools**: update eslint to 9.7.0 (Node.js GitHub Bot) [#53839](https://github.com/nodejs/node/pull/53839)
|
|
187
|
+
* \[[`d6629a2d84`](https://github.com/nodejs/node/commit/d6629a2d84)] - **tools**: use v8\_features.json to populate config.gypi (Cheng) [#53749](https://github.com/nodejs/node/pull/53749)
|
|
188
|
+
* \[[`d3653fe8ac`](https://github.com/nodejs/node/commit/d3653fe8ac)] - **tools**: update eslint to 9.6.0 (Node.js GitHub Bot) [#53645](https://github.com/nodejs/node/pull/53645)
|
|
189
|
+
* \[[`1e930e93d4`](https://github.com/nodejs/node/commit/1e930e93d4)] - **tools**: update lint-md-dependencies to unified\@11.0.5 (Node.js GitHub Bot) [#53555](https://github.com/nodejs/node/pull/53555)
|
|
190
|
+
* \[[`317a13b30f`](https://github.com/nodejs/node/commit/317a13b30f)] - **tools**: replace reference to NodeMainInstance with SnapshotBuilder (codediverdev) [#53544](https://github.com/nodejs/node/pull/53544)
|
|
191
|
+
* \[[`0e25faea0a`](https://github.com/nodejs/node/commit/0e25faea0a)] - **typings**: add `fs_dir` types (Yagiz Nizipli) [#53631](https://github.com/nodejs/node/pull/53631)
|
|
192
|
+
* \[[`7637f291be`](https://github.com/nodejs/node/commit/7637f291be)] - **url**: fix typo (KAYYY) [#53827](https://github.com/nodejs/node/pull/53827)
|
|
193
|
+
* \[[`2c6548afd1`](https://github.com/nodejs/node/commit/2c6548afd1)] - **url**: reduce unnecessary string copies (Yagiz Nizipli) [#53628](https://github.com/nodejs/node/pull/53628)
|
|
194
|
+
* \[[`0f2b57d1bc`](https://github.com/nodejs/node/commit/0f2b57d1bc)] - **url**: make URL.parse enumerable (Filip Skokan) [#53720](https://github.com/nodejs/node/pull/53720)
|
|
195
|
+
* \[[`1300169f80`](https://github.com/nodejs/node/commit/1300169f80)] - **url**: add missing documentation for `URL.parse()` (Yagiz Nizipli) [#53733](https://github.com/nodejs/node/pull/53733)
|
|
196
|
+
* \[[`c55e72ed8b`](https://github.com/nodejs/node/commit/c55e72ed8b)] - **util**: fix crashing when emitting new Buffer() deprecation warning #53075 (Aras Abbasi) [#53089](https://github.com/nodejs/node/pull/53089)
|
|
197
|
+
* \[[`5aa216320e`](https://github.com/nodejs/node/commit/5aa216320e)] - **v8**: move `ToNamespacedPath` to c++ (Yagiz Nizipli) [#53655](https://github.com/nodejs/node/pull/53655)
|
|
198
|
+
* \[[`9fd976b09d`](https://github.com/nodejs/node/commit/9fd976b09d)] - **vm,src**: add property query interceptors (Chengzhong Wu) [#53517](https://github.com/nodejs/node/pull/53517)
|
|
199
|
+
* \[[`22ca334090`](https://github.com/nodejs/node/commit/22ca334090)] - **(SEMVER-MINOR)** **worker**: add postMessageToThread (Paolo Insogna) [#53682](https://github.com/nodejs/node/pull/53682)
|
|
200
|
+
* \[[`5aecbefbd5`](https://github.com/nodejs/node/commit/5aecbefbd5)] - **worker**: allow copied NODE\_OPTIONS in the env setting (Joyee Cheung) [#53596](https://github.com/nodejs/node/pull/53596)
|
|
201
|
+
|
|
202
|
+
<a id="22.4.1"></a>
|
|
203
|
+
|
|
204
|
+
## 2024-07-08, Version 22.4.1 (Current), @RafaelGSS
|
|
205
|
+
|
|
206
|
+
This is a security release.
|
|
207
|
+
|
|
208
|
+
### Notable Changes
|
|
209
|
+
|
|
210
|
+
* CVE-2024-36138 - Bypass incomplete fix of CVE-2024-27980 (High)
|
|
211
|
+
* CVE-2024-22020 - Bypass network import restriction via data URL (Medium)
|
|
212
|
+
* CVE-2024-22018 - fs.lstat bypasses permission model (Low)
|
|
213
|
+
* CVE-2024-36137 - fs.fchown/fchmod bypasses permission model (Low)
|
|
214
|
+
* CVE-2024-37372 - Permission model improperly processes UNC paths (Low)
|
|
215
|
+
|
|
216
|
+
### Commits
|
|
217
|
+
|
|
218
|
+
* \[[`110902ff5e`](https://github.com/nodejs/node/commit/110902ff5e)] - **lib,esm**: handle bypass network-import via data: (RafaelGSS) [nodejs-private/node-private#522](https://github.com/nodejs-private/node-private/pull/522)
|
|
219
|
+
* \[[`0a0de3d491`](https://github.com/nodejs/node/commit/0a0de3d491)] - **lib,permission**: support fs.lstat (RafaelGSS)
|
|
220
|
+
* \[[`93574335ff`](https://github.com/nodejs/node/commit/93574335ff)] - **lib,permission**: disable fchmod/fchown when pm enabled (RafaelGSS) [nodejs-private/node-private#584](https://github.com/nodejs-private/node-private/pull/584)
|
|
221
|
+
* \[[`09899e6302`](https://github.com/nodejs/node/commit/09899e6302)] - **src**: handle permissive extension on cmd check (RafaelGSS) [nodejs-private/node-private#596](https://github.com/nodejs-private/node-private/pull/596)
|
|
222
|
+
* \[[`5d9c811634`](https://github.com/nodejs/node/commit/5d9c811634)] - **src,permission**: fix UNC path resolution (RafaelGSS) [nodejs-private/node-private#581](https://github.com/nodejs-private/node-private/pull/581)
|
|
223
|
+
|
|
44
224
|
<a id="22.4.0"></a>
|
|
45
225
|
|
|
46
226
|
## 2024-07-02, Version 22.4.0 (Current), @targos
|
package/LICENSE
CHANGED
|
@@ -2378,3 +2378,28 @@ The externally maintained libraries used by Node.js are:
|
|
|
2378
2378
|
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
2379
2379
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2380
2380
|
"""
|
|
2381
|
+
|
|
2382
|
+
- on-exit-leak-free, located at lib/internal/process/finalization, is licensed as follows:
|
|
2383
|
+
"""
|
|
2384
|
+
MIT License
|
|
2385
|
+
|
|
2386
|
+
Copyright (c) 2021 Matteo Collina
|
|
2387
|
+
|
|
2388
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2389
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2390
|
+
in the Software without restriction, including without limitation the rights
|
|
2391
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2392
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2393
|
+
furnished to do so, subject to the following conditions:
|
|
2394
|
+
|
|
2395
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2396
|
+
copies or substantial portions of the Software.
|
|
2397
|
+
|
|
2398
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2399
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2400
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2401
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2402
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2403
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2404
|
+
SOFTWARE.
|
|
2405
|
+
"""
|
package/README.md
CHANGED
|
@@ -206,7 +206,7 @@ For information about the governance of the Node.js project, see
|
|
|
206
206
|
#### TSC regular members
|
|
207
207
|
|
|
208
208
|
* [anonrig](https://github.com/anonrig) -
|
|
209
|
-
**Yagiz Nizipli** <<yagiz
|
|
209
|
+
**Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
|
|
210
210
|
* [BethGriggs](https://github.com/BethGriggs) -
|
|
211
211
|
**Beth Griggs** <<bethanyngriggs@gmail.com>> (she/her)
|
|
212
212
|
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
@@ -215,10 +215,6 @@ For information about the governance of the Node.js project, see
|
|
|
215
215
|
**Colin Ihrig** <<cjihrig@gmail.com>> (he/him)
|
|
216
216
|
* [codebytere](https://github.com/codebytere) -
|
|
217
217
|
**Shelley Vohr** <<shelley.vohr@gmail.com>> (she/her)
|
|
218
|
-
* [danielleadams](https://github.com/danielleadams) -
|
|
219
|
-
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
220
|
-
* [MylesBorins](https://github.com/MylesBorins) -
|
|
221
|
-
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
222
218
|
* [Trott](https://github.com/Trott) -
|
|
223
219
|
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
224
220
|
|
|
@@ -236,6 +232,8 @@ For information about the governance of the Node.js project, see
|
|
|
236
232
|
**Chris Dickinson** <<christopher.s.dickinson@gmail.com>>
|
|
237
233
|
* [danbev](https://github.com/danbev) -
|
|
238
234
|
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
235
|
+
* [danielleadams](https://github.com/danielleadams) -
|
|
236
|
+
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
239
237
|
* [evanlucas](https://github.com/evanlucas) -
|
|
240
238
|
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
241
239
|
* [fhinkel](https://github.com/fhinkel) -
|
|
@@ -256,6 +254,8 @@ For information about the governance of the Node.js project, see
|
|
|
256
254
|
**Mary Marchini** <<oss@mmarchini.me>> (she/her)
|
|
257
255
|
* [mscdex](https://github.com/mscdex) -
|
|
258
256
|
**Brian White** <<mscdex@mscdex.net>>
|
|
257
|
+
* [MylesBorins](https://github.com/MylesBorins) -
|
|
258
|
+
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
259
259
|
* [nebrius](https://github.com/nebrius) -
|
|
260
260
|
**Bryan Hughes** <<bryan@nebri.us>>
|
|
261
261
|
* [ofrobots](https://github.com/ofrobots) -
|
|
@@ -292,7 +292,7 @@ For information about the governance of the Node.js project, see
|
|
|
292
292
|
* [aduh95](https://github.com/aduh95) -
|
|
293
293
|
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
294
294
|
* [anonrig](https://github.com/anonrig) -
|
|
295
|
-
**Yagiz Nizipli** <<yagiz
|
|
295
|
+
**Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
|
|
296
296
|
* [apapirovski](https://github.com/apapirovski) -
|
|
297
297
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
298
298
|
* [atlowChemi](https://github.com/atlowChemi) -
|
|
@@ -397,8 +397,6 @@ For information about the governance of the Node.js project, see
|
|
|
397
397
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
398
398
|
* [meixg](https://github.com/meixg) -
|
|
399
399
|
**Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
|
|
400
|
-
* [Mesteery](https://github.com/Mesteery) -
|
|
401
|
-
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
402
400
|
* [mhdawson](https://github.com/mhdawson) -
|
|
403
401
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
404
402
|
* [mildsunrise](https://github.com/mildsunrise) -
|
|
@@ -407,8 +405,6 @@ For information about the governance of the Node.js project, see
|
|
|
407
405
|
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
408
406
|
* [MrJithil](https://github.com/MrJithil) -
|
|
409
407
|
**Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
|
|
410
|
-
* [MylesBorins](https://github.com/MylesBorins) -
|
|
411
|
-
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
412
408
|
* [ovflowd](https://github.com/ovflowd) -
|
|
413
409
|
**Claudio Wunder** <<cwunder@gnome.org>> (he/they)
|
|
414
410
|
* [panva](https://github.com/panva) -
|
|
@@ -593,6 +589,8 @@ For information about the governance of the Node.js project, see
|
|
|
593
589
|
**Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
|
|
594
590
|
* [matthewloring](https://github.com/matthewloring) -
|
|
595
591
|
**Matthew Loring** <<mattloring@google.com>>
|
|
592
|
+
* [Mesteery](https://github.com/Mesteery) -
|
|
593
|
+
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
596
594
|
* [micnic](https://github.com/micnic) -
|
|
597
595
|
**Nicu Micleușanu** <<micnic90@gmail.com>> (he/him)
|
|
598
596
|
* [mikeal](https://github.com/mikeal) -
|
|
@@ -609,6 +607,8 @@ For information about the governance of the Node.js project, see
|
|
|
609
607
|
**Chen Gang** <<gangc.cxy@foxmail.com>>
|
|
610
608
|
* [mscdex](https://github.com/mscdex) -
|
|
611
609
|
**Brian White** <<mscdex@mscdex.net>>
|
|
610
|
+
* [MylesBorins](https://github.com/MylesBorins) -
|
|
611
|
+
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
612
612
|
* [not-an-aardvark](https://github.com/not-an-aardvark) -
|
|
613
613
|
**Teddy Katz** <<teddy.katz@gmail.com>> (he/him)
|
|
614
614
|
* [ofrobots](https://github.com/ofrobots) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
# Reset this number to 0 on major V8 upgrades.
|
|
38
38
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
39
|
-
'v8_embedder_string': '-node.
|
|
39
|
+
'v8_embedder_string': '-node.16',
|
|
40
40
|
|
|
41
41
|
##### V8 defaults for Node.js #####
|
|
42
42
|
|
|
@@ -579,6 +579,9 @@
|
|
|
579
579
|
'-Wl,-brtl',
|
|
580
580
|
],
|
|
581
581
|
}, { # else it's `AIX`
|
|
582
|
+
'variables': {
|
|
583
|
+
'gcc_major': '<!(<(python) -c "import os; import subprocess; CXX=os.environ.get(\'CXX\', \'g++\'); subprocess.run([CXX, \'-dumpversion\'])")'
|
|
584
|
+
},
|
|
582
585
|
# Disable the following compiler warning:
|
|
583
586
|
#
|
|
584
587
|
# warning: visibility attribute not supported in this
|
|
@@ -589,7 +592,7 @@
|
|
|
589
592
|
# out more relevant warnings.
|
|
590
593
|
'cflags': [ '-Wno-attributes' ],
|
|
591
594
|
'ldflags': [
|
|
592
|
-
'-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread/ppc64',
|
|
595
|
+
'-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/gcc/powerpc-ibm-aix7.3.0.0/>(gcc_major)/pthread/ppc64:/opt/freeware/lib/gcc/powerpc-ibm-aix7.2.0.0/>(gcc_major)/pthread/ppc64:/opt/freeware/lib/pthread/ppc64',
|
|
593
596
|
],
|
|
594
597
|
}],
|
|
595
598
|
],
|
package/include/node/config.gypi
CHANGED
|
@@ -209,6 +209,7 @@
|
|
|
209
209
|
'lib/internal/perf/utils.js',
|
|
210
210
|
'lib/internal/priority_queue.js',
|
|
211
211
|
'lib/internal/process/execution.js',
|
|
212
|
+
'lib/internal/process/finalization.js',
|
|
212
213
|
'lib/internal/process/per_thread.js',
|
|
213
214
|
'lib/internal/process/permission.js',
|
|
214
215
|
'lib/internal/process/pre_execution.js',
|
|
@@ -281,7 +282,6 @@
|
|
|
281
282
|
'lib/internal/util/colors.js',
|
|
282
283
|
'lib/internal/util/comparisons.js',
|
|
283
284
|
'lib/internal/util/debuglog.js',
|
|
284
|
-
'lib/internal/util/embedding.js',
|
|
285
285
|
'lib/internal/util/inspect.js',
|
|
286
286
|
'lib/internal/util/inspector.js',
|
|
287
287
|
'lib/internal/util/parse_args/parse_args.js',
|
|
@@ -310,6 +310,7 @@
|
|
|
310
310
|
'lib/internal/worker.js',
|
|
311
311
|
'lib/internal/worker/io.js',
|
|
312
312
|
'lib/internal/worker/js_transferable.js',
|
|
313
|
+
'lib/internal/worker/messaging.js',
|
|
313
314
|
'lib/module.js',
|
|
314
315
|
'lib/net.js',
|
|
315
316
|
'lib/os.js',
|
|
@@ -324,6 +325,7 @@
|
|
|
324
325
|
'lib/readline/promises.js',
|
|
325
326
|
'lib/repl.js',
|
|
326
327
|
'lib/sea.js',
|
|
328
|
+
'lib/sqlite.js',
|
|
327
329
|
'lib/stream.js',
|
|
328
330
|
'lib/stream/consumers.js',
|
|
329
331
|
'lib/stream/promises.js',
|
package/include/node/node.h
CHANGED
|
@@ -658,10 +658,14 @@ enum Flags : uint64_t {
|
|
|
658
658
|
// inspector in situations where one has already been created,
|
|
659
659
|
// e.g. Blink's in Chromium.
|
|
660
660
|
kNoCreateInspector = 1 << 9,
|
|
661
|
-
// Controls
|
|
662
|
-
// call StartDebugSignalHandler.
|
|
661
|
+
// Controls whether or not the InspectorAgent for this Environment should
|
|
662
|
+
// call StartDebugSignalHandler. This control is needed by embedders who may
|
|
663
663
|
// not want to allow other processes to start the V8 inspector.
|
|
664
|
-
kNoStartDebugSignalHandler = 1 << 10
|
|
664
|
+
kNoStartDebugSignalHandler = 1 << 10,
|
|
665
|
+
// Controls whether the InspectorAgent created for this Environment waits for
|
|
666
|
+
// Inspector frontend events during the Environment creation. It's used to
|
|
667
|
+
// call node::Stop(env) on a Worker thread that is waiting for the events.
|
|
668
|
+
kNoWaitForInspectorFrontend = 1 << 11
|
|
665
669
|
};
|
|
666
670
|
} // namespace EnvironmentFlags
|
|
667
671
|
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
.\" * Language reference:
|
|
5
5
|
.\" https://man.openbsd.org/mdoc.7
|
|
6
6
|
.\"
|
|
7
|
-
.\" * Atom editor support:
|
|
8
|
-
.\" https://atom.io/packages/language-roff
|
|
9
|
-
.\"
|
|
10
7
|
.\" * Linting changes:
|
|
11
8
|
.\" mandoc -Wall -Tlint /path/to/this.file # BSD
|
|
12
9
|
.\" groff -w all -z /path/to/this.file # GNU/Linux, macOS
|
|
@@ -185,6 +182,9 @@ Enable the experimental permission model.
|
|
|
185
182
|
.It Fl -experimental-shadow-realm
|
|
186
183
|
Use this flag to enable ShadowRealm support.
|
|
187
184
|
.
|
|
185
|
+
.It Fl -experimental-sqlite
|
|
186
|
+
Enable the experimental node:sqlite module.
|
|
187
|
+
.
|
|
188
188
|
.It Fl -experimental-test-coverage
|
|
189
189
|
Enable code coverage in the test runner.
|
|
190
190
|
.
|
|
@@ -444,6 +444,12 @@ Starts the Node.js command line test runner.
|
|
|
444
444
|
The maximum number of test files that the test runner CLI will execute
|
|
445
445
|
concurrently.
|
|
446
446
|
.
|
|
447
|
+
.It Fl -test-coverage-exclude
|
|
448
|
+
A glob pattern that excludes matching files from the coverage report
|
|
449
|
+
.
|
|
450
|
+
.It Fl -test-coverage-include
|
|
451
|
+
A glob pattern that only includes matching files in the coverage report
|
|
452
|
+
.
|
|
447
453
|
.It Fl -test-force-exit
|
|
448
454
|
Configures the test runner to exit the process once all known tests have
|
|
449
455
|
finished executing even if the event loop would otherwise remain active.
|