Alheimsins / b5-result-text

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

Update dependency ava to v3.11.0 #140

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.10.1 -> 3.11.0

Release Notes

avajs/ava ### [`v3.11.0`](https://togithub.com/avajs/ava/releases/v3.11.0) [Compare Source](https://togithub.com/avajs/ava/compare/v3.10.1...v3.11.0) #### New `t.like()` assertion Thanks to [@​futpib](https://togithub.com/futpib) we now have a `t.like()` assertion [`19c4f35`](https://togithub.com/avajs/ava/commit/19c4f35fbae740268dedeeb4d450f813f2d5e85e): In the following example, the `map` property of `value` must be deeply equal to that of `selector`. However `nested.qux` is ignored, because it's not in `selector`. ```js t.like({ map: new Map([['foo', 'bar']]), nested: { baz: 'thud', qux: 'quux' } }, { map: new Map([['foo', 'bar']]), nested: { baz: 'thud', } }) ``` Read more in the [`t.like()` assertion documentation](https://togithub.com/avajs/ava/blob/master/docs/03-assertions.md#likevalue-selector-message). This assertion was [previously introduced](https://togithub.com/avajs/ava/releases/tag/v3.9.0) as an experiment. #### VSCode 1.47 debugging improvements You can now debug tests using the new JavaScript Debug Terminal in VSCode 1.47. We've updated our [debugging recipe](https://togithub.com/avajs/ava/blob/master/docs/recipes/debugging-with-vscode.md) accordingly. Thank you [@​connor4312](https://togithub.com/connor4312) for the documentation updates and your work on VSCode! [`bc39bcc`](https://togithub.com/avajs/ava/commit/bc39bcc3ff92cb2979564ec2e69dc72be6509f78) #### All changes 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 4 years ago

Pull Request Test Coverage Report for Build 465


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

đź’› - Coveralls