PicturePipe / docker-prettier

Docker Image with Prettier
MIT License
0 stars 0 forks source link

Update Node.js to v13 - autoclosed #53

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
node final major 12.11.1-alpine -> 13.0.1-alpine

Release Notes

nodejs/node ### [`v13.0.1`](https://togithub.com/nodejs/node/releases/v13.0.1) [Compare Source](https://togithub.com/nodejs/node/compare/v13.0.0...v13.0.1) ##### Notable Changes - **deps**: - Fixed a bug in npm 6.12.0 where warnings are emitted on Node.js 13.x (Jordan Harband) [#​30079](https://togithub.com/nodejs/node/pull/30079). - **esm**: - Changed file extension resolution order of `--es-module-specifier-resolution=node` to match that of the CommonJS loader (Myles Borins) [#​29974](https://togithub.com/nodejs/node/pull/29974). ##### Commits - \[[`19a983c615`](https://togithub.com/nodejs/node/commit/19a983c615)] - **build**: make linter failures fail `test-doc` target (Richard Lau) [#​30012](https://togithub.com/nodejs/node/pull/30012) - \[[`13f3d6c680`](https://togithub.com/nodejs/node/commit/13f3d6c680)] - **build**: log the found compiler version if too old (Richard Lau) [#​30028](https://togithub.com/nodejs/node/pull/30028) - \[[`a25d2fcf8b`](https://togithub.com/nodejs/node/commit/a25d2fcf8b)] - **build**: make configure --without-snapshot a no-op (Michaël Zasso) [#​30021](https://togithub.com/nodejs/node/pull/30021) - \[[`e04d0584a5`](https://togithub.com/nodejs/node/commit/e04d0584a5)] - **build**: default Windows build to Visual Studio 2019 (Michaël Zasso) [#​30022](https://togithub.com/nodejs/node/pull/30022) - \[[`ccf58835c7`](https://togithub.com/nodejs/node/commit/ccf58835c7)] - **build**: use python3 to build and test on Travis (Christian Clauss) [#​29451](https://togithub.com/nodejs/node/pull/29451) - \[[`b92afcd90c`](https://togithub.com/nodejs/node/commit/b92afcd90c)] - **build**: fix version checks in configure.py (Michaël Zasso) [#​29965](https://togithub.com/nodejs/node/pull/29965) - \[[`2dc4da0d8b`](https://togithub.com/nodejs/node/commit/2dc4da0d8b)] - **build**: build benchmark addons like test addons (Richard Lau) [#​29995](https://togithub.com/nodejs/node/pull/29995) - \[[`2f36976594`](https://togithub.com/nodejs/node/commit/2f36976594)] - **deps**: npm: patch support for 13.x (Jordan Harband) [#​30079](https://togithub.com/nodejs/node/pull/30079) - \[[`9d332ab4ce`](https://togithub.com/nodejs/node/commit/9d332ab4ce)] - **deps**: upgrade to libuv 1.33.1 (Colin Ihrig) [#​29996](https://togithub.com/nodejs/node/pull/29996) - \[[`89b9115c4d`](https://togithub.com/nodejs/node/commit/89b9115c4d)] - **doc**: --enable-source-maps and prepareStackTrace are incompatible (Benjamin Coe) [#​30046](https://togithub.com/nodejs/node/pull/30046) - \[[`35bffcdd9d`](https://togithub.com/nodejs/node/commit/35bffcdd9d)] - **doc**: join parts of disrupt section in cli.md (vsemozhetbyt) [#​30038](https://togithub.com/nodejs/node/pull/30038) - \[[`0299767508`](https://togithub.com/nodejs/node/commit/0299767508)] - **doc**: update collaborator email address (Minwoo Jung) [#​30007](https://togithub.com/nodejs/node/pull/30007) - \[[`ff4f2999e6`](https://togithub.com/nodejs/node/commit/ff4f2999e6)] - **doc**: fix tls version typo (akitsu-sanae) [#​29984](https://togithub.com/nodejs/node/pull/29984) - \[[`62b4ca6e32`](https://togithub.com/nodejs/node/commit/62b4ca6e32)] - **doc**: clarify readable.unshift null/EOF (Robert Nagy) [#​29950](https://togithub.com/nodejs/node/pull/29950) - \[[`dc83ff9056`](https://togithub.com/nodejs/node/commit/dc83ff9056)] - **doc**: remove unused Markdown reference links (Nick Schonning) [#​29961](https://togithub.com/nodejs/node/pull/29961) - \[[`d80ece68ac`](https://togithub.com/nodejs/node/commit/d80ece68ac)] - **doc**: re-enable passing remark-lint rule (Nick Schonning) [#​29961](https://togithub.com/nodejs/node/pull/29961) - \[[`828e171107`](https://togithub.com/nodejs/node/commit/828e171107)] - **doc**: add server header into the discarded list of http message.headers (Huachao Mao) [#​29962](https://togithub.com/nodejs/node/pull/29962) - \[[`9729c5da8a`](https://togithub.com/nodejs/node/commit/9729c5da8a)] - **esm**: modify resolution order for specifier flag (Myles Borins) [#​29974](https://togithub.com/nodejs/node/pull/29974) - \[[`cfd45ebf94`](https://togithub.com/nodejs/node/commit/cfd45ebf94)] - **module**: refactor modules bootstrap (Bradley Farias) [#​29937](https://togithub.com/nodejs/node/pull/29937) - \[[`d561321e4a`](https://togithub.com/nodejs/node/commit/d561321e4a)] - **src**: remove unnecessary std::endl usage (Daniel Bevenius) [#​30003](https://togithub.com/nodejs/node/pull/30003) - \[[`ed80c233cd`](https://togithub.com/nodejs/node/commit/ed80c233cd)] - **src**: make implementing CancelPendingDelayedTasks for platform optional (Anna Henningsen) [#​30034](https://togithub.com/nodejs/node/pull/30034) - \[[`8fcc039de9`](https://togithub.com/nodejs/node/commit/8fcc039de9)] - **src**: expose ListNode\\<T>::prev\_ on postmortem metadata (legendecas) [#​30027](https://togithub.com/nodejs/node/pull/30027) - \[[`0c88dc1932`](https://togithub.com/nodejs/node/commit/0c88dc1932)] - **src**: fewer uses of NODE_USE_V8_PLATFORM (Shelley Vohr) [#​30029](https://togithub.com/nodejs/node/pull/30029) - \[[`972144073b`](https://togithub.com/nodejs/node/commit/972144073b)] - **src**: remove unused iomanip include (Daniel Bevenius) [#​30004](https://togithub.com/nodejs/node/pull/30004) - \[[`b019ccd59d`](https://togithub.com/nodejs/node/commit/b019ccd59d)] - **src**: initialize openssl only once (Sam Roberts) [#​29999](https://togithub.com/nodejs/node/pull/29999) - \[[`3eae670470`](https://togithub.com/nodejs/node/commit/3eae670470)] - **src**: refine maps parsing for large pages (Gabriel Schulhof) [#​29973](https://togithub.com/nodejs/node/pull/29973) - \[[`f3712dfe83`](https://togithub.com/nodejs/node/commit/f3712dfe83)] - **stream**: simplify uint8ArrayToBuffer helper (Luigi Pinca) [#​30041](https://togithub.com/nodejs/node/pull/30041) - \[[`46aa4810ad`](https://togithub.com/nodejs/node/commit/46aa4810ad)] - **stream**: remove dead code (Luigi Pinca) [#​30041](https://togithub.com/nodejs/node/pull/30041) - \[[`f155dfeecb`](https://togithub.com/nodejs/node/commit/f155dfeecb)] - **test**: expand Worker test for non-shared ArrayBuffer (Anna Henningsen) [#​30044](https://togithub.com/nodejs/node/pull/30044) - \[[`e110d81b17`](https://togithub.com/nodejs/node/commit/e110d81b17)] - **test**: fix test runner for Python 3 on Windows (Michaël Zasso) [#​30023](https://togithub.com/nodejs/node/pull/30023) - \[[`c096f251e4`](https://togithub.com/nodejs/node/commit/c096f251e4)] - **test**: remove common.skipIfInspectorEnabled() (Rich Trott) [#​29993](https://togithub.com/nodejs/node/pull/29993) - \[[`b1b8663a23`](https://togithub.com/nodejs/node/commit/b1b8663a23)] - **test**: add cb error test for fs.close() (Matteo Rossi) [#​29970](https://togithub.com/nodejs/node/pull/29970) ### [`v13.0.0`](https://togithub.com/nodejs/node/releases/v13.0.0) [Compare Source](https://togithub.com/nodejs/node/compare/v12.13.0...v13.0.0) ##### Notable Changes - **assert**: - If the validation function passed to `assert.throws()` or `assert.rejects()` returns a value other than `true`, an assertion error will be thrown instead of the original error to highlight the programming mistake (Ruben Bridgewater) [#​28263](https://togithub.com/nodejs/node/pull/28263). - If a constructor function is passed to validate the instance of errors thrown in `assert.throws()` or `assert.reject()`, an assertion error will be thrown instead of the original error (Ruben Bridgewater) [#​28263](https://togithub.com/nodejs/node/pull/28263). - **build**: - Node.js releases are now built with default full-icu support. This means that all locales supported by ICU are now included and Intl-related APIs may return different values than before (Richard Lau) [#​29887](https://togithub.com/nodejs/node/pull/29887). - The minimum Xcode version supported for macOS was increased to 10. It is still possible to build Node.js with Xcode 8 but this may no longer be the case in a future v13.x release (Michael Dawson) [#​29622](https://togithub.com/nodejs/node/pull/29622). - **child_process**: - `ChildProcess._channel` (DEP0129) is now a Runtime deprecation (cjihrig) [#​27949](https://togithub.com/nodejs/node/pull/27949). - **console**: - The output `console.timeEnd()` and `console.timeLog()` will now automatically select a suitable time unit instead of always using milliseconds (Xavier Stouder) [#​29251](https://togithub.com/nodejs/node/pull/29251). - **deps**: - The V8 engine was updated to version 7.8. This includes performance improvements to object destructuring, memory usage and WebAssembly startup time (Myles Borins) [#​29694](https://togithub.com/nodejs/node/pull/29694). - **domain**: - The domain's error handler is now executed with the active domain set to the domain's parent to prevent inner recursion (Julien Gilli) [#​26211](https://togithub.com/nodejs/node/pull/26211). - **fs**: - The undocumented method `FSWatcher.prototype.start()` was removed (Lucas Holmquist) [#​29905](https://togithub.com/nodejs/node/pull/29905). - Calling the `open()` method on a `ReadStream` or `WriteStream` now emits a runtime deprecation warning. The methods are supposed to be internal and should not be called by user code (Robert Nagy) [#​29061](https://togithub.com/nodejs/node/pull/29061). - `fs.read/write`, `fs.readSync/writeSync` and `fd.read/write` now accept any safe integer as their `offset` parameter. The value of `offset` is also no longer coerced, so a valid type must be passed to the functions (Zach Bjornson) [#​26572](https://togithub.com/nodejs/node/pull/26572). - **http**: - Aborted requests no longer emit the `end` or `error` events after `aborted` (Robert Nagy) [#​27984](https://togithub.com/nodejs/node/pull/27984), [#​20077](https://togithub.com/nodejs/node/pull/20077). - Data will no longer be emitted after a socket error (Robert Nagy) [#​28711](https://togithub.com/nodejs/node/pull/28711). - The legacy HTTP parser (previously available under the `--http-parser=legacy` flag) was removed (Anna Henningsen) [#​29589](https://togithub.com/nodejs/node/pull/29589). - The `host` option for HTTP requests is now validated to be a string value (Giorgos Ntemiris) [#​29568](https://togithub.com/nodejs/node/pull/29568). - The `request.connection` and `response.connection` properties are now runtime deprecated. The equivalent `request.socket` and `response.socket` should be used instead (Robert Nagy) [#​29015](https://togithub.com/nodejs/node/pull/29015). - **http, http2**: - The default server timeout was removed (Ali Ijaz Sheikh) [#​27558](https://togithub.com/nodejs/node/pull/27558). - Brought 425 status code name into accordance with RFC 8470. The name changed from "Unordered Collection" to "Too Early" (Sergei Osipov) [#​29880](https://togithub.com/nodejs/node/pull/29880). - **lib**: - The `error.errno` property will now always be a number. To get the string value, use `error.code` instead (Joyee Cheung) [#​28140](https://togithub.com/nodejs/node/pull/28140). - **module**: - `module.createRequireFromPath()` is deprecated. Use `module.createRequire()` instead (cjihrig) [#​27951](https://togithub.com/nodejs/node/pull/27951). - **src**: - Changing the value of `process.env.TZ` will now clear the tz cache. This affects the default time zone used by methods such as `Date.prototype.toString` (Ben Noordhuis) [#​20026](https://togithub.com/nodejs/node/pull/20026). - **stream**: - The timing and behavior of streams was consolidated for a number of edge cases. Please look at the individual commits below for more information. ##### Semver-Major Commits - \[[`5981fb7faa`](https://togithub.com/nodejs/node/commit/5981fb7faa)] - **(SEMVER-MAJOR)** **assert**: fix line number calculation after V8 upgrade (Michaël Zasso) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`48d1ea5e7f`](https://togithub.com/nodejs/node/commit/48d1ea5e7f)] - **(SEMVER-MAJOR)** **assert**: special handle identical error names in instance checks (Ruben Bridgewater) [#​28263](https://togithub.com/nodejs/node/pull/28263) - \[[`97c52ca5dc`](https://togithub.com/nodejs/node/commit/97c52ca5dc)] - **(SEMVER-MAJOR)** **assert**: add more information to AssertionErrors (Ruben Bridgewater) [#​28263](https://togithub.com/nodejs/node/pull/28263) - \[[`5700cd17dd`](https://togithub.com/nodejs/node/commit/5700cd17dd)] - **(SEMVER-MAJOR)** **assert**: do not repeat .throws() code (Ruben Bridgewater) [#​28263](https://togithub.com/nodejs/node/pull/28263) - \[[`d47b6786c9`](https://togithub.com/nodejs/node/commit/d47b6786c9)] - **(SEMVER-MAJOR)** **assert**: wrap validation function errors (Ruben Bridgewater) [#​28263](https://togithub.com/nodejs/node/pull/28263) - \[[`0b3242c3ce`](https://togithub.com/nodejs/node/commit/0b3242c3ce)] - **(SEMVER-MAJOR)** **assert**: fix generatedMessage property (Ruben Bridgewater) [#​28263](https://togithub.com/nodejs/node/pull/28263) - \[[`ace3f16917`](https://togithub.com/nodejs/node/commit/ace3f16917)] - **(SEMVER-MAJOR)** **assert**: improve class instance errors (Ruben Bridgewater) [#​28263](https://togithub.com/nodejs/node/pull/28263) - \[[`0376b5b7ba`](https://togithub.com/nodejs/node/commit/0376b5b7ba)] - **(SEMVER-MAJOR)** **benchmark**: use test/common/tmpdir consistently (João Reis) [#​28858](https://togithub.com/nodejs/node/pull/28858) - \[[`4885e50f7e`](https://togithub.com/nodejs/node/commit/4885e50f7e)] - **(SEMVER-MAJOR)** **build**: make full-icu the default for releases (Richard Lau) [#​29887](https://togithub.com/nodejs/node/pull/29887) - \[[`60a3bd93ce`](https://togithub.com/nodejs/node/commit/60a3bd93ce)] - **(SEMVER-MAJOR)** **build**: reset embedder string to "-node.0" (Myles Borins) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`9f830f37da`](https://togithub.com/nodejs/node/commit/9f830f37da)] - **(SEMVER-MAJOR)** **build**: update minimum Xcode version for macOS (Michael Dawson) [#​29622](https://togithub.com/nodejs/node/pull/29622) - \[[`66eaeac1df`](https://togithub.com/nodejs/node/commit/66eaeac1df)] - **(SEMVER-MAJOR)** **build**: reset embedder string to "-node.0" (Michaël Zasso) [#​28016](https://togithub.com/nodejs/node/pull/28016) - \[[`d05668d688`](https://togithub.com/nodejs/node/commit/d05668d688)] - **(SEMVER-MAJOR)** **child_process**: runtime deprecate \_channel (cjihrig) [#​27949](https://togithub.com/nodejs/node/pull/27949) - \[[`4f9cd2770a`](https://togithub.com/nodejs/node/commit/4f9cd2770a)] - **(SEMVER-MAJOR)** **child_process**: simplify spawn argument parsing (cjihrig) [#​27854](https://togithub.com/nodejs/node/pull/27854) - \[[`66043e1812`](https://togithub.com/nodejs/node/commit/66043e1812)] - **(SEMVER-MAJOR)** **console**: display timeEnd with suitable time unit (Xavier Stouder) [#​29251](https://togithub.com/nodejs/node/pull/29251) - \[[`80f2b67367`](https://togithub.com/nodejs/node/commit/80f2b67367)] - **(SEMVER-MAJOR)** **deps**: patch V8 to 7.8.279.14 (Myles Borins) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`eeafb263f4`](https://togithub.com/nodejs/node/commit/eeafb263f4)] - **(SEMVER-MAJOR)** **deps**: patch V8 to 7.8.279.12 (Myles Borins) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`ddfc3b0a76`](https://togithub.com/nodejs/node/commit/ddfc3b0a76)] - **(SEMVER-MAJOR)** **deps**: patch V8 to 7.8.279.10 (Myles Borins) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`8d05991d10`](https://togithub.com/nodejs/node/commit/8d05991d10)] - **(SEMVER-MAJOR)** **deps**: update V8's postmortem script (cjihrig) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`858602445b`](https://togithub.com/nodejs/node/commit/858602445b)] - **(SEMVER-MAJOR)** **deps**: V8: cherry-pick [`716875d`](https://togithub.com/nodejs/node/commit/716875d) (Myles Borins) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`f7f6c928c1`](https://togithub.com/nodejs/node/commit/f7f6c928c1)] - **(SEMVER-MAJOR)** **deps**: update V8 to 7.8.279.9 (Myles Borins) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`84d3243ce9`](https://togithub.com/nodejs/node/commit/84d3243ce9)] - **(SEMVER-MAJOR)** **deps**: V8: cherry-pick [`b33af60`](https://togithub.com/nodejs/node/commit/b33af60) (Michaël Zasso) [#​28016](https://togithub.com/nodejs/node/pull/28016) - \[[`2dcc3665ab`](https://togithub.com/nodejs/node/commit/2dcc3665ab)] - **(SEMVER-MAJOR)** **deps**: update V8 to 7.6.303.28 (Michaël Zasso) [#​28016](https://togithub.com/nodejs/node/pull/28016) - \[[`eef1b5aa0f`](https://togithub.com/nodejs/node/commit/eef1b5aa0f)] - **(SEMVER-MAJOR)** **doc**: make `AssertionError` a link (Ruben Bridgewater) [#​28263](https://togithub.com/nodejs/node/pull/28263) - \[[`8fd7184959`](https://togithub.com/nodejs/node/commit/8fd7184959)] - **(SEMVER-MAJOR)** **doc**: update assert.throws() examples (Ruben Bridgewater) [#​28263](https://togithub.com/nodejs/node/pull/28263) - \[[`80d9b1c712`](https://togithub.com/nodejs/node/commit/80d9b1c712)] - **(SEMVER-MAJOR)** **doc**: wrap long line (cjihrig) [#​27951](https://togithub.com/nodejs/node/pull/27951) - \[[`43a5170858`](https://togithub.com/nodejs/node/commit/43a5170858)] - **(SEMVER-MAJOR)** **domain**: error handler runs outside of its domain (Julien Gilli) [#​26211](https://togithub.com/nodejs/node/pull/26211) - \[[`7eacb74389`](https://togithub.com/nodejs/node/commit/7eacb74389)] - **(SEMVER-MAJOR)** **fs**: make FSWatcher.start private (Lucas Holmquist) [#​29905](https://togithub.com/nodejs/node/pull/29905) - \[[`773769df60`](https://togithub.com/nodejs/node/commit/773769df60)] - **(SEMVER-MAJOR)** **fs**: add runtime deprecate for file stream open() (Robert Nagy) [#​29061](https://togithub.com/nodejs/node/pull/29061) - \[[`5e3b4d6ed9`](https://togithub.com/nodejs/node/commit/5e3b4d6ed9)] - **(SEMVER-MAJOR)** **fs**: allow int64 offset in fs.write/writeSync/fd.write (Zach Bjornson) [#​26572](https://togithub.com/nodejs/node/pull/26572) - \[[`a3c0014e73`](https://togithub.com/nodejs/node/commit/a3c0014e73)] - **(SEMVER-MAJOR)** **fs**: use IsSafeJsInt instead of IsNumber for ftruncate (Zach Bjornson) [#​26572](https://togithub.com/nodejs/node/pull/26572) - \[[`0bbda5e5ae`](https://togithub.com/nodejs/node/commit/0bbda5e5ae)] - **(SEMVER-MAJOR)** **fs**: allow int64 offset in fs.read/readSync/fd.read (Zach Bjornson) [#​26572](https://togithub.com/nodejs/node/pull/26572) - \[[`eadc3850fe`](https://togithub.com/nodejs/node/commit/eadc3850fe)] - **(SEMVER-MAJOR)** **fs**: close file descriptor of promisified truncate (João Reis) [#​28858](https://togithub.com/nodejs/node/pull/28858) - \[[`5f80df8820`](https://togithub.com/nodejs/node/commit/5f80df8820)] - **(SEMVER-MAJOR)** **http**: do not emit end after aborted (Robert Nagy) [#​27984](https://togithub.com/nodejs/node/pull/27984) - \[[`e573c39b88`](https://togithub.com/nodejs/node/commit/e573c39b88)] - **(SEMVER-MAJOR)** **http**: don't emit 'data' after 'error' (Robert Nagy) [#​28711](https://togithub.com/nodejs/node/pull/28711) - \[[`ac59dc42ed`](https://togithub.com/nodejs/node/commit/ac59dc42ed)] - **(SEMVER-MAJOR)** **http**: remove legacy parser (Anna Henningsen) [#​29589](https://togithub.com/nodejs/node/pull/29589) - \[[`2daf883a18`](https://togithub.com/nodejs/node/commit/2daf883a18)] - **(SEMVER-MAJOR)** **http**: throw if 'host' agent header is not a string value (Giorgos Ntemiris) [#​29568](https://togithub.com/nodejs/node/pull/29568) - \[[`0daec61b9b`](https://togithub.com/nodejs/node/commit/0daec61b9b)] - **(SEMVER-MAJOR)** **http**: replace superfluous connection property with getter/setter (Robert Nagy) [#​29015](https://togithub.com/nodejs/node/pull/29015) - \[[`461bf36d70`](https://togithub.com/nodejs/node/commit/461bf36d70)] - **(SEMVER-MAJOR)** **http**: fix test where aborted should not be emitted (Robert Nagy) [#​20077](https://togithub.com/nodejs/node/pull/20077) - \[[`d5577f0395`](https://togithub.com/nodejs/node/commit/d5577f0395)] - **(SEMVER-MAJOR)** **http**: remove default 'timeout' listener on upgrade (Luigi Pinca) [#​26030](https://togithub.com/nodejs/node/pull/26030) - \[[`c30ef3cbd2`](https://togithub.com/nodejs/node/commit/c30ef3cbd2)] - **(SEMVER-MAJOR)** **http, http2**: remove default server timeout (Ali Ijaz Sheikh) [#​27558](https://togithub.com/nodejs/node/pull/27558) - \[[`4e782c9deb`](https://togithub.com/nodejs/node/commit/4e782c9deb)] - **(SEMVER-MAJOR)** **http2**: remove security revert flags (Anna Henningsen) [#​29141](https://togithub.com/nodejs/node/pull/29141) - \[[`41637a530e`](https://togithub.com/nodejs/node/commit/41637a530e)] - **(SEMVER-MAJOR)** **http2**: remove callback-based padding (Anna Henningsen) [#​29144](https://togithub.com/nodejs/node/pull/29144) - \[[`91a4cb7175`](https://togithub.com/nodejs/node/commit/91a4cb7175)] - **(SEMVER-MAJOR)** **lib**: rename validateInteger to validateSafeInteger (Zach Bjornson) [#​26572](https://togithub.com/nodejs/node/pull/26572) - \[[`1432065e9d`](https://togithub.com/nodejs/node/commit/1432065e9d)] - **(SEMVER-MAJOR)** **lib**: correct error.errno to always be numeric (Joyee Cheung) [#​28140](https://togithub.com/nodejs/node/pull/28140) - \[[`702331be90`](https://togithub.com/nodejs/node/commit/702331be90)] - **(SEMVER-MAJOR)** **lib**: no need to strip BOM or shebang for scripts (Refael Ackermann) [#​27375](https://togithub.com/nodejs/node/pull/27375) - \[[`e2c0c0c680`](https://togithub.com/nodejs/node/commit/e2c0c0c680)] - **(SEMVER-MAJOR)** **lib**: rework logic of stripping BOM+Shebang from commonjs (Gus Caplan) [#​27768](https://togithub.com/nodejs/node/pull/27768) - \[[`14701e539c`](https://togithub.com/nodejs/node/commit/14701e539c)] - **(SEMVER-MAJOR)** **module**: runtime deprecate createRequireFromPath() (cjihrig) [#​27951](https://togithub.com/nodejs/node/pull/27951) - \[[`04633eeeb9`](https://togithub.com/nodejs/node/commit/04633eeeb9)] - **(SEMVER-MAJOR)** **readline**: error on falsy values for callback (Sam Roberts) [#​28109](https://togithub.com/nodejs/node/pull/28109) - \[[`3eea43af07`](https://togithub.com/nodejs/node/commit/3eea43af07)] - **(SEMVER-MAJOR)** **repl**: close file descriptor of history file (João Reis) [#​28858](https://togithub.com/nodejs/node/pull/28858) - \[[`458a38c904`](https://togithub.com/nodejs/node/commit/458a38c904)] - **(SEMVER-MAJOR)** **src**: bring 425 status code name into accordance with RFC 8470 (Sergei Osipov) [#​29880](https://togithub.com/nodejs/node/pull/29880) - \[[`7fcc1f7047`](https://togithub.com/nodejs/node/commit/7fcc1f7047)] - **(SEMVER-MAJOR)** **src**: update NODE_MODULE_VERSION to 79 (Myles Borins) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`4b7be335b9`](https://togithub.com/nodejs/node/commit/4b7be335b9)] - **(SEMVER-MAJOR)** **src**: update NODE_MODULE_VERSION to 78 (Michaël Zasso) [#​28918](https://togithub.com/nodejs/node/pull/28918) - \[[`a0e2c6d284`](https://togithub.com/nodejs/node/commit/a0e2c6d284)] - **(SEMVER-MAJOR)** **src**: add error codes to errors thrown in C++ (Yaniv Friedensohn) [#​27700](https://togithub.com/nodejs/node/pull/27700) - \[[`94e980c9d3`](https://togithub.com/nodejs/node/commit/94e980c9d3)] - **(SEMVER-MAJOR)** **src**: use non-deprecated overload of V8::SetFlagsFromString (Michaël Zasso) [#​28016](https://togithub.com/nodejs/node/pull/28016) - \[[`655e0dc01a`](https://togithub.com/nodejs/node/commit/655e0dc01a)] - **(SEMVER-MAJOR)** **src**: update NODE_MODULE_VERSION to 77 (Michaël Zasso) [#​28016](https://togithub.com/nodejs/node/pull/28016) - \[[`e3cd79ef8e`](https://togithub.com/nodejs/node/commit/e3cd79ef8e)] - **(SEMVER-MAJOR)** **src**: update NODE_MODULE_VERSION to 74 (Refael Ackermann) [#​27375](https://togithub.com/nodejs/node/pull/27375) - \[[`eba348b6ae`](https://togithub.com/nodejs/node/commit/eba348b6ae)] - **(SEMVER-MAJOR)** **src**: make process.env.TZ setter clear tz cache (Ben Noordhuis) [#​20026](https://togithub.com/nodejs/node/pull/20026) - \[[`f2061930c8`](https://togithub.com/nodejs/node/commit/f2061930c8)] - **(SEMVER-MAJOR)** **src**: enable V8's WASM trap handlers (Gus Caplan) [#​27246](https://togithub.com/nodejs/node/pull/27246) - \[[`f8f6a21580`](https://togithub.com/nodejs/node/commit/f8f6a21580)] - **(SEMVER-MAJOR)** **stream**: throw unhandled error for readable with autoDestroy (Robert Nagy) [#​29806](https://togithub.com/nodejs/node/pull/29806) - \[[`f663b31cc2`](https://togithub.com/nodejs/node/commit/f663b31cc2)] - **(SEMVER-MAJOR)** **stream**: always invoke callback before emitting error (Robert Nagy) [#​29293](https://togithub.com/nodejs/node/pull/29293) - \[[`aa32e13968`](https://togithub.com/nodejs/node/commit/aa32e13968)] - **(SEMVER-MAJOR)** **stream**: do not flush destroyed writable (Robert Nagy) [#​29028](https://togithub.com/nodejs/node/pull/29028) - \[[`ba3be578d8`](https://togithub.com/nodejs/node/commit/ba3be578d8)] - **(SEMVER-MAJOR)** **stream**: don't emit finish on error (Robert Nagy) [#​28979](https://togithub.com/nodejs/node/pull/28979) - \[[`db706da235`](https://togithub.com/nodejs/node/commit/db706da235)] - **(SEMVER-MAJOR)** **stream**: disallow stream methods on finished stream (Robert Nagy) [#​28687](https://togithub.com/nodejs/node/pull/28687) - \[[`188896ea3e`](https://togithub.com/nodejs/node/commit/188896ea3e)] - **(SEMVER-MAJOR)** **stream**: do not emit after 'error' (Robert Nagy) [#​28708](https://togithub.com/nodejs/node/pull/28708) - \[[`4a2bd69db9`](https://togithub.com/nodejs/node/commit/4a2bd69db9)] - **(SEMVER-MAJOR)** **stream**: fix destroy() behavior (Robert Nagy) [#​29058](https://togithub.com/nodejs/node/pull/29058) - \[[`824dc576db`](https://togithub.com/nodejs/node/commit/824dc576db)] - **(SEMVER-MAJOR)** **stream**: simplify `.pipe()` and `.unpipe()` in Readable (Weijia Wang) [#​28583](https://togithub.com/nodejs/node/pull/28583) - \[[`8ef68e66d0`](https://togithub.com/nodejs/node/commit/8ef68e66d0)] - **(SEMVER-MAJOR)** **test**: clean tmpdir on process exit (João Reis) [#​28858](https://togithub.com/nodejs/node/pull/28858) - \[[`d3f20a4725`](https://togithub.com/nodejs/node/commit/d3f20a4725)] - **(SEMVER-MAJOR)** **test**: use unique tmpdirs for each test (João Reis) [#​28858](https://togithub.com/nodejs/node/pull/28858) - \[[`174723354e`](https://togithub.com/nodejs/node/commit/174723354e)] - **(SEMVER-MAJOR)** **tools**: patch V8 to run on older XCode versions (Ujjwal Sharma) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`1676502318`](https://togithub.com/nodejs/node/commit/1676502318)] - **(SEMVER-MAJOR)** **tools**: update V8 gypfiles (Michaël Zasso) [#​29694](https://togithub.com/nodejs/node/pull/29694) - \[[`1a25e901b7`](https://togithub.com/nodejs/node/commit/1a25e901b7)] - **(SEMVER-MAJOR)** **tools**: support full-icu by default (Steven R. Loomis) [#​29522](https://togithub.com/nodejs/node/pull/29522) - \[[`2664dacf7e`](https://togithub.com/nodejs/node/commit/2664dacf7e)] - **(SEMVER-MAJOR)** **util**: validate formatWithOptions inspectOptions (Ruben Bridgewater) [#​29824](https://togithub.com/nodejs/node/pull/29824) ##### Semver-Minor Commits - \[[`8915b15f8c`](https://togithub.com/nodejs/node/commit/8915b15f8c)] - **(SEMVER-MINOR)** **http**: add reusedSocket property on client request (themez) [#​29715](https://togithub.com/nodejs/node/pull/29715) - \[[`6afed1dc85`](https://togithub.com/nodejs/node/commit/6afed1dc85)] - **(SEMVER-MINOR)** **n-api**: add `napi\_detach\_arraybuffer` (legendecas) [#​29768](https://togithub.com/nodejs/node/pull/29768) - \[[`c0305af2c4`](https://togithub.com/nodejs/node/commit/c0305af2c4)] - **(SEMVER-MINOR)** **repl**: check for NODE_REPL_EXTERNAL_MODULE (Gus Caplan) [#​29778](https://togithub.com/nodejs/node/pull/29778) ##### Semver-Patch Commits - \[[`e6c389cb3c`](https://togithub.com/nodejs/node/commit/e6c389cb3c)] - **benchmark**: remove double word "then" in comments (Nick Schonning) [#​29823](https://togithub.com/nodejs/node/pull/29823) - \[[`1294c7e485`](https://togithub.com/nodejs/node/commit/1294c7e485)] - **benchmark**: add benchmark for vm.createContext (Joyee Cheung) [#​29845](https://togithub.com/nodejs/node/pull/29845) - \[[`6f814013f4`](https://togithub.com/nodejs/node/commit/6f814013f4)] - **build**: fix version checks in gyp files (Ben Noordhuis) [#​29931](https://togithub.com/nodejs/node/pull/29931) - \[[`6c205aba00`](https://togithub.com/nodejs/node/commit/6c205aba00)] - **build**: always use strings for compiler version in gyp files (Michaël Zasso) [#​29897](https://togithub.com/nodejs/node/pull/29897) - \[[`be926c7e21`](https://togithub.com/nodejs/node/commit/be926c7e21)] - **build**: find Python 3 or Python 2 in configure (cclauss) [#​25878](https://togithub.com/nodejs/node/pull/25878) - \[[`16f673ebcc`](https://togithub.com/nodejs/node/commit/16f673ebcc)] - **build**: re-enable openssl arm for arm64 (Edward Vielmetti) [#​28180](https://togithub.com/nodejs/node/pull/28180) - \[[`204248a0c3`](https://togithub.com/nodejs/node/commit/204248a0c3)] - **console**: update time formatting (Ruben Bridgewater) [#​29629](https://togithub.com/nodejs/node/pull/29629) - \[[`c64ed10d80`](https://togithub.com/nodejs/node/commit/c64ed10d80)] - **crypto**: reject public keys properly (Tobias Nießen) [#​29913](https://togithub.com/nodejs/node/pull/29913) - \[[`7de5a55710`](https://togithub.com/nodejs/node/commit/7de5a55710)] - **deps**: patch V8 to 7.8.279.17 (Michaël Zasso) [#​29928](https://togithub.com/nodejs/node/pull/29928) - \[[`a350d8b780`](https://togithub.com/nodejs/node/commit/a350d8b780)] - **deps**: V8: cherry-pick [`53e62af`](https://togithub.com/nodejs/node/commit/53e62af) (Michaël Zasso) [#​29898](https://togithub.com/nodejs/node/pull/29898) - \[[`6b962ddf01`](https://togithub.com/nodejs/node/commit/6b962ddf01)] - **deps**: patch V8 to 7.8.279.15 (Michaël Zasso) [#​29899](https://togithub.com/nodejs/node/pull/29899) - \[[`efa6bead1d`](https://togithub.com/nodejs/node/commit/efa6bead1d)] - **doc**: add missing deprecation code (cjihrig) [#​29969](https://togithub.com/nodejs/node/pull/29969) - \[[`c4de76f7a6`](https://togithub.com/nodejs/node/commit/c4de76f7a6)] - **doc**: update vm.md for link linting (Rich Trott) [#​29982](https://togithub.com/nodejs/node/pull/29982) - \[[`ed5eaa0495`](https://togithub.com/nodejs/node/commit/ed5eaa0495)] - **doc**: prepare miscellaneous docs for new markdown lint rules (Rich Trott) [#​29963](https://togithub.com/nodejs/node/pull/29963) - \[[`039eb56249`](https://togithub.com/nodejs/node/commit/039eb56249)] - **doc**: fix some recent nits in fs.md (Vse Mozhet Byt) [#​29906](https://togithub.com/nodejs/node/pull/29906) - \[[`7812a615ab`](https://togithub.com/nodejs/node/commit/7812a615ab)] - **doc**: fs dir modifications may not be reflected by dir.read (Anna Henningsen) [#​29893](https://togithub.com/nodejs/node/pull/29893) - \[[`37321a9e11`](https://togithub.com/nodejs/node/commit/37321a9e11)] - **doc**: add missing deprecation number (cjihrig) [#​29183](https://togithub.com/nodejs/node/pull/29183) - \[[`791409a9ce`](https://togithub.com/nodejs/node/commit/791409a9ce)] - **doc**: fixup changelog for v10.16.3 (Andrew Hughes) [#​29159](https://togithub.com/nodejs/node/pull/29159) - \[[`02b3722b30`](https://togithub.com/nodejs/node/commit/02b3722b30)] - **doc,meta**: reduce npm PR wait period to one week (Rich Trott) [#​29922](https://togithub.com/nodejs/node/pull/29922) - \[[`fce1a5198a`](https://togithub.com/nodejs/node/commit/fce1a5198a)] - **domain**: do not import util for a simple type check (Ruben Bridgewater) [#​29825](https://togithub.com/nodejs/node/pull/29825) - \[[`b798f64566`](https://togithub.com/nodejs/node/commit/b798f64566)] - **esm**: unflag --experimental-exports (Guy Bedford) [#​29867](https://togithub.com/nodejs/node/pull/29867) - \[[`5c93aab278`](https://togithub.com/nodejs/node/commit/5c93aab278)] - **fs**: buffer dir entries in opendir() (Anna Henningsen) [#​29893](https://togithub.com/nodejs/node/pull/29893) - \[[`624fa4147a`](https://togithub.com/nodejs/node/commit/624fa4147a)] - **http2**: fix file close error condition at respondWithFd (Anna Henningsen) [#​29884](https://togithub.com/nodejs/node/pull/29884) - \[[`d5c3837061`](https://togithub.com/nodejs/node/commit/d5c3837061)] - **lib**: remove the comment of base64 validation (Maledong) [#​29201](https://togithub.com/nodejs/node/pull/29201) - \[[`3238232fc4`](https://togithub.com/nodejs/node/commit/3238232fc4)] - **lib**: rename validateSafeInteger to validateInteger (cjihrig) [#​29184](https://togithub.com/nodejs/node/pull/29184) - \[[`aca1c283bd`](https://togithub.com/nodejs/node/commit/aca1c283bd)] - **module**: warn on require of .js inside type: module (Guy Bedford) [#​29909](https://togithub.com/nodejs/node/pull/29909) - \[[`1447a79dc4`](https://togithub.com/nodejs/node/commit/1447a79dc4)] - **net**: treat ENOTCONN at shutdown as success (Anna Henningsen) [#​29912](https://togithub.com/nodejs/node/pull/29912) - \[[`4ca61f40fe`](https://togithub.com/nodejs/node/commit/4ca61f40fe)] - **process**: add lineLength to source-map-cache (bcoe) [#​29863](https://togithub.com/nodejs/node/pull/29863) - \[[`545f7282d1`](https://togithub.com/nodejs/node/commit/545f7282d1)] - **src**: implement v8 host weakref hooks (Gus Caplan) [#​29874](https://togithub.com/nodejs/node/pull/29874) - \[[`53ca0b9ae1`](https://togithub.com/nodejs/node/commit/53ca0b9ae1)] - **src**: render N-API weak callbacks as cleanup hooks (Gabriel Schulhof) [#​28428](https://togithub.com/nodejs/node/pull/28428) - \[[`075c7ebeb5`](https://togithub.com/nodejs/node/commit/075c7ebeb5)] - **src**: fix largepages regression (Gabriel Schulhof) [#​29914](https://togithub.com/nodejs/node/pull/29914) - \[[`179f4232ed`](https://togithub.com/nodejs/node/commit/179f4232ed)] - **src**: remove unused using declarations in worker.cc (Daniel Bevenius) [#​29883](https://togithub.com/nodejs/node/pull/29883) - \[[`264cb79bc2`](https://togithub.com/nodejs/node/commit/264cb79bc2)] - **src**: silence compiler warning node_process_methods (Daniel Bevenius) [#​28261](https://togithub.com/nodejs/node/pull/28261) - \[[`89b32378c8`](https://togithub.com/nodejs/node/commit/89b32378c8)] - **src**: forbid reset_handler for SIGSEGV handling (Anna Henningsen) [#​27775](https://togithub.com/nodejs/node/pull/27775) - \[[`e256204776`](https://togithub.com/nodejs/node/commit/e256204776)] - **src**: reset SIGSEGV handler before crashing (Anna Henningsen) [#​27775](https://togithub.com/nodejs/node/pull/27775) - \[[`e6b3ec3d3c`](https://togithub.com/nodejs/node/commit/e6b3ec3d3c)] - **src**: do not use posix feature macro in node.h (Anna Henningsen) [#​27775](https://togithub.com/nodejs/node/pull/27775) - \[[`6e796581fc`](https://togithub.com/nodejs/node/commit/6e796581fc)] - **src**: remove freebsd SA_RESETHAND workaround (Ben Noordhuis) [#​27780](https://togithub.com/nodejs/node/pull/27780) - \[[`8709a408d2`](https://togithub.com/nodejs/node/commit/8709a408d2)] - **stream**: use more accurate end-of-stream writable and readable detection (Robert Nagy) [#​29409](https://togithub.com/nodejs/node/pull/29409) - \[[`698a29420f`](https://togithub.com/nodejs/node/commit/698a29420f)] - **stream**: fix readable state `awaitDrain` increase in recursion (ran) [#​27572](https://togithub.com/nodejs/node/pull/27572) - \[[`033037cec9`](https://togithub.com/nodejs/node/commit/033037cec9)] - **stream**: avoid unecessary nextTick (Robert Nagy) [#​29194](https://togithub.com/nodejs/node/pull/29194) - \[[`f4f856b238`](https://togithub.com/nodejs/node/commit/f4f856b238)] - **test**: fix flaky doctool and test (Rich Trott) [#​29979](https://togithub.com/nodejs/node/pull/29979) - \[[`7991b57cfd`](https://togithub.com/nodejs/node/commit/7991b57cfd)] - **test**: fix fs benchmark test (Rich Trott) [#​29967](https://togithub.com/nodejs/node/pull/29967) - \[[`2bb93e1108`](https://togithub.com/nodejs/node/commit/2bb93e1108)] - **test**: set LC_ALL to known good value (Ben Noordhuis) [#​28096](https://togithub.com/nodejs/node/pull/28096) - \[[`039cfdc838`](https://togithub.com/nodejs/node/commit/039cfdc838)] - **test**: add addon tests for `RegisterSignalHandler()` (Anna Henningsen) [#​27775](https://togithub.com/nodejs/node/pull/27775) - \[[`90b5f1b107`](https://togithub.com/nodejs/node/commit/90b5f1b107)] - **tools**: update remark-preset-lint-node to 1.10.1 (Rich Trott) [#​29982](https://togithub.com/nodejs/node/pull/29982) - \[[`ea3d5ff785`](https://togithub.com/nodejs/node/commit/ea3d5ff785)] - **tools**: fix test runner in presence of NODE_REPL_EXTERNAL_MODULE (Gus Caplan) [#​29956](https://togithub.com/nodejs/node/pull/29956) - \[[`8728f8660a`](https://togithub.com/nodejs/node/commit/8728f8660a)] - **tools**: fix GYP MSVS solution generator for Python 3 (Michaël Zasso) [#​29897](https://togithub.com/nodejs/node/pull/29897) - \[[`66b953207d`](https://togithub.com/nodejs/node/commit/66b953207d)] - **tools**: port Python 3 compat patches from node-gyp to gyp (Michaël Zasso) [#​29897](https://togithub.com/nodejs/node/pull/29897) - \[[`a0c6cf8eb1`](https://togithub.com/nodejs/node/commit/a0c6cf8eb1)] - **tools**: update remark-preset-lint-node to 1.10.0 (Rich Trott) [#​29594](https://togithub.com/nodejs/node/pull/29594) - \[[`1e01f3f022`](https://togithub.com/nodejs/node/commit/1e01f3f022)] - **tools**: apply more stringent blank-line linting for markdown files (Rich Trott) [#​29447](https://togithub.com/nodejs/node/pull/29447) - \[[`f9caee986c`](https://togithub.com/nodejs/node/commit/f9caee986c)] - **vm**: add Synthetic modules (Gus Caplan) [#​29864](https://togithub.com/nodejs/node/pull/29864) ### [`v12.13.0`](https://togithub.com/nodejs/node/releases/v12.13.0) [Compare Source](https://togithub.com/nodejs/node/compare/v12.12.0...v12.13.0) This release marks the transition of Node.js 12.x into Long Term Support (LTS) with the codename 'Erbium'. The 12.x release line now moves into "Active LTS" and will remain so until October 2020. After that time, it will move into "Maintenance" until end of life in April 2022. ##### Notable changes npm was updated to 6.12.0. It now includes a version of `node-gyp` that supports Python 3 for building native modules. ##### Commits - \[[`b59209b118`](https://togithub.com/nodejs/node/commit/b59209b118)] - **deps**: update npm to 6.12.0 (isaacs) [#​29885](https://togithub.com/nodejs/node/pull/29885) - \[[`1dde617491`](https://togithub.com/nodejs/node/commit/1dde617491)] - **doc**: fix --enable-source-maps flag in v12.12.0 changelog (Unlocked) [#​29960](https://togithub.com/nodejs/node/pull/29960) - \[[`e5e2dfabdc`](https://togithub.com/nodejs/node/commit/e5e2dfabdc)] - **doc**: nest code fence under unordered list (Nick Schonning) [#​29915](https://togithub.com/nodejs/node/pull/29915) - \[[`5b0c993d4c`](https://togithub.com/nodejs/node/commit/5b0c993d4c)] - **doc**: remove double word "where" (Nick Schonning) [#​29915](https://togithub.com/nodejs/node/pull/29915) - \[[`ad318c6cec`](https://togithub.com/nodejs/node/commit/ad318c6cec)] - **doc**: add brackets to implicit markdown links (Nick Schonning) [#​29911](https://togithub.com/nodejs/node/pull/29911) - \[[`3155ab4134`](https://togithub.com/nodejs/node/commit/3155ab4134)] - **doc**: use the WHATWG URL API in http code examples (Thomas Watson) [#​29917](https://togithub.com/nodejs/node/pull/29917) - \[[`b916ea3010`](https://togithub.com/nodejs/node/commit/b916ea3010)] - **doc**: escape brackets not used as markdown reference links (Nick Schonning) [#​29809](https://togithub.com/nodejs/node/pull/29809) - \[[`f3bf8be11c`](https://togithub.com/nodejs/node/commit/f3bf8be11c)] - **doc**: correct typos in security release process (Nick Schonning) [#​29822](https://togithub.com/nodejs/node/pull/29822) - \[[`25fa2066a2`](https://togithub.com/nodejs/node/commit/25fa2066a2)] - **doc**: indent code fence under list item (Nick Schonning) [#​29822](https://togithub.com/nodejs/node/pull/29822) - \[[`f3842892dd`](https://togithub.com/nodejs/node/commit/f3842892dd)] - **doc**: return type is number (exoego) [#​29828](https://togithub.com/nodejs/node/pull/29828) - \[[`cbd12518d4`](https://togithub.com/nodejs/node/commit/cbd12518d4)] - **doc**: add note about forwarding stream options (Robert Nagy) [#​29857](https://togithub.com/nodejs/node/pull/29857) - \[[`7683aa0bfb`](https://togithub.com/nodejs/node/commit/7683aa0bfb)] - **doc**: set module version 72 to node 12 (Gerhard Stoebich) [#​29877](https://togithub.com/nodejs/node/pull/29877) - \[[`f58fe5099a`](https://togithub.com/nodejs/node/commit/f58fe5099a)] - **doc**: fix tls version values (Tobias Nießen) [#​29839](https://togithub.com/nodejs/node/pull/29839) - \[[`8ebc94562c`](https://togithub.com/nodejs/node/commit/8ebc94562c)] - **fs**: do not emit 'finish' before 'open' on write empty file (Robert Nagy) [#​29930](https://togithub.com/nodejs/node/pull/29930) - \[[`50f066087e`](https://togithub.com/nodejs/node/commit/50f066087e)] - **test**: do not force the process to exit (Luigi Pinca) [#​29923](https://togithub.com/nodejs/node/pull/29923) - \[[`44c581ef0b`](https://togithub.com/nodejs/node/commit/44c581ef0b)] - **test**: add more recursive fs.rmdir() tests (Maria Paktiti) [#​29815](https://togithub.com/nodejs/node/pull/29815) - \[[`fc5334513c`](https://togithub.com/nodejs/node/commit/fc5334513c)] - **test**: remove unnecessary --expose-internals flags (Anna Henningsen) [#​29886](https://togithub.com/nodejs/node/pull/29886) ### [`v12.12.0`](https://togithub.com/nodejs/node/releases/v12.12.0) [Compare Source](https://togithub.com/nodejs/node/compare/v12.11.1...v12.12.0) ##### Notable changes - **build**: - Add `--force-context-aware` flag to prevent usage of native node addons that aren't context aware [#​29631](https://togithub.com/nodejs/node/pull/29631) - **deprecations**: - Add documentation-only deprecation for `process._tickCallback()` [#​29781](https://togithub.com/nodejs/node/pull/29781) - **esm**: - Using JSON modules is experimental again [#​29754](https://togithub.com/nodejs/node/pull/29754) - **fs**: - Introduce `opendir()` and `fs.Dir` to iterate through directories [#​29349](https://togithub.com/nodejs/node/pull/29349) - **process**: - Add source-map support to stack traces by using `--enable-source-maps` [#​29564](https://togithub.com/nodejs/node/pull/29564) - **tls**: - Honor `pauseOnConnect` option [#​29635](https://togithub.com/nodejs/node/pull/29635) - Add option for private keys for OpenSSL engines [#​28973](https://togithub.com/nodejs/node/pull/28973) ##### Commits - \[[`d09f2b4170`](https://togithub.com/nodejs/node/commit/d09f2b4170)] - **build**: build docs on Travis (Richard Lau) [#​29783](https://togithub.com/nodejs/node/pull/29783) - \[[`03ec4cea30`](https://togithub.com/nodejs/node/commit/03ec4cea30)] - **build**: do not link against librt on linux (Sam Roberts) [#​29727](https://togithub.com/nodejs/node/pull/29727) - \[[`f91778d2c7`](https://togithub.com/nodejs/node/commit/f91778d2c7)] - **build**: remove unused libatomic on ppc64, s390x (Sam Roberts) [#​29727](https://togithub.com/nodejs/node/pull/29727) - \[[`ab4c53e0ef`](https://togithub.com/nodejs/node/commit/ab4c53e0ef)] - **crypto**: remove arbitrary UTF16 restriction (Anna Henningsen) [#​29795](https://togithub.com/nodejs/node/pull/29795) - \[[`75f3b28d67`](https://togithub.com/nodejs/node/commit/75f3b28d67)] - **crypto**: refactor array buffer view validation (Ruben Bridgewater) [#​29683](https://togithub.com/nodejs/node/pull/29683) - \[[`5eb013b854`](https://togithub.com/nodejs/node/commit/5eb013b854)] - **deps**: update archs files for OpenSSL-1.1.1 (Sam Roberts) [#​29550](https://togithub.com/nodejs/node/pull/29550) - \[[`1766cfcb9e`](https://togithub.com/nodejs/node/commit/1766cfcb9e)] - **deps**: upgrade openssl sources to 1.1.1d (Sam Roberts) [#​29550](https://togithub.com/nodejs/node/pull/29550) - \[[`3d88b76680`](https://togithub.com/nodejs/node/commit/3d88b76680)] - **deps**: patch V8 to 7.7.299.13 (Michaël Zasso) [#​29869](https://togithub.com/nodejs/node/pull/29869) - \[[`600478ac13`](https://togithub.com/nodejs/node/commit/600478ac13)] - **dgram**: use `uv_udp_try_send()` (Anna Henningsen) [#​29832](https://togithub.com/nodejs/node/pull/29832) - \[[`ea6b6abb91`](https://togithub.com/nodejs/node/commit/ea6b6abb91)] - **doc**: remove spaces inside code span elements (Nick Schonning) [#​29329](https://togithub.com/nodejs/node/pull/29329) - \[[`20b9ef92d1`](https://togithub.com/nodejs/node/commit/20b9ef92d1)] - **doc**: add more info to fs.Dir and fix typos (Jeremiah Senkpiel) [#​29890](https://togithub.com/nodejs/node/pull/29890) - \[[`f566cd5801`](https://togithub.com/nodejs/node/commit/f566cd5801)] - **doc**: remove misleading paragraph about the Legacy URL API (Jakob Krigovsky) [#​29844](https://togithub.com/nodejs/node/pull/29844) - \[[`a5c2154534`](https://togithub.com/nodejs/node/commit/a5c2154534)] - **doc**: add explicit bracket for markdown reference links (Nick Schonning) [#​29808](https://togithub.com/nodejs/node/pull/29808) - \[[`ea9bf4a666`](https://togithub.com/nodejs/node/commit/ea9bf4a666)] - **doc**: implement minor CSS improvements (XhmikosR) [#​29669](https://togithub.com/nodejs/node/pull/29669) - \[[`a0498606a0`](https://togithub.com/nodejs/node/commit/a0498606a0)] - **doc**: fix return type for crypto.createDiffieHellmanGroup() (exoego) [#​29696](https://togithub.com/nodejs/node/pull/29696) - \[[`a00cd17b9e`](https://togithub.com/nodejs/node/commit/a00cd17b9e)] - **doc**: reuse link indexes for n-api.md (legendecas) [#​29787](https://togithub.com/nodejs/node/pull/29787) - \[[`aea0253697`](https://togithub.com/nodejs/node/commit/aea0253697)] - **doc**: unify place of stability notes (Vse Mozhet Byt) [#​29799](https://togithub.com/nodejs/node/pull/29799) - \[[`8b4f210bf5`](https://togithub.com/nodejs/node/commit/8b4f210bf5)] - **doc**: add missing deprecation code (cjihrig) [#​29820](https://togithub.com/nodejs/node/pull/29820) - \[[`bede98128f`](https://togithub.com/nodejs/node/commit/bede98128f)] - **doc**: remove reference to stale CITGM job (Michael Dawson) [#​29774](https://togithub.com/nodejs/node/pull/29774) - \[[`014eb67117`](https://togithub.com/nodejs/node/commit/014eb67117)] - **(SEMVER-MINOR)** **doc**: add documentation deprecation for process.\_tickCallback (Lucas Holmquist) [#​29781](https://togithub.com/nodejs/node/pull/29781) - \[[`62370efe7e`](https://togithub.com/nodejs/node/commit/62370efe7e)] - **doc**: add dash between SHA and PR in changelog (Nick Schonning) [#​29558](https://togithub.com/nodejs/node/pull/29558) - \[[`d1a4aa3ca2`](https://togithub.com/nodejs/node/commit/d1a4aa3ca2)] - **doc**: add missing reference link values (Nick Schonning) [#​29558](https://togithub.com/nodejs/node/pull/29558) - \[[`de4652f55e`](https://togithub.com/nodejs/node/commit/de4652f55e)] - **doc**: convert old changlogs SHA links to match newer format (Nick Schonning) [#​29558](https://togithub.com/nodejs/node/pull/29558) - \[[`60b1f6f303`](https://togithub.com/nodejs/node/commit/60b1f6f303)] - **doc**: complete cut off links in old changelog (Nick Schonning) [#​29558](https://togithub.com/nodejs/node/pull/29558) - \[[`906245e1a4`](https://togithub.com/nodejs/node/commit/906245e1a4)] - **doc**: clarify --pending-deprecation effects on Buffer() usage (Rich Trott) [#​29769](https://togithub.com/nodejs/node/pull/29769) - \[[`401f3e7235`](https://togithub.com/nodejs/node/commit/401f3e7235)] - **doc**: fix nits in dgram.md (Vse Mozhet Byt) [#​29761](https://togithub.com/nodejs/node/pull/29761) - \[[`bc48646206`](https://togithub.com/nodejs/node/commit/bc48646206)] - **doc**: improve process.ppid 'added in' info (Thomas Watson) [#​29772](https://togithub.com/nodejs/node/pull/29772) - \[[`0b46bcaaa5`](https://togithub.com/nodejs/node/commit/0b46bcaaa5)] - **doc**: security maintenance processes (Sam Roberts) [#​29685](https://togithub.com/nodejs/node/pull/29685) - \[[`f39259c079`](https://togithub.com/nodejs/node/commit/f39259c079)] - **doc**: remove redundant escape (XhmikosR) [#​29716](https://togithub.com/nodejs/node/pull/29716) - \[[`87fb1c297a`](https://togithub.com/nodejs/node/commit/87fb1c297a)] - **errors**: make sure all Node.js errors show their properties (Ruben Bridgewater) [#​29677](https://togithub.com/nodejs/node/pull/29677) - \[[`df218ce066`](https://togithub.com/nodejs/node/commit/df218ce066)] - **_Revert_** "**esm**: remove experimental status from JSON modules" (Guy Bedford) [#​29754](https://togithub.com/nodejs/node/pull/29754) - \[[`e7f604f495`](https://togithub.com/nodejs/node/commit/e7f604f495)] - **esm**: remove proxy for builtin exports (Bradley Farias) [#​29737](https://togithub.com/nodejs/node/pull/29737) - \[[`c56f765cf6`](https://togithub.com/nodejs/node/commit/c56f765cf6)] - **fs**: remove options.encoding from Dir.read\*() (Jeremiah Senkpiel) [#​29908](https://togithub.com/nodejs/node/pull/29908) - \[[`b76a2e502c`](https://togithub.com/nodejs/node/commit/b76a2e502c)] - **(SEMVER-MINOR)** **fs**: introduce `opendir()` and `fs.Dir` (Jeremiah Senkpiel) [#​29349](https://togithub.com/nodejs/node/pull/29349) - \[[`2bcde8309c`](https://togithub.com/nodejs/node/commit/2bcde8309c)] - **(SEMVER-MINOR)** **http2**: allow passing FileHandle to respondWithFD (Anna Henningsen) [#​29876](https://togithub.com/nodejs/node/pull/29876) - \[[`a240d45d1a`](https://togithub.com/nodejs/node/commit/a240d45d1a)] - **http2**: support passing options of http2.connect to net.connect (ZYSzys) [#​29816](https://togithub.com/nodejs/node/pull/29816) - \[[`3f153789b5`](https://togithub.com/nodejs/node/commit/3f153789b5)] - **http2**: set default maxConcurrentStreams (ZYSzys) [#​29833](https://togithub.com/nodejs/node/pull/29833) - \[[`6a989da6a0`](https://togithub.com/nodejs/node/commit/6a989da6a0)] - **http2**: use the latest settings (ZYSzys) [#​29780](https://togithub.com/nodejs/node/pull/29780) - \[[`b2cce13235`](https://togithub.com/nodejs/node/commit/b2cce13235)] - **inspector**: update faviconUrl (dokugo) [#​29562](https://togithub.com/nodejs/node/pull/29562) - \[[`60296a3612`](https://togithub.com/nodejs/node/commit/60296a3612)] - **lib**: make tick processor detect xcodebuild errors (Ben Noordhuis) [#​29830](https://togithub.com/nodejs/node/pull/29830) - \[[`9e5d691ee4`](https://togithub.com/nodejs/node/commit/9e5d691ee4)] - **lib**: introduce no-mixed-operators eslint rule to lib (ZYSzys) [#​29834](https://togithub.com/nodejs/node/pull/29834) - \[[`74a69abd12`](https://togithub.com/nodejs/node/commit/74a69abd12)] - **lib**: stop using prepareStackTrace (Gus Caplan) [#​29777](https://togithub.com/nodejs/node/pull/29777) - \[[`90562ae356`](https://togithub.com/nodejs/node/commit/90562ae356)] - **module**: use v8 synthetic modules (Guy Bedford) [#​29846](https://togithub.com/nodejs/node/pull/29846) - \[[`20896f74d6`](https://togithub.com/nodejs/node/commit/20896f74d6)] - **n-api,doc**: clarify napi_finalize related APIs (legendecas) [#​29797](https://togithub.com/nodejs/node/pull/29797) - \[[`65c475269e`](https://togithub.com/nodejs/node/commit/65c475269e)] - **net**: emit close on unconnected socket (Robert Nagy) [#​29803](https://togithub.com/nodejs/node/pull/29803) - \[[`ae8b2b4ab7`](https://togithub.com/nodejs/node/commit/ae8b2b4ab7)] - **(SEMVER-MINOR)** **process**: add source-map support to stack traces (bcoe) [#​29564](https://togithub.com/nodejs/node/pull/29564) - \[[`3f6ce39acf`](https://togithub.com/nodejs/node/commit/3f6ce39acf)] - **src**: fix ESM path resolution on Windows (Thomas) [#​29574](https://togithub.com/nodejs/node/pull/29574) - \[[`6bfe8f47fa`](https://togithub.com/nodejs/node/commit/6bfe8f47fa)] - **(SEMVER-MINOR)** **src**: add buildflag to force context-aware addons (Shelley Vohr) [#​29631](https://togithub.com/nodejs/node/pull/29631) - \[[`6c75cc1b11`](https://togithub.com/nodejs/node/commit/6c75cc1b11)] - **stream**: do not deadlock duplexpair (Robert Nagy) [#​29836](https://togithub.com/nodejs/node/pull/29836) - \[[`320f649539`](https://togithub.com/nodejs/node/commit/320f649539)] - **stream**: add comment about undocumented API (Robert Nagy) [#​29805](https://togithub.com/nodejs/node/pull/29805) - \[[`5fdf4a474f`](https://togithub.com/nodejs/node/commit/5fdf4a474f)] - **test**: remove extra process.exit() (cjihrig) [#​29873](https://togithub.com/nodejs/node/pull/29873) - \[[`6a5d401f30`](https://togithub.com/nodejs/node/commit/6a5d401f30)] - **test**: remove spaces inside code span elements (Nick Schonning) [#​29329](https://togithub.com/nodejs/node/pull/29329) - \[[`adee99883a`](https://togithub.com/nodejs/node/commit/adee99883a)] - **test**: debug output for dlopen-ping-pong test (Sam Roberts) [#​29818](https://togithub.com/nodejs/node/pull/29818) - \[[`b309e20661`](https://togithub.com/nodejs/node/commit/b309e20661)] - **test**: add test for HTTP server response with Connection: close (Austin Wright) [#​29836](https://togithub.com/nodejs/node/pull/29836) - \[[`bf1727a3f3`](https://togithub.com/nodejs/node/commit/bf1727a3f3)] - **test**: add test for writable.write() argument types (Robert Nagy) [#​29746](https://togithub.com/nodejs/node/pull/29746) - \[[`3153dd6766`](https://togithub.com/nodejs/node/commit/3153dd6766)] - **test**: well-defined DH groups now verify clean (Sam Roberts) [#​29550](https://togithub.com/nodejs/node/pull/29550) - \[[`690a863aaa`](https://togithub.com/nodejs/node/commit/690a863aaa)] - **test**: simplify force-context-aware test (cjihrig) [#​29705](https://togithub.com/nodejs/node/pull/29705) - \[[`54ef0fd010`](https://togithub.com/nodejs/node/commit/54ef0fd010)] - **(SEMVER-MINOR)** **test**: --force-context-aware cli flag (Shelley Vohr) [#​29631](https://togithub.com/nodejs/node/pull/29631) - \[[`a7b56a5b01`](https://togithub.com/nodejs/node/commit/a7b56a5b01)] - **(SEMVER-MINOR)** **tls**: honor pauseOnConnect option (Robert Jensen) [#​29635](https://togithub.com/nodejs/node/pull/29635) - \[[`cf7b4056ca`](https://togithub.com/nodejs/node/commit/cf7b4056ca)] - **(SEMVER-MINOR)** **tls**: add option for private keys for OpenSSL engines (Anton Gerasimov) [#​28973](https://togithub.com/nodejs/node/pull/28973) - \[[`ba4946a520`](https://togithub.com/nodejs/node/commit/ba4946a520)] - **tools**: prohibit Error.prepareStackTrace() usage (Ruben Bridgewater) [#​29827](https://togithub.com/nodejs/node/pull/29827) - \[[`79f6cd3606`](https://togithub.com/nodejs/node/commit/79f6cd3606)] - **tools**: update ESLint to v6.5.1 (Rich Trott) [#​29785](https://togithub.com/nodejs/node/pull/29785) - \[[`6d88f0fef7`](https://togithub.com/nodejs/node/commit/6d88f0fef7)] - **vm**: refactor SourceTextModule (Gus Caplan) [#​29776](https://togithub.com/nodejs/node/pull/29776) - \[[`a7113048e3`](https://togithub.com/nodejs/node/commit/a7113048e3)] - **worker**: do not use two-arg NewIsolate (Shelley Vohr) [#​29850](https://togithub.com/nodejs/node/pull/29850)

Renovate configuration

:date: Schedule: "after 8:00 before 20:00 every weekday" in timezone Europe/Berlin.

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: 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.