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.1.15 #79

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @truffle/contract from 4.1.13 to 4.1.15.

Release notes

Sourced from @truffle/contract's releases.

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 With the release of Truffle v5, a handful of updates were made to the Truffle Boxes. Some of these caused breaking changes with Truffle v4. In order to allow users of v4 to continue to use truffle unbox and truffle init, we have created this release.

Changelog

In addition to the fixes described above, this release also contains some backported coded from v5.

v4.1.14

Hello! 👋

Here's a small patch release with some fixes while we work on getting the Truffle v5 beta ready.

What's in this release:

  • Upgrade BigNumber.js to ^7.2.1 (#1081)
  • Fix migrate command hanging (#1107, thanks @mpetrunic!)
  • Prevent a bunch of unhandled exceptions in the debugger (#1174 and #1084, thanks @jleeh!). This includes:
    • Ensure precompiled contracts don't get added as blank instance binaries
    • Skip over unknown source locations when stepping through Solidity code
    • Find and fix more places where undefined values cause exceptions.

As usual, update to the latest version of Truffle with the following commands:

npm uninstall -g truffle
npm install -g truffle
... (truncated)
Commits
  • beb8a3c Publish
  • 93d5160 Merge pull request #2917 from trufflesuite/enumtypetype
  • da795b5 Merge pull request #2918 from trufflesuite/create2manual
  • 8876172 Merge pull request #2920 from trufflesuite/no-storage
  • 9ef0107 Merge pull request #2922 from trufflesuite/decoder-autodetect
  • d094af0 Merge pull request #2924 from trufflesuite/missing-ora
  • 9c4413b Downgrade ora to 3.x
  • ec0d6fe Add missing ora dependency and upgrade to 4.0.3
  • 7a6b24a Simplify storage parameter check
  • cbf50cd Update documentation
  • 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 #85.