node-aix-ppc64 18.3.0 → 18.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,8 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#18.4.0">18.4.0</a><br/>
12
+ <a href="#18.3.0">18.3.0</a><br/>
11
13
  <a href="#18.2.0">18.2.0</a><br/>
12
14
  <a href="#18.1.0">18.1.0</a><br/>
13
15
  <a href="#18.0.0">18.0.0</a><br/>
@@ -35,6 +37,118 @@
35
37
  * [io.js](CHANGELOG_IOJS.md)
36
38
  * [Archive](CHANGELOG_ARCHIVE.md)
37
39
 
40
+ <a id="18.4.0"></a>
41
+
42
+ ## 2022-06-16, Version 18.4.0 (Current), @danielleadams
43
+
44
+ ### Notable Changes
45
+
46
+ * **crypto**:
47
+ * remove Node.js-specific webcrypto extensions (Filip Skokan) [#43310](https://github.com/nodejs/node/pull/43310)
48
+ * add CFRG curves to Web Crypto API (Filip Skokan) [#42507](https://github.com/nodejs/node/pull/42507)
49
+ * **dns**:
50
+ * accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) [#43054](https://github.com/nodejs/node/pull/43054)
51
+ * **report**:
52
+ * add more heap infos in process report (theanarkh) [#43116](https://github.com/nodejs/node/pull/43116)
53
+
54
+ ### Commits
55
+
56
+ * \[[`702bfa0b7c`](https://github.com/nodejs/node/commit/702bfa0b7c)] - **async\_hooks**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
57
+ * \[[`f7c4015fd8`](https://github.com/nodejs/node/commit/f7c4015fd8)] - **bootstrap**: consolidate global properties definition (Chengzhong Wu) [#43357](https://github.com/nodejs/node/pull/43357)
58
+ * \[[`8d892f5259`](https://github.com/nodejs/node/commit/8d892f5259)] - **build**: add nonpm and nocorepack to vcbuild.bat (Darshan Sen) [#43219](https://github.com/nodejs/node/pull/43219)
59
+ * \[[`4109ddc005`](https://github.com/nodejs/node/commit/4109ddc005)] - **child\_process**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
60
+ * \[[`7b5cb14f0c`](https://github.com/nodejs/node/commit/7b5cb14f0c)] - **cluster**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
61
+ * \[[`9f1de2c005`](https://github.com/nodejs/node/commit/9f1de2c005)] - **crypto**: fix webcrypto import of cfrg raw public keys (Filip Skokan) [#43404](https://github.com/nodejs/node/pull/43404)
62
+ * \[[`7f02e22998`](https://github.com/nodejs/node/commit/7f02e22998)] - **crypto**: test webcrypto ec raw public key import (Filip Skokan) [#43405](https://github.com/nodejs/node/pull/43405)
63
+ * \[[`0a075cb548`](https://github.com/nodejs/node/commit/0a075cb548)] - **crypto**: fix webcrypto JWK EC and OKP import crv check (Filip Skokan) [#43346](https://github.com/nodejs/node/pull/43346)
64
+ * \[[`df0903c8e8`](https://github.com/nodejs/node/commit/df0903c8e8)] - **crypto**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
65
+ * \[[`6d0053345e`](https://github.com/nodejs/node/commit/6d0053345e)] - **(SEMVER-MINOR)** **crypto**: remove Node.js-specific webcrypto extensions (Filip Skokan) [#43310](https://github.com/nodejs/node/pull/43310)
66
+ * \[[`28c034d6b5`](https://github.com/nodejs/node/commit/28c034d6b5)] - **(SEMVER-MINOR)** **crypto**: add CFRG curves to Web Crypto API (Filip Skokan) [#42507](https://github.com/nodejs/node/pull/42507)
67
+ * \[[`fe7fd85109`](https://github.com/nodejs/node/commit/fe7fd85109)] - **deps**: update Corepack to 0.11.2 (Maël Nison) [#43402](https://github.com/nodejs/node/pull/43402)
68
+ * \[[`517f17b214`](https://github.com/nodejs/node/commit/517f17b214)] - **deps**: update undici to 5.5.1 (Node.js GitHub Bot) [#43412](https://github.com/nodejs/node/pull/43412)
69
+ * \[[`f4c830fbe4`](https://github.com/nodejs/node/commit/f4c830fbe4)] - **deps**: upgrade npm to 8.12.1 (npm CLI robot) [#43301](https://github.com/nodejs/node/pull/43301)
70
+ * \[[`0bb84b09a5`](https://github.com/nodejs/node/commit/0bb84b09a5)] - **(SEMVER-MINOR)** **dns**: accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) [#43054](https://github.com/nodejs/node/pull/43054)
71
+ * \[[`f91babe494`](https://github.com/nodejs/node/commit/f91babe494)] - **doc**: packages documentation updates for 12 EOL (Guy Bedford) [#43375](https://github.com/nodejs/node/pull/43375)
72
+ * \[[`066f963ec1`](https://github.com/nodejs/node/commit/066f963ec1)] - **doc**: add initial doc on how to update cjs-module-lexer (Michael Dawson) [#43255](https://github.com/nodejs/node/pull/43255)
73
+ * \[[`36e5684ae0`](https://github.com/nodejs/node/commit/36e5684ae0)] - **doc**: clarify use of deps/icu-small (Michael Dawson) [#43287](https://github.com/nodejs/node/pull/43287)
74
+ * \[[`b9634e7ef3`](https://github.com/nodejs/node/commit/b9634e7ef3)] - **doc**: remove llnode from diag tierlist (Tony Gorez) [#43289](https://github.com/nodejs/node/pull/43289)
75
+ * \[[`4caeb10e7b`](https://github.com/nodejs/node/commit/4caeb10e7b)] - **doc**: remove ETW from diag tierlist (Tony Gorez) [#43295](https://github.com/nodejs/node/pull/43295)
76
+ * \[[`41955e5ce5`](https://github.com/nodejs/node/commit/41955e5ce5)] - **doc**: use serial comma in report docs (Tobias Nießen) [#43394](https://github.com/nodejs/node/pull/43394)
77
+ * \[[`e30d4c1cb0`](https://github.com/nodejs/node/commit/e30d4c1cb0)] - **doc**: add fspromises mkdir example (Tierney Cyren) [#40843](https://github.com/nodejs/node/pull/40843)
78
+ * \[[`adec5fa929`](https://github.com/nodejs/node/commit/adec5fa929)] - **doc**: add F3n67u to triagers (Feng Yu) [#43350](https://github.com/nodejs/node/pull/43350)
79
+ * \[[`cc3505b192`](https://github.com/nodejs/node/commit/cc3505b192)] - **doc**: fix typo in globals.md (Daeyeon Jeong) [#43365](https://github.com/nodejs/node/pull/43365)
80
+ * \[[`052c8eaf6a`](https://github.com/nodejs/node/commit/052c8eaf6a)] - **doc**: use serial comma in webstreams docs (Tobias Nießen) [#43353](https://github.com/nodejs/node/pull/43353)
81
+ * \[[`b824a0b7d0`](https://github.com/nodejs/node/commit/b824a0b7d0)] - **doc**: fix specifier example in `esm.md` (hiroki osame) [#43351](https://github.com/nodejs/node/pull/43351)
82
+ * \[[`d558b3c028`](https://github.com/nodejs/node/commit/d558b3c028)] - **doc**: add undici to glossary (F3n67u) [#43327](https://github.com/nodejs/node/pull/43327)
83
+ * \[[`f9ad98f5cb`](https://github.com/nodejs/node/commit/f9ad98f5cb)] - **doc**: change glossary link in pull request guide to node's glossary doc (Feng Yu) [#43318](https://github.com/nodejs/node/pull/43318)
84
+ * \[[`02944a6783`](https://github.com/nodejs/node/commit/02944a6783)] - **doc**: fix typo in util.parseArgs usage example (Michael Ficarra) [#43332](https://github.com/nodejs/node/pull/43332)
85
+ * \[[`f2bc6a3f71`](https://github.com/nodejs/node/commit/f2bc6a3f71)] - **doc**: improve description of TZ (Tobias Nießen) [#43334](https://github.com/nodejs/node/pull/43334)
86
+ * \[[`9335ea6c35`](https://github.com/nodejs/node/commit/9335ea6c35)] - **doc**: use serial comma in net docs (Tobias Nießen) [#43335](https://github.com/nodejs/node/pull/43335)
87
+ * \[[`05f38c6c3e`](https://github.com/nodejs/node/commit/05f38c6c3e)] - **doc**: make clear the result of comparison between Symbol.for (Kohei Ueno) [#43309](https://github.com/nodejs/node/pull/43309)
88
+ * \[[`c9aed9de9f`](https://github.com/nodejs/node/commit/c9aed9de9f)] - **doc**: add missing require to stream api doc (Feng Yu) [#43237](https://github.com/nodejs/node/pull/43237)
89
+ * \[[`f3188c1c9c`](https://github.com/nodejs/node/commit/f3188c1c9c)] - **doc**: add CIGTM to `glossary.md` (Feng Yu) [#43316](https://github.com/nodejs/node/pull/43316)
90
+ * \[[`c572d2d115`](https://github.com/nodejs/node/commit/c572d2d115)] - **doc**: use serial comma in pull request doc (Feng Yu) [#43319](https://github.com/nodejs/node/pull/43319)
91
+ * \[[`8a4e1fa002`](https://github.com/nodejs/node/commit/8a4e1fa002)] - **doc**: use serial comma in ESM docs (Tobias Nießen) [#43322](https://github.com/nodejs/node/pull/43322)
92
+ * \[[`fff0560a66`](https://github.com/nodejs/node/commit/fff0560a66)] - **doc**: promote cdt to tier 3 (Tony Gorez) [#43290](https://github.com/nodejs/node/pull/43290)
93
+ * \[[`7d0f6da97f`](https://github.com/nodejs/node/commit/7d0f6da97f)] - **doc**: fix chromium document link in pull-requests.md (rikapo) [#43265](https://github.com/nodejs/node/pull/43265)
94
+ * \[[`4674b0d2a5`](https://github.com/nodejs/node/commit/4674b0d2a5)] - **doc**: fix 404 link of BUILDING.md (Feng Yu) [#43234](https://github.com/nodejs/node/pull/43234)
95
+ * \[[`ee392c5c0b`](https://github.com/nodejs/node/commit/ee392c5c0b)] - **doc**: update CHANGELOG\_V18.md (Filip Skokan) [#43298](https://github.com/nodejs/node/pull/43298)
96
+ * \[[`5a3a2a197f`](https://github.com/nodejs/node/commit/5a3a2a197f)] - **doc**: add src/crypto to CC list for nodejs/crypto (Tobias Nießen) [#43286](https://github.com/nodejs/node/pull/43286)
97
+ * \[[`69ce50396c`](https://github.com/nodejs/node/commit/69ce50396c)] - **doc**: use serial comma in console docs (Tobias Nießen) [#43257](https://github.com/nodejs/node/pull/43257)
98
+ * \[[`0c5092c51c`](https://github.com/nodejs/node/commit/0c5092c51c)] - **events**: fix adding abort listener in `events.once` (Daeyeon Jeong) [#43373](https://github.com/nodejs/node/pull/43373)
99
+ * \[[`fda2105481`](https://github.com/nodejs/node/commit/fda2105481)] - **events**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
100
+ * \[[`63bf49b143`](https://github.com/nodejs/node/commit/63bf49b143)] - **fs**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
101
+ * \[[`9b764531b9`](https://github.com/nodejs/node/commit/9b764531b9)] - **fs**: export constants from `fs/promises` (Feng Yu) [#43177](https://github.com/nodejs/node/pull/43177)
102
+ * \[[`a4409f85f8`](https://github.com/nodejs/node/commit/a4409f85f8)] - **http**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
103
+ * \[[`2ffd54105a`](https://github.com/nodejs/node/commit/2ffd54105a)] - **http2**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
104
+ * \[[`b468b8fe51`](https://github.com/nodejs/node/commit/b468b8fe51)] - **https**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
105
+ * \[[`d2a98dc6cf`](https://github.com/nodejs/node/commit/d2a98dc6cf)] - **inspector**: add missing initialization (Michael Dawson) [#43254](https://github.com/nodejs/node/pull/43254)
106
+ * \[[`3b2f7eed39`](https://github.com/nodejs/node/commit/3b2f7eed39)] - **lib**: use `kEmptyObject` in various places (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
107
+ * \[[`4a9511d971`](https://github.com/nodejs/node/commit/4a9511d971)] - **lib**: give names to promisified methods (LiviaMedeiros) [#43218](https://github.com/nodejs/node/pull/43218)
108
+ * \[[`b8644606eb`](https://github.com/nodejs/node/commit/b8644606eb)] - **lib**: use null-prototype objects for property descriptors (Antoine du Hamel) [#43270](https://github.com/nodejs/node/pull/43270)
109
+ * \[[`64edd6cbc3`](https://github.com/nodejs/node/commit/64edd6cbc3)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#43399](https://github.com/nodejs/node/pull/43399)
110
+ * \[[`b05cea57ba`](https://github.com/nodejs/node/commit/b05cea57ba)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43387](https://github.com/nodejs/node/pull/43387)
111
+ * \[[`a8ecec57e3`](https://github.com/nodejs/node/commit/a8ecec57e3)] - **meta**: move one or more collaborators to emeritus (#43183) (Node.js GitHub Bot) [#43183](https://github.com/nodejs/node/pull/43183)
112
+ * \[[`60dc36244a`](https://github.com/nodejs/node/commit/60dc36244a)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43312](https://github.com/nodejs/node/pull/43312)
113
+ * \[[`9803b82ac7`](https://github.com/nodejs/node/commit/9803b82ac7)] - **net,dns**: move hasObserver out of perf function (theanarkh) [#43217](https://github.com/nodejs/node/pull/43217)
114
+ * \[[`112518fb1d`](https://github.com/nodejs/node/commit/112518fb1d)] - **perf\_hooks**: fix function wrapped by `timerify` to work correctly (Kohei Ueno) [#43330](https://github.com/nodejs/node/pull/43330)
115
+ * \[[`a3310d13bf`](https://github.com/nodejs/node/commit/a3310d13bf)] - **perf\_hooks**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
116
+ * \[[`7e8a00a26d`](https://github.com/nodejs/node/commit/7e8a00a26d)] - **readline**: fix question stack overflow (Eugene Chapko) [#43320](https://github.com/nodejs/node/pull/43320)
117
+ * \[[`5e98cacf77`](https://github.com/nodejs/node/commit/5e98cacf77)] - **readline**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
118
+ * \[[`66d956ca49`](https://github.com/nodejs/node/commit/66d956ca49)] - **repl**: make autocomplete case-insensitive (Sergey Petushkov) [#41632](https://github.com/nodejs/node/pull/41632)
119
+ * \[[`201f3d7f56`](https://github.com/nodejs/node/commit/201f3d7f56)] - **(SEMVER-MINOR)** **report**: add more heap infos in process report (theanarkh) [#43116](https://github.com/nodejs/node/pull/43116)
120
+ * \[[`a0568409b6`](https://github.com/nodejs/node/commit/a0568409b6)] - **src**: fix json utils escapes for U+000B (Chengzhong Wu) [#43206](https://github.com/nodejs/node/pull/43206)
121
+ * \[[`931ecfa033`](https://github.com/nodejs/node/commit/931ecfa033)] - **src**: fix memory leaks and refactor `ByteSource` (Tobias Nießen) [#43202](https://github.com/nodejs/node/pull/43202)
122
+ * \[[`5e65c1f3da`](https://github.com/nodejs/node/commit/5e65c1f3da)] - **src**: convey potential exceptions during StreamPipe construction (Darshan Sen) [#43240](https://github.com/nodejs/node/pull/43240)
123
+ * \[[`b200a5ff67`](https://github.com/nodejs/node/commit/b200a5ff67)] - **stream**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
124
+ * \[[`1cc1a57cdb`](https://github.com/nodejs/node/commit/1cc1a57cdb)] - **test**: remove unused argument in test-util-inspect.js (Colin Ihrig) [#43395](https://github.com/nodejs/node/pull/43395)
125
+ * \[[`42c2115a82`](https://github.com/nodejs/node/commit/42c2115a82)] - **test**: mark test\_buffer/test\_finalizer flaky (Michael Dawson) [#43414](https://github.com/nodejs/node/pull/43414)
126
+ * \[[`71802c32d0`](https://github.com/nodejs/node/commit/71802c32d0)] - **test**: fix address in use error (Caleb Everett) [#43199](https://github.com/nodejs/node/pull/43199)
127
+ * \[[`e1b8c85a7a`](https://github.com/nodejs/node/commit/e1b8c85a7a)] - **test**: add test for short-option followed by its value (Kohei Ueno) [#43358](https://github.com/nodejs/node/pull/43358)
128
+ * \[[`f8d26c6011`](https://github.com/nodejs/node/commit/f8d26c6011)] - **test**: fix `common.mustNotCall` error message (Antoine du Hamel) [#42917](https://github.com/nodejs/node/pull/42917)
129
+ * \[[`18fffe6108`](https://github.com/nodejs/node/commit/18fffe6108)] - **test**: convert then to async/await (Meek Simbule) [#43292](https://github.com/nodejs/node/pull/43292)
130
+ * \[[`acd96d80eb`](https://github.com/nodejs/node/commit/acd96d80eb)] - **test**: add `BigInt`s to `common.getArrayBufferViews()` (LiviaMedeiros) [#43235](https://github.com/nodejs/node/pull/43235)
131
+ * \[[`e576a7fa50`](https://github.com/nodejs/node/commit/e576a7fa50)] - **test\_runner**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
132
+ * \[[`fecad7a3a5`](https://github.com/nodejs/node/commit/fecad7a3a5)] - **timers**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
133
+ * \[[`e31baca76a`](https://github.com/nodejs/node/commit/e31baca76a)] - **tls**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
134
+ * \[[`7f8f61a749`](https://github.com/nodejs/node/commit/7f8f61a749)] - **tls**: fix performance regression in `convertALPNProtocols()` (LiviaMedeiros) [#43250](https://github.com/nodejs/node/pull/43250)
135
+ * \[[`ac9599a718`](https://github.com/nodejs/node/commit/ac9599a718)] - **tools**: report unsafe string and regex primordials as lint errors (Antoine du Hamel) [#43393](https://github.com/nodejs/node/pull/43393)
136
+ * \[[`b69d874592`](https://github.com/nodejs/node/commit/b69d874592)] - **tools**: fix `create-or-update-pull-request-action` hash on GHA (Antoine du Hamel) [#43378](https://github.com/nodejs/node/pull/43378)
137
+ * \[[`cf8a115983`](https://github.com/nodejs/node/commit/cf8a115983)] - **tools**: add `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#43308](https://github.com/nodejs/node/pull/43308)
138
+ * \[[`8c0fe1e184`](https://github.com/nodejs/node/commit/8c0fe1e184)] - **tools**: fix find-inactive actions (LiviaMedeiros) [#43377](https://github.com/nodejs/node/pull/43377)
139
+ * \[[`7f45d69f83`](https://github.com/nodejs/node/commit/7f45d69f83)] - **tools**: update lint-md-dependencies to rollup\@2.75.5 (Node.js GitHub Bot) [#43313](https://github.com/nodejs/node/pull/43313)
140
+ * \[[`d5d0f01c5a`](https://github.com/nodejs/node/commit/d5d0f01c5a)] - **tools**: update eslint to 8.17.0 (Node.js GitHub Bot) [#43314](https://github.com/nodejs/node/pull/43314)
141
+ * \[[`f598fe1585`](https://github.com/nodejs/node/commit/f598fe1585)] - **tools**: use hashes instead of tags for external actions (#43284) (Antoine du Hamel) [#43284](https://github.com/nodejs/node/pull/43284)
142
+ * \[[`10f79947d9`](https://github.com/nodejs/node/commit/10f79947d9)] - **tools**: update `codecov/codecov-action` version (Antoine du Hamel) [#43297](https://github.com/nodejs/node/pull/43297)
143
+ * \[[`f93848fa50`](https://github.com/nodejs/node/commit/f93848fa50)] - **tools**: update lint-md-dependencies to rollup\@2.75.3 (Node.js GitHub Bot) [#43261](https://github.com/nodejs/node/pull/43261)
144
+ * \[[`b3d7dc1de8`](https://github.com/nodejs/node/commit/b3d7dc1de8)] - **tools**: update clang-format 1.7.0 to 1.8.0 (Darshan Sen) [#43241](https://github.com/nodejs/node/pull/43241)
145
+ * \[[`812140c65a`](https://github.com/nodejs/node/commit/812140c65a)] - **tools,doc**: add guards against prototype pollution when creating proxies (Antoine du Hamel) [#43391](https://github.com/nodejs/node/pull/43391)
146
+ * \[[`56b8cc5cef`](https://github.com/nodejs/node/commit/56b8cc5cef)] - **util**: freeze `kEnumerableProperty` (LiviaMedeiros) [#43390](https://github.com/nodejs/node/pull/43390)
147
+ * \[[`b187d55b6d`](https://github.com/nodejs/node/commit/b187d55b6d)] - **util**: add `kEmptyObject` to internal/util (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
148
+ * \[[`024b396275`](https://github.com/nodejs/node/commit/024b396275)] - **vm**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
149
+ * \[[`7fc432fa35`](https://github.com/nodejs/node/commit/7fc432fa35)] - **wasi**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
150
+ * \[[`44b65d0ca7`](https://github.com/nodejs/node/commit/44b65d0ca7)] - **worker**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
151
+
38
152
  <a id="18.3.0"></a>
39
153
 
40
154
  ## 2022-06-01, Version 18.3.0 (Current), @bengl
package/README.md CHANGED
@@ -286,8 +286,6 @@ For information about the governance of the Node.js project, see
286
286
  **Ben Noordhuis** <<info@bnoordhuis.nl>>
287
287
  * [BridgeAR](https://github.com/BridgeAR) -
288
288
  **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
289
- * [bzoz](https://github.com/bzoz) -
290
- **Bartosz Sosnowski** <<bartosz@janeasystems.com>>
291
289
  * [cclauss](https://github.com/cclauss) -
292
290
  **Christian Clauss** <<cclauss@me.com>> (he/him)
293
291
  * [ChALkeR](https://github.com/ChALkeR) -
@@ -330,8 +328,6 @@ For information about the governance of the Node.js project, see
330
328
  **Harshitha K P** <<harshitha014@gmail.com>> (she/her)
331
329
  * [himself65](https://github.com/himself65) -
332
330
  **Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
333
- * [hiroppy](https://github.com/hiroppy) -
334
- **Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
335
331
  * [iansu](https://github.com/iansu) -
336
332
  **Ian Sutherland** <<ian@iansutherland.ca>>
337
333
  * [indutny](https://github.com/indutny) -
@@ -364,8 +360,6 @@ For information about the governance of the Node.js project, see
364
360
  **LiviaMedeiros** <<livia@cirno.name>>
365
361
  * [lpinca](https://github.com/lpinca) -
366
362
  **Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
367
- * [lundibundi](https://github.com/lundibundi) -
368
- **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
369
363
  * [Lxxyx](https://github.com/Lxxyx) -
370
364
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
371
365
  * [marsonya](https://github.com/marsonya) -
@@ -474,6 +468,8 @@ For information about the governance of the Node.js project, see
474
468
  **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
475
469
  * [brendanashworth](https://github.com/brendanashworth) -
476
470
  **Brendan Ashworth** <<brendan.ashworth@me.com>>
471
+ * [bzoz](https://github.com/bzoz) -
472
+ **Bartosz Sosnowski** <<bartosz@janeasystems.com>>
477
473
  * [calvinmetcalf](https://github.com/calvinmetcalf) -
478
474
  **Calvin Metcalf** <<calvin.metcalf@gmail.com>>
479
475
  * [chrisdickinson](https://github.com/chrisdickinson) -
@@ -506,6 +502,8 @@ For information about the governance of the Node.js project, see
506
502
  **Glen Keane** <<glenkeane.94@gmail.com>> (he/him)
507
503
  * [hashseed](https://github.com/hashseed) -
508
504
  **Yang Guo** <<yangguo@chromium.org>> (he/him)
505
+ * [hiroppy](https://github.com/hiroppy) -
506
+ **Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
509
507
  * [iarna](https://github.com/iarna) -
510
508
  **Rebecca Turner** <<me@re-becca.org>>
511
509
  * [imran-iq](https://github.com/imran-iq) -
@@ -538,6 +536,8 @@ For information about the governance of the Node.js project, see
538
536
  **Lance Ball** <<lball@redhat.com>> (he/him)
539
537
  * [lucamaraschi](https://github.com/lucamaraschi) -
540
538
  **Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
539
+ * [lundibundi](https://github.com/lundibundi) -
540
+ **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
541
541
  * [lxe](https://github.com/lxe) -
542
542
  **Aleksey Smolenchuk** <<lxe@lxe.co>>
543
543
  * [maclover7](https://github.com/maclover7) -
@@ -646,6 +646,8 @@ maintaining the Node.js project.
646
646
 
647
647
  * [Ayase-252](https://github.com/Ayase-252) -
648
648
  **Qingyu Deng** <<i@ayase-lab.com>>
649
+ * [F3n67u](https://github.com/F3n67u) -
650
+ **Feng Yu** <<F3n67u@outlook.com>> (he/him)
649
651
  * [himadriganguly](https://github.com/himadriganguly) -
650
652
  **Himadri Ganguly** <<himadri.tech@gmail.com>> (he/him)
651
653
  * [iam-frankqiu](https://github.com/iam-frankqiu) -
package/bin/node CHANGED
Binary file
@@ -155,9 +155,9 @@
155
155
  'lib/internal/console/global.js',
156
156
  'lib/internal/crypto/aes.js',
157
157
  'lib/internal/crypto/certificate.js',
158
+ 'lib/internal/crypto/cfrg.js',
158
159
  'lib/internal/crypto/cipher.js',
159
160
  'lib/internal/crypto/diffiehellman.js',
160
- 'lib/internal/crypto/dsa.js',
161
161
  'lib/internal/crypto/ec.js',
162
162
  'lib/internal/crypto/hash.js',
163
163
  'lib/internal/crypto/hashnames.js',
@@ -5949,7 +5949,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0xc3f8bf82b0
5949
5949
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xf7c8488c745f3308
5950
5950
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x9e7922885c6c5f9e
5951
5951
  _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x29976dedf87fc2f5
5952
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xa2fb48b494003034
5952
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x5ad5958d15f0837
5953
5953
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5954
5954
  _GLOBAL__I_65535_0__Z16_register_configv
5955
5955
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -45709,15 +45709,12 @@ _ZN4node10JSONWriter12write_stringEPKc
45709
45709
  _ZN4node10JSONWriter12write_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
45710
45710
  _ZN4node10JSONWriter13json_arrayendEv
45711
45711
  _ZN4node10JSONWriter13json_keyvalueIA11_cmEEvRKT_RKT0_
45712
- _ZN4node10JSONWriter13json_keyvalueIA15_cdEEvRKT_RKT0_
45713
45712
  _ZN4node10JSONWriter13json_keyvalueIA5_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRKT_RKT0_
45714
45713
  _ZN4node10JSONWriter13json_keyvalueIA5_cmEEvRKT_RKT0_
45715
45714
  _ZN4node10JSONWriter13json_keyvalueIA8_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRKT_RKT0_
45716
- _ZN4node10JSONWriter13json_keyvalueIA9_cmEEvRKT_RKT0_
45717
45715
  _ZN4node10JSONWriter14json_objectendEv
45718
45716
  _ZN4node10JSONWriter15json_arraystartIPKcEEvT_
45719
45717
  _ZN4node10JSONWriter16json_objectstartIPKcEEvT_
45720
- _ZN4node10JSONWriter8json_endEv
45721
45718
  _ZN4node10MapKVStore3SetEPN2v87IsolateENS1_5LocalINS1_6StringEEES6_
45722
45719
  _ZN4node10MapKVStore6DeleteEPN2v87IsolateENS1_5LocalINS1_6StringEEE
45723
45720
  _ZN4node10MapKVStoreD0Ev
@@ -45779,6 +45776,7 @@ _ZN4node10StreamPipe16WritableListener18OnStreamWantsWriteEm
45779
45776
  _ZN4node10StreamPipe16WritableListener21OnStreamAfterShutdownEPNS_12ShutdownWrapEi
45780
45777
  _ZN4node10StreamPipe16WritableListenerD0Ev
45781
45778
  _ZN4node10StreamPipe16WritableListenerD1Ev
45779
+ _ZN4node10StreamPipe3NewEPNS_10StreamBaseES2_N2v85LocalINS3_6ObjectEEE
45782
45780
  _ZN4node10StreamPipe3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45783
45781
  _ZN4node10StreamPipe5StartERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45784
45782
  _ZN4node10StreamPipe6UnpipeERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -47676,15 +47674,12 @@ _ZN4node6crypto10ByteSource18FromStringOrBufferEPNS_11EnvironmentEN2v85LocalINS4
47676
47674
  _ZN4node6crypto10ByteSource18NullTerminatedCopyEPNS_11EnvironmentEN2v85LocalINS4_5ValueEEE
47677
47675
  _ZN4node6crypto10ByteSource21ReleaseToBackingStoreEv
47678
47676
  _ZN4node6crypto10ByteSource28FromSymmetricKeyObjectHandleEN2v85LocalINS2_5ValueEEE
47679
- _ZN4node6crypto10ByteSource5resetEv
47680
- _ZN4node6crypto10ByteSource7ForeignEPKcm
47677
+ _ZN4node6crypto10ByteSource7ForeignEPKvm
47681
47678
  _ZN4node6crypto10ByteSource7FromBIOERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS3_XadL_Z12BIO_free_allEEEEE
47682
47679
  _ZN4node6crypto10ByteSource8ToBufferEPNS_11EnvironmentE
47683
- _ZN4node6crypto10ByteSource9AllocatedEPcm
47680
+ _ZN4node6crypto10ByteSource9AllocatedEPvm
47684
47681
  _ZN4node6crypto10ByteSourceC1EOS1_
47685
- _ZN4node6crypto10ByteSourceC1EPKcPcm
47686
47682
  _ZN4node6crypto10ByteSourceC2EOS1_
47687
- _ZN4node6crypto10ByteSourceC2EPKcPcm
47688
47683
  _ZN4node6crypto10ByteSourceD1Ev
47689
47684
  _ZN4node6crypto10ByteSourceD2Ev
47690
47685
  _ZN4node6crypto10ByteSourceaSEOS1_
@@ -47891,6 +47886,7 @@ _ZN4node6crypto13KeyObjectDataC2ENS0_10ByteSourceE
47891
47886
  _ZN4node6crypto13KeyObjectDataC2ENS0_7KeyTypeERKNS0_14ManagedEVPPKeyE
47892
47887
  _ZN4node6crypto13KeyObjectDataD0Ev
47893
47888
  _ZN4node6crypto13KeyObjectDataD1Ev
47889
+ _ZN4node6crypto13MallocOpenSSLIcEEPT_m
47894
47890
  _ZN4node6crypto13SecureContext10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
47895
47891
  _ZN4node6crypto13SecureContext10LoadPKCS12ERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47896
47892
  _ZN4node6crypto13SecureContext10SetCiphersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -60378,9 +60374,6 @@ _ZNK4node5http29Http2Ping10MemoryInfoEPNS_13MemoryTrackerE
60378
60374
  _ZNK4node5http29Http2Ping14MemoryInfoNameB5cxx11Ev
60379
60375
  _ZNK4node5http29Http2Ping8SelfSizeEv
60380
60376
  _ZNK4node5http29Http2Ping8callbackEv
60381
- _ZNK4node6crypto10ByteSource3getEv
60382
- _ZNK4node6crypto10ByteSource4ToBNEv
60383
- _ZNK4node6crypto10ByteSource4sizeEv
60384
60377
  _ZNK4node6crypto10CipherBase10MemoryInfoEPNS_13MemoryTrackerE
60385
60378
  _ZNK4node6crypto10CipherBase14MemoryInfoNameB5cxx11Ev
60386
60379
  _ZNK4node6crypto10CipherBase19IsAuthenticatedModeEv
@@ -64654,6 +64647,7 @@ _ZNSt6vectorIN2v85LocalINS0_17SharedArrayBufferEEESaIS3_EE17_M_realloc_insertIJR
64654
64647
  _ZNSt6vectorIN2v85LocalINS0_5ArrayEEESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
64655
64648
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE12emplace_backIJNS1_INS0_6NumberEEEEEERS3_DpOT_
64656
64649
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE12emplace_backIJNS1_INS0_6StringEEEEEERS3_DpOT_
64650
+ _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE12emplace_backIJRNS1_INS0_6StringEEEEEERS3_DpOT_
64657
64651
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_6ObjectEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
64658
64652
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_6StringEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
64659
64653
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_7IntegerEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
@@ -71187,8 +71181,6 @@ _ZZN4node6MallocI7hostentEEPT_mE4args
71187
71181
  _ZZN4node6MallocIPcEEPT_mE4args
71188
71182
  _ZZN4node6MallocIcEEPT_mE4args
71189
71183
  _ZZN4node6MallocIhEEPT_mE4args
71190
- _ZZN4node6crypto10ByteSource6ResizeEmE4args
71191
- _ZZN4node6crypto10ByteSource6ResizeEmE4args_0
71192
71184
  _ZZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args
71193
71185
  _ZZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args_0
71194
71186
  _ZZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args_1
@@ -71235,7 +71227,6 @@ _ZZN4node6crypto13EnginePointer5resetEP9engine_stbE4args
71235
71227
  _ZZN4node6crypto13EnginePointer5resetEP9engine_stbE4args_0
71236
71228
  _ZZN4node6crypto13MallocOpenSSLIcEEPT_mE4args
71237
71229
  _ZZN4node6crypto13MallocOpenSSLIhEEPT_mE4args
71238
- _ZZN4node6crypto14ReallocOpenSSLIcEEPT_S3_mE4args
71239
71230
  _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
71240
71231
  _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args_0
71241
71232
  _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z28EVP_PKEY_verify_recover_initEEXadL_Z23EVP_PKEY_verify_recoverEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
@@ -71396,7 +71387,6 @@ _ZZNK4node10UnionBytes14two_bytes_dataEvE4args
71396
71387
  _ZZNK4node14options_parser13OptionsParserINS_12DebugOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
71397
71388
  _ZZNK4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
71398
71389
  _ZZNK4node14options_parser13OptionsParserINS_17PerProcessOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
71399
- _ZZNK4node16NonCopyableMaybeINS_6crypto10ByteSourceEEptEvE4args
71400
71390
  _ZZNK4node20SyncProcessStdioPipe7uv_pipeEvE4args
71401
71391
  _ZZNK4node6crypto25ArrayBufferOrViewContentsIcE20ToNullTerminatedCopyEvE4args
71402
71392
  _ZZNK4node7TCPWrap14MemoryInfoNameB5cxx11EvE4args
@@ -71405,6 +71395,7 @@ _ZZNK4node9Histogram10PercentileEdE4args
71405
71395
  _ZZNK4node9Histogram10PercentileEdE4args_0
71406
71396
  _ZZNK4node9inspector8protocol6Binary4dataEvE4args
71407
71397
  _ZZNK4node9inspector8protocol6Binary8toBase64B5cxx11EvE4args
71398
+ _ZZNO4node6crypto10ByteSource7Builder7releaseESt8optionalImEE4args
71408
71399
  _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag
71409
71400
  _ZZNSt8__detail9__variant15_Move_ctor_baseILb0EJSt10unique_ptrI9bignum_stN4node15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEiEEC4EOS8_E9_S_vtable
71410
71401
  _ZZSt9call_onceIRFvvEJEEvRSt9once_flagOT_DpOT0_ENKUlvE0_clEv
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 3
26
+ #define NODE_MINOR_VERSION 4
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v18.3.0",
3
+ "version": "v18.4.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"