Skip to content

Update Node.js to v12.13.1 - autoclosed

Warren Gifford requested to merge renovate/node-12.x into master

Created by: renovate[bot]

This PR contains the following updates:

Package Update New value References Sourcegraph
node minor 12.13.1 source code search for "node"

Release Notes

nodejs/node

v12.13.1

Compare Source

Notable changes
  • Experimental support for building Node.js with Python 3 is improved.
  • ICU time zone data is updated to version 2019c. This fixes the date offset in Brazil.
Commits

v12.13.0

Compare Source

This release marks the transition of Node.js 12.x into Long Term Support (LTS) with the codename 'Erbium'. The 12.x release line now moves into "Active LTS" and will remain so until October 2020. After that time, it will move into "Maintenance" until end of life in April 2022.

Notable changes

npm was updated to 6.12.0. It now includes a version of node-gyp that supports Python 3 for building native modules.

Commits

v12.12.0

Compare Source

Notable changes
  • build:
    • Add --force-context-aware flag to prevent usage of native node addons that aren't context aware #​29631
  • deprecations:
    • Add documentation-only deprecation for process._tickCallback() #​29781
  • esm:
    • Using JSON modules is experimental again #​29754
  • fs:
    • Introduce opendir() and fs.Dir to iterate through directories #​29349
  • process:
    • Add source-map support to stack traces by using --enable-source-maps #​29564
  • tls:
    • Honor pauseOnConnect option #​29635
    • Add option for private keys for OpenSSL engines #​28973
Commits

v12.11.1

Compare Source

Notable changes
  • build:
    • This release fixes a regression that prevented from building Node.js using the official source tarball (Richard Lau) #​29712.
  • deps:
    • Updated small-icu data to support "unit" style in the Intl.NumberFormat API (Michaël Zasso) #​29735.
Commits

v12.11.0

Compare Source

Notable changes
  • crypto:
  • deps:
    • Update V8 to 7.7.299.11 #​28918
      • More efficient memory handling
      • Stack trace serialization got faster
      • The Intl.NumberFormat API gained new functionality
      • For more information: https://v8.dev/blog/v8-release-77
  • events:
    • Add support for EventTarget in once #​29498
  • fs:
    • Expose memory file mapping flag UV_FS_O_FILEMAP #​29260
  • inspector:
    • New API - Session.connectToMainThread #​28870
  • process:
    • Initial SourceMap support via env.NODE_V8_COVERAGE #​28960
  • stream:
    • Make _write() optional when _writev() is implemented #​29639
  • tls:
    • Add option to override signature algorithms #​29598
  • util:
  • worker:
    • The worker_thread module is now stable #​29512
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