Skip to content

Commit efa905d

Browse files
committed
fix: correct peer dependency for Hardhat
We release packages via pnpm, version 9.4.0 incorrectly swapped out `workspace:^2.0.0` as `^2.22.92.0.0` in some of our packages for the hardhat peer dependency. We are adding a patch changesets to trigger new release using the latest version pnpm, for: - hardhat-ethers - hardhat-solhint - hardhat-verify - hardhat-vyper - hardhat-viem Fixes #5694.
1 parent ecb3665 commit efa905d

5 files changed

+25
-0
lines changed

.changeset/bright-falcons-impress.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomicfoundation/hardhat-viem": patch
3+
---
4+
5+
Fix for corrupted Hardhat peer dependency version from pnpm.

.changeset/lovely-onions-notice.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomiclabs/hardhat-solhint": patch
3+
---
4+
5+
Fix for corrupted Hardhat peer dependency version from pnpm.

.changeset/olive-comics-kick.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomicfoundation/hardhat-ethers": patch
3+
---
4+
5+
Fix for corrupted Hardhat peer dependency version from pnpm.

.changeset/pink-bees-search.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomicfoundation/hardhat-verify": patch
3+
---
4+
5+
Fix for corrupted Hardhat peer dependency version from pnpm.

.changeset/six-colts-cover.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomiclabs/hardhat-vyper": patch
3+
---
4+
5+
Fix for corrupted Hardhat peer dependency version from pnpm.

0 commit comments

Comments
 (0)