This repository has been archived by the owner on Sep 21, 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:
10.24.1-alpine
->14.17.6-alpine
Release Notes
nodejs/node
v14.17.6
Compare Source
This is a security release.
Notable Changes
These are vulnerabilities in the node-tar, arborist, and npm cli modules which
are related to the initial reports and subsequent remediation of node-tar
vulnerabilities CVE-2021-32803
and CVE-2021-32804.
Subsequent internal security review of node-tar and additional external bounty
reports have resulted in another 5 CVE being remediated in core npm CLI
dependencies including node-tar, and npm arborist.
You can read more about it in:
Commits
5b3f70bfb5
] - deps: update archs files for OpenSSL-1.1.1l (Richard Lau) #3986871372625ae
] - deps: upgrade openssl sources to 1.1.1l (Richard Lau) #398684276984803
] - deps: upgrade npm to 6.14.15 (Darcy Clarke) #39856v14.17.5
Compare Source
This is a security release.
Notable Changes
Commits
4923b59e0b
] - deps: update c-ares to 1.17.2 (Beth Griggs) #39724847a4c6a8a
] - deps: reflect c-ares source tree (Beth Griggs) #3965333208e2f89
] - deps: apply missed updates from c-ares 1.17.1 (Beth Griggs) #39653af5c1af9a4
] - http2: add tests for cancel event while client is paused reading (Akshay K) #39622434872e838
] - http2: update handling of rst_stream with error code NGHTTP2_CANCEL (Akshay K) #3962235b86110e4
] - tls: validate "rejectUnauthorized: undefined" (Matteo Collina) nodejs-private/node-private#276v14.17.4
Compare Source
This is a security release.
Notable Changes
This releases also fixes some regressions with internationalization introduced by the ICU updates in Node.js 14.17.0 and 14.17.1.
Commits
86477b2b53
] - benchmark: output JSON-compatible numbers (Michaël Zasso) #38778f9693cf0a0
] - benchmark: fix http elapsed time (Antoine du Hamel) #387431ab4f81abc
] - build: fix building with external builtins (Momtchil Momtchev) #39091a657f250f1
] - build: reconfigure when gyp files change on Windows (Joyee Cheung) #390666962c647d6
] - Revert "build: work around bug in MSBuild v16.10.0" (Michaël Zasso) #38977069cf59e56
] - build: make build-addons errors fail the build (Richard Lau) #38983d341561ae0
] - build: fix commit-queue default branch (Mary Marchini) #389980736dd833a
] - build: don't pass python override to V8 build (Richard Lau) #3896949a000683a
] - build: correct Xcode spelling in .gitignore (bl-ue) #388951ffbe3d5da
] - build: remove outdated dont-land-on-v6.x label (Michaël Zasso) #388867f53a0b349
] - build: add lto build to CI (Jiawen Geng) #38567a6f8ba8f0c
] - build: allow LTO with Clang 3.9.1+ (Jesse Chan) #38751b5b1d1fb79
] - build: replace non-POSIX test -a|o (Issam E. Maghni) #38731fc2b1ec308
] - child_process: refactor to usevalidateBoolean
(Qingyu Deng) #3892755ea29eedd
] - child_process: retain reference to data with advanced serialization (Anna Henningsen) #38728716ee1531c
] - debugger: rename internal library for clarity (Rich Trott) #39080b7ee9d8287
] - debugger: use ERR_DEBUGGER_STARTUP_ERROR in _inspect.js (Rich Trott) #390245d4d23dcf3
] - debugger: use error codes in debugger REPL (Rich Trott) #39024a3991d7c18
] - debugger: use ERR_DEBUGGER_ERROR in debugger client (Rich Trott) #39024052e1c5385
] - debugger: removed unused function argument (Rich Trott) #38850f9a4dcb30c
] - debugger: refactorinspect_repl
to use primordials (Antoine du Hamel) #38551ad8056659f
] - debugger: refactor to use internal modules (Antoine du Hamel) #38550b5724a1984
] - debugger: disable only the lint rules required by current file state (Rich Trott) #3852934659f2b7a
] - debugger: avoid non-ASCII char in code file (Rich Trott) #38529ae90756582
] - debugger: wrap lines longer than 80 chars (Rich Trott) #38529b30ff35a36
] - debugger: align message with Node.js standard (Rich Trott) #38400d74d67f207
] - debugger: remove unnecessary boilerplate copyright comment (Rich Trott) #38952e58f938ab3
] - debugger: enable linter oninternal/inspector/inspect_client
(Antoine du Hamel) #38417249acd5e69
] - debugger: reduce scope of eslint disable comment (Rich Trott) #389460ef5e088c0
] - debugger: revise async iterator usage to comply with lint rules (Rich Trott) #3884779bfb0416b
] - debugger: wait for V8 debugger to be enabled (Michaël Zasso) #38811721edeffd3
] - debugger: refactorinternal/inspector/_inspect
to use more primordials (Antoine du Hamel) #3840621ecee1b4b
] - debugger: add usage example for--port
(Rafael Gonzaga) #38400cde72213d1
] - Revert "debugger: rename internal library for clarity" (Antoine du Hamel) #394464c2b813799
] - debugger: rename internal library for clarity (Rich Trott) #3908061da371251
] - debugger: apply automatic lint fixes for inspect_repl.js (Rich Trott) #384118dd1f70fe3
] - debugger: apply automatic lint fixes for _inspect.js (Rich Trott) #38411fb0ab4c034
] - debugger: removed unused function argument (Rich Trott) #388509e28c6c946
] - debugger: fix race condition/deadlock on initialization (Rich Trott) #38161a8924fa0fb
] - debugger: replace internal use of deprecated API (Rich Trott) #3816122afb7cbe6
] - debugger: allow longer time to connect (Rich Trott) #38161b172e6f436
] - debugger: accommodate line chunking in Windows (Rich Trott) #381611da692185a
] - debugger: fix inspect restart on Windows (Rich Trott) #381610321c5b194
] - debugger: remove unused code (Rich Trott) #381618bd2a3926a
] - debugger: move node-inspect to internal library (Rich Trott) #38161acf5279c39
] - deps: upgrade npm to 6.14.14 (Darcy Clarke) #395534efefe02a8
] - deps: V8: backportae7bfb3
(Michaël Zasso) #390515039f21396
] - deps: V8: backport16ffec9
(Michaël Zasso) #390519b69069f71
] - deps: V8: cherry-pickb0a7f56
(Michaël Zasso) #390514213e97d26
] - deps: V8: cherry-pick81181a8
(thomasmichaelwallace) #39187ccecea5f72
] - deps: restore minimum ICU version to 65 (Richard Lau) #390687557e74cf4
] - deps: V8: update build dependencies (Michaël Zasso) #39244a60a960406
] - deps: V8: cherry-pick8959494
(Michaël Zasso) #392447fdd6ecbb4
] - deps: V8: cherry-pick0b3a4ec
(Michaël Zasso) #392444be2e878b7
] - deps: V8: cherry-pick7c182bd
(Michaël Zasso) #39244a83b01a4af
] - deps: V8: cherry-pick92e6d33
(Michaël Zasso) #3924417eb561184
] - deps: V8: backport1b1eda0
(Michaël Zasso) #3924404032fa1a3
] - doc: remove references to deleted freenode channels (devsnek) #39047797bd73849
] - doc: add missing parameter types (Voltrex) #39013e474e984e5
] - doc: clarify that only one Python version is required to build (bl-ue) #38894cd48ee71d9
] - doc: fixed typo in process.md (Derevianchenko Maksym) #3894141fcbad2b2
] - doc: add missing semis after classes (Darshan Sen) #38931b40529643b
] - doc: mark util.inherits as legacy (Voltrex) #38896b2d836b1ea
] - doc: clarify whenreadable._read(...)
is called (Shaun Keys) #38726e36d2a6d6a
] - doc: fixed typo in n-api.md (julianjany) #38822b4f60bb523
] - doc: use "Long Term Support" in collaborator guide (Rich Trott) #388417a9850a5fb
] - doc: use "Long Term Support" in technical values doc (Rich Trott) #38841dfe9698db0
] - doc: use "Long Term Support" in README (Philip) #388398699e622fc
] - doc: fix grammar infs.md
(yotamselementor) #38818826ae9b2e2
] - doc: fixup code sample in http.md (TodorTotev) #387768049b69b7f
] - doc: document null target pattern (Guy Bedford) #387244d9129eb71
] - doc: update code examples fornode:url
module (fisker Cheung) #386452ff671e4c4
] - doc,url: clarify domainTo* when built without ICU (Darshan Sen) #387899b993edca8
] - errors: add ERR_DEBUGGER_STARTUP_ERROR (Rich Trott) #39024cfccf13e84
] - errors: add ERR_DEBUGGER_ERROR (Rich Trott) #39024bb9a9adc2b
] - errors: don't rekey on primitive type (Benjamin Coe) #39025d48b91ea2b
] - http2: on receiving rst_stream with cancel code add it to pending list (Akshay K) #39423d8cc2fffd6
] - lib: add primordials.SafeArrayIterator (Antoine du Hamel) #36532e3223edb89
] - lib: harden lint checks for globals (Antoine du Hamel) #38419d4f96bb926
] - lib: enforce usingprimordials.globalThis
instead ofglobal
(Antoine du Hamel) #38230ea9003a559
] - lib: addglobalThis
to primordials (Antoine du Hamel) #38211097a7874d3
] - lib: remove semicolon in preparation for babel/eslint-parser update (Rich Trott) #39094199fe32cbc
] - lib: make internal/options lazy (Joyee Cheung) #389932bc2a232af
] - lib: add JSDoc typings for child_process (Voltrex) #38222b0a1984d4d
] - lib: fix typos (bl-ue) #388466c061d5f2c
] - meta: update label-pr-config (Michaël Zasso) #38950afb61786b9
] - module: fix legacynode
specifier resolution to resolve"main"
field (Antoine du Hamel) #38979cd3305a9e4
] - node-api: avoid SecondPassCallback crash (Michael Dawson) #38899e7f266e93d
] - src: use SPrintF in ProcessEmitWarning (Darshan Sen) #3875843fe6c1d27
] - src: cleanup uv_fs_t regardless of success or not (legendecas) #38996dcfb182546
] - src: refactor to use locale functions (Darshan Sen) #39014bee477b000
] - src: throw error in LoadBuiltinModuleSource when reading fails (Joyee Cheung) #38904ff7cc8f9ef
] - src: add not-weak DCHECK to PersistentToLocal::Strong (Anna Henningsen) #38875981217e48a
] - src: replaceauto
s in node_api.cc (Khaidi Chu) #3885273e199d963
] - src: fix typos (bl-ue) #388452d32031724
] - src: use HandleScope in StreamReq::Done() (Darshan Sen) #387202c11d3ec0a
] - src: remove commented code innode_file.cc
(Juan José Arboleda) #38693846a138f54
] - src: write named pipe info in diagnostic report (legendecas) #386377d82200861
] - src: replaceauto
s in node_contextify.cc (Khaidi Chu) #3864451da7d2048
] - src,url: separate some tables out of node_url.cc (Khaidi Chu) #3898845c2ea3b72
] - test: add NumberFormat resolvedOptions test (Richard Lau) #394016b2fea38d1
] - test: move inspector-cli tests to sequential (Rich Trott) #390796447cab7be
] - test: improve buffer coverage (Rongjian Zhang) #385386f1862eab3
] - test: fix name of variable in inspector-cli test (Tobias Nießen) #3886940093504bc
] - test: fix typo (Houssem Chebab) #39045ab28f9b9a1
] - test: remove obsolete TLS test (Rich Trott) #39001b3b59953fe
] - test: improve coverage of lib/events.js (Rongjian Zhang) #38582c99a09f05f
] - test: http outgoing _headers setter null (ycjcl868) #38881660a97b1d5
] - test: suppress warning in test_environment.cc (Daniel Bevenius) #388680cca16ac4c
] - test: improve coverage of fs internal utils (Rongjian Zhang) #38746fecad40f27
] - test: fix writefile with fd (Nitzan Uziely) #3882001f00faaa8
] - test: simplify test-path-resolve.js (himself65) #38671504bfd7a88
] - test: improve coverage forquestion
in readline (Qingyu Deng) #38799eb91932e77
] - test: os, replace custom flatten method with built-in Array.flat (Wael Almattar) #38770aeea252b96
] - test: improve coverage of lib/_http_outgoing.js (Rongjian Zhang) #38734e265d8ee1b
] - test: give js-native-api tests consistent names (Gabriel Schulhof) #3869299fd8bfc6a
] - test: fix flaky inspector-cli tests when breakpionts are restored (Rich Trott) #384314d3a1fad28
] - test: extend timeout on debugger tests for slower machines (Rich Trott) #38161dd2642b5db
] - test: fix comment typo (Rich Trott) #38161193ea8fd91
] - test: fix test-inspector-cli-address (Rich Trott) #38161a62826bbe6
] - test,debugger: migrate node-inspect tests to core (Rich Trott) #38161ab45ace9bd
] - tools: update babel-eslint-parser to 7.14.5 (Rich Trott) #39094b8e63b3c08
] - tools: update ESLint to 7.29.0 (Rich Trott) #3908354a250e79c
] - tools: update doctool dependencies, migrate to ESM (Michaël Zasso) #38966443db64eed
] - tools: avoid crashing CQ when git push fails (Antoine du Hamel) #36861547f88b149
] - tools: fix typo in commit-queue.sh (bl-ue) #390001023433a81
] - tools: update ESLint to 7.28.0 (Luigi Pinca) #389559b4ae8fbb0
] - tools: bump remark-preset-lint-node to 2.3.0 (Rich Trott) #389102ad0719e86
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #38851b7686d0c1e
] - tools: bump cpplint to 1.5.5 (Rich Trott) #388512ec7c9de57
] - tools: remove exception for Node.js 8 and earlier (Rich Trott) #388401dc71da302
] - tools: update setup-node to setup-node@v2 (pengjie) #38825fc219d862c
] - tools: remove node-inspect from license (Rich Trott) #381614bb0bd0f0e
] - tools,doc: forbid CJS globals in ESM code snippets (Antoine du Hamel) #3888958154ce426
] - typings: add JSDoc typings for https (Voltrex) #385896ea1368a67
] - typings: add JSDoc typings for events (Voltrex) #38712b6942a6138
] - url,src: simplify ipv6 logic by using uv_inet_pton (Khaidi Chu) #38842dd00547ada
] - vm: use missing validator (Voltrex) #389352c28e00685
] - worker: do not look up context twice in PostMessage (Anna Henningsen) #38784v14.17.3
Compare Source
Notable Changes
Node.js 14.17.2 introduced a regression in the Windows installer on
non-English locales that is being fixed in this release. There is no
need to download this release if you are not using the Windows
installer.
Commits
0f00104a2c
] - win,msi: use localized "Authenticated Users" name (Richard Lau) #39241v14.17.2
Compare Source
This is a security release.
Notable Changes
Vulnerabilities fixed:
Commits
a7496aba0a
] - deps: uv: cherry-pick99c29c9
(Ben Noordhuis) nodejs-private/node-private#267d0b449da1d
] - win,msi: set install directory permission (AkshayK) nodejs-private/node-private#269v14.17.1
Compare Source
Notable Changes
6035492c8f
] - deps: update ICU to 69.1 (Michaël Zasso) #381789417fd0bc8
] - errors: align source-map stacks with spec (Benjamin Coe) #37252Commits
87fa636953
] - assert: refactor to use more primordials (Antoine du Hamel) #36234cfff3b4462
] - assert: refactor to avoid unsafe array iteration (Antoine du Hamel) #37344dd18def7db
] - async_hooks: refactor to avoid unsafe array iteration (Antoine du Hamel) #371255f3e96b570
] - async_hooks,doc: replace process.stdout.fd with 1 (Darshan Sen) #38382f4cb8b8281
] - benchmark: avoid usingconsole.log()
(Antoine du Hamel) #383709e4c1f2f2c
] - benchmark: useprocess.hrtime.bigint()
(Antoine du Hamel) #383693c886e0ad6
] - buffer: remove TODOs inatob
/btoa
(Khaidi Chu) #38548c5b86f8c2f
] - buffer: remove unreachable code (Rongjian Zhang) #385379ae2a27d44
] - buffer: make FastBuffer safe to construct (Antoine du Hamel) #36587ff546ff744
] - buffer: refactor to use primordials instead of Array#reduce (Antoine du Hamel) #363925acf0a5ba3
] - buffer: refactor to use more primordials (Antoine du Hamel) #3616652fd42ec46
] - build: work around bug in MSBuild v16.10.0 (Michaël Zasso) #388735df0f35bf6
] - build: add workaround for V8 builds (Richard Lau) #38632754aa384e0
] - build: remove dependency ondistutils.spawn
(Richard Lau) #386005de7e64f3a
] - build: fix make test-npm (Ruy Adorno) #36369e5fae63108
] - child_process: reduce abort handler code duplication (Rich Trott) #36644598d2bdf09
] - child_process: treat already-aborted controller as aborting (Rich Trott) #366448d7708bdef
] - child_process: refactor to use more primordials (Antoine du Hamel) #36003b8c4d30e77
] - deps: update to cjs-module-lexer@1.2.1 (Guy Bedford) #384506035492c8f
] - deps: update ICU to 69.1 (Michaël Zasso) #3817851dad8cabb
] - deps: V8: cherry-pick035c305
(Michaël Zasso) #38497a467125c8d
] - deps: V8: cherry-pickdfcdf78
(Benjamin Coe) #36573acc9fad2ba
] - deps: V8: cherry-pick86991d0
(Benjamin Coe) #36254d67827744b
] - deps: V8: cherry-pick530080c
(Milad Fa) #38508bac9ba4f8a
] - dgram: extract cluster lazy loading method to make it testable (Rongjian Zhang) #38563f5b2115b76
] - dgram: refactor to use more primordials (Antoine du Hamel) #36286cd7cf0547a
] - dns: refactor to use more primordials (Antoine du Hamel) #363149f67c0852c
] - doc: cleanup events.md structure (James M Snell) #3610041cfe645c0
] - doc: fix JS flavor selection (Antoine du Hamel) #377917c4748b0dc
] - doc: useHEAD
instead ofmaster
for links (Antoine du Hamel) #3851826426577ff
] - doc: remove import.meta.resolve parent URL type (Kevin Locke) #3858588055abf19
] - doc: document buffer.kStringMaxLength (Tobias Nießen) #386882e8dfee165
] - doc: clarify synchronous blocking of Worker stdio (James M Snell) #38658212cd5cf05
] - doc: update contact info (Gabriel Schulhof) #38689fa35c0662b
] - doc: change color of doctag on night mode (Qingyu Deng) #386524c67437c53
] - doc: clarify DiffieHellmanGroup class docs (Nitzan Uziely) #38363e90c60b1e3
] - doc: use AIX instead of Aix in fs.md (Rich Trott) #38535dc67fec1b4
] - doc: remove extraneous dash from flag prefix (Rodolfo Carvalho) #385324c54d81a59
] - doc: document'secureConnect'
event limitation (James M Snell) #38447839e8d1672
] - doc: mark querystring api as legacy (James M Snell) #38436a75b7af9bd
] - doc: add arguments for stream event of Http2Server and Http2SecureServer (Qingyu Deng) #37892cf0007edc4
] - doc: indicate that abort tests do not generate core files (Rich Trott) #38422945450b5cf
] - doc: add try/catch in http2 respondWithFile example (Matteo Collina) #384101f7cd7148a
] - doc: note the system requirements for V8 tests (DeeDeeG) #38319cd54834854
] - doc: minor clarification to pathObject (James M Snell) #38437ba117c2c6f
] - doc: document new TCP_KEEPCNT and TCP_KEEPINTVL socket option defaults (Arnold Zokas) #38313dcdbaffced
] - doc: do not mention TCP in the allowHalfOpen option description (Luigi Pinca) #38360fe8003e5de
] - doc: update message to match actual output (Rich Trott) #35271c03f23e126
] - doc: request default snap track be updated for LTS (Rod Vagg) #37708a9f7aeed12
] - doc: markprocess.hrtime()
as legacy (Antoine du Hamel) #38371cede0c57b8
] - doc: fix version history for"exports"
patterns (Antoine du Hamel) #383559702f22397
] - doc: fixpackage.json
"imports"
field history (Antoine du Hamel) #383562d96da875e
] - doc: fix typo in buffer.md (divlo) #383236b58f28472
] - doc: add nodejs-sec email template (Daniel Bevenius) #382905a532e4725
] - doc: update TSC members list with three new members (Rich Trott) #38352e994d6a27c
] - doc: usefoo.prototype.bar
notation in buffer.md (Voltrex) #38032c61f363d66
] - doc: internal/test/binding for testing (Bradley Meck) #380260bb6fe31b3
] - doc: add missing events.on metadata (Anna Henningsen) #3796530c82b2745
] - doc: fix wording in outgoingMessage.write (Tobias Nießen) #37894932000020a
] - doc: fix grammar errors in http document (Qingyu Deng) #3726519e8ae44c4
] - doc: add document for http.OutgoingMessage (Qingyu Deng) #37265a6c123363d
] - doc: remove generated from dsaEncoding description (Marko Kaznovac) #37459bc6ea63e48
] - doc: document how to register external bindings for snapshot (Joyee Cheung) #374632168e954aa
] - doc: document the NO_COLOR and FORCE_COLOR env vars (James M Snell) #374772907848fc9
] - doc: clarify event.isTrusted text (Rich Trott) #368277efa020892
] - doc: expand openssl instructions (Michael Dawson) #36554b197a44152
] - doc: document ABORT_ERR code (Benjamin Gruenbaum) #363191d80f89442
] - doc: document changes for*/promises
alias modules (ExE Boss) #340029417fd0bc8
] - errors: align source-map stacks with spec (Benjamin Coe) #37252dcd221ce69
] - errors: refactor to use more primordials (Antoine du Hamel) #36651ee444473e9
] - errors: display original symbol name (Benjamin Coe) #3604283d28374d6
] - errors: refactor to use more primordials (Antoine du Hamel) #361677d7e34c15a
] - errors: refactor to use more primordials (Antoine du Hamel) #3594418e5c0f3e2
] - events: refactor to use optional chaining (ZiJian Liu) #367634fdcbae583
] - events: refactor to use more primordials (Antoine du Hamel) #36304c4e7dca8f3
] - fs: fix error when writing buffers > INT32_MAX (Zach Bjornson) #3854607c55d2844
] - Revert "http: make HEAD method to work with keep-alive" (Michaël Zasso) #38949d8da265c81
] - http2: treat non-EOF empty frames like other invalid frames (Anna Henningsen) #37875c3bd0fdb73
] - http2: fix setting options before handle exists (Anna Henningsen) #3787574fe1d8f0c
] - http2: add support for TypedArray to getUnpackedSettings (Antoine du Hamel) #36141c90f1dbeb3
] - https: refactor to use more primordials (Antoine du Hamel) #361958258799472
] - inspector: remove redundant method for connection check (Yash Ladha) #37986ba19313e1e
] - inspector: refactor to use more primordials (Antoine du Hamel) #36356eb8f7ee634
] - lib: revert primordials in a hot path (Antoine du Hamel) #38248cea8b4265c
] - lib: makeIterableWeakMap
safe to iterate (Antoine du Hamel) #38523490bc58229
] - lib: fix and improve os typings (Akhil Marsonya) #38316af39df6d03
] - lib: add URI handling functions to primordials (Antoine du Hamel) #3739416691be80e
] - lib: fix WebIDLobject
and dictionary type conversion (ExE Boss) #3704747ed512312
] - lib: refactor to use optional chaining in internal/options.js (raisinten) #36939346fc0ac21
] - lib: support returning Safe collections from C++ (ExE Boss) #369898912caba64
] - lib: expose primordials object (Antoine du Hamel) #3687246c019b988
] - lib: refactor source_map to use more primordials (Antoine du Hamel) #36733cf9556d8f7
] - lib: refactor source_map to avoid unsafe array iteration (Antoine du Hamel) #367346eaf357f49
] - lib: simplifyprimordials.uncurryThis
(ExE Boss) #368669338759b01
] - lib: remove v8_prof_polyfill from eslint ignore list (Antoine du Hamel) #36537c9861a344a
] - lib: remove unused code (Brian White) #3663201a71dd393
] - lib: refactor to use more primordials in internal/encoding.js (raisinten) #36480e6c0877604
] - lib: refactor to use primordials in internal/priority_queue.js (ZiJian Liu) #365606e3a2ffb98
] - lib: add primordials.SafeStringIterator (Antoine du Hamel) #36526bf0738bc07
] - lib: make safe primordials safe to construct (Antoine du Hamel) #364287ebc18f293
] - lib: make safe primordials safe to iterate (Antoine du Hamel) #36391e12dbc8519
] - lib: refactor to use more primordials in internal/histogram.js (raisinten) #364555daeac64a4
] - lib: add uncurried accessor properties toprimordials
(ExE Boss) #36329bb4900d9eb
] - lib: refactor primordials.uncurryThis (Antoine du Hamel) #362210fbe945ebb
] - lib: refactor to use more primordials (Antoine du Hamel) #3614024d4d63308
] - lib: add %TypedArray% abstract constructor to primordials (ExE Boss) #36016e2395b0f3b
] - lib: use Object static properties from primordials (Michaël Zasso) #35380b3e22e1612
] - lib,tools: enforce access to prototype from primordials (Antoine du Hamel) #36025e94e0b488e
] - meta: add v8 team (Jiawen Geng) #38566fcc6a00f1a
] - meta: post comment when pr labeled fast-track (James M Snell) #38446bd0d9647ca
] - module: clarify CJS global-like variables not defined error message (Antoine du Hamel) #378520fdb5d59f7
] - module: refactor NativeModule to avoid unsafe array iterationConfiguration
📅 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.