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.2 #120

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps truffle from 5.0.35 to 5.4.2.

Release notes

Sourced from truffle's releases.

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

Changelog

Enhancements

Bug fixes

Internal improvements

Dependency updates

v5.4.1 — Salty seaweed snacks

Howdy howdy! More Truffle coming at ya... 🌿

Don't you hate it when you implement a feature and then it doesn't work after you bundle your code? Ooops! 🤤 Sorry about that! Last week's console.require feature had an issue after bundling. Not to worry though, we have a fix in this release! So go wild and write your own snippets of code to use in the console environment! See the release notes from last week for more information about this feature.

Other than that great news we have a couple more mentionables. 🧐 The debugger has been made even better with some more robust syntax highlighting. Highlighting for operators and punctuation was added. And props to @​tansaku for refining the tips found commented out in the truffle init project. Thanks for the addition buddy!

Nice to see you again and we'll be here again next week. Adios! 🎉

How to upgrade

... (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 Jul 26, 2021
@dependabot-preview
Copy link
Author

Superseded by #121.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/truffle-5.4.2 branch August 2, 2021 10:25
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.

0 participants