Skip to content

Commit e85cbd6

Browse files
chore(deps): update hardhat packages (#163)
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)) | devDependencies | patch | [`0.15.10` -> `0.15.11`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-ignition-viem/0.15.10/0.15.11) | [![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)) | devDependencies | minor | [`2.22.19` -> `2.24.0`](https://renovatebot.com/diffs/npm/hardhat/2.22.19/2.24.0) | [![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.24.0`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.24.0): Hardhat v2.24.0 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.23.0...hardhat@2.24.0) This release sets Prague as the default hardfork in the Hardhat Network, updates EDR to its latest version, and fixes an issue in transaction-signing. ##### Changes - NomicFoundation/hardhat@82feaae: Set prague as the default hardfork in Hardhat network - NomicFoundation/hardhat@a7aa6d6: Upgraded EDR to (https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.11.0): - Replaced const enums with non-const enums in \*.d.ts files - NomicFoundation/hardhat@2ab8103: Relax validations for transaction signing introduced in the previous version by disabling strict mode in Transaction.prepare. - NomicFoundation/hardhat@67f1e95: Support chainId values above 2^32 - 1 for local account transactions *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.23.0`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.23.0): Hardhat v2.23.0 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.19...hardhat@2.23.0) This release adds support for the Prague hardfork, enhances project creation by automatically determining the appropriate package manager and adds hardfork activation history for Avalanche. Additionally, it introduces a configurable banner for displaying important information in future updates. ##### Changes - [`aa09462`](https://redirect.github.com/nomiclabs/hardhat/commit/aa09462): Add support for the Prague hardfork - [`a5419a7`](https://redirect.github.com/nomiclabs/hardhat/commit/a5419a7): Use npm_config_user_agent to determine what package manager to use for project creation - [`4ad0bc0`](https://redirect.github.com/nomiclabs/hardhat/commit/4ad0bc0): Upgraded EDR to v0.9.0: Added support for the Prague hardfork - [`9d6f713`](https://redirect.github.com/nomiclabs/hardhat/commit/9d6f713): Upgraded EDR to v0.10.0: Add Prague hardfork to the list of supported SpecIds - [`b61cdd8`](https://redirect.github.com/nomiclabs/hardhat/commit/b61cdd8): Add hardfork activation history for avalanche network - [`2f27ee8`](https://redirect.github.com/nomiclabs/hardhat/commit/2f27ee8): Display configurable banner on project creation and task execution *** > 💡 **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-attestation-service). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjQwLjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> 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 703ceee commit e85cbd6

File tree

2 files changed

+30
-21
lines changed

2 files changed

+30
-21
lines changed

bun.lock

Lines changed: 28 additions & 19 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
@@ -35,12 +35,12 @@
3535
"devDependencies": {
3636
"@ethereum-attestation-service/eas-contracts": "1.8.0",
3737
"@nomicfoundation/hardhat-foundry": "1.1.3",
38-
"@nomicfoundation/hardhat-ignition-viem": "0.15.10",
38+
"@nomicfoundation/hardhat-ignition-viem": "0.15.11",
3939
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
4040
"@nomiclabs/hardhat-solhint": "4.0.1",
4141
"@openzeppelin/contracts": "5.3.0",
4242
"@types/node": "22.15.17",
43-
"hardhat": "2.22.19",
43+
"hardhat": "2.24.0",
4444
"solhint": "5.1.0"
4545
},
4646
"dependencies": {},

0 commit comments

Comments
 (0)