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.5 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

nomiclabs/hardhat (hardhat)

v2.22.5

Compare Source

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.


v2.22.2: Hardhat v2.22.2

Compare Source

This release introduces a small change to the initialization process of Hardhat, which makes the task runner more extensible.

Changelog

  • 7876104: Initialize the Hardhat Runtime Environment before passing the command line arguments. Thanks @​theethernaut!

v2.22.1: Hardhat v2.22.1

Compare Source

This release updates the starter projects available through hardhat init to include Hardhat Ignition as the default deployment system.

v2.22.0: Hardhat v2.22.0

Compare Source

This release sets Cancun as the default hardfork used by the Hardhat Network.

v2.21.0: Hardhat v2.21.0 — Introducing EDR

Compare Source

This version of Hardhat marks the debut of EDR (Ethereum Development Runtime), our new Rust-based runtime that is a complete rewrite of the original TypeScript-based Hardhat Network. This release lays a new long-term foundation for Hardhat's evolution over the coming year.

There are no functional changes, but there are some performance improvements across the board, which we’ll continue to expand in future updates.

Given the significance of this internal change, there’s a possibility of bugs. If you encounter any problems specific to this version, please report them by opening an issue. You should be able to downgrade to v2.20.1 without losing functionality if needed.

solidity-coverage out-of-memory issues

The solidity-coverage plugin works by heavily instrumenting the code, which sometimes causes OOM (out-of-memory) issues. This new version of Hardhat can, in certain cases, make those problems more likely.

If you run into this, you can fix it by using Node.js’s --max-old-space-size flag:

NODE_OPTIONS="--max-old-space-size=8192" npx hardhat coverage
Dropping support for Node.js v16

As part of this release, we are dropping support for Node.js v16. This version of Node.js reached its end-of-life in September of last year. You can learn more about our support guarantees here.


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.17.3 chore(deps): update dependency hardhat to v2.17.4 Sep 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.17.4 chore(deps): update dependency hardhat to v2.18.0 Oct 5, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.18.0 chore(deps): update dependency hardhat to v2.18.1 Oct 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.18.1 chore(deps): update dependency hardhat to v2.18.2 Oct 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.18.2 chore(deps): update dependency hardhat to v2.18.3 Oct 25, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.18.3 chore(deps): update dependency hardhat to v2.19.0 Nov 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.0 chore(deps): update dependency hardhat to v2.19.1 Nov 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.1 chore(deps): update dependency hardhat to v2.19.2 Dec 5, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.2 chore(deps): update dependency hardhat to v2.19.3 Dec 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.3 chore(deps): update dependency hardhat to v2.19.4 Dec 26, 2023
Copy link

sonarcloud bot commented Dec 26, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.4 chore(deps): update dependency hardhat to v2.19.5 Jan 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.5 chore(deps): update dependency hardhat to v2.20.0 Feb 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.20.0 chore(deps): update dependency hardhat to v2.20.1 Feb 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.20.1 chore(deps): update dependency hardhat to v2.20.1 - autoclosed Feb 29, 2024
@renovate renovate bot closed this Feb 29, 2024
@renovate renovate bot deleted the renovate/hardhat-2.x branch February 29, 2024 07:20
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.20.1 - autoclosed chore(deps): update dependency hardhat to v2.20.1 Mar 4, 2024
@renovate renovate bot reopened this Mar 4, 2024
@renovate renovate bot restored the renovate/hardhat-2.x branch March 4, 2024 19:10
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.20.1 chore(deps): update dependency hardhat to v2.21.0 Mar 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.21.0 chore(deps): update dependency hardhat to v2.22.0 Mar 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.0 chore(deps): update dependency hardhat to v2.22.1 Mar 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.1 chore(deps): update dependency hardhat to v2.22.2 Mar 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.2 chore(deps): update dependency hardhat to v2.22.3 Apr 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.3 chore(deps): update dependency hardhat to v2.22.4 May 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.4 chore(deps): update dependency hardhat to v2.22.5 Jun 3, 2024
Copy link

sonarcloud bot commented Jun 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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

Successfully merging this pull request may close these issues.

None yet

0 participants