OpenZeppelin / openzeppelin-test-environment

[Not actively maintained] One-line setup for blazing-fast smart contracts tests
https://docs.openzeppelin.com/test-environment
MIT License
90 stars 39 forks source link

Bump @truffle/contract from 4.1.13 to 4.2.6 #121

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @truffle/contract from 4.1.13 to 4.2.6.

Release notes

Sourced from @truffle/contract's releases.

v4.1.17 — (Maintenance release)

Version 4.1.17

This is a maintenance release for Truffle v4. Truffle v4 is not the current preferred stable version of Truffle; we recommend you use version 5.

How to Install

npm uninstall -g truffle // If you already have truffle installed
npm install -g truffle@v4

Purpose of this Release The legacy Infura provider Truffle v0.4.x used for publishing to and installing from EthPM (truffle publish and truffle install) was deprecated recently. This updates Truffle v4 to use our new v3 Infura provider.

Changelog

v4.1.16 — (Maintenance release)

Version 4.1.16

This is a maintenance release for Truffle v4. Truffle v4 is not the current preferred stable version of Truffle: we recommend you use version 5.

How to Install

npm uninstall -g truffle // If you already have truffle installed
npm install -g truffle@4.1.16

Purpose of this Release The folks over at Solidity have released a bugfix release for version v0.4.x which Truffle version 4 uses. This updates Truffle v4 to use this newer version as well as bumping the version of lodash used to ^4.17.12.

Changelog

v4.1.15 - (Maintenance release)

Version 4.1.15

This is a maintenance release for Truffle v4. Truffle v4 is not the current preferred stable version of Truffle: we recommend you use version 5.

:information_source: See the version 5 release notes.

How to Install

npm uninstall -g truffle // If you already have truffle installed
npm install -g truffle@4.1.15

Purpose of this Release

... (truncated)
Commits
  • a0bbfcc Publish
  • 45cd769 Merge pull request #3018 from trufflesuite/yultide
  • 8c41e9b Rename idOrPath to astRef and add explanation
  • 6e07c4b Merge pull request #3070 from trufflesuite/doot-de-doo
  • ca01e1c Merge branch 'develop' into yultide
  • dd8567d Merge branch 'develop' into doot-de-doo
  • 567181a Finalize COLONY CircleCI job
  • 76e9db9 Move declaration option into tsconfig.json from build script
  • 06a9cb5 Replace manual string concatenation with makePath
  • be9bbe4 Unify Solidity/Yul variable handling
  • 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.