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:
20.5
->20.7
20.5.1
->20.7.0
20.5.1-alpine
->20.7.0-alpine
Release Notes
nodejs/node (node)
v20.7.0
: 2023-09-18, Version 20.7.0 (Current), @UlisesGasconCompare Source
Notable Changes
022f1b70c1
] - src: support multiple--env-file
declarations (Yagiz Nizipli) #495424a1d1cad61
] - crypto: update root certificates to NSS 3.93 (Node.js GitHub Bot) #49341a1a65f593c
] - deps: upgrade npm to 10.1.0 (npm team) #495706c2480cad9
] - (SEMVER-MINOR) deps: upgrade npm to 10.0.0 (npm team) #49423bef900e56b
] - doc: move and rename loaders section (Geoffrey Booth) #49261db4ce8a593
] - doc: add release key for Ulises Gascon (Ulises Gascón) #4919611c85ffa98
] - (SEMVER-MINOR) lib: add api to detect whether source-maps are enabled (翠 / green) #46391ec51e25ed7
] - src,permission: add multiple allow-fs-* flags (Carlos Espa) #49047efdc95fbc0
] - (SEMVER-MINOR) test_runner: expose location of tests (Colin Ihrig) #48975Commits
e84515594e
] - benchmark: usetmpdir.resolve()
(Livia Medeiros) #49137f37444e896
] - bootstrap: build code cache from deserialized isolate (Joyee Cheung) #49099af6dc1754d
] - bootstrap: do not generate code cache in an unfinalized isolate (Joyee Cheung) #49108cade5716df
] - build: add symlink tocompile_commands.json
file if needed (Juan José) #4926034a2590b05
] - build: expand when we run internet tests (Michael Dawson) #49218f637fd46ab
] - build: fix typolibray
->library
(configure.py) (michalbiesek) #49106ef3d8dd493
] - crypto: remove webcrypto EdDSA key checks and properties (Filip Skokan) #494084a1d1cad61
] - crypto: update root certificates to NSS 3.93 (Node.js GitHub Bot) #493417eb10a38ea
] - crypto: remove getDefaultEncoding() (Tobias Nießen) #49170772496c030
] - crypto: remove default encoding from DiffieHellman (Tobias Nießen) #49169c795083232
] - crypto: remove default encoding from Hash/Hmac (Tobias Nießen) #4916708197aa010
] - crypto: remove default encoding from sign/verify (Tobias Nießen) #49145a1a65f593c
] - deps: upgrade npm to 10.1.0 (npm team) #495706c2480cad9
] - (SEMVER-MINOR) deps: upgrade npm to 10.0.0 (npm team) #4942384195d9584
] - deps: add missing thread-common.c in uv.gyp (Santiago Gimeno) #494105b70b68b3d
] - deps: V8: cherry-pickeadaef5
(Adam Majer) #49401fe34d632e8
] - deps: update zlib to 1.2.13.1-motley-f5fd0ad (Node.js GitHub Bot) #49252db4ce8a593
] - doc: add release key for Ulises Gascon (Ulises Gascón) #49196e5f3a694cf
] - doc: fix node-api call example (Chengzhong Wu) #49395021345a724
] - doc: add news issue for Diagnostics WG (Michael Dawson) #49306f82347266b
] - doc: clarify policy expectations (Rafael Gonzaga) #4894773cfd9c895
] - doc: add print results for examples inStringDecoder
(Jungku Lee) #4932663ab591416
] - doc: update outdated reference to NIST SP 800-131A (Tobias Nießen) #49316935dfe2afd
] - doc: usecjs
as block code's type inMockTimers
(Deokjin Kim) #493097c0cd2fb87
] - doc: updateoptions.filter
description forfs.cp
(Shubham Pandey) #49289f72e79ea67
] - doc: add riscv64 to list of architectures (Stewart X Addison) #49284d19c710064
] - doc: avoid "not currently recommended" (Tobias Nießen) #49300ae656101c0
] - doc: update module hooks docs (Geoffrey Booth) #49265fefbdb92f2
] - doc: modify param description for end(),write() inStringDecoder
(Jungku Lee) #4928559e66a1ebe
] - doc: use NODE_API_SUPPORTED_VERSION_MAX in release doc (Cheng Zhao) #49268ac3b88449b
] - doc: fix typo instream.finished
documentation (Antoine du Hamel) #492717428ebf6c3
] - doc: update description forpercent_encode
sets inWHATWG API
(Jungku Lee) #49258bef900e56b
] - doc: move and rename loaders section (Geoffrey Booth) #49261a22e0d9696
] - doc: clarify use of Uint8Array for n-api (Fedor Indutny) #487421704f24cb9
] - doc: add signature formodule.register
(Geoffrey Booth) #492515a363bb01b
] - doc: caveat unavailability ofimport.meta.resolve
in custom loaders (Jacob Smith) #492428101f2b259
] - doc: use same name in the doc as in the code (Hyunjin Kim) #49216edf278d60d
] - doc: add notable-change label mention to PR template (Rafael Gonzaga) #491883df2251a6a
] - doc: add h1 summary to security release process (Rafael Gonzaga) #491129fcd99a744
] - doc: update to semver-minor releases by default (Rafael Gonzaga) #49175777931f499
] - doc: fix wording in napi_async_init (Tobias Nießen) #49180f45c8e10c0
] - doc,test: add known path resolution issue in permission model (Tobias Nießen) #49155a6cfea3f74
] - esm: align sync and async load implementations (Antoine du Hamel) #491529fac310b33
] - fs: add the options param description in openAsBlob() (Yeseul Lee) #4930892772a8175
] - fs: remove redundant code in readableWebStream() (Deokjin Kim) #4929888ba79b083
] - fs: make sure to write entire buffer (Robert Nagy) #4921111c85ffa98
] - (SEMVER-MINOR) lib: add api to detect whether source-maps are enabled (翠 / green) #46391c12711ebfe
] - lib: implement WeakReference on top of JS WeakRef (Joyee Cheung) #490539a0891f88d
] - meta: bump step-security/harden-runner from 2.5.0 to 2.5.1 (dependabot[bot]) #49435ae67f41ef1
] - meta: bump actions/checkout from 3.5.3 to 3.6.0 (dependabot[bot]) #4943671b4411fb2
] - meta: bump actions/setup-node from 3.7.0 to 3.8.1 (dependabot[bot]) #4943483b7d3a395
] - meta: remove modules team from CODEOWNERS (Benjamin Gruenbaum) #4941281ff68c45c
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #49264ab975233cc
] - meta: mention nodejs/tsc when changing GH templates (Rafael Gonzaga) #49189ceaa5494de
] - meta: add test/reporters to codeowners (Chemi Atlow) #49186de0a51b7cf
] - net: improve performance of isIPv4 and isIPv6 (Uzlopak) #495688d0913bf95
] - net: use asserts in JS Socket Stream to catch races in future (Tim Perry) #494002486836a7d
] - net: fix crash due to simultaneous close/shutdown on JS Stream Sockets (Tim Perry) #494007a808340cd
] - node-api: fix compiler warning in node_api.h (Michael Graeb) #4910330f26a99f4
] - permission: ensure to resolve path when calling mkdtemp (RafaelGSS) nodejs-private/node-private#4405051c75a5b
] - policy: fix path to URL conversion (Antoine du Hamel) #49133173aed4757
] - report: fix recent coverity warning (Michael Dawson) #48954d7ff78b442
] - sea: generate code cache with deserialized isolate (Joyee Cheung) #49226022f1b70c1
] - src: support multiple--env-file
declarations (Yagiz Nizipli) #49542154b1c2115
] - src: don't overwrite environment from .env file (Phil Nash) #49424dc4de1c69b
] - src: modify code for empty string (pluris) #49336701c46f967
] - src: remove unused PromiseWrap-related code (Joyee Cheung) #493354a094dc7af
] - src: rename IsAnyByteSource to IsAnyBufferSource (Tobias Nießen) #4934655d6649175
] - src: support snapshot deserialization in RAIIIsolate (Joyee Cheung) #49226dc092864ef
] - src: remove unused functionGetName()
in node_perf (Jungku Lee) #49244f2552a410e
] - src: use ARES_SUCCESS instead of 0 (Jungku Lee) #490484a9ae31519
] - src: add a condition if the argument ofDomainToUnicode
is empty (Jungku Lee) #49097f460362cdf
] - src: remove C++ WeakReference implementation (Joyee Cheung) #490532a35383b3e
] - src: use per-realm GetBindingData() wherever applicable (Joyee Cheung) #49007184bbddcf5
] - src: add per-realm GetBindingData() method (Joyee Cheung) #49007e9946885f9
] - src: serialize both BaseObject slots (Joyee Cheung) #48996ec51e25ed7
] - src,permission: add multiple allow-fs-* flags (Carlos Espa) #490478aac95de4b
] - stream: improve tee perf by reduceReflectConstruct
usages (Raz Luvaton) #495460eea7fd8fb
] - stream: use Buffer.from when constructor is a Buffer (Matthew Aitken) #49250b961d9bd52
] - stream: addhighWaterMark
for the map operator (Raz Luvaton) #49249ca1384166d
] - test: fix warning for comment in embedtest (Jungku Lee) #494162a35782809
] - test: simplify test-crypto-dh-group-setters (Tobias Nießen) #494046740f3c209
] - test: verify dynamic import call with absolute path strings (Chengzhong Wu) #492756ed47bd8fb
] - test: reduce length in crypto keygen tests (Joyee Cheung) #492214faa30c553
] - test: split JWK async elliptic curve keygen tests (Joyee Cheung) #49221e04a2603d8
] - test: split test-crypto-keygen.js (Joyee Cheung) #492210d23c1d4ce
] - test: rename test-crypto-modp1-error (Tobias Nießen) #4934848e41569e2
] - test: migrate message source map tests from Python to JS (Yiyun Lei) #49238a11e64e09c
] - test: fix compiler warning in NodeCryptoEnv (Tobias Nießen) #49206345543938f
] - test: handle EUNATCH (Abdirahim Musse) #48050e391f4b197
] - test: usetmpdir.resolve()
(Livia Medeiros) #49136910378f93f
] - test: reduce flakiness oftest-esm-loader-hooks
(Antoine du Hamel) #492484a85f70462
] - test: add spawnSyncAndExit() and spawnSyncAndExitWithoutError() (Joyee Cheung) #492009610008b79
] - test: make test-perf-hooks more robust and work with workers (Joyee Cheung) #49197dc8fff9a75
] - test: use gcUntil() in test-v8-serialize-leak (Joyee Cheung) #49168ca9f801332
] - test: make WeakReference tests robust (Joyee Cheung) #49053de103a4686
] - test: add test for effect of UV_THREADPOOL_SIZE (Tobias Nießen) #4916547d24f144b
] - test: use expectSyncExit{WithErrors} in snapshot tests (Joyee Cheung) #49020c441f5a097
] - test: add expectSyncExitWithoutError() and expectSyncExit() utils (Joyee Cheung) #490204d184b5251
] - test: remove --no-warnings flag in test_runner fixtures (Raz Luvaton) #4898925e967a90b
] - test: reorder test files fixtures for better understanding (Raz Luvaton) #48787fac56dbcc0
] - test,benchmark: usetmpdir.fileURL()
(Livia Medeiros) #4913836763fa532
] - test_runner: preserve original property descriptor (Erick Wendel) #4943340e9fcdbea
] - test_runner: add support for setImmediate (Erick Wendel) #4939723216f1935
] - test_runner: report covered lines, functions and branches to reporters (Phil Nash) #49320283f2806b1
] - test_runner: expose spec reporter as newable function (Chemi Atlow) #49184546ad5f770
] - test_runner: reland run global after() hook earlier (Colin Ihrig) #49116efdc95fbc0
] - (SEMVER-MINOR) test_runner: expose location of tests (Colin Ihrig) #489754bc0a8fe99
] - test_runner: fix global after not failing the tests (Raz Luvaton) #4891308738b2664
] - test_runner: fix timeout in *Each hook failing further tests (Raz Luvaton) #48925c2f1830f66
] - test_runner: cleanup test timeout abort listener (Raz Luvaton) #4891575333f38b2
] - test_runner: fix global before not called when no global test exists (Raz Luvaton) #48877b28b85adf8
] - tls: remove redundant code in onConnectSecure() (Deokjin Kim) #4945783fc4dccbc
] - tls: refactor to use validateFunction (Deokjin Kim) #494228949cc79dd
] - tls: ensure TLS Sockets are closed if the underlying wrap closes (Tim Perry) #493271df56e6f01
] - tools: update eslint to 8.48.0 (Node.js GitHub Bot) #49343ef50ec5b57
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #493429a8fb4fc34
] - tools: remove v8_dump_build_config action (Cheng Zhao) #4930191b2d4314b
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #49253b51946ebdd
] - tools: fix github reporter appended multiple times (Moshe Atlow) #49199ae40cb1612
] - url: validatepathToFileURL(path)
argument as string (LiviaMedeiros) #49161e787673dcf
] - url: handle unicode hostname if empty (Yagiz Nizipli) #493966ee74be87f
] - vm: store MicrotaskQueue in ContextifyContext directly (Joyee Cheung) #489820179c6dc8f
] - worker: protect against user mutating well-known prototypes (Antoine du Hamel) #49270v20.6.1
: 2023-09-08, Version 20.6.1 (Current), @ruyadorno and @RafaelGSSCompare Source
Commit
8acbe6d8e8
] - esm: fix loading of CJS modules from ESM (Antoine du Hamel) #49500v20.6.0
: 2023-09-04, Version 20.6.0 (Current), @juanarbol prepared by @UlisesGasconCompare Source
Notable changes
built-in
.env
file supportStarting from Node.js v20.6.0, Node.js supports
.env
files for configuring environment variables.Your configuration file should follow the INI file format, with each line containing a key-value pair for an environment variable.
To initialize your Node.js application with predefined configurations, use the following CLI command:
node --env-file=config.env index.js
.For example, you can access the following environment variable using
process.env.PASSWORD
when your application is initialized:In addition to environment variables, this change allows you to define your
NODE_OPTIONS
directly in the.env
file, eliminating the need to include it in yourpackage.json
.This feature was contributed by Yagiz Nizipli in #48890.
import.meta.resolve
unflaggedIn ES modules,
import.meta.resolve(specifier)
can be used to get an absolute URL string to whichspecifier
resolves, similar torequire.resolve
in CommonJS. This aligns Node.js with browsers and other server-side runtimes.This feature was contributed by Guy Bedford in #49028
New
node:module
APIregister
for module customization hooks; newinitialize
hookThere is a new API
register
available onnode:module
to specify a file that exports module customization hooks, and pass data to the hooks, and establish communication channels with them. The “define the file with the hooks” part was previously handled by a flag--experimental-loader
, but when the hooks moved into a dedicated thread in 20.0.0 there was a need to provide a way to communicate between the main (application) thread and the hooks thread. This can now be done by callingregister
from the main thread and passing data, includingMessageChannel
instances.We encourage users to migrate to an approach that uses
--import
withregister
, such as:Using
--import
ensures that the customization hooks are registered before any application code runs, even the entry point.This feature was contributed by Izaak Schroeder in #48842 and #48559
Module customization
load
hook can now support CommonJSAuthors of module customization hooks can how handle both ES module and CommonJS sources in the
load
hook. This works for CommonJS modules referenced via eitherimport
orrequire
, so long as the main entry point of the application is handled by the ES module loader (such as because the entry point is an ES module file, or if the--import
flag is passed). This should simplify the customization of the Node.js module loading process, as package authors can customize more of Node.js without relying on deprecated APIs such asrequire.extensions
.This feature was contributed by Antoine du Hamel in #47999
Node.js C++ addons now have experimental support for cppgc (Oilpan), a C++ garbage collection library in V8.
Now when Node.js starts up, it makes sure that there is a
v8::CppHeap
attached to the V8 isolate. This enables users to allocate in thev8::CppHeap
using<cppgc/*>
headers from V8, which are now also included into the Node.js headers available to addons. Note that since Node.js only bundles the cppgc library coming from V8, the ABI stability of cppgc is currently not guaranteed in semver-minor and -patch updates, but we do not expect the ABI to break often, as it has been stable and battle-tested in Chromium for years. We may consider including cppgc into the ABI stability guarantees when it gets enough adoption internally and externally.To help addon authors create JavaScript-to-C++ references of which V8's garbage collector can be aware, a helper function
node::SetCppgcReference(isolate, js_object, cppgc_object)
has been added tonode.h
. V8 may provide a native alternative in the future, which could then replace this Node.js-specific helper. In the mean time, users can use this API to avoid having to hard-code the layout of JavaScript wrapper objects. An example of how to create garbage-collected C++ objects in the unified heap and wrap it in a JavaScript object can be found in the Node.js addon tests.The existing
node::ObjectWrap
helper would continue to work, while cppgc-based object management serves as an alternative with some advantages mentioned in the V8 blog post about Oilpan.This feature was contributed by Daryl Haresign and Joyee Cheung in #48660 and #45704.
Other notable changes
d6862b085c
] - deps: V8: cherry-pick9327503
(Joyee Cheung) #4866000fc8bb8b3
] - doc: add rluvaton to collaborators (Raz Luvaton) #49215d649339abd
] - doc: add new TSC members (Michael Dawson) #4884167f9896247
] - (SEMVER-MINOR) inspector: open addSymbolDispose
(Chemi Atlow) #487655aef593db3
] - module: implementregister
utility (João Lenon) #46826Commits
771abcb5da
] - benchmark: add benchmarks for the test_runner (Raz Luvaton) #489316b27bb0dab
] - benchmark: add pm startup benchmark (Rafael Gonzaga) #489051f35c0ca55
] - child_process: harden against prototype pollution (Livia Medeiros) #48726d6862b085c
] - deps: V8: cherry-pick9327503
(Joyee Cheung) #48660f71e383948
] - deps: update simdutf to 3.2.17 (Node.js GitHub Bot) #49019e14f0456ae
] - deps: update googletest to7e33b6a
(Node.js GitHub Bot) #49034bfaa0fb500
] - deps: update zlib to 1.2.13.1-motley-526382e (Node.js GitHub Bot) #49033b79c652c85
] - deps: update undici to 5.23.0 (Node.js GitHub Bot) #490216ead86145c
] - deps: update googletest toc875c4e
(Node.js GitHub Bot) #489644b0e50501e
] - deps: update ada to 2.6.0 (Node.js GitHub Bot) #48896d960ee0ba3
] - deps: upgrade npm to 9.8.1 (npm team) #48838d92b0139ca
] - deps: update zlib to 1.2.13.1-motley-61dc0bd (Node.js GitHub Bot) #487882a7835c376
] - deps: V8: cherry-pick9f4b769
(Joyee Cheung) #48830c8e17829ac
] - deps: V8: cherry-pickc1a54d5
(Joyee Cheung) #48830318e075b6f
] - deps: update googletest tocc36671
(Node.js GitHub Bot) #48789114e088267
] - diagnostics_channel: fix last subscriber removal (Gabriel Schulhof) #4893300fc8bb8b3
] - doc: add rluvaton to collaborators (Raz Luvaton) #4921521949c45b6
] - doc: add print results for examples inWebStreams
(Jungku Lee) #49143032107a6fe
] - doc: fixType
notation in webstreams (Deokjin Kim) #4912191d41e7c5a
] - doc: fix name of the flag ininitialize()
docs (Antoine du Hamel) #49158aa4caf810e
] - doc: make the NODE_VERSION_IS_RELEASE revert clear (Rafael Gonzaga) #49114f888a1dbe3
] - doc: update process.binding deprecation text (Tobias Nießen) #4908689fa3faf92
] - doc: update with latest security release (Rafael Gonzaga) #490853d36e7a941
] - doc: add description for--port
flag ofnode inspect
(Michael Bianco) #48785e9d9ca12a3
] - doc: add missing period (Rich Trott) #490947e7b554de0
] - doc: add ESM examples in http.md (btea) #4776348f8ccfd54
] - doc: detailed description of keystrokes Ctrl-Y and Meta-Y (Ray) #43529195885c8f8
] - doc: add "type" to test runner event details (Phil Nash) #490146ce25f8415
] - doc: reserve 118 for Electron 27 (David Sanders) #490239c26c0f296
] - doc: clarify use of process.env in worker threads on Windows (Daeyeon Jeong) #490087186e02aa0
] - doc: remove v14 mention (Rafael Gonzaga) #490059641ac6c65
] - doc: drop github actions check in sec release process (Rafael Gonzaga) #48978f3d62abb19
] - doc: improved joinDuplicateHeaders definition (Matteo Bianchi) #488590db104a08b
] - doc: fix second parameter name ofevents.addAbortListener
(Deokjin Kim) #489225173c559b7
] - doc: add new reporter events to custom reporter examples (Chemi Atlow) #48903660da785e6
] - doc: run license-builder (github-actions[bot]) #48898092f9fe92a
] - doc: change duration to duration_ms on test documentation (Ardi_Nugraha) #488925e4730858d
] - doc: improve requireHostHeader (Guido Penta) #48860045e3c549a
] - doc: add ver of 18.x where Node-api 9 is supported (Michael Dawson) #48876c20d35df34
] - doc: include experimental features assessment (Rafael Gonzaga) #48824d649339abd
] - doc: add new TSC members (Michael Dawson) #48841aeac327f2b
] - doc: refactor node-api support matrix (Michael Dawson) #48774388c7d9232
] - doc: declarepath
on example ofasync_hooks.executionAsyncId()
(Deokjin Kim) #48556fe20528c8e
] - doc: remove the . in the end to reduce confusing (Jason) #48719e69c8e173f
] - doc: nodejs-social over nodejs/tweet (Rafael Gonzaga) #48769ea547849fd
] - doc: expand on squashing and rebasing to land a PR (Chengzhong Wu) #4875131442b96a5
] - esm: fixglobalPreload
warning (Antoine du Hamel) #49069eb1215878b
] - esm: unflag import.meta.resolve (Guy Bedford) #4902857b24a34e6
] - esm: import.meta.resolve exact module not found errors should return (Guy Bedford) #49038f23b2a3066
] - esm: protectERR_UNSUPPORTED_DIR_IMPORT
against prototype pollution (Antoine du Hamel) #49060386e826a56
] - esm: addinitialize
hook, integrate withregister
(Izaak Schroeder) #4884274a2e1e0ab
] - esm: fix typoparentUrl
->parentURL
(Antoine du Hamel) #489990a4f7c669a
] - esm: unflagModule.register
and allow nested loaderimport()
(Izaak Schroeder) #48559a5597470ce
] - esm: add backglobalPreload
tests and fix failing ones (Antoine du Hamel) #48779d568600b42
] - events: remove weak listener for event target (Raz Luvaton) #489523d942d9842
] - fs: fix readdir recursive sync & callback (Ethan Arrowood) #48698c14ff69d69
] - fs: mentionURL
in NUL character error message (LiviaMedeiros) #48828d634d781d7
] - fs: makemkdtemp
accept buffers and URL (LiviaMedeiros) #488284515a285a4
] - fs: remove redundantnullCheck
(Livia Medeiros) #48826742597b14a
] - http: start connections checking interval on listen (Paolo Insogna) #4861167f9896247
] - (SEMVER-MINOR) inspector: open addSymbolDispose
(Chemi Atlow) #48765b66a3c1c96
] - lib: fix MIME overmatch in data URLs (André Alves) #49104dca8678a22
] - lib: fix to add resolve() before return at Blob.stream()'s source.pull() (bellbind) #48935420b85c00f
] - lib: remove invalid parameter to toASCII (Yagiz Nizipli) #48878a12ce11b09
] - lib,permission: drop repl autocomplete when pm enabled (Rafael Gonzaga) #48920458eaf5e75
] - meta: bump github/codeql-action from 2.20.1 to 2.21.2 (dependabot[bot]) #489864f88cb10e0
] - meta: bump step-security/harden-runner from 2.4.1 to 2.5.0 (dependabot[bot]) #4898522fc2a6ec6
] - meta: bump actions/setup-node from 3.6.0 to 3.7.0 (dependabot[bot]) #4898440103adabd
] - meta: bump actions/setup-python from 4.6.1 to 4.7.0 (dependabot[bot]) #4898384c0c6848c
] - meta: add mailmap entry for atlowChemi (Chemi Atlow) #488101a6e9450b8
] - module: make CJS load from ESM loader (Antoine du Hamel) #47999a5322c4b4a
] - module: ensure successful import returns the same result (Antoine du Hamel) #466625aef593db3
] - module: implementregister
utility (João Lenon) #46826015c4f788d
] - node-api: avoid macro redefinition (Tobias Nießen) #4887953ee98566b
] - permission: move PrintTree into unnamed namespace (Tobias Nießen) #4887430ea480135
] - permission: fix data types in PrintTree (Tobias Nießen) #487708380800375
] - readline: add paste bracket mode (Jakub Jankiewicz) #47150bc009d0c10
] - sea: add support for V8 bytecode-only caching (Darshan Sen) #48191f2f4ce9e29
] - src: use effective cppgc wrapper id to deduce non-cppgc id (Joyee Cheung) #48660bf7ff369f6
] - src: add built-in.env
file support (Yagiz Nizipli) #488908d6948f8e2
] - src: remove duplicated code inGenerateSingleExecutableBlob()
(Jungku Lee) #49119b030004cee
] - src: refactor vector writing in snapshot builder (Joyee Cheung) #48851497df8288d
] - src: add ability to overload fast api functions (Yagiz Nizipli) #48993e5b0dfa359
] - src: remove redundant code for uv_handle_type (Jungku Lee) #49061f126b9e3d1
] - src: modernize use-equals-default (Jason) #48735db4370fc3e
] - src: avoid string copy in BuiltinLoader::GetBuiltinIds (Yagiz Nizipli) #487219d13503c4e
] - src: fix callback_queue.h missing header (Jason) #487336c389df3aa
] - src: cast v8::Object::GetInternalField() return value to v8::Value (Joyee Cheung) #489437b9adff0be
] - src: do not pass user input to format string (Antoine du Hamel) #48973e0fdb7b092
] - src: remove ContextEmbedderIndex::kBindingDataStoreIndex (Joyee Cheung) #48836578c3d1e14
] - src: use ARES_SUCCESS instead of 0 (Hyunjin Kim) #48834ed23426aac
] - src: save the performance milestone time origin in the AliasedArray (Joyee Cheung) #487085dec186663
] - src: support snapshot in single executable applications (Joyee Cheung) #46824d759d4f631
] - src: remove unnecessary temporary creation (Jason) #48734409cc692db
] - src: fix nullptr access on realm (Jan Olaf Krems) #4880207d0fd61b1
] - src: remove OnScopeLeaveImpl's move assignment overload (Jason) #4873241cc3efa23
] - src: use string_view for utf-8 string creation (Yagiz Nizipli) #4872262a46d9335
] - src,permission: restrict by default when pm enabled (Rafael Gonzaga) #48907099159ce04
] - src,tools: initialize cppgc (Daryl Haresign) #48660600c08d197
] - stream: improve WebStreams performance (Raz Luvaton) #49089609b25fa99
] - stream: implement ReadableStream.from (Debadree Chatterjee) #48395750cca2738
] - test: usetmpdir.resolve()
(Livia Medeiros) #491286595367649
] - test: usetmpdir.resolve()
(Livia Medeiros) #49127661b055e75
] - test: usetmpdir.resolve()
in fs tests (Livia Medeiros) #49126b3c56d206f
] - test: usetmpdir.resolve()
in fs tests (Livia Medeiros) #491253ddb155d16
] - test: fix assertion message in test_async.c (Tobias Nießen) #491461d17c1032d
] - test: refactortest-esm-loader-hooks
for easier debugging (Antoine du Hamel) #4913113bd7a0293
] - test: addtmpdir.resolve()
(Livia Medeiros) #4907989b1bce56d
] - test: documentfixtures.fileURL()
(Livia Medeiros) #490832fcb855c76
] - test: reduce flakiness oftest-esm-loader-hooks
(Antoine du Hamel) #491057816e040df
] - test: stabilize the inspector-open-dispose test (Chemi Atlow) #49000e70e9747e4
] - test: print instruction for creating missing snapshot in assertSnapshot (Raz Luvaton) #48914669ac03520
] - test: addtmpdir.fileURL()
(Livia Medeiros) #49040b945d7be35
] - test: usespawn
andspawnPromisified
instead ofexec
(Antoine du Hamel) #48991b3a7427583
] - test: refactortest-node-output-errors
(Antoine du Hamel) #489926c3e5c4d69
] - test: usefixtures.fileURL
when appropriate (Antoine du Hamel) #489909138b78bcb
] - test: validate error code rather than message (Antoine du Hamel) #48972Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.