Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Update Node.js to v16 #1259

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

Update Node.js to v16 #1259

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
node major 14 -> 16

Release Notes

nodejs/node

v16.14.0

Compare Source

Notable changes
Importing JSON modules now requires experimental import assertions syntax

This release adds experimental support for the import assertions stage 3 proposal.

To keep Node.js ESM implementation as compatible as possible with the HTML spec, import assertions are now required to import JSON modules (still behind the --experimental-json-modules CLI flag):

import info from './package.json' assert { type: 'json' };

Or use dynamic import:

const info = await import('./package.json', { assert: { type: 'json' } });

Contributed by Antoine du Hamel and Geoffrey Booth #​40250

Other notable changes
  • async_hooks:
    • (SEMVER-MINOR) expose async_wrap providers (Rafael Gonzaga) #​40760
  • child_process:
    • (SEMVER-MINOR) add support for URL to cp.fork (Antoine du Hamel) #​41225
  • doc:
  • esm:
    • (SEMVER-MINOR) graduate capturerejections to supported (James M Snell) #​41267
    • (SEMVER-MINOR) add EventEmitterAsyncResource to core (James M Snell) #​41246
  • events:
    • (SEMVER-MINOR) propagate weak option for kNewListener (James M Snell) #​40899
  • fs:
    • (SEMVER-MINOR) accept URL as argument for fs.rm and fs.rmSync (Antoine du Hamel) #​41132
  • lib:
    • (SEMVER-MINOR) make AbortSignal cloneable/transferable (James M Snell) #​41050
    • (SEMVER-MINOR) add AbortSignal.timeout (James M Snell) #​40899
    • (SEMVER-MINOR) add reason to AbortSignal (James M Snell) #​40807
    • (SEMVER-MINOR) add unsubscribe method to non-active DC channels (simon-id) #​40433
    • (SEMVER-MINOR) add return value for DC channel.unsubscribe (simon-id) #​40433
  • loader:
    • (SEMVER-MINOR) return package format from defaultResolve if known (Gabriel Bota) #​40980
  • perf_hooks:
    • (SEMVER-MINOR) multiple fixes for Histogram (James M Snell) #​41153
  • process:
    • (SEMVER-MINOR) add getActiveResourcesInfo() (Darshan Sen) #​40813
  • src:
    • (SEMVER-MINOR) add x509.fingerprint512 to crypto module (3nprob) #​39809
    • (SEMVER-MINOR) add flags for controlling process behavior (Cheng Zhao) #​40339
  • stream:
    • (SEMVER-MINOR) add filter method to readable (Benjamin Gruenbaum) #​41354
    • (SEMVER-MINOR) add isReadable helper (Robert Nagy) #​41199
    • (SEMVER-MINOR) add map method to Readable (Benjamin Gruenbaum) #​40815
    • deprecate thenable support (Antoine du Hamel) #​40860
  • util:
    • (SEMVER-MINOR) pass through the inspect function to custom inspect functions (Ruben Bridgewater) #​41019
    • (SEMVER-MINOR) add numericSeparator to util.inspect (Ruben Bridgewater) #​41003
    • (SEMVER-MINOR) always visualize cause property in errors during inspection (Ruben Bridgewater) #​41002
  • timers:
    • (SEMVER-MINOR) add experimental scheduler api (James M Snell) #​40909
  • v8:
    • (SEMVER-MINOR) multi-tenant promise hook api (Stephen Belanger) #​39283
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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/node-16.x branch 3 times, most recently from acba63e to 6fe565b Compare October 28, 2021 18:51
@renovate renovate bot force-pushed the renovate/node-16.x branch 3 times, most recently from aeca5a7 to a37ee04 Compare November 10, 2021 02:20
@renovate renovate bot force-pushed the renovate/node-16.x branch 2 times, most recently from d4e09f1 to 1fcf8f2 Compare November 15, 2021 23:59
@renovate renovate bot force-pushed the renovate/node-16.x branch 2 times, most recently from 633e7c3 to 5016c30 Compare December 2, 2021 22:00
@renovate renovate bot force-pushed the renovate/node-16.x branch 9 times, most recently from 45f5429 to 179a146 Compare December 18, 2021 01:58
@renovate renovate bot force-pushed the renovate/node-16.x branch 2 times, most recently from b60eb98 to 6a12d87 Compare December 22, 2021 18:38
@renovate renovate bot force-pushed the renovate/node-16.x branch 4 times, most recently from 109454f to 6826f2f Compare January 6, 2022 03:34
@renovate renovate bot force-pushed the renovate/node-16.x branch 3 times, most recently from 41a004b to 15ff76b Compare January 12, 2022 23:09
@renovate renovate bot force-pushed the renovate/node-16.x branch 2 times, most recently from c8fc33a to 9d7f629 Compare January 18, 2022 21:09
@renovate renovate bot force-pushed the renovate/node-16.x branch 7 times, most recently from c105d8a to 0ca1c5b Compare February 1, 2022 22:40
@renovate renovate bot force-pushed the renovate/node-16.x branch 3 times, most recently from 9ccef91 to eae4016 Compare February 16, 2022 02:17
@renovate renovate bot force-pushed the renovate/node-16.x branch 2 times, most recently from 87f32df to 8415b1d Compare February 24, 2022 23:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant