The devDependency jest-enzyme was updated from 6.1.2 to 7.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 7.0.0
๐Breaking
Renamed toHaveTagName to toHaveDisplayName (GreenGremlin)
This was done because Tag name indicates an HTML entity, but the matcher works with React Components which uses an internalProp displayName
When updating to 7.0.0 you should be able to just do a simple search and replace for this matcher across your codebase.
๐พImprovements
Add support for unboxed properties for toMatchElement. (@blainekasten)
Improve documentation for the entire repo. (@blainekasten)
Improve internal tests.
Commits
The new version differs by 12 commits ahead by 12, behind by 2.
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).
The devDependency jest-enzyme was updated from
6.1.2
to7.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 7.0.0
toHaveTagName
totoHaveDisplayName
(GreenGremlin)displayName
toMatchElement
. (@blainekasten)Commits
The new version differs by 12 commits ahead by 12, behind by 2.
bf8db2a
v7.0.0
2b81420
7.0.0 Changelog
eb84c0b
Improve documentation
71486e5
Remove bad fixture from jasmine-enzyme tests
a270c71
Verify stability of shallow tests
4368b1a
Fixing permalink for a few functions
eef85d6
Renaming toHaveTagName to toHaveDisplayName; deprecating toHaveTagName
fd9b747
v6.1.2
1a26f2a
6.1.2 changelog
6b28c9b
Update jest-enzyme readme to include info about usage with TypeScript
c9c0363
Add tests for fragments
a5777b2
Support unboxed properties for
toMatchElement
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: