Skip to content

Update dependency @nomiclabs/hardhat-ethers to v2.2.3#249

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nomiclabs-hardhat-ethers-2.x
Open

Update dependency @nomiclabs/hardhat-ethers to v2.2.3#249
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nomiclabs-hardhat-ethers-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2022

This PR contains the following updates:

Package Change Age Confidence
@nomiclabs/hardhat-ethers (source) 2.1.12.2.3 age 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!


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.

🔕 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 force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 42415c5 to b68f293 Compare October 16, 2022 02:18
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 7 times, most recently from f347f38 to 827d04e Compare October 25, 2022 00:36
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from bb894aa to aae03ff Compare October 27, 2022 12:45
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-ethers to v2.2.0 Update dependency @nomiclabs/hardhat-ethers to v2.2.1 Oct 27, 2022
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 7 times, most recently from e940452 to a1f4d0f Compare November 6, 2022 11:15
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 9c329f1 to 56d2643 Compare November 14, 2022 22:00
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from 56d2643 to d9e8e3e Compare November 15, 2022 23:08
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 10 times, most recently from 921b3b0 to 38649eb Compare December 14, 2022 05:06
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from b585454 to dfb6a60 Compare December 19, 2022 21:51
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 6 times, most recently from 1911881 to 7c1738c Compare January 2, 2023 22:14
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 5afa3c6 to 81579fa Compare January 11, 2023 10:23
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-ethers to v2.2.1 Update dependency @nomiclabs/hardhat-ethers to v2.2.2 Jan 11, 2023
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from 83e2734 to cad7a33 Compare January 19, 2023 01:52
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from cad7a33 to 971b366 Compare January 23, 2023 22:32
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