-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Node.js to v10.15.3 - autoclosed #564
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
July 4, 2018 18:08
6ca6716
to
2a40330
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
July 18, 2018 18:42
2a40330
to
ba4b181
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
August 1, 2018 19:03
ba4b181
to
9eb416d
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
August 16, 2018 02:25
9eb416d
to
87787ad
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
September 6, 2018 22:03
87787ad
to
9ecc504
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
September 20, 2018 12:02
9ecc504
to
285ffef
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
October 10, 2018 22:04
285ffef
to
fbafac9
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
October 30, 2018 09:57
fbafac9
to
3d1ec0f
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
November 28, 2018 06:00
3d1ec0f
to
f4fa488
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
November 29, 2018 16:48
f4fa488
to
7ecdc24
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
December 11, 2018 23:01
7ecdc24
to
022a813
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
2 times, most recently
from
December 13, 2018 00:31
3379343
to
29c1894
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
December 26, 2018 16:50
29c1894
to
b772ea6
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
January 29, 2019 20:59
b772ea6
to
16efb4f
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
February 28, 2019 14:54
16efb4f
to
fec0ef6
Compare
renovate
bot
force-pushed
the
renovate/node-10.x
branch
from
March 5, 2019 20:48
fec0ef6
to
e5242cb
Compare
renovate
bot
changed the title
Update Node.js to v10.15.3
Update Node.js to v10.15.3 - autoclosed
Mar 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.14.0
->10.15.3
Release Notes
nodejs/node
v10.15.3
Compare Source
Notable Changes
Commits
732088dd44
] - assert: fix loose deepEqual map comparison (Ruben Bridgewater) #247495a81a4f6cd
] - assert,util: fix sparse array comparison (Ruben Bridgewater) #24749bd08ede3ab
] - buffer: remove checkNumberType() (cjihrig) #2481515756e0acc
] - build: set-blibpath:
for AIX (Richard Lau) #25447fde56fa748
] - build: make lint-addon-docs run only if needed (Daniel Bevenius) #249938d4d3963e0
] - build: fix compiler version detection (Richard Lau) #24879552a5c080a
] - build: add '.git' to 'make lint-py' exclude list (cclauss) #2480202e9a93d2c
] - build: fix check-xz for platforms defaulting to sh (Rod Vagg) #24841920cab76cf
] - build: make tar.xz creation opt-out, fail if no xz (Rod Vagg) #24551b72bc11a93
] - build: fix line length off by one error (Ruben Bridgewater) #2474818d81c94a6
] - build: add line break as soon tests are done (Ruben Bridgewater) #24748c57008e549
] - build: fix c++ code coverage on macOS (Refael Ackermann) #2452095a3b3e142
] - build: replace-not
with!
infind
(Rich Trott) #2463532d93cde01
] - build, tools, win: add .S files support to GYP (Bartosz Sosnowski) #24553a2155e1010
] - crypto: harden bignum-to-binary conversions (Ben Noordhuis) #247196f4e30d029
] - crypto: convert to arrow function (yosuke ota) #245973b9fd0881a
] - deps: V8: cherry-pick3cc6919
(milad) #2587270322ea2ca
] - deps: V8: cherry-pickd0468de
(Milad Farazmand) #25827c9a3e401da
] - deps: cherry-pickd9fbfeb
from upstream V8 (Alexey Kozyatinskiy) #25330e20e3472a4
] - deps: V8: backport442977e
(Ali Ijaz Sheikh) #252428af4f44130
] - dns: simplify dns.promises warning logic (cjihrig) #24788cfd5773f8d
] - doc: document fs.write limitation with TTY (Matteo Collina) #2457189ba5f41c8
] - doc: revise "Breaking Changes" section of Collaborator Guide (Rich Trott) #250717382e8f648
] - doc: fix node.1 --http-parser sort order (cjihrig) #2504566e6c2a88b
] - doc: add EventTarget link to worker_threads (Azard) #25058d1f19a033c
] - doc: make README formatting more consistent (wenjun ye) #250031880f23ed2
] - doc: add codebytere's info to release team (Shelley Vohr) #250228f434414a4
] - doc: revise internal vs. public API in Collaborator Guide (Rich Trott) #249758ae649d105
] - doc: update a link of npm repository (Daijiro Wachi) #249699ffa8270b1
] - doc: fix author-ready conflict (Ruben Bridgewater) #25015bdf21c1f10
] - doc: update Useful CI Jobs section of Collaborator Guide (Rich Trott) #24916f8ac170608
] - doc: add class worker documentation (yoshimoto koki) #24849f68ff0619c
] - doc: remove bad link to irc info (Richard Lau) #249670701559336
] - doc: simplify author ready (Ruben Bridgewater) #24893e7e8a25bb8
] - doc: update "Testing and CI" in Collaborator Guide (Rich Trott) #24884a7f36dde00
] - doc: update http doc for new Agent()/support options in socket.connect() (Beni von Cheni) #24846e9ad526297
] - doc: fix order of events when request is aborted (Luigi Pinca) #24779189d2e2ab2
] - doc: revise Waiting for Approvals documentation (Rich Trott) #24845f2df92cfc0
] - doc: list all versions WHATWG URL api was added (Thomas Watson) #248472b03878de3
] - doc: add authority and scheme psuedo headers (Kenigbolo Meya Stephen) #2477723cd76e9ef
] - doc: add triaging section to releases.md (Beth Griggs) #20165f52ff588e2
] - doc: use author's titles for linked resources (Rich Trott) #248370a3c88551a
] - doc: revise code review guidelines (Rich Trott) #247907bd7328f0d
] - doc: add a note on usage scope of AliasedBuffer (Gireesh Punathil) #24724184425e7e8
] - doc: hide undocumented object artifacts in async_hooks (Gireesh Punathil) #24741ad40e781af
] - doc: fix added version of randomFill+randomFillSync (Thomas Watson) #2481256916c8430
] - doc: streamline Accepting Modifications in Collaborator Guide (Rich Trott) #248077ae17573e6
] - doc: make release README link be consistent with text (ZYSzys) #247831c593c8192
] - doc: cookie is joined using '; ' (Gerhard Stoebich) #247403e4b93ac8e
] - doc: add antsmartian to collaborators (Anto Aravinth) #24655fe698d8ca0
] - doc: revise accepting-modifications in guide (Rich Trott) #24650546f9419d7
] - doc: clarify symlink resolution for __filename (Rich Trott) #24587a1a393bfbf
] - doc: use arrow function for anonymous callbacks (koki-oshima) #246066788d856d5
] - doc: revise handling-own-pull-requests text (Rich Trott) #24583bda73542be
] - doc: fix duplicate "this" and "the" on http2.md (Yusuke Kawasaki) #2461173b99c7013
] - doc: replace anonymous function with arrow function (ka2jun8) #246171eeb37c39c
] - doc: use arrow function (sadness_ojisan) #24590283172771e
] - doc: replace anonymous function with arrow function (yuriettys) #24627dd5bfd7f74
] - doc: mark napi_add_finalizer experimental (Michael Dawson) #24572dacdd0113f
] - esm: refactor dynamic modules (Myles Borins) #24560576d9c513a
] - fs: simplify fs.promises warning logic (cjihrig) #24788741c5ef6cd
] - http: fix error check inExecute()
(Brian White) #25863f4aed8c3df
] - http2: make compat writeHead not crash if the stream is destroyed (Matteo Collina) #24723d12c5a7a75
] - http2: add compat support for nested array headers (Sebastiaan Deckers) #24665c7f876be38
] - http2: fix session[kSession] undefined issue (leeight) #24547e8dfdc063d
] - lib: ensure readable stream flows to end (Mikko Rantanen) #24918d5d8670783
] - lib: remove some useless assignments (Gus Caplan) #2319996036ef798
] - lib: do not register DOMException in a module (Joyee Cheung) #24708ef68349617
] - lib: move setupAllowedFlags() into per_thread.js (Joyee Cheung) #247041b48c9d9e3
] - lib: convert to arrow function in fs.js (exoego) #24604eaa5e3efa4
] - lib: change callbacks to arrow function (/Jesse) #246254eec736a5e
] - lib: chenged anonymous function to arrow function (nakashima) #246058c93bd4d17
] - lib: rearm pre-existing signal event registrations (Gireesh Punathil) #246518f427eb987
] - lib: convert to arrow function (horihiro) #24623e5abfe191e
] - lib: convert to Arrow Function (Daiki Arai) #24615ccefef2d45
] - lib: suppress crypto related env vars in help msg (Daniel Bevenius) #245561c2ce239a1
] - lib: convert to arrow function (Naojirou Hisada) #24596c87af34886
] - lib: change anonymous function to arrow function (takato) #24589ce2aa807f5
] - lib: simplify own keys retrieval (Vse Mozhet Byt) #245829daf175483
] - lib: fix nits in lib/internal/bootstrap/cache.js (Vse Mozhet Byt) #24581f2287c61e1
] - module: use validateString in modules/esm (ZYSzys) #24868229f901a0f
] - module: use validateString in modules/cjs (ZYSzys) #24863fe0e119f55
] - n-api: handle reference delete before finalize (Michael Dawson) #24494760277e490
] - n-api,test: remove last argument in assert.strictEqual() (susantruong) #24584f6e07fd809
] - net: use strict comparisons for fd (cjihrig) #250147eda47e5c9
] - path: replace assertPath() with validator (cjihrig) #2484033a907de20
] - perf_hooks: make GC tracking state per-Environment (Anna Henningsen) #25053931a04e37e
] - process: fix omitting--
fromprocess.execArgv
(Anna Henningsen) #24654a4068d9827
] - process: properly close file descriptor on exit (Ruben Bridgewater) #24972fd8a481a12
] - process: simplify check in previousValueIsValid() (cjihrig) #248365bca4c7cc0
] - process: emit unhandled warning immediately (Anatoli Papirovski) #24632944e75d10b
] - src: emit 'params' instead of 'data' for NodeTracing.dataCollected (Kelvin Jin) #249491cc5834180
] - src: add GetLoadedLibraries routine (Gireesh Punathil) #24825fa84e91813
] - src: create env->inspector_console_api_object earlier (Joyee Cheung) #2490612f0485c8c
] - src: remove use of CallOnForegroundThread() (cjihrig) #2492516a1f96d6e
] - src: do not alias new and old signal masks (Sam Roberts) #24810f0e7b2f509
] - src: fix warning for potential snprintf truncation (Sam Roberts) #248107455597815
] - src: remove finalized_ member from Hash class (Daniel Bevenius) #2482237047fc70a
] - src: use arraysize instead of hardcode number (leeight) #24473eb20e3d23e
] - src: set HAS_USERNAME/PASSWORD more strictly (Timothy Gu) #244954444cdb6cd
] - src: elevate v8 namespaces referenced (Juan José Arboleda) #2465728a1cc1377
] - src: simplify uptime and ppid return values (cjihrig) #245628c48302a50
] - src: elevate v8 namespaces for node_url.cc (Jayasankar) #24573863d1987a3
] - src: elevate v8 namespaces of node_trace_events.cc (Jayasankar) #2446926f7edbf71
] - src: re-sort the symbol macros (Sam Roberts) #24382450bcde462
] - src: use v8:: for consistency in util (ZYSzys) #239343f969d61ff
] - stream: re-use existingonce()
implementation (Anna Henningsen) #24991bb8a65dd84
] - stream: fix end-of-stream for HTTP/2 (Anna Henningsen) #24926e356ce851f
] - stream: make async iterator .next() always resolve (Matteo Collina) #24668e338e50213
] - stream: use arrow function for callback (DoiChris) #246096be2d6187c
] - test: improve comparison coverage to 100% (Ruben Bridgewater) #247491d083e29e5
] - test: test internal/util/types in vm (ZYSzys) #2505656c6686fe5
] - test: merge test with unnecessary child process (Sam Roberts) #25025ee054110b5
] - test: remove unnecessary linter comment (cjihrig) #25013c9b0a36989
] - test: use global.gc() instead of gc() (cjihrig) #25012bcfc1d1a7d
] - test: run eslint on test file and fix errors (Ruben Bridgewater) #2500917527981d0
] - test: remove dead code (Ruben Bridgewater) #2500948c54137d4
] - test: use blocks instead of async IIFE (Anna Henningsen) #2498954d7e82530
] - test: adding history regression test case (Anto Aravinth) #24843dd2b553874
] - test: mark test-child-process-execfile flaky (Rich Trott) #25051bfa396a81e
] - test: mark test-child-process-exit-code flaky (Rich Trott) #2505055680e3ecb
] - test: mark test-worker-memory flaky on Windows CI (Rich Trott) #2504289b6d1b1fa
] - test: mark test-child-process-execsync flaky on AIX (Rich Trott) #2503111d5c07c7d
] - test: refactor test-enable-in-init (Mitch Hankins) #249760658424227
] - test: from functools import reduce in test/testpy/__init__.py (cclauss) #249543bdff05cdb
] - test: improve internet/test-dns (Ilarion Halushka) #249273f2c6ce9aa
] - test: replace callback with arrows (Shubham Urkade) #248662869b7810d
] - test: mark test-cli-syntax as flaky/unreliable (Rich Trott) #2495783c6f0a86e
] - test: do not lint macros files (again) (cclauss) #24886a67d37d226
] - test: prepare test/pseudo-tty/testcfg.py Python 3 (cclauss) #248874e51e3d550
] - test: move test-cli-syntax to sequential (Rich Trott) #24907e20ad2e446
] - test: move http2 test to parallel (Rich Trott) #248771a1811d1e0
] - test: make http2 timeout test robust (Rich Trott) #24877a2dd3a62a7
] - test: fix wrong parameter (zhmushan) #248441dff257280
] - test: improve test-net-socket-timeout (Rich Trott) #248595e29865375
] - test: prepare test/pseudo-tty/testcfg.py for Python 3 (cclauss) #24791520d041afb
] - test: refactor test-fs-write-file-sync.js (cjihrig) #24834b1bbac726e
] - test: prepare test/message/testcfg.py for Python 3 (cclauss) #24793ff90d17eb3
] - test: remove unused addons-napi directory (Rich Trott) #24839d08b5e94f5
] - test: add .gitignore file for node-api (Rich Trott) #24839546fc68ae4
] - test: fixcommon.mustNotCall()
usage in HTTP test (Anna Henningsen) #247501c746c7524
] - test: use ES2017 syntax in test-fs-open-* (jy95) #23031e17dbd22c3
] - test: add flag scenario in test-fs-write-file-sync (Gireesh Punathil) #24766fd5af6bfa9
] - test: check invalid argument error for option (timothy searcy) #2473646e37adf59
] - test: show stdout and stderr in test-cli-syntax when it fails (Joyee Cheung) #2472031c1ee405e
] - test: minor refactoring of onticketkeycallback (Daniel Bevenius) #24718a7c72d7d5e
] - test: mark test_threadsafe_function/test as flaky (Gireesh Punathil) #24714e74345b2f5
] - test: verify order of error in h2 server stream (Myles Borins) #24685288a421dcc
] - test: cover path empty string case (lakatostamas) #24569d4b1666686
] - test: use arrow syntax for anonymous callbacks (Shubham Urkade) #24691af582096ad
] - test: fix the arguments order in assert.strictEqual (pastak) #24620e89f5e59ea
] - test: mark test-vm-timeout-escape-nexttick flaky (Gireesh Punathil) #24712288d60c2f6
] - test: fix the arguments order in assert.strictEqual (sigwyg) #246249f66105e29
] - test: fix the arguments order inassert.strictEqual
(rt33) #2462606208c8313
] - test: reach res._dump after abort ClientRequest (Tadhg Creedon) #2419185e948753b
] - test: validate fs.rename() when NODE_TEST_DIR on separate mount (Drew Folta) #247075966dbed05
] - test: test and docs for detached fork process (timothy searcy) #245241c609bf6e2
] - test: fix arguments order inassert.strictEqual
(sota1235) #24607dc7ed30437
] - test: fix arguments order in assert.strictEqual (grimrose) #24608be17cc59c7
] - test: make test-uv-binding-constant JS engine neutral (Rich Trott) #246662318c7fea3
] - test: use arrow function (sagirk) #2448243bfb136f9
] - test: fix arguments order inassert.strictEqual
(Takahiro Nakamura) #246213811817290
] - test: update strictEqual argument order (VeysonD) #24622ec7bd18146
] - test: fix argument order in assert.strictEqual (feng jianmei) #245944cc91ff2b5
] - test: use arrow functions in callbacks (apoorvanand) #244414093572c4d
] - test: add test for socket.end callback (ajido) #240877dee5e5d16
] - test: replace anonymous closure functions with arrow functions (tpanthera) #2444382d9ffc6a6
] - test: fix arguments order inassert.strictEqual
(tottokotkd) #24612372073e8da
] - test: convert callback to arrow function (jamesgeorge007) #2451382376015ab
] - test: change anonymous function to arrow function (Gagandeep Singh) #245285e3b34fbfd
] - test: split out http2 from test-stream-pipeline (Rich Trott) #24631b6cceae96f
] - test: cover path.basename when path and ext are the same (Laszlo.Moczo) #245707f0fb163a0
] - test: fix assert.strictEqual (mki-skt) #24619e464a1dca5
] - test: fix arguments order in assert.strictEqual (teppeis) #24591ec70330dab
] - test: fix http2-binding strictEqual order (dominikeinkemmer) #246167b096026d8
] - test: fix the arguments order inassert.strictEqual
(sota1235) #245951658924d90
] - test: replace callback with arrow functions (prodroy1) #244340e63d0abd5
] - test: confirm tls server suite default is its own (Sam Roberts) #243743c2b40ba04
] - test: rename agent1-pfx.pem to agent1.pfx (Sam Roberts) #2437443dcbbedb9
] - test: add independent multi-alg crypto identities (Sam Roberts) #2437483145ec3a6
] - test: cover tls multi-identity option mixtures (Sam Roberts) #2437477cf877ea2
] - tls: re-define max supported version as 1.2 (Sam Roberts) #25024027ca95b46
] - tools: make apilinks building more robust (Joyee Cheung) #25019694ea008d1
] - tools: enable no-useless-constructor lint rule (cjihrig) #250555cbc0dbeaf
] - tools: prepare ./tools/compress_json.py for Python 3 (cclauss) #2488987f20822c1
] - tools: prepare tools/testp.py for Python 3 (cclauss) #2489091a96e446a
] - tools: prepare tools/icu/icutrim.py for Python 3 (cclauss) #2488834212b531f
] - tools: update ESLint to 5.10.0 (cjihrig) #24903229c0e0cc9
] - tools: do not lint tools/inspector_protocol or tools/markupsafe (cclauss) #24882bece371639
] - tools: prepare tools/js2c.py for Python 3 (cclauss) #24798e6afaa350b
] - tools: prepare tools/specialize_node_d.py for Python 3 (cclauss) #24797544a20f37c
] - tools: prepare tools/test.py for Python 3 (cclauss) #24799388ec8d77c
] - tools: prepare tools/genv8constants.py for Python 3 (cclauss) #24801039097e276
] - tools: prepare tools/install.py for Python 3 (cclauss) #24800f21137976e
] - tools: fix eslint usage for Node.js 8 and before (Ruben Bridgewater) #24753691e1a69ff
] - tools: don't use GH API for commit message checks (Rod Vagg) #24574f5f1266326
] - tools: only sign release if promotion successful (Rod Vagg) #24669cc880fbeeb
] - tools: check for git tag before promoting release (Rod Vagg) #246708a5b5e1fd0
] - tools: use print() function on both Python 2 and 3 (cclauss) #24486f9933ff2c8
] - tools,doc: fix version picker bug in html.js (Rich Trott) #24638b3932ef8e3
] - url: remove an eslint-disable comment (cjihrig) #24995c0423cf34c
] - url: simplify native URL object construction (Timothy Gu) #24495d06ea3e505
] - url: reuse existing context in href setter (Timothy Gu) #244954e111ce050
] - Revert "url: make the context non-enumerable" (Timothy Gu) #244957048cba388
] - url: use SafeSet to filter known special protocols (Mike Samuel) #247038d953b7d26
] - vm: simplify Script constructor options validation (cjihrig) #25054134d1e9526
] - vm: add dynamic import support (Gus Caplan) #22381595bdc7603
] - win, build: skip building cctest by default (Bartosz Sosnowski) #21408483ff7bcc7
] - worker: drain messages from internal message port (Yael Hermon) #24932v10.15.2
Compare Source
v10.15.1
Compare Source
Notable Changes
doc:
tls:
Commits
fbf5321dcf
] - async_hooks: add HandleScopes to C++ embedder/addon API (Anna Henningsen) #242850c206e0d6d
] - benchmark: support more options in startup benchmark (Joyee Cheung) #242209a64ceca39
] - buffer: fix writeUInt16BE range check (Brian White) #242080b81054d17
] - build: fix Python detection when depot_tools are in PATH in Windows (Guy Bedford) #22539b61a51c4f5
] - build: remove sudo:false from .travis.yml (Rich Trott) #245115c3736a772
] - build: use print() function in configure.py (cclauss) #244845d2dadccff
] - build: check minimum ICU in configure for system-icu (Steven R. Loomis) #2425531376d9a97
] - build: remove unnecessary prerequisite in Makefile (Rich Trott) #2434233fd13c5ce
] - build: fix benchmark tests on CI (Rich Trott) #2430707b7db2f81
] - build: use BUILDTYPE in bench-addons-build targets (Daniel Bevenius) #240334e21eb4004
] - build: lint commit message in separate Travis job (Richard Lau) #24254042749fd23
] - build: only try to find node when it's needed by the target (Joyee Cheung) #2411572d2d2cd8e
] - build: expose more openssl categories for addons (Jonathan Cardoso Machado) #23344dc5647f71b
] - build,tools: update make-v8.sh for ppc64le (Refael Ackermann) #242935dfc1bb46c
] - build,tools: update make-v8.sh for s390x (Refael Ackermann) #2383904f8d6bffd
] - child_process: allow 'http_parser' monkey patching again (Jimb Esser) #240063ef68d8d97
] - cli: add missing env vars to --help (cjihrig) #243834f13ac7941
] - console: improve code readability (gengjiawen) #2441207b9a663e0
] - console: cover .assert with single argument (Morgan Roderick) #241884749640b2e
] - crypto: reduce memory usage of SignFinal (Tobias Nießen) #23427733cb1ef84
] - deps: cherry-pickb87d408
from upstream V8 (Peter Marshall) #2427217b55bf1a4
] - deps: V8: cherry-pick52a9e67
(Ali Ijaz Sheikh) #25027185ccedf7c
] - doc: clarify who may land on an LTS staging branch (Myles Borins) #244653283186934
] - doc: reviseauthor ready
explanation (Rich Trott) #24558f918ad8e98
] - doc: add readable and writable property to Readable and Writable (Dexter Leng) #23933d288a395f6
] - doc: move trott to tsc emeritus (Rich Trott) #24492f0602f8df3
] - doc: add Ruben Bridgewater to release team (Ruben Bridgewater) #23432b1bbedd701
] - doc: edit COLLABORATOR_GUIDE.md on closing issues (Rich Trott) #2447708284dcdd8
] - doc: move Timothy to TSC emeritus (Timothy Gu) #245356bb860cd20
] - doc: add NODE_DEBUG_NATIVE to API docs (cjihrig) #24383ef1056f4bd
] - doc: add missing env variables to man page (cjihrig) #2438340c9ee028b
] - doc: minor cleanup of tls.getProtocol() (Sam Roberts) #24533c16b93233c
] - doc: add Beth Griggs to release team (Beth Griggs) #24532492e2a4d11
] - doc: add filehandle.write(string[, position[, encoding]]) (Dara Hayes) #23224a620c25c76
] - doc: udpate list item spacing in changelogs (Rich Trott) #243917fd4ef7df1
] - doc: update crypto examples to not use deprecated api (Mayank Asthana) #241072734c20bd9
] - doc: simplify first-time contributors section of Collaborator Guide (Rich Trott) #24387e11d46cb84
] - doc: adjusting formatting when printing (Thomas Hunter II) #24325c19d6e26a3
] - doc: better linkage to node-addon-api (Michael Dawson) #24371ae3a19486f
] - doc: update collaborator guide with LTS labels (Charalampos Fanoulis) #24379e111d71e60
] - doc: document http request.finished boolean (Thomas Watson) #243191ca3c9d3e2
] - doc: document NODE_TLS_REJECT_UNAUTHORIZED (cjihrig) #2428968aecff860
] - doc: clarify issues and pull requests guidance (Rich Trott) #24316ac3e264f1c
] - doc: fix comma splices in process.md (Rich Trott) #24357672879f406
] - doc: use real protocol names in ALPN example (Sam Roberts) #242328a60798f4c
] - doc: update core-validate-commit url (Daijiro Wachi) #24331a9a6cb1b06
] - doc: fix echo example programs (Sam Roberts) #2423590f3f5e88f
] - doc: clarify allowed encoding parameter types (Sam Roberts) #242304209e122b7
] - doc: correct async_hooks resource names (Gerhard Stoebich) #24001d2cc9d72b6
] - doc: sort bottom-of-file markdown links (Sam Roberts) #24679b4c1d8273c
] - doc: update fs.open() changes record for optional 'flags' (Rod Vagg) #24240cf209171c9
] - doc: add links to Stream section (Dmitry Igrishin) #243010260db525a
] - doc: correct async_hooks sample outputs (Gerhard Stoebich) #24050c8d2635ed1
] - doc: add oyyd to collaborators (Ouyang Yadong) #24300b305db8634
] - doc: edit BUILDING.md (Rich Trott) #24243abe3edad48
] - doc: fix code examples in stream.md (Grant Carthew) #2411231441f42c4
] - doc: describe what tls servername is for (Sam Roberts) #24236cc688bb23f
] - doc: fix some inconsistent use of hostname (Sam Roberts) #241996f3bc0d28a
] - doc, test: document and test vm timeout escapes (James M Snell) #23743ef8c1deda6
] - doc,meta: update PR approving info (Vse Mozhet Byt) #24561be56fb7ab9
] - events: extract listener check as a function (ZYSzys) #243034a16a4da45
] - fs: inline typeof check (dexterleng) #2439035d2397ae5
] - http: remove obsolete function escapeHeaderValue (Lauri Piisang) #241738df4a168b3
] - http2: replace unreachable error with assertion (Rich Trott) #244075516fbf1d7
] - http2: order declarations in http2.js (ZYSzys) #244115e3c6799cb
] - http2: elevate v8 namespaces of repeated references (Gagandeep Singh) #244534246a40b30
] - lib: move encodeStr function to internal for reusable (ZYSzys) #242426bd055f7de
] - lib: refactor setupInspector in bootstrap/node.js (leeight) #2444662a5679ca3
] - lib: set stderr._destroy to dummyDestroy (Joyee Cheung) #243983450a4c536
] - lib: gather all errors constant in the same place for consistency (ZYSzys) #240385c2c5b9094
] - lib: improved conditional check in zlib (Dan Corman) #241907527632235
] - lib: adjust params from uvExceptionWithHostPort (msmichellegar) #241593966b698f6
] - lib: combine contructor, tag, Object into a function (Paul Isache) #24171c84b420457
] - Revert "net: partially revert "simplify Socket.prototype._final"" (Anna Henningsen) #242900c2d1d57e8
] - net: add comments explaining error check (Steven Gabarro) #242222d0105c751
] - net: remove unreachable check in internalConnect (Philipp Dunkel) #24158897114bf94
] - net: partially revert "simplify Socket.prototype._final" (Anna Henningsen) #2428810a27277ad
] - net: simplify Socket.prototype._final (Anna Henningsen) #24075b7876ba6e1
] - src: elevate namespaces for repeated entities (Sarath Govind K K) [#24475](hRenovate 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 if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.