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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

This PR contains the following updates:

Package Update Change
node (source) major 18.14.2 -> 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 - "every weekend" (UTC), 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 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-commenter
Copy link

codecov-commenter commented May 28, 2023

Codecov Report

Merging #10 (c2ccb02) into main (7ba23e1) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   92.59%   92.59%           
=======================================
  Files           1        1           
  Lines          27       27           
  Branches        3        3           
=======================================
  Hits           25       25           
  Misses          2        2           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from 86c69b6 to 9b2818f Compare June 13, 2023 05:29
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from 1f0d51f to 2c01384 Compare July 1, 2023 11:09
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from bbc7a7c to 58d031e Compare July 8, 2023 01:11
@renovate renovate bot force-pushed the renovate/node-20.x branch from 58d031e to 7ede20a Compare July 13, 2023 01:24
@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from ebb0794 to fc0799f Compare July 25, 2023 21:03
@renovate renovate bot force-pushed the renovate/node-20.x branch 4 times, most recently from ce1ac73 to 89f4413 Compare August 8, 2023 21:06
@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from f1fb03f to f06134c Compare August 18, 2023 20:35
@renovate renovate bot force-pushed the renovate/node-20.x branch 5 times, most recently from ce8a822 to ee8766b Compare August 28, 2023 01:33
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from 06f6ef7 to 3ce795d Compare September 2, 2023 23:21
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from 70dccb9 to 4522449 Compare September 15, 2023 10:26
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from b36b71c to 070c02a Compare September 20, 2023 04:54
@renovate renovate bot force-pushed the renovate/node-20.x branch 5 times, most recently from 52e49f8 to 63fc1d8 Compare May 8, 2024 12:55
@renovate renovate bot force-pushed the renovate/node-20.x branch from 63fc1d8 to c94b7f9 Compare May 9, 2024 16:43
Copy link
Contributor Author

renovate bot commented May 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 WARN  GET https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-1.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/bumpp/-/bumpp-9.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-8.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rome/-/rome-11.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vite/-/vite-4.1.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vitest/-/vitest-1.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/execa/-/execa-6.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/tsx/-/tsx-3.12.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types%2Fnode error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-1.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/bumpp/-/bumpp-9.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-8.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rome/-/rome-11.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vite/-/vite-4.1.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vitest/-/vitest-1.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/execa/-/execa-6.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/tsx/-/tsx-3.12.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types%2Fnode error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
undefined
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

TypeError [ERR_INVALID_THIS]: Value of "this" must be of type URLSearchParams
    at Proxy.getAll (node:internal/url:535:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/7.28.0/20.16.0/node_modules/pnpm/dist/pnpm.cjs:59406:55)
    at /opt/containerbase/tools/pnpm/7.28.0/20.16.0/node_modules/pnpm/dist/pnpm.cjs:59468:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/7.28.0/20.16.0/node_modules/pnpm/dist/pnpm.cjs:59467:33)
    at new Headers (/opt/containerbase/tools/pnpm/7.28.0/20.16.0/node_modules/pnpm/dist/pnpm.cjs:59352:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/7.28.0/20.16.0/node_modules/pnpm/dist/pnpm.cjs:59701:23)
    at /opt/containerbase/tools/pnpm/7.28.0/20.16.0/node_modules/pnpm/dist/pnpm.cjs:59758:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/7.28.0/20.16.0/node_modules/pnpm/dist/pnpm.cjs:59756:14)

@renovate renovate bot force-pushed the renovate/node-20.x branch from c94b7f9 to 80a2900 Compare May 14, 2024 07:35
@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from 16060c4 to f5b6380 Compare May 31, 2024 23:54
@renovate renovate bot force-pushed the renovate/node-20.x branch from f5b6380 to 46c73d8 Compare June 5, 2024 23:46
@renovate renovate bot force-pushed the renovate/node-20.x branch 6 times, most recently from 27bb4da to bacd0de Compare June 22, 2024 11:22
@renovate renovate bot force-pushed the renovate/node-20.x branch from bacd0de to 703325b Compare June 25, 2024 22:18
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from 57cb5c7 to 8c16a94 Compare July 8, 2024 19:09
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from f5419d6 to f59e69a Compare July 23, 2024 19:09
@renovate renovate bot force-pushed the renovate/node-20.x branch from f59e69a to c52e189 Compare July 24, 2024 12:41
@renovate renovate bot force-pushed the renovate/node-20.x branch from c52e189 to 76856a2 Compare August 21, 2024 19:30
@renovate renovate bot force-pushed the renovate/node-20.x branch from 76856a2 to becf444 Compare October 3, 2024 19:36
@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 14:16
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.

1 participant