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 array args to Buffer.from()

The code for Buffer.from() treats non-Buffer and non-Uint8Array
Array-likes as Arrays. This crea...

e9e1181781dfe08aa1baaf429b91886141f41be9 authored over 1 year ago by Bryan English <[email protected]>
lib: do not disable linter for entire files

Disabling linter for single lines is less error prone.

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

de4fb11e4f29b91656b831a6fb7619c94b630626 authored over 1 year ago by Antoine du Hamel <[email protected]>
node-api: define version 9

PR-URL: https://github.com/nodejs/node/pull/48151
Reviewed-By: Tobias Nießen <[email protected]>
...

66f112d8e94e6f019eae1d5dd4200eea6cbd4429 authored over 1 year ago by Chengzhong Wu <[email protected]>
tls: reapply servername on happy eyeballs connect

When establishing a TLS connection to a server with `autoSelectFamily`
set to `true`, the `net.S...

2fca7ea2be160d8c30c5bacf7d6246e4c6f2a7f0 authored over 1 year ago by Fedor Indutny <[email protected]>
test_runner: emit `test:watch:drained` event

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

5d685e41987508ee9354b85db9c5c044bd4dfa3c authored over 1 year ago by Moshe Atlow <[email protected]>
test_runner: stop watch mode when abortSignal aborted

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

ca71ae6549e5e33dd6cab6d0b3e39b0da5422245 authored over 1 year ago by Moshe Atlow <[email protected]>
doc: document watch option for node:test run()

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

0cf8bbe37595da111db860c67f0643e533b4c569 authored over 1 year ago by Moshe Atlow <[email protected]>
net: fix address iteration with autoSelectFamily

When `autoSelectFamily` is set to `true`, `net.connect` is supposed to
try connecting to both IP...

403a72f8ec321066f09d01faa0bffaa4b9783616 authored over 1 year ago by Fedor Indutny <[email protected]>
build: set v8_enable_webassembly=false when lite mode is enabled

We should set v8_enable_webassembly=false when lite mode is enabled,
since v8_enable_lite_mode i...

aca3a103a60ec31a30d1605dcf1fe214b8630619 authored over 1 year ago by Cheng Shao <[email protected]>
doc: mark Node.js 19 as End-of-Life

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

6aa2aeedcb83fc784e89f25375c651c048f0a352 authored over 1 year ago by Richard Lau <[email protected]>
build: speed up compilation of mksnapshot output

Incremental compilation of Node.js is slow. Currently on a powerful
Linux machine, it takes abou...

287dada1010440f7a8044956858fab848110378e authored over 1 year ago by Keyhan Vakil <[email protected]>
test: adapt tests for OpenSSL 3.1

PR-URL: https://github.com/nodejs/node/pull/47859
Reviewed-By: Tobias Nießen <[email protected]>
...

5f283722072e400234d3e15f1f2caa2ca2fd8d60 authored over 1 year ago by OttoHollmann <[email protected]>
esm: handle `globalPreload` hook returning a nullish value

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

fa1c73213f387f5e12b7133299b3f7ddef1126f1 authored over 1 year ago by Antoine du Hamel <[email protected]>
esm: handle more error types thrown from the loader thread

PR-URL: https://github.com/nodejs/node/pull/48247
Refs: https://github.com/nodejs/node/issues/48...

d28f1f1193efc4209d87a18f68fb1a8225afebff authored over 1 year ago by Antoine du Hamel <[email protected]>
src: add Realm document in the src README.md

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

d57dd708e24974c6cb15833419ec9a6846c20439 authored over 1 year ago by Chengzhong Wu <[email protected]>
test_runner: fix global after hook

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

5e98a7432793c84efe504d551bb46dcfe2c04c09 authored over 1 year ago by Moshe Atlow <[email protected]>
net: fix family autoselection SSL connection handling

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

26450c503af8ef7a3cb51b2be18f2d0c041bd5a1 authored over 1 year ago by Paolo Insogna <[email protected]>
doc: reserve 117 for Electron 26

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

82397c0e9798509571f0ba668e9b9d087b6c7de4 authored over 1 year ago by Calvin <[email protected]>
deps: update zlib to 337322d

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

5fae8bc4060bebe6eee0e114513d810c116201de authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: update documentation for FIPS support

When using OpenSSL 3, Node.js supports FIPS 140-2 when used with an
appropriate OpenSSL 3 provid...

8aa02e81d07a93557c7c28df8ad55c2797fcca53 authored over 1 year ago by Richard Lau <[email protected]>
tools: don't gitignore base64 config.h

The file is checked into git. Ignoring it causes a very non-obvious way
of breaking tarball buil...

fe76e0964c82612a6f43c7d23a829235adef5037 authored over 1 year ago by Ben Noordhuis <[email protected]>
tools: automate histogram update

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

3e071584dcb8465f5b3c5af7c57b6c4d86796916 authored over 1 year ago by Marco Ippolito <[email protected]>
test: fix zlib version regex

Add support for subrevision in the regular expression for the zlib
version.

Refs: https://githu...

6a6b3c54022104cc110ab09044a2a0cecb8988e7 authored over 1 year ago by Luigi Pinca <[email protected]>
doc: improve the documentation of the stdio option

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

84716d88d34e5f50b8fa901cb7e0e7b197c9c269 authored over 1 year ago by Kumar Arnav <[email protected]>
deps: update ada to 2.5.0

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

49412c9632dc697ff52a3f731c578afc26c4654b authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: update Buffer.allocUnsafe description

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

1e3631f0e392eeac327c33aeb56f590814ba5c39 authored over 1 year ago by sinkhaha <[email protected]>
test: use lower security level in s_client

With the default security level (SECLEVEL=2), the following error

```
40E72B52DB7F0000:error:0A...

20080f9a193171f93bee070b162b75104b8c2b54 authored over 1 year ago by Luigi Pinca <[email protected]>
Revert "test: unskip negative-settimeout.any.js WPT"

This reverts commit 8244e6c35c0e9af3976511f31db2575bd2fc9d7a.

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

c85407d869551fd6c8cc9f230b04414da794a29d authored over 1 year ago by Filip Skokan <[email protected]>
tools: use shasum instead of sha256sum

By default, there is no sha256sum command in macOS.

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

4aa17bc8dd7bb0346bedff82f3f3999cd0273cdc authored over 1 year ago by Luigi Pinca <[email protected]>
tools: harmonize `dep_updaters` scripts

PR-URL: https://github.com/nodejs/node/pull/48201
Reviewed-By: Marco Ippolito <marcoippolito54@g...

2fac0415088c08c71beaa0070573d415ada1ff7e authored over 1 year ago by Antoine du Hamel <[email protected]>
tools: deps update authenticate github api request

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

40b89c51a88df2a6faba9b7f1e20909a0637c45e authored over 1 year ago by Andrea Fassina <[email protected]>
doc: update codeowners with website team

PR-URL: https://github.com/nodejs/node/pull/48197
Reviewed-By: Rich Trott <[email protected]>
Rev...

191dce8ff3b9bbba67aed994f79398d5794ac7a0 authored over 1 year ago by Claudio Wunder <[email protected]>
tools: order dependency jobs alphabetically

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

607c8f4eacd5dded97a33f0da49da0aed7404187 authored over 1 year ago by Luca <[email protected]>
test_runner: remove redundant check from coverage

The code coverage reporting logic already filters out URLs that
don't start with 'file:', so the...

b47fce07620a2a7f8dd7b165ce5a4d66a01e892b authored over 1 year ago by Colin Ihrig <[email protected]>
doc,vm: clarify usage of cachedData in vm.compileFunction()

Fixes: https://github.com/nodejs/node/issues/48175
Signed-off-by: Darshan Sen <[email protected]...

023e8803f8a392e63820179db5af02e68ae977c7 authored over 1 year ago by Darshan Sen <[email protected]>
doc: fix broken link to new folder doc/contributing/maintaining

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

242362440d470ed00cb2bed29db600a24769d564 authored over 1 year ago by Andrea Fassina <[email protected]>
tools: refactor v8_pch config

Avoid repetition by defining a new GYP target.

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

d81151e100a77a3c80e2a065c6a37f16c385cece authored over 1 year ago by Michaël Zasso <[email protected]>
doc: add atlowChemi to triagers

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

7f6f17efbf58030e3489577e20f8990279a8b825 authored over 1 year ago by Chemi Atlow <[email protected]>
test: mark test_cannot_run_js as flaky

This test has been failing occasionally since it was introduced ~5 days
ago. It was the most com...

186307a484327a8ccc67231f28aebfdb013b88ae authored over 1 year ago by Keyhan Vakil <[email protected]>
doc: fix typo in readline completer function section

PR-URL: https://github.com/nodejs/node/pull/48188
Reviewed-By: Marco Ippolito <marcoippolito54@g...

f8b71546855ed4983e30d66c9f591ee1dd0d9d36 authored over 1 year ago by Vadym <[email protected]>
quic: add additional implementation

* add QUIC_SESSION and QUIC_STREAM to AsyncWrap
* update definitions in quic/bindingdata.h
* fix...

6d2811fbf26a62742c2988a4df4dcf996cb28f95 authored over 1 year ago by James M Snell <[email protected]>
doc: remove broken link for keygen

Remove broken link to deprecated keygen element.

Replacing the link with something to the relev...

9c37c6498666da66ce2c578a286bcd0c323609f2 authored over 1 year ago by Rich Trott <[email protected]>
doc: add `auto` intrinsic height to prevent jitter/flicker

This commit addresses a scrolling/flickering issue in the HTML version
of the docs. By adding `a...

06136becdd6c843c97d7f9fcda796575daceba01 authored over 1 year ago by Daniel Holbert <[email protected]>
src: check node_extra_ca_certs after openssl cfg

I recently discovered that the custom NodeJS specific OpenSSL
config section in openssl.cnf woul...

be469d85da927b27b5b35f6e23f3e573309e2ae1 authored over 1 year ago by Raghu Saxena <[email protected]>
vm: properly handle defining symbol props

This PR is a follow-up of #46615.

When bumping V8 for node 18, various bugs appeared around vm....

06a211b558923da9568a6413a4917bdd7040f9af authored over 1 year ago by Nicolas DUBIEN <[email protected]>
build: add action to close stale PRs

Add action to close PRs that are over 1 year old and
have had no comments or updates in the last...

65be8901c3af7a5f4d59f2ddd350d32c51acce5c authored over 1 year ago by Michael Dawson <[email protected]>
deps: set `CARES_RANDOM_FILE` for c-ares

Upstream c-ares renamed `RANDOM_FILE` to `CARES_RANDOM_FILE` some
time ago in c-ares 1.17.2.

PR...

70da075954475ccf2dc310e310a1d47a52aefda7 authored over 1 year ago by Richard Lau <[email protected]>
http: send implicit headers on HEAD with no body

If we respond to a HEAD request with a body, we ignore all writes.
However, we must still includ...

38b82b0604d6515b281c6586d6999d2c67248e7f authored over 1 year ago by Matteo Collina <[email protected]>
tools: log and verify sha256sum

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

847b9e08849f391ac3c21a73fd375e86b97605b8 authored over 1 year ago by Andrea Fassina <[email protected]>
test: fix flaky test-runner-watch-mode

PR-URL: https://github.com/nodejs/node/pull/48144
Reviewed-By: Jacob Smith <[email protected]>
Rev...

dd31255d4f3122eb9296459990b906673a7a9314 authored over 1 year ago by Moshe Atlow <[email protected]>
cluster: use ObjectPrototypeHasOwnProperty

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

b4d5f1f26daef312811e67cdb26dc1871363ebb8 authored over 1 year ago by Daeyeon Jeong <[email protected]>
doc: add version info on the SEA docs

PR-URL: https://github.com/nodejs/node/pull/48173
Reviewed-By: Darshan Sen <[email protected]>...

00fcff575ec0ba226f23237a9deb955d25864d1b authored over 1 year ago by Antoine du Hamel <[email protected]>
src: include missing header in node_sea.h

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

dcbac2412cdb4fec8df8c4a26ff73ec85e58b8f8 authored over 1 year ago by Joyee Cheung <[email protected]>
doc: add Ruy to list of TSC members

Fixes: https://github.com/nodejs/TSC/issues/1388

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

e53009811724268b54c738846f15b874d157e616 authored over 1 year ago by Michael Dawson <[email protected]>
doc: update socket.remote* properties documentation

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

52758435e1b057e5c1a775f75d2f2facbed57120 authored over 1 year ago by Saba Kharanauli <[email protected]>
test_runner: pass FORCE_COLOR to child process

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

e74465d678583c2313e60a0d0be1b3a2e4e88e80 authored over 1 year ago by Moshe Atlow <[email protected]>
test_runner: dont split lines on `test:stdout`

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

40a7a055c6900e6c06311e8cb230635b2bb19860 authored over 1 year ago by Moshe Atlow <[email protected]>
tools: open issue when update workflow fails

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

c488558c15eb088a4b81a16fc34e5416c1d6e8d5 authored over 1 year ago by Marco Ippolito <[email protected]>
deps: update histogram 0.11.8

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

442c35215f2bbe962ec111626178f1741974732a authored over 1 year ago by Marco Ippolito <[email protected]>
deps: update histogram to 0.11.7

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

dff00ed88d1280c5db8e9e5a0b37a32baf3ca952 authored over 1 year ago by Marco Ippolito <[email protected]>
lib: use existing `isWindows` variable

PR-URL: https://github.com/nodejs/node/pull/48134
Reviewed-By: Tobias Nießen <[email protected]>
...

d2a1f71c3e202b23c90daf86bda262f244ce517a authored over 1 year ago by sinkhaha <[email protected]>
tools: alphabetize CODEOWNERS

Keep each list in CODEOWNERS in alphabetical order so it is easier to
find things in the longer ...

bd829f2a20fda174a64beeb2d1c49cc328779ca4 authored over 1 year ago by Rich Trott <[email protected]>
tools: use latest upstream commit for zlib updates

Zlib rarely gets new tags or releases, so now we use the latest commit
on the upstream default b...

860d7e3906cc56cf3472d46ad4105e8408786a2c authored over 1 year ago by Andrea Fassina <[email protected]>
doc: update outdated section on TLSv1.3-PSK

Recent OpenSSL versions support PSKs with non-SHA-256 TLSv1.3 ciphers,
e.g., TLS_AES_256_GCM_SHA...

817c5799e2e5bbe97ebeae90c8edd396be0cecc8 authored over 1 year ago by Tobias Nießen <[email protected]>
doc: improve HMAC key recommendations

Add a reference to potential problems with using strings as HMAC keys.
Also advise against excee...

a0e11d78851f2f884b944e9626b789e3fcfa9f44 authored over 1 year ago by Tobias Nießen <[email protected]>
src: remove INT_MAX asserts in SecretKeyGenTraits

Now that CSPRNG() does not silently fail when the length exceeds
INT_MAX anymore, there is no ne...

c3b84f1f331bfec0c180d215d5ef9fbc715adbb1 authored over 1 year ago by Tobias Nießen <[email protected]>
doc: clarify mkdir() recursive behavior

PR-URL: https://github.com/nodejs/node/pull/48109
Reviewed-By: Rich Trott <[email protected]>
Rev...

6599cfeb04946e6dfdb7e275f2efa6c90e874745 authored over 1 year ago by Stephen Odogwu <[email protected]>
src: avoid prototype access in binding templates

This patch makes the binding templates ObjectTemplates, since we
don't actually need the constru...

c0365fd52aaa24a23958524b28857a101a3b9346 authored over 1 year ago by Joyee Cheung <[email protected]>
deps: update c-ares to 1.19.1

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

21153a8c22c232d14e967a04e3828d2290751a6b authored over 1 year ago by Node.js GitHub Bot <[email protected]>
bootstrap: throw ERR_NOT_SUPPORTED_IN_SNAPSHOT in unsupported operation

This patch adds a new ERR_NOT_SUPPORTED_IN_SNAPSHOT error and throw
it in the worker constructor...

7df27582bbb896ebb72697da58209976a0b4daf6 authored over 1 year ago by Joyee Cheung <[email protected]>
bootstrap: put is_building_snapshot state in IsolateData

Previously we modify the CLI options store to indicate whether the
isolate is created for buildi...

442dfc9b394b7f9b8b092ef21fad3ade7ebee491 authored over 1 year ago by Joyee Cheung <[email protected]>
tools: add security-wg as dep updaters owner

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

bcf1dd055f83fbb73f8affd2bb7add27e276c99c authored over 1 year ago by Marco Ippolito <[email protected]>
build: replace js2c.py with js2c.cc

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

4da7bc915c714989eba7eab753db9eb9ebd8451a authored over 1 year ago by Joyee Cheung <[email protected]>
tools: port js2c.py to C++

This makes it easier to use third-party dependencies in this tool
(e.g. adding compression using...

7fba2c223d840f4f4642adeea7e1286e7326c70e authored over 1 year ago by Joyee Cheung <[email protected]>
tools: update LICENSE and license-builder.sh

A libuv `LICENSE-extra` file was added and a couple of files were
removed (stdint-msvc2008.h and...

ceb2a21edd7bbeee904b49111d8e2ae1bca044b1 authored over 1 year ago by Santiago Gimeno <[email protected]>
test: unflake test-vm-timeout-escape-nexttick

This wasn't failing on arm boxes, increase the `runInNewContext()`
timeout a bit to make sure th...

1620626fa8756c725cbf366cae03fd654bdeffac authored over 1 year ago by Santiago Gimeno <[email protected]>
deps: upgrade to libuv 1.45.0

- linux: introduce io_uring support https://github.com/libuv/libuv/pull/3952
- src: add new metr...

9e68f9413e05e6ecb3a1c15bc7c766a09e866cc0 authored over 1 year ago by Santiago Gimeno <[email protected]>
test,doc,sea: run SEA tests on ppc64

The recent Postject upgrade, https://github.com/nodejs/node/pull/48072,
included a performance i...

a7a1fc5e0b4c8c349aed3007f188012ad9907a5b authored over 1 year ago by Darshan Sen <[email protected]>
stream: deprecate asIndexedPairs

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

c462147a6314b82ec461029d9789bb8c738aab44 authored over 1 year ago by Chemi Atlow <[email protected]>
deps: update simdutf to 3.2.12

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

d39ba8aaf4501fc4eb5b6e8dbb8279b42b7f533b authored over 1 year ago by Node.js GitHub Bot <[email protected]>
test_runner: fix test deserialize edge cases

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

f0e70eede2fb58ce04326fd5439c741db240bef3 authored over 1 year ago by Moshe Atlow <[email protected]>
src: use Blob{Des|S}erializer for SEA blobs

PR-URL: https://github.com/nodejs/node/pull/47962
Reviewed-By: Darshan Sen <[email protected]>

e2caafa5bd1bddd813186f1ea5c14ed5b5f9b628 authored over 1 year ago by Joyee Cheung <[email protected]>
tools: fix race condition when npm installing

The update scripts that install dependencies from npm blindly assume
that `npm install` will alw...

300f68e9d0fcee9f50dd124000b2027b24592c8a authored over 1 year ago by Tobias Nießen <[email protected]>
tools: refloat 7 Node.js patches to cpplint.py

Cherry-pick 12c8b4d15471cb6211b39c3a2ca5b10fa4b9f12b
Original commit message:
This commit is...

92a938b4dd318a8732110da03f1f666db2e96f97 authored over 1 year ago by Rich Trott <[email protected]>
tools: update cpplint to 1.6.1

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

40d8b366eb89b3bebd5885bddd70ba8c5fbee13d authored over 1 year ago by Yagiz Nizipli <[email protected]>
test_runner: delegate stderr and stdout formatting to reporter

Introduce new `TestsStream` events `test:stderr` and `test:stdout`
to delegate `stderr` and `std...

1229a22e515c8ec7f7dc5abc4a62f882555f1e20 authored over 1 year ago by Shiba <[email protected]>
test_runner: display dot report as wide as the terminal width

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

7e0c12fd56b9e6bd5b1e69f10992f29db0a271bc authored over 1 year ago by Raz Luvaton <[email protected]>
tools: update eslint to 8.41.0

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

c55aa01e4873152ea6a0dbff98d55d403b6b97bb authored over 1 year ago by Node.js GitHub Bot <[email protected]>
tools: update lint-md-dependencies

Update to [email protected], [email protected], and
[email protected].

PR-URL: https://gith...

0f25097cb4b9917ac6541c62384c6e8c7e6caca1 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
tools: update doc to [email protected]

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

6b8d72513c4b76a8f284a4af51de97493108215f authored over 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update minimatch to 9.0.1

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

94690d45eb80b24260b439dfac037b3b0d911b54 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update ada to 2.4.2

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

de7334201f1bb995fb10f0e16e7633753837de5e authored over 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update corepack to 0.18.0

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

626d0ee17d4a1489a613536680f925dca6237668 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: fix typo in crypto legacy streams API section

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

2edd6cab1e6948e0ec1b34156be0d4cc77280b54 authored over 1 year ago by Tobias Nießen <[email protected]>
test: skip test-http-pipeline-flood on IBM i

PR-URL: https://github.com/nodejs/node/pull/48048
Refs: https://github.com/nodejs/node/issues/48...

959142a4652f7b6e90743be874fe9c065ed31d99 authored over 1 year ago by Abdirahim Musse <[email protected]>
tools: add debug logs

PR-URL: https://github.com/nodejs/node/pull/48060
Reviewed-By: Ruy Adorno <[email protected]>...

f858dc5b5b44b431c2905a2882876c7d46e2292f authored over 1 year ago by Marco Ippolito <[email protected]>
doc: update SEA source link

The code was moved in 3803b028d so the current source link is broken
in our docs.

PR-URL: https...

c7fe303eaf9666bf6ae5281288d5add19a5f3264 authored over 1 year ago by Rich Trott <[email protected]>
tools: fix zconf.h path

Use the `DEPS_DIR` variable to build the path instead of hardcoding it.

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

95d24292edd40f9a67b38ad71c758c4c682e2cd8 authored over 1 year ago by Luigi Pinca <[email protected]>
doc: clarify tty.isRaw

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

cd7e4e8e66afa4e7b613dba0036cb9f3d3ad1a73 authored over 1 year ago by Roberto Vidal <[email protected]>
doc: correct line break for Windows terminals

PR-URL: https://github.com/nodejs/node/pull/48083
Reviewed-By: Rich Trott <[email protected]>
Rev...

e49bb6851c6b48228ca63c2c86a8a964e03c3866 authored over 1 year ago by Alex Schwartz <[email protected]>