digitalkaoz / time-calc

Timesheet PWA
https://time-calc.digitalkaoz.net
MIT License
4 stars 4 forks source link

Update jest-enzyme to the latest version ๐Ÿš€ #68

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

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.

  • 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:

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Commits

The new version differs by 4 commits ahead by 4, behind by 2.

See the full diff