Skip to content

Update Node.js to v13

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

Created by: renovate[bot]

This PR contains the following updates:

Package Update New value References Sourcegraph
node major 13.3.0 source code search for "node"

Release Notes

nodejs/node

v13.3.0

Compare Source

Notable Changes
  • fs:
    • Reworked experimental recursive rmdir() (cjihrig) #​30644
      • The maxBusyTries option is renamed to maxRetries, and its default is set to 0. The emfileWait option has been removed, and EMFILE errors use the same retry logic as other errors. The retryDelay option is now supported. ENFILE errors are now retried.
  • http:
    • Make maximum header size configurable per-stream or per-server (Anna Henningsen) #​30570
  • http2:
    • Make maximum tolerated rejected streams configurable (Denys Otrishko) #​30534
    • Allow to configure maximum tolerated invalid frames (Denys Otrishko) #​30534
  • wasi:
    • Introduce initial WASI support (cjihrig) #​30258
Commits

v13.2.0

Compare Source

Notable Changes
  • addons:
    • Deprecate one- and two-argument AtExit(). Use the three-argument variant of AtExit() or AddEnvironmentCleanupHook() instead (Anna Henningsen) #​30227
  • child_process,cluster:
    • The serialization option is added that allows child process IPC to use the V8 serialization API (to e.g., pass through data types like sets or maps) (Anna Henningsen) #​30162
  • deps:
    • Update V8 to 7.9
    • Update npm to 6.13.1 (Ruy Adorno) #​30271
  • embedder:
    • Exposes the ability to pass cli flags / options through an API as embedder (Shelley Vohr) #​30466
    • Allow adding linked bindings to Environment (Anna Henningsen) #​30274
  • esm:
    • Unflag --experimental-modules (Guy Bedford) #​29866
  • stream:
    • Add writable.writableCorked property (Robert Nagy) #​29012
  • worker:
    • Allow specifying resource limits (Anna Henningsen) #​26628
  • v8:
    • The Serialization API is now stable (Anna Henningsen) #​30234
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 if you modify the PR title to begin with "rebase!".

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


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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

Merge request reports

Loading