Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node.js to v16 #184

Closed
wants to merge 1 commit into from
Closed

Update Node.js to v16 #184

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node final major 14.18.1-alpine3.11 -> 16.13.0-alpine3.11 age adoption passing confidence
@types/node (source) devDependencies major 14.18.24 -> 16.11.68 age adoption passing confidence

Release Notes

nodejs/node

v16.13.0

Compare Source

Notable Changes

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

v16.12.0

Compare Source

Notable Changes
Experimental ESM Loader Hooks API

Node.js ESM Loader hooks have been consolidated to represent the steps involved needed to facilitate future loader chaining:

  1. resolve: resolve [+ getFormat]
  2. load: getFormat + getSource + transformSource

For consistency, getGlobalPreloadCode has been renamed to globalPreload.

A loader exporting obsolete hook(s) will trigger a single deprecation warning (per loader) listing the errant hooks.

Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - https://github.com/nodejs/node/pull/37468

Other Notable Changes
Commits

v16.11.1

Compare Source

This is a security release.

Notable changes
  • CVE-2021-22959: HTTP Request Smuggling due to spaced in headers (Medium)
    • The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at CVE-2021-22959 after publication.
  • CVE-2021-22960: HTTP Request Smuggling when parsing the body (Medium)
    • The parse ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at CVE-2021-22960 after publication.
Commits

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/node-16.x branch from 7eaa0e2 to 8778210 Compare July 16, 2022 00:37
@renovate renovate bot changed the title Update Node.js to v16 Update dependency @types/node to v16 Jul 16, 2022
@renovate renovate bot changed the title Update dependency @types/node to v16 Update Node.js to v16 Jul 16, 2022
@renovate renovate bot force-pushed the renovate/node-16.x branch 2 times, most recently from 9ce2e22 to 5d1995c Compare July 28, 2022 05:07
@renovate renovate bot force-pushed the renovate/node-16.x branch from 5d1995c to 2e1253d Compare July 30, 2022 22:27
@renovate renovate bot force-pushed the renovate/node-16.x branch 2 times, most recently from 1038f17 to 74e220c Compare August 15, 2022 19:10
@renovate renovate bot force-pushed the renovate/node-16.x branch 8 times, most recently from c4a36d8 to 883693c Compare August 24, 2022 05:26
@renovate renovate bot force-pushed the renovate/node-16.x branch 2 times, most recently from 33d9609 to dd60503 Compare September 7, 2022 20:49
@renovate renovate bot force-pushed the renovate/node-16.x branch from dd60503 to 5c95e1e Compare September 13, 2022 23:43
@renovate renovate bot force-pushed the renovate/node-16.x branch 3 times, most recently from 81fd17a to dd227ea Compare September 26, 2022 23:00
@renovate renovate bot force-pushed the renovate/node-16.x branch 2 times, most recently from 14ef5bd to e5939a1 Compare October 4, 2022 01:03
@renovate renovate bot force-pushed the renovate/node-16.x branch 2 times, most recently from a888b8a to 8d7e479 Compare October 15, 2022 21:51
@renovate renovate bot force-pushed the renovate/node-16.x branch from 8d7e479 to 3b01f64 Compare October 18, 2022 22:06
@ironoa ironoa closed this Oct 21, 2022
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.

1 participant