Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Update Node.js to v13 #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Node.js to v13 #234

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 7, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
node final major 10.16.0-slim -> 13.14.0-slim

Release Notes

nodejs/node

v13.14.0

Compare Source

Notable Changes
  • async_hooks:
    • Merge run and exit methods (Andrey Pechkurov) #​31950
    • Prevent sync methods of async storage exiting outer context (Stephen Belanger) #​31950
  • vm:
    • Add importModuleDynamically option to compileFunction (Gus Caplan) #​32985
New core collaborators

With this release, we welcome two new Node.js core collaborators:

Commits

v13.13.0

Compare Source

Notable Changes
New file system APIs
  • Added a new function, fs.readv (with sync and promisified versions). This
    function takes an array of ArrayBufferView elements and will write the data
    it reads sequentially to the buffers (Sk Sajidul Kadir) #​32356.
  • A new overload is available for fs.readSync, which allows to optionally pass
    any of the offset, length and position parameters (Lucas Holmquist) #​32460.
Other changes
  • dns:
    • Added the dns.ALL flag, that can be passed to dns.lookup() with dns.V4MAPPED
      to return resolved IPv6 addresses as well as IPv4 mapped IPv6 addresses (murgatroid99) #​32183.
  • http:
    • The default maximum HTTP header size was changed from 8KB to 16KB (rosaxny) #​32520.
  • n-api:
    • Calls to napi_call_threadsafe_function from the main thread can now return
      the napi_would_deadlock status in certain circumstances (Gabriel Schulhof) #​32689.
  • util:
    • Added a new maxStrLength option to util.inspect, to control the maximum
      length of printed strings. Its default value is Infinity (rosaxny) #​32392.
  • worker:
    • Added support for passing a transferList along with workerData to the
      Worker constructor (Juan José Arboleda) #​32278.
New core collaborators

With this release, we welcome three new Node.js core collaborators:

Commits

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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 this update 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.

Dependency update (patch)
@renovate renovate bot added the dependencies label May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant