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

2023-12-05, Version 21.4.0 (Current)

Notable changes:

fs:
* (SEMVER-MINOR) introduce `dirent.parentPath` (Antoine du Hamel) https:...

2eb1808a309d3d97fcf6944c9c99745df980b895 authored about 1 year ago by Michaël Zasso <[email protected]>
lib: don't parse windows drive letters as schemes

We were incorrectly parsing windows drive letters as schemes. This was
polluting the source map ...

77e3dfca5caef8d41b4cd15db359efec64613d5e authored about 1 year ago by 华 <[email protected]>
tools: update eslint to 8.55.0

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

9def0a9f94f01394f157d00de90b3ad59a77576f authored about 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update undici to 5.28.2

PR-URL: https://github.com/nodejs/node/pull/51024
Reviewed-By: Matthew Aitken <maitken033380023@...

5b31aed61b15aec374ff22f1d19f7cb8b04bf72d authored about 1 year ago by Node.js GitHub Bot <[email protected]>
tools: update lint-md-dependencies to [email protected]

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

646058a257d2641c9f166dc17f1b6648fd0f61e1 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
test: escape cwd in regexp

Co-authored-by: Antoine du Hamel <[email protected]>
PR-URL: https://github.com/nodej...

fba2c9332f4bccc2b0b300de234d413ae28b4b9c authored about 1 year ago by Jérémy Lal <[email protected]>
deps: cherry-pick bfbe4e38d7 from libuv upstream

Original commit message:
aix: disable ipv6 link local (#4229)

AIX does not implement ifaddr...

5504cf36caa0dc2d7f891851c0adbefc40c7ce67 authored about 1 year ago by Abdirahim Musse <[email protected]>
deps: update libuv to 1.47.0

deps: update libuv to 1.47.0
PR-URL: https://github.com/nodejs/node/pull/50650
Reviewed-By: Ben ...

d9f5b4560f430c1a83318e09a7b11a7729beb45d authored about 1 year ago by Node.js GitHub Bot <[email protected]>
doc: deprecate `dirent.path`

PR-URL: https://github.com/nodejs/node/pull/51020
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sent...

5b6aa530d05203937383df2654a0f40a1e78dcf4 authored about 1 year ago by Antoine du Hamel <[email protected]>
src: fix dynamically linked zlib version

Report the version of the dynamically linked zlib if built with
`configure --shared-zlib` instea...

7b3eb311a73c1063ad48b01dae55d06ddfd61c6d authored about 1 year ago by Richard Lau <[email protected]>
module: fix recently introduced coverity warning

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

d4bcdd89c721ba95370c1146c9d9925f386d37e3 authored about 1 year ago by Michael Dawson <[email protected]>
benchmark: update interations and len in benchmark/util/text-decoder.js

Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...

cd71838675bd913f91a9c84fd5d1ae537ceffb56 authored about 1 year ago by Lei Shi <[email protected]>
benchmark: update iterations of benchmark/util/type-check.js

Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...

36a75e8b392d7bf74d92eb193a481a6696e65519 authored about 1 year ago by Lei Shi <[email protected]>
benchmark: update iterations in benchmark/util/normalize-encoding.js

Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...

c510e2677d0d38f0c2e279e1d86f7e578240f2ac authored about 1 year ago by Lei Shi <[email protected]>
benchmark: update iterations in benchmark/util/inspect-array.js

Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...

964046d3b2c2300dc91ff4ac847061bf68228db2 authored about 1 year ago by Lei Shi <[email protected]>
benchmark: update iterations in benchmark/util/format.js

Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...

b2f23f0bd0d1be94d2fef6705333d70ee12c1e77 authored about 1 year ago by Lei Shi <[email protected]>
src: make ModifyCodeGenerationFromStrings more robust

1. Fallback to true when the context is not (yet) initialized
with the kAllowCodeGenerationFr...

5398cb55ca10d34ed7ba5592f95b3b9f588e5754 authored about 1 year ago by Joyee Cheung <[email protected]>
doc: add additional details about `--input-type`

PR-URL: https://github.com/nodejs/node/pull/50796
Fixes: https://github.com/nodejs/node/issues/5...

4b0401ff382ca4dd5c8f2f08644f9d64cc2f90b0 authored about 1 year ago by Shubham Pandey <[email protected]>
src: disable uncaught exception abortion for ESM syntax detection

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

951d00d36b4b720f20366c0ac513b090c80ea841 authored about 1 year ago by Yagiz Nizipli <[email protected]>
src: omit bool values of package.json main field

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

0229502a01b374e75819e9808ce5ca528f085bf5 authored about 1 year ago by Yagiz Nizipli <[email protected]>
meta: bump step-security/harden-runner from 2.6.0 to 2.6.1

Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.6.0 t...

c7fda398fd38eb429e35ade932cdc0a36f9bbf08 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump github/codeql-action from 2.22.5 to 2.22.8

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.5 to 2.22.8.
- [...

c8ea4831415d9f56a4ff6636e3e531e3d5677ce4 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
src: fix backtrace with tail [[noreturn]] abort

A function tail calls [[noreturn]] node::Abort will print an incorrect
call stack because the fr...

16a54794df9946bb3c704170ebefa57764984773 authored about 1 year ago by Chengzhong Wu <[email protected]>
deps: update googletest to 76bb2af

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

6b03e6061ba334033009c0c5fd53c9eb7c06f684 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update googletest to b10fad3

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

8d7d11d701f01eb203f29c998bdbf9adc51e52a3 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
fs: use default w flag for writeFileSync with utf8 encoding

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

7bfb0877271cf18b4a910d8fbfebcbfa5f5c160e authored about 1 year ago by Murilo Kakazu <[email protected]>
benchmark: update iterations in benchmark/crypto/hkdf.js

Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...

23031d9b0a564faa9c12cc3260cd009d2bac0dae authored about 1 year ago by Lei Shi <[email protected]>
fs: introduce `dirent.parentPath`

The goal is to replace `dirent.path` using a name that's less likely to
create confusion.
`diren...

2e458d973638d01fcb6a0d7d611e0120a94f4d35 authored about 1 year ago by Antoine du Hamel <[email protected]>
deps: update undici to 5.28.1

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

78855fdefee77ea13df9fa1887dc650b849a4f6d authored about 1 year ago by Node.js GitHub Bot <[email protected]>
loader: speed up line length calc used by moduleProvider

When using a loader, for say TypeScript, the esm loader invokes the
`lineLengths` function via `...

d5a7acf068fb85a0304c51c8954b64879c24db20 authored about 1 year ago by Mudit <[email protected]>
benchmark: update iterations in benchmark/crypto/get-ciphers.js

Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...

1b16bf6561f3c1ffe6fa22f875ee4ee226713f8d authored about 1 year ago by Lei Shi <[email protected]>
test: replace forEach to for.. test-webcrypto-export-import-cfrg.js

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

60ffa9f1b377a5cdc388878e64ab5f305150e068 authored about 1 year ago by Angelo Parziale <[email protected]>
url: throw error if argument length of revokeObjectURL is 0

Added a check to see if url wasn't included as an argument
which will then throw an error.

Fixe...

2f4065250e453da2de2ee9cbb8aaae28cbdb4df5 authored about 1 year ago by DylanTet <[email protected]>
2023-11-30, Version 21.3.0 (Current)

Notable changes:

crypto:
* update root certificates to NSS 3.95 (Node.js GitHub Bot) https://...

b7d2827ce080f3a347db245a77fd14df12bb8750 authored about 1 year ago by RafaelGSS <[email protected]>
tools: add triggers to update release links workflow

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

a70d9e5d4f55eb9593210f4d2065e9848ac55e8b authored about 1 year ago by Moshe Atlow <[email protected]>
lib: refactor to use validateFunction in diagnostics_channel

Use validateFunction to remove duplicate implementation.

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

e1bfd0a29e1657503cb718817bcd87d2b211622c authored about 1 year ago by Deokjin Kim <[email protected]>
meta: move one or more collaborators to emeritus

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

431f32e30255daaea1a1b370350903aae39e7b1a authored about 1 year ago by Node.js GitHub Bot <[email protected]>
tools: update lint-md-dependencies to [email protected]

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

75e219fb3c1e2b1daf48d29e788eecd9260e5952 authored about 1 year ago by Node.js GitHub Bot <[email protected]>
2023-11-29, Version 18.19.0 'Hydrogen' (LTS)

Notable changes:

deps:
* (SEMVER-MINOR) update uvwasi to 0.0.19 (Node.js GitHub Bot) https://...

8787acb1e62a48cf77c361b571b7aa641e59fb99 authored about 1 year ago by Michaël Zasso <[email protected]>
doc: add procedure when CVEs don't get published

This was the workaround provided by HackerOne team

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

fe987340fc477f0bec1084227c1ff0f745ac7cbe authored about 1 year ago by Rafael Gonzaga <[email protected]>
lib,src: replace toUSVString with `toWellFormed()`

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

01dae5f8770df9a93ce23befa34ea4caaf9a05c7 authored about 1 year ago by Yagiz Nizipli <[email protected]>
deps: update undici to 5.28.0

PR-URL: https://github.com/nodejs/node/pull/50915
Reviewed-By: Matthew Aitken <maitken033380023@...

2fa9503fee8899719f6d547b744fcc9b0a47269d authored about 1 year ago by Node.js GitHub Bot <[email protected]>
doc: fix some errors in esm resolution algorithms

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

59f57d289d86873651387ee81807888604e6bd70 authored about 1 year ago by Christopher Jeffrey (JJ) <[email protected]>
typings: fix JSDoc in `internal/modules/esm/hooks`

PR-URL: https://github.com/nodejs/node/pull/50887
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sent...

2793e8bf9aac95cb769efc381cf1b7e74ada2d6d authored about 1 year ago by Alex Yang <[email protected]>
benchmark: update number of iterations for `util.inspect`

PR-URL: https://github.com/nodejs/node/pull/50651
Refs: https://github.com/nodejs/node/issues/50...

cdb6519ccde2f3f5e94858199b971ac91763a3e4 authored about 1 year ago by kylo5aby <[email protected]>
doc: reserve 121 for Electron 29

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

0d4a1b35a0a4648036d0a1fdb00a4ea89d014526 authored about 1 year ago by Shelley Vohr <[email protected]>
esm: do not call `getSource` when format is `commonjs`

Ensure that `defaultLoad` does not uselessly access the file system to
get the source of modules...

2602c4642b79eae464822d03b473936661f5af14 authored about 1 year ago by Francesco Trotta <[email protected]>
esm: fallback to `getSource` when `load` returns nullish `source`

When using the Modules Customization Hooks API to load CommonJS modules,
we want to support the ...

4eafcf8ff556c2518a216efbce014d62ff7ba091 authored about 1 year ago by Antoine du Hamel <[email protected]>
doc: run license-builder

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

3263228ebf648715f8f60541f0d84c630e69131b authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
test: log more information in SEA tests

- Use spawnSyncAndExitWithoutError to log more information on error.
- Use NODE_DEBUG_NATIVE to ...

a3ee1870fd7b8fbe9afb94d9d9ddd7be4dfa1f02 authored about 1 year ago by Joyee Cheung <[email protected]>
src: print MKSNAPSHOT debug logs to stderr

PR-URL: https://github.com/nodejs/node/pull/50759
Refs: https://github.com/nodejs/node/issues/50...

973f30b16fe420a73c547e7e7ae5bcb9ad2f6bea authored about 1 year ago by Joyee Cheung <[email protected]>
tools: fix current version check

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

ef5c8e4593727115e5b269035c02422f2fff77b9 authored about 1 year ago by Marco Ippolito <[email protected]>
lib: streamline process.binding() handling

- Make processBindingAllowList a separate list from
runtimeDeprecatedList and legacyWrapperLis...

940910de9047b9cb34cf5c1f70d111122f50ab9d authored about 1 year ago by Joyee Cheung <[email protected]>
doc: document non-node_modules-only runtime deprecation

We already have this special kind of runtime deprecation for
Buffer constructors which does not ...

3ffe2e82783cafe80018e5d0286728ac0b4691e4 authored about 1 year ago by Joyee Cheung <[email protected]>
test: fix message v8 not normalising alphanumeric paths

PR-URL: https://github.com/nodejs/node/pull/50730
Fixes: https://github.com/nodejs/node/issues/5...

3f10a2164ce394ef1b7bb1a4d9e4b2349db17be0 authored about 1 year ago by Jithil P Ponnan <[email protected]>
test: consolidate utf8 text fixtures in tests

We previously used a text that appears to be an excerpt of
https://zh.wikipedia.org/wiki/%E5%8D%...

97c29def522e4acce2a44d1a5c39c79dbdc686be authored about 1 year ago by Joyee Cheung <[email protected]>
doc: add doc for Unix abstract socket

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

69866bf1b68a385ba68ac4d873d89aacc37dde79 authored about 1 year ago by theanarkh <[email protected]>
fs: remove workaround for `esm` package

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

95b198911382b0aa0a0448e2a86214558665e02b authored about 1 year ago by Yagiz Nizipli <[email protected]>
doc: remove flicker on page load on dark theme

Theme applying logic get loaded and executed in async mode, so often
there is a
delay in applyin...

d42949e79f2a0448e9d05bf9c911706c8b8a5bf9 authored about 1 year ago by Dima Demakov <[email protected]>
doc: add migration paths for deprecated utils

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

900d79caf2e2afc7d47cb09da4f1f397fd3d31d2 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.log

fix pr url

PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafae...

e96cd250075af8ad4088a251a795cc8b13148531 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isUndefined

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

6cf20d5e43e68d1d62702d0e52743b6fb3c58852 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isString

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

80b6bfd4e9764a9829172a4b959b06dc87bb8159 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isSymbol

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

09e424921f743772f35a0cbeca1a6906af25c516 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isRegExp

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

d419edded904dc24e5b309208859662a5c151387 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isPrimitive

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

e0b8de78edda274988b0b11e8bd713d50920c5b8 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isObject

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

5478e1129ae1285fcab59f60cf6a3b894397ff9e authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isNumber

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

b05b1dd5415f2c975b9d205d11a13ba4c3412418 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isNullOrUndefined

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

5af9bf5f6ab9069f513dc3ff9a9acd4cb642a06a authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isFunction

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

70330f5c2b53853a1dc771c307252edcc0852616 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isNull

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

860a10e10e81eb924e612f87d392571b4d18cf25 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isError

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

7c69c33acc046959842baa9fe2b457208f0a7c1e authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isDate

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

a0c5b871a987756c7e506be5db5fa0c6b4d34261 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecation util.isBuffer

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

3c670cb15d9157f99eee53cdfdb25caf55a64531 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecation util.isBoolean

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

c17a448ca92568747f500a1faf1b5c10697b1499 authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecate util.isArray

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

fbb2f891aa1cfe591c10d52fba175eac530a065e authored about 1 year ago by Marco Ippolito <[email protected]>
util: runtime deprecation util._extend

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

22d8062e42aa1314a69b5b10427c828653e82da9 authored about 1 year ago by Marco Ippolito <[email protected]>
doc: make theme consistent across api and other docs

Since website based on 2 different repos, there was an inconsistency
in theme selection, so we h...

62fc950e96170e8a9677a97b0ebce47fd955e22a authored about 1 year ago by Dima Demakov <[email protected]>
fs: add c++ fast path for writeFileSync utf8

PR-URL: https://github.com/nodejs/node/pull/49884
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sent...

4466deeb34328c55230fe7c81bc7cc971610795b authored about 1 year ago by CanadaHonk <[email protected]>
fs: improve error performance for `rmdirSync`

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

f11b2061eac181c69de522fc4a14a9410222bcf9 authored about 1 year ago by CanadaHonk <[email protected]>
meta: clarify nomination process according to Node.js charter

Signed-off-by: Matteo Collina <[email protected]>
PR-URL: https://github.com/nodejs/node/p...

5f8ec99104610c91d00ff8c715e55c6722a93ce4 authored about 1 year ago by Matteo Collina <[email protected]>
benchmark: update iterations in benchmark/util/splice-one.js

Increase the number of iterations from 1e5 to 5e6
to avoid the test performance gap caused by in...

f8c27e61761deffe1a20425c88d74afb830c33e4 authored about 1 year ago by Liu Jia <[email protected]>
fs: fix glob returning duplicates

PR-URL: https://github.com/nodejs/node/pull/50881
Fixes: https://github.com/nodejs/node/issues/5...

f28839b5f3a97a7cd1f9ddfb63bd15937178a67f authored about 1 year ago by Moshe Atlow <[email protected]>
src: assert return value of BN_bn2binpad

Every other invocation of BN_bn2binpad checks the return value. For
safety and consistency, do s...

ed5cb37ccbc44e2310286db309edc521d8deb91d authored about 1 year ago by Tobias Nießen <[email protected]>
meta: clarify recommendation for bug reproductions

Sometimes reporters link to a repo for their repro, which
not only likely takes them more time t...

7981e2ee642ae2b551201aa120560eb7d54fde03 authored about 1 year ago by Antoine du Hamel <[email protected]>
doc: add a section regarding `instanceof` in `primordials.md`

PR-URL: https://github.com/nodejs/node/pull/50874
Reviewed-By: Matteo Collina <matteo.collina@gm...

b0443690f89816ca3b9b8dee7e73f4527b3ff3e0 authored about 1 year ago by Antoine du Hamel <[email protected]>
v8,tools: expose necessary V8 defines

PR-URL: https://github.com/nodejs/node/pull/50820
Reviewed-By: Jiawen Geng <technicalcute@gmail....

0bb5d88871f97c110c7b61eccd7dc96678d33a46 authored about 1 year ago by Cheng Zhao <[email protected]>
doc: update email to reflect affiliation

PR-URL: https://github.com/nodejs/node/pull/50856
Reviewed-By: Matteo Collina <matteo.collina@gm...

41e225cac41ae7c1d25c400c45bb58e5d07b4657 authored about 1 year ago by Yagiz Nizipli <[email protected]>
deps: update zlib to 1.2.13.1-motley-5daffc7

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

f4c915c006783d0677b6e12900504782200c660a authored about 1 year ago by Node.js GitHub Bot <[email protected]>
fs: fix to not return for void function

PR-URL: https://github.com/nodejs/node/pull/50769
Reviewed-By: Matthew Aitken <maitken033380023@...

ec79232938c061a34b01520a11a8342ab219f9ee authored about 1 year ago by Jungku Lee <[email protected]>
src: fix coverity warning

- reduce copying by using std::move

Signed-off-by: Michael Dawson <[email protected]>
PR-URL:...

6dbf678ae55ebbd6815c18814cdaac2e89f44cfa authored about 1 year ago by Michael Dawson <[email protected]>
meta: move cjihrig to TSC regular member

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

cf45a62ece6cf29218157d81a089628ee949ef09 authored about 1 year ago by Colin Ihrig <[email protected]>
test: fix dns test case failures after c-ares update to 1.21.0+

c-ares has made intentional changes to the behavior of TXT records
to comply with RFC 7208, whic...

345d16cc5064a07383c9cd0b9bc3d95741b50a75 authored about 1 year ago by Brad House <[email protected]>
test: replace forEach with for of

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

303654c501e38dc7a9d7d2418c0f0a8b5a9a12c1 authored about 1 year ago by Conor Watson <[email protected]>
test: replace forEach to for at test-webcrypto-sign-verify-ecdsa.js

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

8c7221045761a5b64fb1e0c993eee562958f5742 authored about 1 year ago by Alessandro Di Nisio <[email protected]>
deps: V8: cherry-pick 0f9ebbc672c7

Original commit message:

[flags] Remove --harmony-string-is-well-formed

The String.pro...

fbfa77b712b5d647ae49b759344f2147686a3133 authored about 1 year ago by Chengzhong Wu <[email protected]>
fs: replace deprecated `path._makeLong` in copyFile

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

dd338e3429f80c3ac8040a5541dbe54902368bde authored about 1 year ago by CanadaHonk <[email protected]>
tools: add macOS notarization verification step

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

83df02c180e9cc842244e3df5bb76814ca8f4bf7 authored about 1 year ago by Ulises Gascón <[email protected]>
test: replace foreach with for in test-https-simple.js

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

4e713a3930b0758231ebaf6debbf30bb18eec920 authored about 1 year ago by Shikha Mehta <[email protected]>
doc: shard not supported with watch mode

PR-URL: https://github.com/nodejs/node/pull/50640
Reviewed-By: Raz Luvaton <[email protected]>
...

f9675e104e25ae7da5215f338f5e2609c85025a2 authored about 1 year ago by Pulkit Gupta <[email protected]>