paypr / ethereum-contracts

Solidity contracts support the Paypr ecosystem
Other
1 stars 1 forks source link

chore(deps): update dependency hardhat to v2.13.1 #263

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hardhat (source) 2.13.0 -> 2.13.1 age adoption passing confidence

Release Notes

nomiclabs/hardhat ### [`v2.13.1`](https://togithub.com/NomicFoundation/hardhat/releases/tag/hardhat%402.13.1): Hardhat v2.13.1 [Compare Source](https://togithub.com/nomiclabs/hardhat/compare/hardhat@2.13.0...hardhat@2.13.1) This release adds support for the upcoming Shanghai hardfork. This hardfork is not enabled by default; if you want to use it, then you have to enable it in your Hardhat config: ```js module.exports = { networks: { hardhat: { hardfork: "shanghai" } } } ``` Besides that, this version fixes a problem when importing scoped packages in a Yarn Berry monorepo that uses PnP (thanks [@​zouguangxian](https://togithub.com/zouguangxian)!)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.