Skip to content

chore(): pin node.js vv18.20.8#290

Open
renovate[bot] wants to merge 1 commit intomainfrom
chore/renovate/node-18.x
Open

chore(): pin node.js vv18.20.8#290
renovate[bot] wants to merge 1 commit intomainfrom
chore/renovate/node-18.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 26, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
node (source) minor v18.1618.20.8 age confidence
@types/node (source) devDependencies minor 18.16.1518.19.130 age confidence

Release Notes

nodejs/node (node)

v18.20.8: 2025-03-27, Version 18.20.8 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release updates OpenSSL to 3.0.16 and root certificates to NSS 3.108.

Commits

v18.20.7: 2025-02-20, Version 18.20.7 'Hydrogen' (LTS), @​aduh95

Compare Source

Notable Changes
Commits

v18.20.6: 2025-01-21, Version 18.20.6 'Hydrogen' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium)
  • CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)

Dependency update:

  • CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
Commits

v18.20.5: 2024-11-12, Version 18.20.5 'Hydrogen' (LTS), @​aduh95

Compare Source

Notable Changes
  • [ac37e554a5] - esm: mark import attributes and JSON module as stable (Nicolò Ribaudo) #​55333
Commits

v18.20.4: 2024-07-08, Version 18.20.4 'Hydrogen' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
Commits

v18.20.3: 2024-05-21, Version 18.20.3 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release fixes a regression introduced in Node.js 18.19.0 where http.server.close() was incorrectly closing idle connections.

A fix has also been included for compiling Node.js from source with newer versions of Clang.

The list of keys used to sign releases has been synchronized with the current list from the main branch.

Updated dependencies
  • acorn updated to 8.11.3.
  • acorn-walk updated to 8.3.2.
  • ada updated to 2.7.8.
  • c-ares updated to 1.28.1.
  • corepack updated to 0.28.0.
  • nghttp2 updated to 1.61.0.
  • ngtcp2 updated to 1.3.0.
  • npm updated to 10.7.0. Includes a fix from npm@​10.5.1 to limit the number of open connections npm/cli#7324.
  • simdutf updated to 5.2.4.
  • zlib updated to 1.3.0.1-motley-7d77fb7.
Commits

v18.20.2: 2024-04-10, Version 18.20.2 'Hydrogen' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows
Commits

v18.20.1: 2024-04-03, Version 18.20.1 'Hydrogen' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2024-27983 - Assertion failed in node::http2::Http2Session::~Http2Session() leads to HTTP/2 server crash- (High)
  • CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation - (Medium)
  • llhttp version 9.2.1
  • undici version 5.28.4
Commits

v18.20.0: 2024-03-26, Version 18.20.0 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes
Added support for import attributes

Support has been added for import attributes, to replace the old import
assertions syntax. This will aid migration by making the new syntax available
across all currently supported Node.js release lines.

This adds the with keyword which should be used in place of the previous
assert keyword, which will be removed in a future semver-major Node.js
release.

For example,

import "foo" assert { ... }

should be replaced with

import "foo" with { ... }

For more details, see

Contributed by Nicolò Ribaudo in #​51136
and Antoine du Hamel in #​50140.

Doc deprecation for dirent.path

Please use newly added dirent.parentPath instead.

Contributed by Antoine du Hamel in #​50976
and #​51020.

Experimental node-api feature flags

Introduces an experimental feature to segregate finalizers that affect GC state.
A new type called node_api_nogc_env has been introduced as the const version
of napi_env and node_api_nogc_finalize as a variant of napi_finalize that
accepts a node_api_nogc_env as its first argument.

This feature can be turned off by defining
NODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT.

Contributed by Gabriel Schulhof in #​50060.

Root certificates updated to NSS 3.98

Certificates added:

  • Telekom Security TLS ECC Root 2020
  • Telekom Security TLS RSA Root 2023

Certificates removed:

  • Security Communication Root CA
Updated dependencies
  • ada updated to 2.7.6.
  • base64 updated to 0.5.2.
  • c-ares updated to 1.27.0.
  • corepack updated to 0.25.2.
  • ICU updated to 74.2. Includes CLDR 44.1 and Unicode 15.1.
  • npm updated to 10.5.0. Fixes a regression in signals not being passed onto child processes.
  • simdutf8 updated to 4.0.8.
  • Timezone updated to 2024a.
  • zlib updated to 1.3.0.1-motley-40e35a7.
vm: fix V8 compilation cache support for vm.Script

Previously repeated compilation of the same source code using vm.Script
stopped hitting the V8 compilation cache after v16.x when support for
importModuleDynamically was added to vm.Script, resulting in a performance
regression that blocked users (in particular Jest users) from upgrading from
v16.x.

The recent fixes allow the compilation cache to be hit again
for vm.Script when --experimental-vm-modules is not used even in the
presence of the importModuleDynamically option, so that users affected by the
performance regression can now upgrade. Ongoing work is also being done to
enable compilation cache support for vm.CompileFunction.

Contributed by Joyee Cheung in #​49950
and #​50137.

Commits

Configuration

📅 Schedule: (UTC)

  • 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from b50d259 to 4cd4510 Compare May 26, 2023 09:02
@renovate renovate bot changed the title chore(): pin node.js v18 chore(): pin node.js v18 - autoclosed May 26, 2023
@renovate renovate bot closed this May 26, 2023
@renovate renovate bot deleted the chore/renovate/node-18.x branch May 26, 2023 11:19
@renovate renovate bot changed the title chore(): pin node.js v18 - autoclosed chore(): pin node.js v18 May 26, 2023
@renovate renovate bot restored the chore/renovate/node-18.x branch May 26, 2023 13:13
@renovate renovate bot reopened this May 26, 2023
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 4 times, most recently from 8f24f31 to 4a60b5f Compare May 31, 2023 23:06
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 2 times, most recently from 35bea08 to b2ab68f Compare June 13, 2023 04:07
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from b2ab68f to b9f608a Compare June 20, 2023 21:54
@renovate renovate bot changed the title chore(): pin node.js v18 chore(): pin node.js 18.16 Jun 20, 2023
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from b9f608a to 398717e Compare July 1, 2023 07:27
@renovate renovate bot changed the title chore(): pin node.js 18.16 chore(): pin node 18.16 Jul 9, 2023
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from 398717e to f6432cf Compare July 18, 2023 22:48
@renovate renovate bot changed the title chore(): pin node 18.16 chore(): pin node 18.17 Jul 18, 2023
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 3 times, most recently from f0f58f6 to f34015e Compare July 25, 2023 22:54
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 4 times, most recently from 3288336 to 143c212 Compare August 9, 2023 20:20
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 2 times, most recently from 430376a to f2f633d Compare August 18, 2023 20:18
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from f2f633d to 9fefe07 Compare August 22, 2023 11:23
@renovate renovate bot changed the title chore(): pin node 18.17 chore(): pin node 18.18 Sep 18, 2023
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 4 times, most recently from ac78c5a to 6c2a627 Compare September 25, 2023 22:31
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 3 times, most recently from b359f66 to af160ac Compare October 3, 2023 00:56
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 4 times, most recently from fe6e724 to 551ef1b Compare October 13, 2023 23:06
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from 551ef1b to c63422f Compare October 18, 2023 12:38
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 2 times, most recently from 3aec2ff to 9a81bc1 Compare October 31, 2023 11:30
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from 9a81bc1 to b9cbc13 Compare November 7, 2023 22:24
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 4 times, most recently from 4555bfc to 09c8c0f Compare November 23, 2023 22:36
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from 09c8c0f to fe30603 Compare November 29, 2023 17:19
@renovate renovate bot changed the title chore(): pin node 18.18 chore(): pin node 18.19 Nov 29, 2023
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch 4 times, most recently from 0f43472 to 5891806 Compare December 3, 2023 22:39
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from 5891806 to 9804087 Compare December 7, 2023 09:04
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from 9804087 to 69f9301 Compare December 30, 2023 02:03
@renovate renovate bot force-pushed the chore/renovate/node-18.x branch from 69f9301 to caea377 Compare January 7, 2024 16:17
| datasource   | package     | from     | to        |
| ------------ | ----------- | -------- | --------- |
| node-version | node        | v18.16.0 | v18.20.8  |
| npm          | @types/node | 18.16.15 | 18.19.130 |
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.

0 participants