Skip to content

Update Node.js to v13.11.0

Administrator requested to merge renovate/node-13.x into master

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
node minor 13.11.0 source code search for "node"
@types/node devDependencies patch 13.9.3 source code search for "@types/node"

Release Notes

nodejs/node

v13.11.0

Compare Source

Notable Changes
  • async_hooks: add sync enterWith to ALS (Stephen Belanger) #​31945
  • cli: allow --jitless V8 flag in NODE_OPTIONS (Andrew Neitsch) #​32100
  • fs: return first folder made by mkdir recursive (Benjamin Coe) #​31530
  • n-api: define release 6 (Gabriel Schulhof) #​32058
  • os: create a getter for kernel version (Juan José Arboleda) #​31732
  • wasi: add returnOnExit option (Colin Ihrig) #​32101
Commits

v13.10.1

Compare Source

Notable Changes

In Node.js 13.9.0 deps/zlib was switched to the chromium maintained implementation. This change had the unforseen consequence of breaking building from the tarballs we release as we were too aggressively removing unneccessary files from the deps/zlib folder. This release includes a patch that ensures that individuals will once again be able to build Node.js from source.

Commits

v13.10.0

Compare Source

Notable Changes
  • async_hooks
    • introduce async-context API (vdeturckheim) #​26540
  • stream
    • support passing generator functions into pipeline() (Robert Nagy) #​31223
  • tls
    • expose SSL_export_keying_material (simon) #​31814
  • vm
    • implement vm.measureMemory() for per-context memory measurement (Joyee Cheung) #​31824
Commits

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

Merge request reports

Loading