Release notes
*Sourced from [ava's releases](https://github.com/avajs/ava/releases).*
> ## 2.1.0
> ## Bug fixes
>
> * AVA's TypeScript definition now explicitly references the Node.js definition bb44da714bf8c1d7f18ae581aeb292b3cd0d0cf0
>
> ## Enhancements
>
> * Did you know you can provide human-readable timeout values? We've now documented this. 486acaf41aa632a2672722f62bc4edfa55a2931c
> * We're now including all stack trace lines in the TAP output (though we still pre-process them). ac212ba1a16d3506bbd8362c511fb3fa00253e17
> * Logs from successful hooks are now included in the TAP output. 007c7af55a65983cb2ebd6170f31b43f468216ea
> * Our ESLint plugin helper has been updated to allow extensions and glob patterns to be overridden b3c9ea7161bd94b77f3ca25b9a51d9d9c402741b
>
> ## All changes
>
> [`v2.0.0...v2.1.0`](https://github.com/avajs/ava/compare/v2.0.0...v2.1.0)
>
> ## Thanks
>
> Thank you [@anishkny](https://github.com/anishkny), [@yovasx2](https://github.com/yovasx2) and [@mihai](https://github.com/mihai)-dinu. We couldn't have done this without you!
>
> ## Get involved
>
> We welcome new contributors. AVA is a friendly place to get started in open source. We have a [great article](https://medium.com/@vadimdemedes/making-your-first-contribution-de6576ddb190#.umxr7id07) on getting started contributing and a comprehensive [contributing guide](https://github.com/avajs/ava/blob/master/contributing.md).
Commits
- [`00d9517`](https://github.com/avajs/ava/commit/00d9517aa4f45d2951eae7580518be9f9dee6749) 2.1.0
- [`911d198`](https://github.com/avajs/ava/commit/911d19838172ed7c5655fc628588958737a84028) Tweak dependencies, CI
- [`52fc67a`](https://github.com/avajs/ava/commit/52fc67aa3a724e1f653c7891484a03ab3c3d78ff) Fix package lock
- [`bb44da7`](https://github.com/avajs/ava/commit/bb44da714bf8c1d7f18ae581aeb292b3cd0d0cf0) Explicitly reference the Node.js type definition
- [`b3c9ea7`](https://github.com/avajs/ava/commit/b3c9ea7161bd94b77f3ca25b9a51d9d9c402741b) Allow ESLint rules to override extensions and glob patterns
- [`7366a9d`](https://github.com/avajs/ava/commit/7366a9d2ce19d79f3bd9f445d37d5c78d5af1a19) Store an error object in AssertionError rather than a stack trace
- [`007c7af`](https://github.com/avajs/ava/commit/007c7af55a65983cb2ebd6170f31b43f468216ea) Include logs from successful hooks in TAP output
- [`ac212ba`](https://github.com/avajs/ava/commit/ac212ba1a16d3506bbd8362c511fb3fa00253e17) Include all (beautified) stack trace lines in TAP reporter output
- [`486acaf`](https://github.com/avajs/ava/commit/486acaf41aa632a2672722f62bc4edfa55a2931c) Document timeout units
- See full diff in [compare view](https://github.com/avajs/ava/compare/v2.0.0...v2.1.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Coverage remained the same at 98.582% when pulling a2114d5c2defbdfd26dda076c282e5633726aa29 on dependabot/npm_and_yarn/ava-2.1.0 into c80b007ce47673b6e3214e249b62582845d3e396 on master.
Coverage remained the same at 98.582% when pulling a2114d5c2defbdfd26dda076c282e5633726aa29 on dependabot/npm_and_yarn/ava-2.1.0 into c80b007ce47673b6e3214e249b62582845d3e396 on master.
Bumps ava from 2.0.0 to 2.1.0.
Release notes
*Sourced from [ava's releases](https://github.com/avajs/ava/releases).* > ## 2.1.0 > ## Bug fixes > > * AVA's TypeScript definition now explicitly references the Node.js definition bb44da714bf8c1d7f18ae581aeb292b3cd0d0cf0 > > ## Enhancements > > * Did you know you can provide human-readable timeout values? We've now documented this. 486acaf41aa632a2672722f62bc4edfa55a2931c > * We're now including all stack trace lines in the TAP output (though we still pre-process them). ac212ba1a16d3506bbd8362c511fb3fa00253e17 > * Logs from successful hooks are now included in the TAP output. 007c7af55a65983cb2ebd6170f31b43f468216ea > * Our ESLint plugin helper has been updated to allow extensions and glob patterns to be overridden b3c9ea7161bd94b77f3ca25b9a51d9d9c402741b > > ## All changes > > [`v2.0.0...v2.1.0`](https://github.com/avajs/ava/compare/v2.0.0...v2.1.0) > > ## Thanks > > Thank you [@anishkny](https://github.com/anishkny), [@yovasx2](https://github.com/yovasx2) and [@mihai](https://github.com/mihai)-dinu. We couldn't have done this without you! > > ## Get involved > > We welcome new contributors. AVA is a friendly place to get started in open source. We have a [great article](https://medium.com/@vadimdemedes/making-your-first-contribution-de6576ddb190#.umxr7id07) on getting started contributing and a comprehensive [contributing guide](https://github.com/avajs/ava/blob/master/contributing.md).Commits
- [`00d9517`](https://github.com/avajs/ava/commit/00d9517aa4f45d2951eae7580518be9f9dee6749) 2.1.0 - [`911d198`](https://github.com/avajs/ava/commit/911d19838172ed7c5655fc628588958737a84028) Tweak dependencies, CI - [`52fc67a`](https://github.com/avajs/ava/commit/52fc67aa3a724e1f653c7891484a03ab3c3d78ff) Fix package lock - [`bb44da7`](https://github.com/avajs/ava/commit/bb44da714bf8c1d7f18ae581aeb292b3cd0d0cf0) Explicitly reference the Node.js type definition - [`b3c9ea7`](https://github.com/avajs/ava/commit/b3c9ea7161bd94b77f3ca25b9a51d9d9c402741b) Allow ESLint rules to override extensions and glob patterns - [`7366a9d`](https://github.com/avajs/ava/commit/7366a9d2ce19d79f3bd9f445d37d5c78d5af1a19) Store an error object in AssertionError rather than a stack trace - [`007c7af`](https://github.com/avajs/ava/commit/007c7af55a65983cb2ebd6170f31b43f468216ea) Include logs from successful hooks in TAP output - [`ac212ba`](https://github.com/avajs/ava/commit/ac212ba1a16d3506bbd8362c511fb3fa00253e17) Include all (beautified) stack trace lines in TAP reporter output - [`486acaf`](https://github.com/avajs/ava/commit/486acaf41aa632a2672722f62bc4edfa55a2931c) Document timeout units - See full diff in [compare view](https://github.com/avajs/ava/compare/v2.0.0...v2.1.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.