Skip to content

Commit

Permalink
chore(deps): update dependency hardhat to v2.22.5 (#12)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [hardhat](https://hardhat.org)
([source](https://togithub.com/nomiclabs/hardhat)) | devDependencies |
patch | [`2.22.4` ->
`2.22.5`](https://renovatebot.com/diffs/npm/hardhat/2.22.4/2.22.5) |
[![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.5`](https://togithub.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.5):
Hardhat v2.22.5

[Compare
Source](https://togithub.com/nomiclabs/hardhat/compare/[email protected]@2.22.5)

This release re-enables support for `hardhat-tracer` and adds limited
support for blob transactions, along with performance improvements and
bug fixes.

##### Changelog

- [`f65dc7c`](https://togithub.com/nomiclabs/hardhat/commit/f65dc7c):
Improved the validation of network and forking URLs (thanks
[@&#8203;kshyun28](https://togithub.com/kshyun28)!)
- [`5d46baa`](https://togithub.com/nomiclabs/hardhat/commit/5d46baa):
Internal changes to allow `hardhat-tracer` to be re-enabled with Hardhat
after the EDR upgrade
- [`6e36f3f`](https://togithub.com/nomiclabs/hardhat/commit/6e36f3f):
Bump EDR to v0.4.0. This adds support for `eth_maxPriorityFeePerGas`,
limited support for blob transactions, improves performance and fixes
some bugs. Check out the [v0.4.0 EDR
release](https://togithub.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.4.0)
and [v0.3.8 EDR
release](https://togithub.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8)
for more details.

***

> 💡 **The Nomic Foundation is hiring! Check [our open
positions](https://www.nomic.foundation/jobs).**

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" (UTC), 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/settlemint/solidity-token-soulbound).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent d446896 commit 728532b
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 39 deletions.
104 changes: 66 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@nomiclabs/hardhat-solhint": "3.1.0",
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/subgraphs": "0.1.8-5",
"hardhat": "2.22.4",
"hardhat": "2.22.5",
"solhint": "5.0.1"
},
"overrides": {
Expand Down

0 comments on commit 728532b

Please sign in to comment.