Skip to content

Commit

Permalink
Merge #50
Browse files Browse the repository at this point in the history
50: build(deps-dev): bump ava from 3.5.2 to 3.6.0 r=jniles a=dependabot-preview[bot]

Bumps [ava](https://github.com/avajs/ava) from 3.5.2 to 3.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/avajs/ava/releases">ava's releases</a>.</em></p>
<blockquote>
<h2>3.6.0</h2>
<p><code>afterEach()</code> and <code>afterEach.always()</code> hooks can now determine whether the test passed. Thank you <a href="https://github.com/bunysae">@bunysae</a> for contributing this! 8f312c0f2c978ba39baae0f701015d79af18cbde:</p>
<pre lang="js"><code>test('passes', t =&gt; t.pass());
<p>test.afterEach(t =&gt; {
if (t.passed) {
// Do something because the test passed
} else {
// Do something because the test failed
}
});
</code></pre></p>
<p><a href="https://github.com/mbiesiad">@mbiesiad</a> has diligently <a href="https://github.com/avajs/ava-docs/tree/master/pl_PL">translated our documentation to Polish</a>. Thank you <a href="https://github.com/kekuu">@kekuu</a> for reviewing.</p>
<p>Also thank you <a href="https://github.com/timgates42">@timgates42</a> for fixing a typo in our documentation. ede4f322b4fa6263c8ae14ec04282ab06bb0afd4</p>
<p>See <a href="https://github.com/avajs/ava/compare/v3.5.0...v3.6.0">https://github.com/avajs/ava/compare/v3.5.0...v3.6.0</a> for all changes.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/avajs/ava/commit/447d37153b5af9139c45cf5b0fd97ad92bea0c14"><code>447d371</code></a> 3.6.0</li>
<li><a href="https://github.com/avajs/ava/commit/886b4d7f2d4d7a56e0dccb24e70bf96d22c39d69"><code>886b4d7</code></a> Rebuild lockfile</li>
<li><a href="https://github.com/avajs/ava/commit/1f59b052d2be35699c39802003e67d75928f4828"><code>1f59b05</code></a> Dependency updates</li>
<li><a href="https://github.com/avajs/ava/commit/489b13e0be3c0ba9717c3c0eaf1ee86c480be3f5"><code>489b13e</code></a> Fix TypeScript documentation for t.try()</li>
<li><a href="https://github.com/avajs/ava/commit/4bf64d048e203bb4cbf3b640f901cfd17a92cda9"><code>4bf64d0</code></a> Remove link to previously removed recipe</li>
<li><a href="https://github.com/avajs/ava/commit/8f312c0f2c978ba39baae0f701015d79af18cbde"><code>8f312c0</code></a> Add t.passed to execution contexts</li>
<li><a href="https://github.com/avajs/ava/commit/ede4f322b4fa6263c8ae14ec04282ab06bb0afd4"><code>ede4f32</code></a> Fix typo in endpoint testing recipe</li>
<li>See full diff in <a href="https://github.com/avajs/ava/compare/v3.5.2...v3.6.0">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.2&new-version=3.6.0)](https://dependabot.com/compatibility-score/?dependency-name=ava&package-manager=npm_and_yarn&previous-version=3.5.2&new-version=3.6.0)

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>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot-preview[bot] authored Apr 6, 2020
2 parents 7640fe6 + 8bdaad9 commit 80af1f1
Showing 1 changed file with 38 additions and 23 deletions.
61 changes: 38 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -528,15 +528,15 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

ava@^3.0.0:
version "3.5.2"
resolved "https://registry.yarnpkg.com/ava/-/ava-3.5.2.tgz#9a37305c03840c4b63eb53edae29741d8414633e"
integrity sha512-4MYpx0D7VQwzvqCOQsbnPK2Dmg7lipWe2k/n75i0cuFwuosq9MYIWc9MnmCZ1GIlPQ70qOP1DgQcD0ScH/W79Q==
version "3.6.0"
resolved "https://registry.yarnpkg.com/ava/-/ava-3.6.0.tgz#1fa57f8601a81d11b4771ba701428d9972659dfd"
integrity sha512-cp+oK06JTFK9m4EhLq0APPSi6aTpwUOK0aKH5pCzIhU8AHFLXis0HNarfIr/EeBe9GzQKouuIsnlVedY7Lg0Cw==
dependencies:
"@concordance/react" "^2.0.0"
ansi-styles "^4.2.1"
arrgv "^1.0.2"
arrify "^2.0.1"
chalk "^3.0.0"
chalk "^4.0.0"
chokidar "^3.3.1"
chunkd "^2.0.1"
ci-info "^2.0.0"
Expand All @@ -552,9 +552,9 @@ ava@^3.0.0:
currently-unhandled "^0.4.1"
debug "^4.1.1"
del "^5.1.0"
emittery "^0.5.1"
emittery "^0.6.0"
equal-length "^1.0.0"
figures "^3.1.0"
figures "^3.2.0"
globby "^11.0.0"
ignore-by-default "^1.0.0"
import-local "^3.0.2"
Expand All @@ -567,11 +567,11 @@ ava@^3.0.0:
md5-hex "^3.0.1"
ms "^2.1.2"
ora "^4.0.3"
p-map "^3.0.0"
picomatch "^2.2.1"
p-map "^4.0.0"
picomatch "^2.2.2"
pkg-conf "^3.1.0"
plur "^4.0.0"
pretty-ms "^6.0.0"
pretty-ms "^6.0.1"
read-pkg "^5.2.0"
resolve-cwd "^3.0.0"
slash "^3.0.0"
Expand All @@ -582,8 +582,8 @@ ava@^3.0.0:
temp-dir "^2.0.0"
trim-off-newlines "^1.0.1"
update-notifier "^4.1.0"
write-file-atomic "^3.0.1"
yargs "^15.1.0"
write-file-atomic "^3.0.3"
yargs "^15.3.1"

aws-sign2@~0.7.0:
version "0.7.0"
Expand Down Expand Up @@ -739,6 +739,14 @@ chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.2:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

changelog-filename-regex@^1.1.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/changelog-filename-regex/-/changelog-filename-regex-1.1.2.tgz#19e98e38248cff0c1cf3ae3bf51bfb22c48592d6"
Expand Down Expand Up @@ -1173,10 +1181,10 @@ ecc-jsbn@~0.1.1:
dependencies:
jsbn "~0.1.0"

emittery@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.5.1.tgz#9fbbf57e9aecc258d727d78858a598eb05ea5c96"
integrity sha512-sYZXNHH9PhTfs98ROEFVC3bLiR8KSqXQsEHIwZ9J6H0RaQObC3JYq4G8IvDd0b45/LxfGKYBpmaUN4LiKytaNw==
emittery@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.6.0.tgz#e85312468d77c3ed9a6adf43bb57d34849e0c95a"
integrity sha512-6EMRGr9KzYWp8DzHFZsKVZBsMO6QhAeHMeHND8rhyBNCHKMLpgW9tZv40bwN3rAIKRS5CxcK8oLRKUJSB9h7yQ==

emoji-regex@^7.0.1:
version "7.0.3"
Expand Down Expand Up @@ -1500,7 +1508,7 @@ fastq@^1.6.0:
dependencies:
reusify "^1.0.4"

figures@^3.0.0, figures@^3.1.0:
figures@^3.0.0, figures@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
Expand Down Expand Up @@ -2852,6 +2860,13 @@ p-map@^3.0.0:
dependencies:
aggregate-error "^3.0.0"

p-map@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
dependencies:
aggregate-error "^3.0.0"

p-timeout@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038"
Expand Down Expand Up @@ -2983,10 +2998,10 @@ performance-now@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"

picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.0.7, picomatch@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.0.7, picomatch@^2.2.1, picomatch@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==

pify@^2.0.0, pify@^2.3.0:
version "2.3.0"
Expand Down Expand Up @@ -3035,7 +3050,7 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

pretty-ms@^6.0.0:
pretty-ms@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-6.0.1.tgz#03ec6cfee20329f142645e63efad96bb775d3da4"
integrity sha512-ke4njoVmlotekHlHyCZ3wI/c5AMT8peuHs8rKJqekj/oR5G8lND2dVpicFlUz5cbZgE290vvkMuDwfj/OcW1kw==
Expand Down Expand Up @@ -3896,7 +3911,7 @@ wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

write-file-atomic@^3.0.0, write-file-atomic@^3.0.1:
write-file-atomic@^3.0.0, write-file-atomic@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8"
integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==
Expand Down Expand Up @@ -3938,7 +3953,7 @@ yargs-parser@18.1.2, yargs-parser@^18.1.1:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs@^15.0.2, yargs@^15.1.0:
yargs@^15.0.2, yargs@^15.3.1:
version "15.3.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b"
integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA==
Expand Down

0 comments on commit 80af1f1

Please sign in to comment.