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

module: fix leak of vm.SyntheticModule

Previously we maintain a strong persistent reference to the
ModuleWrap to retrieve the ID-to-Mod...

4aa6b8c2e418dbcc15841245a1f0e9fdc72cf3d1 authored over 1 year ago by Joyee Cheung <[email protected]>
module: use symbol in WeakMap to manage host defined options

Previously when managing the importModuleDynamically callback of
vm.compileFunction(), we use an...

bc9a875c999ad734f688660f0769098129818421 authored over 1 year ago by Joyee Cheung <[email protected]>
test: mark test-runner-watch-mode as flaky

PR-URL: https://github.com/nodejs/node/pull/49627
Refs: https://github.com/nodejs/node/issues/49...

b289c6df1197f4ff0e2202b430fe77e281d7243b authored over 1 year ago by Joyee Cheung <[email protected]>
test_runner: fix test runner watch mode when no positional arguments

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

1a4ae462f8d2c08a6f35c64fc0598d64de1605d5 authored over 1 year ago by Moshe Atlow <[email protected]>
test_runner: add junit reporter

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

22907ce3668b69543acb07f293817f092e03a267 authored over 1 year ago by Moshe Atlow <[email protected]>
test_runner: add jsdocs to mock.js

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

4efa3744a05051ac7163434bc1ce87bdfcaba5e5 authored over 1 year ago by Caio Borghi <[email protected]>
net: improve performance of isIPv4 and isIPv6

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

4e0184294362b477e52c996d304e6fe0d6824964 authored over 1 year ago by Uzlopak <[email protected]>
benchmark: shorten pipe-to by reducing number of chunks

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

7ad4c0f4a63b1aca06e09b9deb96078c7fed8d91 authored over 1 year ago by Raz Luvaton <[email protected]>
tools: restrict internal code from using public `url` module

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

f5bb2c7d205cc592746a5dead49b20c71694e92f authored over 1 year ago by LiviaMedeiros <[email protected]>
debugger: use `internal/url.URL` instead of `url.parse`

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

2a0e5de16367828f1222830e930721386e26f90b authored over 1 year ago by LiviaMedeiros <[email protected]>
test: deflake test-tls-socket-close

Move the check for the destroyed state of the remote socket to the inner
`setImmediate()`.

Refs...

ccf46ba0f5ce02ae85b8bdb5e29acfc376caf9fc authored over 1 year ago by Luigi Pinca <[email protected]>
esm: set all hooks as release candidate

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

2a14a79c998a775283db4b5b0a9e447460de8044 authored over 1 year ago by Geoffrey Booth <[email protected]>
build: bump supported macOS and Xcode versions

- Bump macOS deployment target to 11.0
- Bump Xcode to 13

This is to ensure some level of suppo...

4e3983031a0de6bfb68506d53ab5cb29e4b5d4fb authored over 1 year ago by Michaël Zasso <[email protected]>
test: show more info on failure in test-cli-syntax-require.js

Use spawnSyncAndExit() to show more info when the tes fails.

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

b45e196bec407c9db30ffe5490bb86be692a1579 authored over 1 year ago by Joyee Cheung <[email protected]>
deps: V8: cherry-pick b60a03df4ceb

Original commit message:

[api] mark v8::Script and v8::UnboundScript as v8::Data

v8::U...

668437ccada33c03bb454a19c61b030c028076b0 authored over 1 year ago by Joyee Cheung <[email protected]>
tools: update eslint to 8.49.0

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

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

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

b046a11572f0323f6589207a7f0eaafa82a6a138 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
errors: use `determineSpecificType` in more error messages

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

d3e0331953117a58570eb4c2da513d8ecd8d47af authored over 1 year ago by Antoine du Hamel <[email protected]>
fs: fix readdir and opendir recursive with unknown file types

If the libuv operations invoked by `readdir`/`opendir` return
`uv_dirent_t` values where the `ty...

d8b378cb3f632f5e390465aff11ac5dcb4ef63ff authored over 1 year ago by William Marlow <[email protected]>
test: mark test-http-regr-gh-2928 as flaky

It has been flaky for more than a year. Mark it as flaky to avoid
blocking the CI.

PR-URL: http...

48fcb205e4577fd0096f6b772ca250c6dbf759e3 authored over 1 year ago by Joyee Cheung <[email protected]>
test: use spawnSyncAndExitWithoutError in sea tests

To display more information when the command fails.

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

65d396b0a0a0a7d343f7d022fe591f93df532bbb authored over 1 year ago by Joyee Cheung <[email protected]>
test: use spawnSyncAndExitWithoutError in test/common/sea.js

To display more information when the command fails.

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

31657f73f13aab8897cdf2ddf4ac27a7a4bace1d authored over 1 year ago by Joyee Cheung <[email protected]>
test: use setImmediate() in test-heapdump-shadowrealm.js

With a tight loop the GC may not have enough time to kick in.
Try setImmediate() instead.

PR-UR...

dca4d84349fc23c7f0aff28df6734568ef5b9ffe authored over 1 year ago by Joyee Cheung <[email protected]>
src: set --rehash-snapshot explicitly

To prepare for https://chromium-review.googlesource.com/c/v8/v8/+/4839486

PR-URL: https://githu...

17a9bfbe79be5f737d74eca4c9c56e2c84e15014 authored over 1 year ago by Joyee Cheung <[email protected]>
test: skip test-child-process-pipe-dataflow.js on Windows

This is constantly failing on Windows now that the CI is never green
there. To give CI at least ...

b0edb28b6311790c7aa09d1ee667155e80dbba90 authored over 1 year ago by Joyee Cheung <[email protected]>
deps: V8: backport 93b1a74cbc9b

Original commit message:

Reland "[api] allow v8::Data as internal field"

This is a rel...

f970087147a30e62cdd1ebe8396d745195b8b473 authored over 1 year ago by Joyee Cheung <[email protected]>
src: allow embedders to override NODE_MODULE_VERSION

PR-URL: https://github.com/nodejs/node/pull/49279
Reviewed-By: Joyee Cheung <[email protected]...

a3020dd4257c7f33889fc7145db938345c94987d authored over 1 year ago by Cheng Zhao <[email protected]>
stream: improve tee perf by reduce `ReflectConstruct` usages

also added more webstream creation benchmarks

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

a7fe8b042a2461ccf61590a93cc183020ef44863 authored over 1 year ago by Raz Luvaton <[email protected]>
lib: use internal `fileURLToPath`

For internal usage, `internal/url` should be used.

Refs: https://github.com/nodejs/node/pull/49...

b3fc9173ed0a562e71ea9bb2d719c27a92857c76 authored over 1 year ago by Deokjin Kim <[email protected]>
lib: use internal `pathToFileURL`

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

afea87ee14cd47e70049cbd741ffccb8223f95ca authored over 1 year ago by Livia Medeiros <[email protected]>
Revert "test: ignore the copied entry_point.c"

This reverts commit d15652e95905fa6bfe7b55b6205a1b7298b8b4f8.

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

c55625f50b5ba675f4ebb946c288c5b2808f1182 authored over 1 year ago by legendecas <[email protected]>
test: avoid copying test source files

Converting the helper functions to be inlined and making the helper file
header only.

PR-URL: h...

178dff255fa9bdfdd02c44b5707ef021747f8553 authored over 1 year ago by legendecas <[email protected]>
zlib: disable CRC32 SIMD optimization

It seems that the optimization causes memory corruption. Disable it
until the issue is fixed ups...

ae115d68e010cf8860e15a5e8259e7dc520b26a5 authored over 1 year ago by Luigi Pinca <[email protected]>
esm: remove `globalPreload` hook (superseded by `initialize`)

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

705e623ac4059541eb2ded78c5b4e234e2c5ca67 authored over 1 year ago by Jacob Smith <[email protected]>
src: support multiple `--env-file` declarations

PR-URL: https://github.com/nodejs/node/pull/49542
Refs: https://github.com/nodejs/node/issues/49...

ce30b4ea4058fb841fecfb1930165993ffb4c9e0 authored over 1 year ago by Yagiz Nizipli <[email protected]>
test: increase coverage of `Module.register` and `initialize` hook

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

c159b90bb18205449141983ef9a134f7887aa02f authored over 1 year ago by Antoine du Hamel <[email protected]>
test: isolate `globalPreload` tests

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

479a50c7e9e438ba298d3f9cf8f066156783f39a authored over 1 year ago by Geoffrey Booth <[email protected]>
doc: save user preference for JS flavor

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

b5000371c6a5a77fe4567973cebb425868f0bd38 authored over 1 year ago by Vidar Eldøy <[email protected]>
deps: upgrade npm to 10.1.0

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

a4d0629f551f3196b0af89975d665de2604b7abf authored over 1 year ago by npm CLI robot <[email protected]>
typings: fix missing property in `ExportedHooks`

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

5bb0cb2660536f1acc6e0f939c48cb265862cf5c authored over 1 year ago by Antoine du Hamel <[email protected]>
esm: remove return value for `Module.register`

The current API shape si not great because it's too limited and
redundant with the use of `Messa...

b64c3ee6cb233249476abaec7b6c4e05b690f7d0 authored over 1 year ago by Antoine du Hamel <[email protected]>
2023-09-08, Version 20.6.1 (Current)

Notable changes:

esm:
* fix loading of CJS modules from ESM (Antoine du Hamel) https://github...

0a2ab4c77c656660b2f6d5636a9b3bfdc9ca7cd1 authored over 1 year ago by RafaelGSS <[email protected]>
doc: update documentation for node:process warning

PR-URL: https://github.com/nodejs/node/pull/49517
Refs: https://github.com/nodejs/node/issues/46...

718981ef56d0d4dd0cca3f46a7764c6c93a5f384 authored over 1 year ago by Shubham Pandey <[email protected]>
doc: rename possibly confusing variable and CSS class

A "selector" usually refers to a CSS selector, when here it refers to a
checkbox.

PR-URL: https...

8103a6418eafc50ea574439b2c7fed121738cffb authored over 1 year ago by Antoine du Hamel <[email protected]>
benchmark: fix webstream pipe-to

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

7bf29b52b3c54a071b814ccf77cfaf275279136f authored over 1 year ago by Raz Luvaton <[email protected]>
gyp: put cctest filenames in variables

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

3163f8d680a43eefa925e8c52ee48ddfb56414b1 authored over 1 year ago by Cheng Zhao <[email protected]>
src: set ModuleWrap internal fields only once

There is no need to initialize the internal fields to undefined
and then initialize them to some...

7db6e189d6e3df3710c274f7b882d841e9014314 authored over 1 year ago by Joyee Cheung <[email protected]>
src: don't overwrite environment from .env file

This commit adds a check to see if an environment variable that is
found in the .env file is alr...

015e27bd084c91597a3d7a93f9037987587416ef authored over 1 year ago by Phil Nash <[email protected]>
src: fix fs_type_to_name default value

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

0bce573bd4e6b768f679d29783a8180820026a90 authored over 1 year ago by Mustafa Ateş Uzun <[email protected]>
doc: update outdated history info

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

cd49408ff1a957240da044c68bfe201703d3c0c4 authored over 1 year ago by Antoine du Hamel <[email protected]>
test: split test-crypto-dh to avoid timeout on slow machines in the CI

Locally this speeds up running test-crypto-dh* from 7s to 2s. This was
previously timing out in ...

e0fb3f7cb8ddcf8ca309c83b20ec08460e4a815a authored over 1 year ago by Joyee Cheung <[email protected]>
doc: add release key for Ulises Gascon

PR-URL: https://github.com/nodejs/node/pull/49196
Refs: https://github.com/nodejs/Release/issues...

b3c4f663287ffbe4c473ba5e194b0c9d4e4936f8 authored over 1 year ago by Ulises Gascón <[email protected]>
doc: close a parenthesis

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

e6fce823b767bb3d698ae357a2041ef0a9cc04a7 authored over 1 year ago by Sébastien Règne <[email protected]>
tools: allow passing absolute path of config.gypi in js2c

PR-URL: https://github.com/nodejs/node/pull/49162
Reviewed-By: Joyee Cheung <[email protected]...

def014dff3b183902599a36bed056e6811e067cf authored over 1 year ago by Cheng Zhao <[email protected]>
src: fix comment on StreamResource

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

c86e700b3ee5efc4f5b3ed878484b5d50f34eec9 authored over 1 year ago by rogertyang <[email protected]>
src: do not rely on the internal field being default to undefined

It's an undocumented V8 behavior that is subject to change. Instead
just check if the internal f...

941ad8b843aed27a69739c9fd42312c6c76c3032 authored over 1 year ago by Joyee Cheung <[email protected]>
test: make `test-dotenv-node-options` locale-independent

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

f0ebb774a5a23868c89378da415450a0d1435409 authored over 1 year ago by Livia Medeiros <[email protected]>
deps: update googletest to 8a6feab

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

9c7b7bec8eeac64e46fe94dbfb1747ee6842ea46 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: cast GetInternalField() return type to v8::Value in addons.md

For the breaking change in
https://chromium-review.googlesource.com/c/v8/v8/+/4707972

PR-URL: h...

a33a4979a4e31d60a3e563bd43c17421a1acf32d authored over 1 year ago by Joyee Cheung <[email protected]>
tools: configure never-stale label correctly

Feature requests are issues, not PRs.

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

c9019ccdac0192fb55afd2cfa9f6ea32bbc97e3a authored over 1 year ago by Michaël Zasso <[email protected]>
meta: bump github/codeql-action from 2.21.2 to 2.21.5

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

8024a9a0ba9ecef01e75976d300e61d588cf80c6 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump rtCamp/action-slack-notify from 2.2.0 to 2.2.1

Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.2.0 to ...

65f63d49c167021914ee16afb486ca1d365358bf authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
esm: refactor test-esm-loader-resolve-type

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

63c3846d0ab23eeb5ed3a1a689cc4ccce86b3d16 authored over 1 year ago by Geoffrey Booth <[email protected]>
esm: refactor test-esm-named-exports

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

a927adef9e65ace6550ef90d51a6ee268a18d109 authored over 1 year ago by Geoffrey Booth <[email protected]>
doc: fix documentation for input option in child_process

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

6b135a1a20b292c0cbbcbcc948cc24e8f2d48699 authored over 1 year ago by Ariel Weiss <[email protected]>
deps: upgrade npm to 10.0.0

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

306de763f29f68d66eddfa2308198b7831afdb0b authored over 1 year ago by npm CLI robot <[email protected]>
doc: fix missing imports in `test.run` code examples

The script was missing necessary imports for the `run`
function and the `path` module, causing i...

6919d7241657517bfff6d2041748fa9f8e85b76e authored over 1 year ago by Oshri Asulin <[email protected]>
esm: fix loading of CJS modules from ESM

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

fdc65d97699212b4c967206e3bbe171fe10734f7 authored over 1 year ago by Antoine du Hamel <[email protected]>
lib: check SharedArrayBuffer availability in freeze_intrinsics.js

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

cfe4166f0f9b8be2938e6e1cfd6e7b7c4daaa1ad authored over 1 year ago by Milan Burda <[email protected]>
doc: fix documentation for fs.createWriteStream highWaterMark option

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

d8eb8d05f9d54a69682f999dcf7b39d85f898edc authored over 1 year ago by Mert Can Altın <[email protected]>
process: add custom dir support for heapsnapshot-signal

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

54021850f9d56564e04079f24685fdd12f6f2a14 authored over 1 year ago by Jithil P Ponnan <[email protected]>
test_runner: fix invalid timer call

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

a61bc9d933f74745ed9852d962c0ac70957ee643 authored over 1 year ago by Erick Wendel <[email protected]>
test: add test for urlstrings usage in `node:fs`

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

21759bdfed449fad44bd64ee300bd9590f28ec17 authored over 1 year ago by Livia Medeiros <[email protected]>
doc: updated releasers instructions for node.js website

PR-URL: https://github.com/nodejs/node/pull/49427
Reviewed-By: Richard Lau <[email protected]>
Rev...

e79ef8128963db831344c92150a1f76c7e4e2881 authored over 1 year ago by Claudio W <[email protected]>
test_runner: add jsdocs to MockTimers

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

f139cc3ee897f32f93b4c0c084aa859de495f228 authored over 1 year ago by Erick Wendel <[email protected]>
tools: update doc dependencies

Updated to [email protected] [email protected] [email protected]

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

5b31ff112783f97d12763a6516fcdadb7fa046ec authored over 1 year ago by Node.js GitHub Bot <[email protected]>
esm: refactor mocking test

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

6a5394ea7dc62b044ed826a7c8d18506ab532b96 authored over 1 year ago by Geoffrey Booth <[email protected]>
deps: update corepack to 0.20.0

PR-URL: https://github.com/nodejs/node/pull/49464
Reviewed-By: Trivikram Kamat <trivikr.dev@gmai...

56dfcaebcf674e8dd08f41a3bc87311cba623dcf authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: edit `import.meta.resolve` documentation

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

e11c7b75995f139257209e253ad90742ea7822eb authored over 1 year ago by Antoine du Hamel <[email protected]>
test: make test-worker-prof more robust

Use a JS workload instead of repeating FS operations and use a
timer to make it less flaky on ma...

7f001c22995a60cbb483362521d3c5c201ec0445 authored over 1 year ago by Joyee Cheung <[email protected]>
test_runner: fix typescript coverage

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

47c5152545a72ac201efed3a3350aead1e04a6ac authored over 1 year ago by Moshe Atlow <[email protected]>
build: add --write-snapshot-as-array-literals to configure.py

This makes it easier to locate indeterminism in the snapshot, with
the following command:

$ ./c...

0028fd12b7624db0e1b4ae9449c4c6f93167b282 authored over 1 year ago by Joyee Cheung <[email protected]>
bootstrap: only use the isolate snapshot when compiling code cache

We do not actually need to deserialize the context and the whole
environment to compile the code...

4d0f9301836862367640529c5fec0efa1b5689e7 authored over 1 year ago by Joyee Cheung <[email protected]>
2023-09-04, Version 20.6.0 (Current)

Notable changes:

deps:
* V8: cherry-pick 93275031284c (Joyee Cheung) #48660
doc:
* add new ...

12354260db90f27a2c7f177bb161349718c53ccb authored over 1 year ago by Ulises Gascón <[email protected]>
tls: remove redundant code in onConnectSecure()

Remove redundant code by moving it to outside of `if/else`.

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

c8628ed1cf3042dbc8effc6df3777fd8e10c88fc authored over 1 year ago by Deokjin Kim <[email protected]>
meta: bump step-security/harden-runner from 2.5.0 to 2.5.1

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

8dfe4248ca0646a8fc4f4082b52f1d114a7d52ea authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump actions/checkout from 3.5.3 to 3.6.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release no...

f777f3f53f1a141b5327d9f7a4e12e4ca2c45af1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump actions/setup-node from 3.7.0 to 3.8.1

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.1.
- [Releas...

b98d2e23972d72403a3691379bfd47b49a42ffb2 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
test_runner: preserve original property descriptor

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

8e82cfcbb39a13b50fb8024866123ac1e36c2cc1 authored over 1 year ago by Erick Wendel <[email protected]>
tls: refactor to use validateFunction

Use validateFunction to remove duplicate implementation.
Plus, remove `assert()` statement becau...

0add7a8f0c9269390542846dc96a98ce08d993ad authored over 1 year ago by Deokjin Kim <[email protected]>
test: fix warning for comment in embedtest

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

ea32c3ceae27222af30d7017f18fc93073ff37e1 authored over 1 year ago by Jungku Lee <[email protected]>
meta: remove modules team from CODEOWNERS

Currently the modules team is inactive and the
loaders team functions as the team in charge of
t...

12ee988e95ea97edc207e27f3a59171380569ef8 authored over 1 year ago by Benjamin Gruenbaum <[email protected]>
src: modify code for empty string

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

ce11e00dbcc19668a9e4392f0ee06e0f757e24a8 authored over 1 year ago by pluris <[email protected]>
deps: add missing thread-common.c in uv.gyp

PR-URL: https://github.com/nodejs/node/pull/49410
Reviewed-By: Ben Noordhuis <[email protected]...

df16705c69ce2119c988272b29cbd3e7cc816b14 authored over 1 year ago by Santiago Gimeno <[email protected]>
src: remove unused PromiseWrap-related code

PromiseWrap has been removed in
https://github.com/nodejs/node/pull/39135 and we do not have any...

295572ec67b644d88eebaf4707e3e3c6a4de9f1c authored over 1 year ago by Joyee Cheung <[email protected]>
crypto: remove webcrypto EdDSA key checks and properties

As per https://github.com/WICG/webcrypto-secure-curves/pull/24

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

457cedda9dc59a53a54a7c7c5807358529d02680 authored over 1 year ago by Filip Skokan <[email protected]>
tls: ensure TLS Sockets are closed if the underlying wrap closes

This fixes a potential segfault, among various other likely-related
issues, which all occur beca...

048e0bec51475e62663b45ad744f4e02a6eaf2af authored over 1 year ago by Tim Perry <[email protected]>
test: simplify test-crypto-dh-group-setters

I can't tell why the test was written that way in the first place, but
it seems sufficient to ch...

92fb7dd818708c03140ffe0b1539ee337e1005d8 authored over 1 year ago by Tobias Nießen <[email protected]>
test: verify dynamic import call with absolute path strings

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

04a3567dba5cdeea751b7d8af3d44644f100d0b8 authored over 1 year ago by Chengzhong Wu <[email protected]>
doc: fix node-api call example

The `return` statement should not be enclosed in a nested conditional
branch.

PR-URL: https://g...

f9a182c67c3f20995830c51b69c0c72b6a3bae8f authored over 1 year ago by Chengzhong Wu <[email protected]>