semantic-release-plus / semantic-release

:package::rocket: Fully automated version management and package publishing
https://semantic-release-plus.gitbook.io
MIT License
48 stars 4 forks source link

chore(deps): update dependency ava to v3.12.1 #134

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
ava (source) devDependencies patch 3.12.0 -> 3.12.1

Release Notes

avajs/ava ### [`v3.12.1`](https://togithub.com/avajs/ava/releases/v3.12.1) [Compare Source](https://togithub.com/avajs/ava/compare/v3.12.0...v3.12.1) #### 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 See for all changes. Thank you [@​AnthumChris](https://togithub.com/AnthumChris) for making sure our ESM example used ESM syntax ([`20bc781`](https://togithub.com/avajs/ava/commit/20bc7810536b3b968db5461ff4093bb5ae912050)).

Renovate 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.

codecov[bot] commented 4 years ago

Codecov Report

Merging #134 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #134   +/-   ##
=========================================
  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 0d07501...4b45a56. Read the comment docs.

JoA-MoS commented 3 years ago

:tada: This PR is included in version 18.2.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: