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

meta: remove extra space in scorecard workflow

This extra space is preventing dependabot from replacing the old version
by the new one, on depe...

419e4fb77f2f34adba6cf933f6c7b2235b03bd9a authored over 1 year ago by Mestery <[email protected]>
test: use appropriate usages for a negative import test

Refs: #47864
PR-URL: https://github.com/nodejs/node/pull/47878
Refs: https://github.com/nodejs/n...

af3750ec83264a1d2d124a60cab54efe7010e3ce authored over 1 year ago by Filip Skokan <[email protected]>
crypto: fix webcrypto private/secret import with empty usages

Refs: #47864
PR-URL: https://github.com/nodejs/node/pull/47877
Refs: https://github.com/nodejs/n...

71eda57ba3bd8ef31fc23ec783a4a45de29ab751 authored over 1 year ago by Filip Skokan <[email protected]>
test: fix webcrypto wrap unwrap tests

Refs: #47864
PR-URL: https://github.com/nodejs/node/pull/47876
Refs: https://github.com/nodejs/n...

ecf1427df3b17dc77541c7def32dc7f672fa64d3 authored over 1 year ago by Filip Skokan <[email protected]>
deps: upgrade npm to 9.6.6

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

b7c82a3480a0c3699ab97a5d8b4c0588709a38ff authored over 1 year ago by npm CLI robot <[email protected]>
doc: improve `permission.has` description

This fixes the function description and adds missing available scopes.

Signed-off-by: Daeyeon J...

9f39a9d2cbab6864e897ff471bdd2eefababdaa2 authored over 1 year ago by Daeyeon Jeong <[email protected]>
src: clarify the parameter name in `Permission::Apply`

This fixes confusing parameter names. They are references
to set allow-permission.

Signed-off-b...

39973c649874acbd9e2499f96b1146da877416a4 authored over 1 year ago by Daeyeon Jeong <[email protected]>
crypto: remove default encoding from pbkdf2

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

6fb10cad308ad7e0d9a8a78f91d41165eb830065 authored over 1 year ago by Tobias Nießen <[email protected]>
doc: fix params names

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

281ef804c84f1a617823b60d209ae269c7a4a691 authored over 1 year ago by Dmitry Semigradsky <[email protected]>
doc: update supported version of FreeBSD to 12.4

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

41b1e54db276f0fc3591eaece6f83b6b03923bc4 authored over 1 year ago by Michaël Zasso <[email protected]>
deps: update ada to 2.3.1

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

351bf775e1695a8069d43281a91253e193decd88 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: add stability experimental to pm

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

dd1a3375892db1e44beb4b111568465f454e985f authored over 1 year ago by Rafael Gonzaga <[email protected]>
doc: swap Matteo with Rafael in the stewards

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

a90a1459ee5e5bdc3e66fcf4a066b4cbf84f4006 authored over 1 year ago by Rafael Gonzaga <[email protected]>
test: fix output tests when path includes node version

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

03db04924f2cd3c6c1dcb333ab99864786ff1eb6 authored over 1 year ago by Moshe Atlow <[email protected]>
node-api: get Node API version used by addon

PR-URL: https://github.com/nodejs/node/pull/45715
Reviewed-By: Gabriel Schulhof <gabrielschulhof...

c542d3a1d30d3e6c22b27f9bde55656923874818 authored over 1 year ago by Vladimir Morozov <[email protected]>
http2: improve nghttp2 error callback

The http2 implementation uses the deprecated function
nghttp2_session_callbacks_set_error_callba...

259ea3ed59a655ed0263746365c4538ec9c561a5 authored over 1 year ago by Tobias Nießen <[email protected]>
src: throw DataCloneError on transfering untransferable objects

The HTML StructuredSerializeWithTransfer algorithm defines that when
an untransferable object is...

64549731b6cfe3729cb42896ab1f8229b62ff968 authored over 1 year ago by Chengzhong Wu <[email protected]>
test: allow SIGBUS in signal-handler abort test

FreeBSD uses SIGBUS after update to v12.4.

Refs: https://github.com/nodejs/build/issues/3134
PR...

3c82d48cc0a440d91dd2c813201d9a4ecc7a2e62 authored over 1 year ago by Michaël Zasso <[email protected]>
test: reduce WPT concurrency

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

3d003543b76fbc658f4101a1e78a686be57eab09 authored over 1 year ago by Filip Skokan <[email protected]>
module: block requiring `test/reporters` without scheme

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

d55b84ba34ff891976bb7535f92b6136a694fe64 authored over 1 year ago by Moshe Atlow <[email protected]>
src: fix creating an ArrayBuffer from a Blob created with `openAsBlob`

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

af9b48a2f17b11b66a8b81beeaba3c408b863795 authored over 1 year ago by Daeyeon Jeong <[email protected]>
src: avoid strcmp() with Utf8Value

Having Utf8Value::operator==() without operator!=() is awkward in C++17,
so add the negated equa...

d2d5789daaf4da49e89cf371ec0ca5094db3d945 authored over 1 year ago by Tobias Nießen <[email protected]>
quic: address recent coverity warning

Address coverity warning about uninitialized value

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

d900912a4b92365243ba342f90a59582ecdd3b27 authored over 1 year ago by Michael Dawson <[email protected]>
src: get binding data store directly from the realm

We now store the binding data store in the realm and invoke
`Realm::AddBindingData` to add the b...

27467a8698bf263366b937218c2dd94e401dcbea authored over 1 year ago by Joyee Cheung <[email protected]>
sea: add option to disable the experimental SEA warning

Refs: https://github.com/nodejs/single-executable/discussions/60
Signed-off-by: Darshan Sen <rai...

2de10f5149c0fc25278bfb6c64f33e967ccd1741 authored over 1 year ago by Darshan Sen <[email protected]>
sea: allow requiring core modules with the "node:" prefix

Previously, the `require()` function exposed to the embedded SEA code
was calling the internal `...

c868aad15a49d4ea20a06e47eb9cdafc0c218fb4 authored over 1 year ago by Darshan Sen <[email protected]>
path: indicate index of wrong resolve() parameter

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

b7def8ef5bfc5b098c0426ecbdc4fead5bdbb29c authored over 1 year ago by sosoba <[email protected]>
worker: use snapshot in workers spawned by workers

Previously we didn't pass the snapshot data down to the isolate
data of workers so workers spawn...

3bca5c2eb8cfa779c5899351750c57306644f0c2 authored over 1 year ago by Joyee Cheung <[email protected]>
doc: add valgrind suppression details

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

2ad5ea6194658ad0f559e96e6699615c600a7b22 authored over 1 year ago by Kevin Eady <[email protected]>
test: migrate a pseudo_tty test to use assertSnapshot

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

9e5e2f1dc5cdd857d79f05981a53382e23a1d55b authored over 1 year ago by Moshe Atlow <[email protected]>
doc: replace EOL versions in README

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

76ae7be78de4489e623c31ebde432eaf243e9210 authored over 1 year ago by Tobias Nießen <[email protected]>
meta: bump github/codeql-action from 2.2.9 to 2.3.2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.9 to 2.3.2.
- [Re...

1c73407ffd21c6f5d254434283cbe65556bbd42e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump codecov/codecov-action from 3.1.1 to 3.1.3

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.3.
-...

6ce376df98e7cdd1d4026627c7b28a902d28239c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
doc: add ovflowd to collaborators

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

0214edbe6e740c9d76a5faf964a37d7add5cbd4e authored over 1 year ago by Claudio Wunder <[email protected]>
2023-05-03, Version 20.1.0 (Current)

Notable changes:

assert:
* deprecate `CallTracker` (Moshe Atlow) https://github.com/nodejs/no...

c24a61b3f6815b9d12b491ac869335feff86a24b authored over 1 year ago by Michaël Zasso <[email protected]>
src: prefer data accessor of string and vector

The pattern of getting the address of the element at index 0 of a
container is generally used to...

dd6eb67b1fee316ff9a0d8e7adeb9cc939ce62e1 authored over 1 year ago by Mohammed Keyvanzadeh <[email protected]>
bootstrap: initialize per-isolate properties of bindings separately

This patch moves the initialization of per-isolate properties of
the bindings that are in the em...

5466bec2c5d0366635c9bc4a89221bde27a7d44d authored over 1 year ago by Joyee Cheung <[email protected]>
bootstrap: log isolate data info in mksnapshot debug logs

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

f82606a72753412f3849dea1f29f37ba3f7312a9 authored over 1 year ago by Joyee Cheung <[email protected]>
fs: move fs_use_promises_symbol to per-isolate symbols

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

19366066e1cb005efabfc1b528bfefc94d20cf23 authored over 1 year ago by Joyee Cheung <[email protected]>
src: add per-isolate SetFastMethod and Set[Fast]MethodNoSideEffect

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

e57fa94d925c2033cd091f8dfe537dc21ccfb34b authored over 1 year ago by Joyee Cheung <[email protected]>
doc,test: update the v8.startupSnapshot doc and test the example

The API is now available to user-land run-time snapshots. So update
the example. This also makes...

23975850e2949229e600633668da37b8eac55204 authored over 1 year ago by Joyee Cheung <[email protected]>
doc: update BUILDING.md previous versions links

Remove EOL release lines and add missing supported release
lines.

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

f68ff9fe886d45031e285d7e5ea6e08e3b369ce1 authored over 1 year ago by Tobias Nießen <[email protected]>
test: fix WPT state when process exits but workers are still running

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

e623e1a419f37617047832a17e8ca74700bff57f authored over 1 year ago by Filip Skokan <[email protected]>
test: refactor to use `getEventListeners` in timers

Use `getEventListeners` instead of `listenerCount` because #35991
was landed.

Refs: https://git...

b0ca77032aa9314542c496fd6a6d109c7b4b29b3 authored over 1 year ago by Deokjin Kim <[email protected]>
http: remove internal error in assignSocket

Change ServerResponse.assignSocket to not throw an internal error,
but an error with its own cod...

46c3f4da05e2b5ddbc9100ca170c479575edf013 authored over 1 year ago by Matteo Collina <[email protected]>
build: use pathlib for paths

Use Python's `pathlib` library for paths and related operations
instead of `os.path`.

Refs: htt...

d2156f1bf0130d85ed39886f13c042f801640f55 authored over 1 year ago by Mohammed Keyvanzadeh <[email protected]>
doc: create maintaining folder for deps

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

109ab0a89cdeff5717a2a16edd27bafecc104cf6 authored over 1 year ago by Marco Ippolito <[email protected]>
meta: fix dependabot commit message

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

ab434d23271349d12a7422fcb37845772f190507 authored over 1 year ago by Mestery <[email protected]>
tools: update eslint to 8.39.0

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

32778b8d0e1dc5464878728ab55fef16c9f77fb5 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
tools: fix jsdoc lint

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

9658d84dddd3835a61e3f270928f3480abadb5ca authored over 1 year ago by Moshe Atlow <[email protected]>
tools: update doc to [email protected]

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

8587e3b369331bfdd1fa3d540002fd115f31b748 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: fix --allow-* CLI flag references

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

798db3c92a9b9c9f991eed59ce91e9974c052bc9 authored over 1 year ago by Tobias Nießen <[email protected]>
doc: clarify fs permissions only affect fs module

As far as I can tell, the permission model implementation currently
does not restrict all file s...

3a3672ba6c8cb9143ee421d20e7c110e1284315b authored over 1 year ago by Tobias Nießen <[email protected]>
test: add and use tmpdir.hasEnoughSpace()

In general, we assume that the tmpdir will provide sufficient space for
most tests. Some tests, ...

609d2b0ff2e3fecb6072c6f0ae5a605dc8508db7 authored over 1 year ago by Tobias Nießen <[email protected]>
doc: add copy node executable guide on windows

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

d225d957586198ca6e7c63150ef8354bfb7141b9 authored over 1 year ago by XLor <[email protected]>
tools: add the missing LoongArch64 definition in the v8.gyp file

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

aa6600df586682da9d65df811fefd809b9b8a2ba authored over 1 year ago by Sun Haiyong <[email protected]>
deps: disable V8 concurrent sparkplug compilation

It introduces process hangs on some platforms because Node.js doesn't
tear down V8 correctly.
Di...

2a165505b7841944cab855457d8475cbb04f5e74 authored over 1 year ago by Michaël Zasso <[email protected]>
build: refactor configure.py

- Explicitly specify the encoding when opening files.
- Use f-strings to format strings.
- Use `...

