chore(deps): update node.js to v14 - autoclosed #163
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v9
->14
Release Notes
nodejs/node
v14.18.1
Compare Source
This is a security release.
Notable changes
Commits
8c254ca7e4
] - deps: update llhttp to 2.1.4 (Fedor Indutny) nodejs-private/node-private#2859b92ae2499
] - http: add regression test for smuggling content length (Matteo Collina) nodejs-private/node-private#285f467539719
] - http: add regression test for chunked smuggling (Matteo Collina) nodejs-private/node-private#285v14.18.0
Compare Source
Notable Changes
3a60de0135
] - assert: change status of legacy asserts (James M Snell) #38113df37c106a7
] - (SEMVER-MINOR) buffer: introduce Blob (James M Snell) #36811223494c548
] - (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) #3695214fc4ddabc
] - (SEMVER-MINOR) child_process: allowoptions.cwd
receive a URL (Khaidi Chu) #38862b68b13acb3
] - (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #37256da98c9f99b
] - (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) #34249779310ac87
] - (SEMVER-MINOR) child_process: add 'overlapped' stdio flag (Thiago Padilha) #2941240eb3b79f1
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #3875539eba0a2e1
] - (SEMVER-MINOR) cli: add --node-memory-debug option (Anna Henningsen) #35537d8d9a9628a
] - (SEMVER-MINOR) dns: add "tries" option to Resolve options (Luan Devecchi) #3961015ba19b020
] - (SEMVER-MINOR) dns: allow--dns-result-order
to change default dns verbatim (Ouyang Yadong) #38099307c1d817f
] - doc: refactor fs docs structure (James M Snell) #371709ee3f77e32
] - (SEMVER-MINOR) errors: remove experimental from --enable-source-maps (Benjamin Coe) #37362e73bfed2f4
] - esm: deprecate legacy main lookup for modules (Guy Bedford) #36918989c204a58
] - (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) #39028ef72490cde
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287cad9d20f64
] - (SEMVER-MINOR) fs: add support for async iterators tofsPromises.writeFile
(HiroyukiYagihashi) #374902b0e2706c0
] - fs: improve fsPromises readFile performance (Nitzan Uziely) #37608fe12cc07b3
] - (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) #371792459c115a8
] - (SEMVER-MINOR) fs: allowposition
parameter to be aBigInt
in read and readSync (Darshan Sen) #361906544cfb4b9
] - (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) #34145a6c6cbb4e6
] - (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #359781e5aca550c
] - inspector: mark as stable (Gireesh Punathil) #3774893af04afbb
] - (SEMVER-MINOR) module: add support forURL
toimport.meta.resolve
(Antoine du Hamel) #38587f9f9389d83
] - (SEMVER-MINOR) module: add support fornode:
‑prefixedrequire(…)
calls (ExE Boss) #3724687c71065eb
] - (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) #34625b421d99a48
] - (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) #371956a4811df8a
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #385694a88ddeeca
] - (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) #371551a6bf1c4a3
] - (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) #3908599735a6fe8
] - (SEMVER-MINOR) process: add'worker'
event (James M Snell) #386593982919317
] - (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #34291526e6c7bde
] - (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #37932e6eee08692
] - (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) #3367632de361d70
] - (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) #33662797f7f8a38
] - (SEMVER-MINOR) repl: add auto‑completion fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246abfd71b64c
] - (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) #397681efae01b18
] - (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) #39768f7933804ba
] - (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) #390236d06ac2202
] - (SEMVER-MINOR) src: add --heapsnapshot-near-heap-limit option (Joyee Cheung) #33010577d228ca0
] - (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) #36441658a266cd4
] - (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #36447f421422ea4
] - (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486a62d4d60f4
] - (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) #3958963502131a3
] - (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #3773968bbebd42c
] - (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) #357531cbb74d63d
] - (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) #359608eb11356dd
] - (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #3981484fcdc3074
] - (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) #33807b238b6bf17
] - (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) #338079f6bc58da8
] - (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #37486Commits
Semver-minor commits
f3563d3197
] - (SEMVER-MINOR) async_hooks: use new v8::Context PromiseHook API (Stephen Belanger) #36394df37c106a7
] - (SEMVER-MINOR) buffer: introduce Blob (James M Snell) #36811223494c548
] - (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) #3695214fc4ddabc
] - (SEMVER-MINOR) child_process: allowoptions.cwd
receive a URL (Khaidi Chu) #38862b68b13acb3
] - (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #37256da98c9f99b
] - (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) #34249779310ac87
] - (SEMVER-MINOR) child_process: add 'overlapped' stdio flag (Thiago Padilha) #2941240eb3b79f1
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #3875539eba0a2e1
] - (SEMVER-MINOR) cli: add --node-memory-debug option (Anna Henningsen) #35537d9b58a0262
] - (SEMVER-MINOR) deps: V8: cherry-pickfa4cb17
(Stephen Belanger) #385779d7177c152
] - (SEMVER-MINOR) deps: V8: cherry-pick4c07451
(Stephen Belanger) #36394ec0f0ef8ef
] - (SEMVER-MINOR) deps: V8: cherry-pick5f44131
(Stephen Belanger) #363943e7238e45a
] - (SEMVER-MINOR) deps: V8: cherry-pick272445f
(Stephen Belanger) #36394214e568597
] - (SEMVER-MINOR) deps: V8: backportc0fceaa
(Stephen Belanger) #36394d8d9a9628a
] - (SEMVER-MINOR) dns: add "tries" option to Resolve options (Luan Devecchi) #3961015ba19b020
] - (SEMVER-MINOR) dns: allow--dns-result-order
to change default dns verbatim (Ouyang Yadong) #38099defb77cac9
] - (SEMVER-MINOR) doc: add missing change to resolver ctor (Luan Devecchi) #396109ee3f77e32
] - (SEMVER-MINOR) errors: remove experimental from --enable-source-maps (Benjamin Coe) #37362989c204a58
] - (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) #39028ef72490cde
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287cad9d20f64
] - (SEMVER-MINOR) fs: add support for async iterators tofsPromises.writeFile
(HiroyukiYagihashi) #37490fe12cc07b3
] - (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) #371792459c115a8
] - (SEMVER-MINOR) fs: allowposition
parameter to be aBigInt
in read and readSync (Darshan Sen) #361906544cfb4b9
] - (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) #34145a6c6cbb4e6
] - (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #3597893af04afbb
] - (SEMVER-MINOR) module: add support forURL
toimport.meta.resolve
(Antoine du Hamel) #38587f9f9389d83
] - (SEMVER-MINOR) module: add support fornode:
‑prefixedrequire(…)
calls (ExE Boss) #3724676d4f22bab
] - (SEMVER-MINOR) net: allow net.BlockList to use net.SocketAddress objects (James M Snell) #3791782363d864d
] - (SEMVER-MINOR) net: add SocketAddress class (James M Snell) #379170202ba46b8
] - (SEMVER-MINOR) net: make net.BlockList cloneable (James M Snell) #37917a41a3e3b3f
] - (SEMVER-MINOR) net: make blocklist family case insensitive (James M Snell) #3486487c71065eb
] - (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) #34625b421d99a48
] - (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) #371956a4811df8a
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #385694a88ddeeca
] - (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) #371551a6bf1c4a3
] - (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) #3908599735a6fe8
] - (SEMVER-MINOR) process: add'worker'
event (James M Snell) #386593982919317
] - (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #34291526e6c7bde
] - (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #37932e6eee08692
] - (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) #3367632de361d70
] - (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) #33662797f7f8a38
] - (SEMVER-MINOR) repl: add auto‑completion fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246abfd71b64c
] - (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) #397681efae01b18
] - (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) #397681aa2080d29
] - (SEMVER-MINOR) src: fix align in cares_wrap.h (Luan) #39610f7933804ba
] - (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) #390236d06ac2202
] - (SEMVER-MINOR) src: add --heapsnapshot-near-heap-limit option (Joyee Cheung) #330104091eb9db7
] - (SEMVER-MINOR) src: move node_binding to modern THROW_ERR* (James M Snell) #35469577d228ca0
] - (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) #36441658a266cd4
] - (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #36447f421422ea4
] - (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486a62d4d60f4
] - (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) #3958963502131a3
] - (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #3773972ef41c72b
] - (SEMVER-MINOR) test: add wpt tests for Blob (Michaël Zasso) #3681168bbebd42c
] - (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) #35753587deacad9
] - (SEMVER-MINOR) tools: addWorker
to type-parser (James M Snell) #386591cbb74d63d
] - (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) #359608eb11356dd
] - (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #3981484fcdc3074
] - (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) #33807b238b6bf17
] - (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) #338079f6bc58da8
] - (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #37486Semver-patch commits
3a60de0135
] - assert: change status of legacy asserts (James M Snell) #381135a42be9719
] - async_hooks: use resource stack for AsyncLocalStorage run (Stephen Belanger) #39890fc29ddb38e
] - async_hooks: emit promise trace events from JS (Stephen Belanger) #3913513296d1abf
] - async_hooks: eliminate native PromiseHook (Stephen Belanger) #3913548e5971e51
] - async_hooks: check for empty contexts before removing (Bryan English) #39095691c00c48b
] - async_hooks: switch between native and context hooks correctly (Stephen Belanger) #389128484ab2a6c
] - buffer: avoid creating the backing store in the thread (James M Snell) #37052c8d039a872
] - buffer: make Blob's constructor more spec-compliant (Michaël Zasso) #3736105d73ac286
] - buffer: make Blob's slice method more spec-compliant (Michaël Zasso) #37361e7cf2efc60
] - buffer: add @@toStringTag to Blob (Colin Ihrig) #37336d99deeaf97
] - build: fix update authors commit (Mestery) #398585e1cba81bf
] - build: add authors.yml (Tierney Cyren) #35831ed3c332089
] - build: add option to hide console window (Cheng Zhao) #39712c696f97c5e
] - build: exclude markdown files from some GitHub Actions (Rich Trott) #395650bd6dd1ee2
] - build: use lts shorthand in GitHub Actions (Rich Trott) #395383482bca643
] - build: override python executable path on configure (legendecas) #3946561261cdb8e
] - build: use Node.js 14 in commit-lint.yml (Rich Trott) #39506719f1563c1
] - build: fixhost_arch_cc()
for AIX/IBM i (Richard Lau) #394816e06b2ff9d
] - build: update coverage Makefile target comments (Richard Lau) #393654e28d2b2c0
] - build: run workflows when a PR is ready for review (Michaël Zasso) #394050da5d74da4
] - build: update to setup-node@v2 (Rich Trott) #39366f2e1c2267e
] - build: update gcovr for gcc 8 compatibility (Richard Lau) #39326131dd6ec4d
] - build: remove unused comment in Makefile (LitoMore) #3917140e46321b0
] - build: uvwasi honours node_shared_libuv (Jérémy Lal) #392605c6ab719f2
] - build: shorten path used in tarball build workflow (Richard Lau) #39192870526374c
] - build: addlibrary_files
to gyp variables (himself65) #392930e221156aa
] - build: pass directory instead of list of files to js2c.py (Joyee Cheung) #390698d8415415b
] - build: don't pass--mode
argument to V8 test-runner (Richard Lau) #390552d50217634
] - build: fix commit linter on unrebased PRs (Mary Marchini) #39121c93d5e006e
] - build: use Actions to validate commit message (Mary Marchini) #324170bcaf9c4d1
] - child_process: fix spawn and fork abort behavior (Nitzan Uziely) #373258010c83180
] - child_process: fix bad abort signal leak (Nitzan Uziely) #3725732aff2f5a0
] - console: refactor to avoid unsafe array iteration (Antoine du Hamel) #36753f46e8cdf79
] - debugger: remove undefined parameter (Rich Trott) #39570482459edd4
] - debugger: validate sec-websocket-accept response header (Chris Opperwall) #39357e9c46107d7
] - debugger: rename internal module (Rich Trott) #3937849e0883c75
] - debugger: indicate server is ending (Rich Trott) #3933472a3419510
] - debugger: rename inspector-cli test module to debugger (Rich Trott) #38530b3352cfba4
] - debugger: prevent simultaneous heap snapshots (Rich Trott) #39638e5826ab1c2
] - debugger: remove final lint exceptions in inspect_repl.js (Rich Trott) #3907834c0701952
] - deps: V8: cherry-pick00bb1a7
(Darshan Sen) #3982942359ab582
] - deps: upgrade to libuv 1.42.0 (Luigi Pinca) #39525d863a9db68
] - deps: bump HdrHistogram_C to 0.11.2 (Matteo Collina) #394624c93968a62
] - deps: extract gtest source files to deps/googletest (legendecas) #39386fcae391fed
] - deps: update Acorn to v8.4.1 (Michaël Zasso) #39166327838dd96
] - deps: V8: backportc922458
(Stephen Belanger) #3974389c1bbd7b2
] - deps: V8: cherry-pick81814ed
(Stephen Belanger) #397198b9215d07c
] - deps: update to cjs-module-lexer@1.2.2 (Guy Bedford) #39402e201293ddb
] - dgram: use simplified validator (Voltrex) #397536fdac38f91
] - doc,fs: remove experimental status for WHATWG URL as path (Antoine du Hamel) #38870d56e8268f9
] - doc,lib: prepare for stricter multi-line array linting (Rich Trott) #370885500ae9236
] - domain: do not add domain to promise from other context (Stephen Belanger) #39135dc855af18e
] - errors: don't throw TypeError on missing export (Benjamin Coe) #39017c13eadc218
] - errors: eliminate all overhead for hidden calls (Momtchil Momtchev) #35644d42bbe48c5
] - esm: use correct URL for error decoration (Bradley Farias) #378549db3304368
] - esm: update to correct deprecation code (Colin Ihrig) #37147e73bfed2f4
] - esm: deprecate legacy main lookup for modules (Guy Bedford) #36918c1782ea1f5
] - events: allow the options argument to be null (Luigi Pinca) #39486d2834fb97f
] - fs: improve fsPromises writeFile performance (Nitzan Uziely) #37610ee1d13c90d
] - fs: use byteLength to handle ArrayBuffer views (Michaël Zasso) #38187b38d6b475b
] - fs: fixup negative length in fs.truncate (James M Snell) #37483fe28128f3c
] - fs: add docs and tests forAsyncIterable
support infh.writeFile
(Antoine du Hamel) #398362b0e2706c0
] - fs: improve fsPromises readFile performance (Nitzan Uziely) #37608a4d6f78619
] - fs: move constants to internal/fs/utils.js (Darshan Sen) #38061402f7722ce
] - fs: add validatePosition and use in read and readSync (Darshan Sen) #370512bc301dcff
] - http: decodes url.username and url.password for authorization header (Lew Gordon) #393105459f4af33
] - http: clean up HttpParser correctly (Tobias Koppers) #392928b3feee148
] - http,https: align server option of https with http (Qingyu Deng) #38992cf59e87c8b
] - inspector: update inspector_protocol to89c4adf
(Rich Trott) #39650ea5f2047a2
] - inspector: update inspector_protocol to8ec18cf
(Rich Trott) #396141e5aca550c
] - inspector: mark as stable (Gireesh Punathil) #377488a2ce5dae6
] - inspector: move inspector async hooks to environment (Joyee Cheung) #39112338189ff6f
] - lib: simplify validators (Voltrex) #39753e1019351e8
] - lib: cleanup validation (Voltrex) #39652dbaf4988bc
] - lib: use validators (Voltrex) #396639c33e4bfb2
] - lib: use validator (Voltrex) #395475b1104291d
] - lib: usevalidateObject
(Voltrex) #396051ce81079df
] - lib: remove use of array destructuring (Antoine du Hamel) #36818b24b34effd
] - lib: addbound apply
variants of varargsprimordials
(ExE Boss) #370057cdff9a6a8
] - lib: refactorprimordials.makeSafe
to use more primordials (ExE Boss) #368651737352580
] - lib: comment explaining special-case handling of promises (Stephen Belanger) #391357f54cccb6c
] - lib: refactor to use validateString (ZiJian Liu) #3700698259dc527
] - module: improve support of data: URLs (Antoine du Hamel) #373929aba2888a1
] - net: throw ERR_OUT_OF_RANGE if blockList.addSubnet prefix is NaN (ZiJian Liu) #367322ca12c83b4
] - node-api: handle pending exception in cb wrapper (Michael Dawson) #394769e5edf2158
] - node-api: cctest on v8impl::Reference (legendecas) #38970a74032a490
] - node-api: rtn pending excep on napi_new_instance (legendecas) #38798bcb85adee6
] - policy: canonicalize before resolving specifiers (Bradley Farias) #378630ff520cf02
] - policy: fix integrity when DEFAULT_ENCODING is set (Tobias Nießen) #397506c87b591d9
] - readline: allow completer to rewrite existing input (Anna Henningsen) #3917837b4708b19
] - repl: fix tla function hoisting (Don Jayamanne) #397459264caeafe
] - repl: do not include legacy getter/setter methods in completion (Anna Henningsen) #3957650c5e71e22
] - repl: correctly hoist top level await declarations (ejose19) #392651e065a0a43
] - repl: processTopLevelAwait fallback error handling (ejose19) #3929099664494ff
] - repl: ensure correct syntax err for await parsing (Guy Bedford) #39154761dafafde
] - repl: fix Ctrl+C on top level await (Antoine du Hamel) #3865688b02cbb08
] - repl: add auto‑completion for dynamic import calls (ExE Boss) #371788f3a8830ba
] - repl: refactor to avoid unsafe array iteration (Antoine du Hamel) #37188a48e2d6ec7
] - repl: refactor to avoid unsafe array iteration (Darshan Sen) #3666320ffadf437
] - repl: refactor to use more primordials (Antoine du Hamel) #36264f69c934ad4
] - report: generates report on threads with no isolates (legendecas) #38994c4686fa5a7
] - src: fix TextDecoder final flush size calculation (James M Snell) #39737495cd02c20
] - src: add cosmetic space character toasync_wrap.h
file (Juan José Arboleda) #39459985ec48975
] - src: print native module id on native module not found (legendecas) #39460e6ff7e648e
] - src: close HandleWraps instead of deleting them in OnGCCollect() (Anna Henningsen) #394415c473bdc12
] - src: remove unused guards around node-api reference (legendecas) #3833441213bd507
] - src: add JSDoc typings for v8 (Voltrex) #3894402b1df9fac
] - src: fix crash in AfterGetAddrInfo (Anna Henningsen) #3973599493b07d4
] - src: fix fatal errors when a current isolate not exist (legendecas) #386249433c28c14
] - src: remove more extra semis from member fns (Shelley Vohr) #38744bad990c934
] - src: use BaseObject::kInteralFieldCount in Blob (Joyee Cheung) #369910a759dff52
] - src: compare IPv4 addresses in host byte order (Colin Ihrig) #39096d73181f243
] - src: reduce duplicated boilerplate with new env utility fn (James M Snell) #3653685af15a8b6
] - src: allow instances of net.BlockList to be created internally (James M Snell) #347411008c80176
] - src: add SocketAddressLRU Utility (James M Snell) #34618e404841a9c
] - src: set PromiseHooks by Environment (Bryan English) #38821c8c290ae8f
] - src,zlib: tighten up Z_*_WINDOWBITS macros (Khaidi Chu) #39115de171177b4
] - stream: cleanendWritableNT
(Mestery) #3964532a5b8f59b
] - stream: move duplicated code to an internal module (Rich Trott) #37508f90b22d351
] - util: add internal createDeferredPromise() (Colin Ihrig) #3709561b4a98480
] - zlib: avoid convertingUint8Array
instances toBuffer
(Antoine du Hamel) #39492Documentation commits
8efd559347
] - doc: add duplicate CVE check in sec. release doc (Daniel Bevenius) #398457b123ec78d
] - doc: improve description of the triagers team (Michaël Zasso) #39833615477f67b
] - doc: update instructions for cc (Michael Dawson) #396741a8a26d92e
] - doc: fix malformed changelog entries (Rich Trott) #397919e772ca9a1
] - doc: fix lint errors in packages.md (Rich Trott) #397922624c98207
] - doc: add example of self-reference in scoped packages (Jesús Leganés-Combarro 'piranna) #3763000f2cee26c
] - doc: add himadriganguly as a triager (Himadri Ganguly) #3975795b9cc78d2
] - doc: fix YAML comment opening tags (Jayden Seric) #3832449a7962d58
] - doc: fixfs.rmdir
recursive
option deprecation history (Antoine du Hamel) #3972853300d33c7
] - doc: fixed variable names in queueMicrotask example (ashish maurya) #39634df1e20aaf1
] - doc: update debugger.md description and examples (Rich Trott) #396619672bbf01c
] - doc: fix color contrast issue in light mode (Rich Trott) #3966048281ecfcd
] - doc: add code examples toWritable.destroy()
andWritable.destroyed
(Juan José Arboleda) #394918799a134e4
] - doc: moveNODE_MODULE_VERSION
in release guide (Richard Lau) #3954489c8afcf48
] - doc: remove outdated ARM information from release guide (Richard Lau) #39544a718b26f28
] - doc: fence command examples in release guide (Richard Lau) #3954442669bb049
] - doc: update backport labels in release guide (Richard Lau) #39544a437de3c5f
] - doc: add code example tohttp.createServer
method (Juan José Arboleda) #39455695569fc17
] - doc: move lball@redhat.com to emeritus (Lance Ball) #39501c7523da86c
] - doc: update AUTHORS (Rich Trott) #39488e826109d5c
] - doc: update strategic initiative champion (Rich Trott) #3948739da842051
] - doc: simplify unnecessarily specific .mailmap entries (Rich Trott) #394306a4c6ce4d7
] - doc: update checkbox label in backporting guide (Darshan Sen) #39420d17afa08bd
] - doc: remove _Addenda_ from headers (Rich Trott) #39427ae97a96d9e
] - doc: simplify .mailmap file (Rich Trott) #39418a3dee70f66
] - doc: fix broken internal link in http.md (Rich Trott) #39425ca947ac524
] - doc: remove outdated step in onboarding exercise (Rich Trott) #3941086e12607f0
] - doc: revise strategic initiatives text (Rich Trott) #39417cd8e773d28
] - doc: update mailmap and AUTHORS (Rich Trott) #393938376b07ae8
] - doc: use a details tag for completed initiatves (Rich Trott) #3941643d28f5f00
] - doc: update commit-queue.md to indicate GitHub Actions are checked (Rich Trott) #3941163b0603e95
] - doc: use _pull request_ instead of _PR_ in onboarding doc (Rich Trott) #3940973f784f764
] - doc: add strategic initiatives from TSC repo (Rich Trott) #393941a494d51dc
] - doc: standardize on _pull request_ (Rich Trott) #39384eb12e4ccfb
] - doc: make minor edits to pull request text (Rich Trott) #39383ab0bf4fa1a
] - doc: add docker-node and build-wg issue contents (Daniel Bevenius) #392158438e8bf33
] - doc: add instructions for core vuln files (Daniel Bevenius) #39220c3cfefc2d3
] - doc: standConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.