rsksmart / rif-marketplace-storage

Pinning contracts
4 stars 5 forks source link

build(deps-dev): bump truffle from 5.2.4 to 5.4.26 #339

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps truffle from 5.2.4 to 5.4.26.

Release notes

Sourced from truffle's releases.

v5.4.26 — An URLy Christmas treat

Hello everyone! We've got big debugger-related news this week, and we think you'll like it!

@​santanaluiz has contributed a great new capability to Truffle Debugger: The ability to use it outside of a Truffle project! 🎁 Now, you can do truffle debug --url <url-of-provider> without even needing to be inside of a Truffle project. Of course, this will be most useful when combined with the --fetch-external (aka -x) option to download verified sources from Etherscan or Sourcify. Thanks so much to @​santanaluiz for this helpful enhancement!

You can try debugging a mainnet transaction yourself with the Ganache v7 beta, with its zero-config mainnet forking! 🍴

Install and run Ganache v7 in one terminal:

npm uninstall ganache-cli --global #uninstall old ganache-cli
npm install ganache@beta --global #install ganache v7 beta
ganache --fork #start ganache forking mainnet

And debug in another:

#debug the tx that created the ENS registry 🕵
truffle debug -x --url http://localhost:8545/ \
  0x00df88239dcc77e499f4ed3bad25bc58cc30663a26bc7c531decff94e861b9bf

We've also fixed a problem where the debugger wouldn't work with recent versions of Geth, and updated the syntax highlighting for Solidity 0.8.11. 🎄 We've also fixed a bug where truffle migrate would incorrectly produce warnings if passed the --quiet option. Now it will be as quiet as you ask for!

That's all for this week, but we'll be back come the new year... or perhaps as early as next week! 🎅 See you then!

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

... (truncated)

Commits


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/339/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 #340.