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.4 #108

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

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
  • cd27f14 Publish
  • 17f6f5c Merge pull request #3042 from trufflesuite/compile-all-debug
  • 9f82f2b Merge pull request #3044 from trufflesuite/core-mocha
  • 72d779a Merge pull request #3043 from trufflesuite/debug-network
  • 248f52f Highlight Solidity version requirement warning
  • 4276845 Merge pull request #3040 from trufflesuite/stack-status
  • 983b769 Merge pull request #3036 from trufflesuite/update-map-support
  • 78e927b Merge pull request #3035 from trufflesuite/update-reselect-tree
  • 4233b2d Merge pull request #3002 from danhper/increase-native-buffer-size
  • 9d67875 Merge pull request #3031 from trufflesuite/feat/minor-perf-eliminate-maps
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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