Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 28, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
node final minor 13.10.1-alpine -> 13.14.0-alpine

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.

@renovate renovate bot changed the title Update Node.js to v13.12.0 Update node Docker tag to v13.12.0 Apr 10, 2020
@renovate renovate bot force-pushed the renovate/node-13.x branch from fda115f to 4aa1f5d Compare April 14, 2020 22:18
@renovate renovate bot changed the title Update node Docker tag to v13.12.0 Update node Docker tag to v13.13.0 Apr 14, 2020
@renovate renovate bot force-pushed the renovate/node-13.x branch from 4aa1f5d to be83353 Compare April 30, 2020 19:29
@renovate renovate bot changed the title Update node Docker tag to v13.13.0 Update node Docker tag to v13.14.0 Apr 30, 2020
@renovate renovate bot changed the title Update node Docker tag to v13.14.0 Update Node.js to v13.14.0 May 9, 2021
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.

2 participants