Skip to content

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

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#212
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: (UTC)

  • 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 4 times, most recently from a0a0033 to 5cb9d70 Compare October 17, 2022 21:36
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 3aa643c to 8875d55 Compare October 24, 2022 23:31
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from 8875d55 to c7b8b43 Compare October 27, 2022 12:20
@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 d6cfc56 to b7ec566 Compare November 6, 2022 10:49
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 59c954a to 38dd4cd Compare November 14, 2022 20:46
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 75c8bd3 to 7a2cdd1 Compare November 21, 2022 23:44
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 3f0c386 to f58585b Compare November 29, 2022 16:10
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from c54ad12 to cb3ab85 Compare December 8, 2022 05:17
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from a8fab0a to 3614672 Compare January 11, 2023 13:15
@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 fb8b24a to d6bbfbc Compare January 19, 2023 01:56
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from 14266c9 to ff237c3 Compare January 29, 2023 05:55
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from 7a2287f to 7d027f6 Compare February 6, 2023 22:23
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from a839226 to ceef769 Compare February 14, 2023 02:13
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 183e96e to 7696ee3 Compare February 28, 2023 00:17
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from c349322 to 142452d Compare March 7, 2023 02:47
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 8358f92 to 4d52e89 Compare March 16, 2023 18:57
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