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:
12.18.0
->12.18.1
Release Notes
nodejs/node
v12.18.1
Compare Source
Notable Changes
548f6c8
(Dominykas Blyžė) #33484Commits
ba93c8d87d
] - async_hooks: clear async_id_stack for terminations in more places (Anna Henningsen) #33347964adfafa5
] - buffer: improve copy() performance (Nikolai Vavilov) #33214af95bd70bd
] - deps: V8: cherry-pick548f6c8
(Dominykas Blyžė) #334845c7176bf90
] - deps: update to uvwasi 0.0.9 (Colin Ihrig) #33445402aa1b840
] - deps: upgrade to libuv 1.38.0 (Colin Ihrig) #334464d6f56a76a
] - deps: upgrade npm to 6.14.5 (Ruy Adorno) #3323998a7026311
] - doc: document module.path (Antoine du Hamel) #333239572701705
] - doc: add fs.open() multiple constants example (Ethan Arrowood) #332817d8a226958
] - doc: fix typos in handle scope descriptions (Tobias Nießen) #332670c9b826ef8
] - doc: update function description fordecipher.setAAD
(Jonathan Buhacoff) #330954749156f4b
] - doc: add comment about highWaterMark limit (Benjamin Gruenbaum) #33432a48aeb3f74
] - doc: clarify about the Node.js-only extensions in perf_hooks (Joyee Cheung) #33199a9ed287f00
] - doc: fix extension in esm example (Gus Caplan) #33408d2897a2836
] - doc: enhance guides by fixing and making grammar more consistent (Chris Holland) #331523d8ba292e2
] - doc: add examples for implementing ESM (unknown) #33168318fcf8188
] - doc: add note about clientError writable handling (Paolo Insogna) #3330830c9cb556f
] - doc: fix typo in n-api.md (Daniel Bevenius) #333199dde1db332
] - doc: add warning for socket.connect reuse (Robert Nagy) #332040c7cf24431
] - doc: correct description ofdecipher.setAuthTag
in crypto.md (Jonathan Buhacoff)59619b0c9a
] - doc: mention python3-distutils dependency in BUILDING.md (osher) #331740cee4c3eae
] - doc: removed unnecessary util imports from vm examples (Karol Walasek) #33179903862089b
] - doc: update Buffer(size) documentation (Nikolai Vavilov) #331988b44be9b26
] - doc: add Uint8Array toend
andwrite
(Pranshu Srivastava) #332174a584200f8
] - doc: specify unit of time passed tofs.utimes
(Simen Bekkhus) #33230ad7a890597
] - doc: add troubleshooting guide for AsyncLocalStorage (Andrey Pechkurov) #332482262962ab7
] - doc: remove AsyncWrap mentions from async_hooks.md (Andrey Pechkurov) #33249ac5cdd682a
] - doc: add warnings about transferring Buffers and ArrayBuffer (James M Snell) #33252033bc96ec1
] - doc: update napi_async_init documentation (Michael Dawson) #33181ea3a68f74f
] - doc: doc and test URLSearchParams discrepancy (James M Snell) #33236c6cf0483f2
] - doc: explicitly doc package.exports is breaking (Myles Borins) #33074e572cf93e5
] - doc: fix style and grammer in buffer.md (Nikolai Vavilov) #331945d80576889
] - errors: skip fatal error highlighting on windows (Thomas) #33132a029dca90e
] - esm: improve commonjs hint on module not found (Antoine du Hamel) #33220c129e8809e
] - fs: forbid concurrent operations on Dir handle (Anna Henningsen) #33274aa4611cccb
] - fs: clean up Dir.read() uv_fs_t data before calling into JS (Anna Henningsen) #33274fa4a37c57b
] - http2: comment on usage ofObject.create(null)
(Pranshu Srivastava) #3318366dbaff848
] - http2: addbytesWritten
test forHttp2Stream
(Pranshu Srivastava) #3316259769c4d14
] - lib: fix typo in timers insert function comment (Daniel Bevenius) #333016881410951
] - lib: refactored scheduling policy assignment (Yash Ladha) #326639017bce54b
] - lib: fix grammar in internal/bootstrap/loaders.js (szTheory) #33211d64dbfa1e7
] - meta: add issue template for API reference docs (Derek Lewis) #329444f6e4ae49d
] - module: add specific error for dir import (Antoine du HAMEL) #3322077caf92314
] - module: better error for named exports from cjs (Myles Borins) #3325682da74b1cd
] - n-api: add uint32 test for -1 (Gabriel Schulhof)68551d22d2
] - perf_hooks: fix error message for invalid entryTypes (Michaël Zasso) #33285e67df04df2
] - src: use BaseObjectPtr in StreamReq::Dispose (James M Snell) #33102c797c7c7ab
] - src: reduce duplication in RegisterHandleCleanups (Daniel Bevenius) #33421548db2e5b9
] - src: remove unused IsolateSettings variable (Daniel Bevenius) #33417e668376b5b
] - src: remove unused misc variable (Daniel Bevenius) #334179883ba6ddd
] - src: add promise_resolve to SetupHooks comment (Daniel Bevenius) #33365b924910fe7
] - src: distinguish refed/unrefed threadsafe Immediates (Anna Henningsen) #3332029d24db914
] - src: add #include \<string> in json_utils.h (Cheng Zhao) #33332a0bc2e3b64
] - src: replace to CHECK_NOT_NULL in node_crypto (himself65) #333831f159e45f2
] - src: add primordials to arguments comment (Daniel Bevenius) #33318fe780a5fe0
] - src: remove unused using declarations in node.cc (Daniel Bevenius) #3326182c43d1594
] - src: delete unused variables to resolve compile time print warning (rickyes) #33358548672d39c
] - src: use MaybeLocal.ToLocal instead of IsEmpty (Daniel Bevenius) #33312f27ae6ef46
] - src: fix typo in comment in async_wrap.cc (Daniel Bevenius) #33350b6300793fb
] - src: remove unnecessary Isolate::GetCurrent() calls (Anna Henningsen) #33298642f81317e
] - src: fix invalid windowBits=8 gzip segfault (Ben Noordhuis) #33045a5e8c5ce0d
] - src: split out callback queue implementation from Environment (Anna Henningsen) #33272ed62d43e79
] - src: clean up large pages code (Gabriel Schulhof) #33255c05483483f
] - Revert "src: add test/abort build tasks" (Richard Lau) #33196b43fc64aa7
] - Revert "src: add aliased-buffer-overflow abort test" (Richard Lau) #33196edf75e4299
] - src: use basename(argv0) for --trace-uncaught suggestion (Anna Henningsen) #327984294d92b26
] - stream: make from read one at a time (Robert Nagy) #33201194789f25b
] - stream: make all streams error in a pipeline (Matteo Collina) #308695da7d52a9f
] - test: regression tests for async_hooks + Promise + Worker interaction (Anna Henningsen) #333479f594be75a
] - test: fix test-dns-idna2008 (Rich Trott) #3336733a787873f
] - test: refactor WPTRunner (Joyee Cheung) #33297fa1631355f
] - test: update WPT interfaces and hr-time (Joyee Cheung) #33297c459832e4b
] - test: fix test-net-throttle (Rich Trott) #33329cd92052935
] - test: add hr-time Web platform tests (Michaël Zasso) #332870177cbf9e0
] - test: rename test-lookupService-promises (rickyes) #33100139eb6bd68
] - test: skip some console tests on dumb terminal (Adam Majer) #331651766514c5b
] - test: add tests for options.fs in fs streams (Julian Duque) #331857315c2288a
] - tls: fix --tls-keylog option (Alba Mendez) #33366e240d56983
] - tools: update dependencies for markdown linting (Rich Trott) #334122645b1c85b
] - tools: update ESLint to 7.0.0 (Colin Ihrig) #33316cdd7d3a66d
] - tools: remove obsolete no-restricted-syntax eslint rules (Ruben Bridgewater) #321615d5e66c10c
] - tools: add eslint rule to only pass through 'test' to debuglog (Ruben Bridgewater) #3216122f2c2c871
] - wasi: fix poll_oneoff memory interface (Colin Ihrig) #3325033aacbefb1
] - wasi: prevent syscalls before start (Tobias Nießen) #332355eed20b3b7
] - worker: fix race condition in node_messaging.cc (Anna Henningsen) #33429b4d903402b
] - worker: fix crash when .unref() is called during exit (Anna Henningsen) #333948a926982e5
] - worker: call CancelTerminateExecution() before exiting Locker (Anna Henningsen) #33347631e433cf5
] - zlib: reject windowBits=8 when mode=GZIP (Ben Noordhuis) #33045Renovate configuration
📅 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.