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: v5.1.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: v5.1.1
Choose a head ref
  • 4 commits
  • 41 files changed
  • 2 contributors

Commits on Dec 13, 2022

  1. Unref shared worker when all test workers have deregistered

    This should prevent the main process from exiting prematurely with a 0 exit code. See background in #3149 (comment).
    codetheweb authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    639b905 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. De-register all shared workers

    Co-authored-by: Mark Wubben <[email protected]>
    codetheweb and novemberborn authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ffed948 View commit details
    Browse the repository at this point in the history
  2. Update dependencies and such

    * Upgrade XO and reformat
    
    * Update dev dependencies
    
    * Test with TypeScript 4.9
    
    * Update dependencies
    
    * Pin latest node@18 for Volta
    
    * Use npm@9
    
    * Rebuild lockfile
    
    * Select Node.js version from Volta pin in most CI jobs
    
    * Only pin npm when testing for lockfile churn; ensure npm@8 for Node.js 14
    novemberborn authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    da3d2bc View commit details
    Browse the repository at this point in the history
  3. 5.1.1

    novemberborn committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    c749348 View commit details
    Browse the repository at this point in the history
Loading