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

chore(deps): update node.js to v20.18.2 #180

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

Conversation

Octobob
Copy link
Member

@Octobob Octobob commented Mar 27, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node (source) engines minor 20.11.1 -> 20.18.2 age adoption passing confidence
@types/node (source) devDependencies minor 20.11.30 -> 20.17.14 age adoption passing confidence

Release Notes

nodejs/node (node)

v20.18.2: 2025-01-21, Version 20.18.2 'Iron' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2025-23083 - throw on InternalWorker use when permission model is enabled (High)
  • 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

v20.18.1: 2024-11-20, Version 20.18.1 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.18.0: 2024-10-03, Version 20.18.0 'Iron' (LTS), @​targos

Compare Source

Notable Changes
Experimental Network Inspection Support in Node.js

This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the --experimental-network-inspection flag.
With this feature enabled, you can inspect network activities occurring within a JavaScript application.

To use network inspection, start your Node.js application with the following command:

$ node --inspect-wait --experimental-network-inspection index.js

Please note that the network inspection capabilities are in active development.
We are actively working on enhancing this feature and will continue to expand its functionality in future updates.

Contributed by Kohei Ueno in #​53593 and #​54246

Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext

This releases introduces a new option to the API tls.createSecureContext. From
now on, tls.createSecureContext({ allowPartialTrustChain: true }) can be used
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.

Contributed by Anna Henningsen in #​54790

New option for vm.createContext() to create a context with a freezable globalThis

Node.js implements a flavor of vm.createContext() and friends that creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.

Contributed by Joyee Cheung in #​54394

Deprecations
  • [64aa31f6e5] - repl: doc-deprecate instantiating node:repl classes without new (Aviv Keller) #​54842
  • [4c52ee3d7f] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #​54708
Other Notable Changes
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 is behind base branch, 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 has been generated by Renovate Bot.

@Octobob Octobob requested a review from a team as a code owner March 27, 2024 00:18
@Octobob Octobob force-pushed the renovate/node-20.x branch from 6149c20 to c3a413b Compare March 31, 2024 00:21
@Octobob Octobob force-pushed the renovate/node-20.x branch from c3a413b to 98c05a1 Compare April 3, 2024 00:19
@Octobob Octobob force-pushed the renovate/node-20.x branch from 98c05a1 to a74c6da Compare April 4, 2024 00:20
@Octobob Octobob changed the title chore(deps): update node.js to v20.12.0 chore(deps): update node.js to v20.12.1 Apr 4, 2024
@Octobob Octobob force-pushed the renovate/node-20.x branch from a74c6da to a17dc2d Compare April 6, 2024 00:18
@Octobob Octobob force-pushed the renovate/node-20.x branch from a17dc2d to b1b2728 Compare April 10, 2024 00:19
@Octobob Octobob force-pushed the renovate/node-20.x branch from b1b2728 to 52b375b Compare April 11, 2024 00:19
@Octobob Octobob changed the title chore(deps): update node.js to v20.12.1 chore(deps): update node.js to v20.12.2 Apr 11, 2024
@Octobob Octobob force-pushed the renovate/node-20.x branch from 52b375b to 6232505 Compare May 2, 2024 00:19
@Octobob Octobob force-pushed the renovate/node-20.x branch from 6232505 to d53ed85 Compare May 7, 2024 00:19
@Octobob Octobob force-pushed the renovate/node-20.x branch from d53ed85 to 8c71208 Compare May 8, 2024 00:17
@Octobob Octobob changed the title chore(deps): update node.js to v20.12.2 chore(deps): update node.js to v20.13.0 May 8, 2024
@Octobob Octobob force-pushed the renovate/node-20.x branch from 8c71208 to 08deb89 Compare May 9, 2024 00:20
@Octobob Octobob force-pushed the renovate/node-20.x branch from 08deb89 to 3aa7982 Compare May 10, 2024 00:20
@Octobob Octobob changed the title chore(deps): update node.js to v20.13.0 chore(deps): update node.js to v20.13.1 May 10, 2024
@Octobob Octobob force-pushed the renovate/node-20.x branch from 3aa7982 to 45dbef1 Compare May 14, 2024 00:20
@Octobob Octobob changed the title chore(deps): update node.js to v20.18.0 chore(deps): update node.js to v20.18.1 Nov 21, 2024
@Octobob Octobob force-pushed the renovate/node-20.x branch from c9815b1 to 2443037 Compare December 6, 2024 00:27
@Octobob Octobob force-pushed the renovate/node-20.x branch from d869f3c to a4d6cac Compare January 2, 2025 00:24
@Octobob Octobob force-pushed the renovate/node-20.x branch from a4d6cac to 72b322f Compare January 7, 2025 00:25
@Octobob Octobob force-pushed the renovate/node-20.x branch from 72b322f to b287160 Compare January 15, 2025 00:25
@Octobob Octobob force-pushed the renovate/node-20.x branch from b287160 to 9c6b2ac Compare January 17, 2025 00:24
@Octobob Octobob force-pushed the renovate/node-20.x branch from 9c6b2ac to adb1f7b Compare January 20, 2025 00:25
@Octobob Octobob force-pushed the renovate/node-20.x branch from adb1f7b to 2710cbb Compare January 22, 2025 00:25
@Octobob Octobob changed the title chore(deps): update node.js to v20.18.1 chore(deps): update node.js to v20.18.2 Jan 22, 2025
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.

2 participants