Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(package): update chai-enzyme to version 0.7.0 #1692

Merged
merged 2 commits into from
May 22, 2017

Conversation

greenkeeperio-bot
Copy link
Contributor

🚨🔥⚠️ Action required: Switch to the new Greenkeeper now! 🚨🔥⚠️
This version of Greenkeper will be shutdown on May 31st.
With Integrations first-class bot support landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. Simpler setup, fewer pull-requests, faster than ever.


Hello lovely humans,

chai-enzyme just published its new version 0.7.0.

State Update 🚀
Dependency chai-enzyme
New version 0.7.0
Type devDependency

This version 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 chai-enzyme.
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.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project ✨

You rock!

🌴


The new version differs by 6 commits .

  • 1e0336f 0.7.0
  • 30d1e2f Prepare for release
  • b0d35c7 handle .exactly(0) (#152)
  • 74e4b16 Add support for containMatchingElement (#149)
  • cedba77 Document that style assertions should not be camelCased
  • 86454ce Added support for undefined argument (#133)

See the full diff.

@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1692   +/-   ##
=======================================
  Coverage   99.75%   99.75%           
=======================================
  Files         141      141           
  Lines        2412     2412           
=======================================
  Hits         2406     2406           
  Misses          6        6

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 bacf4b7...2ce865b. Read the comment docs.

@layershifter layershifter changed the title Update chai-enzyme to version 0.7.0 🚀 chore(package): update chai-enzyme to version 0.7.0 May 22, 2017
@@ -91,22 +91,22 @@ describe('Progress', () => {
describe('data-percent', () => {
it('adds prop by default', () => {
shallow(<Progress />)
.should.have.prop('data-percent', undefined)
.should.have.data('percent')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chai-enzyme updated enzyme, now data-percent equals NaN. I simplified this assert.

@levithomason
Copy link
Member

Thanks much @layershifter ❤️

@levithomason levithomason merged commit bbe5e32 into master May 22, 2017
@levithomason levithomason deleted the greenkeeper-chai-enzyme-0.7.0 branch May 22, 2017 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants