-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update hardhat packages (major) #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| "@graphprotocol/graph-ts": "0.38.0", | ||
| "@nomicfoundation/hardhat-foundry": "1.2.0", | ||
| "@nomicfoundation/hardhat-ignition-viem": "0.15.15", | ||
| "@nomicfoundation/hardhat-toolbox-viem": "4.1.1", | ||
| "@nomicfoundation/hardhat-ignition-viem": "3.0.4", | ||
| "@nomicfoundation/hardhat-toolbox-viem": "5.0.1", |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 2 files
3f85a37 to
15d263c
Compare
15d263c to
ba9fafb
Compare
b9ecefd to
9355f7b
Compare
9355f7b to
27f8aaa
Compare
| "@amxx/graphprotocol-utils": "1.2.0", | ||
| "@graphprotocol/graph-cli": "0.96.0", | ||
| "@graphprotocol/graph-ts": "0.38.0", | ||
| "@nomicfoundation/hardhat-foundry": "1.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Upgrading @nomicfoundation/hardhat-ignition-viem introduces an unmet peer dependency on @nomicfoundation/hardhat-ignition, causing an older, incompatible version to be used, which will lead to an import failure.
Severity: CRITICAL | Confidence: High
🔍 Detailed Analysis
The update of @nomicfoundation/hardhat-ignition-viem to version 3.0.6 changes its peer dependency requirement to @nomicfoundation/hardhat-ignition@^3.0.6. However, the project's package.json does not explicitly list @nomicfoundation/hardhat-ignition as a dependency, and the bun.lock file indicates that an incompatible version, 0.15.15, remains installed. This major version mismatch will cause the import of buildModule from @nomicfoundation/hardhat-ignition/modules in ignition/modules/main.ts to fail at runtime, as the module structure and API are likely different, leading to a crash when ignition scripts are executed.
💡 Suggested Fix
Add @nomicfoundation/hardhat-ignition@^3.0.6 as an explicit dependency to package.json to satisfy the peer dependency requirement of @nomicfoundation/hardhat-ignition-viem@3.0.6. Then, run the package manager to update the lockfile and install the correct version.
🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: package.json#L40
Potential issue: The update of `@nomicfoundation/hardhat-ignition-viem` to version
`3.0.6` changes its peer dependency requirement to
`@nomicfoundation/hardhat-ignition@^3.0.6`. However, the project's `package.json` does
not explicitly list `@nomicfoundation/hardhat-ignition` as a dependency, and the
`bun.lock` file indicates that an incompatible version, `0.15.15`, remains installed.
This major version mismatch will cause the import of `buildModule` from
`@nomicfoundation/hardhat-ignition/modules` in `ignition/modules/main.ts` to fail at
runtime, as the module structure and API are likely different, leading to a crash when
ignition scripts are executed.
Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 6983593
27f8aaa to
9f887c0
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9f887c0 to
0918c9d
Compare
This PR contains the following updates:
0.15.16→3.0.64.1.1→5.0.12.27.1→3.1.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
NomicFoundation/hardhat (@nomicfoundation/hardhat-ignition-viem)
v3.0.6Compare Source
Patch Changes
dac916b: Expose ignition retry loop variables in user config (Hardhat v3) (#7303)v3.0.5Compare Source
Patch Changes
d1c1803: Make@nomicfoundation/hardhat-ignition's UI work well with other plugins, like Ledger's.v3.0.4Compare Source
Patch Changes
843c1ae: Fixed a bug preventing Ignition from using thehre.config.ignitionsettings when deploying via script (#7641)558ac5b: Update installation and config instructionsv3.0.3Compare Source
Patch Changes
bebf87c: Added support for Linea network verification, thanks @kyzooghost (#7357)v3.0.2Compare Source
Patch Changes
ddefbff: Added guard to stop multiple simultaneous calls toignition.deploy(...)at once (#6440)v3.0.1Compare Source
Patch Changes
86cecc7: Fix the type guard to includem.encodeFunctionCallin those that do not submit transactions, thanks @radik878 (#7264)v3.0.0Compare Source
Major Changes
29cc141: First release of Hardhat 3!NomicFoundation/hardhat (@nomicfoundation/hardhat-toolbox-viem)
v5.0.1Compare Source
Patch Changes
558ac5b: Update installation and config instructionsv5.0.0Compare Source
Major Changes
29cc141: First release of Hardhat 3!v4.1.2Compare Source
This release is a small bump to the version of
solidity-coverageto include changes for the Osaka transaction gas limit.Changes
a7e4215: Update solidity-coverage minimum version to include Osaka changesNomicFoundation/hardhat (hardhat)
v3.1.2Compare Source
Patch Changes
3575a52: Bumped EDR version to0.12.0-next.21.Minor Changes
44e779c: Added function-level configuration overrides for Solidity testsPatch Changes
NomicFoundation/edr@
b5ad15c: Added support for instrumentation of Solidity0.8.32and0.8.33fd70728: Bumped EDR version to0.12.0-next.20.Patch Changes
34e1ab4: Updated base mainnet eip1559 parameters after SystemConfig update on 2025-12-182272bc0: Fixed excess_blob_gas calculation after Osakav3.1.1Compare Source
Patch Changes
b3bde25: Disable test summary when mocha is included in runners (#7781)88fcf8b: Bumped EDR version to0.12.0-next.19.v3.1.0Compare Source
Minor Changes
7b851f3: Bumped EDR version to0.12.0-next.17Patch Changes
7697451: Test summaries are now merged when running multiple test tasks (#7053)a3bf244: Fixed the download of solc, which broke for v0.8.31v3.0.17Compare Source
Patch Changes
9f4020b: - Update template projects to ignore local.envfiles but still allow committing.env.examplefiles, thanks @KonstantinosChonas! (7702)a9a47e5: Fixed hex validation patterns, thanks @Bilogweb3 (#7719)b0f37e1: Fixed the network config to re-validate and re-resolvechainTypeonconnect()(#7700).v3.0.16Compare Source
Patch Changes
478ee07: Bumped EDR version to0.12.0-next.16806ee5a: Fixed an issue caused by networks that don't implementeth_feeHistorycorrectly (#7678)f4b7f7e: Fix: use user config provided value fordefaultChainType(#7700)6b2ed9a: Add ability for task options to be hidden from the CLI (#7426)6d10d05: Updatehardforkvalidation and resolution to usedefaultChainTypewhenchainTypeis undefined (#7700)v3.0.15Compare Source
Patch Changes
9fb054a: Fix the initialization of the Mocha and Ethers sample project when using pnpmv3.0.14Compare Source
Patch Changes
3d42a6f: Remove the compilation spinner when the compilation fails52e1eb4: Fix thetest soliditytask's compilation processce5c22a: Fail when a file isn't built neither as contract nor testv3.0.13Compare Source
Patch Changes
6e4ad6d: Fixed unexpected test failure when running in isolate/gas stats mode (#1146)6e4ad6d: Added latest dynamic base fee parameters to Base Mainnet chain config (#1141)v3.0.12Compare Source
Patch Changes
147f8a6: Improved the look and feel of compilation output (#7669)50ce3e0: Fix a bug that could lead to different builds having the same build id. Note that this version will change how every build id is computed.31f0b03: Don't compile solidity tests files when not needed (#7669)a77c06a: Added a new minimal sample projectv3.0.11Compare Source
Patch Changes
a4733f6: AdddefineConfiginhardhat/config52d9902: Fix package manager detectiond45234d: Fixed Etherscan verification failures by removing hardcoded v1 API URLs from chain descriptors (#7623). Also enhanced config resolution to support partial overrides in block explorer configurations for future extensibility.v3.0.10Compare Source
Patch Changes
fe28daf: Added support for showing gas statistics after running tests (#7472 and #7503)1ab6b75: Optimism ISTHMUS hardfork support added to Hardhat (#7517)5e64246: Improved JS/TS test tasks to not compile Solidity tests (#7626)217a1a8: Fix arbitrum sepolia chain id in chain descriptors (thanks @aelmanaa!)8a03bd0: Fixed gas calculation for EIP-7702 refunds (#7606)8a03bd0: Make all parameters ofeth_feeHistoryrpc call required (#7606)v3.0.9Compare Source
Patch Changes
0ee442d: All test runners now set NODE_ENV to "test" in case it is not set before the tests start (#7511)b27b924: Fix bug in flatten task where ordering was incorrect (#7586)v3.0.8Compare Source
Patch Changes
d2c9a7f: Don't swallow the original error when trying to improve installation error messages (#7569)ec50793: ValidateinitialBaseFeePerGasagainst hardfork only for L1 chain type (#6181)v3.0.7Compare Source
Patch Changes
138d673: Addednetwork.createServer(...)to spawn a Hardhat node programmatically (#6472)d414eda: Added support for conditional dependencies on plugins (#7424)138d673: Added support for compiling solidity tests separately from contracts (#6474)e17972f: Addedhre.versionswith Hardhat and EDR package versions.34add2d: Added configVariable support for test.solidity.forking configb13620a: Added compilation progress spinner to show build progress (#7460)4c65d3e: Automatically add compilation results to a runningnpx hardhat nodeon recompilation (#6040)138d673: Updated EDR to version0.12.0-next.7d821a0a: Fixed npm artifact cleanup on windows (#7459)138d673: Fixed creation of network connections to include config extensions from plugins (#7106)v3.0.6Compare Source
Patch Changes
609d05c: Add deprecation warning fortestFail_*test functions8c1cb1e: Fixed dependencies for Hardhat sorpcutils can be loaded (#7415)v3.0.5Compare Source
Patch Changes
bebf87c: Added support for Linea network verification, thanks @kyzooghost (#7357)0bfe6ac: Fixed coverage report when loading data from large test suites (#7385)be469d6: Display an error message when attempting to use a global hardhat installation in a local repo (#5362)49cc9ba: Load resolved global options into environment variables during tests (#7305)8d3b16c: Support for custom compilers (#7130)a475780: Added automatic proxy detection forhardhat-verifyand fixed case-insensitive proxy environment variables for network requests (#7407)3996886: FixedgetBuildInfoPathandgetBuildInfoOutputPathto correctly return undefined when build info files are missing 7052v3.0.4Compare Source
Patch Changes
af301a8: Update validation for solidity test config (#7205)v3.0.3Compare Source
Patch Changes
34a5bc9: Fixed an issue when making historical calls in a forked network (#7271)e0e658a: Upgraded EDR to 0.12.0-next.5. This brings a fix forexpectEmitcheatcode stack traces and performance improvements from upgrading to REVM 27 (#1063)v3.0.2Compare Source
Patch Changes
d45d544: Fixed passing global network options to node:test and mocha subprocesses (#7248)003e72c: Help message phrasing unified0120e67: Added warning when running with a non-LTS Node version (#7167)9261714: Update npm module regex to include versions in solidity imports (#7308)v3.0.1Compare Source
Patch Changes
a3bd239: Add Yarn support for Hardhat v3 (#7192)617254e: Move extraneous dependency to peer (#7231)6446a38: Add temporary fix for incorrect error message (#7168)6361ea4: Fixed an issue with compiling a Hardhat project after switching OS users (#7161)5c9ee7f: Warn the user if they are not using the latest version of Hardhat0fc1f3f: Remove full stops from help message descriptions (#7185)8acf48f: Improved exception filtering for Sentry telemetry (#7246)e7d2f80: Added missing Solidity test config optionallowInternalExpectRevert.v3.0.0Compare Source
Major Changes
29cc141: First release of Hardhat 3!v2.28.2Compare Source
v2.28.1: Hardhat v2.28.1Compare Source
This release adds support for Solidity
0.8.31.Changes
c5a9e7c: Bumped EDR version to0.12.0-next.19.v2.28.0: Hardhat v2.28.0Compare Source
This release sets
osakaas the default hardfork for local Hardhat networks. It includes changes to defaults for gas limits to match Osaka's new transaction gas limit.Changes
6f50b84: Changed default L1 hardfork toosaka(@nomicfoundation/edr@0.12.0-next.17)c69b99d: Update default gas limit to take into accountosakatransaction limit (#7751)a7e4215: Updatesolidity-coverageminimum version to include Osaka changes6f50b84: Changed default OP stack hardfork toisthmus(@nomicfoundation/edr@0.12.0-next.17)6f50b84: Fixed default transaction gas limit for post-Osaka hardforks in OP stack and generic chains (@nomicfoundation/edr@0.12.0-next.17)v2.27.2: Hardhat v2.27.2Compare Source
This release is a small bug fix to allow downloading of solc version
0.8.31.Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.