-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
5 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomicfoundation/hardhat-viem": patch | ||
--- | ||
|
||
Fix for corrupted Hardhat peer dependency version from pnpm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomiclabs/hardhat-solhint": patch | ||
--- | ||
|
||
Fix for corrupted Hardhat peer dependency version from pnpm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomicfoundation/hardhat-ethers": patch | ||
--- | ||
|
||
Fix for corrupted Hardhat peer dependency version from pnpm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomicfoundation/hardhat-verify": patch | ||
--- | ||
|
||
Fix for corrupted Hardhat peer dependency version from pnpm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomiclabs/hardhat-vyper": patch | ||
--- | ||
|
||
Fix for corrupted Hardhat peer dependency version from pnpm. |