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 v22.13.0 #190

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

Update Node.js to v22.13.0 #190

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
node stage minor 22.12.0-alpine -> 22.13.0-alpine OpenSSF Scorecard

Release Notes

nodejs/node (node)

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
  • [05d6227a88] - (SEMVER-MINOR) assert: add partialDeepStrictEqual (Giovanni Bucci) #​54630
  • [a933103499] - (SEMVER-MINOR) cli: implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #​55604
  • [ba9d5397de] - (SEMVER-MINOR) dgram: support blocklist in udp (theanarkh) #​56087
  • [f6d0c01303] - doc: stabilize util.styleText (Rafael Gonzaga) #​56265
  • [34c68827af] - doc: move typescript support to active development (Marco Ippolito) #​55536
  • [dd14b80350] - doc: add LJHarb to collaborators (Jordan Harband) #​56132
  • [5263086169] - (SEMVER-MINOR) doc: add report version and history section (Chengzhong Wu) #​56130
  • [8cb3c2018d] - (SEMVER-MINOR) doc: sort --report-exclude alphabetically (Rafael Gonzaga) #​55788
  • [55239a48b6] - (SEMVER-MINOR) doc,lib,src,test: unflag sqlite module (Colin Ihrig) #​55890
  • [7cbe3de1d8] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #​56194
  • [6575b76042] - (SEMVER-MINOR) module: add module.stripTypeScriptTypes (Marco Ippolito) #​55282
  • [bacfe6d5c9] - (SEMVER-MINOR) net: support blocklist in net.connect (theanarkh) #​56075
  • [b47888d390] - (SEMVER-MINOR) net: support blocklist for net.Server (theanarkh) #​56079
  • [566f0a1d25] - (SEMVER-MINOR) net: add SocketAddress.parse (James M Snell) #​56076
  • [ed7eab1421] - (SEMVER-MINOR) net: add net.BlockList.isBlockList(value) (James M Snell) #​56078
  • [ea4891856d] - (SEMVER-MINOR) process: deprecate features.{ipv6,uv} and features.tls_* (René) #​55545
  • [01eb308f26] - (SEMVER-MINOR) report: fix typos in report keys and bump the version (Yuan-Ming Hsu) #​56068
  • [97c38352d0] - (SEMVER-MINOR) sqlite: aggregate constants in a single property (Edigleysson Silva (Edy)) #​56213
  • [b4041e554a] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.iterate method (tpoisseau) #​54213
  • [2e3ca1bbdd] - (SEMVER-MINOR) src: add cli option to preserve env vars on diagnostic reports (Rafael Gonzaga) #​55697
  • [bcfe9c80fc] - (SEMVER-MINOR) util: add sourcemap support to getCallSites (Marco Ippolito) #​55589
Commits

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Europe/Berlin, 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 this update 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 from b4244a8 to cd42eae Compare November 26, 2024 00:08
@renovate renovate bot changed the title Update dependency @types/node to ^22.9.1 Update dependency @types/node to ^22.9.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/node-22.x branch from cd42eae to 99b4ad3 Compare November 26, 2024 07:15
@renovate renovate bot changed the title Update dependency @types/node to ^22.9.2 Update dependency @types/node to ^22.9.3 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/node-22.x branch 4 times, most recently from 896b4ee to 3dd6b6c Compare November 27, 2024 11:47
Copy link

coderabbitai bot commented Nov 27, 2024

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/node-22.x branch 4 times, most recently from 590f3c2 to 41a3622 Compare November 28, 2024 15:32
@renovate renovate bot changed the title Update dependency @types/node to ^22.9.3 Update dependency @types/node to v22.9.3 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/node-22.x branch from 41a3622 to 87b09e2 Compare November 28, 2024 21:54
@renovate renovate bot changed the title Update dependency @types/node to v22.9.3 Update dependency @types/node to v22.9.4 Nov 28, 2024
@renovate renovate bot changed the title Update dependency @types/node to v22.9.4 Update dependency @types/node to v22.10.0 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/node-22.x branch 3 times, most recently from 3afa9eb to 0909391 Compare December 1, 2024 06:53
@renovate renovate bot changed the title Update dependency @types/node to v22.10.0 Update dependency @types/node to v22.10.1 Dec 1, 2024
@renovate renovate bot force-pushed the renovate/node-22.x branch from 0909391 to 65cb93a Compare December 4, 2024 02:02
@renovate renovate bot changed the title Update dependency @types/node to v22.10.1 Update Node.js to v22.12.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/node-22.x branch 6 times, most recently from e203237 to aa5d49a Compare December 10, 2024 12:27
@renovate renovate bot force-pushed the renovate/node-22.x branch from aa5d49a to 1fe3dbb Compare December 12, 2024 11:02
@renovate renovate bot force-pushed the renovate/node-22.x branch from 1fe3dbb to 6867d9b Compare December 12, 2024 13:33
@renovate renovate bot changed the title Update Node.js to v22.12.0 Update dependency @types/node to v22.10.2 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/node-22.x branch 3 times, most recently from ff636d8 to 9df0879 Compare December 13, 2024 10:32
@renovate renovate bot force-pushed the renovate/node-22.x branch from 9df0879 to 22c9965 Compare January 4, 2025 03:56
@renovate renovate bot changed the title Update dependency @types/node to v22.10.2 Update dependency @types/node to v22.10.3 Jan 4, 2025
@renovate renovate bot force-pushed the renovate/node-22.x branch from 22c9965 to 0348e72 Compare January 5, 2025 19:05
@renovate renovate bot changed the title Update dependency @types/node to v22.10.3 Update dependency @types/node to v22.10.4 Jan 5, 2025
@renovate renovate bot changed the title Update dependency @types/node to v22.10.4 Update dependency @types/node to v22.10.5 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/node-22.x branch 2 times, most recently from 024e677 to 5121ab8 Compare January 7, 2025 13:17
@renovate renovate bot changed the title Update dependency @types/node to v22.10.5 Update dependency @types/node to v22.10.5 - autoclosed Jan 7, 2025
@renovate renovate bot closed this Jan 7, 2025
@renovate renovate bot deleted the renovate/node-22.x branch January 7, 2025 18:02
@renovate renovate bot changed the title Update dependency @types/node to v22.10.5 - autoclosed Update dependency @types/node to v22.10.5 Jan 13, 2025
@renovate renovate bot reopened this Jan 13, 2025
@renovate renovate bot force-pushed the renovate/node-22.x branch from 10aca78 to 5121ab8 Compare January 13, 2025 02:54
@renovate renovate bot changed the title Update dependency @types/node to v22.10.5 Update Node.js to v22.13.0 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/node-22.x branch from 5121ab8 to 9ed9026 Compare January 13, 2025 06:17
@renovate renovate bot force-pushed the renovate/node-22.x branch from 9ed9026 to 3cd5daf Compare January 15, 2025 22:11
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