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.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: v5.3.0
Choose a head ref
  • 10 commits
  • 44 files changed
  • 8 contributors

Commits on Feb 7, 2023

  1. Properly end sentence

    novemberborn authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    38593a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    1c56764 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Add t-node error handling section to TypeScript recipe

    Martynas Žilinskas authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0574e5e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Add Node.js 20 to test matrix

    Run tests against newly released node v20
    flovogt authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5bf01a3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Update TypeScript recipe to remove ts-node recommendation (#3192)

    * Update typescript recipe to use the tsx loader;
    * Remove ts-node references; strongly advocate @ava/typescript; general instructions for setting up custom loaders
    
    ---------
    
    Co-authored-by: Mark Wubben <[email protected]>
    ondreian and novemberborn authored May 21, 2023
    Configuration menu
    Copy the full SHA
    49e5582 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Support arrays in t.like() assertion

    Co-authored-by: Mark Wubben <[email protected]>
    tommy-mitchell and novemberborn authored May 24, 2023
    Configuration menu
    Copy the full SHA
    d7c6120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa9654 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5558367 View commit details
    Browse the repository at this point in the history
  4. Dependency updates and so forth

    * Test against [email protected]
    
    * Default to Node.js 20
    
    * Upgrade XO
    
    * Add reporter logs for Node.js 20
    
    * Update dev dependencies
    
    * Reduce timeouts in reporter tests
    
    This may cause CI failures especially on Windows, but we do waste a lot of time with these tests.
    
    * Inline slash dependency
    
    We need it available in CJS but the package is now ESM only. It's more bothersome to remember to not upgrade the dependency than to inline it.
    
    * Update dependencies
    
    * Rebuild lockfile
    
    * Use latest Codecov action
    novemberborn authored May 24, 2023
    Configuration menu
    Copy the full SHA
    784ca4c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. 5.3.0

    novemberborn committed May 25, 2023
    Configuration menu
    Copy the full SHA
    568fe40 View commit details
    Browse the repository at this point in the history
Loading