Open greenkeeper[bot] opened 5 years ago
Merging #40 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #40 +/- ##
=======================================
Coverage 96.82% 96.82%
=======================================
Files 6 6
Lines 63 63
Branches 9 9
=======================================
Hits 61 61
Misses 2 2
Continue to review full report at Codecov.
Legend - Click here to learn more
ฮ = absolute <relative> (impact)
,รธ = not affected
,? = missing data
Powered by Codecov. Last update 198b27e...f39fb70. Read the comment docs.
devDependency
dom-testing-library was updated from 3.19.4
to 4.0.1
.devDependency
dom-testing-library was updated from 3.19.4
to 4.1.0
.devDependency
dom-testing-library was updated from 3.19.4
to 4.1.1
.devDependency
dom-testing-library was updated from 3.19.4
to 5.0.0
.
The devDependency dom-testing-library was updated from
3.19.4
to4.0.0
.This version is not covered by your current version range.
If you donโt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v4.0.0
4.0.0 (2019-04-25)
Bug Fixes
BREAKING CHANGES
getBy
andfindBy
query variants now will throw an error if more than one element is returned. If this is expected, then usegetAllBy
(orfindAllBy
) instead.ByValue
andBySelectText
. UseByDisplayValue
instead.Commits
The new version differs by 5 commits.
4fb0093
docs: add open collective
2b35d41
docs: move to testing-library org
7f8c100
fix(getBy*): throw an error if more than one element is found (#229)
253d677
fix: remove deprecated queries (#228)
9b975a8
docs: update link to docs repo
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: