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: improve test coverage of internal/blob

PR-URL: https://github.com/nodejs/node/pull/41513
Refs: https://coverage.nodejs.org/coverage-74b...

1285ac116d4334d1be3ce324591d28ec27bd61b2 authored over 2 years ago by Yoshiki Kurihara <[email protected]>
doc: document the 'close' and 'finish' events

These events are already documented as events of the
`http.ServerResponse` class. Document that ...

76e7170a40caf90b49827d156f37e0f3fe56fb2e authored over 2 years ago by Luigi Pinca <[email protected]>
doc: fix `added:` info for `outgoingMessage.{,un}cork()`

`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to
Node.js v13.2.0 via 62e15a...

c4a736ce12adbe8f97bd7126936d899de2bd002c authored over 2 years ago by Luigi Pinca <[email protected]>
tools: lint osx shell scripts

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

30934e45d867601f0158d176b110972cec288a2c authored over 2 years ago by Livia Medeiros <[email protected]>
test: delete test/pummel/test-repl-empty-maybelocal-crash.js

It was disconnecting the runners from the CI server. Not worth having a
resource-intensive test ...

19064bec341185a8c15fc438cfcf0df8633a179e authored over 2 years ago by Darshan Sen <[email protected]>
doc: revise data imports and node: imports sections

Revise for conformance with style guide and clarity.

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

aa88e5e4b90af1f16ece3250fbb840e3790c5c81 authored over 2 years ago by Rich Trott <[email protected]>
deps: patch V8 to 10.1.124.8

Refs: https://github.com/v8/v8/compare/10.1.124.6...10.1.124.8

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

e938515b413d38ffd170f92539e81a7c8b3d548d authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
module: ensure 'node:'-only modules can access node_modules

This commit allows require() and import to search the
node_modules directories when importing a ...

93c4dc5e5a90a51467d532f5659df271f08e3d23 authored over 2 years ago by Colin Ihrig <[email protected]>
doc: fix ESM JSON/data URL import example

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

a058cefe2963714fe2d1563e03efe3766fa61e69 authored over 2 years ago by Rich Trott <[email protected]>
doc: improve doc for http.ServerResponse inheritance

Document that `http.ServerResponse` inherits from
`http.OutgoingMessage`.

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

e61b62b9d4a7a648496cc5d1539e1111bd2737e9 authored over 2 years ago by Luigi Pinca <[email protected]>
tools: update clang-format 1.6.0 to 1.7.0

This resolves `npm audit` warnings when running `make format-cpp-build`.

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

f076c3633556ff862f417c1c55bbe9f3185b6b95 authored over 2 years ago by Rich Trott <[email protected]>
src: fix coverity report

Fix coverity report about possibly dereferencing
a null. If the the buffer.data != nullptr
check...

3026ca0bf2d659f07a6f65a375f707acf63d0eb1 authored over 2 years ago by Michael Dawson <[email protected]>
doc: add RafaelGSS to collaborators

Fixes: https://github.com/nodejs/node/issues/42527

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

6669b3857f0f43ee0296eb7ac45086cd907b9e94 authored over 2 years ago by RafaelGSS <[email protected]>
build: run clang-format on CI

We already include the tool inside tools/clang-format, so we should
start using it on CI. This a...

96673bcb9601a262a8ab1e0680104acdd9fc71a1 authored over 2 years ago by Darshan Sen <[email protected]>
doc: add NodeEdKeyGenParams to CryptoKey.algorithm

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

f825341bab8839c3a9a02c26bbacdf3553054e63 authored over 2 years ago by Tobias NieƟen <[email protected]>
doc: fix the example for embedders

Refs: #42670

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

d4d78361f2bb294b2159caa9648ce0b8abd41e69 authored over 2 years ago by Momtchil Momtchev <[email protected]>
http: refactor headersTimeout and requestTimeout logic

PR-URL: https://github.com/nodejs/node/pull/41263
Fixes: https://github.com/nodejs/node/issues/3...

3caa2c1a005652fdb3e896ef940cd5ffe5fdff10 authored over 2 years ago by Paolo Insogna <[email protected]>
test: improve `internal/url.js` coverage

PR-URL: https://github.com/nodejs/node/pull/42650
Refs: https://coverage.nodejs.org/coverage-3c...

9d6af7d1fe66afdcb781fb5bad37b4cb4d396f0e authored over 2 years ago by Yoshiki Kurihara <[email protected]>
doc: update minimum glibc requirements for Linux

Starting with Node.js 18 we have moved building the release binaries
from being built on CentOS ...

3671cc043233d9e75994ce17abb050ee0581dce0 authored over 2 years ago by Richard Lau <[email protected]>
tools: update clang-format from 1.2.3 to 1.6.0

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

45162bf9e7cc025247e95c2ff85b6764f16d6b65 authored over 2 years ago by Rich Trott <[email protected]>
test: adapt message tests for V8 10.2

There are some changes for function names in stack traces.

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

d49df5ca8d6100f0736dae7335238d8e5a4fa241 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
test: adapt test-worker-debug for V8 10.0

V8 is removing callFrame.url.

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

c6b4e9604fdbe5993d335686a17b577b8193dc28 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
test: adapt test-v8-serdes for V8 9.9

V8 changed the serialization format so we cannot expect that a value
serialized by an old versio...

0854fce8bc01471727281ab1c3100a8b169eb6a5 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
tools: update V8 gypfiles for 10.1

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

40bc08089d0858820cb790bdfb31cef76c88e59b authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
tools,test: fix V8 initialization order

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

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

62e62757b3afb9734448c632b1e1f1330241d343 authored over 2 years ago by Camillo Bruni <[email protected]>
deps: V8: cherry-pick semver-major commits from 10.2

Includes the following commits:

commit b2978927d8a96ebc814cccbc5a9f1c35910ee621
Remove dyna...

58f3fdcccde30c115e68e7b9877f55bad1984545 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
deps: V8: cherry-pick ad21d212fc14

Original commit message:

Preserve "proper method names" as-is in error.stack.

This cha...

eba7d2db7fcb6f186e1da1327884a481d5c1d743 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
deps: V8: cherry-pick 4c29cf1b7885

Original commit message:

[heap] fix invocation of NearHeapLimitCallback

This patch mak...

004137e26904253df236742e95d05e031cac7aca authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
deps: V8: cherry-pick ca2a787a0b49

Original commit message:

Fix build with Windows 10 20348 SDK

Bug: chromium:1292528
...

a052c030333faa36fdad2340c67b3dc25012538c authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
deps: V8: cherry-pick a2cae2180a7a

Original commit message:

[runtime] Fix handling of interceptors, pt.2

Stores to undecl...

01cea9a8d8f322b792df42b0eb6ce6d522124cf4 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
deps: V8: cherry-pick 87ce4f5d98a5

Original commit message:

[ic] use CSA_DCHECK in CodeStubAssembler::SharedValueBarrier

...

d9d26b08efab7c17f5580bbdf78f51c17d60cd5d authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
deps: make V8 compilable with older glibc

Remove call to `memfd_create`.
The function that references it is only used for V8 testing.

PR-...

64a63285056af9a8cf1e2750f420026119e6b9b0 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
deps: V8: fix v8-cppgc.h for MSVC

Refs: https://bugs.chromium.org/p/v8/issues/detail?id=12661
Refs: https://github.com/nodejs/node...

fde59217b9aff04f3e6e75326693ec2ec59e3f9e authored over 2 years ago by Jiawen Geng <[email protected]>
deps: silence V8's warning on CompileFunction

We are not ready to migrate yet.

Refs: https://github.com/nodejs/node-v8/issues/214

PR-URL: ht...

cdcc82cced5663d17b20c7638ca85aa7fad08310 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
deps: disable trap handler for Windows cross-compiler

`handler-outside-simulator.cc` uses inline assembly, which is not
supported by MSVC.

PR-URL: ht...

2d2cef14b1570569de5553b30939e87717d6d165 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
deps: fix V8 build issue with inline methods

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

1132d044db74d8980a375758d97b3f4e99d384a8 authored over 2 years ago by Jiawen Geng <[email protected]>
deps: V8: forward declaration of `Rtl*FunctionTable`

This should be semver-patch since actual invocation is version
conditional.

PR-URL: https://git...

4169f9d03cf5563c4b64e8cfceec83c1db9b4a4f authored over 2 years ago by Refael Ackermann <[email protected]>
deps: V8: un-cherry-pick bd019bd

Original commit message:

[testrunner] delete ancient junit compatible format support

T...

3962b866729bb56dfb7606f65dba9e0a0f471575 authored over 2 years ago by Refael Ackermann <[email protected]>
src: update NODE_MODULE_VERSION to 108

Major V8 updates are usually API/ABI incompatible with previous
versions. This commit adapts NOD...

01fd048c6e315c8c254c2f05075be2c4ec5c15c2 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
build: reset embedder string to "-node.0"

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

d5462e45586050be2c2d804c86670d8373368284 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
deps: update V8 to 10.1.124.6

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

fd4f80ce54d7f7b7503e0999f6a9d293d493846d authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
test: only skip slow tests on Raspberry Pi devices

Detect the Raspberry Pi devices in the Node.js CI and only skip the
slow tests on those instead ...

73d53fe9f56d7ce5de4b9c9ad5257dc601bbce14 authored over 2 years ago by Richard Lau <[email protected]>
buffer: fix `atob` input validation

This commit fixes a few inconsistencies between Node.js `atob`
implementation and the WHATWG sp...

7533d08b947f612523a0f065c378b7ae2b6e6da3 authored over 2 years ago by Austin Kelleher <[email protected]>
build: add configure option --v8-enable-short-builtin-calls

Add configure option --v8-enable-short-builtin-calls
and enable it by default on x86_64 platform...

aa528738871ba9ae83fc5dc73754c5aa975777cb authored over 2 years ago by daomingq <[email protected]>
test: allow numeric string for lookupService test

Fixes: https://github.com/nodejs/node/issues/42164

If the given port number isn't associated wi...

db7fa9f4b797fc8e4a642d57136e7a6e22d6f9c2 authored over 2 years ago by Daeyeon Jeong <[email protected]>
build: make x86 Windows support temporarily experimental

We currently have no solution to build Node.js for x86 Windows with
V8 10.1. V8 10.2 seems fixed...

35d72bf4ec8369c1dbfb65b655cdb160366587f5 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
dns: remove `dns.lookup` and `dnsPromises.lookup` options type coercion

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

08773e3c0498ff04395f0f8b10c5e8bda096b0bf authored over 2 years ago by Antoine du Hamel <[email protected]>
net: make `server.address()` return an integer for `family`

`dns.lookup` options only accepts integer for `family` options,
having a string doesn't really m...

3a26db9697a09915a0d541d97f047fc9c02bb452 authored over 2 years ago by Antoine du Hamel <[email protected]>
doc: change AES-GCM IV recommendation in WebCrypto

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

6706be1cdb676605a25d1a4b8dd0890fab62d73f authored over 2 years ago by Tobias NieƟen <[email protected]>
deps: update Acorn to v8.7.0

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

2f51e121dae43c5eaf77e3dff372f5e9abee381b authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
src: fix alphabetically sorted binding list

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

75a71dc7ae0d2ee8f17597a101a4925f036f11f7 authored over 2 years ago by Tobias NieƟen <[email protected]>
doc: fix `added:` info for some methods

`outgoingMessage.getHeader()`, `outgoingMessage.getHeaderNames()`, and
`outgoingMessage.getHeade...

4508c8caa478416df098adac10469c6c3bb9a913 authored over 2 years ago by Luigi Pinca <[email protected]>
src,crypto: remove uses of AllocatedBuffer from crypto_tls.cc

Refs: https://github.com/nodejs/node/pull/39941
Signed-off-by: Darshan Sen <[email protected]>...

0c57a37dd0bdd3fabd2e7e8b12a5dbd695ae3509 authored over 2 years ago by Darshan Sen <[email protected]>
doc: remove unneeded new in Buffer example

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

951dbc045aebbe1f7eff12cedabce1179544dc75 authored over 2 years ago by Niklas Mischkulnig <[email protected]>
doc: mark worker.id as integer in cluster docs

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

65e838071bdf29d8e82bcfc1b0352884e2ba3af0 authored over 2 years ago by Tobias NieƟen <[email protected]>
meta: update AUTHORS

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

d835b1f1c1a9613b7b780017baabbf2ffc2c160a authored over 2 years ago by Node.js GitHub Bot <[email protected]>
tools: update eslint to 8.13.0

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

09513cd1a344baebb028f06e8d4554ec2cada1a0 authored over 2 years ago by Node.js GitHub Bot <[email protected]>
doc: recommend `fh.createWriteStream` for fsPromises methods

`fh.createWriteStream` can be more convenient than
`fs.createWriteStream` when using the FS prom...

a82713cbb62855d8437acd2047478d7edd1de514 authored over 2 years ago by Antoine du Hamel <[email protected]>
deps: update ICU to 71.1

Refs: https://github.com/unicode-org/icu/releases/tag/release-71-1

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

6d4b01774bfaa319e3c7a9f1a3165a4d3641ec84 authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
test: remove an unnecessary `undefined` in wpt

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

0525a147b2fb5bad45a9e91a4f1f0b0effcf97e7 authored over 2 years ago by Khaidi Chu <[email protected]>
doc: fix outgoingMessage.removeHeader() signature

Specify that `outgoingMessage.removeHeader()` takes a `name` argument
whose type is string.

PR-...

13ad8d4e09a0eba6e3e2be819de8b574660f27e6 authored over 2 years ago by Luigi Pinca <[email protected]>
doc: mark tlsSocket.authorized as boolean property

This is not a function and should not have a return type.

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

a0461255c05c79cf6c78b967cf8f11167a5d06b4 authored over 2 years ago by Tobias NieƟen <[email protected]>
doc: add missing punctuation in Web Streams doc

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

3ac7f86c2bbd50ebcebb323c3b545f35b1350ebc authored over 2 years ago by Tobias NieƟen <[email protected]>
test: simplify test-http-write-callbacks.js

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

bb762c5bd0ad57248042a28e460c9851e5c3216a authored over 2 years ago by Tobias NieƟen <[email protected]>
doc: add missing article in session ticket section

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

b98386c977d0082f3218afe5a746202d40b24d9d authored over 2 years ago by Tobias NieƟen <[email protected]>
doc: link to dynamic import function

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

a113468383183b84d1a77dbc0625f7dfdcda631f authored over 2 years ago by Tobias NieƟen <[email protected]>
deps: upgrade npm to 8.6.0

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

2d84620f867cfc18be1a50f4e5f076dd79ba22e4 authored over 2 years ago by npm team <[email protected]>
src,inspector: fix empty MaybeLocal crash

Return early when the Inspector StringView to V8 String conversion fails
and returns an empty Ma...

be011858446f7ec4b914fd1af2cb7555bd04877b authored over 2 years ago by Darshan Sen <[email protected]>
doc: add note about header values encoding

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

dfc2dc8b6565da78d493c44aa836482dd422aeed authored over 2 years ago by Shogun <[email protected]>
tools: update gyp-next to v0.12.1

PR-URL: https://github.com/nodejs/node/pull/42625
Refs: https://github.com/nodejs/gyp-next/compa...

b99bb57416f5eabc9d8375b93e03de21d8ed29ee authored over 2 years ago by MichaĆ«l Zasso <[email protected]>
doc: add missing word in rootCertificates section

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

ec5a359ffd38b6f56a456a0b6a482b5167fbfce1 authored over 2 years ago by Tobias NieƟen <[email protected]>
stream: remove thenable support

Remove support for returning thenables in stream
implementation methods. This is causing more co...

58e645de6314be07e1d321db078d4d674f877e5a authored over 2 years ago by Robert Nagy <[email protected]>
readline: fix question still called after closed

resolve: https://github.com/nodejs/node/issues/42450

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

d36b60e69a00b60b8f2c260b8c376c9a16a152df authored over 2 years ago by Xuguang Mei <[email protected]>
fs: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync`

This also affects `fs.writeFile`, `fs.appendFile`, and
`fs.appendFileSync`

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

0bac5478eb9d242719f7e19f44db03d36c3647d8 authored over 2 years ago by Livia Medeiros <[email protected]>
doc: add history entries for DEP0162 on `fs.md`

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

c08a361f706e60db9a2718282ea12abc1b04b882 authored over 2 years ago by Antoine du Hamel <[email protected]>
doc: fix brackets position

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

4fade6acb46ccf0a4f3f637586689019818d81ee authored over 2 years ago by Livia Medeiros <[email protected]>
doc: copyedit corepack.md

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

8055c7ba5d3f5f604da315eef76cfa76dfefb380 authored over 2 years ago by Rich Trott <[email protected]>
2022-04-07, Version 17.9.0 (Current)

Notable Changes:

* (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nie...

3c752648d4ef5510f89df798d05a2e098c5ad562 authored over 2 years ago by Juan JosĆ© Arboleda <[email protected]>
http: document that ClientRequest inherits from OutgoingMessage

http: fix extends for ClientRequest from Stream to http.OutgoingMessage

http: added page entry ...

28d8614add51b7cc48cea7cf4c4094231b005237 authored over 2 years ago by K.C.Ashish Kumar <[email protected]>
node-api,src: fix module registration in MSVC C++

PR-URL: https://github.com/nodejs/node/pull/42459
Reviewed-By: Anna Henningsen <[email protected]...

44fdf953ba435a46a3525bc877069044a3157e7d authored over 2 years ago by Vladimir Morozov <[email protected]>
doc: update AIX minimum supported arch

Raise the minimum supported arch for AIX to Power 8 in line with the
existing minimum supported ...

646e057680dcf4e639c36b160d271af66a04b157 authored over 2 years ago by Richard Lau <[email protected]>
tools: update lint-md-dependencies to @rollup/[email protected]

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

2468db1f53fc0bd267ea2cb2a64a999b5dac7836 authored over 2 years ago by Node.js GitHub Bot <[email protected]>
meta: move one or more collaborators to emeritus

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

29492496e8f9a1cc51f0b27392577fbda2c69e32 authored over 2 years ago by Node.js GitHub Bot <[email protected]>
deps: update undici to 5.0.0

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

c7ac11fa252f751d8fd26e90884cb70a91c0f7ab authored over 2 years ago by Node.js GitHub Bot <[email protected]>
doc: delete chakra tt from diagnostic tooling support tiers

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

85a65c326064c016d840bb4d640dcc8bf31f624b authored over 2 years ago by Tony Gorez <[email protected]>
doc: simplify Http2Stream encoding text

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

9191b42c83d52e361ca8933f672802aa0f92e5d7 authored over 2 years ago by Rich Trott <[email protected]>
v8: make v8.writeHeapSnapshot() error codes consistent

This change makes the error codes returned by v8.writeHeapSnapshot()
consistent across all platf...

0187bc5cdcffdb80763792d32666d0814bb265fc authored over 2 years ago by Darshan Sen <[email protected]>
build: remove precompiled header and debug information for host builds

PR-URL: https://github.com/nodejs/node/pull/42538
Refs: https://github.com/nodejs/node/issues/42...

818284b68737bbb9098cf12b1b221cbb24f06ce8 authored over 2 years ago by Niyas Sait <[email protected]>
doc: remove obsolete stream API selection text

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

08aab079829bb04d27dcd611b42b034be72946cd authored over 2 years ago by Rich Trott <[email protected]>
2022-04-05, Version 12.22.12 'Erbium' (LTS)

Notable changes:

This is planned to be the final Node.js 12 release. Node.js 12 will
reach End-...

3f526c1ec9a181da9bab6e4928e7eb96d958cfaf authored over 2 years ago by Richard Lau <[email protected]>
build: windows/arm64 native compilation support

Added support for detecting ARM64 host architecture for windows and
avoid explicit cross-compila...

9b3aad1cddde1a9da80caaa28557092a1f6bc87b authored over 2 years ago by Niyas Sait <[email protected]>
meta: update .mailmap and AUTHORS

Refs: https://github.com/nodejs/node/pull/42599#issuecomment-1087429171

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

d58f4081b534ff6cb017c5d8e9c1bffc8308d2b5 authored over 2 years ago by Rich Trott <[email protected]>
buffer: improve Blob constructor error message when passing a string

resolve: https://github.com/nodejs/node/issues/38856

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

46b633f44123d827c00977154df13c68c7b181ae authored over 2 years ago by Xuguang Mei <[email protected]>
test_runner: support 'only' tests

This commit introduces a CLI flag and test runner functionality
to support running a subset of t...

54819f08e0c469528901d81a9cee546ea518a5c3 authored over 2 years ago by Colin Ihrig <[email protected]>
fs: fix write methods param validation and docs

The FS docs wrongfully indicated support for passing object with an own
`toString` function pr...

0c9273d1266bbe67fcdc423913fc8c83c259aa83 authored over 2 years ago by Livia Medeiros <[email protected]>
tools: enable no-var ESLint rule for lib

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

b07894d8dca5d1f3777f257186dec6da835b52ef authored over 2 years ago by Rich Trott <[email protected]>
lib: prepare files for no-var lint rule

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

49547abe99678bf090f666663efdd7f9292758fe authored over 2 years ago by Rich Trott <[email protected]>
crypto: cleanup validation

Many of the validations could be simplified and cleaned up by using
validators and to keep consi...

aed18dfe59cb47b36017d09a9e282b17ea658fcb authored over 2 years ago by Mohammed Keyvanzadeh <[email protected]>
timers: refactor internal classes to ES2015 syntax

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

92567283f4027940d4a4df0e7fb7444b67842ed5 authored almost 3 years ago by Rabbit <[email protected]>
stream: expose web streams globals, remove runtime experimental warning

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

560cbc584908768f5802f835cb34bed783446939 authored almost 3 years ago by Antoine du Hamel <[email protected]>