NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7k stars 1.35k forks source link

Upgrade `@types/node` and remove an old workaround #5439

Closed alcuadrado closed 1 week ago

alcuadrado commented 1 week ago

The version of @types/node that we were using was missing some test reported related types, so we had to implement a workaround.

We had a test to validate that those types were missing, which started failing, signaling that the fix was published upstream.

This PR updates the minimum version of @types/node that we use in v-next, and removes the workaround.

vercel[bot] commented 1 week ago

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

Name Status Preview Comments Updated (UTC)
hardhat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2024 3:38pm
changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: bb8709f958816b417f89e9d17e29736fee1467fa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR