From da30ccf953454fe4c3fc66eb3b63d946e72b3de1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 07:41:00 +0000 Subject: [PATCH] chore(deps-dev): bump ava from 3.5.0 to 3.5.1 (#25) Bumps [ava](https://github.com/avajs/ava) from 3.5.0 to 3.5.1.
Commits

[![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) ---
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 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)
--- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9f52a3f..5ff721b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index d31d78f..7f1d2db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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"