Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: avajs/ava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.14.0
Choose a base ref
...
head repository: avajs/ava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.15.0
Choose a head ref
  • 8 commits
  • 125 files changed
  • 4 contributors

Commits on Dec 23, 2020

  1. Upgrade supertap and print t.log entries according to TAP diagnosti…

    …cs spec
    
    Co-authored-by: Daudov, Tymur <tymur.daudov@f-secure.com>
    Co-authored-by: Mark Wubben <mark@novemberborn.net>
    3 people authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    99ab93a View commit details
    Browse the repository at this point in the history
  2. Only create the cache directory when needed (#2628)

    Avoid potential permission issues if we don't use the cache dir anyway,
    see <#1128 (comment)>.
    novemberborn authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    3fe4c40 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Fix timeout reporting in TAP reporter

    Fixes #2612 
    
    Co-authored-by: Daudov, Tymur <tymur.daudov@f-secure.com>
    tymfear and Daudov, Tymur authored Dec 31, 2020
    Configuration menu
    Copy the full SHA
    98595da View commit details
    Browse the repository at this point in the history
  2. Remove snapshot files when a test file stops using snapshots

    Fixes #1424.
    
    Co-authored-by: Mark Wubben <mark@novemberborn.net>
    ninevra and novemberborn authored Dec 31, 2020
    Configuration menu
    Copy the full SHA
    4f093ab View commit details
    Browse the repository at this point in the history
  3. Housekeeping

    * Advertise GitHub Discussions
    * Update issue template
    * Remove badges from readme
    * Avoid linting for every run in the test matrix. Lint with Node.js 10 only. This reduces check noise in GitHub PRs.
    * Update GitHub Actions
    novemberborn authored Dec 31, 2020
    Configuration menu
    Copy the full SHA
    711bcf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Next-generation configuration loading

    * When worker threads are available, support asynchronous configuration loading in the ESLint plugin helper
    
    * Experimental implementation of next-generation configuration loading. This adds support for `.mjs` files, fixing #2346. I've removed the special handling of `ava.config.js` files, relying on Node.js to follow the package type instead. We now also support asynchronous factories.
    novemberborn authored Jan 1, 2021
    Configuration menu
    Copy the full SHA
    a2f2614 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    * Update dev dependencies
    
    * Update dependencies
    
    * Validate lockfile using npm 6.14.10
    
    * Rebuild lockfile
    
    * Rebuild snapshots
    novemberborn authored Jan 1, 2021
    Configuration menu
    Copy the full SHA
    0f69088 View commit details
    Browse the repository at this point in the history
  3. 3.15.0

    novemberborn committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    32c5425 View commit details
    Browse the repository at this point in the history
Loading