Skip to content

Commit

Permalink
chore(deps-dev): bump ava from 3.5.0 to 3.5.1 (#25)
Browse files Browse the repository at this point in the history
Bumps [ava](https://github.com/avajs/ava) from 3.5.0 to 3.5.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/avajs/ava/commit/5d791707bff5586aaeffbf47fa36fd60a0bacf61"><code>5d79170</code></a> 3.5.1</li>
<li><a href="https://github.com/avajs/ava/commit/2c8b75d358f8725cd329ca268d2387959c175b1d"><code>2c8b75d</code></a> Tweak test timeouts to reduce flakiness</li>
<li><a href="https://github.com/avajs/ava/commit/52bbd5b22dad1a362cc984011a614b69e76fbfb5"><code>52bbd5b</code></a> Allow tests to force AVA to behave like in CI or not</li>
<li><a href="https://github.com/avajs/ava/commit/3195eb8e7351ffb37c5350baed9598d14b81596d"><code>3195eb8</code></a> Simplify Codecov setup</li>
<li>See full diff in <a href="https://github.com/avajs/ava/compare/v3.5.0...v3.5.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ava&package-manager=npm_and_yarn&previous-version=3.5.0&new-version=3.5.1)](https://dependabot.com/compatibility-score/?dependency-name=ava&package-manager=npm_and_yarn&previous-version=3.5.0&new-version=3.5.1)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- 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)



</details>
  • Loading branch information
dependabot-preview[bot] committed Mar 24, 2020
1 parent 89fcb23 commit da30ccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"puppeteer": "2.1.1"
},
"devDependencies": {
"ava": "3.5.0",
"ava": "3.5.1",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,10 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

ava@3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/ava/-/ava-3.5.0.tgz#589f0f35f51e6ab67eb230a9057fd2442807c62f"
integrity sha512-o+xq1RgAZrQ7GX5nddTNeYbUDogwlBoa/Hnt+b1ciCLLxSOj5U6ZFblLNBSKwHtP1X/8R06bmzvX47jmlVu9KQ==
ava@3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/ava/-/ava-3.5.1.tgz#6dde079621606824495957c78f95c8485639bc14"
integrity sha512-gde/nh438C6cj6/pKntjoPmGg1VSsZlRjyuYTjp0ixsNDj+1YNVeASrlzI+NgvcUmbx17G8uOgByt7lDu8ddXA==
dependencies:
"@concordance/react" "^2.0.0"
ansi-styles "^4.2.1"
Expand All @@ -440,6 +440,7 @@ ava@3.5.0:
chalk "^3.0.0"
chokidar "^3.3.1"
chunkd "^2.0.1"
ci-info "^2.0.0"
ci-parallel-vars "^1.0.0"
clean-stack "^2.2.0"
clean-yaml-object "^0.1.0"
Expand All @@ -459,7 +460,6 @@ ava@3.5.0:
ignore-by-default "^1.0.0"
import-local "^3.0.2"
indent-string "^4.0.0"
is-ci "^2.0.0"
is-error "^2.2.2"
is-plain-object "^3.0.0"
is-promise "^2.1.0"
Expand Down

0 comments on commit da30ccf

Please sign in to comment.