make-github-pseudonymous-again / js-integer

:zzz: Integers for JavaScript (ℤ)
https://make-github-pseudonymous-again.github.io/js-integer
GNU Affero General Public License v3.0
1 stars 0 forks source link

Update dependency ava to v3.11.0 #68

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.

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #68   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          299       299           
=========================================
  Hits           299       299           

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 55623eb...7ac5963. Read the comment docs.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 7ac5963bf22c106adb6f718a9de83358da06820a on renovate/ava-3.x into 55623eb8659ecb86e81f228336d63c7f2c40b312 on master.