averissimo / write2sheet

Simple Node.js library to write to Google Sheets
GNU General Public License v3.0
0 stars 0 forks source link

[Snyk] Upgrade ava from 3.11.0 to 3.11.1 #52

Closed snyk-bot closed 2 weeks ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade ava from 3.11.0 to 3.11.1.

merge advice

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: ava
  • 3.11.1 - 2020-08-03

    This release fixes corrupted output of the default reporter when test or program code writes to standard out. 5ddc9fd

    Also, thanks to @jonathansamines we've taken another step to using AVA to test AVA. 1150991

    See v3.11.0...v3.11.1 for all changes.

  • 3.11.0 - 2020-07-27

    New t.like() assertion

    Thanks to @futpib we now have a t.like() assertion 19c4f35:

    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.

    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.

    This assertion was previously introduced 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 accordingly. Thank you @connor4312 for the documentation updates and your work on VSCode! bc39bcc

    All changes

    See v3.10.1...v3.11.0 for all changes.

from ava GitHub release notes
Commit messages
Package name: ava
  • 0483b8c 3.11.1
  • 1150991 Self-host the built-in Node.js assert tests
  • 5ddc9fd Temporarily uncork report stream when clearing spinner
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

šŸ§ View latest project report

šŸ›  Adjust upgrade PR settings

šŸ”• Ignore this dependency or unsubscribe from future upgrade PRs