a4cf6b204f0b160480153dc293ae748bf15225f9 authored over 1 year ago by Mohammed Keyvanzadeh <[email protected]>
benchmark: add eventtarget creation bench

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

b5fe45fb9a2fb30432bc446ec87cc2780f2ff679 authored over 1 year ago by Rafael Gonzaga <[email protected]>
doc: remove MoLow from Triagers

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

33c71be8a3fa5692ab1de66643ffed5f867bf297 authored over 1 year ago by Moshe Atlow <[email protected]>
meta: ping nodejs/startup for startup test changes

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

9c17b903c6829739e729cfcb9f5292eb235a236d authored over 1 year ago by Joyee Cheung <[email protected]>
url: reduce revokeObjectURL cpp calls

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

6827dbbfdef1bd5aadd3a69a9414bc2a2503232c authored over 1 year ago by Yagiz Nizipli <[email protected]>
tools: update lint-md-dependencies to [email protected]

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

0a3f6a9d073cb03383c3d0211c889c9f25f48c71 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
test_runner: fix --require with --experimental-loader

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

1300ed0b164ab57d9bd39e142337707d9a1ac09c authored over 1 year ago by Moshe Atlow <[email protected]>
v8: fix ERR_NOT_BUILDING_SNAPSHOT is not a constructor

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

bddf341774586895ead3b9232cba7387752440f7 authored over 1 year ago by Chengzhong Wu <[email protected]>
src: avoid copying string in fs_permission

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

4c620427741878a1c2d97533d7ebe175eed8c29f authored over 1 year ago by Yagiz Nizipli <[email protected]>
assert: deprecate callTracker

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

adf332be32a32120b2d4bcac2efe6ad8f9a6d37d authored over 1 year ago by Moshe Atlow <[email protected]>
doc: fix typo in webstreams.md

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

c9683618296fae63a5f6253dd5d1ea3b00a51d89 authored over 1 year ago by Christian Takle <[email protected]>
doc: move BethGriggs to regular member

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

22ec1ddb86324fc49c889bbd7a137869201341dd authored over 1 year ago by Rich Trott <[email protected]>
deps: V8: cherry-pick c5ab3e4f0c5a

Original commit message:

libstdc++: fix incomplete type in v8::internal::is_subtype<T, U>

...

212821afdd8f20bb4c4fc1045178c5cee8b33de5 authored over 1 year ago by Richard Lau <[email protected]>
src: replace idna functions with ada::idna

Co-authored-by: Daniel Lemire <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/477...

11233777917e7d5b73a8e9846b6a5308c69e8d30 authored over 1 year ago by Yagiz Nizipli <[email protected]>
doc,test: fix concurrency option of test()

The documentation appears to still be wrong w.r.t. the meaning of the
concurrency option of the ...

1baf96aeb88680bb89b1903b97a574b13e1674ab authored over 1 year ago by Tobias Nießen <[email protected]>
test_runner: support combining coverage reports

This commit adds support for combining code coverage reports
in the test runner. This allows cov...

b31d587dc8c1b0f459243d2b96a17a7175c996cf authored over 1 year ago by cjihrig <[email protected]>
doc: mark signing the binary is macOS and Windows only in SEA

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

a75959b1bc978082f647da5f7138f299f9cd23d8 authored over 1 year ago by Xuguang Mei <[email protected]>
doc: move addaleax to TSC emeriti

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

e47d5723ffd4a9ce14cba60888ea9466d2a90831 authored over 1 year ago by Anna Henningsen <[email protected]>
src: fix typo in comment in quic/sessionticket.cc

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

7ae1360358523e68e6326817815af426ea7fdc7f authored over 1 year ago by Tobias Nießen <[email protected]>
doc: add link to news for Node.js core

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

e8cfa95a17cbb752af4c6f4ddc99f154021465db authored over 1 year ago by Michael Dawson <[email protected]>
test: remove spaces from test runner test names

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

36e4e3d86b31de7f38125aacad810e40295fd2ae authored over 1 year ago by Tobias Nießen <[email protected]>
src: mark fatal error functions as noreturn

