Closed greenkeeper[bot] closed 4 years ago
devDependency
ava was updated from 0.25.0
to 2.3.0
.Update to this version instead 🚀
import-local@^3.0.2
which fixes issues with Lerna projects.t.context
to unknown
, in line with TypeScript's changes in their 3.5 release. 2fc7d56Thank you @MarchWorks, @yovasx2 and @bobthekingofegypt. We couldn't have done this without you!
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.
The new version differs by 10 commits.
1c81c4b
2.3.0
9e8d28f
Watcher: Only track test files has having exclusive tests if at least one test was selected
7dcb473
Update fake-tty for changes in Node.js 12.7.0
9baca8c
Enable V8 supported stage-3 syntax, as well as stage-4 syntax
7fb0546
Bump dependencies
ffa62ce
Consistent paths in watcher
b27cb8d
Print internal errors when precompiler setup or globbing fails
8628976
Print hooks and remaining tests as TAP comments
f01d05f
Ensure CLI receives file paths
2fc7d56
Change default Context type to unknown
See the full diff
devDependency
ava was updated from 0.25.0
to 2.4.0
.
The devDependency ava was updated from
0.25.0
to2.2.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: novemberborn License: MIT
Release Notes for 2.2.0
Enhancements
You can now specify an alternative config file, using the
--config
CLI argument. This is useful if you want to run unit tests separately from integration tests, since you can have a config file specific to your integration tests which specifies different glob patterns. 2dae2bfBug fixes
We're now faking the new
hasColors()
method for better compatibility with Node.js 12. d399797Node.js 11
We've removed Node.js 11 from our test matrix. You should upgrade to Node.js 12. 90acbb9
All changes
v2.1.0...v2.2.0
Thanks
Thank you @langri-sha, @keyspress, @cdaringe and @okyantoro. 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 on getting started contributing and a comprehensive contributing guide.
Commits
The new version differs by 318 commits.
2451484
2.2.0
e528ad2
Bump dependencies
2dae2bf
Implement --config flag
58b2350
Disable deprecation warnings in reporter tests
d399797
Fake
hasColors()
in worker processes90acbb9
Stop testing Node.js 11, remove from engines entry
533ee4b
Link to VSCode debugging recipe
dc91725
Fix grammar in readme
851316f
Remove Flow references
00d9517
2.1.0
911d198
Tweak dependencies, CI
52fc67a
Fix package lock
bb44da7
Explicitly reference the Node.js type definition
b3c9ea7
Allow ESLint rules to override extensions and glob patterns
7366a9d
Store an error object in AssertionError rather than a stack trace
There are 250 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: