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:
15.2.1
->18.15.0
Release Notes
nodejs/node
v18.15.0
: 2023-03-07, Version 18.15.0 'Hydrogen' (LTS), @BethGriggs prepared by @juanarbolCompare Source
Notable Changes
63563f8a7a
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #4601728a775b32f
] - test_runner: add initial code coverage support (Colin Ihrig) #460174d50db14b3
] - (SEMVER-MINOR) test_runner: add reporters (Moshe Atlow) #45712643545ab79
] - (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) #46358110ead9abb
] - (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) #4632002632b42cf
] - (SEMVER-MINOR) v8: support gc profile (theanarkh) #46255f09b838408
] - (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) #46218cb5bb12422
] - (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) #46046Commits
6f91c8e2ae
] - benchmark: add trailing commas (Antoine du Hamel) #46370d0b9be21eb
] - benchmark: remove buffer benchmarks redundancy (Brian White) #457356468f30d0d
] - benchmark: introduce benchmark combination filtering (Brian White) #45735cb5bb12422
] - (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) #46046ec61bb04c0
] - build: export more OpenSSL symbols on Windows (Mohamed Akram) #454867bae4333ce
] - build: fix MSVC 2022 Release compilation (Vladimir Morozov (REDMOND)) #462280f5f2d4470
] - crypto: includehmac.h
incrypto_util.h
(Adam Langley) #4627991ece4161b
] - crypto: avoid hang when no algorithm available (Richard Lau) #46237492fc95bdf
] - deps: V8: cherry-pick90be99f
(Michaël Zasso) #46646732c77e3d9
] - deps: update acorn to 8.8.2 (Node.js GitHub Bot) #463638582f99ffb
] - deps: update to uvwasi 0.0.15 (Colin Ihrig) #462535453cd9940
] - deps: V8: cherry-pickbf0bd48
(Michaël Zasso) #459083ea53c5dc8
] - deps: V8: cherry-pickc875e86
(sepehrst) #46501c04808de4b
] - doc: correct thesed
command for macOS in release process docs (Juan José) #463978113220690
] - doc: pass string totextEncoder.encode
as input (Deokjin Kim) #46421129dccf5d2
] - doc: add tip for session.post function (theanarkh) #46354919e581732
] - doc: add documentation for socket.destroySoon() (Luigi Pinca) #46337fc15ac95a5
] - doc: fix commit message using test instead of deps (Tony Gorez) #46313d153a93200
] - doc: add v8 fast api contribution guidelines (Yagiz Nizipli) #46199dbf082d082
] - doc: fix small typo error (0xflotus) #4618694421b4cfe
] - doc: mark some parameters as optional in webstreams (Deokjin Kim) #462695adb743511
] - doc: update output of example inevents.getEventListeners
(Deokjin Kim) #4626863563f8a7a
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #460174e88c7c813
] - esm: delete preload mock test (Geoffrey Booth) #46402643545ab79
] - (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) #463585019b5473f
] - http: res.setHeaders first implementation (Marco Ippolito) #4610976622c4c60
] - inspector: allow opening inspector whenNODE_V8_COVERAGE
is set (Moshe Atlow) #4611392f0747e03
] - meta: update AUTHORS (Node.js GitHub Bot) #46399795251bc6f
] - meta: update AUTHORS (Node.js GitHub Bot) #463038865424c31
] - meta: add .mailmap entry (Rich Trott) #463035ed679407b
] - meta: move evanlucas to emeritus (Evan Lucas) #46274403df210ac
] - module: move test reporter loading (Geoffrey Booth) #459232f7319e387
] - readline: fix detection of carriage return (Antoine du Hamel) #4630673a8f46c4d
] - Revert "src: let http2 streams end after session close" (Santiago Gimeno) #4672130d783f91a
] - src: stop tracing agent before shutting down libuv (Santiago Gimeno) #463801508d90fda
] - src: get rid of fp arithmetic in ParseIPv4Host (Tobias Nießen) #46326bdb793a082
] - src: use UNREACHABLE instead of CHECK(falsy) (Tobias Nießen) #46317116a33649b
] - src: add support for ETW stack walking (José Dapena Paz) #46203b06298c98e
] - src: refactor EndsInANumber in node_url.cc and adds IsIPv4NumberValid (Miguel Teixeira) #4622726f41b041c
] - src: fix c++ exception on bad command line arg (Ben Noordhuis) #4629014da89f41a
] - src: remove unreachable UNREACHABLE (Tobias Nießen) #4628118c4dd004b
] - src: replace custom ASCII validation with simdutf one (Anna Henningsen) #46271cde375510f
] - src: replace unreachable code with static_assert (Tobias Nießen) #46250f389b2f3fc
] - src: use explicit C++17 fallthrough (Tobias Nießen) #462518adaa1333c
] - src: use CreateEnvironment instead of inlining its code where possible (Anna Henningsen) #45886f09b838408
] - (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) #4621863e92eae63
] - stream: remove brandchecks from stream duplexify (Debadree Chatterjee) #463153acfe9bf92
] - stream: fix readable stream as async iterator function (Erick Wendel) #46147de64315ccb
] - test: fix WPT title when no META title is present (Filip Skokan) #46804162e3400ff
] - test: fix default WPT titles (Filip Skokan) #467785f422c4d70
] - test: add WPTRunner support for variants and generating WPT reports (Filip Skokan) #464984f5aff2557
] - test: fix tap parser fails if a test logs a number (Pulkit Gupta) #4605632b020cf84
] - test: fix tap escaping with and without --test (Pulkit Gupta) #46311f2bba1bcdb
] - test: add trailing commas intest/node-api
(Antoine du Hamel) #46384f2ebe66fda
] - test: add trailing commas intest/message
(Antoine du Hamel) #46372ed564a9985
] - test: add trailing commas intest/pseudo-tty
(Antoine du Hamel) #46371e4437dd409
] - test: set common.bits to 64 for loong64 (Shi Pujin) #453839d40aef736
] - test: s390x zlib test case fixes (Adam Majer) #46367ed3fb52716
] - test: fix logInTimeout is not function (theanarkh) #46348d05b0771be
] - test: avoid trying to call sysctl directly (Adam Majer) #46366041aac3bbd
] - test: avoid left behind child processes (Richard Lau) #46276837ddcb322
] - test: add failing test for readline with carriage return (Alec Mev) #4607575b8db41c6
] - test: reducefs-write-optional-params
flakiness (LiviaMedeiros) #46238c0d3fdaf63
] - test,crypto: add CFRG curve vectors to wrap/unwrap tests (Filip Skokan) #46406f328f7b15e
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #462671ef3c53e24
] - test_runner: better handle async bootstrap errors (Colin Ihrig) #467200a690efb76
] - test_runner: adddescribe.only
andit.only
shorthands (Richie McColl) #4660428a1317efe
] - test_runner: bootstrap reporters before running tests (Moshe Atlow) #46737cd3aaa8fac
] - test_runner: emit test-only diagnostic warning (Richie McColl) #46540c19fa45a65
] - test_runner: centralize CLI option handling (Colin Ihrig) #467070898145e37
] - test_runner: display skipped tests in spec reporter output (Richie McColl) #46651894d7117fa
] - test_runner: parse non-ascii character correctly (Mert Can Altın) #457365b3c606626
] - test_runner: flatten TAP output when running using--test
(Moshe Atlow) #46440391ff0dba4
] - test_runner: allow nesting test within describe (Moshe Atlow) #46544ba784e87b4
] - test_runner: fix missing test diagnostics (Moshe Atlow) #46450c5f16fb5fb
] - test_runner: top-level diagnostics not ommited when running with --test (Pulkit Gupta) #4644128a775b32f
] - test_runner: add initial code coverage support (Colin Ihrig) #460170d999e373a
] - test_runner: make built in reporters internal (Colin Ihrig) #4609279f4b426fe
] - test_runner: reportfile
in test runner events (Moshe Atlow) #460304d50db14b3
] - (SEMVER-MINOR) test_runner: add reporters (Moshe Atlow) #457125fdf374c74
] - test_runner: avoid swallowing of asynchronously thrown errors (MURAKAMI Masahiko) #4526423b875806c
] - test_runner: update comment to comply with eslint no-fallthrough rule (Antoine du Hamel) #4625800c5495aa3
] - tools: update eslint to 8.33.0 (Node.js GitHub Bot) #4640037a6ce1120
] - tools: update doc to [email protected] [email protected] (Node.js GitHub Bot) #463641eaafc7db4
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #46398a97774603b
] - tools: require more trailing commas (Antoine du Hamel) #4634603e244a59b
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #4630260d714e0c3
] - tools: allow icutrim.py to run on python2 (Michael Dawson) #46263b7950f50de
] - tools: update eslint to 8.32.0 (Node.js GitHub Bot) #4625808bafc84f6
] - url: refactor to use more primordials (Antoine du Hamel) #4596602632b42cf
] - (SEMVER-MINOR) v8: support gc profile (theanarkh) #46255110ead9abb
] - (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) #46320v18.14.2
: 2023-02-21, Version 18.14.2 'Hydrogen' (LTS), @MylesBorinsCompare Source
Notable Changes
f864bef32a
] - deps: upgrade npm to 9.5.0 (npm team) #46673Commits
880a65d7ff
] - build: deletesnapshot.blob
file from the project (Juan José Arboleda) #46626cbea56efda
] - deps: update undici to 5.20.0 (Node.js GitHub Bot) #46711f864bef32a
] - deps: upgrade npm to 9.5.0 (npm team) #46673648041d568
] - deps: upgrade npm to 9.4.0 (npm team) #463535e1f213f3c
] - deps: patch V8 to 10.2.154.26 (Michaël Zasso) #46446v18.14.1
: 2023-02-16, Version 18.14.1 'Hydrogen' (LTS), @RafaelGSS prepared by @juanarbolCompare Source
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.
This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.
Commits
8393ebc72d
] - build: build ICU with ICU_NO_USER_DATA_OVERRIDE (RafaelGSS) nodejs-private/node-private#379004e34d046
] - crypto: clear OpenSSL error on invalid ca cert (RafaelGSS) #465725e0142a852
] - deps: cherry-pick Windows ARM64 fix for openssl (Richard Lau) #46572f71fe278a6
] - deps: update archs files for quictls/openssl-3.0.8+quic (RafaelGSS) #465722c6817e42b
] - deps: upgrade openssl sources to quictls/openssl-3.0.8+quic (RafaelGSS) #46572f0afa0bfe5
] - deps: update undici to 5.19.1 (Node.js GitHub Bot) #46634c26a34c13e
] - deps: update undici to 5.18.0 (Node.js GitHub Bot) #46634db93ee4a15
] - deps: update undici to 5.17.1 (Node.js GitHub Bot) #46634b4e49fb02c
] - deps: update undici to 5.16.0 (Node.js GitHub Bot) #4663490994e6a2c
] - deps: update undici to 5.15.1 (Node.js GitHub Bot) #4663400302fc7ac
] - deps: update undici to 5.15.0 (Node.js GitHub Bot) #466340e3b796cc5
] - lib: makeRequireFunction patch when experimental policy (RafaelGSS) nodejs-private/node-private#3717cccd5565f
] - policy: makeRequireFunction on mainModule.require (RafaelGSS) nodejs-private/node-private#371v18.14.0
: 2023-02-02, Version 18.14.0 'Hydrogen' (LTS), @BethGriggs prepared by @juanarbolCompare Source
Notable changes
Updated npm to 9.3.1
Based on the list of guidelines we've established on integrating
npm
andnode
,here is a grouped list of the breaking changes with the reasoning as to why they
fit within the guidelines linked above. Note that all the breaking changes were
made in 9.0.0.
All subsequent minor and patch releases after
[email protected]
do not contain anybreaking changes.
Engines
npm
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0
Filesystem
npm
will no longer attempt to modify ownership of files it creates.Auth
registry found in a config file is no longer supported and will throw errors.
Login
sso
,saml
&legacy
have been consolidated into"legacy"
.auth-type
defaults to"web"
login
andadduser
are now separate commands that send different data to the registry.auth-type
config valuesweb
andlegacy
only try their respective methods,npm no longer tries them all and waits to see which one doesn't fail.
Tarball Packing
npm pack
now follows a strict order of operations when applying ignore rules.If a
files
array is present in thepackage.json
, then rules in.gitignore
and
.npmignore
files from the root will be ignored.Display/Debug/Timing Info
HEAD
instead ofmaster
as the default ref.timing
has been removed as a value for--loglevel
.--timing
will show timing information regardless of--loglevel
, except when--silent
.--timing
flag,npm
now writes timing data to a filealongside the debug log data, respecting the
logs-dir
option and fallingback to
<CACHE>/_logs/
dir, instead of directly inside the cache directory.will create a uniquely named
<ID>-timing.json
file, with the<ID>
portionbeing the same as the debug log.
npm
now outputs some json errors on stdout. Previouslynpm
would outputall json formatted errors on stderr, making it difficult to parse as the
stderr stream usually has logs already written to it.
Config/Command Deprecations or Removals
--install-strategy
.npm config set
will no longer accept deprecated or invalid config options.install-links
config defaults to"true"
.node-version
config has been removed.npm-version
config has been removed.npm access
subcommands have been renamed.npm birthday
has been removed.npm set-script
has been removed.npm bin
has been removed (usenpx
ornpm exec
to execute binaries).Other notable changes
Commits
1352f08778
] - assert: removeassert.snapshot
(Moshe Atlow) #461124ee3238643
] - async_hooks: refactor to usevalidateObject
(Deokjin Kim) #4600479e0bf9b64
] - benchmark: include webstreams benchmark (Rafael Gonzaga) #45876ed1ac82469
] - benchmark,tools: use os.availableParallelism() (Deokjin Kim) #4600316ee02f2eb
] - (SEMVER-MINOR) buffer: add buffer.isUtf8 for utf8 validation (Yagiz Nizipli) #459473bf2371a57
] - build: add extra semi check (Jiawen Geng) #46194560ee24157
] - build: fix arm64 cross-compile from powershell (Stefan Stojanovic) #4589048e3ad3aca
] - build: add option to disable shared readonly heap (Anna Henningsen) #4588752a7887b94
] - (SEMVER-MINOR) crypto: add CryptoKey Symbol.toStringTag (Filip Skokan) #46042a558774a40
] - crypto: add cipher update/final methods encoding validation (vitpavlenko) #45990599d1dc841
] - crypto: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) #4618524a101698c
] - crypto: return correct bit length in KeyObject's asymmetricKeyDetails (Filip Skokan) #461062de50fef84
] - (SEMVER-MINOR) crypto: add KeyObject Symbol.toStringTag (Filip Skokan) #46043782b6f6f9f
] - crypto: ensure exported webcrypto EC keys use uncompressed point format (Ben Noordhuis) #460217a97f3f43b
] - crypto: fix CryptoKey prototype WPT (Filip Skokan) #458571a8aa50aa2
] - crypto: fix CryptoKey WebIDL conformance (Filip Skokan) #45855c6436450ee
] - crypto: fix error when getRandomValues is called without arguments (Filip Skokan) #458544cdf0002c5
] - debugger: refactor console in lib/internal/debugger/inspect.js (Debadree Chatterjee) #45847b7fe8c70fa
] - deps: update simdutf to 3.1.0 (Node.js GitHub Bot) #46257eaeb870cd7
] - deps: upgrade npm to 9.3.1 (npm team) #462427c03a3d676
] - deps: upgrade npm to 9.3.0 (npm team) #46193340d76accb
] - deps: cherrypick simdutf patch (Jiawen Geng) #46194cce2af4306
] - deps: bump googletest to 2023.01.13 (Jiawen Geng) #46198d251a66bed
] - deps: add /deps/**/.github/ to .gitignore (Luigi Pinca) #46091874054f469
] - deps: add simdutf version to metadata (Mike Roth) #461452497702b82
] - deps: update simdutf to 2.1.0 (Node.js GitHub Bot) #46128c8492b7f4c
] - deps: update corepack to 0.15.3 (Node.js GitHub Bot) #46037d148f357fd
] - deps: update simdutf to 2.0.9 (Node.js GitHub Bot) #45975422a98199c
] - deps: update to uvwasi 0.0.14 (Colin Ihrig) #459707812752db0
] - deps: fix updater github workflow job (Yagiz Nizipli) #459724063cdcef6
] - Revert "deps: disable avx512 for simutf on benchmark ci" (Yagiz Nizipli) #4594864d3e3f3ba
] - deps: disable avx512 for simutf on benchmark ci (Yagiz Nizipli) #45803c9845fc334
] - deps: add simdutf dependency (Yagiz Nizipli) #458036963c96547
] - deps: update timezone to 2022g (Node.js GitHub Bot) #45731874f6c340b
] - deps: update undici to 5.14.0 (Node.js GitHub Bot) #458127599b913d5
] - deps: upgrade npm to 9.2.0 (npm team) #457804844935ff3
] - deps: upgrade npm to 9.1.3 (npm team) #456938dce62c7fe
] - deps: V8: cherry-pick5fe919f
(Richard Lau) #455878de642517e
] - dgram: sync the old handle state to new handle (theanarkh) #46041de2b7a9640
] - doc: fix mismatched arguments ofNodeEventTarget
(Deokjin Kim) #456786317502d10
] - doc: update events API example to have runnable code (Deokjin Kim) #45760a9db45eee1
] - doc: add note to tls docs about secureContext availability (Tim Gerk) #462245294371063
] - doc: add text around collaborative expectations (Michael Dawson) #46121be85d5a6eb
] - doc: update to match changed--dns-result-order
default (Mordy Tikotzky) #461484f2d9ea6da
] - doc: add Node-API media link (Kevin Eady) #461899bfd40466f
] - doc: update http.setMaxIdleHTTPParsers arguments (Debadree Chatterjee) #46168d7a8c076e1
] - doc: use "file system" instead of "filesystem" (Rich Trott) #46178e54483cd2b
] - doc: https update default request timeout (Marco Ippolito) #46184335110b0fb
] - doc: make options of readableStream.pipeTo as optional (Deokjin Kim) #46180ec34cad712
] - doc: add PerformanceObserver.supportedEntryTypes to doc (theanarkh) #45962d0f905bd6f
] - doc: duplex and readable from uncaught execption warning (Marco Ippolito) #46135512feaafa4
] - doc: remove outdated sections frommaintaining-v8
(Antoine du Hamel) #46137849a3e2ce7
] - doc: fix (EC)DHE remark in TLS docs (Tobias Nießen) #46114a3c9c1b4e6
] - doc: fix ERR_TLS_RENEGOTIATION_DISABLED text (Tobias Nießen) #461221834e94ebb
] - doc: fix spelling in SECURITY.md (Vaishno Chaitanya) #461243968698af5
] - doc: abort controller emits error in child process (Debadree Chatterjee) #460721ec14c2c61
] - doc: fixevent.cancelBubble
documentation (Deokjin Kim) #459865539977f80
] - doc: add personal pronouns option (Filip Skokan) #461181fabef3a81
] - doc: mention how to run ncu-ci citgm (Rafael Gonzaga) #4609084dc65ab87
] - doc: include updating release optional step (Rafael Gonzaga) #4608976c7ea1e74
] - doc: describe argument ofSymbol.for
(Deokjin Kim) #460192307a74990
] - doc: update isUtf8 description (Yagiz Nizipli) #45973fa5b65ea24
] - doc: use console.error for error case in timers and tls (Deokjin Kim) #4600229d509c100
] - doc: fix wrong output of example inurl.protocol
(Deokjin Kim) #4595461dbca2690
] - doc: useos.availableParallelism()
in async_context and cluster (Deokjin Kim) #4597986b2c8cea2
] - doc: make EventEmitterAsyncResource'soptions
as optional (Deokjin Kim) #45985335acf7748
] - doc: replace single executable champion in strategic initiatives doc (Darshan Sen) #45956aab35a9388
] - doc: update error message of example in repl (Deokjin Kim) #4592053a94a95ff
] - doc: fix typos in packages.md (Eric Mutta) #4595783875f46cf
] - doc: remove port from example inurl.hostname
(Deokjin Kim) #45927162d3a94e3
] - doc: show output of example in http (Deokjin Kim) #4591553684e4506
] - (SEMVER-MINOR) doc: add parallelism note to os.cpus() (Colin Ihrig) #45895546e083d36
] - doc: fix wrong output of example inurl.password
(Deokjin Kim) #4592814c95ecd23
] - doc: fix some history entries indeprecations.md
(Antoine du Hamel) #45891d94dba973b
] - doc: add tip for NODE_MODULE (theanarkh) #45797662f574c5b
] - doc: reduce likelihood of mismerges during release (Richard Lau) #4586448ea28aa30
] - doc: add backticks to webcrypto rsaOaepParams (Filip Skokan) #45883726b285163
] - doc: remove release cleanup step (Michaël Zasso) #458585eb93f1de9
] - doc: add stream/promises pipeline and finished to doc (Marco Ippolito) #45832f874d0ba74
] - doc: remove Juan Jose keys (Rafael Gonzaga) #4582767efe2a55e
] - doc: fix wrong output of example in util (Deokjin Kim) #45825b709af31e0
] - doc: sort http.createServer() options alphabetically (Luigi Pinca) #45680ebe292113a
] - doc,crypto: fix WebCryptoAPI import keyData and export return (Filip Skokan) #46076204757719c
] - errors: refactor to use a method that formats a list string (Daeyeon Jeong) #45793463bb9602e
] - esm: markimportAssertions
as required (Antoine du Hamel) #461640bdf2db079
] - esm: rewrite loader hooks test (Geoffrey Booth) #46016297773c6d1
] - events: change status ofevent.returnvalue
to legacy (Deokjin Kim) #46175d088d6e5c3
] - events: change status ofevent.cancelBubble
to legacy (Deokjin Kim) #4614636be0c4ee2
] - events: change status ofevent.srcElement
to legacy (Deokjin Kim) #46085b239f0684a
] - events: fix violation of symbol naming convention (Deokjin Kim) #45978aec340b312
] - fs: refactor to usevalidateInteger
(Deokjin Kim) #46008e620de6444
] - http: refactor to usevalidateHeaderName
(Deokjin Kim) #461433e70b7d863
] - http: writeHead if statusmessage is undefined dont override headers (Marco Ippolito) #461733d1dd96c4f
] - http: refactor to use min of validateNumber for maxTotalSockets (Deokjin Kim) #461154df1fcc9db
] - (SEMVER-MINOR) http: join authorization headers (Marco Ippolito) #459828c06e2f645
] - http: replacevar
withconst
on code of comment (Deokjin Kim) #459513c0c5e0567
] - (SEMVER-MINOR) http: improved timeout defaults handling (Paolo Insogna) #45778edcd4fc576
] - lib: use kEmptyObject and update JSDoc in webstreams (Deokjin Kim) #46183d6fc855b8a
] - lib: refactor to use validate function (Deokjin Kim) #46101bc17f37b98
] - lib: reuse invalid state errors on webstreams (Rafael Gonzaga) #4608686554bf27c
] - lib: fix incorrect use of console intrinsic (Colin Ihrig) #460447fc7b19124
] - lib: update JSDoc ofgetOwnPropertyValueOrDefault
(Deokjin Kim) #46010c1cc1f9e12
] - lib: usekEmptyObject
as default value for options (Deokjin Kim) #46011db617222da
] - meta: update AUTHORS (Node.js GitHub Bot) #4621510afecd0d8
] - meta: update AUTHORS (Node.js GitHub Bot) #46130d8ce990ce6
] - meta: update comment inCODEOWNERS
to better reflect current policy (Antoine du Hamel) #45944e3f0194168
] - meta: update AUTHORS (Node.js GitHub Bot) #46040d31c478929
] - meta: update AUTHORS (Node.js GitHub Bot) #4596810a276a3e0
] - meta: addnodejs/loaders
to CODEOWNERS (Geoffrey Booth) #4594056247d7c87
] - meta: addnodejs/test_runner
to CODEOWNERS (Antoine du Hamel) #459353bef8bc743
] - meta: update AUTHORS (Node.js GitHub Bot) #45899baf30ee935
] - module: fix unintended mutation (Antoine du Hamel) #461083ad584c357
] - net: handle socket.write(cb) edge case (Santiago Gimeno) #459222ab35cf0cc
] - node-api: disambiguate napi_add_finalizer (Chengzhong Wu) #454016e9676e986
] - node-api: generalize finalizer second pass callback (Chengzhong Wu) #44141b2faceff0a
] - (SEMVER-MINOR) os: add availableParallelism() (Colin Ihrig) #458958fac4c5684
] - perf_hooks: fix checking range ofoptions.figures
in createHistogram (Deokjin Kim) #45999ea73702847
] - process,worker: ensure code after exit() effectless (ywave620) #45620784ed594ea
] - repl: improve robustness wrt to prototype pollution (Antoine du Hamel) #45604fcfde3412e
] - src: rename internal module declaration as internal bindings (Chengzhong Wu) #45551646cadccd0
] - src: fix endianness of simdutf (Yagiz Nizipli) #4625794605b1665
] - src: replace unreachable code with static_assert (Tobias Nießen) #462093ce39bbcb7
] - src: hide kMaxDigestMultiplier outside HKDF impl (Tobias Nießen) #462069648b06e09
] - src: distinguish env stopping flags (Chengzhong Wu) #4590753ecd20bbd
] - src: remove return after abort (Shelley Vohr) #46172c4c8931b9d
] - src: remove unnecessary semicolons (Shelley Vohr) #46171fab72b1677
] - src: use simdutf for converting externalized builtins to UTF-16 (Anna Henningsen) #4611967729961e7
] - src: use constant strings for memory info names (Chengzhong Wu) #460870ac4e5dd34
] - src: fix typo in node_snapshotable.cc (Vadim) #46103b454a7665d
] - src: keep PipeWrap::Open function consistent with TCPWrap (theanarkh) #4606441f5a29cca
] - src: speed up process.getActiveResourcesInfo() (Darshan Sen) #4601402a61dd6bd
] - src: fix typo innode_file.cc
(Vadim) #4599899c033ed98
] - src: fConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.