Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Oct 10, 2022

Copy link
Copy Markdown
Contributor

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 6 times, most recently from c2d452a to 63aa8b8 Compare October 17, 2022 22:33
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 7 times, most recently from 35f2930 to 5597260 Compare October 25, 2022 03:09
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 3fdd8a9 to e833522 Compare October 27, 2022 11:22
@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 d39d8fc to bfabd75 Compare November 6, 2022 11:07
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 0a5af5a to 2e53a48 Compare November 15, 2022 00:10
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from 2e53a48 to 8d4076c Compare November 16, 2022 01:40
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 10 times, most recently from 39227d6 to 78782f7 Compare December 14, 2022 04:16
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from a880fb1 to d8195ed Compare December 19, 2022 23:08
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from c5e23a4 to 3f1eac8 Compare January 2, 2023 21:26
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from 081cc86 to e3d8bff Compare January 7, 2023 17:26
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from e3d8bff to 4a1838e Compare January 10, 2023 01:12
@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 637aa80 to 609bc1c Compare January 16, 2023 22:29
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from d98b73e to c8c5d41 Compare January 23, 2023 22: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