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 #21

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node (source) minor 20.13.1 -> 20.18.2 age adoption passing confidence
@types/node (source) devDependencies minor ~20.12.2 -> ~20.17.0 age adoption passing confidence
@types/node (source) devDependencies minor ~20.12.2 -> ~20.17.0 age adoption passing confidence

Release Notes

nodejs/node (node)

v20.18.2

Compare Source

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 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.

Copy link

coderabbitai bot commented Jun 23, 2024

Important

Review skipped

Bot user detected.

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.

Walkthrough

The recent changes involve upgrading Node.js and its type definitions across the codebase. The .nvmrc file was updated to reflect Node.js version 20.17.0, while @types/node dependencies were upgraded from ~20.12.2 to ~20.16.0 in multiple project package.json files. These updates enhance compatibility, improve type safety, and incorporate the latest features and fixes.

Changes

Files Updated Change Summary
.nvmrc Updated Node.js version from 20.13.1 to 20.17.0.
apps/main/package.json @types/node version in devDependencies changed from ~20.12.2 to ~20.16.0.
tools/*/package.json @types/node version in multiple projects updated from ~20.12.2 to ~20.16.0.

Poem

In a world of code, we hop and play,
Upgrading Node brings a brighter day.
With types defined, we leap with glee,
Bugs be gone, let software be free!
🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 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 generate docstrings to generate docstrings for this PR. (Beta)
  • @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.

Copy link
Contributor

deepsource-io bot commented Jun 23, 2024

Here's the code health analysis summary for commits e2df565..99a32c6. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Test coverage LogoTest coverage⚠️ Artifact not reportedTimed out: Artifact was never reportedView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

socket-security bot commented Jun 23, 2024

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@types/node@20.17.14 🔁 npm/@types/node@20.12.14 None +1 2.3 MB types
npm/short-unique-id@5.0.4 None 0 91.2 kB jeanlescure

🚮 Removed packages: npm/@fastify/sensible@5.5.0, npm/@sentry/profiling-node@7.118.0, npm/fastify@4.26.2

View full report↗︎

@renovate renovate bot force-pushed the renovate/node-20.x branch from 7b7ca57 to 90d5dc7 Compare June 23, 2024 00:16
Copy link

codecov bot commented Jun 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.05%. Comparing base (e2df565) to head (99a32c6).

Additional details and impacted files
@@           Coverage Diff            @@
##             main      #21    +/-   ##
========================================
  Coverage   26.05%   26.05%            
========================================
  Files         182      182            
  Lines       18046    18046            
  Branches      363      231   -132     
========================================
  Hits         4702     4702            
  Misses      13344    13344            

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/node-20.x branch from 90d5dc7 to 6a4ce70 Compare June 23, 2024 00:26
@drazisil drazisil added this pull request to the merge queue Jun 23, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Jun 23, 2024
@drazisil drazisil added this pull request to the merge queue Jun 23, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Jun 23, 2024
@drazisil drazisil added this pull request to the merge queue Jun 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Jun 29, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 6a4ce70 to 7aed68d Compare July 8, 2024 21:23
@renovate renovate bot changed the title chore(deps): update dependency node to v20.15.0 chore(deps): update dependency node to v20.15.1 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 7aed68d to 06bcaf8 Compare July 24, 2024 15:02
@renovate renovate bot changed the title chore(deps): update dependency node to v20.15.1 chore(deps): update dependency node to v20.16.0 Jul 24, 2024
Copy link

socket-security bot commented Jul 24, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/node-20.x branch from 06bcaf8 to 9407ad6 Compare August 16, 2024 20:18
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e2df565 and 9407ad6.

Files ignored due to path filters (1)
  • tools/shared-packets/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (15)
  • .nvmrc (1 hunks)
  • apps/main/package.json (1 hunks)
  • tools/cli/package.json (1 hunks)
  • tools/core/package.json (1 hunks)
  • tools/database/package.json (1 hunks)
  • tools/gateway/package.json (1 hunks)
  • tools/lobby/package.json (1 hunks)
  • tools/login/package.json (1 hunks)
  • tools/nps/package.json (1 hunks)
  • tools/patch/package.json (1 hunks)
  • tools/persona/package.json (1 hunks)
  • tools/shard/package.json (1 hunks)
  • tools/shared-packets/package.json (1 hunks)
  • tools/shared/package.json (1 hunks)
  • tools/transactions/package.json (1 hunks)
Files skipped from review due to trivial changes (5)
  • .nvmrc
  • tools/core/package.json
  • tools/database/package.json
  • tools/patch/package.json
  • tools/shard/package.json
Additional comments not posted (10)
tools/shared-packets/package.json (1)

21-21: Approved: Update of @types/node.

The update to @types/node from ~20.12.2 to ~20.15.0 is consistent with the PR objectives and should enhance type safety and compatibility.

tools/login/package.json (1)

21-21: Approved: Update of @types/node.

The update to @types/node from ~20.12.2 to ~20.15.0 is consistent with the PR objectives and should enhance type safety and compatibility.

tools/lobby/package.json (1)

21-21: Approved: Update of @types/node.

The update to @types/node from ~20.12.2 to ~20.15.0 is consistent with the PR objectives and should enhance type safety and compatibility.

tools/cli/package.json (1)

21-21: Update approved for @types/node.

The version update to ~20.15.0 in devDependencies is consistent with the PR objectives and enhances type safety.

tools/nps/package.json (1)

21-21: Update approved for @types/node.

The version update to ~20.15.0 in devDependencies is consistent with the PR objectives and enhances type safety.

tools/shared/package.json (1)

21-21: Update approved for @types/node.

The version update to ~20.15.0 in devDependencies is consistent with the PR objectives and enhances type safety.

tools/persona/package.json (1)

21-21: Dependency Update Approved.

The update to @types/node from ~20.12.2 to ~20.15.0 is appropriate for maintaining up-to-date type definitions. Ensure that the project builds and tests run successfully with this version.

tools/transactions/package.json (1)

21-21: Dependency Update Approved.

The update to @types/node from ~20.12.2 to ~20.15.0 is appropriate for maintaining up-to-date type definitions. Ensure that the project builds and tests run successfully with this version.

apps/main/package.json (1)

17-17: Dependency Update Approved.

The update to @types/node from ~20.12.2 to ~20.15.0 is appropriate for maintaining up-to-date type definitions. Ensure that the project builds and tests run successfully with this version.

tools/gateway/package.json (1)

21-21: Approve the update of @types/node to ~20.15.0.

The minor version update should be backward-compatible and include improvements and bug fixes. However, ensure that the updated type definitions do not introduce any issues with the existing codebase.

@renovate renovate bot force-pushed the renovate/node-20.x branch from 9407ad6 to ad6075a Compare August 18, 2024 12:31
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 9407ad6 and ad6075a.

Files ignored due to path filters (1)
  • tools/shared-packets/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (15)
  • .nvmrc (1 hunks)
  • apps/main/package.json (1 hunks)
  • tools/cli/package.json (1 hunks)
  • tools/core/package.json (1 hunks)
  • tools/database/package.json (1 hunks)
  • tools/gateway/package.json (1 hunks)
  • tools/lobby/package.json (1 hunks)
  • tools/login/package.json (1 hunks)
  • tools/nps/package.json (1 hunks)
  • tools/patch/package.json (1 hunks)
  • tools/persona/package.json (1 hunks)
  • tools/shard/package.json (1 hunks)
  • tools/shared-packets/package.json (1 hunks)
  • tools/shared/package.json (1 hunks)
  • tools/transactions/package.json (1 hunks)
Files skipped from review due to trivial changes (2)
  • .nvmrc
  • tools/nps/package.json
Files skipped from review as they are similar to previous changes (13)
  • apps/main/package.json
  • tools/cli/package.json
  • tools/core/package.json
  • tools/database/package.json
  • tools/gateway/package.json
  • tools/lobby/package.json
  • tools/login/package.json
  • tools/patch/package.json
  • tools/persona/package.json
  • tools/shard/package.json
  • tools/shared-packets/package.json
  • tools/shared/package.json
  • tools/transactions/package.json

@renovate renovate bot force-pushed the renovate/node-20.x branch from ad6075a to 84f784c Compare August 21, 2024 19:02
@renovate renovate bot changed the title chore(deps): update dependency node to v20.16.0 chore(deps): update dependency node to v20.17.0 Aug 21, 2024
Copy link

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between ad6075a and 84f784c.

Files ignored due to path filters (1)
  • tools/shared-packets/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (15)
  • .nvmrc (1 hunks)
  • apps/main/package.json (1 hunks)
  • tools/cli/package.json (1 hunks)
  • tools/core/package.json (1 hunks)
  • tools/database/package.json (1 hunks)
  • tools/gateway/package.json (1 hunks)
  • tools/lobby/package.json (1 hunks)
  • tools/login/package.json (1 hunks)
  • tools/nps/package.json (1 hunks)
  • tools/patch/package.json (1 hunks)
  • tools/persona/package.json (1 hunks)
  • tools/shard/package.json (1 hunks)
  • tools/shared-packets/package.json (1 hunks)
  • tools/shared/package.json (1 hunks)
  • tools/transactions/package.json (1 hunks)
Files skipped from review due to trivial changes (4)
  • tools/database/package.json
  • tools/nps/package.json
  • tools/patch/package.json
  • tools/persona/package.json
Files skipped from review as they are similar to previous changes (11)
  • .nvmrc
  • apps/main/package.json
  • tools/cli/package.json
  • tools/core/package.json
  • tools/gateway/package.json
  • tools/lobby/package.json
  • tools/login/package.json
  • tools/shard/package.json
  • tools/shared-packets/package.json
  • tools/shared/package.json
  • tools/transactions/package.json

@renovate renovate bot force-pushed the renovate/node-20.x branch from 84f784c to 61842d6 Compare October 3, 2024 19:08
@renovate renovate bot changed the title chore(deps): update dependency node to v20.17.0 chore(deps): update dependency node to v20.18.0 Oct 3, 2024
@drazisil drazisil added this pull request to the merge queue Oct 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Oct 7, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 61842d6 to f48d3b2 Compare October 23, 2024 16:32
@renovate renovate bot changed the title chore(deps): update dependency node to v20.18.0 chore(deps): update node.js to v20.18.0 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from f48d3b2 to 3893ebc Compare November 20, 2024 15:27
@renovate renovate bot changed the title chore(deps): update node.js to v20.18.0 chore(deps): update node.js to v20.18.1 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 3893ebc to 99a32c6 Compare January 21, 2025 17:15
@renovate renovate bot changed the title chore(deps): update node.js to v20.18.1 chore(deps): update node.js to v20.18.2 Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant