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

test: ignore helper files in WPTs

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

6439f683ee10dc36a97cd11cc41de250af4fea78 authored over 1 year ago by Filip Skokan <[email protected]>
doc: fix Windows code snippet tags

Those were wrongly marked as `bash`, when the text around it was
referencing PowerShell or Comma...

30870d126b755e675aede2034a5002f56801cc93 authored over 1 year ago by Antoine du Hamel <[email protected]>
doc: harmonize fenced code snippet flags

We had a few code snippets that were using a non-descriptive tag (e.g.
`console` or `text`), whe...

260092eca316bae6036e52b2cdc73c4c4f8a9da6 authored over 1 year ago by Antoine du Hamel <[email protected]>
deps,test: update postject to 1.0.0-alpha.6

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

66fbe7fb23d15cab8e7777a93d8a574f47ea13d1 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
node-api: add status napi_cannot_run_js

Add the new status in order to distinguish a state wherein an exception
is pending from one wher...

19fa9f1bc47b0666be0747583bea8cb3d8ad5eb1 authored over 1 year ago by Gabriel Schulhof <[email protected]>
doc: use secure key length for HMAC generateKey

The examples for generateKey() and generateKeySync() generate 64-bit
HMAC keys. That is inadequa...

85ac915045699e1f12a3f2b18b5bc2939aacfa31 authored over 1 year ago by Tobias Nießen <[email protected]>
deps: update uvwasi to 0.0.18

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

97720652317411f8647efde4c1d1d9ba36fa7ed9 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update uvwasi to 0.0.17

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

c1d496a662c3021dff869dc4e4f718200d84db7d authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: update broken EVP_BytesToKey link

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

39595513c54ad2f961bf8eb6fe268464fac96774 authored over 1 year ago by Rich Trott <[email protected]>
doc: update broken spkac link

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

273c4227dc71559a68ce1f109c393f05c96e577a authored over 1 year ago by Rich Trott <[email protected]>
module: change default resolver to not throw on unknown scheme

Fixes https://github.com/nodejs/loaders/issues/138

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

ccada8bccc3ec90fa895b9f19ae37a460c318f60 authored over 1 year ago by Gil Tayar <[email protected]>
deps: upgrade npm to 9.6.7

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

adcbfcec60a19dda0038890923b312395ef326f5 authored over 1 year ago by npm CLI robot <[email protected]>
doc: document node-api version process

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

1918241190566fa5fd7209ebd78b91cda1e34286 authored over 1 year ago by Chengzhong Wu <[email protected]>
url: clean vertical alignment of docs

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

67b892ef9efb1ca10f69302e634d7475a08cab06 authored over 1 year ago by Robin Ury <[email protected]>
node-api: napi_ref on all types is experimental

PR-URL: https://github.com/nodejs/node/pull/47975
Reviewed-By: Chengzhong Wu <[email protected]...

0063669ccee89fc808d23ac548d387187f4c216c authored over 1 year ago by Vladimir Morozov <[email protected]>
url: call `ada::can_parse` directly

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

8b6947fac1ae2806704094cbcf33f6631b336204 authored over 1 year ago by Yagiz Nizipli <[email protected]>
crypto: use openssl's own memory BIOs in crypto_context.cc

NodeBIO's memory buffer structure does not support BIO_C_FILE_SEEK and B
IO_C_FILE_TELL. This pr...

10b21e5685acc9f50df646c2ff47971eb6cd320e authored over 1 year ago by GauriSpears <[email protected]>
deps: update nghttp2 to 1.53.0

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

3538e1bcde45eae60c6bdbedeb3f765dbb9714c2 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
lib: support FORCE_COLOR for non TTY streams

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

05693acb15c865e40b94d5567599b3442c10ad4b authored over 1 year ago by Moshe Atlow <[email protected]>
meta: remove dont-land-on-v14 auto labeling

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

c18a455542532f9b371844bbf1fd9cea2642d369 authored over 1 year ago by Shrujal Shah <[email protected]>
lib: implement AbortSignal.any()

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

cd016a08c17834bedb568f587a9130dda3d671a4 authored over 1 year ago by Chemi Atlow <[email protected]>
test: move `test-cluster-primary-error` flaky test

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

62fd6bc4aac60a925399a2c4d25d2e586753b7da authored over 1 year ago by Yagiz Nizipli <[email protected]>
doc: update process.versions properties

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

1fdcb1c8c1e390836b61e261b4cd3f0485bd0e7b authored over 1 year ago by Saba Kharanauli <[email protected]>
test: fix suite signal

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

3cf05be50e02fd9e6933efda6cae7e21b8b531ea authored over 1 year ago by Benjamin Gruenbaum <[email protected]>
test: fix parsing test flags

This removes replacing `_` with `-` in the flags defined.

Signed-off-by: Daeyeon Jeong <daeyeon...

5cb5422b6ff29018c915a497da0ce1a509e1d52c authored over 1 year ago by Daeyeon Jeong <[email protected]>
benchmark: use `cluster.isPrimary` instead of `cluster.isMaster`

`cluster.isMaster` was deprecated. So need to use `cluster.isPrimary`
for benchmark.

Refs: http...

ca096563e02acf79e572ea9eb7ba81722b1cb399 authored over 1 year ago by Deokjin Kim <[email protected]>
tools: update remark-preset-lint-node to 4.0.0

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

67741444043adae797021c14e309affb73e5ad56 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
meta: move one or more collaborators to emeritus

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

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

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

506888dc4111132431f75b03497e2dfa0cee8cea authored over 1 year ago by Node.js GitHub Bot <[email protected]>
deps: add loongarch64 into openssl Makefile and gen openssl-loongarch64

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

a51491ab24d195a7c7c2a68e18baff83d4714a0e authored over 1 year ago by Shi Pujin <[email protected]>
deps: update undici to 5.22.1

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

7a57d1fb942467a4aa255ee11e09a4ca0003ce85 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: fix typo in binding functions

According to usage(node::util::RegisterExternalReferences) of
below line, namespace has to be `u...

d2c4518ce65e48c1f32f435c1f06519723873f0c authored over 1 year ago by Deokjin Kim <[email protected]>
2023-05-16, Version 20.2.0 (Current)

Notable changes:

doc:
* add ovflowd to collaborators (Claudio Wunder) https://github.com/node...

c2ca4290f6ca0d68bbb5ad1fc68779267fda4745 authored over 1 year ago by Michaël Zasso <[email protected]>
doc: mark Node.js 14 as End-of-Life

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

fb6afb5c678f957e97eb6b98ef97e975b718b0f9 authored over 1 year ago by Richard Lau <[email protected]>
doc: clarify CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTED

The error is not necessarily due to a client certificate engine. For
example, the `privateKeyEng...

32691bdf7daf8dc0db0d178d0c75188ca3d259e6 authored over 1 year ago by Tobias Nießen <[email protected]>
crypto: remove default encoding from cipher

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

f36461dc6a0a334cbe8e427788377826232f3e4f authored over 1 year ago by Tobias Nießen <[email protected]>
doc: add heading for permission model limitations

These limitations are not specific to the file system, so they should
not be listed in the "File...

29780bd6661c9aeb315c06d78881a867c8e708ef authored over 1 year ago by Tobias Nießen <[email protected]>
crypto: fix setEngine() when OPENSSL_NO_ENGINE set

When OpenSSL is configured with OPENSSL_NO_ENGINE, setEngine() currently
throws an internal erro...

5b4c7bd78f4c6d76e5b2e8351f27a6c780540f9e authored over 1 year ago by Tobias Nießen <[email protected]>
test_runner: use v8.serialize instead of TAP

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

7116bc08d7ab94f488452a37985dd584a97e97d2 authored over 1 year ago by Moshe Atlow <[email protected]>
permission: remove unused function declaration

RestrictAccess() is declared, but it's not used.

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

8cbc307c44865703ae6976de94ad3470d5f71518 authored over 1 year ago by Deokjin Kim <[email protected]>
src: deduplicate X509Certificate::Fingerprint*

All three functions do the same, except using different cryptographic
hash functions. Move the c...

93a19961a6a824d4cd42553967ccac3124c38727 authored over 1 year ago by Tobias Nießen <[email protected]>
test: mark test-esm-loader-http-imports as flaky

This test has been failing occasionally for weeks.

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

92d3611fcab006df3694d24c14c65830f377cf3d authored over 1 year ago by Tobias Nießen <[email protected]>
vm: fix crash when setting __proto__ on context's globalThis

PR-URL: https://github.com/nodejs/node/pull/47939
Reviewed-By: Zeyu "Alex" Yang <himself65@outlo...

6bbf2a57fcf33266c5859497f8cc32e1389a358a authored over 1 year ago by Feng Yu <[email protected]>
test_runner: add shorthands to `test`

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

8b3777d0c82c01229e724d84586fdc472fd4deda authored over 1 year ago by Chemi Atlow <[email protected]>
src: stop copying code cache, part 2

This removes more copies of the code cache data.

First: for the builtin snapshot, we were copyi...

3ef17b635653d0f862a093a50d611b18577348c2 authored over 1 year ago by Keyhan Vakil <[email protected]>
deps: update simdutf to 3.2.9

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

b270984d2a87b77555e3edf78413862e4dc6ec64 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: add missing deprecated blocks to cluster

I believe that these are required so that the respective APIs are
marked as deprecated in the ta...

c9ec72de450eb9db92d933900c3364c1c2742df8 authored over 1 year ago by Tobias Nießen <[email protected]>
meta: bump step-security/harden-runner from 2.3.1 to 2.4.0

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

a7c16b29173789d422483612cbe2f6e7e39ba216 authored over 1 year ago by Rich Trott <[email protected]>
meta: bump github/codeql-action from 2.3.2 to 2.3.3

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

2c0e3d87dac0c47f3034ffb2d97cf1ba934eb8f4 authored over 1 year ago by Rich Trott <[email protected]>
tools: debug log for nghttp3

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

d27301df44813480898837c0c7d666fdd3763de2 authored over 1 year ago by Marco Ippolito <[email protected]>
url: add value argument to has and delete methods

The change aims to add value argument to two methods of URLSearchParams
class i.e the has method...

9f3aacbc27ac3f377d225ecd51aecb0f3de12566 authored over 1 year ago by Sankalp Shubham <[email protected]>
src: add cjs_module_lexer_version base64_version

src: add cjs_module_lexer_version base64_version
PR-URL: https://github.com/nodejs/node/pull/456...

abb1c45af774ae3caaa449ddcbfe44143a98e9c7 authored over 1 year ago by Jithil P Ponnan <[email protected]>
esm: do not use `'beforeExit'` on the main thread

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

cdd20cfd71b2cf60d6016fd0e80efd2d06d7ba53 authored over 1 year ago by Antoine du Hamel <[email protected]>
doc: update description of global

With widespread support for ES modules, the description of global is
outdated now.

PR-URL: http...

226573b6a1de1a7f0873c3adef22fa55ca77c256 authored over 1 year ago by Tobias Nießen <[email protected]>
meta: bump actions/setup-python from 4.5.0 to 4.6.0

Sync with other files updated in dca352a9b6acb.

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

a845f21dc4f437cc8d9c23c2a41ca09821e759ac authored over 1 year ago by Rich Trott <[email protected]>
doc: update measure memory rejection information

If in case context is unable to allocate a promise then
`ERR_CONTEXT_NOT_INITIALIZED` error will...

8115c2f46cba96c0b4e1dc6294f75d5753a6fd84 authored over 1 year ago by Yash Ladha <[email protected]>
http: prevent writing to the body when not allowed by HTTP spec

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

5ec0f39a7a565b5a82fe90ba9f095731a7b8b005 authored over 1 year ago by Gerrard Lindsay <[email protected]>
vm,lib: refactor microtaskQueue assignment logic

Simplify the assignment of the `microtaskQueue` variable in the `vm`
module by replacing the con...

23e6b12edb0b792b82ff948e3b6c5cb2038c17bf authored over 1 year ago by XadillaX <[email protected]>
doc: fix broken link to TC39 import attributes proposal

The import assertion proposal has been renamed and
the old URL does not redirect to the new one....

21a2e901e7c16be8e1f97c374a181a40bd6bef38 authored over 1 year ago by Rich Trott <[email protected]>
test: add getRandomValues return length

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

e74b84e458e40b8d95b495bad5ede7766820725f authored over 1 year ago by Jithil P Ponnan <[email protected]>
doc: fix broken link

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

2dd6d76c898c930d0f7d9386bde4b6dec37b7a49 authored over 1 year ago by Rich Trott <[email protected]>
worker: support more cases when (de)serializing errors

- error.cause is potentially an error, so is now handled recursively
- best effort to serialize ...

7984af69a090dd6d1f60ffe7e194d5e69bce0c20 authored over 1 year ago by Moshe Atlow <[email protected]>
lib: update comment

Rename NODE_MODULE_CONTEXT_AWARE_CPP to NODE_BINDING_CONTEXT_AWARE_CPP.

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

78123275c2561260368eeebaa84b805830d189f1 authored over 1 year ago by sinkhaha <[email protected]>
test: unskip negative-settimeout.any.js WPT

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

8244e6c35c0e9af3976511f31db2575bd2fc9d7a authored over 1 year ago by Filip Skokan <[email protected]>
crypto: remove default encoding from scrypt

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

2e6740171049dc6fe8b6558cffa382ac2c0c9f44 authored over 1 year ago by Tobias Nießen <[email protected]>
doc: remove broken link

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

6191dcf343360f2bc7dcf59ad83320296d7af023 authored over 1 year ago by Rich Trott <[email protected]>
meta: add security-wg ping to permission.js

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

745083abb4a73ba1f5a3441db706bdfdeaed2243 authored over 1 year ago by Rafael Gonzaga <[email protected]>
net: fix family autoselection timeout handling

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

2d24b29cf46b8f20ae4bbab8d0ec954736a6af27 authored over 1 year ago by Paolo Insogna <[email protected]>
permission: resolve reference to absolute path only for fs permission

For other candidate permissions, such as "net" or "env", this patch
will pass the reference with...

4eec3626f2c2898ec00734e4b0ab70de8c24704c authored over 1 year ago by Daeyeon Jeong <[email protected]>
src: move BlobSerializerDeserializer to a separate header file

This should make it possible to reuse the BlobSerializer and the
BlobDeserializer classes in SEA...

78fe139b33fb974efdbcbb032c0ca985ea63ef68 authored over 1 year ago by Darshan Sen <[email protected]>
test_runner: fix ordering of test hooks

For tests with subtests the before hook was being run after the
beforeEach hook, which is the op...

24615bd409d148c9ef2d03d6706d0807d5df4557 authored over 1 year ago by Phil Nash <[email protected]>
test,crypto: update WebCryptoAPI WPT

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

ea8fd2dfe0a234c6ea1ad245cc05dfe833f94adc authored over 1 year ago by Filip Skokan <[email protected]>
dns: call `ada::idna::to_ascii` directly from c++

PR-URL: https://github.com/nodejs/node/pull/47920
Fixes: https://github.com/nodejs/performance/i...

8b5cd3248dbf00de3e23644739e5c89c1a6a9ff4 authored over 1 year ago by Yagiz Nizipli <[email protected]>
test_runner: omit inaccessible files from coverage

If V8 generates code coverage for a file that is later
inaccessible to the test runner, then omi...

4360389d67d8984cd9b2bba9749b63f1d1ed871a authored over 1 year ago by cjihrig <[email protected]>
src: rename SKIP_CHECK_SIZE to SKIP_CHECK_STRLEN

SKIP_CHECK_VALUE is a string literal, so its size is the length of the
string in chars plus one....

19afcba9d46911d8ea46ec0500a74d177ecb48ca authored over 1 year ago by Tobias Nießen <[email protected]>
deps: V8: cherry-pick 5f025d1ca2ca

Original commit message:

[wasm] Fix deadlock in async wrapper compilation

If compilati...

38d261ae66022a9a412f39a631f2ba8ce7650ee6 authored over 1 year ago by Michaël Zasso <[email protected]>
deps: V8: cherry-pick a8a11a87cb72

Original commit message:

[wasm] Simplify CompileJSToWasmWrapperJob

This CL merges some...

4b4a0c4d54ba1037d4b016e75b50dc2e560cfd8b authored over 1 year ago by Michaël Zasso <[email protected]>
src: register external references for source code

Currently we use external strings for internalized builtin source code.
However when a snapshot ...

0736d0b3f520acbd32701899056966a25db1924b authored over 1 year ago by Keyhan Vakil <[email protected]>
fs: make readdir recursive algorithm iterative

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

12a93ce63036c2f2414b4272362c2ce1f87234f9 authored over 1 year ago by Ethan Arrowood <[email protected]>
doc: document make lint-md-clean

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

ded6b618bed5a9c853f492233ca8a5602b42efe2 authored over 1 year ago by Matteo Collina <[email protected]>
tools: automate icu-small update

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

1b177932a124c1f9cc10a3239b62a07d642169d3 authored over 1 year ago by Marco Ippolito <[email protected]>
doc: mark global object as legacy

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

33231b0e890804ab6985b81d18b57c417fd1ba1b authored over 1 year ago by Mert Can Altın <[email protected]>
deps: update ada to 2.4.0

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

a6ad5d89e0cb2058115fadaa5d052f834dd5ea36 authored over 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/47903
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...

4f69aae6a04a460f267005dcf6551959064b3238 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: ntfs junction points must link to directories

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

ad7a9a1c79c46b1fb3007dd42be16b01c9b94e63 authored over 1 year ago by Ben Noordhuis <[email protected]>
src: support V8 experimental shared values in messaging

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

b2f6eedb65cb9252879a7843ce43f3e3c5ff8da4 authored over 1 year ago by Shu-yu Guo <[email protected]>
tools: update eslint to 8.40.0

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

bf8dd3f293acc913016ff20196a07a8d90860d63 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
quic: fix typo in endpoint.h

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

0b3fcfcf351fba9f29234976eeec4afb09ae2cc0 authored over 1 year ago by Tobias Nießen <[email protected]>
module: refactor to use `normalizeRequirableId` in the CJS module loader

`BuiltinModule.normalizeRequirableId()` was introduced in
https://github.com/nodejs/node/pull/47...

7fe4745ca151f6ab959d2a41444b1e51451c468d authored over 1 year ago by Darshan Sen <[email protected]>
child_process: use signal.reason in child process abort

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

2dc4290662d57e378f9b8902b426940a5200be1a authored over 1 year ago by Debadree Chatterjee <[email protected]>
net: only defer _final call when connecting

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

c15bafdaf4ea4831e31696b9e829c31f3b3e02df authored over 1 year ago by Jason Zhang <[email protected]>
src: register ext reference for Fingerprint512

Refs: https://github.com/nodejs/node/pull/39809
Refs: https://github.com/nodejs/node/pull/40239
...

9398ff1dea564807378f485deae2eecaf5fde993 authored over 1 year ago by Tobias Nießen <[email protected]>
dgram: convert macro to template

It's not pretty either way, but a template is still preferable over a
macro.

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

29e6dd1d2d74b71a911043fe9c891215f17f267a authored over 1 year ago by Tobias Nießen <[email protected]>
buffer: combine checking range of sourceStart in `buf.copy`

Merging 2 checking range of sourceStart into 1. Plus,
add test case to increase coverage if sour...

2545019451ff375b538b0ad4fe09e906c50cbc39 authored over 1 year ago by Deokjin Kim <[email protected]>
url: improve `isURL` detection

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

528aacab8def0d8c57ae05d96f0cf73d6f976f28 authored over 1 year ago by Yagiz Nizipli <[email protected]>
src: stop copying code cache

The code cache is quite large - around 1.3 MiB. Change the code to use
non-owning buffers to avo...

1e6e5a9dc99698eee037c821d16b8ed4c060b29b authored over 1 year ago by Keyhan Vakil <[email protected]>
deps: V8: cherry-pick 1b471b796022

Original commit message:

[riscv] Using s8 as backtrack_stackpointer reg and optimize Branch...

4040a904dedfae8e1a60cc29ed78aab7945d272f authored over 1 year ago by Lu Yahan <[email protected]>
meta: bump step-security/harden-runner from 2.2.1 to 2.3.1

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

41fb40c7ff8cf7480f07ab107c4d26f93c4b4c85 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump actions/setup-python from 4.5.0 to 4.6.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0.
- [Re...

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

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

3e95f266d141c79c8dd823ea083415fc3ead2216 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>