-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update ava to the latest version 🚀 #2
base: master
Are you sure you want to change the base?
Conversation
Version 0.18.2 just got published.Update to this version instead 🚀 CommitsThe new version differs by 26 commits .
There are 26 commits in total. See the full diff. |
Version 0.19.0 just got published.Update to this version instead 🚀 Release Notes0.19.0Since our last minor release, @novemberborn has worked tirelessly on refactoring big parts of the codebase to be more correct and readable, while squashing many bugs. We've also added multiple detections that will prevent user mistakes. HighlightsWorking snapshotsWe released snapshot support with Tests fail if no assertions are run (BREAKING)Sometimes you write a test that accidentally passes, because your assertion was never run. For example, the following test passes if test('unicorn', t => { for (const animal of getAnimals()) { t.is(animal, 'unicorn'); } }); AVA now fails your test if no assertions were run. This can be a problem if you use third-party assertion libraries, since AVA cannot detect when those assertions pass. You can disable this behavior by setting the Improved
|
Version 0.19.1 just got published.Update to this version instead 🚀 Release Notes0.19.1A bugfix release. See CommitsThe new version differs by 5 commits .
See the full diff. |
Version 0.20.0 just got published.Update to this version instead 🚀 Release Notes0.20.0Today’s release is very exciting. After adding magic assert and snapshot testing we found that these features sometimes disagreed with each other. HighlightsMore magical assertsMagic assert will now always show the difference between actual and expected values. If an unexpected error occurs it’ll print all (enumerable) properties of the error which can make it easier to debug your program. More details of an object are printed, like the constructor name and the string tag. Buffers are hex-encoded with line breaks so they’re easy to read:
|
Version 0.21.0 just got published.Update to this version instead 🚀 Release Notes0.21.0This is primarily a bug fix release, but some features did sneak in:
This release includes the following patches:
Thanks💖 Huge thanks to @wprater, @HippoDippo, @roperzh, @ArtemGovorov, @dancoates, @suchmaske, @ajtorres9 and @guillaumevincent for helping us with this release. We couldn’t have done it without you! Get involvedWe welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide. CommitsThe new version differs by 17 commits.
There are 17 commits in total. See the full diff |
Version 0.18.1 of ava just got published.
The version 0.18.1 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 ava.
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 116 commits .
dcdfbee
0.18.1
154215d
remove t.is and t.not from enhanced assertions
2623c11
0.18.0
a45cdb9
Mention magic assert in the readme
c980f97
Fix crash with snapshot testing
34bebc4
Removed
--source
CLI flag (#1215)ca016c0
Remove the
repeating
dependency751d2a8
Cut testing time of AVA itself by more than half
b3eaf30
Bump dependencies
aa1b8bb
Finish ES2015ifying the codebase \o/
c9e6e6f
Magic assert (#1154)
9616dde
Improve metadata checks (#980)
173da28
Improve error message for watch mode in CI (#1208)
872d2ed
Various minor tweaks
2bdf72a
Bump
lodash.isequal
(#1206)There are 116 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