Skip to content

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

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2022

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

Release notes

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

@​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" }
Commits
  • c6c547b Update package.json
  • fd11202 Version Packages
  • bcd3225 Merge pull request #2905 from NomicFoundation/next-version
  • 5896e60 Bump network helpers to v1.0.2
  • ced9c94 Bump network helpers to v1.0.1
  • 5b29b0e Add changeset
  • 714225d Fix isValidAddress
  • 36786b5 Merge pull request #2903 from NomicFoundation/pato/hh-886
  • 8e8ee38 Update packages/hardhat-core/src/internal/cli/project-creation.ts
  • ba4a188 Update packages/hardhat-core/src/internal/cli/project-creation.ts
  • 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.1.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.1.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 Jul 7, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2022

Superseded by #24.

@dependabot dependabot bot closed this Aug 16, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nomiclabs/hardhat-ethers-2.1.0 branch August 16, 2022 23:43
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