Closed renovate[bot] closed 4 years ago
Merging #133 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #133 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 839 839
Branches 220 220
=========================================
Hits 839 839
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 6249fe4...07ca2db. Read the comment docs.
:tada: This PR is included in version 18.2.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR contains the following updates:
3.11.1
->3.12.0
Release Notes
avajs/ava
### [`v3.12.0`](https://togithub.com/avajs/ava/releases/v3.12.0) [Compare Source](https://togithub.com/avajs/ava/compare/v3.11.1...v3.12.0) #### Configure how AVA loads test files Normally, AVA loads all files as CommonJS, except for `mjs` files and if you've configured `"type": "module"` in your `package.json`. As an experiment, you can now configure how AVA loads other file extensions. This is useful if you want to use Node.js' [experimental loaders](https://nodejs.org/docs/latest/api/esm.html#esm_experimental_loaders) feature. Read more [in our documentation](https://togithub.com/avajs/ava/blob/master/docs/06-configuration.md#configuring-module-formats). Thank you [@macarie](https://togithub.com/macarie) for working on this! [`5c9dbb9`](https://togithub.com/avajs/ava/commit/5c9dbb96ad0beb7521e5051390478493250ba6b0) #### Comparison bugfix There was a bug in our [comparison library](https://togithub.com/concordancejs/concordance) 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. #### All changes SeeRenovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.