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.3
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.2.0
Choose a head ref
  • 5 commits
  • 71 files changed
  • 4 contributors

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

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    e5b355d View commit details
    Browse the repository at this point in the history
  2. Pre-release updates

    * Update dependencies
    * Add Node.js >= 23 to test matrix
    novemberborn authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    563fa5f View commit details
    Browse the repository at this point in the history
  3. 6.2.0

    novemberborn committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    024de32 View commit details
    Browse the repository at this point in the history
Loading