Skip to content

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.1 -> 2.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 3 times, most recently from dc0da5d to 86217cb Compare October 12, 2022 13:11
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 94389f2 to 0bca7a6 Compare October 22, 2022 02:05
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from 0f6a366 to e12fa5e Compare October 27, 2022 13:00
@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 4 times, most recently from 5fd7ead to 1aba0b7 Compare November 6, 2022 09:53
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 5a729e1 to 743222f Compare November 14, 2022 23:24
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 6 times, most recently from 49c19d6 to 5c0d438 Compare November 21, 2022 23:51
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from fdd5dd2 to bac90d1 Compare November 29, 2022 18:35
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from de55b47 to 5b08665 Compare December 5, 2022 22:05
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 06b6aba to f9a60b5 Compare February 8, 2023 12:47
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from f9a60b5 to 56af887 Compare April 10, 2023 06:22
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-ethers to v2.2.2 Update dependency @nomiclabs/hardhat-ethers to v2.2.3 Apr 10, 2023
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from f4e1dc2 to 5b896be Compare April 10, 2023 23:49
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 9 times, most recently from 3774a2d to 0508eb8 Compare January 26, 2024 10:28
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-ethers to v2.2.3 Update dependency @nomiclabs/hardhat-ethers to v2.2.3 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/nomiclabs-hardhat-ethers-2.x branch December 8, 2024 18:18
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-ethers to v2.2.3 - autoclosed Update dependency @nomiclabs/hardhat-ethers to v2.2.3 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 12e28e8 to 2703006 Compare December 9, 2024 14:26
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from 2703006 to 1fc6b71 Compare December 9, 2024 17:45
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.

1 participant