
add doc-only deprecation for headers/trailers setters (Rich Trott) #45697.update root certificates (Luigi Pinca) #45490.

disable v8 snapshot compression by default (Joyee Cheung) #45716.Test ( 'spies on an object method', ( t ) => ) Ĭontributed by Colin Ihrig in #45326 Other notable changes The node:test module supports mocking during testing via a top-level mock It contains two properties that Blobs do not have: lastModified, the last time the file was modified in ms, and name, the name of the file.Ĭontributed by Khafra in #45139 Support function mocking on Node.js test runner It can be used anywhere a Blob can, for example in URL.createObjectURL and FormData. This addition does not affect binaries shipped by the Node.js project but will allow other distributions to externalize additional dependencies when needed.Ĭontributed by Michael Dawson in #44376 Introduce File This commit adds additional options so that dependencies with JavaScript code (including WASM) can also be externalized. There are existing build options that allow dependencies with native code to be externalized. Some Node.js distributions prefer to manage dependencies externally.


Release Notes nodejs/node v18.13.0:, Version 18.13.0 'Hydrogen' (LTS), Source Notable changes Add support for externally shared js builtinsīy default Node.js is built so that all dependencies are bundled into the Node.js binary itself. This PR contains the following updates: Package
