Skip to content

chore(deps): update node.js to v22 #184

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node (source) major 20 -> 22 age adoption passing confidence
@types/node (source) devDependencies major ^18.19.64 -> ^22.0.0 age adoption passing confidence
node (source) engines major ^20 -> ^22.0.0 age adoption passing confidence
node uses-with major 20 -> 22 age adoption passing confidence
node stage major 20-alpine -> 22-alpine age adoption passing confidence
node final major 20-alpine -> 22-alpine age adoption passing confidence

Release Notes

nodejs/node (node)

v22.14.0: 2025-02-11, Version 22.14.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [82a9000e9e] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [b7fe54fc88] - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns (Daeyeon Jeong) #​56489
  • [3ac92ef607] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #​56359
  • [1614e8e7bc] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #​56610
  • [6d6cffa9cc] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #​55412
  • [d35333ae18] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #​56400
  • [07ff3ddcb5] - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) #​56385
  • [94d3fe1b62] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #​56441
  • [5afffb4415] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #​56469
  • [697a851fb3] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #​56595
  • [047537b48c] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #​56459
  • [926cf84e95] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #​56434
  • [c658a8afdf] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #​56394
Commits

v22.13.1: 2025-01-21, Version 22.13.1 'Jod' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2025-23083 - src,loader,permission: 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

v22.13.0: 2025-01-07, Version 22.13.0 'Jod' (LTS), @​ruyadorno

Compare Source

Notable Changes
Stabilize Permission Model

Upgrades the Permission Model status from Active Development to Stable.

Contributed by Rafael Gonzaga #​56201

Graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable

Following the merge of Curve25519 into the Web Cryptography API Editor's Draft the Ed25519 and X25519 algorithm identifiers are now stable and will no longer emit an ExperimentalWarning upon use.

Contributed by (Filip Skokan) #​56142

Other Notable Changes

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/node-22.x branch 7 times, most recently from f44b6a6 to 5dfffb3 Compare November 29, 2024 09:40
@renovate renovate bot force-pushed the renovate/node-22.x branch 8 times, most recently from dc7f8ac to aac8742 Compare December 11, 2024 08:45
@renovate renovate bot force-pushed the renovate/node-22.x branch 10 times, most recently from dc82851 to b1aebcf Compare December 11, 2024 21:57
@renovate renovate bot force-pushed the renovate/node-22.x branch from b1aebcf to a2d6a50 Compare December 26, 2024 11:11
@renovate renovate bot force-pushed the renovate/node-22.x branch from a2d6a50 to 529bf71 Compare January 6, 2025 17:36
@renovate renovate bot force-pushed the renovate/node-22.x branch 3 times, most recently from bba4619 to 2ade76b Compare January 17, 2025 14:01
@renovate renovate bot force-pushed the renovate/node-22.x branch 4 times, most recently from 44feb57 to a74d925 Compare March 11, 2025 19:27
@renovate renovate bot force-pushed the renovate/node-22.x branch 4 times, most recently from 2458544 to 1548484 Compare March 14, 2025 15:34
@renovate renovate bot changed the title Update Node.js to v22 chore(deps): update node.js to v22 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/node-22.x branch 3 times, most recently from acc0c63 to 12b3c28 Compare March 26, 2025 18:58
@renovate renovate bot force-pushed the renovate/node-22.x branch 2 times, most recently from 49a319e to 26bdbc1 Compare April 4, 2025 13:44
@renovate renovate bot force-pushed the renovate/node-22.x branch 14 times, most recently from a3ef7ae to 8f76eba Compare April 16, 2025 23:27
@renovate renovate bot force-pushed the renovate/node-22.x branch from 8f76eba to ab85ea2 Compare April 24, 2025 14:51
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