-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: avajs/ava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 11 files changed
- 2 contributors
Commits on Jun 7, 2025
-
Adjust repository reference in package.json
As recommended by 'npm pkg fix'.
Configuration menu - View commit details
-
Copy full SHA for 1832d80 - Browse repository at this point
Copy the full SHA 1832d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3ef72 - Browse repository at this point
Copy the full SHA bc3ef72View commit details
Commits on Jun 8, 2025
-
* Verify release commit is in the main branch Typically the tag is pushed first, CI runs, clearing the way for 'main' to be pushed. However we must not release until this is done. * Improve CI status check Execute logic within jq; look for any passing workflow and fail if there are none. * Execute package.json check within jq No need for Bash, jq can handle this. * Perform package.json check first It's the most important check, are we publishing what we think we're publishing. * Update instructions
Configuration menu - View commit details
-
Copy full SHA for 41a684f - Browse repository at this point
Copy the full SHA 41a684fView commit details
Commits on Jul 12, 2025
-
Keep test worker alive until explicitly freed
This change ensures that all messages from the worker are received by the main process before the worker exits. It solves issues on Windows that are occurring with Node.js v20 and later when `workerThreads: false` is set in the AVA configuration. Fixes: #3390 * Update comment and rename message Whether the worker exits depends on whether user code is keeping the event loop busy. 'Freed' is a better term. --------- Co-authored-by: Mark Wubben <mark@novemberborn.net>
Configuration menu - View commit details
-
Copy full SHA for b99b703 - Browse repository at this point
Copy the full SHA b99b703View commit details -
Rulesets prohibit pushing commits on `main` without a PR. This means that running `npm version` within `main` actually creates more work. Further, the release workflow requires CI to have passed on the tagged commit, but it's triggered when the tag is pushed. Simplify by triggering on pushes to `main`, when that commit has a release tag. We can then create a PR for a release branch, push the tag commit, and trigger the release when merging the commit into `main`. This still has to happen locally since we must include the tagged commit.
Configuration menu - View commit details
-
Copy full SHA for c3a2619 - Browse repository at this point
Copy the full SHA c3a2619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5534b17 - Browse repository at this point
Copy the full SHA 5534b17View commit details -
* Update dev dependencies * Update dependencies * Rebuild lockfile
Configuration menu - View commit details
-
Copy full SHA for 8c1c3ba - Browse repository at this point
Copy the full SHA 8c1c3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 603d7ca - Browse repository at this point
Copy the full SHA 603d7caView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.4.0...v6.4.1