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 dependency node to v20 - autoclosed #21

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 24, 2023

This PR contains the following updates:

Package Update Change
node (source) major 18 -> 20.18.0

Release Notes

nodejs/node (node)

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 - "before 4am" in timezone Asia/Shanghai.

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

@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.09%. Comparing base (a9f67d4) to head (e1dd6e2).

Current head e1dd6e2 differs from pull request most recent head 2a2e9cb

Please upload reports for the commit 2a2e9cb to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  Coverage   98.09%   98.09%           
=======================================
  Files           4        4           
  Lines         105      105           
  Branches       10       10           
=======================================
  Hits          103      103           
  Misses          2        2           

☔ 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 2 times, most recently from 19ab846 to ddced36 Compare October 25, 2023 19:35
@renovate renovate bot force-pushed the renovate/node-20.x branch 4 times, most recently from 397f74e to 337f30c Compare November 22, 2023 02:24
@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from b6d6854 to 45582cd Compare November 29, 2023 22:56
@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from bfcc321 to fb0140b Compare December 7, 2023 11:04
@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from c37506b to 79021a0 Compare January 11, 2024 06:22
@renovate renovate bot force-pushed the renovate/node-20.x branch 5 times, most recently from b20889f to a89e33f Compare January 17, 2024 09:09
@renovate renovate bot force-pushed the renovate/node-20.x branch 5 times, most recently from b3d0927 to a48b536 Compare January 28, 2024 20:01
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 9d94efc and c65c0d8.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • .nvmrc
Files skipped from review as they are similar to previous changes (1)
  • package.json

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 c65c0d8 and 452f43d.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • .nvmrc
  • package.json

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 452f43d and 64f808b.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • package.json
Files skipped from review as they are similar to previous changes (1)
  • .nvmrc

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 64f808b and 180ede2.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • .nvmrc
  • package.json

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

Outside diff range, codebase verification and nitpick comments (1)
package.json (1)

69-69: Dependency version update looks good, but ensure compatibility.

The @types/node dependency version update aligns with the Node.js version upgrade to 20.17.0. The caret (^) in the version allows for minor and patch updates within the 20.x range, providing flexibility for future updates.

Please ensure that the updated type definitions are compatible with the codebase and resolve any type-related issues that may arise due to the update. Consider running the type-checker and addressing any new type errors or warnings.

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 180ede2 and a2329a3.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • .nvmrc

@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from bd51a28 to 029e7d4 Compare September 4, 2024 23:08
@renovate renovate bot force-pushed the renovate/node-20.x branch 5 times, most recently from 4e32d15 to 6bd047d Compare September 27, 2024 16:51
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from da90b4f to 539da6b Compare October 8, 2024 02:05
@renovate renovate bot force-pushed the renovate/node-20.x branch 4 times, most recently from 0123152 to 6ed0bab Compare October 23, 2024 08:14
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from 08e7f34 to 26c7808 Compare October 25, 2024 17:16
@renovate renovate bot changed the title chore(deps): update dependency node to v20 chore(deps): update dependency node to v20 - autoclosed Oct 29, 2024
@renovate renovate bot closed this Oct 29, 2024
@renovate renovate bot deleted the renovate/node-20.x branch October 29, 2024 16:35
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