Skip to content

Commit cf254cd

Browse files
chore(deps): update dependency hardhat to v2.22.18 (#78)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [hardhat](https://hardhat.org) ([source](https://redirect.github.com/nomiclabs/hardhat)) | devDependencies | patch | [`2.22.17` -> `2.22.18`](https://renovatebot.com/diffs/npm/hardhat/2.22.17/2.22.18) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomiclabs/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomiclabs/hardhat) | --- ### Release Notes <details> <summary>nomiclabs/hardhat (hardhat)</summary> ### [`v2.22.18`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.18): Hardhat v2.22.18 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.17...hardhat@2.22.18) This is a small release that improves the performance of the display of Solidity stack traces and adds a message linking to the Solidity Developer Survey for 2024. ##### Changes - [`25f45b0`](https://redirect.github.com/nomiclabs/hardhat/commit/25f45b0): Improve solidity stack traces performance by getting them from the EDR response - [`0e5c8d7`](https://redirect.github.com/nomiclabs/hardhat/commit/0e5c8d7): Restored the message linking to the 2024 solidity survey *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-attestation-service). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> ## Summary by Sourcery Build: - Update the hardhat dependency to v2.22.18. Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69bc589 commit cf254cd

File tree

2 files changed

+29
-11
lines changed

2 files changed

+29
-11
lines changed

bun.lock

Lines changed: 28 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@openzeppelin/contracts": "5.2.0",
4242
"@settlemint/sdk-cli": "1.0.0",
4343
"@types/node": "22.10.5",
44-
"hardhat": "2.22.17",
44+
"hardhat": "2.22.18",
4545
"solhint": "5.0.4"
4646
},
4747
"dependencies": {},

0 commit comments

Comments
 (0)