This repository has been archived by the owner on May 22, 2021. It is now read-only.
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:
14.2.0-alpine
->16.1.0-alpine
Release Notes
nodejs/node
v16.1.0
Compare Source
Notable Changes
8a90f55a05
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287Commits
28e16488cf
] - async_hooks,doc: replace process.stdout.fd with 1 (Darshan Sen) #38382cbab7ec6e5
] - benchmark: avoid usingconsole.log()
(Antoine du Hamel) #38370ba15b20062
] - benchmark: useprocess.hrtime.bigint()
(Antoine du Hamel) #38369bc6e719884
] - bootstrap: freeze more intrinsics (Antoine du Hamel) #3821729faf0f12e
] - build: fix label-pr workflow (Michaël Zasso) #38399b5d669a6ea
] - build: label PRs with GitHub Action instead of nodejs-github-bot (Phillip Johnsen) #38301195f679331
] - crypto: don't crash with some selfsigned certs (Nils Dralle) #379904b073b0beb
] - crypto: fix generateKeyPair type checks (Nitzan Uziely) #38364c1d9b5b386
] - crypto: fix scrypt keylen validation (Antoine du Hamel) #383857354479ad5
] - crypto: fix DiffieHellmangenerator
validation (eladkeyshawn) #383110e446d6048
] - debugger: enable linter oninternal/inspector/inspect_client
(Antoine du Hamel) #384179f0e80aa4d
] - debugger: refactorinternal/inspector/_inspect
to use more primordials (Antoine du Hamel) #38406a0c566f85a
] - debugger: apply automatic lint fixes for inspect_repl.js (Rich Trott) #38411b884ea739b
] - debugger: apply automatic lint fixes for _inspect.js (Rich Trott) #38411f946aa0360
] - debugger: remove unused function argument (Rich Trott) #38400203a9689a3
] - debugger: align message with Node.js standard (Rich Trott) #38400ef617dcbb0
] - debugger: add usage example for--port
(Rafael Gonzaga) #3840037b5ce2d5a
] - debugger: fix race condition/deadlock on initialization (Rich Trott) #381612a6203d155
] - debugger: replace internal use of deprecated API (Rich Trott) #381616fff9fff97
] - debugger: allow longer time to connect (Rich Trott) #38161def85daace
] - debugger: accommodate line chunking in Windows (Rich Trott) #3816107361e6b77
] - debugger: fix inspect restart on Windows (Rich Trott) #38161d65615e119
] - debugger: remove unused code (Rich Trott) #3816162b03bc4f6
] - debugger: move node-inspect to internal library (Rich Trott) #38161e3b75cb5aa
] - deps: V8: cherry-pickfd75c97
(Michaël Zasso) #38455aabddfbeb5
] - deps: upgrade npm to 7.11.2 (Ruy Adorno) #384757b9fb92d51
] - deps: update to [email protected] (Guy Bedford) #3845047626c52a3
] - deps: patch V8 to 9.0.257.24 (Michaël Zasso) #38423f455e08621
] - deps: patch V8 to 9.0.257.21 (Michaël Zasso) #38333dd61a26d8c
] - deps: update llhttp to 6.0.1 (Fedor Indutny) #3835905f41cdbcc
] - deps: patch V8 to 9.0.257.19 (Michaël Zasso) #38270224faa0a05
] - Revert "doc: os.uptime() temporary bug notice" (Michaël Zasso) #384943b0480dde8
] - doc: document'secureConnect'
event limitation (James M Snell) #3844792586046ec
] - doc: fix outdated util inspect documentation and layout example (Ruben Bridgewater) #3707913de4cf1ca
] - doc: mark Node.js 10 as End-of-Life (Richard Lau) #384823cbfde1f25
] - doc: mark querystring api as legacy (James M Snell) #38436a5929c2487
] - doc: update node-api support matrix (Michael Dawson) #38424f08650cefe
] - doc: add arguments for stream event of Http2Server and Http2SecureServer (Qingyu Deng) #378922d59273bed
] - doc: indicate that abort tests do not generate core files (Rich Trott) #38422f1970127ee
] - doc: add try/catch in http2 respondWithFile example (Matteo Collina) #38410f6f1317f43
] - doc: note the system requirements for V8 tests (DeeDeeG) #383194b19beaf3c
] - doc: minor clarification to pathObject (James M Snell) #384371eae4af6f7
] - doc: clarify that fs.Dir async iterator closes automatically (James M Snell) #3843814afb39259
] - doc: document new TCP_KEEPCNT and TCP_KEEPINTVL socket option defaults (Arnold Zokas) #38313ed5ef21690
] - doc: do not mention TCP in the allowHalfOpen option description (Luigi Pinca) #38360042985c139
] - doc: update message to match actual output (Rich Trott) #35271bcc5e2af76
] - doc: request default snap track be updated for LTS (Rod Vagg) #37708dfd4c7ba93
] - doc: markprocess.hrtime()
as legacy (Antoine du Hamel) #3837167cd88da00
] - doc: fix typo in worker_threads.md (takayama) #38368a9314cda7d
] - doc: fix version history for"exports"
patterns (Antoine du Hamel) #3835576885cd578
] - doc: fixpackage.json
"imports"
field history (Antoine du Hamel) #383560e88ae7ec1
] - doc: fix typo in buffer.md (divlo) #383231cccc2da51
] - doc: fix YAML comment opening tags (Jayden Seric) #3832425052dc987
] - doc: add nodejs-sec email template (Daniel Bevenius) #382903858029262
] - doc: update TSC members list with three new members (Rich Trott) #383522eef587674
] - doc: usefoo.prototype.bar
notation in buffer.md (Voltrex) #380328a90f55a05
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287a696f1080c
] - inspector: remove redundant method for connection check (Yash Ladha) #37986fcac2e0363
] - lib: harden lint checks for globals (Antoine du Hamel) #38419277122e1fa
] - lib: fix and improve os typings (Akhil Marsonya) #38316f2c0258b4c
] - lib: add support for JSTransferable as a mixin (James M Snell) #3838396f54d3446
] - meta: post comment when pr labeled fast-track (James M Snell) #384464711f57cf2
] - perf_hooks: add toJSON to performance class (Yash Ladha) #37771013fa59602
] - perf_hooks: fix PerformanceObserver 'gc' crash (James M Snell) #3841410147f191e
] - readline: move utilities to internal modules (Antoine du Hamel) #38466620ee42ab4
] - repl: document top level await limitation with const/let (James M Snell) #38449aa24681dcb
] - repl: display prompt once after error callback (Anna Henningsen) #383149c06103a4f
] - src: fix validation of negative offset to avoid abort (James M Snell) #384217d8cc2abf1
] - src: use %progbits instead of @progbits (Stephen Gallagher) #3831217856f1f88
] - src: print arbitrary javascript exception value in node report (legendecas) #38009769a210d55
] - src: refactor to use THROW_* argument based snprintf (Filip Skokan) #38357e3538bbcd2
] - src: fix abort in pbkdf2 (Tobias Nießen) #3835409cacd7418
] - src: fix setting Converter sub char length (James M Snell) #383313649ec5276
] - src: avoid deferred gc/cleanup for Buffer.from (James M Snell) #38337f2ffaba78c
] - stream: the position of _read() is wrong (helloyou2012) #382927ce39b8608
] - test: fixcommon.mustCall
length
andname
properties (Antoine du Hamel) #38464d1cd1178e7
] - test: address deprecation warning (Rich Trott) #3844867e9e71f75
] - test: crypto KeyObject.from() ERR_INVALID_ARG_TYPE (pezhmanparsaee) #378909ad611c0b2
] - test: fix flaky test-crypto-timing-safe-dqual-benchmarks (Rich Trott) #3847610b6b4e244
] - test: update url Web Platform Tests (Leko) #384354f6c4eb144
] - test: move abort test from pummel to abort directory (Rich Trott) #38396231ef4b0ce
] - test: move slower tests into pummel and skip on slow devices (Rich Trott) #3839545322dfa12
] - test: skip some pummel tests on slower machines (Rich Trott) #383941bc47a4c0f
] - test: fix test to allow quictls fork of OpenSSL 3 (Richard Lau) #383726ac02755f5
] - test: extend timeout on debugger tests for slower machines (Rich Trott) #3816193b0c78de0
] - test: fix comment typo (Rich Trott) #381616c3e5043b0
] - test: fix test-inspector-cli-address (Rich Trott) #3816127d7588ad5
] - test: add ancestor package.json checks for tmpdir (Richard Lau) #3828530de03630e
] - test: replace function with arrow function and remove unused argument (Andres) #38235eb8f5ce44f
] - test: use .test domain for not found address (Richard Lau) #38286a4084d66c6
] - test,debugger: migrate node-inspect tests to core (Rich Trott) #3816116eb078aa8
] - test,readline: improve tab completion coverage (Antoine du Hamel) #38465b3ca1b358e
] - timers: remove redundant unref calls (Giora Guttsait) #383205b393d9258
] - tls: validate ticket keys buffer (Antoine du Hamel) #38308f6745e9370
] - tls: fixtlsSocket.setMaxSendFragment
abort (eladkeyshawn) #38170499da2d9e3
] - tools: use mktemp to create the workspace directory (Luigi Pinca) #384328a83bfd1bd
] - tools: use a shallow clone of the npm/cli repository (Luigi Pinca) #38463bec959ef8b
] - tools: disable LTO for "v8_cppgc_shared" target (Jesse Chan) #383466350d35b3c
] - tools: remove fixer for non-ascii-character ESLint custom rule (Rich Trott) #38413dce8d2968a
] - tools: fix doc generation when version info is not available (Antoine du Hamel) #383981033f6c8cb
] - tools: add _depot_tools to PATH (for V8 tests) (DeeDeeG) #3829928f02cb8cf
] - tools: update ESLint to 7.25.0 (Colin Ihrig) #38378f1ea2c8e2b
] - tools: update markdown linter rules (Rich Trott) #3838402e875c645
] - tools: remove node-inspect from license (Rich Trott) #38161d3bd4b4771
] - tools: fix type mismatch in test runner (Richard Lau) #382899a2651352b
] - typings: add JSDoc typings for fs (Voltrex) #38306e389e86b6b
] - typings: add JSDoc typings for util (Rohit Gohri) #38213ec5b06eae3
] - util: fix infinite recursion during inspection (Ruben Bridgewater) #3707967bd0ec15c
] - zlib: fix brotli flush range (Khaidi Chu) #38408v16.0.0
Compare Source
Notable Changes
Deprecations and Removals
Stable Timers Promises API
The Timers Promises API provides an alternative set of timer functions that return Promise objects. Added in Node.js v15.0.0, in this release they graduate from experimental status to stable.
Contributed by James Snell - #38112
Toolchain and Compiler Upgrades
Node.js v16.0.0 will be the first release where we ship prebuilt binaries for Apple Silicon. While we’ll be providing separate tarballs for the Intel (
darwin-x64
) and ARM (darwin-arm64
) architectures the macOS installer (.pkg
) will be shipped as a ‘fat’ (multi-architecture) binary.V8 9.0
The V8 JavaScript engine is updated to V8 9.0, including performance tweaks and improvements.
This update also brings the ECMAScript RegExp Match Indices, which provide the start and end indices of the captured string. The indices array is available via the
.indices
property on match objects when the regular expression has the/d
flag.Contributed by Michaël Zasso - #37587
Other Notable Changes
node:
‑prefixedrequire(…)
calls (ExE Boss) #37246node:
‑prefixedrequire(…)
calls (ExE Boss) #37246Semver-Major Commits
324a6c235a
] - (SEMVER-MAJOR) async_hooks: add thisArg to AsyncResource.bind (James M Snell) #36782d1e2184c8e
] - (SEMVER-MAJOR) buffer: expose btoa and atob as globals (James M Snell) #377864268fae04a
] - (SEMVER-MAJOR) build: remove support for Python 2 (Christian Clauss) #36691c3a5e15ebe
] - (SEMVER-MAJOR) build: default PYTHON to python3 in Makefile (Michaël Zasso) #377641d8c022544
] - (SEMVER-MAJOR) build: update Makefile to support fat binary (Ash Cripps) #3786138f32386c1
] - (SEMVER-MAJOR) build: include minimal V8 headers in distribution (Michaël Zasso) #37570a19af5ee71
] - (SEMVER-MAJOR) build: use C++11 ABI with libstdc++ (Anna Henningsen) #366348d6b74d347
] - (SEMVER-MAJOR) build: enable ASLR (PIE) on OS X (woodfairy) #35704732ad99e47
] - (SEMVER-MAJOR) deps: update V8 to 9.0.257.11 (Michaël Zasso) #3758743cc8e4b2e
] - (SEMVER-MAJOR) deps: bump minimum ICU version to 68 (Michaël Zasso) #37330c5ff019a4e
] - (SEMVER-MAJOR) deps: update V8 to 8.9.255.19 (Michaël Zasso) #37330c7b3292251
] - (SEMVER-MAJOR) deps: update V8 to 8.8.278.17 (Michaël Zasso) #3613948db20f6f5
] - (SEMVER-MAJOR) deps: update V8 to 8.7.220 (Michaël Zasso) #35700d85e1f0703
] - (SEMVER-MAJOR) dns: use url module instead of punycode for IDNA (Antoine du Hamel) #35091290c158018
] - (SEMVER-MAJOR) doc: update minimum supported Xcode to 11 (Michaël Zasso) #378721ff2918d80
] - (SEMVER-MAJOR) doc: update minimum supported GCC to 8.3 (Michaël Zasso) #378712706e67116
] - (SEMVER-MAJOR) doc: update AIX to GCC8 for v16.x (Ash Cripps) #376775ae5ca90ef
] - (SEMVER-MAJOR) doc: add http.IncomingMessage#connection (Pranshu Srivastava) #3376883d6e63aee
] - (SEMVER-MAJOR) events: change EventTarget handler exception behavior (Nitzan Uziely) #372379948036ee0
] - (SEMVER-MAJOR) fs: remove permissive rmdir recursive (Antoine du Hamel) #37216d4693ff430
] - (SEMVER-MAJOR) fs: add validation for fd and path (Dylan Elliott) #351870ddd75bcd8
] - (SEMVER-MAJOR) fs: runtime deprecate rmdir recursive option (Antoine du Hamel) #37302da217d0773
] - (SEMVER-MAJOR) fs: fix flag and mode validation (James M Snell) #374802ef9a76ece
] - (SEMVER-MAJOR) http: use objects with null prototype in Agent (Michaël Zasso) #3640925e30005b8
] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('http_parser') (James M Snell) #378138bb4e048af
] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('url') (James M Snell) #37799fe73e4d578
] - (SEMVER-MAJOR) lib: make process.binding('util') return only type checkers (Anna Henningsen) #378193bee6d8aad
] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('crypto') (James M Snell) #37790ac00df112e
] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('signal_wrap') (James M Snell) #37800ae595d76e3
] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('v8') (James M Snell) #37789104dac79cc
] - (SEMVER-MAJOR) lib: aggregate errors to avoid error swallowing (Antoine du Hamel) #374601468c9ff7c
] - (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('async_wrap') (James M Snell) #37576295e766c27
] - (SEMVER-MAJOR) lib: remove usage of url.parse (raisinten) #36853cb3020d824
] - (SEMVER-MAJOR) lib: add error handling for input stream (rexagod) #3160315164cebce
] - (SEMVER-MAJOR) lib,src: update cluster to use Parent (Michael Dawson) #364783cc9aec988
] - (SEMVER-MAJOR) module: runtime deprecate subpath folder mappings (Antoine du Hamel) #372159fab73c73b
] - (SEMVER-MAJOR) module: runtime deprecate "main" index and extension lookups (Antoine du Hamel) #3720676a073b67e
] - (SEMVER-MAJOR) module: runtime deprecate invalid package.json main entries (Antoine du Hamel) #37204674614b3f5
] - (SEMVER-MAJOR) module: remove module.createRequireFromPath (Antoine du Hamel) #37201aecd5ebf49
] - (SEMVER-MAJOR) module: only set cache when finding module succeeds (Yongsheng Zhang) #36642f0bf373176
] - (SEMVER-MAJOR) perf_hooks: make performance a global (James M Snell) #37970f3eb224c83
] - (SEMVER-MAJOR) perf_hooks: complete overhaul of the implementation (James M Snell) #37136f1753d4c76
] - (SEMVER-MAJOR) process: disallow adding options to process.allowedNodeEnvironmentFlags (Antoine du Hamel) #3666096f3977ded
] - (SEMVER-MAJOR) process: runtime deprecate changing process.config (James M Snell) #3690245dbcbef90
] - (SEMVER-MAJOR) readline: cursorTo throw error on NaN (Zijian Liu) #36379bf79987433
] - (SEMVER-MAJOR) src: mark internally exported functions as explicitly internal (Tyler Ang-Wanek) #370001fe571aa0c
] - (SEMVER-MAJOR) src: inline AsyncCleanupHookHandle in headers (Tyler Ang-Wanek) #37000dfc288e7fd
] - (SEMVER-MAJOR) src: clean up embedder API (Anna Henningsen) #3589765e8864fa3
] - (SEMVER-MAJOR) worker: send correct error status for worker init (Yash Ladha) #36242Semver-Minor Commits
944a956087
] - (SEMVER-MINOR) assert: graduate assert.match and assert.doesNotMatch (James M Snell) #381116a1986d50a
] - (SEMVER-MINOR) deps: update llhttp to 5.1.0 (Fedor Indutny) #38146069b5df4f6
] - (SEMVER-MINOR) module: add support fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246b803bca4fa
] - (SEMVER-MINOR) perf_hooks: add histogram option to timerify (James M Snell) #3747595391fe689
] - (SEMVER-MINOR) repl: add auto‑completion fornode:
‑prefixedrequire(…)
calls (ExE Boss) #3724615b8e6b1c4
] - (SEMVER-MINOR) timers: graduate awaitable timers and improve docs (James M Snell) #38112802171057f
] - (SEMVER-MINOR) util: add getSystemErrorMap() impl (eladkeyshawn) #38101Semver-Patch Commits
8930eba199
] - assert: change status of legacy asserts (James M Snell) #381130180fc5b9b
] - benchmark: improve compare.R output (Brian White) #381188d9d8236b7
] - bootstrap: mksnapshot should show JS error (Bradley Meck) #381746cb314bbe5
] - bootstrap: print information for snapshot at environment exit in debug (Joyee Cheung) #3796714aed60941
] - buffer,errors: add missing n literal in range error string (Cactysman) #37750049b703a28
] - build: sync generation ofv8\_build\_config.json
(Richard Lau) #382631d21a8d140
] - build: add riscv64 configure (luyahan) #37980f5eea1744d
] - build: don't run test workflow on doc dir on macOS (ycjcl868) #379992853b76e20
] - build: add pummel tests to ci runs (Rich Trott) #3428924426cd8c4
] - build: prepare Windows coverage GitHub Action for pummel tests (Rich Trott) #342897df0fc5c5c
] - build: move OPENSSL_API_COMPAT to else clause (Daniel Bevenius) #381269cfb418e1f
] - build: package release changelog for releases (Richard Lau) #38033558d1e6c22
] - build: warn for gcc versions earlier than 8.3.0 (Richard Lau) #37935a572a4e34e
] - build: reset embedder string to "-node.0" (Michaël Zasso) #37587f3c7078245
] - build: reset embedder string to "-node.0" (Michaël Zasso) #37330842389839b
] - build: reset embedder string to "-node.0" (Michaël Zasso) #3613998d1ae47cf
] - build: reset embedder string to "-node.0" (Michaël Zasso) #35700993ed19f9c
] - crypto: reduce range of size to int max (Qingyu Deng) #38096896dc39951
] - crypto: fix webcrypto derive(Bits|Key) resolve values and docs (Filip Skokan) #38148d2f116c6bb
] - crypto: fixup randomFill size and offset handling (James M Snell) #38138dfe3f952a3
] - crypto: fix crash in CCM mode without data (Tobias Nießen) #38102e8cb6446ef
] - crypto: reconcile oneshot sign/verify sync and async implementations (Filip Skokan) #378161e4a2bcbee
] - crypto: remove check for condition that is always true (Rich Trott) #3807264d5be25ab
] - deps: V8: cherry-pick1648e05
(Michaël Zasso) #37587621b544909
] - deps: silence irrelevant V8 warnings (Michaël Zasso) #375870d78bc3101
] - deps: fix V8 build issue with inline methods (Jiawen Geng) #354155214918856
] - deps: make v8.h compatible with VS2015 (Joao Reis) #321166b3caf77b2
] - deps: V8: forward declaration ofRtl\*FunctionTable
(Refael Ackermann) #32116d0a032fafb
] - deps: V8: patch register-arm64.h (Refael Ackermann) #32116c8b2fa642e
] - deps: V8: un-cherry-pickbd019bd
(Refael Ackermann) #321168eeecc19ae
] - deps: V8: cherry-pick8957d46
(Michaël Zasso) #37330b186142a0b
] - deps: V8: backporta113954
(Michaël Zasso) #37330290f2d8d3e
] - deps: V8: cherry-pickdeb0813
(Michaël Zasso) #3613963ed0b8bfe
] - deps: V8: cherry-pick9a6a228
(Michaël Zasso) #3613947f1c5257a
] - deps: silence irrelevant V8 warning (Michaël Zasso) #3733019d975241f
] - deps: workaround stod() limitations on SmartOS (Colin Ihrig) #3733070f928c6a6
] - deps: fix V8 build issue with inline methods (Jiawen Geng) #35415b045e39513
] - deps: patch V8 to run on Xcode 8 (Mary Marchini) #3211632725d2224
] - deps: make v8.h compatible with VS2015 (Joao Reis) #32116fe3cee7b37
] - deps: V8: forward declaration ofRtl\*FunctionTable
(Refael Ackermann) #32116b2d05f7349
] - deps: V8: patch register-arm64.h (Refael Ackermann) #32116c7a0ab4e3d
] - deps: patch V8 to run on older XCode versions (Ujjwal Sharma) #3211660b623ee90
] - deps: V8: un-cherry-pickbd019bd
(Refael Ackermann) #32116577ff9fee5
] - deps: V8: cherry-pickdeb0813
(Michaël Zasso) #3613900e1c7ea83
] - deps: V8: cherry-pick9a6a228
(Michaël Zasso) #36139ee01d6b7fc
] - deps: V8: cherry-pick2059ee8
(Michaël Zasso) #361392dad8d43cc
] - deps: V8: cherry-pickbde7ee5
(Michaël Zasso) #361393046131ea0
] - deps: V8: cherry-pick9a71298
(Michaël Zasso) #36139d178d0738f
] - deps: V8: cherry-pick0b96e5b
(Michaël Zasso) #361395c71ea151a
] - deps: V8: cherry-pickfbb2890
(Michaël Zasso) #36139c8e15cd2c6
] - deps: V8: cherry-pick821fb38
(Michaël Zasso) #35700b0d67426af
] - deps: workaround stod() limitations on SmartOS (Colin Ihrig) #36139c8a658ac53
] - deps: fix V8 build issue with inline methods (Jiawen Geng) #35415153b8cea36
] - deps: patch V8 to run on Xcode 8 (Mary Marchini) #32116a785984133
] - deps: V8: silence irrelevant warnings (Michaël Zasso) #32116246c9b8c31
] - deps: make v8.h compatible with VS2015 (Joao Reis) #3211696a567f9e9
] - deps: V8: forward declaration ofRtl\*FunctionTable
(Refael Ackermann) #32116e74383cecb
] - deps: V8: patch register-arm64.h (Refael Ackermann) #32116732847f1eb
] - deps: patch V8 to run on older XCode versions (Ujjwal Sharma) #3211670171d186f
] - deps: V8: un-cherry-pickbd019bd
(Refael Ackermann) #3211615c91c6dd5
] - deps: V8: cherry-pick821fb38
(Michaël Zasso) #3570040b2fa4832
] - deps: V8: cherry-pick45e4977
(Michaël Zasso) #35700cd91ab5865
] - deps: V8: cherry-pick7b3a27b
(Michaël Zasso) #35700f4fc099080
] - deps: V8: cherry-pickd76abfe
(Michaël Zasso) #354156200176ef0
] - deps: fix V8 build issue with inline methods (Jiawen Geng) #35415bd5642deb9
] - deps: update V8 postmortem metadata script (Colin Ihrig) #354159ae7159216
] - deps: update V8 postmortem metadata script (Colin Ihrig) #33579f4b4e21b2f
] - deps: patch V8 to run on Xcode 8 (Mary Marchini) #32116f6a84540d8
] - deps: V8: silence irrelevant warnings (Michaël Zasso) #32116bbc3f46572
] - deps: make v8.h compatible with VS2015 (Joao Reis) #321160c988642dc
] - deps: V8: forward declaration ofRtl\*FunctionTable
(Refael Ackermann) #32116703bf933d4
] - deps: V8: patch register-arm64.h (Refael Ackermann) #321165451975b18
] - deps: patch V8 to run on older XCode versions (Ujjwal Sharma) #32116c460f7af4d
] - deps: V8: un-cherry-pickbd019bd
(Refael Ackermann) #32116bfee9daaa5
] - deps: update llhttp to 6.0.0 (Fedor Indutny) #3827794405650ae
] - deps: upgrade npm to 7.10.0 (Ruy Adorno) #382548e80fc7ff8
] - deps: patch V8 to 9.0.257.17 (Michaël Zasso) #382375b358d57e1
] - deps: patch V8 to 9.0.257.16 (Michaël Zasso) #38218ee669a0d29
] - deps: update ICU to 69.1 (Michaël Zasso) #381782468e4ed3e
] - deps: V8: backportd59db06
(Antoine du Hamel) #38162c748668704
] - deps: upgrade npm to 7.9.0 (Ruy Adorno) #38156ca13f7aaf3
] - deps: V8: cherry-pick501482c
(Colin Ihrig) #38121bc531d1860
] - deps: upgrade npm to 7.8.0 (Darcy Clarke) #38030d639321acd
](https://togithub.com/nodejs/node/commiConfiguration
📅 Schedule: "after 7pm every weekday,before 6am every weekday,every weekend" (UTC).
🚦 Automerge: Enabled.
♻️ 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.