Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Update Node.js to v16 - #146

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/node-16.x
Open

Update Node.js to v16#146
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/node-16.x

Conversation

@renovate

@renovate renovate Bot commented May 10, 2021

Copy link
Copy Markdown

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
node final major 14.18.0-alpine -> 16.11.0-alpine

Release Notes

nodejs/node

v16.11.0

Compare Source

Notable Changes
  • crypto
    • update root certificates (Richard Lau) #​40280
  • deps
    • upgrade npm to 8.0.0 (npm team) #​40369
    • update nghttp2 to v1.45.1 (thunder-coding) #​40206
    • update V8 to 9.4.146.19 (Michaël Zasso) #​40285
  • tools
    • update certdata.txt (Richard Lau) #​40280
Commits

v16.10.0

Compare Source

Notable Changes
  • [fb226ff2ee] - (SEMVER-MINOR) crypto: add rsa-pss keygen parameters (Filip Skokan) #​39927
  • [85206b7311] - deps: upgrade npm to 7.24.0 (npm team) #​40167
  • [98f56d179c] - deps: update Acorn to v8.5.0 (Michaël Zasso) #​40015
  • [9655329772] - doc: add Ayase-252 to collaborators (Qingyu Deng) #​40078
  • [59fff925be] - (SEMVER-MINOR) fs: make open and close stream override optional when unused (Antoine du Hamel) #​40013
  • [a63a4bce90] - (SEMVER-MINOR) http: limit requests per connection (Artur K) #​40082
    • The maximum number of requests a socket can handle before closing keep alive connection can be set with server.maxRequestsPerSocket.
  • [9a672961fa] - (SEMVER-MINOR) src: add --no-global-search-paths cli option (Cheng Zhao) #​39754
    • Adds the --no-global-search-paths command-line option to not search modules from global paths like $HOME/.node_modules and $NODE_PATH.
  • [fe920b6cbf] - (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #​39926
  • [97f3072ceb] - (SEMVER-MINOR) stream: add signal support to pipeline generators (Robert Nagy) #​39067
Commits

v16.9.1

Compare Source

Notable Changes

This release fixes a regression introduced by the V8 9.3 update in Node.js 16.9.0.

Commits

v16.9.0

Compare Source

Notable Changes
Corepack

Node.js now includes Corepack, a script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development.
In practical terms, Corepack will let you use Yarn and pnpm without having to install them - just like what currently happens with npm, which is shipped in Node.js by default.
Please head over to the Corepack documentation page for more information on how to use it.

Contributed by Maël Nison - #​39608

V8 9.3

V8 is updated to version 9.3, which includes performance improvements and new JavaScript features.

Object.hasOwn

Object.hasOwn is a static alias for Object.prototype.hasOwnProperty.call:

Object.hasOwn({ value: 42 }, 'value'); // Returns `true`.
Error cause

Errors can now be optionally constructed with a cause option, pointing to another error.
This adds a cause property on the new error:

const error1 = new Error('Error one');
const error2 = new Error('Error two', { cause: error1 });
// error2.cause === error1

Contributed by Michaël Zasso - #​39947

Other Notable Changes
Commits

v16.8.0

Compare Source

Notable Changes

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 force-pushed the renovate/node-16.x branch from 3a3535c to 96d825e Compare May 19, 2021 20:17
@renovate
renovate Bot force-pushed the renovate/node-16.x branch from 96d825e to 39251b5 Compare June 3, 2021 23:42
@renovate
renovate Bot force-pushed the renovate/node-16.x branch 3 times, most recently from 6cb70f5 to 5141a89 Compare July 7, 2021 18:51
@renovate
renovate Bot force-pushed the renovate/node-16.x branch from 5141a89 to 0fe1c8e Compare July 14, 2021 19:53
@renovate
renovate Bot force-pushed the renovate/node-16.x branch 2 times, most recently from 3d76a23 to e9d3348 Compare August 3, 2021 19:38
@renovate
renovate Bot force-pushed the renovate/node-16.x branch 2 times, most recently from 60e1e34 to c14ccfb Compare August 18, 2021 16:04
@renovate
renovate Bot force-pushed the renovate/node-16.x branch from c14ccfb to a12f08d Compare August 26, 2021 21:13
@renovate
renovate Bot force-pushed the renovate/node-16.x branch from a12f08d to e8af70e Compare October 12, 2021 13:13
Dependency update (patch)
@renovate
renovate Bot force-pushed the renovate/node-16.x branch from e8af70e to 0dd6fc3 Compare October 12, 2021 13:17
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