Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2020

This PR contains the following updates:

Package Update Change
node minor v13.2.0 -> 13.14.0

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

Renovate 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.

@michielbdejong michielbdejong merged commit 953ee97 into master Nov 12, 2020
@renovate renovate bot deleted the renovate/node-13.x branch November 12, 2020 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants