chore(deps): update dependency ava to v0.25.0 #3
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.
This Pull Request updates dependency ava from
v0.23.0
tov0.25.0
Release Notes
v0.24.0
Highlights 💡
This is a pretty small release, but a great one if you're solely developing for Node.js 8.3 or above.
You can now use object rest/spread properties in test files without any further Babel configuration. Note that if you're running tests on older versions of Node.js you'll still need to add the relevant Babel plugins, since this new language feature has not yet reached stage 4. 37c9122c50722b06039f1cc2306a7c176fd3c786
Miscellaneous 🕯
t.is()
values are deeply equal but not the same c41b2afc201118bfdc4d2039180ae2ddd0f697c9All changes 📚
v0.23.0...v0.24.0
Thanks 💌
💖 Huge thanks to @jedmao, @Lifeuser, @mightyiam, @ahmadawais and @codeslikejaggars for helping us with this release. We couldn’t have done it without you!
Get involved ✌️
We 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.
v0.25.0
Another small release while we're gearing up for a 1.0 built with Babel 7. This is likely to be the last
0.
release, but we may go through a few beta releases for 1.0 whilst we wait for Babel 7 to get out of beta itself.@std/esm
in AVA's"require"
configuration and will use it to require subsequent modules 72c53bet.log()
now supports multiple arguments 4f896c2Error.stackTraceLimit
in the worker processes f00f3c4t.snapshot(value, options)
29e5dfdAll changes 📚
v0.24.0...v0.25.0
Thanks 💌
💖 Huge thanks to @ppatel221, @cdaringe, @jy95, @jamestalmage, @okyantoro, @ajafff, @niftylettuce, @kugtong33, @troysandal, @willnode and @forresst for helping us with this release. We couldn’t have done it without you!
Get involved ✌️
We 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.
Commits
v0.24.0
37e8b49
Use babel-generator to regenerate enhanced assertion statements035fd31
Verify package-lock when linting37c9122
Include syntax-object-rest-spread in default Babel options for Node.js >= 8.3.0b3c4090
Fix broken link in contributing guidef98a881
Document how to title macros when using TypeScript1cd3a04
Don't run before and after hooks when all tests are skippedc41b2af
Provide feedback when t.is() values are deeply equal but not the samecb1c3f7
Fix documentation of snapshotDir optionefc3b31
Code style tweaksf2979a3
Bump dependencies8141395
Churn and dedupe package-locke401bd1
0.24.0v0.25.0
4124d77
Update npm, test Node.js 9, detect package-lock churn in CI (#1601)965cbc6
Use supertap to generate TAP output (#1610)4e8f827
Switch time-require to @ladjs/time-requirec1faf95
Fix typo in precompiling-with-webpack.md (#1625)29e5dfd
Add TS types for t.snapshot(content, options)72c53be
support @std/esm (#1618)aaddc37
Use absolute source map paths in precompiled files4a13966
Debug serially in the "Debugging tests with VS Code" recipe (#1634)947f207
Update code-excerpt to ^2.1.1cd8c91b
Add more clarification for different Babel config in .babelrc.md (#1642)bcb77fc
Recommend skipFiles for VSCode debuggingc2b42ec
Mention #1319 as a pitfallf00f3c4
Don't set `Error.stackTraceLimit` in worker processes4f896c2
Make `t.log()` behave more like `console.log()`a051d3e
0.25.0This PR has been generated by Renovate Bot.