Skip to content

Bump truffle from 5.1.44 to 5.4.32#457

Closed
dependabot[bot] wants to merge 1 commit intostagingfrom
dependabot/npm_and_yarn/truffle-5.4.32
Closed

Bump truffle from 5.1.44 to 5.4.32#457
dependabot[bot] wants to merge 1 commit intostagingfrom
dependabot/npm_and_yarn/truffle-5.4.32

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2022

Bumps truffle from 5.1.44 to 5.4.32.

Release notes

Sourced from truffle's releases.

v5.4.32 – Glazed Chocolate Donut

Hey hey folks! 👋

It's the year of the Tiger 🐯 and we wish you prosperity and happiness. Speaking of happiness, we've got a few bug fixes and internal improvements for you. This release fixes an issue with @truffle/hdwallet-provider when deploying to testnets. Our newest contributor @​hughes-ch fixed the migration output for empty migration 🙇 . In debugger news, we fixed a bug where the debugger wouldn't show the correct final result when debugging certain deployments.

Please see the changelog for the rest of our offerings.

Thanks for reading, 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, make sure you stay warm, have a bottle of anything and a glazed Donut :) See you next 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

Bug fixes

Internal improvements

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

... (truncated)

Commits
  • 409dade Publish
  • 7097890 Adding tests to reproduce
  • 3adb9a5 Add timeout to test
  • ba9b70a Fix some tests
  • 3a3d35a Change how the reporter stuff references the config options
  • c2b06b0 Remove .only from test
  • 14d43bf Edit how the reporter/events stuff deals with config options
  • 0d852d3 Pass config object to events system, pull logger out of Reporter, and fix a c...
  • 017e84f Publish
  • 24db447 Update ganache to 7.0.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by cds-amal, 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)

Bumps [truffle](https://github.com/trufflesuite/truffle/tree/HEAD/packages/truffle) from 5.1.44 to 5.4.32.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/commits/truffle@5.4.32/packages/truffle)

---
updated-dependencies:
- dependency-name: truffle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2022

Superseded by #461.

@dependabot dependabot bot closed this Feb 11, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/truffle-5.4.32 branch February 11, 2022 23:11
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants