Skip to content

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

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#242
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nomiclabs-hardhat-ethers-2.x

Conversation

@renovate
Copy link
Copy Markdown
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 6 times, most recently from d5c2c3a to 16e8821 Compare October 17, 2022 21:34
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 7 times, most recently from 976abbc to 9718cb5 Compare October 25, 2022 05:57
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from ea2de3d to 3d5456f Compare October 27, 2022 11:29
@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 5 times, most recently from 199a629 to 2b6a2ad Compare November 6, 2022 11:36
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from d3836aa to a188931 Compare November 14, 2022 21:30
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 40a7f01 to e301894 Compare November 17, 2022 16:05
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 7 times, most recently from 0a30e56 to 63af2ff Compare December 14, 2022 03:06
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from bd21b9d to baca92e Compare December 19, 2022 21:43
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from 0d63488 to 3474b2c Compare December 31, 2022 10:18
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 8e72679 to 95045eb Compare January 7, 2023 15:15
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from eea1c3f to f4822e3 Compare January 11, 2023 11:21
@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 3 times, most recently from f24e0ed to f0c1e21 Compare January 16, 2023 23:22
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from 169d761 to 848834a Compare January 29, 2023 03:15
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 85ba7c2 to 745550f Compare February 5, 2023 07:03
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