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.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: main
Choose a head ref
  • 14 commits
  • 69 files changed
  • 8 contributors

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    735bf41 View commit details
    Browse the repository at this point in the history
  2. Fix 'previous failures' in watch mode always incrementing

    The counters used absolute paths for the test files, but the clearing logic used relative paths. Count using relative paths instead.
    
    The number of previous failures is not observable to the test harness, so this does not come with test coverage.
    
    Fixes #3295.
    novemberborn committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    db0fdb2 View commit details
    Browse the repository at this point in the history
  3. Fix external-assertions snapshot for Node.js 20.11

    Vary the snapshots by minor version were appropriate.
    novemberborn committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    15dddf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Update dependencies

    novemberborn authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5161bf7 View commit details
    Browse the repository at this point in the history
  2. 6.1.1

    novemberborn committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2e0c2b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Upgrade xo to v0.57.0

    * Upgrade xo to v0.57.0 and lint sources, tests, and examples
    
    Disabled `unicorn/prevent-abbreviations` because it introduces too many
    opinionated changes.
    
    * Update reporter logs which are sensitive to line numbers changing
    
    ---------
    
    Co-authored-by: Mark Wubben <[email protected]>
    Configuration menu
    Copy the full SHA
    1d62caf View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

    novemberborn committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5d48c95 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

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

Commits on Apr 17, 2024

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

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    002b3a0 View commit details
    Browse the repository at this point in the history
  2. 6.1.3

    novemberborn committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f8bf00c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Update dependencies & other general maintenance

    * Upgrade XO
    * Update TypeScript-related dependencies — Don't upgrade @sindresorhus/tsconfig to v6 since it requires TS 5.5 and we test with 5.2.
    * Update dev dependencies
    * Update dependencies
    * Rebuild lockfile
    * Upgrade CodeCov action
    * Update reporter log instructions and remove deprecation warnings
    * Make Node.js 22.6 the recommended development version
    * Remove Node.js 21 from the engines list: It's no longer maintained by Node.js itself, see also <https://github.com/avajs/ava/blob/main/docs/support-statement.md>.
    novemberborn authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b15df53 View commit details
    Browse the repository at this point in the history
  2. Add filterNodeArgumentsForWorkerThreads option

    This filter function can be used to remove node arguments that may be applied to the main process, but cannot be used to start worker threads. It can only be configured in a JavaScript configuration file. It does not apply when using child processes.
    
    Co-authored-by: Tommy <[email protected]>
    Co-authored-by: Mark Wubben <[email protected]>
    3 people authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    86185b4 View commit details
    Browse the repository at this point in the history
Loading