Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump truffle from 5.0.35 to 5.4.3 #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps truffle from 5.0.35 to 5.4.3.

Release notes

Sourced from truffle's releases.

v5.4.3 – Lemon Blueberry Trifles

Greetings, everyone! 👋

Wow! Summer is flying by and London treats are on my mind. We have a short one this week which includes a bug 🐛 fix to allow Windows users to once again import truffle/Assert.sol. Sorry about that yo!

We also improved the cli help formatting, refined an error message (Thanks @​andywang0607! 🙇) and made an internal optimization to @​truffle/db. Finally there is a Web3.js dependency update in preparation for the London hard fork. 🍴

As always, it's our pleasure to bring you this week's Truffle release. We hope you enjoy!

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 improvement

Dependency update

v5.4.2 – Mixed berry pie

Good day, folks! 👋

Here's a long-absent command line option: truffle test --grep (or -g), to match Mocha's --grep option for filtering tests by name. Glad we finally added that—it'll come in handy when you want to run only a subset of your tests at a time. Check out those linked Mocha docs to see how it works!

Apart from that, we've got a few bug fixes, mostly related to how Truffle keeps track of files paths for import statements in Solidity. We've been coordinating with @​cameel from the Solidity team to align Truffle's integration with solc best practices moving forward, and there's been a bit of fallout from that. We should have the worst of these bugs fixed now, though! (Please do let us know you run into any problems with things like contracts getting compiled twice in the same truffle compile run, or if you encounter any errors that shouldn't happen. We'll be on the lookout! 🔎 🐛) All-in-all, we're rather excited about these changes - see Solidity's docs about Import Path Resolution, namely how the Solidity compiler's "virtual filesystem" ensures compilation results are the same across different machines/platforms/etc.

As always, it's our pleasure to bring you this week's Truffle release. We hope you enjoy.

How to upgrade

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

npm uninstall -g truffle
npm install -g truffle

... (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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

None yet

0 participants