avajs/ava
### [`v2.3.0`](https://togithub.com/avajs/ava/releases/v2.3.0)
[Compare Source](https://togithub.com/avajs/ava/compare/v2.2.0...v2.3.0)
#### Changes
- We've fixed some bugs to improve watch mode. [`ffa62ce`](https://togithub.com/avajs/ava/commit/ffa62ce94dec43f18a0c66623fa604036ef8dc48) [`9e8d28f`](https://togithub.com/avajs/ava/commit/9e8d28f4408b2e218e6a315d454dd68f66351351)
- AVA now prints an error when it receives non-existent test files on the command line. [`f01d05f`](https://togithub.com/avajs/ava/commit/f01d05f0c8373ff3fe8134364031fb36cba2850e)
- When using the TAP reporter, remaining tests are now included in failed test count. Failed hooks are no longer treated as test failures, and logs are printed. [`8628976`](https://togithub.com/avajs/ava/commit/8628976e1ddd8fea2ff8177f8ab47c80410b424f)
- Internal errors that may occur for some edge cases are now printed. [`b27cb8d`](https://togithub.com/avajs/ava/commit/b27cb8d538c58743ba3f5d46e0523e7a0ca5982c)
- TTY in the worker processes should follow the new APIs in Node.js 12.7.0 (when used with those Node.js versions). [`7dcb473`](https://togithub.com/avajs/ava/commit/7dcb473d90d9415c691da90df75a0452d846cc29)
- AVA now handles stage-4 syntax like dynamic import, and stage-3 syntax like BigInt, numeric separators and class properties that are supported by V8. [`9baca8c`](https://togithub.com/avajs/ava/commit/9baca8ca4dcbf9512c1f7a33adaeedd37fc8eda2)
- AVA now supports dynamic import through our [stage-4](https://togithub.com/avajs/babel-preset-stage-4) preset.
- AVA now uses [`import-local@^3.0.2`](https://togithub.com/sindresorhus/import-local/releases/tag/v3.0.2) which fixes issues with Lerna projects.
- **For our TypeScript users**, we've changed the default type of `t.context` to `unknown`, [in line with TypeScript's changes in their 3.5 release](https://devblogs.microsoft.com/typescript/announcing-typescript-3-5/). [`2fc7d56`](https://togithub.com/avajs/ava/commit/2fc7d56475ca1d77078abc3e08390341bedda58f)
#### All changes
[`v2.2.0...v2.3.0`](https://togithub.com/avajs/ava/compare/v2.2.0...v2.3.0)
#### Thanks
Thank you [@MarchWorks](https://togithub.com/MarchWorks), [@yovasx2](https://togithub.com/yovasx2) and [@bobthekingofegypt](https://togithub.com/bobthekingofegypt). 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://togithub.com/avajs/ava/blob/master/contributing.md).
nickmerwin/node-coveralls
### [`v3.0.6`](https://togithub.com/nickmerwin/node-coveralls/compare/55fc4d882b030ff18d64693e0db6b51cad2b527b...1e096913d5de887722c8ce8619b9f76085632e70)
[Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/55fc4d882b030ff18d64693e0db6b51cad2b527b...1e096913d5de887722c8ce8619b9f76085632e70)
sinonjs/sinon
### [`v7.4.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#741--2019-08-06)
[Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.3.2...v7.4.1)
==================
- Update nise and lolex (minor versions)
- add callThroughWithNew method
- add browser field
- Create COMPATIBILITY.md ([#2051](https://togithub.com/sinonjs/sinon/issues/2051))
- Fix sinon.resetHistory() does not reset history ([#2022](https://togithub.com/sinonjs/sinon/issues/2022))
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
1.15.13
->1.15.14
10.14.13
->10.14.15
2.2.0
->2.3.0
3.0.5
->3.0.6
7.3.2
->7.4.1
Release Notes
avajs/ava
### [`v2.3.0`](https://togithub.com/avajs/ava/releases/v2.3.0) [Compare Source](https://togithub.com/avajs/ava/compare/v2.2.0...v2.3.0) #### Changes - We've fixed some bugs to improve watch mode. [`ffa62ce`](https://togithub.com/avajs/ava/commit/ffa62ce94dec43f18a0c66623fa604036ef8dc48) [`9e8d28f`](https://togithub.com/avajs/ava/commit/9e8d28f4408b2e218e6a315d454dd68f66351351) - AVA now prints an error when it receives non-existent test files on the command line. [`f01d05f`](https://togithub.com/avajs/ava/commit/f01d05f0c8373ff3fe8134364031fb36cba2850e) - When using the TAP reporter, remaining tests are now included in failed test count. Failed hooks are no longer treated as test failures, and logs are printed. [`8628976`](https://togithub.com/avajs/ava/commit/8628976e1ddd8fea2ff8177f8ab47c80410b424f) - Internal errors that may occur for some edge cases are now printed. [`b27cb8d`](https://togithub.com/avajs/ava/commit/b27cb8d538c58743ba3f5d46e0523e7a0ca5982c) - TTY in the worker processes should follow the new APIs in Node.js 12.7.0 (when used with those Node.js versions). [`7dcb473`](https://togithub.com/avajs/ava/commit/7dcb473d90d9415c691da90df75a0452d846cc29) - AVA now handles stage-4 syntax like dynamic import, and stage-3 syntax like BigInt, numeric separators and class properties that are supported by V8. [`9baca8c`](https://togithub.com/avajs/ava/commit/9baca8ca4dcbf9512c1f7a33adaeedd37fc8eda2) - AVA now supports dynamic import through our [stage-4](https://togithub.com/avajs/babel-preset-stage-4) preset. - AVA now uses [`import-local@^3.0.2`](https://togithub.com/sindresorhus/import-local/releases/tag/v3.0.2) which fixes issues with Lerna projects. - **For our TypeScript users**, we've changed the default type of `t.context` to `unknown`, [in line with TypeScript's changes in their 3.5 release](https://devblogs.microsoft.com/typescript/announcing-typescript-3-5/). [`2fc7d56`](https://togithub.com/avajs/ava/commit/2fc7d56475ca1d77078abc3e08390341bedda58f) #### All changes [`v2.2.0...v2.3.0`](https://togithub.com/avajs/ava/compare/v2.2.0...v2.3.0) #### Thanks Thank you [@MarchWorks](https://togithub.com/MarchWorks), [@yovasx2](https://togithub.com/yovasx2) and [@bobthekingofegypt](https://togithub.com/bobthekingofegypt). 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://togithub.com/avajs/ava/blob/master/contributing.md).nickmerwin/node-coveralls
### [`v3.0.6`](https://togithub.com/nickmerwin/node-coveralls/compare/55fc4d882b030ff18d64693e0db6b51cad2b527b...1e096913d5de887722c8ce8619b9f76085632e70) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/55fc4d882b030ff18d64693e0db6b51cad2b527b...1e096913d5de887722c8ce8619b9f76085632e70)sinonjs/sinon
### [`v7.4.1`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#741--2019-08-06) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.3.2...v7.4.1) ================== - Update nise and lolex (minor versions) - add callThroughWithNew method - add browser field - Create COMPATIBILITY.md ([#2051](https://togithub.com/sinonjs/sinon/issues/2051)) - Fix sinon.resetHistory() does not reset history ([#2022](https://togithub.com/sinonjs/sinon/issues/2022))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.