Stupidism / stupid-rc-starter

Hoc-style React Component Starter with storybook integrated
https://stupidism.github.io/stupid-rc-starter/
MIT License
6 stars 2 forks source link

Update enzyme-to-json to the latest version πŸš€ #44

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.0.0 of enzyme-to-json just got published.

Dependency enzyme-to-json
Current Version 1.6.0
Type devDependency

The version 2.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of enzyme-to-json. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 12 commits.

  • 68250df 2.0.0
  • 4642249 Update package-lock
  • 8129352 Add key props to snapshots (#66)
  • 375037a Improved test coverage
  • 2089f39 Updated folders to lint
  • 4813e2c Run prettier on serializer tests files too
  • 6179349 Added vscode generated folders to gitignore
  • e5d4628 Added new files to the format command
  • aaa590d Added prettier-check to the workflow
  • ba17d32 Removed hooks I don't want to use anymore
  • cee1fea Removed useless dev dependencies
  • c8ae809 Applied prettier changes

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

codecov[bot] commented 7 years ago

Codecov Report

Merging #44 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #44   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          19     19           
  Lines         171    171           
  Branches       41     41           
=====================================
  Hits          171    171

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 231e680...1d652ae. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 2.0.1 just got published.

Update to this version instead πŸš€

Release Notes v2.0.1

Reintroduced Node 4 support (#71)

Commits

The new version differs by 3 commits.

See the full diff