Skip to content

Commit 4e24ece

Browse files
committed
Update dependencies
Ignore `cli-spinners` and `inquirer`, since #1722 removes them. Ignore `git-branch`, since the benchmark utils are currently broken (#1756). Ignore `globby` as it has significant breaking changes.
1 parent 28c8acd commit 4e24ece

File tree

4 files changed

+1813
-581
lines changed

4 files changed

+1813
-581
lines changed

docs/recipes/flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/do
44

55
AVA comes bundled with a Flow definition file. This allows developers to leverage Flow for writing tests.
66

7-
This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.66.
7+
This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.69.0.
88

99
We recommend you use AVA's built-in Babel pipeline to strip Flow type annotations and declarations. AVA automatically applies your project's Babel configuration, so everything may just work without changes. Alternatively install [`@babel/plugin-transform-flow-strip-types`](https://www.npmjs.com/package/@babel/plugin-transform-flow-strip-types) and customize AVA's configuration in the `package.json` file as follows:
1010

docs/recipes/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Translations: [Español](https://github.com/avajs/ava-docs/blob/master/es_ES/doc
44

55
AVA comes bundled with a TypeScript definition file. This allows developers to leverage TypeScript for writing tests.
66

7-
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 2.7.2.
7+
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 2.8.1.
88

99
Add a `test` script in the `package.json` file. It will compile the project first and then run AVA.
1010

0 commit comments

Comments
 (0)