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 >=20.18.2 #293

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 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.28 -> ^20.17.14 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: Enabled.

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.

Copy link

vercel bot commented Mar 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
weather-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 21, 2025 6:22pm

@renovate renovate bot changed the title chore(deps): update dependency @types/node to ^20.11.29 chore(deps): update dependency @types/node to ^20.11.30 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from dd4a0b0 to ff8444b Compare March 19, 2024 17:03
@renovate renovate bot force-pushed the renovate/node-20.x branch from ff8444b to 72a70b7 Compare March 23, 2024 11:26
@renovate renovate bot force-pushed the renovate/node-20.x branch from 72a70b7 to 05836d4 Compare March 23, 2024 15:30
@renovate renovate bot force-pushed the renovate/node-20.x branch from 05836d4 to a4a54da Compare March 23, 2024 16:23
@renovate renovate bot force-pushed the renovate/node-20.x branch from a4a54da to 90c09d0 Compare March 26, 2024 02:06
@renovate renovate bot changed the title chore(deps): update dependency @types/node to ^20.11.30 chore(deps): update node.js to >=20.12.0 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 90c09d0 to 27893c8 Compare March 26, 2024 18:18
@renovate renovate bot force-pushed the renovate/node-20.x branch from 27893c8 to f992eef Compare March 30, 2024 06:09
@renovate renovate bot force-pushed the renovate/node-20.x branch from f992eef to 05d3eb2 Compare April 2, 2024 22:10
@renovate renovate bot changed the title chore(deps): update node.js to >=20.12.0 chore(deps): update node.js to >=20.12.1 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 05d3eb2 to 837af07 Compare April 3, 2024 16:16
@renovate renovate bot force-pushed the renovate/node-20.x branch from 837af07 to ca66d9d Compare April 3, 2024 22:30
@renovate renovate bot force-pushed the renovate/node-20.x branch from ca66d9d to 514b601 Compare April 6, 2024 21:39
@renovate renovate bot force-pushed the renovate/node-20.x branch from 514b601 to 5ec79db Compare April 9, 2024 06:43
@renovate renovate bot force-pushed the renovate/node-20.x branch from 5ec79db to bdee0dc Compare April 10, 2024 04:25
@renovate renovate bot force-pushed the renovate/node-20.x branch from 6eba979 to 5a92e7f Compare November 3, 2024 07:35
@renovate renovate bot force-pushed the renovate/node-20.x branch from 5a92e7f to 9975525 Compare November 20, 2024 14:41
@renovate renovate bot changed the title chore(deps): update node.js to >=20.18.0 chore(deps): update node.js to >=20.18.1 Nov 20, 2024
Copy link

coderabbitai bot commented Nov 20, 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.


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

github-actions bot commented Nov 23, 2024

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 39
🟢 Accessibility 100
🟢 Best practices 100
🟢 SEO 92
🟢 PWA 100

Lighthouse ran on https://weather-app-git-renovate-node-20x-creative-programming-group.vercel.app/

@renovate renovate bot force-pushed the renovate/node-20.x branch from 9022a97 to ce14171 Compare November 24, 2024 07:38
@renovate renovate bot force-pushed the renovate/node-20.x branch from ce14171 to f869b73 Compare November 25, 2024 23:23
@renovate renovate bot force-pushed the renovate/node-20.x branch from f869b73 to d89057c Compare November 28, 2024 08:31
@renovate renovate bot force-pushed the renovate/node-20.x branch from d89057c to 1ca4c27 Compare December 11, 2024 13:53
@renovate renovate bot force-pushed the renovate/node-20.x branch from 1ca4c27 to c28674c Compare January 3, 2025 00:00
@renovate renovate bot force-pushed the renovate/node-20.x branch from c28674c to 9764d36 Compare January 6, 2025 12:02
@renovate renovate bot force-pushed the renovate/node-20.x branch from 9764d36 to 131abb1 Compare January 14, 2025 21:12
@renovate renovate bot force-pushed the renovate/node-20.x branch from 131abb1 to 6d90ee9 Compare January 16, 2025 01:03
@renovate renovate bot force-pushed the renovate/node-20.x branch from 6d90ee9 to 787d3ac Compare January 21, 2025 18:20
@renovate renovate bot changed the title chore(deps): update node.js to >=20.18.1 chore(deps): update node.js to >=20.18.2 Jan 21, 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.

0 participants