rsksmart / rif-marketplace-storage

Pinning contracts
4 stars 5 forks source link

build(deps-dev): bump truffle from 5.2.4 to 5.4.30 #346

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps truffle from 5.2.4 to 5.4.30.

Release notes

Sourced from truffle's releases.

v5.4.30 — Seven-Layer Chocolate Ganache Cake

Hello all! 👋🙃🎂

What an exciting week it's been for us over here at Truffle! We have a lot of enhancements this week along with some internal improvements and a bug fix sprinkled in there as well. Ganache v7.0.0 was released today and we're happy to announce that it's bigger, faster, better, stronger, and just all-around a huge improvement over the last version. As such, we've updated Truffle to be compatible with Ganache v7.0.0, as well as to use it internally, so now you'll be able to experience it yourself by running truffle develop or truffle test.

We've also made some changes to our decoder by making updating ContractInstanceDecoder to allow it to decode transactions sent to a particular contract instance in some more cases. Lastly, we've made some changes to our source-fetcher package which added the Arbitrum and Optimism networks now allowing you to fetch and compile verified contracts from these L2s.

Phew, what a busy week it's been! That's all for now, come back next week for more updates and congrats to the Ganache team for their major release this week. 🎊🥳🍾

How to upgrade

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

npm uninstall -g truffle
npm install -g truffle

Changelog

Enhancements

  • Add Arbitrum and Polygon to source-fetcher (#4424 by @​leeftk)

  • Allow ContractInstanceDecoder to decode transactions sent to that instance even if no bytecode was supplied (#4603 by @​haltman-at)

Bug fixes

Internal improvements

Dependency Updates

v5.4.29 – Chocolate Fountain

Hello all! We've got a batch of bug fixes 🕷 for you this week!

... (truncated)

Commits
  • 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
  • 2774178 unskip another set of tests
  • eed0b1d unskip test
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by leeftk, a new releaser for truffle since your current version.


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/346/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 #349.