Prepare for next Node LTS version - branch: main#6497
Prepare for next Node LTS version - branch: main#6497ChristopherDedominici merged 17 commits intomainfrom
Conversation
🦋 Changeset detectedLatest commit: 811f8b6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
859de33 to
816fddc
Compare
2b1ac92 to
902403e
Compare
packages/hardhat-solpp/test/tests.ts
Outdated
| ); | ||
| }); | ||
| }); | ||
| // The test is commented out because otherwise it will fail the test suite in WIndows after the update to node 24 |
There was a problem hiding this comment.
This test was already skipped, but after the update to Node 24, it somehow caused the entire test suite to fail on Windows. See here: https://github.com/NomicFoundation/hardhat/actions/runs/15000928741/job/42147457507
ff4e914 to
79d1a17
Compare
| import { | ||
| BaseContract, | ||
| BaseContractMethod, | ||
| // eslint-disable-next-line prettier/prettier |
There was a problem hiding this comment.
Needed because otherwise the lint task will fail
alcuadrado
left a comment
There was a problem hiding this comment.
The #private thing is unexpected, but ok.
I left a small comment. Apart from that, it looks ready.
Co-authored-by: Patricio Palladino <email@patriciopalladino.com>
Fixes #6496
Intermediate step: support node v23 while waiting for v24.
Note:
I had to reorganize a few files in
ignitionbecause class syntax likeprivatehas been replaced with the#prefix.Example: