smartcontractkit / truffle-starter-kit

An example smart contract utilizing Chainlink
MIT License
264 stars 102 forks source link

Bump truffle from 5.3.1 to 5.3.9 #109

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps truffle from 5.3.1 to 5.3.9.

Release notes

Sourced from truffle's releases.

v5.3.9 — Creamy Praline Ice Cream 🍨

Hi there and happy Friday! 👋 We have a short and sweet release for you this week.

Many thanks to our external contributor @​suchris for making the init command experience more straightforward. More information on next steps is now logged after running truffle init. External contributions are always appreciated, 🙇 and we are happy to help if you have an idea for how to make our code better!

Besides that, our very own @​haltman-at has fixed an issue with line numbering in truffle debug --fetch-external. Thanks Harry!

Enjoy, and as always please reach out through one of these resources! 💻

How to upgrade

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

npm uninstall -g truffle
npm install -g truffle

Changelog

Improvements

Bug fixes

v5.3.8 — Ice cream with rainbow sprinkles 🌈

💡 - We now return you to your regularly scheduled program... - 📺

Here, have another release! They never stop coming, do they? And we are already at mighty version v5.3.8! Careful with this one when you install it... 💪

This week we don't have a ton worth mentioning but did update the default for the gasPrice parameter. 🛢️ We realized that Truffle's default for gasPrice is a bit out-of-date. So we removed the default and decided to go with what web3 recommends for calculating price. Hopefully that will help things run a bit more smoothly when deploying etc.

Added to this @​truffle/expect was rewritten in TypeScript and a bug was fixed where progress spinners did not respect the quiet option while using truffle unbox. We want to also say thank you to @​0xfoobar for catching a bug in the debugger where argument variables were sometimes corrupted. Thanks for the sleuthing @​0xfoobar! 🔍 We have that issue fixed with this one: happy debugging!

As always, we hope you stay well. Until 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

Enhancement

  • Allow different blockchain network architectures in @​truffle/reporters (#3983 by @​bergarces)

... (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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #111.