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:
7.6.2
->8.0.0
18.12.1-alpine3.15
->19.1.0-alpine3.15
18.12.1-alpine3.15
->19.1.0-alpine3.15
Release Notes
WiseLibs/better-sqlite3
v8.0.0
Compare Source
Breaking Changes
10.x
and12.x
.Non-breaking Changes
3.40.0
.New Contributors
Full Changelog: WiseLibs/better-sqlite3@v7.6.2...v8.0.0
nodejs/node
v19.1.0
: 2022-11-14, Version 19.1.0 (Current), @RafaelGSSCompare Source
Notable changes
Support function mocking on Node.js test runner
The
node:test
module supports mocking during testing via a top-levelmock
object.
Contributed by Colin Ihrig in #45326
fs.watch recursive support on Linux
fs.watch
supports recursive watch using therecursive: true
option.Contributed by Yagiz Nizipli in #45098
Other notable changes
Commits
c9cf399ec7
] - benchmark: add parameters to text-decoder benchmark (Yagiz Nizipli) #4536379f6bb061d
] - benchmark: fix text-decoder benchmark (Yagiz Nizipli) #45363a27c994ced
] - benchmark: add blob benchmark (Yagiz Nizipli) #44990c45b6aee78
] - bootstrap: merge main thread and worker thread initializations (Joyee Cheung) #4486933691208df
] - buffer: fix validation of options inBlob
constructor (Antoine du Hamel) #451567b938df296
] - build: support Python 3.11 (Luigi Pinca) #4519175e0a2d109
] - build: workaround for node-core-utils (Jiawen Geng) #45199f598edbdf4
] - build: fix icu-small build with ICU 72.1 (Steven R. Loomis) #4519529b9f4f90c
] - build: remove unused language files (Ben Noordhuis) #451383a1ee940d1
] - build: add GitHub token to auto-start-ci workflow (Richard Lau) #4518517349a2f42
] - build: restore Windows resource file (Richard Lau) #4504224e24bd063
] - build: add version info to timezone update PR (Darshan Sen) #450218d7aa53e6b
] - build,win: pass --debug-nghttp2 to configure (Santiago Gimeno) #45209b2e60480f3
] - child_process: validate arguments for null bytes (Darshan Sen) #447821f0edde412
] - crypto: handle more webcrypto errors with OperationError (Filip Skokan) #4532013fb05e12b
] - crypto: handle unsupported AES ciphers in webcrypto (Filip Skokan) #45321c168cbfbb3
] - deps: V8: cherry-pick56816d7
(Shi Pujin) #453531432474abf
] - deps: upgrade npm to 8.19.3 (npm team) #45322f35d56200d
] - deps: update corepack to 0.15.1 (Node.js GitHub Bot) #4533144de2321aa
] - deps: patch V8 to 10.7.193.20 (Michaël Zasso) #45228bfe3819f08
] - deps: upgrade to libuv 1.44.2 (Luigi Pinca) #423400d41df96b3
] - deps: update corepack to 0.15.0 (Node.js GitHub Bot) #452350d241638ca
] - deps: update undici to 5.12.0 (Node.js GitHub Bot) #45236f58996188a
] - Revert "deps: make V8 compilable with older glibc" (Michaël Zasso) #451628cda730e58
] - deps: update ICU to 72.1 (Michaël Zasso) #450680a6ed6f710
] - Revert "deps: V8: forward declaration ofRtl*FunctionTable
" (Michaël Zasso) #451192f7518ada2
] - deps: update timezone (Node.js GitHub Bot) #449503bfba6df79
] - deps: patch V8 to 10.7.193.16 (Michaël Zasso) #45023b5baaa61b3
] - dns: fix port validation (Antoine du Hamel) #451350e9bad97cc
] - doc: allow for holidays in triage response (Michael Dawson) #45267d4aabb9d3d
] - doc: include last security release date (Juan José Arboleda) #45368ba45373164
] - doc: fix email for Ashley (Michael Dawson) #45364d5e5c75b13
] - doc: fix test runner's only tests section header (Colin Ihrig) #45343a7c5f31c47
] - doc: run license-builder (github-actions[bot]) #453493de125743e
] - doc: add more info for timer.setInterval (theanarkh) #452325a1252d9b4
] - doc: use module names in stability overview table (Filip Skokan) #453124d38bf2c5f
] - doc: addnode:
prefix for examples (Daeyeon Jeong) #45328b4b6b95f48
] - doc: update name of Node.js core Slack channel (Rich Trott) #452937d7e7c316b
] - doc: fix "task_processor.js" typo (andreysoktoev) #45257b9039a54af
] - doc: add history section tofetch
-related globals (Antoine du Hamel) #45198d9163f1632
] - doc: clarify moderation inonboarding.md
(Benjamin Gruenbaum) #41930c179c1478b
] - doc: change make lint to make lint-md (RafaelGSS) #4519758bec56fab
] - doc: add more lts update steps to release guide (Ruy Adorno) #451778f8d7e76ac
] - doc: add bmuenzenmeyer to triagers (Brian Muenzenmeyer) #45155de2df550f6
] - doc: update process.release (Filip Skokan) #45170916e8760ba
] - doc: add link to triage guide (Brian Muenzenmeyer) #4515454d806853e
] - doc: mark Node.js 12 as End-of-Life (Rafael Gonzaga) #451863a26347649
] - doc: add lukekarrys to collaborators (Luke Karrys) #4518085cb4d795c
] - doc: update mark release line lts on release guide (Ruy Adorno) #45101c23e023a2d
] - doc: be more definite and present tense-y (Ben Noordhuis) #45120519002152b
] - doc: add major version note to release guide (Ruy Adorno) #45054809e8dcbd2
] - doc: fix v14.x link maintaining openssl guide (RafaelGSS) #450719d449d389d
] - doc: add note about latest GitHub release (Michaël Zasso) #45111ee34a3a1bc
] - doc: mention v18.x openssl maintaining guide (Rafael Gonzaga) #450703e4033a90d
] - doc: fix display of "problematic" ASCII characters (John Gardner) #44373533e38b0b8
] - doc: mark Node.js v17.x as EOL (KaKa) #4511093a34faa39
] - doc: update Node.js 16 End-of-Life date (Richard Lau) #45103b4beddef79
] - doc: fix typo in parseArgs default value (Tobias Nießen) #45083e8103fd33b
] - doc: updated security stewards (Michael Dawson) #450055fbccae4f0
] - doc: fix http and http2 writeEarlyHints() parameter (Fabian Meyer) #45000d47f83251a
] - doc: run license-builder (github-actions[bot]) #45034e6bbc5033d
] - doc: improve the workflow to test release binaries (Rafael Gonzaga) #45004f0c18f04f0
] - doc: fix undici version in changelog (Michael Dawson) #44982ffba3218ec
] - doc: add info on fixup to security release process (Michael Dawson) #44807edb92f4510
] - doc: add anonrig to collaborators (Yagiz Nizipli) #4500258334a38e8
] - doc, async_hooks: improve and add migration hints (Gerhard Stöbich) #453697225a7d46b
] - doc, http: add Uint8Array as allowed type (Gerhard Stöbich) #4516740a5e22328
] - esm: protect ESM loader from prototype pollution (Antoine du Hamel) #451752e5d8e7239
] - esm: protect ESM loader from prototype pollution (Antoine du Hamel) #45044c3dd696081
] - events: add unique events benchmark (Yagiz Nizipli) #44657daff3b8b09
] - fs: update todo message (Yagiz Nizipli) #45265670def3d6f
] - fs: fix opts.filter issue in cpSync (Tho) #4514334bfef91a9
] - (SEMVER-MINOR) fs: add recursive watch to linux (Yagiz Nizipli) #45098d89ca1b443
] - fs: trace more fs api (theanarkh) #450951a04881494
] - http: headers(Distinct), trailers(Distinct) setters to be no-op (Madhuri) #451768abc3f732a
] - http: add priority to common http headers (James M Snell) #45045316354e3d3
] - http2: improve session close/destroy procedures (Santiago Gimeno) #451151635140952
] - http2: fix crash on Http2Stream::diagnostic_name() (Santiago Gimeno) #4512394b7f5338c
] - http2: fix debugStream method (Santiago Gimeno) #451293db37e7d1b
] - inspector: refactorinspector/promises
to be more robust (Antoine du Hamel) #450410478e4063f
] - lib: add options to the heap snapshot APIs (Joyee Cheung) #44989a8e901555a
] - lib: fix JSDoc issues (Rich Trott) #4524374352842bc
] - lib: use process.nextTick() instead of setImmediate() (Luigi Pinca) #423409f3d2f6879
] - lib: drop fetch experimental warning (Matteo Collina) #45287e2181e057b
] - lib: fix eslint early return (RafaelGSS) #45409d1726692ee
] - lib: fix TypeError when converting a detached buffer source (Kohei Ueno) #44020d7470ad986
] - lib: fixAbortSignal.timeout
parameter validation (dnalborczyk) #42856c7b7f2bec2
] - lib: add lint rule to protect againstObject.prototype.then
pollution (Antoine du Hamel) #450619ed9aa8233
] - lib: add ability to add separate event name to defineEventHandler (James M Snell) #450328b4a41e23d
] - lib: fix typo inpre_execution.js
(Antoine du Hamel) #45039cc2393c9fe
] - lib: promise version of streams.finished call clean up (Naor Tedgi (Abu Emma)) #4486217ef1bbc8e
] - lib: make properties on Blob and URL enumerable (Khafra) #449188199841e9c
] - lib: support more attributes for early hint link (Yagiz Nizipli) #4487488c3bb609b
] - meta: update AUTHORS (Node.js GitHub Bot) #45333a866e8c163
] - meta: update collaborator email address in README (Rich Trott) #45251bfbfacad79
] - meta: fix email address typo in README (Rich Trott) #452500d58bb9531
] - meta: remove dont-land-on-v12 auto labeling (Moshe Atlow) #45233b41b5ba658
] - meta: update AUTHORS (Node.js GitHub Bot) #45238ad9a5bb61f
] - meta: move a collaborator to emeritus (Rich Trott) #45160ec8683052b
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #450367900810fb3
] - meta: update AUTHORS (Node.js GitHub Bot) #45020738144c311
] - module: ensure relative requires work from deleted directories (Bradley Farias) #4238436acf8a13e
] - net: remove _readableState from debug statement (Rich Trott) #45063aaca54c5c0
] - node-api: handle no support for external buffers (Michael Dawson) #451812105f099ea
] - node-api,test: fix test_reference_double_free crash (Vladimir Morozov) #449272fcf851a91
] - os: convert uid and gid to 32-bit signed integers (Luigi Pinca) #42340dfe4237d77
] - perf_hooks: align toStringTag with other Web Performance implementations (Daeyeon Jeong) #451579d15da3341
] - report: add more memory info (theanarkh) #45254a2620acad7
] - report: add rss and use/kernel cpu usage fields (theanarkh) #4504366e1dc4979
] - report,doc: define report version semantics (Gireesh Punathil) #4505086e22b4e19
] - src: track contexts in the Environment instead of AsyncHooks (Joyee Cheung) #45282326d19af3d
] - src: resolve TODO related to inspector CVEs (Tobias Nießen) #453414e45585ca2
] - src: revert is_release to 0 (RafaelGSS) #453155d480118fb
] - src: print nghttp2 logs when using --debug-nghttp2 (Santiago Gimeno) #452093e46ebda3c
] - src: trace threadpool event (theanarkh) #4445897547bcd14
] - src: lock-free init_process_flags (Jérémy Lal) #4522142db84913b
] - src: call uv_library_shutdown before DisposePlatform (theanarkh) #45226aa4152a1b6
] - src: fixcrypto.privateEncrypt
fails first time (liuxingbaoyu) #42793243c141b69
] - src: clarify OptionEnvvarSettings member names (Chengzhong Wu) #450575335e29ce7
] - src: let http2 streams end after session close (Santiago Gimeno) #451538d5682266e
] - src: remap invalid file descriptors usingdup2
(Obiwac) #444614e14ed8878
] - src: remove unusedcontextify_global_private_symbol
(Daeyeon Jeong) #45128a8412f5677
] - src: forbid running watch mode in REPL (Moshe Atlow) #45058162bf0ddff
] - src: fix test runner coverage (Moshe Atlow) #45055e5b1179630
] - src: optimize ALPN callback (Ben Noordhuis) #448759dc21a1f86
] - src: simplify ALPN code, remove indirection (Ben Noordhuis) #448755fce8e3495
] - src: iwyu in cleanup_queue.cc (Shelley Vohr) #44983824dcfc422
] - src: return void in InitializeInspector() (Joyee Cheung) #449037a31ae8ab1
] - src,lib: retrieve parsed source map url from v8 (Chengzhong Wu) #44798ccb1c1e9a2
] - stream: add compose operator (Raz Luvaton) #44937e60d9053bc
] - stream: fix duplexify premature destroy (Robert Nagy) #45133bc0ae3e74e
] - stream: fix web streams have no Symbol.toStringTag (Jithil P Ponnan) #451171655532fd2
] - stream: don't push null from closed promise #42694 (David Halls) #45026717db1d46a
] - test: skip test-fs-largefile if not enough disk space (Rich Trott) #453394a80aff16e
] - test: fix catching failed assertion (Pavel Horal) #4522266e7821506
] - test: defer invocation checks (Luigi Pinca) #4234043db0fbd49
] - test: fix test-socket-write-after-fin-error (Luigi Pinca) #42340d5f4d98847
] - test: maketest-eventemitter-asyncresource.js
shorter (Juan José) #451467428651100
] - test: convert test-debugger-pid to async/await (Luke Karrys) #45179f10f2c1121
] - test: fix textdecoder test for small-icu builds (Richard Lau) #45225eed799bd31
] - test: improve test coverage intest-event-capture-rejections.js
(Juan José) #45148069747bfdd
] - test: fix timeout of test-heap-prof.js in riscv devices (Yu Gu) #42674ddb7df76de
] - test: deflake test-http2-empty-frame-without-eof (Santiago Gimeno) #4521202ebde39d3
] - test: use common/tmpdir in watch-mode ipc test (Richard Lau) #45211f9bc40a1fc
] - test: use uv_sleep() where possible (Santiago Gimeno) #451243c7ea23b8f
] - test: fix typo intest/parallel/test-fs-rm.js
(Tim Shilov) #44882b39dcde056
] - test: remove a snapshot blob from test-inspect-address-in-use.js (Daeyeon Jeong) #45132fabed9bdc8
] - test: add test for Module._stat (Darshan Sen) #447132b3b291c97
] - test: watch mode inspect restart repeatedly (Moshe Atlow) #4506017e86e4188
] - test: remove experimental-wasm-threads flag (Michaël Zasso) #45074f0480d68e9
] - test: remove unnecessary noop function args tomustCall()
(Antoine du Hamel) #4504782e6043118
] - test: mark test-watch-mode* as flaky on all platforms (Pierrick Bouvier) #4504926a2ae2489
] - test: wrap missingcommon.mustCall
(Moshe Atlow) #450648662399cda
] - test: remove mentions of--experimental-async-stack-tagging-api
flag (Simon) #4505171b8d506ed
] - test: improve assertions intest-repl-unsupported-option.js
(Juan José) #44953dbc696d363
] - test: remove unnecessary noop function args to mustCall() (Rich Trott) #45027c1ca19fb06
] - test: update WPT resources (Khaidi Chu) #4494843677e5a34
] - test: skip test depending onoverlapped-checker
when not available (Antoine du Hamel) #450153519d74e87
] - test: improve test coverage foros
package (Juan José) #44959ea0cfc9a83
] - test: add test to improve coverage in http2-compat-serverresponse (Cesar Mario Diaz) #44970482578682c
] - test: improve test coverage intest-child-process-spawn-argv0.js
(Juan José) #44955a618dc3c3e
] - test: use CHECK instead of EXPECT where necessary (Tobias Nießen) #44795c59d3b76e6
] - test: refactor promises to async/await (Madhuri) #4498036c5927c60
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #451656158d740f3
] - test_runner: support function mocking (Colin Ihrig) #45326920804dc46
] - test_runner: avoid swallowing of asynchronously thrown errors (MURAKAMI Masahiko) #452648e7f9de45e
] - test_runner: fix afterEach not running on test failures (Jithil P Ponnan) #452040040030443
] - test_runner: report tap subtest in order (Moshe Atlow) #45220afa8291c7c
] - test_runner: call {before,after}Each() on suites (Colin Ihrig) #45161ff174b0937
] - test_runner: add extra fields in AssertionError YAML (Bryan English) #44952bf868fdfab
] - (SEMVER-MINOR) tls: add "ca" property to certificate object (Ben Noordhuis) #44935e8075fd1f8
] - tools: add automation for updating acorn dependency (Facundo Tuesca) #453579aa305ff3e
] - tools: add documentation regarding our api tooling (Claudio Wunder) #4527076cbc07f9b
] - tools: allow scripts to run from anywhere (Luigi Pinca) #45361aa875a4d6a
] - tools: update eslint to 8.27.0 (Node.js GitHub Bot) #453584b71db13ae
] - tools: update eslint to 8.26.0 (Node.js GitHub Bot) #4524363267dfefb
] - tools: update lint-md-dependencies to rollup@3.2.5 (Node.js GitHub Bot) #45332e275859138
] - tools: fix stability index generation (Antoine du Hamel) #4534697fe8bacb1
] - tools: increase macOS cores to 3 on GitHub CI (Rich Trott) #45340eda4ae51ca
] - tools: add automation for updating base64 dependency (Facundo Tuesca) #453002ee052f794
] - tools: fixrequest-ci-failed
comment (Antoine du Hamel) #45291e118dd88fd
] - tools: refactor dynamic strings creation in shell scripts (Antoine du Hamel) #45240ba89cea683
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #45237786f086800
] - tools: use Python 3.11 in GitHub Actions workflows (Luigi Pinca) #451910738d14fa4
] - tools: fixrequest-ci-failed
comment (Antoine du Hamel) #4521849be13ccd8
] - tools: keep Emeriti lists case-insensitive alphabetic (Rich Trott) #451596e30d2231b
] - tools: update actions/setup-python to v4 (Yagiz Nizipli) #45178a4158692d7
] - tools: update V8 gypfiles for RISC-V (Andreas Schwab) #45149c43bc2169f
] - tools: fixcreate-or-update-pull-request-action
hash on GHA (Antoine du Hamel) #451662ccc03ec32
] - tools: update gr2m/create-or-update-pull-request-action (Luigi Pinca) #45022a70b27629f
] - tools: do not use the set-output command in workflows (Luigi Pinca) #45024025e616662
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #45019732f9a78d3
] - trace_events: fix getCategories (theanarkh) #450921bc84ce52c
] - url: remove \t \n \r in url.parse() similar to WHATWG (Rich Trott) #4511684e7388160
] - url: improve port validation (Rich Trott) #4501202cff4a3d3
] - url: improve url.parse() compliance with WHATWG URL (Rich Trott) #4501189390a6be2
] - util: improve text-decoder performance (Yagiz Nizipli) #453630deed8daeb
] - util: improve textdecoder decode performance (Yagiz Nizipli) #45294d41f8ffc36
] - (SEMVER-MINOR) util: add MIME utilities (#21128) (Bradley Farias) #21128v19.0.1
: 2022-11-04, Version 19.0.1 (Current), @RafaelGSSCompare Source
This is a security release.
Notable changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.
Commits
e58e8d70a8
] - deps: update archs files for quictls/openssl-3.0.7+quic (RafaelGSS) #4528685f4548d57
] - deps: upgrade openssl sources to quictls/openssl-3.0.7+quic (RafaelGSS) #4528643403f56f7
] - inspector: harden IP address validation again (Tobias Nießen) nodejs-private/node-private#354v19.0.0
: 2022-10-18, Version 19.0.0 (Current), @RafaelGSS and @ruyadornoCompare Source
Node.js 19 is here! Highlights include the update of the V8 JavaScript engine to 10.7, HTTP(s)/1.1 KeepAlive enabled by default, and ESM Resolution adjustments.
Node.js 19 will replace Node.js 18 as our ‘Current’ release line when Node.js 18 enters long-term support (LTS) later this month.
As per the release schedule, Node.js 19 will be ‘Current' release for the next 6 months, until April 2023.
Notable Changes
Deprecations and Removals
7dd2f41c73
] - (SEMVER-MAJOR) module: runtime deprecate exports double slash maps (Guy Bedford) #44495ada2d053ae
] - (SEMVER-MAJOR) process: runtime deprecate coercion to integer inprocess.exit()
(Daeyeon Jeong) #44711HTTP(S)/1.1 KeepAlive by default
Starting with this release, Node.js sets
keepAlive
to true by default. This means that any outgoing HTTP(s) connection will automatically use HTTP 1.1 Keep-Alive. The default waiting window is 5 seconds.Enable keep-alive will deliver better throughput as connections are reused by default.
Additionally, the agent is now able to parse the response
Keep-Alive
which the servers might send. This header instructs the client on how much to stay connected.On the other side, the Node.js HTTP server will now automatically disconnect idle clients (which are using HTTP Keep-Alive to reuse the connection) when
close()
is invoked).Node.js HTTP(S)/1.1 requests may experience a better throughput/performance by default.
Contributed by Paolo Insogna in #43522
DTrace/SystemTap/ETW Support were removed
The main reason is the lack of resources from the Node.js team. The complexity to keep the support up-to-date has proved not worth it without a clear plan to support those tools. Hence, an issue was raised in the Node.js repository to assess better support, for
DTrace
in specific.Contributed by Ben Noordhuis in #43651 and #43652
V8 10.7
The V8 engine is updated to version 10.7, which is part of Chromium 107.
This version include a new feature to the JavaScript API:
Intl.NumberFormat
.Intl.NumberFormat
v3 API is a new TC39 ECMA402 stage 3 proposalextend the pre-existing
Intl.NumberFormat
.The V8 update was a contribution by Michaël Zasso in #44741.
llhttp 8.1.0
llhttp has been updated to version 8.1.0. Collectively, this version brings many updates to the llhttp API, introducing new callbacks and allow all callback to be pausable.
Contributed by Paolo Insogna in #44967
Other Notable Changes
46a3afb579
] - doc: graduate webcrypto to stable (Filip Skokan) #44897f594cc85b7
] - esm: remove specifier resolution flag (Geoffrey Booth) #44859Semver-Major Commits
53f73d1cfe
] - (SEMVER-MAJOR) build: enable V8's trap handler on Windows (Michaël Zasso) #4474106aaf8a1c4
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #44741aa3a572e6b
] - (SEMVER-MAJOR) build: remove dtrace & etw support (Ben Noordhuis) #4365238f1e2793c
] - (SEMVER-MAJOR) build: remove systemtap support (Ben Noordhuis) #436512849283c4c
] - (SEMVER-MAJOR) crypto: remove non-standardwebcrypto.Crypto.prototype.CryptoKey
(Antoine du Hamel) #42083a1653ac715
] - (SEMVER-MAJOR) crypto: do not allow to call setFips from the worker thread (Sergey Petushkov) #43624fd36a8dadb
] - (SEMVER-MAJOR) deps: update llhttp to 8.1.0 (Paolo Insogna) #4496789ecdddaab
] - (SEMVER-MAJOR) deps: bump minimum ICU version to 71 (Michaël Zasso) #4474166fe446efd
] - (SEMVER-MAJOR) deps: V8: cherry-pick0cccb6f
(Michaël Zasso) #4474188ed027d57
] - (SEMVER-MAJOR) deps: V8: cherry-pick7ddb839
(Michaël Zasso) #4474126c651c34e
] - (SEMVER-MAJOR) deps: V8: cherry-pick1b3a4f0
(Michaël Zasso) #44741c8ff2dfd11
] - (SEMVER-MAJOR) deps: V8: cherry-pickb161a08
(Michaël Zasso) #447417a8fa2d517
] - (SEMVER-MAJOR) deps: fix V8 build on Windows with MSVC (Michaël Zasso) #4474183b0aaa800
] - (SEMVER-MAJOR) deps: fix V8 build on SmartOS (Michaël Zasso) #447417a952e8ea5
] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #447416bd756d7c6
] - (SEMVER-MAJOR) deps: update V8 to 10.7.193.13 (Michaël Zasso) #4474103fb789fb9
] - (SEMVER-MAJOR) events: add null check for the signal of EventTarget (Masashi Hirano) #43153a4fa526ddc
] - (SEMVER-MAJOR) fs: add directory autodetection to fsPromises.symlink() (Livia Medeiros) #42894bb4891d8d4
] - (SEMVER-MAJOR) fs: add validateBuffer to improve error (Hirotaka Tagawa / wafuwafu13) #44769950a4411fa
] - (SEMVER-MAJOR) fs: remove coercion to string in writing methods (Livia Medeiros) #4279641a6d82968
] - (SEMVER-MAJOR) fs: harden fs.readSync(buffer, options) typecheck (LiviaMedeiros) #427722275faac2b
] - (SEMVER-MAJOR) fs: harden fs.read(params, callback) typecheck (LiviaMedeiros) #4277229953a0b88
] - (SEMVER-MAJOR) fs: harden filehandle.read(params) typecheck (LiviaMedeiros) #427724267b92604
] - (SEMVER-MAJOR) http: use Keep-Alive by default in global agents (Paolo Insogna) #435220324529e0f
] - (SEMVER-MAJOR) inspector: introduce inspector/promises API (Erick Wendel) #4425080270994d6
] - (SEMVER-MAJOR) lib: enable global CustomEvent by default (Daeyeon Jeong) #44860f529f73bd7
] - (SEMVER-MAJOR) lib: brand check event handler property receivers (Chengzhong Wu) #444836de2673a9f
] - (SEMVER-MAJOR) lib: enable global WebCrypto by default (Antoine du Hamel) #4208373ba8830d5
] - (SEMVER-MAJOR) lib: use private field in AbortController (Joyee Cheung) #438207dd2f41c73
] - (SEMVER-MAJOR) module: runtime deprecate exports double slash maps (Guy Bedford) #4449522c39b1ddd
] - (SEMVER-MAJOR) path: the dot will be added(path.format) if it is not specified inext
(theanarkh) #44349587367d107
] - (SEMVER-MAJOR) perf_hooks: expose webperf global scope interfaces (Chengzhong Wu) #44483364c0e196c
] - (SEMVER-MAJOR) perf_hooks: fix webperf idlharness (Chengzhong Wu) [#Configuration
📅 Schedule: Branch creation - "on friday and saturday" in timezone Europe/Zagreb, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.