Skip to content
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

chore(deps): update dependency hardhat to v2.22.9 #3072

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hardhat (source) 2.22.2 -> 2.22.9 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nomiclabs/hardhat (hardhat)

v2.22.9: Hardhat v2.22.9

Compare Source

This is a small bug fix release remove a warning message against the local Hardhat node when deploying with Hardhat Ignition.

Changes
  • 6771f00: Do not send http_setLedgerOutputEnabled messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.8: Hardhat v2.22.8

Compare Source

This is a small bug fix release to resolve a bug with large responses from debug_traceTransaction.

Changes
  • f5d5d15: Fixed an issue with debug_traceTransaction when large responses were generated
  • 31d9d77: Upgraded EDR to v0.5.2

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.7: Hardhat v2.22.7

Compare Source

This releases add support for RIP-7212 (Precompile for secp256r1 Curve Support). See the Hardhat network reference for details on how to enable the precompile.

Changes


💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.6: Hardhat v2.22.6

Compare Source

Changes


💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.5: Hardhat v2.22.5

Compare Source

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

Changelog

  • f65dc7c: Improved the validation of network and forking URLs (thanks @​kshyun28!)
  • 5d46baa: Internal changes to allow hardhat-tracer to be re-enabled with Hardhat after the EDR upgrade
  • 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 and v0.3.8 EDR release for more details.

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.4: Hardhat v2.22.4

Compare Source

This release includes bug fixes, performance enhancements, and an improvement to the task system to support BigInt arguments.

Changelog

  • 22bcbf5: Added BigInt task argument type.
  • 2c533f0: Bumped EDR dependency to 0.3.7.
  • 3203639: Fixed an issue in the solidity source map decoding module.
  • 5d7a604: Fixed an issue with solc version selection.
  • 3c6de8f: Now solcjs is run in a subprocess, which leads to better error reporting and allows it to run multiple compilation jobs at the same time.
  • 6447e80: Improved performance by reducing back-and-forth with EDR when it's not necessary.

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.3

Compare Source

A small bug fix release that improves the error messaging around failed installs of EDR (Hardhat network).

Changelog

💡 The Nomic Foundation is hiring! Check our open positions.



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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | hardhat | 2.22.2 | 2.22.9 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link
Contributor

coderabbitai bot commented Aug 27, 2024

Walkthrough

The @synapsecns/contracts-core package has undergone a version update from 1.0.31 to 1.1.0, indicating new features or significant changes. Additionally, the hardhat dependency has been revised from 2.22.2 to 2.22.9, reflecting improvements or fixes in the Hardhat toolchain. Other dependencies and metadata in the package remain unchanged.

Changes

File Path Change Summary
packages/contracts-core/package.json Updated version from 1.0.31 to 1.1.0; hardhat version changed from 2.22.2 to 2.22.9.

Poem

🐰 In the meadow, changes bloom,
A version hops, dispelling gloom.
Hardhat's fresh, a little spry,
New features leap, oh my, oh my!
With every code, the rabbits cheer,
For progress made, we hold so dear! 🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between af233c2 and ca43a14.

Files selected for processing (1)
  • packages/contracts-core/package.json (2 hunks)
Additional comments not posted (2)
packages/contracts-core/package.json (2)

3-3: Version increment approved.

The version increment from 1.0.31 to 1.1.0 is appropriate given the update to the hardhat dependency.

The code changes are approved.


29-29: Dependency update approved.

The hardhat dependency update from 2.22.2 to 2.22.9 includes important bug fixes and improvements.

The code changes are approved.

Copy link

Deploying sanguine-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: ca43a14
Status: ✅  Deploy successful!
Preview URL: https://e530e258.sanguine-fe.pages.dev
Branch Preview URL: https://renovate-contracts-core-hard.sanguine-fe.pages.dev

View logs

Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.36473%. Comparing base (e61e1bf) to head (ca43a14).
Report is 18 commits behind head on master.

Additional details and impacted files
@@                 Coverage Diff                 @@
##              master       #3072         +/-   ##
===================================================
+ Coverage   33.92610%   36.36473%   +2.43863%     
===================================================
  Files            513         549         +36     
  Lines          31828       33142       +1314     
  Branches          82         293        +211     
===================================================
+ Hits           10798       12052       +1254     
- Misses         20061       20116         +55     
- Partials         969         974          +5     
Flag Coverage Δ
packages 90.56974% <ø> (ø)
solidity 95.43379% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

codecov bot commented Aug 27, 2024

Bundle Report

Changes will increase total bundle size by 1.61MB ⬆️

Bundle name Size Change
sdk-router-@synapsecns/sdk-router-esm 254.97kB 0 bytes
sdk-router-@synapsecns/sdk-router-cjs 117.25kB 0 bytes
explorer-ui-server-cjs 865.78kB 0 bytes
explorer-ui-edge-server-array-push 83 bytes 0 bytes
explorer-ui-client-array-push 2.31MB 0 bytes
widget-cjs-esm 278.45kB 278.45kB ⬆️
synapse-interface-server-cjs 1.33MB 1.33MB ⬆️
synapse-interface-edge-server-array-push 83 bytes 83 bytes ⬆️

@ChiTimesChi ChiTimesChi closed this Sep 3, 2024
@ChiTimesChi ChiTimesChi deleted the renovate/contracts-core-hardhat-2.x branch September 3, 2024 11:15
Copy link
Contributor Author

renovate bot commented Sep 3, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.22.9). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants