Skip to content

Commit

Permalink
fix: correct peer dependency for Hardhat
Browse files Browse the repository at this point in the history
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
kanej committed Sep 2, 2024
1 parent ecb3665 commit efa905d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-falcons-impress.md
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.
5 changes: 5 additions & 0 deletions .changeset/lovely-onions-notice.md
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.
5 changes: 5 additions & 0 deletions .changeset/olive-comics-kick.md
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.
5 changes: 5 additions & 0 deletions .changeset/pink-bees-search.md
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.
5 changes: 5 additions & 0 deletions .changeset/six-colts-cover.md
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.

0 comments on commit efa905d

Please sign in to comment.