[Snyk] Upgrade ava from 3.8.1 to 3.8.2 #65
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade ava from 3.8.1 to 3.8.2.
✨What is Merge Advice?
We check thousands of dependency upgrade pull requests and CI tests every day to see which upgrades were successfully merged. After crunching this data, we give a recommendation on how safe we think the change is for you to merge without causing issues. Learn more, and share your feedback to help improve this feature. 🙏Release notes
Package name: ava
-
3.8.2 - 2020-05-08
- Fix bad dependency fd92b4a
- Use configured depth limit for diffs in assertion failures, thanks @bunysae! a5385a4
-
3.8.1 - 2020-04-27
-
-
from ava GitHub release notesv3.8.1...v3.8.2
Node.js 14 support
Great news, this is a feature heavy release!
First off, though, AVA now officially supports Node.js 14. Thank you @zackschuster! 2e7c76b
Run tests at specific line numbers
AVA can now run tests at specific line numbers! 🎉
Given the following test file:
test.jsRunning
npx ava test.js:2for would run theunicorntest. In fact you could use any line number between1and3.This feature is only available from the command line. It won't work if you use tools like
ts-node/registeror@babel/register, and it does not currently work with@ava/babeland@ava/typescript. See #2473.Thank you @ulken for your hard work and patience to get this shipped. 1222ce9
Test-specific teardown functions
Sometimes tests have side-effects you want to clean up. @ulken has implemented
t.teardown()which lets you register teardown functions within your test. They'll run once your test has finished, even if it failed: 75cbc3bNode.js internal in stack traces
Thanks to @bunysae, stack traces now include Node.js internals. Previously we removed them because we wanted you to focus on your own code, but quite often they do provide context. Now they're displayed, but somewhat dimmed. 9a9351d
Watch mode with the default reporter
Watch mode with the default reporter once again accepts key input. Thanks @pcdevil! 59c227d
ICYMI
afterEach()andafterEach.always()hooks can now determine whether the test passed. Thank you @bunysae for contributing this! 8f312c0If you've ever wanted to save some files along with AVA's snapshots, you can now determine the directory path by accessing
test.meta.snapshotDirectory. Thank you @ulken! cb5f9f7All changes
See v3.7.1...v3.8.1 for all changes.
Commit messages
Package name: ava
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs