Skip to content

Commit

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

Bumps [ava](https://github.com/avajs/ava) from 3.11.1 to 3.12.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.12.0</h2>
<h2>Configure how AVA loads test files</h2>
<p>Normally, AVA loads all files as CommonJS, except for <code>mjs</code> files and if you've configured <code>&quot;type&quot;: &quot;module&quot;</code> in your <code>package.json</code>.</p>
<p>As an experiment, you can now configure how AVA loads other file extensions. This is useful if you want to use Node.js' <a href="https://nodejs.org/docs/latest/api/esm.html#esm_experimental_loaders">experimental loaders</a> feature. Read more <a href="https://github.com/avajs/ava/blob/master/docs/06-configuration.md#configuring-module-formats">in our documentation</a>. Thank you <a href="https://github.com/macarie">@macarie</a> for working on this! 5c9dbb96ad0beb7521e5051390478493250ba6b0</p>
<h2>Comparison bugfix</h2>
<p>There was a bug in our <a href="https://github.com/concordancejs/concordance">comparison library</a> which meant that negative-index properties on lists were not compared. This was fixed in a patch release, which will definitely be installed when you install AVA 3.12. Your tests may have been passing, even though they should have been failing. They'll fail now. Snapshots may also be different, causing tests to fail.</p>
<h2>All changes</h2>
<p>See <a href="https://github.com/avajs/ava/compare/v3.11.1...v3.12.0">https://github.com/avajs/ava/compare/v3.11.1...v3.12.0</a> for all changes.</p>
<p>Thank you <a href="https://github.com/AnthumChris">@AnthumChris</a> for making sure our ESM example used ESM syntax (20bc7810536b3b968db5461ff4093bb5ae912050).</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/avajs/ava/commit/76941715e38f328026a2dde1a3791feec5696100"><code>7694171</code></a> 3.12.0</li>
<li><a href="https://github.com/avajs/ava/commit/41a47bf25873fdbd9c6c792e05a8ced5ee5e4481"><code>41a47bf</code></a> Update dependencies</li>
<li><a href="https://github.com/avajs/ava/commit/5c9dbb96ad0beb7521e5051390478493250ba6b0"><code>5c9dbb9</code></a> Experimentally configure module formats for test files</li>
<li><a href="https://github.com/avajs/ava/commit/2b41fb032b431e21a4705023295e1711bc5e0ff5"><code>2b41fb0</code></a> Test compatibility with TypeScript 4.0</li>
<li><a href="https://github.com/avajs/ava/commit/ea66e6455cdadedc74f6cefc42cc1ccf07e1fc18"><code>ea66e64</code></a> Don't use global setImmediate</li>
<li><a href="https://github.com/avajs/ava/commit/ef74c8b1a5ee38ec48dab9ec057825e1082552de"><code>ef74c8b</code></a> Delete unused Node.js 13 reporter logs</li>
<li><a href="https://github.com/avajs/ava/commit/0f879f46811369aaf3102d9038bf73e3a494d6b5"><code>0f879f4</code></a> Use advanced serialization (when available) for worker communication</li>
<li><a href="https://github.com/avajs/ava/commit/20bc7810536b3b968db5461ff4093bb5ae912050"><code>20bc781</code></a> Use ESM syntax for ESM example</li>
<li><a href="https://github.com/avajs/ava/commit/43dda52045380b7da34ad666f0d27b0d4fc1d001"><code>43dda52</code></a> Move Vadim to the 'Former' contributors list ❤️</li>
<li>See full diff in <a href="https://github.com/avajs/ava/compare/v3.11.1...v3.12.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.11.1&new-version=3.12.0)](https://dependabot.com/compatibility-score/?dependency-name=ava&package-manager=npm_and_yarn&previous-version=3.11.1&new-version=3.12.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 Aug 24, 2020
2 parents b072008 + b65ac8d commit ec76ab1
Showing 1 changed file with 30 additions and 51 deletions.
81 changes: 30 additions & 51 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -426,16 +426,21 @@ acorn-jsx@^5.2.0:
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==

acorn-walk@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
acorn-walk@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.0.0.tgz#56ae4c0f434a45fff4a125e7ea95fa9c98f67a16"
integrity sha512-oZRad/3SMOI/pxbbmqyurIx7jHw1wZDcR9G44L8pUVFEomX/0dH89SrM1KaDXuv1NpzAXz6Op/Xu/Qd5XXzdEA==

acorn@^7.3.1:
version "7.3.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==

acorn@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.0.1.tgz#d7e8eca9b71d5840db0e7e415b3b2b20e250f938"
integrity sha512-dmKn4pqZ29iQl2Pvze1zTrps2luvls2PBY//neO2WJ0s10B3AxJXshN+Ph7B4GrhfGhHXrl4dnUwyNNXQcnWGQ==

aggregate-error@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0"
Expand Down Expand Up @@ -596,19 +601,19 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

ava@^3.0.0:
version "3.11.1"
resolved "https://registry.yarnpkg.com/ava/-/ava-3.11.1.tgz#580bfc974b858fb13f7ce948b9651da4e5b17bc8"
integrity sha512-yGPD0msa5Qronw7GHDNlLaB7oU5zryYtXeuvny40YV6TMskSghqK7Ky3NisM/sr+aqI3DY7sfmORx8dIWQgMoQ==
version "3.12.0"
resolved "https://registry.yarnpkg.com/ava/-/ava-3.12.0.tgz#82c837cfcd3bec980f491cabb7ca1e2b071a16c7"
integrity sha512-NRzhU/w4lIzZqJ2sLYZ6C91ZNl5v6JOWC6gb89/9NaN05vXMQylJPbVFMF3aIah5e6Lo4Ub86aey0wZ+uL+FiQ==
dependencies:
"@concordance/react" "^2.0.0"
acorn "^7.3.1"
acorn-walk "^7.2.0"
acorn "^8.0.1"
acorn-walk "^8.0.0"
ansi-styles "^4.2.1"
arrgv "^1.0.2"
arrify "^2.0.1"
callsites "^3.1.0"
chalk "^4.1.0"
chokidar "^3.4.1"
chokidar "^3.4.2"
chunkd "^2.0.1"
ci-info "^2.0.0"
ci-parallel-vars "^1.0.1"
Expand All @@ -617,7 +622,7 @@ ava@^3.0.0:
cli-truncate "^2.1.0"
code-excerpt "^3.0.0"
common-path-prefix "^3.0.0"
concordance "^5.0.0"
concordance "^5.0.1"
convert-source-map "^1.7.0"
currently-unhandled "^0.4.1"
debug "^4.1.1"
Expand All @@ -632,12 +637,12 @@ ava@^3.0.0:
is-error "^2.2.2"
is-plain-object "^4.1.1"
is-promise "^4.0.0"
lodash "^4.17.19"
lodash "^4.17.20"
matcher "^3.0.0"
md5-hex "^3.0.1"
mem "^6.1.0"
ms "^2.1.2"
ora "^4.0.5"
ora "^5.0.0"
p-map "^4.0.0"
picomatch "^2.2.2"
pkg-conf "^3.1.0"
Expand All @@ -652,7 +657,7 @@ ava@^3.0.0:
supertap "^1.0.0"
temp-dir "^2.0.0"
trim-off-newlines "^1.0.1"
update-notifier "^4.1.0"
update-notifier "^4.1.1"
write-file-atomic "^3.0.3"
yargs "^15.4.1"

Expand Down Expand Up @@ -799,7 +804,7 @@ chalk@4.1.0, chalk@^4.0.0, chalk@^4.1.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^2.0.0, chalk@^2.4.2:
chalk@^2.0.0:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
Expand All @@ -825,10 +830,10 @@ chardet@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

chokidar@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1"
integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==
chokidar@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d"
integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==
dependencies:
anymatch "~3.1.1"
braces "~3.0.2"
Expand Down Expand Up @@ -876,11 +881,6 @@ cli-cursor@^3.1.0:
dependencies:
restore-cursor "^3.1.0"

cli-spinners@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.2.0.tgz#e8b988d9206c692302d8ee834e7a85c0144d8f77"
integrity sha512-tgU3fKwzYjiLEQgPMD9Jt+JjHVL9kW93FiIMX/l7rivvOD4/LL0Mf7gda3+4U2KJBloybwgj5KEoQgGRioMiKQ==

cli-spinners@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.4.0.tgz#c6256db216b878cfba4720e719cec7cf72685d7f"
Expand Down Expand Up @@ -969,10 +969,10 @@ concat-map@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"

concordance@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/concordance/-/concordance-5.0.0.tgz#6d4552f76c78301dd65e748c26af2cf131f9dd49"
integrity sha512-stOCz9ffg0+rytwTaL2njUOIyMfANwfwmqc9Dr4vTUS/x/KkVFlWx9Zlzu6tHYtjKxxaCF/cEAZgPDac+n35sg==
concordance@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/concordance/-/concordance-5.0.1.tgz#7a248aca8b286125d1d76f77b03320acf3f4ac63"
integrity sha512-TbNtInKVElgEBnJ1v2Xg+MFX2lvFLbmlv3EuSC5wTfCwpB8kC3w3mffF6cKuUhkn475Ym1f1I4qmuXzx2+uXpw==
dependencies:
date-time "^3.1.0"
esutils "^2.0.3"
Expand Down Expand Up @@ -2590,13 +2590,6 @@ log-driver@^1.2.7:
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
integrity sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg==

log-symbols@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==
dependencies:
chalk "^2.4.2"

log-symbols@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
Expand Down Expand Up @@ -2915,7 +2908,7 @@ optionator@^0.9.1:
type-check "^0.4.0"
word-wrap "^1.2.3"

ora@5.0.0:
ora@5.0.0, ora@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-5.0.0.tgz#4f0b34f2994877b49b452a707245ab1e9f6afccb"
integrity sha512-s26qdWqke2kjN/wC4dy+IQPBIMWBJlSU/0JZhk30ZDBLelW25rv66yutUWARMigpGPzcXHb+Nac5pNhN/WsARw==
Expand All @@ -2929,20 +2922,6 @@ ora@5.0.0:
strip-ansi "^6.0.0"
wcwidth "^1.0.1"

ora@^4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.5.tgz#7410b5cc2d99fa637fd5099bbb9f02bfbb5a361e"
integrity sha512-jCDgm9DqvRcNIAEv2wZPrh7E5PcQiDUnbnWbAfu4NGAE2ZNqPFbDixmWldy1YG2QfLeQhuiu6/h5VRrk6cG50w==
dependencies:
chalk "^3.0.0"
cli-cursor "^3.1.0"
cli-spinners "^2.2.0"
is-interactive "^1.0.0"
log-symbols "^3.0.0"
mute-stream "0.0.8"
strip-ansi "^6.0.0"
wcwidth "^1.0.1"

os-name@3.1.0, os-name@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/os-name/-/os-name-3.1.0.tgz#dec19d966296e1cd62d701a5a66ee1ddeae70801"
Expand Down Expand Up @@ -3951,7 +3930,7 @@ universal-user-agent@^5.0.0:
dependencies:
os-name "^3.1.0"

update-notifier@4.1.1, update-notifier@^4.1.0:
update-notifier@4.1.1, update-notifier@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.1.tgz#895fc8562bbe666179500f9f2cebac4f26323746"
integrity sha512-9y+Kds0+LoLG6yN802wVXoIfxYEwh3FlZwzMwpCZp62S2i1/Jzeqb9Eeeju3NSHccGGasfGlK5/vEHbAifYRDg==
Expand Down

0 comments on commit ec76ab1

Please sign in to comment.