chore: update dependency chai-as-promised to v7#12
Open
brokenmass wants to merge 1 commit intomasterfrom
Open
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 6 6
Lines 137 137
=====================================
Hits 137 137Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency chai-as-promised from
v6.0.0tov7.1.1Release Notes
v7.1.1Compare Source
Fixes ESLint accidentally being included as a dependency since v7.0.0.
v7.1.0Compare Source
Fixes Chai's proxy protection for property assertions (when using Chai v4 or higher). (@meeber, #205)
v7.0.0Compare Source
The breaking change in this release is that it has started using syntax that is only supported on Node.js v4 and above, as previous versions of Node no longer are supported by the Node.js project itself. As such browser consumers will also need to take care to transpile when testing on older browsers.
Additionally, Chai as Promised now supports Chai v4 (@meeber).
🚀 This PR has been generated by Renovate using COB-LVS/renovate configuration.