Update Node.js to v13
Created by: renovate[bot]
This PR contains the following updates:
Package | Update | New value | References | Sourcegraph |
---|---|---|---|---|
node | major | 13.3.0 | source |
Release Notes
nodejs/node
v13.3.0
Notable Changes
-
fs:
- Reworked experimental recursive
rmdir()
(cjihrig) #30644- The
maxBusyTries
option is renamed tomaxRetries
, and its default is set to 0. TheemfileWait
option has been removed, andEMFILE
errors use the same retry logic as other errors. TheretryDelay
option is now supported.ENFILE
errors are now retried.
- The
- Reworked experimental recursive
-
http:
- Make maximum header size configurable per-stream or per-server (Anna Henningsen) #30570
- http2:
-
wasi:
- Introduce initial WASI support (cjihrig) #30258
Commits
- [
4cd4e7c17a
] - benchmark,doc,lib,test: prepare for padding lint rule (Rich Trott) #30696 - [
63eb4fee46
] - buffer: fix 6-byte writeUIntBE() range check (Brian White) #30459 - [
e8af569200
] - buffer: release buffers with free callbacks on env exit (Anna Henningsen) #30551 - [
648766bccf
] - build: do not build mksnapshot and mkcodecache for --shared (Joyee Cheung) #30647 - [
6545314a4f
] - build: add --without-node-code-cache configure option (Joyee Cheung) #30647 - [
80ada94cd3
] - build: use Node.js instead of Node in configure (Tobias Nießen) #30642 - [
0aae502c67
] - build,win: propagate error codes in vcbuild (João Reis) #30724 - [
6a53152b42
] - build,win: add test-ci-native and test-ci-js (João Reis) #30724 - [
30a4f68a15
] - child_process: document kill() return value (cjihrig) #30669 - [
dae36a9692
] - child_process: replace var with let/const (dnlup) #30389 - [
4b13bca31a
] - child_process: replace var with const/let in internal/child_process.js (Luis Camargo) #30414 - [
378c54fe97
] - cluster: replace vars in child.js (EmaSuriano) #30383 - [
708e67a732
] - cluster: replace var with let (Herrmann, Rene R. (656)) #30425 - [
55fbe45f69
] - cluster: replace var by let in shared_handle.js (poutch) #30402 - [
4affc30a12
] - crypto: automatically manage memory for ECDSA_SIG (Tobias Nießen) #30641 - [
55c2ac70b7
] - crypto: remove redundant validateUint32 argument (Tobias Nießen) #30579 - [
0ba877a541
] - deps: V8: cherry-pick0dfd9ea
(bcoe) #30713 - [
b470354057
] - deps: patch V8 to 7.9.317.25 (Myles Borins) #30679 - [
d257448bca
] - deps: update llhttp to 2.0.1 (Fedor Indutny) #30553 - [
456d250d2d
] - deps: V8: backport93f189f
(Michaël Zasso) #30681 - [
aa01ebdbca
] - deps: V8: cherry-pickca5b0ec
(Anna Henningsen) #30708 - [
f37450f580
] - dns: use length for building TXT string (Anna Henningsen) #30690 - [
3d302ff276
] - doc: fix typographical error (Rich Trott) #30735 - [
19b31c1bc5
] - doc: revise REPL uncaught exception text (Rich Trott) #30729 - [
61af1fcaa1
] - doc: update signature algorithm in release doc (Myles Borins) #30673 - [
a8002d92ab
] - doc: update README.md to fix active/maint times (Michael Dawson) #30707 - [
f46df0b496
] - doc: update socket.bufferSize text (Rich Trott) #30723 - [
cbd50262c0
] - doc: note that buf.buffer's contents might differ (AJ Jordan) #29651 - [
a25626c1ed
] - doc: clarify IncomingMessage.destroy() description (Sam Foxman) #30255 - [
8fcb450934
] - doc: fixed a typo in process.md (Harendra Singh) #30277 - [
ad9f737e44
] - doc: documenting a bit more FreeBSD case (David Carlier) #30325 - [
40b762177f
] - doc: add missing 'added' versions to module.builtinModules (Thomas Watson) #30562 - [
aca0119089
] - doc: fix worker.resourceLimits indentation (Daniel Nalborczyk) #30663 - [
43e78578a6
] - doc: fix worker.resourceLimits type (Daniel Nalborczyk) #30664 - [
20dbce17d5
] - doc: avoid proposal syntax in code example (Alex Zherdev) #30685 - [
1e7c567734
] - doc: address nits for src/README.md (Anna Henningsen) #30693 - [
87136c9bde
] - doc: revise socket.connect() note (Rich Trott) #30691 - [
fcde49700c
] - doc: remove "this API is unstable" note for v8 serdes API (bruce-one) #30631 - [
809a2b056b
] - doc: fixup incorrect flag name reference (Guy Bedford) #30651 - [
3d978839c1
] - doc: minor updates to releases.md (Beth Griggs) #30636 - [
e9f031c741
] - doc: add 13 and 12 to previous versions (Andrew Hughes) #30590 - [
8ab18b6b6f
] - doc: update AUTHORS list (Gus Caplan) #30672 - [
329a821d25
] - doc: add explanation why keep var with for loop (Lucas Recknagel) #30380 - [
426ca263c8
] - doc: document "Resume Build" limitation (Richard Lau) #30604 - [
00f7cc65a1
] - doc: add note of caution about non-conforming streams (Robert Nagy) #29895 - [
7d98a59c39
] - doc: add note about debugging worker_threads (Denys Otrishko) #30594 - [
8ef629a78a
] - doc: simplify "is recommended" language in assert documentation (Rich Trott) #30558 - [
19d192d1f0
] - doc: fix a typo in a date for version 13.2.0 (Kirlat) #30587 - [
b67759a93c
] - doc,deps: document how to maintain ICU in Node.js (Steven R. Loomis) #30607 - [
bfcc9142f3
] - doc,n-api: mark napi_detach_arraybuffer as experimental (legendecas) #30703 - [
365f0ab09b
] - esm: data URLs should ignore unknown parameters (Bradley Farias) #30593 - [
0285aa0967
] - events: improve performance caused by primordials (guzhizhou) #30577 - [
3475f9b82c
] - fs: add ENFILE to rimraf retry logic (cjihrig) #30644 - [
f725953433
] - fs: add retryDelay option to rimraf (cjihrig) #30644 - [
51bc379243
] - fs: remove rimraf's emfileWait option (cjihrig) #30644 - [
612a3a2e6c
] - fs: make rimraf default to 0 retries (cjihrig) #30644 - [
fa1f87b199
] - fs: rename rimraf's maxBusyTries to maxRetries (cjihrig) #30644 - [
8ee27ffe77
] - fs: change var to let (Àlvar Pérez) #30407 - [
850c2a72ea
] - fs: cover fs.opendir ERR_INVALID_CALLBACK (Vladislav Botvin) #30307 - [
62574087ea
] - (SEMVER-MINOR) http: make maximum header size configurable per-stream or per-server (Anna Henningsen) #30570 - [
1d1d136806
] - http: set socket.server unconditionally (Anna Henningsen) #30571 - [
6848bfbf65
] - http: replace var with let (Guilherme Goncalves) #30421 - [
8256d38349
] - http: destructure primordials in lib/_http_server.js (Artem Maksimov) #30315 - [
3b169f1dbd
] - http: improve performance caused by primordials (Lucas Recknagel) #30416 - [
6f313f9ab0
] - http2: fix session memory accounting after pausing (Michael Lehenbauer) #30684 - [
7d37bcebea
] - (SEMVER-MINOR) http2: make maximum tolerated rejected streams configurable (Denys Otrishko) #30534 - [
092a3c28aa
] - (SEMVER-MINOR) http2: allow to configure maximum tolerated invalid frames (Denys Otrishko) #30534 - [
e92afd998f
] - (SEMVER-MINOR) http2: replace direct array usage with struct for js_fields_ (Denys Otrishko) #30534 - [
30ef8e4cbd
] - http2: change var to let compact.js (Maria Emmanouil) #30392 - [
1a2ed4a5f4
] - http2: core.js replace var with let (Daniel Schuech) #30403 - [
f7ca7e6677
] - http2: replace var with let/const (Paolo Ceschi Berrini) #30417 - [
6322611077
] - inspector: properly shut down uv_async_t (Anna Henningsen) #30612 - [
de3a1c3019
] - lib: enforce use of primordial Number (Sebastien Ahkrin) #30700 - [
5a9340d723
] - lib: use static Number properties from primordials (Michaël Zasso) #30686 - [
892bde635e
] - lib: enforce use of Boolean from primordials (Michaël Zasso) #30698 - [
ae2c7d0b02
] - lib: replace Date.now function by primordial DateNow (Tchoupinax) #30689 - [
c09e3deac5
] - lib: replace ArrayBuffer.isView by primordial ArrayBuffer (Vincent Dhennin) #30692 - [
5ef4dceb95
] - lib: enforce use of Array from primordials (Michaël Zasso) #30635 - [
a4dfe3b7dc
] - lib: flatten access to primordials (Michaël Zasso) #30610 - [
b545b91de5
] - lib: use let instead of var (Shubham Chaturvedi) #30375 - [
5120926337
] - lib: replace var with let/const (jens-cappelle) #30391 - [
b18b056d64
] - lib: replace var w/ let (Chris Oyler) #30386 - [
3796885096
] - lib: replace var with let/const (Tijl Claessens) #30390 - [
ffe3040659
] - lib: adding perf notes js_stream_socket.js (ryan jarvinen) #30415 - [
797b938c49
] - lib: replace var with let (Dennis Saenger) #30396 - [
0b64e45e41
] - lib: main_thread_only change var to let (matijagaspar) #30398 - [
d024630f44
] - lib: change var to let in stream_base_commons (Kyriakos Markakis) #30426 - [
3c041edbe7
] - lib: use let instead of var (Semir Ajruli) #30424 - [
d277c375fd
] - lib: changed var to let (Oliver Belaifa) #30427 - [
0fd89cc0f1
] - lib: replace var with let/const (Dries Stelten) #30409 - [
bdba03e3ed
] - lib: change var to let (Dimitris Ktistakis) #30408 - [
48fef42ca9
] - lib: replace var with let/const (Tembrechts) #30404 - [
502173b54e
] - lib: replace var to let in cli_table.js (Jing Lin) #30400 - [
2cf8a7f117
] - module: fix specifier resolution algorithm (Rongjian Zhang) #30574 - [
be9788bf20
] - n-api: detach external ArrayBuffers on env exit (Anna Henningsen) #30551 - [
8171cef921
] - (SEMVER-MINOR) n-api: implement napi_is_detached_arraybuffer (Denys Otrishko) #30613 - [
cc5875b2e6
] - n-api: add missed nullptr check in napi_has_own_property (Denys Otrishko) #30626 - [
017280e6e2
] - net: replaced vars to lets and consts (nathias) #30401 - [
56248a827a
] - process: replace var with let/const (Jesper Ek) #30382 - [
5c40b2f9ac
] - process: replace vars in per_thread.js (EmaSuriano) #30385 - [
c50bbf58da
] - readline: change var to let (dnlup) #30435 - [
b91d22cc8d
] - repl: fix referrer for dynamic import (Corey Farrell) #30609 - [
4e5818a456
] - repl: change var to let (Oliver Belaifa) #30428 - [
e65ad865c6
] - src: change header file in node_stat_watcher.cc (Reza Fatahi) #29976 - [
be84ceefb8
] - src: clean up node_file.h (Anna Henningsen) #30530 - [
bccfd124b0
] - src: remove unused variable in node_dir.cc (gengjiawen) #30267 - [
fc11db18fe
] - src: inline SetSNICallback (Anna Henningsen) #30548 - [
7bd587ef0c
] - src: use BaseObjectPtr to store SNI context (Anna Henningsen) #30548 - [
8ec0d75de7
] - src: cleanup unused headers (Alexandre Ferrando) #30328 - [
6c249c0982
] - src: run native immediates during Environment cleanup (Anna Henningsen) #30666 - [
bea25016d1
] - src: no SetImmediate from destructor in stream_pipe code (Anna Henningsen) #30666 - [
94357db815
] - src: add morecan_call_into_js()
guards (Anna Henningsen) #30666 - [
d54432f974
] - src: keep object alive in stream_pipe code (Anna Henningsen) #30666 - [
d194c0ff37
] - src: replaced var with let (Aldo Ambrosioni) #30397 - [
44f28ea155
] - src: fix -Wsign-compare warnings (cjihrig) #30565 - [
1916acb3cb
] - src: fix signal handler crash on close (Shelley Vohr) #30582 - [
9e9e48bf7e
] - src: use uv_async_t for WeakRefs (Anna Henningsen) #30616 - [
9d8d2e1f45
] - src,doc: fix broken links (cjihrig) #30662 - [
f135c38796
] - src,doc: add C++ internals documentation (Anna Henningsen) #30552 - [
e968e26dbd
] - stream: improve performance for sync write finishes (Anna Henningsen) #30710 - [
49e047f7a1
] - test: add coverage for ERR_TLS_INVALID_PROTOCOL_VERSION (Rich Trott) #30741 - [
81d81a5904
] - test: add an indicatorisIBMi
(Xu Meng) #30714 - [
37c70ee198
] - test: use arrow functions in async-hooks tests (garygsc) #30137 - [
b5c7dad95a
] - test: fix test-benchmark-streams (Rich Trott) #30757 - [
1e199ceb71
] - test: move test-http-max-http-headers to parallel (Rich Trott) #30712 - [
1918b4e84f
] - test: correct header length subtraction (Rich Trott) #30712 - [
1222be81e3
] - test: remove unused callback argument (Rich Trott) #30712 - [
d69b9b753a
] - test: simplify forEach() usage (Rich Trott) #30712 - [
01ab031cca
] - test: remove unused callback argument (Rich Trott) #30712 - [
93707c4916
] - test: increase coverage for trace_events.js (Rich Trott) #30705 - [
4800b623ed
] - test: use arrow functions in addons tests (garygsc) #30131 - [
ba0115fe6f
] - test: refactor createHook test (Jeny) #30568 - [
099d3fdf87
] - test: port worker + buffer test to N-API (Anna Henningsen) #30551 - [
83861fb333
] - test: revert6d022c1
(Anna Henningsen) #30708 - [
a3b758d634
] - test: move test-https-server-consumed-timeout to parallel (Rich Trott) #30677 - [
00f532f15e
] - test: remove unnecessary common.platformTimeout() call (Rich Trott) #30677 - [
ecb902f33c
] - test: do not skip test-http-server-consumed-timeout (Rich Trott) #30677 - [
49458deb4f
] - test: remove unused function argument from http test (Rich Trott) #30677 - [
a2f440d326
] - test: add logging in case of infinite loop (Rich Trott) #30649 - [
3e3ad396bd
] - test: remove destructuring from test-inspector-contexts (Rich Trott) #30649 - [
3571e132a7
] - test: check for session.post() errors in test-insepctor-context (Rich Trott) #30649 - [
37696320a2
] - test: add mustCall() to test-inspector-contexts (Rich Trott) #30649 - [
0972fa3c16
] - test: add regression test for signal handler removal in exit (Anna Henningsen) #30589 - [
5ecfd947e2
] - (SEMVER-MINOR) test: update and harden http2-reset-flood (Denys Otrishko) #30534 - [
70d6fa122a
] - test: skip test-domain-error-types in debug mode temporariliy (Rich Trott) #30629 - [
949f2ad528
] - test: move test-worker-prof to sequential (Rich Trott) #30628 - [
d4b61709f1
] - test: dir class initialisation w/o handler (Dmitriy Kikinskiy) #30313 - [
60b17b4fe6
] - test: change object assign by spread operator (poutch) #30438 - [
97e627335f
] - test: use useful message argument in test function (Rich Trott) #30618 - [
d651c7dd6b
] - test: test for minimum ICU version consistency (Richard Lau) #30608 - [
dade9069c3
] - test: code&learn var to let update (Nazar Malyy) #30436 - [
e401e8c8ed
] - test: change object assign to spread object (poutch) #30422 - [
2ecc735c48
] - test: use spread instead of Object.assign (dnlup) #30419 - [
d8da9dacab
] - test: changed var to let in module-errors (Jamar Torres) #30413 - [
9dab32f340
] - test: use spread instead of object.assign (Shubham Chaturvedi) #30412 - [
7e7a8165a8
] - test: replace var with let in pre_execution.js (Vladimir Adamic) #30411 - [
8a9ee48797
] - test: change var to let in test-trace-events (Jon Church) #30406 - [
d6a448825c
] - test: dns utils replace var (Osmond van Hemert) #30405 - [
01e0571e94
] - test: test cover cases when trace is empty (telenord) #30311 - [
f8dfa2d704
] - test: switch to object spread in common/benchmark.js (palmires) #30309 - [
36671f9bf8
] - test: add common.mustCall() to stream test (Rich Trott) #30561 - [
106235fe91
] - test: move explanatory comment to expected location in file (Rich Trott) #30561 - [
081b4e2496
] - test: move stream test to parallel (Rich Trott) #30561 - [
103d01e057
] - test: remove string literal as message in strictEqual() in stream test (Rich Trott) #30561 - [
ebba3228e2
] - test: use arrow function for callback in stream test (Rich Trott) #30561 - [
e122d397c0
] - test: replace setTimeout with setImmediate in stream test (Rich Trott) #30561 - [
20ee4997f3
] - test: refactor test-dgram-multicast-set-interface-lo.js (Taylor Gagne) #30536 - [
7aa1df7076
] - tls: introduce ERR_TLS_INVALID_CONTEXT (Rich Trott) #30718 - [
0b0f0237c1
] - tls: add memory tracking support to SSLWrap (Anna Henningsen) #30548 - [
89e2c71b27
] - tls: allow empty subject even with altNames defined (Jason Macgowan) #22906 - [
941a91daed
] - tools: enforce blank line between functions (Rich Trott) #30696 - [
5a6f836a15
] - tools: add unified plugin changing links for html docs (Marek Łabuz) #29946 - [
84f7b5c752
] - tools: enable more eslint rules (cjihrig) #30598 - [
5522467cf5
] - tools: update ESLint to 6.7.1 (cjihrig) #30598 - [
1f10681496
] - tty: truecolor check moved before 256 check (Duncan Healy) #30474 - [
6a0dd1cbbd
] - util: fix .format() not always calling toString when it should be (Ruben Bridgewater) #30343 - [
1040e7222f
] - util: fix inspection of errors with tampered name or stack property (Ruben Bridgewater) #30576 - [
18e9b56bf6
] - util: use let instead of var for util/inspect.js (Luciano) #30399 - [
9ec53cf5c1
] - (SEMVER-MINOR) wasi: introduce initial WASI support (cjihrig) #30258
v13.2.0
Notable Changes
-
addons:
- Deprecate one- and two-argument
AtExit()
. Use the three-argument variant ofAtExit()
orAddEnvironmentCleanupHook()
instead (Anna Henningsen) #30227
- Deprecate one- and two-argument
-
child_process,cluster:
- The
serialization
option is added that allows child process IPC to use the V8 serialization API (to e.g., pass through data types like sets or maps) (Anna Henningsen) #30162
- The
-
deps:
- Update V8 to 7.9
- Update
npm
to 6.13.1 (Ruy Adorno) #30271
- embedder:
-
esm:
- Unflag
--experimental-modules
(Guy Bedford) #29866
- Unflag
-
stream:
- Add
writable.writableCorked
property (Robert Nagy) #29012
- Add
-
worker:
- Allow specifying resource limits (Anna Henningsen) #26628
-
v8:
- The Serialization API is now stable (Anna Henningsen) #30234
Commits
- [
b76c13ec86
] - assert: replace var with let in lib/assert.js (PerfectPan) #30261 - [
7f49816e8a
] - benchmark: use let instead of var in async_hooks (dnlup) #30470 - [
0130d2b6e0
] - benchmark: use let instead of var in assert (dnlup) #30450 - [
9cae205f4d
] - buffer: change var to let (Vladislav Botvin) #30292 - [
b5198cd3b0
] - (SEMVER-MINOR) build: reset embedder string to "-node.0" (Michaël Zasso) #30513 - [
f4f210adc1
] - build: store cache on timed out builds on Travis (Richard Lau) #30469 - [
277e5fadf8
] - (SEMVER-MINOR) build,tools: update V8 gypfiles for V8 7.9 (Michaël Zasso) #30020 - [
e51beef8d4
] - (SEMVER-MINOR) child_process,cluster: allow using V8 serialization API (Anna Henningsen) #30162 - [
6bf0e40bad
] - cluster: destruct primordials in lib/internal/cluster/worker.js (peze) #30246 - [
18ec8a84be
] - (SEMVER-MINOR) crypto: add support for IEEE-P1363 DSA signatures (Tobias Nießen) #29292 - [
39d0a25ddd
] - crypto: fix key requirements in asymmetric cipher (Tobias Nießen) #30249 - [
8c2e2ce6bf
] - crypto: update root certificates (AshCripps) #30195 - [
4f282f52f0
] - deps: patch V8 to 7.9.317.23 (Myles Borins) #30560 - [
9b71534d23
] - deps: upgrade npm to 6.13.1 (claudiahdz) #30533 - [
f17c794faf
] - (SEMVER-MINOR) deps: patch V8 to be API/ABI compatible with 7.8 (from 7.9) (Michaël Zasso) #30513 - [
5a1ad570ea
] - deps: V8: cherry-picka7dffcd
(Christian Clauss) #30218 - [
2c6cf902b0
] - (SEMVER-MINOR) deps: V8: cherry-pick50031fa
(Michaël Zasso) #30020 - [
1e5e8c3922
] - deps: V8: cherry-picke5dbc95
(Gabriel Schulhof) #30130 - [
9c356ba91c
] - (SEMVER-MINOR) deps: V8: backport5e755c6
(Michaël Zasso) #30020 - [
fe99841c88
] - (SEMVER-MINOR) deps: V8: backport07ee86a
(Michaël Zasso) #30020 - [
5131bbe477
] - (SEMVER-MINOR) deps: V8: cherry-pick777fa98
(Michaël Zasso) #30020 - [
824e8b6f9b
] - (SEMVER-MINOR) deps: V8: cherry-pick7228ef8
(Michaël Zasso) #30020 - [
4c7acc256a
] - (SEMVER-MINOR) deps: V8: cherry-pick6b0a953
(Michaël Zasso) #30020 - [
ebef1b2308
] - (SEMVER-MINOR) deps: V8: cherry-pickbba5f1f
(Michaël Zasso) #30020 - [
28ca44c724
] - (SEMVER-MINOR) deps: V8: cherry-pickcfe9172
(Michaël Zasso) #30020 - [
ba4abfd198
] - (SEMVER-MINOR) deps: V8: cherry-pick3e82c8d
(Michaël Zasso) #30020 - [
2abdcbbe5e
] - (SEMVER-MINOR) deps: V8: cherry-pickf2d92ec
(Michaël Zasso) #30020 - [
46383616e3
] - (SEMVER-MINOR) deps: make v8.h compatible with VS2015 (Joao Reis) #30020 - [
5bc35732aa
] - (SEMVER-MINOR) deps: V8: forward declaration ofRtl\*FunctionTable
(Refael Ackermann) #27375 - [
627a804627
] - (SEMVER-MINOR) deps: V8: patch register-arm64.h (Refael Ackermann) #27375 - [
13e6b0b82a
] - (SEMVER-MINOR) deps: update V8's postmortem script (Colin Ihrig) #30020 - [
a4a6565348
] - (SEMVER-MINOR) deps: update V8's postmortem script (Colin Ihrig) #29694 - [
4182e3bad7
] - (SEMVER-MINOR) deps: patch V8 to run on older XCode versions (Ujjwal Sharma) #29694 - [
6566c15157
] - (SEMVER-MINOR) deps: V8: silence irrelevant warnings (Michaël Zasso) #26685 - [
6018db2ef9
] - (SEMVER-MINOR) deps: V8: un-cherry-pickbd019bd
(Refael Ackermann) #26685 - [
605cb9f0fc
] - (SEMVER-MINOR) deps: update V8 to 7.9.317.22 (Michaël Zasso) #30513 - [
b82f63d9ca
] - deps: update nghttp2 to 1.40.0 (gengjiawen) #30493 - [
401d2e9115
] - deps: update npm to 6.13.0 (Ruy Adorno) #30271 - [
f8ee70c94d
] - dgram: remove listeners on bind error (Anna Henningsen) #30210 - [
0433d7995a
] - dgram: reset bind state before emitting error (Anna Henningsen) #30210 - [
0f8662d615
] - dns: switch var to const/let (Dmitriy Kikinskiy) #30302 - [
ab887bd5f6
] - doc: add mention for using promisify on class methods (Denys Otrishko) #30355 - [
9940116aba
] - doc: explain GIT_REMOTE_REF in COLLABORATOR_GUIDE (Denys Otrishko) #30371 - [
027bde563d
] - doc: fix overriding of prefix option (Luigi Pinca) #30518 - [
b7757533bc
] - doc: update http.md mention of socket (Jesse O'Connor) #30155 - [
7f664e454b
] - doc: adds NO_COLOR to assert doc page (Shobhit Chittora) #30483 - [
fba2f9a3d6
] - doc: document timed out Travis CI builds (Richard Lau) #30469 - [
c40e242b32
] - doc: replace const / var with let (Duncan Healy) #30446 - [
a93345b7cd
] - doc: update outdated commonjs compat info (Geoffrey Booth) #30512 - [
b590533253
] - doc: esm: improve dual package hazard docs (Geoffrey Booth) #30345 - [
d631a0a3e4
] - doc: update 8.x to 10.x in backporting guide (garygsc) #30481 - [
7e603bed52
] - doc: createRequire can take import.meta.url directly (Geoffrey Booth) #30495 - [
e4a296ce8d
] - doc: add entry to url.parse() changes metadata (Luigi Pinca) #30348 - [
64cf00b0b9
] - doc: simplify text in pull-requests.md (Rich Trott) #30458 - [
1e2672012f
] - doc: remove "multiple variants" from BUILDING.md (Rich Trott) #30366 - [
2d16a74ff9
] - doc: remove "maintenance is supported by" text in BUILDING.md (Rich Trott) #30365 - [
c832565290
] - doc: add lookup to http.request() options (Luigi Pinca) #30353 - [
b8afe57e85
] - doc: fix up N-API doc (Michael Dawson) #30254 - [
b558d941bd
] - doc: fix some recent doc nits (vsemozhetbyt) #30341 - [
1133981eac
] - doc: add link to node-code-ide-configs in testing (Trivikram Kamat) #24012 - [
041f3a306e
] - doc: update divergent specifier hazard guidance (Geoffrey Booth) #30051 - [
085af30361
] - doc: include --experimental-resolve-self in manpage (Guy Bedford) #29978 - [
31a3b724f0
] - doc: update GOVERNANCE.md (Rich Trott) #30259 - [
15a7032d44
] - doc: move inactive Collaborators to emeriti (Rich Trott) #30243 - [
fabc489dba
] - doc: update examples in writing-tests.md (garygsc) #30126 - [
1836eae7a6
] - doc, console: remove non-existant methods from docs (Simon Schick) #30346 - [
7ad2e024dd
] - doc,meta: allow Travis results for doc/comment changes (Rich Trott) #30330 - [
2deea28070
] - doc,meta: remove wait period for npm pull requests (Rich Trott) #30329 - [
7e0f90e286
] - domain: rename var to let and const (Maria Stogova) #30312 - [
c2c74fc93e
] - encoding: make TextDecoder handle BOM correctly (Anna Henningsen) #30132 - [
f9eab48dd0
] - esm: disable non-js exts outside package scopes (Guy Bedford) #30501 - [
3d8cdf191d
] - esm: unflag --experimental-modules (Guy Bedford) #29866 - [
293e8a2384
] - esm: exit the process with an error if loader has an issue (Michaël Zasso) #30219 - [
45fd44c6ec
] - fs: change var to let (Nadya) #30318 - [
bb6f944607
] - fs: add noop stub for FSWatcher.prototype.start (Lucas Holmquist) #30160 - [
4fe62c1620
] - http: revise _http_server.js (telenord) #30279 - [
62e15a793a
] - http: outgoing cork (Robert Nagy) #29053 - [
50f9476a44
] - http: http_common rename var to let and const (telenord) #30288 - [
b8aceace95
] - http: http_incoming rename var to let and const (telenord) #30285 - [
a37ade8648
] - http: replace vars with lets and consts in lib/_http_agent.js (palmires) #30301 - [
e59cc8aad8
] - http,async_hooks: keep resource object alive from socket (Anna Henningsen) #30196 - [
1b84175924
] - http2: remove duplicated assertIsObject (Yongsheng Zhang) #30541 - [
666588143e
] - http2: use custom BaseObject smart pointers (Anna Henningsen) #30374 - [
f25b00aaca
] - (SEMVER-MINOR) https: add client support for TLS keylog events (Sam Roberts) #30053 - [
88da3af6f6
] - https: change var to let in lib/https.js (galina.prokofeva) #30320 - [
f15a3b0281
] - lib: replace var with let (David OLIVIER) #30381 - [
31a63ab1ec
] - lib: replace var with let and const in readline.js (VinceOPS) #30377 - [
3eeeea419d
] - lib: change var to let/const in internal/querystring.js (Artem Maksimov) #30286 - [
f10608655b
] - lib: change var to let in internal/streams (Kyriakos Markakis) #30430 - [
3ce6e15844
] - lib: replace var with let/const (Kenza Houmani) #30440 - [
d37d340472
] - lib: change var to let in string_decoder (mkdorff) #30393 - [
9a1c16eda4
] - lib: replaced var to let in lib/v8.js (Vadim Gorbachev) #30305 - [
3e4a6a5968
] - lib: change var to let in lib/_stream_duplex.js (Ilia Safronov) #30297 - [
c7c566023f
] - module: reduce circular dependency of internal/modules/cjs/loader (Joyee Cheung) [#30349](https://togithub.com/nodejs/n
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.