rsksmart / rif-marketplace-storage

Pinning contracts
4 stars 5 forks source link

build(deps-dev): bump truffle from 5.2.4 to 5.4.31 #349

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps truffle from 5.2.4 to 5.4.31.

Release notes

Sourced from truffle's releases.

v5.4.31 – Peppermint Snow Pie

Hi folks! đź‘‹

Got another Truffle release for you all this week. We recommend upgrading ⬆️ to this version to correct a bug fix with REVERT reason strings. Ganache v7.0.0 shipped last week with a low severity issue that didn’t present revert reasons correctly and broke assertion libraries. Here on the Truffle side, we've upgraded our Ganache dependency to v7.0.1 to get the corresponding fix, as well as included a few changes to our codebase to be more forgiving to this sort of issue. Sorry if you were affected by any issues related to REVERT reasons, but hopefully this won't be a problem moving forward. Thank you to @​fabianorodrigo for bringing this to our attention and getting us the reproduction steps we needed to get to the bottom of it!

There's a bunch more in this release besides that, so check the full notes below, but here's a couple highlights:

  • @​truffle/fetch-and-compile now provides a fetchAndCompileMultiple() interface, allowing you to verify compilation information for multiple addresses at a time. This gets around performance issues when using the normal fetchAndCompile() interface multiple times in a row. This won't affect normal uses of truffle the CLI tool, but for anyone using this package as a library, you might want to consider this new interface if you run into trouble!
  • @​fdvmoreira noticed a typo in our README. Thanks for helping out and fixing that for us!

Thanks for reading, and we hope you enjoy! Please reach out if you have any trouble with Truffle or any of our tools. And if it's a snow day ❄️ for you today (like it is for me), make sure you stay warm!

How to upgrade

We recommend upgrading to the latest version of Truffle by running:

npm uninstall -g truffle
npm install -g truffle

Changelog

Enhancements

Bug fixes

Internal improvements

Dependency updates

... (truncated)

Commits
  • 017e84f Publish
  • 24db447 Update ganache to 7.0.1
  • f3831fe Publish
  • 2992aed use ganache 7.0.0 in Truffle and update yarn.lock
  • 1299c28 set instamine to strict in a couple more places
  • 91f6bf3 make ganache quiet and set instamine to strict
  • 10b5a3c bump ganache to 7.0.0-rc.0
  • 0fad6ce increase timeout
  • 7968c03 remove some legacy options from tests and add a timeout
  • c1b262b increase test timeout
  • 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[bot] commented 2 years ago

Dependabot tried to add @artem-brazhnikov as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/rsksmart/rif-marketplace-storage/pulls/349/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the rsksmart/rif-marketplace-storage repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request
dependabot[bot] commented 2 years ago

Superseded by #351.