-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update hardhat packages #122
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
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Reviewer's Guide by SourceryThis pull request updates the hardhat and hardhat-ignition-viem dependencies. The hardhat update includes fixes for a Windows installation dependency issue and improves performance during initialization of a local Hardhat network and when working with stack traces. Updated class diagram for Hardhat EDRclassDiagram
class EnhancedDebuggerRuntime {
- provider: Provider
- sourceMapCache: SourceMapCache
- instructionCache: InstructionCache
+ initialize(): void
+ getStackTrace(error: Error): StackFrame[]
+ getReadableCallData(transaction: Transaction): string
}
note for EnhancedDebuggerRuntime "Improved provider initialization performance and stack trace generation performance"
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
📦 Packages
|
This PR contains the following updates:
0.15.9
->0.15.10
2.22.18
->2.22.19
Release Notes
nomiclabs/hardhat (hardhat)
v2.22.19
: Hardhat v2.22.19Compare Source
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
: Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit.cjs
extension.00d542a
: Update EDR tov0.8.0
: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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
Summary by Sourcery
Updates hardhat and @nomicfoundation/hardhat-ignition-viem dependencies to their latest patch versions, which include fixes for a Windows installation dependency issue, performance improvements during initialization of a local Hardhat network and stack traces, and improvements to provider initialization and stack trace generation.
Bug Fixes:
Enhancements:
Chores: