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.5 #111

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.5.

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
  • d820e7d Publish
  • 82121f5 Merge pull request #3049 from trufflesuite/final-decode
  • 981e421 Merge pull request #3053 from trufflesuite/reload-address
  • 0feb268 Merge pull request #3052 from trufflesuite/SPDX
  • 8b77701 Add SPDX license comment to generated DeployedAddresses.sol
  • e7548a5 Add mechanism for truffle test to reload contracts' json on deploy
  • c28d977 Merge pull request #3032 from trufflesuite/feat/remove-redundant-split/join
  • 8b714b8 Remove delimiter arg from indent fn
  • a627787 Clarify indent with self documenting code
  • b064687 Remove redundant join/split
  • 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

Superseded by #121.