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.14.0 #13

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
node stage minor 20.13.1-bookworm -> 20.14.0-bookworm OpenSSF Scorecard

Release Notes

nodejs/node (node)

v20.14.0: 2024-05-28, Version 20.14.0 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

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 has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the dependencies label Jun 5, 2024
Copy link

github-actions bot commented Jun 5, 2024

LCOV of commit ddd0cbb during Branch #12

Summary coverage rate:
  lines......: 100.0% (30 of 30 lines)
  functions..: 92.9% (13 of 14 functions)
  branches...: 80.0% (8 of 10 branches)

Files changed coverage rate: n/a

@roderik roderik merged commit 4ae0a07 into main Jun 18, 2024
6 checks passed
@roderik roderik deleted the renovate/node-20.x branch June 18, 2024 15:49
roderik pushed a commit that referenced this pull request Jun 27, 2024
SCS failed to deploy on Hedera Mainnet without this timeout:
```
HeadersTimeoutError: Headers Timeout Error
    at Timeout.onParserTimeout [as callback] (/home/coder/usecase/node_modules/undici/lib/client.js:1048:28)
    at Timeout.onTimeout [as _onTimeout] (/home/coder/usecase/node_modules/undici/lib/timers.js:20:13)
    at listOnTimeout (node:internal/timers:573:17)
    at processTimers (node:internal/timers:514:7) {
  code: 'UND_ERR_HEADERS_TIMEOUT'
}
14081 |       console.warn("The node you are deploying to does not have access to a private key to sign this transaction.");
14082 |     }
14083 |     if (verify && import_lodash.isEmpty(process.env.ETHERSCAN_API_KEY)) {
14084 |       throw new Error("It is not possible to verify the deployment on this network unless you supply an Etherscan API key in the hardht.config.ts file");
14085 |     }
```
NomicFoundation/hardhat#2672

They have open issue to fix it:
NomicFoundation/hardhat#3136

This error happened for me only on Hedera Mainnet, testnet works fine.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Added a `timeout` parameter with a value of `100_000` to the BTP
configuration in the projects.
- The `timeout` property affects the BTP RPC settings for improved
functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant