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: v6.2.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: v6.3.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 14, 2025

  1. Update dependencies

    * Update local node & npm versions through Volta
    
    * Update non-TypeScript dev dependencies
    
    * Update TypeScript dependencies & test matrix
    
    * Update regular dependencies
    
    * Rebuild lockfile
    novemberborn authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    4abb780 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Do not count writes to stdout/stderr as non-idling activity for timeouts

    Fixes #3373. The idle guard will now force a test worker to exit even if it's continuously writing to stdout/stderr.
    
    Co-authored-by: Mark Wubben <[email protected]>
    mdouglass and novemberborn authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    f243cab View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. 6.3.0

    novemberborn committed May 2, 2025
    Configuration menu
    Copy the full SHA
    ca4240d View commit details
    Browse the repository at this point in the history
Loading