OnFatalError and OOMErrorHandler will not return control flow to the
calling function.

node::Fa...

6700aac61568690ff3cc79cd6aa1d80e9ceb3c00 authored over 1 year ago by Chengzhong Wu <[email protected]>
stream: prevent pipeline hang with generator functions

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

f34a07d3a78fe34e6221c42721ae3f2f6a3d8cf0 authored over 1 year ago by Debadree Chatterjee <[email protected]>
test: migrate message tests to use assertSnapshot

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

b6738c1af040505bcb241b8740eb91e81c15eb44 authored over 1 year ago by Moshe Atlow <[email protected]>
deps: update ada to 2.3.0

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

8b66dc6ea979eca31e020c9385756c7be1be3e52 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: fix a typo in `permissions.md`

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

ece356589383aa110b69b555ce74dc17f1fa5fd6 authored over 1 year ago by Daeyeon Jeong <[email protected]>
tools: move update-npm to dep updaters

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

e2e3f5c9daeca9a01f1ac07b7ea627748d7feeca authored over 1 year ago by Marco Ippolito <[email protected]>
tools: fix update-v8-patch cache

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

ad5a0d1366a2c019c62e21ac35f62820ed342f31 authored over 1 year ago by Marco Ippolito <[email protected]>
quic: add additional QUIC implementation

Adds most of the Endpoint implementation with a few tweaks to
other bits.

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

76044c4e2b6ac6f7d7ca02edfdf9f6e475b4edb3 authored over 1 year ago by James M Snell <[email protected]>
dns: expose getDefaultResultOrder

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

2ac5e9889aba461f5a54d320973d2574980d206b authored over 1 year ago by btea <[email protected]>
tools: automate v8 patch update

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

71a776b9283dea5aff42b52997389e5a1a4b5455 authored over 1 year ago by Marco Ippolito <[email protected]>
tls: accept SecureContext object in server.addContext()

Do not call tls.createSecureContext() if the context provided
is already an instance of tls.Secu...

b54504c1d53796e02967e2c6c0a48416e64cf4e1 authored over 1 year ago by HinataKah0 <[email protected]>
node-api: test passing NULL to napi_define_class

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

11f97d4603c5f51d091ca730411251be21bd30ce authored over 1 year ago by Gabriel Schulhof <[email protected]>
doc: async_hooks asynchronous content example add mjs code

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

2fa721f08819ee9f5fc7e7a97e4e7454b9406d4a authored over 1 year ago by btea <[email protected]>
src: split BlobSerializer/BlobDeserializer

This patch splits BlobSerializer and BlobDeserializer out of
SnapshotSerializer and SnapshotDese...

2e44a14cfb84a0665fb4bac06b2fca76e8da06a7 authored over 1 year ago by Joyee Cheung <[email protected]>
test_runner: remove no-op validation

The code already checks if testNamePatterns is an
array, and converts it to an array if it is no...

ab3a54f2eed465f730f55fc9efa972ab465e374d authored over 1 year ago by cjihrig <[email protected]>
test: refactor WPTRunner and enable parallel WPT execution

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

a5ce18f9e04890de45f1c72f4ba7556ec2a6b88c authored over 1 year ago by Filip Skokan <[email protected]>
src: prevent changing FunctionTemplateInfo after publish

Refs https://chromium-review.googlesource.com/c/v8/v8/+/2718147

Fixes an issue where Node.js tr...

146b613941853aaa013d35d6a45724569ce29879 authored over 1 year ago by Shelley Vohr <[email protected]>
deps: update undici to 5.22.0

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

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

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

25b6ddf664d7fc466b6dff4fe438233a28df65b0 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
test_runner: fix test runner concurrency

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

dccd25e5bb524d56bc8ad7f703204a9852f574a4 authored over 1 year ago by Moshe Atlow <[email protected]>
test_runner: fix test counting

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

dac02632a6394458727cf448178d96c2636f4455 authored over 1 year ago by Moshe Atlow <[email protected]>
tools: fix skip message in update-cjs-module-lexer

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

8becacb25d3c275341a9fef1a94581de3bd60c3d authored over 1 year ago by Tobias Nießen <[email protected]>