Alheimsins / b5-result-text

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

Update dependency ava to v3.15.0 #163

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ava (source) 3.14.0 -> 3.15.0 age adoption passing confidence

Release Notes

avajs/ava ### [`v3.15.0`](https://togithub.com/avajs/ava/releases/v3.15.0) [Compare Source](https://togithub.com/avajs/ava/compare/v3.14.0...v3.15.0) #### Automatic snapshot file removal When you stop using snapshots in a test file, the next time you run `ava --update-snapshots` we'll remove the left-over snapshot files. Thanks [@​ninevra](https://togithub.com/ninevra)! [`4f093ab`](https://togithub.com/avajs/ava/commit/4f093ab) #### TAP improvements [@​tymfear](https://togithub.com/tymfear) has been on a roll improving our TAP reporter. `t.log()` output is now compliant with the spec [`99ab93a`](https://togithub.com/avajs/ava/commit/99ab93a). Tests that did not run due to timeouts are now reported [`98595da`](https://togithub.com/avajs/ava/commit/98595dae58209a9062d0238c7a3dd7078a9962d1). #### Next-generation configuration AVA 4 will add full support for ESM configuration files as well as allowing you to have asynchronous factory functions [`a2f2614`](https://togithub.com/avajs/ava/commit/a2f2614cc1e34fb9a7aa204b37b3b25559f203d9). If you're using Node.js 12 or later you can opt-in to these features in AVA 3 by enabling the `nextGenConfig` experiment. Say in an `ava.config.mjs` file: ```js export default { nonSemVerExperiments: { nextGenConfig: true }, files: ['unit-tests/**/*] }; ``` This also allows you to pass an `.mjs` file using the `--config` argument. With this experiment enabled, AVA will no longer have special treatment for `ava.config.js` files. Instead AVA follows Node.js' behavior, so if you've set [`"type": "module"`](https://nodejs.org/docs/latest/api/packages.html#packages_type) you must use ESM, and otherwise you must use CommonJS. You mustn't have an `ava.config.mjs` file next to an `ava.config.js` or `ava.config.cjs` file. * * * See for all changes.

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 3 years ago

Pull Request Test Coverage Report for Build 533


Totals Coverage Status
Change from base Build 546: 0.0%
Covered Lines: 90
Relevant Lines: 93

💛 - Coveralls