Skip to content

Commit

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

Bumps [ava](https://github.com/avajs/ava) from 3.12.0 to 3.12.1.
<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.1</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.1">https://github.com/avajs/ava/compare/v3.11.1...v3.12.1</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>


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 31, 2020
2 parents 07903b0 + b6f590a commit ed60e08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"puppeteer-cluster": "^0.22.0"
},
"devDependencies": {
"ava": "3.12.0",
"ava": "3.12.1",
"eslint": "7.7.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,10 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

ava@3.12.0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/ava/-/ava-3.12.0.tgz#82c837cfcd3bec980f491cabb7ca1e2b071a16c7"
integrity sha512-NRzhU/w4lIzZqJ2sLYZ6C91ZNl5v6JOWC6gb89/9NaN05vXMQylJPbVFMF3aIah5e6Lo4Ub86aey0wZ+uL+FiQ==
ava@3.12.1:
version "3.12.1"
resolved "https://registry.yarnpkg.com/ava/-/ava-3.12.1.tgz#0181b5ca10d178539a0d503e0fc9244146303717"
integrity sha512-cS41+X+UfrcPed+CIgne/YV/6eWxaUjHEPH+W8WvNSqWTWku5YitjZGE5cMHFuJxwHELdR541xTBRn8Uwi4PSw==
dependencies:
"@concordance/react" "^2.0.0"
acorn "^8.0.1"
Expand Down

0 comments on commit ed60e08

Please sign in to comment.