Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nodejs/node

Node.js JavaScript runtime ✨🐢🚀✨
https://github.com/nodejs/node

doc: clarify concurrency model of test runner

Refs: https://github.com/nodejs/node/issues/47365
PR-URL: https://github.com/nodejs/node/pull/47...

a51c894937ed7f5b6a886e0570468f2055cbf991 authored over 1 year ago by Tobias Nießen <[email protected]>
esm: rename `URLCanParse` to be consistent

PR-URL: https://github.com/nodejs/node/pull/47668
Reviewed-By: Michaël Zasso <targos@protonmail....

d6c0b81fd21f4a112cddca54202b4343b6dd58bb authored over 1 year ago by Antoine du Hamel <[email protected]>
doc: fix a typo in `fs.openAsBlob`

Signed-off-by: Daeyeon Jeong <[email protected]>
PR-URL: https://github.com/nodejs/node/pull...

3e7459055bbcfe35e203896cb9afffa10db2f256 authored over 1 year ago by Daeyeon Jeong <[email protected]>
http: add highWaterMark opt in http.createServer

Add highWaterMark option when creating a new HTTP server.
This option will override the default ...

2fbe124e68c040904e990c23083a63e163a3085d authored over 1 year ago by HinataKah0 <[email protected]>
lib: improve esm resolve performance

PR-URL: https://github.com/nodejs/node/pull/46652
Refs: https://github.com/nodejs/performance/is...

3e9ed7e95fff075e839035cc12d92fea2f1a9744 authored over 1 year ago by Yagiz Nizipli <[email protected]>
test_runner: fix nested hooks

PR-URL: https://github.com/nodejs/node/pull/47648
Fixes: https://github.com/nodejs/node/issues/4...

95e40b528d1c21b37518f2b0e7d297606435ef45 authored over 1 year ago by Moshe Atlow <[email protected]>
doc: fix typos

PR-URL: https://github.com/nodejs/node/pull/47685
Reviewed-By: Michaël Zasso <targos@protonmail....

32e478d7c37a0296b2bf616ee2e39e81e4c8d694 authored over 1 year ago by Mohammed Keyvanzadeh <[email protected]>
test_runner: add testNamePatterns to run api

Accept a `testNamePatterns` value in the `run` fn, and drill those
patterns to the spawned proce...

c6279690be54e89cc4e5e0d6782a6973d8019232 authored over 1 year ago by atlowChemi <[email protected]>
crypto: update root certificates to NSS 3.89

This is the certdata.txt[0] from NSS 3.89, released on 2023-03-09.

This is the version of NSS t...

0e5b82c38168417ca51f9a94bd95cb56a0c64622 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: fix capitalization of ASan

PR-URL: https://github.com/nodejs/node/pull/47676
Reviewed-By: Luigi Pinca <[email protected]...

dbf71e509c72ec8c58e521e17ad671020d1cfbd0 authored over 1 year ago by Mohammed Keyvanzadeh <[email protected]>
test_runner: support coverage of unnamed functions

This commit updates the code coverage logic to skip the first
function in a file (which does not...

53e3c0ebf8dd4fdba9e08fd3618bd021080a66fd authored over 1 year ago by cjihrig <[email protected]>
test_runner: move coverage collection to root.postRun()

This commit moves code coverage collection from the test
harness exit handler to the postRun() f...

ecb023be8a27abf350188be918860a00a7fa8aab authored over 1 year ago by cjihrig <[email protected]>
tools: update lint-md-dependencies to @rollup/[email protected]

PR-URL: https://github.com/nodejs/node/pull/47577
Reviewed-By: Luigi Pinca <[email protected]...

db1bf9ddbb1e400fef7465d107db3f919abece4d authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: fix typos in SECURITY.md

PR-URL: https://github.com/nodejs/node/pull/47677
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail....

a6748ec3424340cd5c88ca057045ddfacc84b1dd authored over 1 year ago by Mohammed Keyvanzadeh <[email protected]>
doc,fs: update description of fs.stat() method

PR-URL: https://github.com/nodejs/node/pull/47654
Fixes: https://github.com/nodejs/node/issues/4...

511d40cecd8dd8aa15c288f8037f398fe7186ae0 authored over 1 year ago by Mert Can Altın <[email protected]>
build: add devcontainer configuration

PR-URL: https://github.com/nodejs/node/pull/40825
Reviewed-By: James M Snell <[email protected]>

0c5f253339618e95da01d89cd7f036bfa1e8b33c authored over 1 year ago by Tierney Cyren <[email protected]>
lib: disallow file-backed blob cloning

Disallow cloning of file-backed Blobs. If necessary, we can enable
this later but for now we dis...

595b2b3fd2616d0eb62f9b1646a1477314911759 authored over 1 year ago by James M Snell <[email protected]>
tools: keep PR titles/description up-to-date

Set the `update-pull-request-title-and-body` option when potentially
updating an existing PR wit...

86a8335a0604cae534ceb4a832070c4a351f3fde authored over 1 year ago by Tobias Nießen <[email protected]>
loader: use default loader as cascaded loader in the in loader worker

Use the default loader as the cascaded loader in the loader worker.
Otherwise we spawn loader wo...

f14d2e5a0c33996ecbcff1a61a60d787380345c0 authored over 1 year ago by Joyee Cheung <[email protected]>
doc: update error code of buffer

According to use of `validateNumber`, error code is changed
from ERR_INVALID_ARG_VALUE to ERR_OU...

eb176457a197444f34c6ba5919e4fadca51e75b9 authored over 1 year ago by Deokjin Kim <[email protected]>
tools: fix updating root certificates

When searching for the latest certdata.txt, check that the file
exists on the remote server.

PR...

472ffdef73f636cefa0e7015e07499637c34bd43 authored over 1 year ago by Richard Lau <[email protected]>
deps: add minimatch as a dependency

PR-URL: https://github.com/nodejs/node/pull/47499
Refs: https://github.com/nodejs/node/pull/4749...

f536bb04cebc98646266f4d30be3d9eba69add8d authored over 1 year ago by Moshe Atlow <[email protected]>
fs: add recursive option to readdir and opendir

Adds a naive, linear recursive algorithm for the following methods:
readdir, readdirSync, opendi...

7b39e8099a43f896a6c4ab7f4e8f766cf2a60688 authored over 1 year ago by Ethan Arrowood <[email protected]>
src: add v8 fast api for url canParse

PR-URL: https://github.com/nodejs/node/pull/47552
Reviewed-By: Yagiz Nizipli <[email protected]>...

6675505686310771b8016805a381945826aad887 authored over 1 year ago by Khafra <[email protected]>
inspector: add tips for Session

PR-URL: https://github.com/nodejs/node/pull/47195
Reviewed-By: Kohei Ueno <[email protected]>

380996b3093b3ecba1d539d5b4cd9517f581a3ca authored over 1 year ago by theanarkh <[email protected]>
tools: update PR label config

- Update paths to the new ones.
- Remove paths that no longer exist.
- Capitalize comments and q...

1fe41a8c57cf88b48254d300489f61eb4f12160e authored over 1 year ago by Mohammed Keyvanzadeh <[email protected]>
doc: change offset of example in `Buffer.copyBytesFrom`

Actual output is different from expected output if offset is 0.
Plus, removed unused importing `...

de5787c87c557e02523b3e6104445c6427a44f25 authored over 1 year ago by Deokjin Kim <[email protected]>
Revert "test: run WPT files in parallel again"

This reverts commit c05689ea6b952ad75c02513f1394c6f3d730bc9d.

PR-URL: https://github.com/nodejs...

607715e52ad675a31014ef1848053d181e92eeff authored over 1 year ago by Filip Skokan <[email protected]>
Revert "tools: ensure failed daily wpt run still generates a report"

This reverts commit b17227b6e2c92f1a5836eb5eb463b6b2bc4396c6.

PR-URL: https://github.com/nodejs...

a49e93e12717a26c3562f078323aa3a437b38f42 authored over 1 year ago by Filip Skokan <[email protected]>
fs: add support for mode flag to specify the copy behavior

`fs.copyFile()` supports copy-on-write operation
if the underlying platform supports it by passi...

12094bcb97819b2eef1000dd5cb793d6b064680d authored over 1 year ago by Tetsuharu Ohzeki <[email protected]>
src: make AliasedBuffers in the binding data weak

The binding data holds references to the AliasedBuffers directly
from their wrappers which alrea...

b68cedd4d85157914944b1672310c6023dc8635d authored over 1 year ago by Joyee Cheung <[email protected]>
node-api: test passing NULL to number APIs

PR-URL: https://github.com/nodejs/node/pull/47549
Reviewed-By: Michael Dawson <[email protected]...

df15a4732c73556669d58c2fdf1eb80ad395aab4 authored over 1 year ago by Gabriel Schulhof <[email protected]>
esm: remove support for deprecated hooks

Those have been deprecated for a while, it's time.

PR-URL: https://github.com/nodejs/node/pull/...

7dd3732480a84e1fa4fb194cd441dd59171fd6d4 authored over 1 year ago by Antoine du Hamel <[email protected]>
tools: add execution permission to uvwasi script

PR-URL: https://github.com/nodejs/node/pull/47600
Reviewed-By: Yagiz Nizipli <[email protected]>...

f509f102c8b16dc441e378d762464c72e284f8f3 authored over 1 year ago by Mert Can Altın <[email protected]>
esm: initialize `import.meta` on eval

PR-URL: https://github.com/nodejs/node/pull/47551
Reviewed-By: Guy Bedford <[email protected]...

ee08c701f7b01b73a19942cd3b9bb172333077f2 authored over 1 year ago by Antoine du Hamel <[email protected]>
deps: update ada to 2.1.0

PR-URL: https://github.com/nodejs/node/pull/47598
Reviewed-By: Yagiz Nizipli <[email protected]>...

81c2a0d0c3b243d6e566fa2e78b0d74471c8ba47 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: improve fs permissions description

Fix a small grammatical mistake and improve the surrounding wording.

PR-URL: https://github.com...

9a7b9710e21f352fe002ff2b8b872b383054c770 authored over 1 year ago by Tobias Nießen <[email protected]>
tools: add update script for googletest

GoogleTest follows the Abseil Live at Head philosophy, and rarely
creates tags or GitHub release...

4956271c93fa65be227e7f12648a86edf66c2c18 authored over 1 year ago by Tobias Nießen <[email protected]>
tools: add option to run workflow with specific tool id

PR-URL: https://github.com/nodejs/node/pull/47591
Reviewed-By: Moshe Atlow <[email protected]>
R...

4f0e1925adeff2555d2364223ca882118c07739e authored over 1 year ago by Michaël Zasso <[email protected]>
tools: automate zlib update

PR-URL: https://github.com/nodejs/node/pull/47417
Refs: https://github.com/nodejs/security-wg/is...

8f879ded4e860f3fbb401c09c61c70a6b17a5f1c authored over 1 year ago by Marco Ippolito <[email protected]>
esm: propagate `process.exit` from the loader thread to the main thread

PR-URL: https://github.com/nodejs/node/pull/47548
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...

2e0152ccf1a895962991ae3512a941454e68ac71 authored over 1 year ago by Antoine du Hamel <[email protected]>
test_runner: execute before hook on test

Execute the before hook for Test as well, and execute it on root before
executing any tests.

Fi...

2ec4ef7c24a0b1c63ac54a9a042790eee4a01040 authored over 1 year ago by Chemi Atlow <[email protected]>
doc: remove markdown link from heading

This is the only instance of such a link and it is rendered
incorrectly in the TOC.

PR-URL: htt...

9b6f7f0deddd86a84b909ee08c56a84613996466 authored over 1 year ago by Tobias Nießen <[email protected]>
doc: fix history ordering of `WASI` constructor

PR-URL: https://github.com/nodejs/node/pull/47611
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...

bc445fa3a2d487d7df7ad83645d6ae90db1022d7 authored over 1 year ago by Antoine du Hamel <[email protected]>
2023-04-18, Version 20.0.0 (Current)

Notable Changes:

crypto:
* (SEMVER-MAJOR) use WebIDL converters in WebCryptoAPI (Filip Skokan...

8920dc18016ee84418e06b3f7e2cb90032d3774e authored over 1 year ago by RafaelGSS <[email protected]>
test_runner: avoid reporting parents of failing tests in summary

PR-URL: https://github.com/nodejs/node/pull/47579
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

d3b0a2a68b5cb03de1f254cefa46f4c4023b1f89 authored over 1 year ago by Moshe Atlow <[email protected]>
node-api: remove unused mark_arraybuffer_as_untransferable

napi_create_external_arraybuffer creates the arraybuffer with
node::Buffer, which already marks ...

682256c76d88f081f270b8ca9920d38e26280875 authored over 1 year ago by Chengzhong Wu <[email protected]>
quic: add more QUIC implementation

* add TLSContext
* quic: add stat collection utilities
* add Packet
* add NgTcp2CallbackScope/Ng...

1c3d741cb00399e23df25e94a767a9a1c1357be2 authored over 1 year ago by James M Snell <[email protected]>
doc: fix release-post script location

Signed-off-by: RafaelGSS <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/4...

17c9aa2f7635eccbb132cce20cd45c4cf14fd7be authored over 1 year ago by Rafael Gonzaga <[email protected]>
doc: fix typo in webcrypto metadata

PR-URL: https://github.com/nodejs/node/pull/47595
Reviewed-By: Filip Skokan <[email protected]>...

2a8913dbbf5c1e4e935caba37093aa190192f3b7 authored over 1 year ago by Tobias Nießen <[email protected]>
crypto: remove INT_MAX restriction in randomBytes

This restriction was due to an implementation detail in CSPRNG(). Now
that CSPRNG() properly han...

b342a1b5652785cc08238ddd26f7dc13ad61a622 authored over 1 year ago by Tobias Nießen <[email protected]>
deps: update ICU to 73.1 release

- Details: https://icu.unicode.org/download/73

PR-URL: https://github.com/nodejs/node/pull/4745...

e050cecad1887c2bda875f2a9c01360f21744452 authored over 1 year ago by Steven R. Loomis <[email protected]>
deps: patch V8 to 11.3.244.8

Refs: https://github.com/v8/v8/compare/11.3.244.4...11.3.244.8
PR-URL: https://github.com/nodejs...

b8c7a1ecf8f1e9773d587f9a49b47b31e5ff11ee authored over 1 year ago by Michaël Zasso <[email protected]>
typings: fix syntax error in tsconfig

Trailing commas are invalid in JSON files.

PR-URL: https://github.com/nodejs/node/pull/47584
Re...

ae8df42a51bd15586bffe92d6311b2710146f3c3 authored over 1 year ago by Mohammed Keyvanzadeh <[email protected]>
src: use v8::Boolean(b) over b ? True() : False()

Simplify existing code by using v8::Boolean::New() instead of equivalent
expressions that contai...

4f5bb1a75aff50867e5525451eefe479d6fe1a84 authored over 1 year ago by Tobias Nießen <[email protected]>
src: fix typo in process.env accessor error message

PR-URL: https://github.com/nodejs/node/pull/47014
Reviewed-By: Colin Ihrig <[email protected]>
R...

070c9a897433e5dd50580aca63386e3bf58508b8 authored over 1 year ago by Moritz Raho <[email protected]>
test_runner: fix spec skip detection

PR-URL: https://github.com/nodejs/node/pull/47537
Reviewed-By: Colin Ihrig <[email protected]>
R...

46a3cff6981f942e7b05edcbb77ecd2f51f2a821 authored over 1 year ago by Moshe Atlow <[email protected]>
src: replace static const string_view by static constexpr

PR-URL: https://github.com/nodejs/node/pull/47524
Reviewed-By: Yagiz Nizipli <[email protected]>...

a777bbd571fecea9aa43b0b7b4e7ba17ba7bec5e authored over 1 year ago by Daniel Lemire <[email protected]>
src: fix CSPRNG when length exceeds INT_MAX

CSPRNG implicitly casts the size_t length argument to a signed int when
calling RAND_bytes(), wh...

8833099ef0297ac85e45ecbeaa108b7987c62133 authored over 1 year ago by Tobias Nießen <[email protected]>
build: bump ossf/scorecard-action from 2.1.2 to 2.1.3

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.2 to 2.1.3.
- [...

49994f39608b282b6198b3edd1c74f47b1c669b5 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tools: add url and whatwg-url labels automatically

PR-URL: https://github.com/nodejs/node/pull/47545
Reviewed-By: Moshe Atlow <[email protected]>
R...

5931b44d98dbd8259c96fc1a428164459ad80db5 authored over 1 year ago by Yagiz Nizipli <[email protected]>
tools: add performance label to benchmark changes

PR-URL: https://github.com/nodejs/node/pull/47545
Reviewed-By: Moshe Atlow <[email protected]>
R...

8b1c34cf22251bb8b3234b85caf6ea98f5c7e581 authored over 1 year ago by Yagiz Nizipli <[email protected]>
esm: avoid accessing lazy getters for urls

PR-URL: https://github.com/nodejs/node/pull/47542
Reviewed-By: Antoine du Hamel <duhamelantoine1...

93e550adf6c11682b29bf940edb808674ce9e80f authored over 1 year ago by Yagiz Nizipli <[email protected]>
esm: avoid try/catch when validating urls

PR-URL: https://github.com/nodejs/node/pull/47541
Reviewed-By: Antoine du Hamel <duhamelantoine1...

17570c0a85bbe3ecf82876d78b98a637a01cd2ba authored over 1 year ago by Yagiz Nizipli <[email protected]>
doc: add link for news from uvwasi team

Signed-off-by: Michael Dawson <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/4...

40d808f1fbaa7b3666e5837a1b4336947180fac5 authored over 1 year ago by Michael Dawson <[email protected]>
build: replace Python linter flake8 with ruff

PR-URL: https://github.com/nodejs/node/pull/47519
Reviewed-By: Yagiz Nizipli <[email protected]>...

4c2241400a6676898d329be8379116f3ddd6ce75 authored over 1 year ago by Christian Clauss <[email protected]>
doc: add missing setEncoding call in ESM example

Adding `setEncoding()` ensures that the example handles characters
split across chunk boundaries...

cad0ae702baedb24344be61be9e87c618a080471 authored over 1 year ago by Anna Henningsen <[email protected]>
doc: update darwin-x64 toolchain used for Node.js 20 releases

Refs: https://github.com/nodejs/node/issues/47067
PR-URL: https://github.com/nodejs/node/pull/47...

503d838b1e1f6f5c03fc234d9352c31ee3717da4 authored over 1 year ago by Michaël Zasso <[email protected]>
url: handle URL.canParse without base parameter

PR-URL: https://github.com/nodejs/node/pull/47547
Reviewed-By: Debadree Chatterjee <debadree333@...

3d17735e84da8a73d95340cd87664e9072ca0229 authored over 1 year ago by Yagiz Nizipli <[email protected]>
lib: use webidl DOMString converter in EventTarget

PR-URL: https://github.com/nodejs/node/pull/47514
Reviewed-By: Yagiz Nizipli <[email protected]>...

41b8872cbde1b4b7ba0c8c63e2544f61d5f4d2b8 authored over 1 year ago by Khafra <[email protected]>
readline: fix issue with newline-less last line

The logic for reading lines was slightly flawed, in that it assumed
there would be a final new l...

9decb70d05c90a99beed402a4867691f313e2fd9 authored over 1 year ago by Ian Harris <[email protected]>
test: mark test-cluster-primary-error flaky on asan

PR-URL: https://github.com/nodejs/node/pull/47422
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...

c94be4125bfbc68e4cd9cbec27676347a314997d authored over 1 year ago by Yagiz Nizipli <[email protected]>
benchmark: differentiate whatwg and legacy url

PR-URL: https://github.com/nodejs/node/pull/47377
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

cd0fcf20c3bcef392f88106a2a3ced62c512c007 authored over 1 year ago by Yagiz Nizipli <[email protected]>
doc: fix split infinitive in Hooks caveat

PR-URL: https://github.com/nodejs/node/pull/47550
Reviewed-By: Antoine du Hamel <duhamelantoi...

1c3cbf3c78395b540af682d90789436eee7be82e authored over 1 year ago by Jacob Smith <[email protected]>
benchmark: add a benchmark for `defaultResolve`

PR-URL: https://github.com/nodejs/node/pull/47543
Reviewed-By: Yagiz Nizipli <[email protected]>...

4afb25ccfd8a03a7f6c5bf5f4ad77d6bb9261c09 authored over 1 year ago by Antoine du Hamel <[email protected]>
tools: automate uvwasi dependency update

Refs: https://github.com/nodejs/security-wg/issues/828
PR-URL: https://github.com/nodejs/node/pu...

5fa84e88661ac505ade404551bb5594e2201926e authored over 1 year ago by Ranieri Innocenti Spada <[email protected]>
tools: add missing pinned dependencies

PR-URL: https://github.com/nodejs/node/pull/47346
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...

bae4420c03e23ebb83d19008f04f99211e9d996b authored over 1 year ago by Mateo Nunez <[email protected]>
url: validate URL constructor arg length

PR-URL: https://github.com/nodejs/node/pull/47513
Reviewed-By: Yagiz Nizipli <[email protected]>...

50d510f0de546c9fda42dbce6114b2b35449d399 authored over 1 year ago by Khafra <[email protected]>
url: validate argument length in canParse

PR-URL: https://github.com/nodejs/node/pull/47513
Reviewed-By: Yagiz Nizipli <[email protected]>...

a07caf3f92b0d29d5cf13fbf7c81de2b2b302dc2 authored over 1 year ago by Khafra <[email protected]>
stream: use private properties for strategies

PR-URL: https://github.com/nodejs/node/pull/47218
Reviewed-By: Erick Wendel <erick.workspace@gma...

dac8de689b270ff4a6b06e938ed7904288407c30 authored over 1 year ago by Yagiz Nizipli <[email protected]>
stream: use private properties for encoding

PR-URL: https://github.com/nodejs/node/pull/47218
Reviewed-By: Erick Wendel <erick.workspace@gma...

1fa084ecdfa0da6027e48b1288ffd4afde39ab8e authored over 1 year ago by Yagiz Nizipli <[email protected]>
stream: use private properties for compression

PR-URL: https://github.com/nodejs/node/pull/47218
Reviewed-By: Erick Wendel <erick.workspace@gma...

4e9324707936556aec36dd2ed34b2d175eb1cd1f authored over 1 year ago by Yagiz Nizipli <[email protected]>
permission: fix chmod,chown improve fs coverage

Signed-off-by: RafaelGSS <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/4...

13239926722e8b5572fe3ce6d79e9c3fc1cf11cf authored over 1 year ago by Rafael Gonzaga <[email protected]>
diagnostics_channel: fix ref counting bug when reaching zero subscribers

PR-URL: https://github.com/nodejs/node/pull/47520
Reviewed-By: Robert Nagy <[email protected]>
R...

6fb74c743cef513e4bf03afb0d3b4535558e1f18 authored over 1 year ago by Stephen Belanger <[email protected]>
deps: update undici to 5.21.2

PR-URL: https://github.com/nodejs/node/pull/47508
Reviewed-By: Robert Nagy <[email protected]>
R...

a67cae260267b712f24169ccc09bf181438c9aa3 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update simdutf to 3.2.8

PR-URL: https://github.com/nodejs/node/pull/47507
Reviewed-By: Luigi Pinca <[email protected]...

eb5e9e9d23106d6165eefeae741791bf6e66d262 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
esm: move hook execution to separate thread

PR-URL: https://github.com/nodejs/node/pull/44710
Reviewed-By: Yagiz Nizipli <[email protected]...

4667b07cd2d6eb0295d6cd1f40163ef14ce538b0 authored over 1 year ago by Jacob Smith <[email protected]>
2023-04-12, Version 18.16.0 'Hydrogen' (LTS)

Notable changes:

Add initial support for single executable applications

Compile a JavaScript f...

527394783ece910bf8c543f5a01f100ae37e5c33 authored over 1 year ago by Danielle Adams <[email protected]>
test: remove unnecessary status check on test-release-npm

Signed-off-by: RafaelGSS <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/4...

e67b94416fb85fa4617ba5c9e29caa5643f5585a authored over 1 year ago by RafaelGSS <[email protected]>
doc: fix typo in util.types.isNativeError()

This is a small fix for my recent PR that fixes a typo in the
realm example.

PR-URL: https://gi...

dee953bb8a1a1436dbc26178184b4eb22805a84b authored over 1 year ago by Julian Dax <[email protected]>
tools: automate ngtcp2 and nghttp3 update

PR-URL: https://github.com/nodejs/node/pull/47402
Refs: https://github.com/nodejs/security-wg/is...

6dcbf8b6166dff6588c47ebcce97c323b058229d authored over 1 year ago by Marco Ippolito <[email protected]>
wasi: make returnOnExit true by default

Refs: https://github.com/nodejs/node/issues/46923

Signed-off-by: Michael Dawson <mdawson@devrus...

56ccd599fe54c2e9b58e142156c384dfa8615338 authored over 1 year ago by Michael Dawson <[email protected]>
deps: V8: cherry-pick 8e10685ff918

Original commit message:

[build]: fix wrong name

Change-Id: I504e836da1e36d7b9e504dbdb...

4bcb42c16c7da17ebde16bdc65baf2eb9cffdc8c authored over 1 year ago by Jiawen Geng <[email protected]>
stream: preserve object mode in compose

Fixes: https://github.com/nodejs/node/issues/46829

PR-URL: https://github.com/nodejs/node/pull/...

67fdb740c323a9979f4118ef37a26573c7797435 authored over 1 year ago by Raz Luvaton <[email protected]>
meta: add mailmap entry for KhafraDev

This will make `git log` entries for KhafraDev show up using the name
in the README, which is re...

b318f841ab82a780785964e2dc6a2556ff6738f4 authored over 1 year ago by Rich Trott <[email protected]>
bootstrap: support namespaced builtins in snapshot scripts

PR-URL: https://github.com/nodejs/node/pull/47467
Reviewed-By: Colin Ihrig <[email protected]>
R...

77561d0e41752680aed1d4333b42a86b9870d2ce authored over 1 year ago by Joyee Cheung <[email protected]>
doc: add KhafraDev to collaborators

Fixes: https://github.com/nodejs/node/issues/47388
PR-URL: https://github.com/nodejs/node/pull/4...

70d81bb8f72faeee3ed1163d820207fc6f57cbd1 authored over 1 year ago by Khafra <[email protected]>
tools: move update-undici.sh to dep_updaters and create maintain md

PR-URL: https://github.com/nodejs/node/pull/47380
Refs: https://github.com/nodejs/security-wg/is...

4899998d0dc84d3955b5c7059f2dcb29021fb9a0 authored over 1 year ago by Marco Ippolito <[email protected]>
doc: create maintaining-brotli.md

PR-URL: https://github.com/nodejs/node/pull/47380
Refs: https://github.com/nodejs/security-wg/is...

76dfb778160b49557703cad309f1d736108de1c9 authored over 1 year ago by Marco Ippolito <[email protected]>
src: use correct variable in node_builtins.cc

PR-URL: https://github.com/nodejs/node/pull/47343
Reviewed-By: Yagiz Nizipli <[email protected]>...

25ad49bb07c3cc4c2c7c06b931094400f0fa486e authored over 1 year ago by Michaël Zasso <[email protected]>