Alheimsins / b5-result-text

Text for big five results score
MIT License
26 stars 44 forks source link

Update dependency ava to v3.12.0 #143

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

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 458


Totals Coverage Status
Change from base Build 473: 0.0%
Covered Lines: 85
Relevant Lines: 87

💛 - Coveralls