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 @nomiclabs/hardhat-ethers to v2.2.3 #15

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 6, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nomiclabs/hardhat-ethers (source) 2.0.3 -> 2.2.3 age adoption passing confidence

Release Notes

nomiclabs/hardhat (@​nomiclabs/hardhat-ethers)

v2.2.3: @​nomiclabs/hardhat-ethers v2.2.3

Compare Source

Make getContractFactory's params validation more flexible (thanks @​jtakalai!)

v2.2.2

Compare Source

v2.2.1: @​nomiclabs/hardhat-ethers v2.2.1

Compare Source

getContractAt doesn't throw anymore if the given address is not a contract. We removed this check because it caused smock to stop working.

v2.2.0: @​nomiclabs/hardhat-ethers v2.2.0

Compare Source

This version adds a new helper to the hre.ethers object: deployContract.

// before
const Foo = await ethers.getContractFactory("Foo")
const foo = await Foo.deploy()

// after
const foo = await ethers.deployContract("Foo")

If your contract has constructor arguments, you can pass them as an array:

const foo = await ethers.deployContract("Foo", [1000, "some string"])

Thanks to @​zemse for working on this!

v2.1.1: @​nomiclabs/hardhat-ethers v2.1.1

Compare Source

The getContractAt function now throws an error if the given address does not correspond to a contract.

Thanks @​SfyMantissa for fixing this!

v2.1.0

Compare Source

v2.0.6: @​nomiclabs/hardhat-ethers v2.0.6

Compare Source

  • 7403ec1: Stop publishing tsconfig.json files

v2.0.5: @​nomiclabs/hardhat-ethers v2.0.5

Compare Source

This is a small patch release that fixes an issue when using this plugin with TypeScript.

Changelog

Fix an issue that was causing typescript projects to also compile Hardhat's source (#​2260).

v2.0.4: hardhat-ethers v2.0.4

Compare Source

This version adds two methods to the ethers object included in the Hardhat Runtime Environment: getContractFactoryFromArtifact and getContractAt (#​1716). These are low-level methods that are useful when you have your own artifact-loading logic, but that won't be necessary for most users.


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.

@renovate renovate bot changed the title chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.0.4 chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.0.5 Feb 10, 2022
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from 367c4a2 to d646c78 Compare February 10, 2022 18:03
@renovate renovate bot changed the title chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.0.5 chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.0.6 May 16, 2022
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from d646c78 to 0b3da3d Compare May 16, 2022 02:23
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from 0b3da3d to 29ce06f Compare September 25, 2022 18:12
@renovate renovate bot changed the title chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.0.6 chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.1.1 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from 29ce06f to cef243f Compare November 20, 2022 19:26
@renovate renovate bot changed the title chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.1.1 chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.2.1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from cef243f to fcd78bf Compare March 16, 2023 07:23
@renovate renovate bot changed the title chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.2.1 chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.2.2 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from fcd78bf to d0d2d7a Compare April 17, 2023 09:33
@renovate renovate bot changed the title chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.2.2 chore(deps): update dependency @nomiclabs/hardhat-ethers to v2.2.3 Apr 17, 2023
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.

0 participants