Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Update all dependencies patch updates (patch) #149

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codechecks/client 0.1.10 -> 0.1.12 age adoption passing confidence
bignumber.js 9.0.1 -> 9.0.2 age adoption passing confidence
chai (source) 4.3.0 -> 4.3.7 age adoption passing confidence
eslint-plugin-markdown 2.2.0 -> 2.2.1 age adoption passing confidence
eth-gas-reporter 0.2.20 -> 0.2.25 age adoption passing confidence
hardlydifficult-eth 1.1.3 -> 1.1.4 age adoption passing confidence
openzeppelin-solidity (source) 4.4.0 -> 4.4.2 age adoption passing confidence
truffle 5.1.65 -> 5.1.67 age adoption passing confidence

Release Notes

MikeMcl/bignumber.js

v9.0.2

Compare Source

  • 12/12/21
  • #​250 [BUGFIX] Allow use of user-defined alphabet for base 10.
  • #​295 Remove bignumber.min.js and amend README.md.
  • Update .travis.yml and LICENCE.md.
chaijs/chai

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

v4.3.4

Compare Source

This fixes broken inspect behavior with bigints (#​1321) (#​1383) thanks @​vapier

v4.3.3: / 2021-03-03

Compare Source

This reintroduces Assertion as an export in the mjs file. See https://github.com/chaijs/chai/pull/1378 & https://github.com/chaijs/chai/issues/1375

v4.3.2: / 2021-03-03

Compare Source

This fixes a regression in IE11. See https://github.com/chaijs/chai/pull/1380 & https://github.com/chaijs/chai/issues/1379

v4.3.1: / 2021-03-02

Compare Source

This releases fixed an engine incompatibility with 4.3.0

The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed.

The 5.x.x series, when released, will drop support for Node 4.0

This fix also ensures pathval is updated to 1.1.1 to fix CVE-2020-7751

eslint/eslint-plugin-markdown

v2.2.1

Compare Source

cgewecke/eth-gas-reporter

v0.2.25

Compare Source

v0.2.24

Compare Source

v0.2.23

Compare Source

v0.2.22

Compare Source

v0.2.21

Compare Source

HardlyDifficult/hardlydifficult-eth

v1.1.4: Bump dependencies

Compare Source

OpenZeppelin/openzeppelin-contracts

v4.4.2

Compare Source

Bugfixes
  • GovernorCompatibilityBravo: Fix error in the encoding of calldata for proposals submitted through the compatibility interface with explicit signatures. (#​3100)

v4.4.1

Compare Source

  • Initializable: change the existing initializer modifier and add a new onlyInitializing modifier to prevent reentrancy risk. (#​3006)
Breaking change

It is no longer possible to call an initializer-protected function from within another initializer function outside the context of a constructor. Projects using OpenZeppelin upgradeable proxies should continue to work as is, since in the common case the initializer is invoked in the constructor directly. If this is not the case for you, the suggested change is to use the new onlyInitializing modifier in the following way:

 contract A {
-    function initialize() public   initializer { ... }
+    function initialize() internal onlyInitializing { ... }
 }
 contract B is A {
     function initialize() public initializer {
         A.initialize();
     }
 }
trufflesuite/truffle

v5.1.67: — Five Minute Caramelized Pecans

Compare Source

Happy Friday all! We're back this week with some bug fixes 🦠 and improvements 🔧.

First, when --stacktrace was used with Truffle test, contract.method() wouldn't return a receipt in the proper format. 🧾 This is fixed now!

Second, Truffle v5.1.66 broke compilation because of an erroneously removed dependency. We re-introduced the missing dependency and your compilations should go swimmingly 🏊 now!

Finally, we made a significant improvement to Truffle's build speed! 🏎️ We upgraded to webpack 5, which along with configuration changes, shaved off 62% of the overhead required to run the bundled truffle command. As a bonus,, the total size of the build directory is reduced significantly. 🎉

That's all for this week. See you next week for a new version of Truffle! 🍫

How to upgrade

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

npm uninstall -g truffle
npm install -g truffle

Changelog

Improvements
  • Upgrade to webpack 5: significantly speed up runtime and reduce bundle size (#​3794 by @​tcoulter)
Bug Fixes
Internal improvements

v5.1.66: — Chocolate Laboratory

Compare Source

Hello all, we're back this week with some bug fixes for Truffle Test! 🦠

First off, the exit code wasn't being set properly when there were failed tests. Now Truffle Test will properly exit with a status equal to the number of failed tests. 🧪

Secondly, events weren't decoding properly for upgradeable contracts (or when other manual delegatecalls were involved); now events should decode properly in this case. 🔬

Finally, truffle test --stacktrace wouldn't work properly when run with Ethereum clients other than Ganache; now this incompatibility has been fixed. 📡

That's all for this week, but we'll be back once again with a new version of Truffle for 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

Bug Fixes
Internal improvements
Dependency updates

Configuration

📅 Schedule: Branch creation - "after 2am and before 5am on monday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@mergify mergify bot added the auto-merge label Feb 15, 2021
@renovate renovate bot changed the title Update dependency truffle to v5.1.66 Update all dependencies patch updates (patch) Feb 16, 2021
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 4 times, most recently from 41eb9b1 to 5f3f75b Compare March 5, 2021 03:24
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from 5f3f75b to 24b8541 Compare March 12, 2021 17:44
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from 24b8541 to d4f157d Compare March 22, 2021 10:34
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from 32bd215 to 23d5451 Compare April 5, 2021 09:24
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from 23d5451 to 9fe9879 Compare April 12, 2021 10:19
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 3 times, most recently from aabde0b to 526932b Compare April 26, 2021 09:26
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from 526932b to ffdca0e Compare May 10, 2021 09:21
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from ffdca0e to aa57c2d Compare May 24, 2021 09:45
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from aa57c2d to 3982a37 Compare June 7, 2021 09:35
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from 3982a37 to 6de6e66 Compare June 21, 2021 09:58
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from 63e707f to 890140c Compare July 8, 2021 17:38
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from 4bdcf5f to 9d4615c Compare July 19, 2021 09:56
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from 9d4615c to 97d75e8 Compare August 2, 2021 09:24
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 3 times, most recently from c1ff9cb to aae9f3b Compare August 26, 2021 22:40
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from 32625c4 to 8d772ad Compare September 12, 2021 02:19
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from 74d1bb3 to 0f7d166 Compare October 14, 2021 04:20
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from dc4fe41 to 346233e Compare October 25, 2021 10:07
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from 9479c57 to 52a957e Compare November 12, 2021 23:14
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from 05dec41 to 54f7ff0 Compare November 29, 2021 17:28
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from 4455e89 to 6523a11 Compare December 13, 2021 00:55
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from 7800f0e to 530dc07 Compare December 20, 2021 10:38
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from f164c49 to 9cc3537 Compare January 10, 2022 04:12
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from 9a96640 to 581a4e3 Compare January 26, 2022 14:47
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from 581a4e3 to 0ad5cbd Compare April 24, 2022 18:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants