Skip to content

Commit 3db2b28

Browse files
chore(deps): update hardhat packages (#111)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@nomicfoundation/hardhat-ignition-viem](https://hardhat.org) ([source](https://redirect.github.com/NomicFoundation/hardhat-ignition)) | dependencies | patch | [`0.15.9` -> `0.15.10`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-ignition-viem/0.15.9/0.15.10) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/NomicFoundation/hardhat-ignition/badge)](https://securityscorecards.dev/viewer/?uri=github.com/NomicFoundation/hardhat-ignition) | | [hardhat](https://hardhat.org) ([source](https://redirect.github.com/nomiclabs/hardhat)) | dependencies | patch | [`2.22.18` -> `2.22.19`](https://renovatebot.com/diffs/npm/hardhat/2.22.18/2.22.19) | [![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.19`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.19): Hardhat v2.22.19 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.18...hardhat@2.22.19) This small bug fix release resolves a Windows installation dependency issue and improves performance during initialization of a local Hardhat network and when working with stack traces. ##### Changes - [`5d79fca`](https://redirect.github.com/nomiclabs/hardhat/commit/5d79fca): Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit `.cjs` extension. - [`00d542a`](https://redirect.github.com/nomiclabs/hardhat/commit/00d542a): Update EDR to `v0.8.0`: - fix: improved provider initialization performance - fix: ignore unknown opcodes in source maps - fix: crash when loading EDR on Windows without a C Runtime library installed - fix: improved stack trace generation performance *** > 💡 **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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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-token-erc721a). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Updates hardhat and @nomicfoundation/hardhat-ignition-viem dependencies to their latest patch versions, including bug fixes and performance improvements. Bug Fixes: - Fixed an issue where loading EDR on Windows would crash without a C Runtime library installed. - Fixed a heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit `.cjs` extension. - Ignored unknown opcodes in source maps. Enhancements: - Improved performance during initialization of a local Hardhat network and when working with stack traces. Chores: - Updated hardhat and @nomicfoundation/hardhat-ignition-viem dependencies to their latest patch versions. 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 086a024 commit 3db2b28

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

bun.lock

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"@graphprotocol/graph-cli": "0.96.0",
3939
"@graphprotocol/graph-ts": "0.38.0",
4040
"@nomicfoundation/hardhat-foundry": "1.1.3",
41-
"@nomicfoundation/hardhat-ignition-viem": "0.15.9",
41+
"@nomicfoundation/hardhat-ignition-viem": "0.15.10",
4242
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
4343
"@nomiclabs/hardhat-solhint": "4.0.1",
4444
"@openzeppelin/contracts": "5.2.0",
4545
"@openzeppelin/subgraphs": "0.1.8-5",
46-
"hardhat": "2.22.18",
46+
"hardhat": "2.22.19",
4747
"solhint": "5.0.5",
4848
"erc721a": "4.3.0"
4949
},

0 commit comments

Comments
 (0)