Skip to content

chore(deps-dev): bump @nomiclabs/hardhat-ethers from 2.0.2 to 2.2.0#33

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nomiclabs/hardhat-ethers-2.2.0
Closed

chore(deps-dev): bump @nomiclabs/hardhat-ethers from 2.0.2 to 2.2.0#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nomiclabs/hardhat-ethers-2.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2022

Bumps @nomiclabs/hardhat-ethers from 2.0.2 to 2.2.0.

Release notes

Sourced from @​nomiclabs/hardhat-ethers's releases.

@​nomiclabs/hardhat-ethers v2.2.0

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!

@​nomiclabs/hardhat-ethers v2.1.1

The getContractAt function now throws an error if the given address does not correspond to a contract.

Thanks @​SfyMantissa for fixing this!

@​nomiclabs/hardhat-ethers v2.0.6

  • 7403ec1d: Stop publishing tsconfig.json files

@​nomiclabs/hardhat-ethers v2.0.5

This is a small patch release that fixes an issue when using this plugin with TypeScript.

Changelog

Fix an issue that was causing typescript projects to also compile Hardhat's source (#2260).

hardhat-ethers v2.0.4

This version adds two methods to the ethers object included in the Hardhat Runtime Environment: getContractFactoryFromArtifact and getContractAt (#1716). These are low-level methods that are useful when you have your own artifact-loading logic, but that won't be necessary for most users.

hardhat-ethers v2.0.3

This release fixes an issue (#1247) with hardhat-ethers, where the provider wasn't correctly reset after hardhat_reset was called.

It also adds a better inspection result for ethers's BigNumber instances (issue #2109). So now if you evaluate a BigNumber in the console, the result will look like this:

> ethers.BigNumber.from(1000)
BigNumber { value: "1000" }

hardhat-etherscan v2.1.8

This release adds support for verifying contracts in the Avalanche Mainnet and Fuji chains, and in the Moonriver chain.

... (truncated)

Commits
  • e41635a Version Packages
  • e4d1162 Merge pull request #3189 from NomicFoundation/solidity-analyzer-errors
  • 304efcb Merge pull request #3248 from NomicFoundation/fix-compiler-downloader
  • 04fe473 Merge pull request #3255 from NomicFoundation/sync-rethnet-gitignores
  • 21b20be Sync .gitignore's from rethnet branch
  • acf004e Merge pull request #3186 from NomicFoundation/trace-all-versions-opt-in
  • c0cc875 Update packages/hardhat-core/test/internal/hardhat-network/stack-traces/test.ts
  • 6afe0b4 Merge pull request #3243 from bneeland/patch-1
  • 3db5334 Create hot-pans-doubt.md
  • 220f2c8 Change compilers cache dir
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nomiclabs/hardhat-ethers](https://github.com/nomiclabs/hardhat) from 2.0.2 to 2.2.0.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat-core-v2.0.2...@nomiclabs/hardhat-ethers@2.2.0)

---
updated-dependencies:
- dependency-name: "@nomiclabs/hardhat-ethers"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2022

Superseded by #36.

@dependabot dependabot bot closed this Oct 28, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nomiclabs/hardhat-ethers-2.2.0 branch October 28, 2022 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants