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:
8.16.0-alpine
->11.15.0-alpine
Release Notes
nodejs/node
v11.15.0
: 2019-04-30, Version 11.15.0 (Current), @codebytereCompare Source
Notable changes
Commits
7da23dcbfa
] - deps: V8: backport61f4c22
(Anna Henningsen) #272598db791d0fe
] - deps: update archs files for OpenSSL-1.1.1b (Sam Roberts) #263271c98b720b1
] - (SEMVER-MINOR) deps: add s390 asm rules for OpenSSL-1.1.1 (Shigeki Ohtsu) #19794d8cc478ae9
] - deps: upgrade openssl sources to 1.1.1b (Sam Roberts) #26327fa6f0f1644
] - doc: describe tls.DEFAULT_MIN_VERSION/_MAX_VERSION (Sam Roberts) #268218b5d350a35
] - (SEMVER-MINOR) src: add .code and SSL specific error properties (Sam Roberts) #25093bf2c283555
] - (SEMVER-MINOR) tls: add --tls-min-v1.2 CLI switch (Sam Roberts) #269517aeca270f6
] - (SEMVER-MINOR) tls: supported shared openssl 1.1.0 (Sam Roberts) #26951d2666e6ded
] - tls: add debugging to native TLS code (Anna Henningsen) #26843225417b849
] - tls: add CHECK for impossible condition (AnnaHenningsen) #26843109c097797
] - (SEMVER-MINOR) tls: revert default max toTLSv1.2 (Sam Roberts) #269517393e37af1
] - (SEMVER-MINOR) tls: support TLSv1.3 (Sam Roberts) #262098e14859459
] - (SEMVER-MINOR) tls: revert change to invalid protocol error type (Sam Roberts) #2695100688b6042
] - (SEMVER-MINOR) tls: add code for ERR_TLS_INVALID_PROTOCOL_METHOD (Sam Roberts) #24729v11.14.0
: 2019-04-11, Version 11.14.0 (Current), @BethGriggsCompare Source
Notable changes
Commits
ca7c4f485b
] - async_hooks: minor cleanup and improvements (Anatoli Papirovski) #27034e9bffa8166
] - benchmark: improve module-loader benchmark (Ruben Bridgewater) #2697009d6dfb21d
] - benchmark: add new module loading benchmarks (Ruben Bridgewater) #269705512ecb5b0
] - benchmark: tidy up eslint ignore in foreach-bench.js (gengjiawen) #26925de937375e4
] - benchmark: remove unused field in class BenchmarkProgress (gengjiawen) #269250aea4d1c77
] - benchmark,lib: change var to const (Ruben Bridgewater) #269152ba58a6d54
] - buffer: fix concat error message (Ruben Bridgewater) #27050a64786f47f
] - build: fix inspector dependency resolution (Ben Noordhuis) #2702619a30f3b7e
] - build: fix inspector dependency resolution (Ben Noordhuis) #27026ab5dbf9eb0
] - build: only emit download ICU warnings once (Richard Lau) #270317fe43bd81a
] - build: remove unused label from vcbuild.bat (Ben Noordhuis) #269016cbd6b5d57
] - build: fix skipping of flaky tests on Travis (Richard Lau) #27002769d12ca9f
] - build: add aPrepare ccache
job in Travis (Richard Lau) #27002d8aaf2e0db
] - build,meta: tweak Travis config (Refael Ackermann) #26969b64b22377c
] - build,win: silence MSVC warning C4129 for V8 (Refael Ackermann) #2701723967431f5
] - child_process: doc deprecate ChildProcess._channel (cjihrig) #269824defe47228
] - child_process: reduce internal usage of public require of util (toshi1127) #26769e43dbaaba4
] - console: remove unreachable code (Rich Trott) #269062b791d8697
] - crypto: fix crash of encrypted private key export without cipher (Filip Skokan) #270411d2f4c4c6f
] - crypto: fix crash of encrypted private key export without cipher (Filip Skokan) #2704198552f3630
] - crypto: allow undefined for saltLength and padding (Tobias Nießen) #26921db7df0fb12
] - deps: add ARM64 Windows configurations in openssl (Jon Kunkee) #26001341eacc949
] - deps: add ARM64 Windows support in openssl (Shigeki Ohtsu) #26001247700f293
] - (SEMVER-MINOR) deps: update nghttp2 to 1.37.0 (gengjiawen) #26990af3ce38902
] - dns: refactor lib/internal/dns/utils.js (Rich Trott) #27006ac12109d14
] - (SEMVER-MINOR) dns: make dns.promises enumerable (cjihrig) #26592d3c1de313e
] - (SEMVER-MINOR) dns: remove dns.promises experimental warning (cjihrig) #26592ff126ea13c
] - doc: assign missed deprecation code (Richard Lau) #2716451dad0aaca
] - doc: fix default maxBuffer size (kohta ito) #228947eb73d301d
] - doc: document the 'pause' and 'resume' events (Luigi Pinca) #2699957ced2db8c
] - doc: remove unnecessary intro in governance doc (Rich Trott) #27036a5314a1af1
] - doc: remove old system_errors (Minwoo Jung) #270372d780f864b
] - doc: unify link formatting in buffer.md (Vse Mozhet Byt) #270306e3b6c5e2c
] - doc: unify periods in comments in buffer.md (Vse Mozhet Byt) #270305983cefbf9
] - doc: add notes about negative offsets in buffer.md (Vse Mozhet Byt) #270303567ff1378
] - doc: mark optional parameters in buffer.md (Vse Mozhet Byt) #27030eeee6360b9
] - doc: add note about Buffer octets integer coercion (Vse Mozhet Byt) #27030c3d573d743
] - doc: fix error notes inBuffer.from()
variants (Vse Mozhet Byt) #27030e18a0e8087
] - doc: unify number/integer types in buffer.md (Vse Mozhet Byt) #270300d75adcd71
] - doc: add missing types in buffer.md (Vse Mozhet Byt) #27030231eff92ca
] - doc: fix possible typo in buffer.md (Vse Mozhet Byt) #27030f475e79db3
] - doc: remove description duplication in buffer.md (Vse Mozhet Byt) #270307b37c65914
] - doc: improve the doc of the 'information' event (Luigi Pinca) #27009c4b790b62b
] - doc: move "Prints: ..." under the code (simon3000) #270350f08a8e081
] - doc: add information about modules cache behavior (Ruben Bridgewater) #26971b88871e80b
] - doc: list when promiseResolve hook was added to async_hooks (Thomas Watson) #269787a391961ea
] - doc: change code lang and update it with latest Node.js (gengjiawen) #2698717cc117f4a
] - doc: update changelog for v10.x LTS (Beth Griggs) #2693128efecccd5
] - doc: remove "How is an LTS release cut?" section (Rich Trott) #26955d76c30c082
] - doc: add note about mkdtemp() platform differences (cjihrig) #269444a7a84a6be
] - (SEMVER-MINOR) doc: move dns.promises to stable status (cjihrig) #2659225d5198001
] - doc: change links to https in benchmark guide (gengjiawen) #26925a821a96b50
] - doc: correct typo: cert.issuerCertificate (Steven R. Loomis)17bff5ca0d
] - doc: remove reference to "credentials object" (Sam Roberts) #269085e64acd66b
] - (SEMVER-MINOR) embedding: makeNewIsolate()
API more flexible (Anna Henningsen) #265257671a65dbb
] - (SEMVER-MINOR) embedding: refactor publicArrayBufferAllocator
API (Anna Henningsen) #26525c756b84447
] - errors: make range mandatory in ERR_OUT_OF_RANGE (Ruben Bridgewater) #269243e386a77d5
] - (SEMVER-MINOR) fs: remove experimental warning for fs.promises (Anna Henningsen) #26581bb9f1cce42
] - fs: reduce usage of require('util') (toshi1127) #267835a29a94f0e
] - http: reduce usage of public util (ZYSzys) #26548760d089e92
] - inspector: display error when ToggleAsyncHook fails (Joyee Cheung) #268591b45704c19
] - inspector: patch C++ debug options instead of process._breakFirstLine (Joyee Cheung) #26602100bfc5131
] - meta: move ofrobots to TSC emeritus (Ali Ijaz Sheikh) #270765c39687d01
] - module: add extra caching layer (Ruben Bridgewater) #269709b27d5eebb
] - module: add path to the module object (Ruben Bridgewater) #269703263264f43
] - module: inline try catch (Ruben Bridgewater) #26970079368a6ab
] - module: fix repl require calling the same file again (Ruben Bridgewater) #269283c9292642d
] - module: simpler esm loading (Ruben Bridgewater) #26974fd8de13bbe
] - path: refactor for less indentation (Ruben Bridgewater) #26917b62739c85c
] - path: remove dead code (Ruben Bridgewater) #26916bd006e1002
] - path: fix win32 parse regression (Ruben Bridgewater) #26912a232cd60dd
] - process: store argv in Environment (Joyee Cheung) #269454d06ef468e
] - process: run RunBootstrapping in CreateEnvironment (Joyee Cheung) #26788a03552d246
] - process: handle --expose-internals during pre-execution (Joyee Cheung) #2675975c5d9c5b7
] - process: create legacy process properties during pre-execution (Joyee Cheung) #26517d4f95091d0
] - process: delay process.argv[0] and process.argv0 handling (Joyee Cheung) #265176c40f7f940
] - querystring: simplify stringify method (ZYSzys) #26591dbd06088cf
] - (SEMVER-MINOR) readline: make Symbol.asyncIterator support stable (Matteo Collina) #2698978fad3210c
] - readline: replace quadratic regex with linear one (Thomas) #26778003e085ab5
] - report: add cwd to report (cjihrig) #27022755609c682
] - src: prevent crash in TTYWrap::Initialize (Thomas) #2683232ec034bdc
] - src: use sizeof(var) instead of sizeof(type) (Ben Noordhuis) #27038c537daf391
] - src: apply clang-tidy rule bugprone-incorrect-roundings (gengjiawen) #2688580694949f2
] - src: elevate v8::Task namespace (Juan José Arboleda) #26909aa6a741102
] - src: replace c-style cast (gengjiawen) #26888f65cb75c74
] - src: remove internal includes from node_crypto.h (Sam Roberts) #26966d0ee1a3dbb
] - src: fix warning on mismatched fn signature (Sam Roberts) #26950fbdead7f35
] - src: add missing uv_fs_req_cleanup() (cjihrig) #27004729e2f242f
] - src: implement generic backend for process.env (Anna Henningsen) #26544d3840bcf0d
] - src: allow per-Environment set of env vars (Anna Henningsen) #26544e776b013ad
] - src: do not call into JS in the maxAsyncCallStackDepthChanged interrupt (Joyee Cheung) #269350427354a98
] - src: delete useless code in cares_wrap.cc (gengjiawen) #268156bfb17f528
] - src: fix task release in cares_wrap.cc (gengjiawen) #26815c969731755
] - src: use deleted function for class BaseObject (gengjiawen) #26815c824127756
] - src: delete unused field in class ModuleWrap (gengjiawen) #26815ea7e2c0666
] - src: tidy up include headers in env.cc (gengjiawen) #26815c1def0701e
] - src: delete unreachable code in heap_utils.cc (gengjiawen) #26815c51cc9e85b
] - src: apply clang-tidy rule modernize-make-unique (gengjiawen) #26493ab70c96a79
] - src: refactor coverage connection (Joyee Cheung) #2651363e7cc7694
] - src: forbid access to CLI options before bootstrapping is done (Joyee Cheung) #26476e6c1ad5901
] - src: fix warnings around node_options (Refael Ackermann) #2628062f904974d
] - src: refactor node options parsers to mitigate MSVC bug (Refael Ackermann) #26280b29afa212a
] - (SEMVER-MINOR) stream: make Symbol.asyncIterator support stable (Matteo Collina) #26989ea47189b40
] - stream: do not unconditionally call\_read()
onresume()
(Anna Henningsen) #26965b359a7a7e5
] - test: make module test pass with NODE_PENDING_DEPRECATION (Anna Henningsen) #270191b2a07855a
] - test: remove test-trace-events-api-worker-disabled from flaky (Rich Trott) #27020ecac6547c0
] - test: move test that creates 1Gb file to pummel (Rich Trott) #2705335119d60d9
] - test: add IPv6 brackets but no port to test-dns (Rich Trott) #270068258f0704d
] - test: remove unused triggerAsyncId param in test (Juan José Arboleda) #2680006dce392ba
] - test: fix error code typo (cjihrig) #27024e5181f8dc4
] - test: simplify for loop in test-buffer-zero-fill-cli.js (Juan José Arboleda) #267999330d7e4bf
] - test: add known_issues test for fs.copyFile() (Rich Trott) #26939fd6381b056
] - test: remove test-path-parse-6229.js from known issues (Ruben Bridgewater) #26913edad9afaf8
] - test: move hasCrypto check (Ruben Bridgewater) #268582ef1bd97c6
] - test: do not require flags when executing a file (Ruben Bridgewater) #26858a1cf7453d8
] - test: refactor path parse test (Ruben Bridgewater) #2691280e845e787
] - test: add test about unencrypted PKCS#8 private key for RSA (Daiki Ihara) #2689803bd649655
] - test: show stderr on v8 coverage test failures (Joyee Cheung) #26513b24e45ab8d
] - (SEMVER-MINOR) timers: deprecate active() and _unrefActive() (Jeremiah Senkpiel) #267603ff3070442
] - tools: fixtest.py --time
(Richard Lau) #270077cbe1214d0
] - tools: update ESLint to 5.16.0 (cjihrig) #27005dc9ce86aaa
] - tools: update dependencies in lint-md-cli-rollup (Daijiro Wachi) #268898798db3bf3
] - url: add ws: and wss: to slashedProtocol set (Luigi Pinca) #2694112737b3789
] - util:inspect()
should not exceedbreakLength
(Ruben Bridgewater) #269140f615d4216
] - util: add subclass and null prototype support for errors in inspect (Ruben Bridgewater) #269231aa6e993e3
] - util: fix map entries inspection (Ruben Bridgewater) #269181b08e622aa
] - util: improve proxy inspection (Ruben Bridgewater) #2691921486e5c97
] - util: extract uncurryThis function for reuse (ZYSzys) #23081169f3f7166
] - util: requireisNativeError
from internalBinding (ZYSzys) #230818bd7909d00
] - worker: use copy of process.env (Anna Henningsen) #26544682b410581
] - worker: allow execArgv and eval in combination (Anna Henningsen) #265335d9f819a14
] - worker: remove usage of require('util') in worker_thread.js (toshi1127) #2681444450efa6b
] - worker: remove usage of require('util') (toshi1127) #26810v11.13.0
: 2019-03-28, Version 11.13.0 (Current), @targosCompare Source
Notable Changes
once
function to useEventEmitter
with promises (Matteo Collina) #26078.hasColors
method toWriteStream
(Ruben Bridgewater) #26247.v8.getHeapSnapshot
andv8.writeHeapSnapshot
to generate snapshots in the format used by tools such as Chrome DevTools (James M Snell) #26501.worker.moveMessagePortToContext
. This enables using MessagePorts in different vm.Contexts, aiding with the isolation that the vm module seeks to provide (Anna Henningsen) #26497.AddPromiseHook
is now deprecated. This API was added to fill a use case that is served byasync_hooks
, since that hasPromise
support (Anna Henningsen) #26529.Stop
API to shut down Node.js while it is running (Gireesh Punathil) #21283.Commits
a2d2756792
] - assert: reduce internal usage of public require of util (toshi1127) #26750db7c4ac40b
] - assert: reduce internal usage of public require of util (Daiki Ihara) #267623ab438aa17
] - benchmark: replace deprecated and eliminate var in buffer-from.js (gengjiawen) #265850e4ae00676
] - benchmark: use gfm for clarity (gengjiawen) #26710509ad40348
] - build: restore running tests on Travis (Richard Lau) #26720b480c792be
] - build: temporarily don't run tests on Travis (Richard Lau) #267204163864be5
] - build: use Xenial and gcc 6 on Travis (Richard Lau) #26720e39a468cdc
] - child_process: ensure message sanity at source (Gireesh Punathil) #24787f263f98d5a
] - console: remove unreachable code (Rich Trott) #26863e49cd40789
] - console: fix trace function (Ruben Bridgewater) #26764f2a07df27f
] - crypto: improve error handling in parseKeyEncoding (Tobias Nießen) #26455ed7599bf36
] - (SEMVER-MINOR) crypto: allow deriving public from private keys (Tobias Nießen) #2627874c6f57aed
] - (SEMVER-MINOR) crypto: expose KeyObject class (Filip Skokan) #2643854ffe61c56
] - deps: upgrade to libuv 1.27.0 (cjihrig) #26707dae1e301c6
] - dgram: remove usage of public require('util') (dnlup) #26770119f83bb44
] - doc: mark settings as optional and add callback (Ruben Bridgewater) #26894a545cfe293
] - doc: edit "How Can I Help?" in Collaborator Guide (Rich Trott) #2689514cc4f220c
] - doc: add option to require 'process' to api docs (dkundel) #26792977f5acd04
] - doc: minor edit to worker_threads.md (Rich Trott) #2687078e6ec7dd5
] - doc: edit LTS material in Collaborator Guide (Rich Trott) #268457e072c816c
] - doc: change error message to 'not defined' (Mohammed Essehemy) #26857c7b34cd8ee
] - doc: fix comma of the list in worker_threads.md (Hang Jiang) #26838560ff919b2
] - doc: remove discord community (Aymen Naghmouchi) #26830fc0aa50c3d
] - doc: remove How Does LTS Work section from Collaborator Guide (Rich Trott) #26723bc9f6d877a
] - doc: condense LTS material in Collaborator Guide (Rich Trott) #267228de9fe94a0
] - doc: documenterror
event is optionally emitted after.destroy()
(Sergey Zelenov) #26589148c2ca33d
] - doc: add Note of options.stdio into child_process (kohta ito) #266040303aba162
] - doc: update spawnSync() status value possibilities (Rich Trott) #266806744b8cb43
] - doc: add ZYSzys to collaborators (ZYSzys) #267300c06631a71
] - doc: simplify force-push guidelines (Rich Trott) #26699b38cf49094
] - doc: make RFC references consistent (Rich Trott) #267271f0a2835f4
] - doc: note about DNS ANY queries / RFC 8482 (Thomas Hunter II) #26695cfa152b589
] - doc: simplify Troubleshooting text (Rich Trott) #26652e8e8eac96c
] - doc: update copy/paste error message in Troubleshooting (Rich Trott) #266523b471db14a
] - doc: add Gireesh to TSC (Rich Trott) #26657058cf43a3c
] - doc: edit "Technical How-To" section of guide (Rich Trott) #266019a5c1495b1
] - errors: remove usage of require('util') (dnlup) #267817022609dcc
] - events: load internal/errors eagerly (Joyee Cheung) #26771df55731918
] - (SEMVER-MINOR) events: add once method to use promises with EventEmitter (Matteo Collina) #26078c96946d5f3
] - http: delay ret declaration in method _flushOutput (gengjiawen) #2656215af5193af
] - http2: reduce usage of require('util') (toshi1127) #267841073e54ad6
] - http2: delete unused enum in node_http2.h (gengjiawen) #267043574b62717
] - inspector: always set process.binding('inspector').callAndPauseOnStart (Joyee Cheung) #26793cc4a25a1a9
] - lib: lazy loadv8
in error-serdes (Richard Lau) #266895f3b850da5
] - lib: reduce usage of require('util') (dnlup) #26782bf2b57e46f
] - lib: remove usage of require('util') (dnlup) #2677964a92290c0
] - lib: remove usage of require('util') (dnlup) #26777bff5d301bf
] - lib: move extra properties into error creation (Ruben Bridgewater) #26752e916a2ad54
] - lib: remove usage of require('util') (dnlup) #26773cc76f3f152
] - lib: use Array#includes instead of Array#indexOf (Weijia Wang) #26732a44f98e333
] - lib: run prepareMainThreadExecution for third_party_main (Anna Henningsen) #266771c1305dbc1
] - lib: make lowerProto scope more clear (gengjiawen) #265629ce08c85e7
] - lib: explicitly initialize debuglog during bootstrap (Joyee Cheung) #26468b75af1537d
] - lib: move format and formatWithOptions into internal/util/inspect.js (Joyee Cheung) #26468235bb733a6
] - module: do not share the internal require function with public loaders (Joyee Cheung) #265494cafd7419d
] - module: remove usage of require('util') inesm/translators.js
(dnlup) #26806037e3fddfa
] - module: remove usage of require('util') inesm/loader.js
(dnlup) #26804414d6f5e04
] - module: remove usage of require('util') incjs/loader.js
(dnlup) #26802fbe6d30bcf
] - module: remove usage of require('util') (dnlup) #26805a20bf75e06
] - Revert "net: remove usage of require('util')" (Rich Trott) #268965e06c3bc0b
] - net: remove usage of require('util') (dnlup) #2680724e96b24cf
] - net: some scattered cleanup (oyyd) #24128de353b75d5
] - perf_hooks: load internal/errors eagerly (Joyee Cheung) #267710bd82c93c6
] - perf_hooks: reset prev_ before starting ELD timer (Gerhard Stoebich) #26693c127bec4ab
] - policy: reduce internal usage of public util for manifest.js (Jesse Katsumata) #26833899de0a7c7
] - process: check no handle or request is active after bootstrap (Joyee Cheung) #2659357d302b563
] - process: delay creation of process.env after bootstrap/node.js (Joyee Cheung) #26515255de69596
] - process: refactor global.queueMicrotask() (Joyee Cheung) #265231481e5b5c1
] - process: set the trace category update handler during bootstrap (Joyee Cheung) #26605be3ea2a1eb
] - process: handle node --debug deprecation in pre-execution (Joyee Cheung) #266708b65aa73f6
] - process: make stdout and stderr emit 'close' on destroy (Matteo Collina) #26691dd2f2cca00
] - process: remove usage of require('util') inper\_thread.js
(dnlup) #2681741761cc4a6
] - process: load internal/async_hooks before inspector hooks registration (Joyee Cheung) #26866b0afac2833
] - process: call prepareMainThreadExecution in all main thread scripts (Joyee Cheung) #26468cf1117a818
] - process: move deprecation warning setup for --debug* args (Refael Ackermann) #266624200fc30bd
] - process: handle process.env.NODE_V8_COVERAGE in pre-execution (Joyee Cheung) #26466cc606e2dfc
] - process: set up process warning handler in pre-execution (Joyee Cheung) #2646603dba720da
] - process: callprepareMainThreadExecution
innode inspect
(Joyee Cheung) #2646604e9d5a448
] - repl: remove usage of require('util') inrepl/history
(dnlup) #26819e8412bc213
] - repl: remove redundant initialization (gengjiawen) #265625b8eae4ea7
] - report: remove duplicate TIME_TYPE (cjihrig) #2670801778f525b
] - report: tidy up included headers (Richard Lau) #266975c4187638c
] - report: use LocalTime from DiagnosticFilename (Richard Lau) #26647e3bae20941
] - report: use DiagnosticFilename for default filename (Richard Lau) #266471b4553401c
] - report: remove unnecessary return in setters (Rich Trott) #26614f50c9c6ae2
] - src: move ShouldNotAbortOnUncaughtScope out of Environment (Joyee Cheung) #268247e7f07755c
] - src: move TrackingTraceStateObserver out of Environment (Joyee Cheung) #26824bc69a81276
] - src: move TickInfo out of Environment (Joyee Cheung) #26824495e5e9e75
] - src: move ImmediateInfo out of Environment (Joyee Cheung) #268246de1220cc4
] - src: move AsyncCallbackScope out of Environment (Joyee Cheung) #268244af9ff00ff
] - src: move AsyncHooks out of Environment (Joyee Cheung) #268243d9839ba3f
] - src: add include guard for trace_event_common.h (gengjiawen) #2688313eb1d8f8a
] - src: store onread callback in internal field (Anna Henningsen) #26837220f67c6ce
] - src: guard exit label when inspector disabled (Daniel Bevenius) #2680154753f2446
] - src: micro-optimize ALPN negotiation (Ben Noordhuis) #268366de2437c0f
] - src: apply clang-tidy readability-delete-null-pointer (gengjiawen) #26813de5034643f
] - src: apply clang-tidy performance-faster-string-find (gengjiawen) #2681279d6895484
] - src: initialize worker's stack_base_ field (cjihrig) #267396911678f9e
] - src: use explicit casts to silence conversion warnings (Zach Bjornson) #2676626361d1a5f
] - src: add fast path for equal size toReallocate()
(Anna Henningsen) #26573f597b37efb
] - src: do not makeResize(0)
’d buffers basenullptr
(Anna Henningsen) #2673114c3af7f3e
] - src: only open HandleScope when necessary (Anna Henningsen) #26734ad5d8e308c
] - src: refactor thread stopping mechanism (Anna Henningsen) #26757d075814149
] - src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshot (Joyee Cheung) #26671eafbfadec3
] - src: elevate v8 namespaces for PropertyAttribute (gengjiawen) #2668115ec381944
] - src: use EVPKeyPointer in more places (Ben Noordhuis) #266322d2b6a8c23
] - src: remove unused variable in class InspectorSocketServer (gengjiawen) #266333637e71328
] - src: use deleted function instead of private function in class AsyncWrap (gengjiawen) #2663451b8a891d8
] - src: inline macro DISALLOW_COPY_AND_ASSIGN (gengjiawen) #266346c90b7f259
] - (SEMVER-MINOR) src: shutdown node in-flight (Gireesh Punathil) #21283925b645d60
] - src: remove usage of deprecated IsNearDeath (Michaël Zasso) #26630d0801a1c4a
] - (SEMVER-MINOR) src: deprecate AddPromiseHook() (Anna Henningsen) #26529a13f0a6362
] - (SEMVER-MINOR) src: add public API for linked bindings (Anna Henningsen) #264571e669b2e2e
] - (SEMVER-MINOR) src,lib: make DOMException available in all Contexts (Anna Henningsen) #26497e044563bb0
] - (SEMVER-MINOR) src,lib: allow running multiple per-context files (Anna Henningsen) #264978ba0da57a4
] - src,win: fix usage of deprecated v8::Object::Set (Michaël Zasso) #26735249bf509a3
] - stream: fix regression introduced in #26059 (Matteo Collina) #266430b2f900c9a
] - stream: make sure 'readable' is emitted before ending the stream (Matteo Collina) #26059b552139554
] - stream: reduce internal usage of public require of util (Beni von Cheni) #266989ef0a295cf
] - test: refactor trace event category tests (Joyee Cheung) [#26605](https://Configuration
📅 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.