-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: avajs/ava
base: v5.3.1
head repository: avajs/ava
compare: v6.0.0
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 583b513 - Browse repository at this point
Copy the full SHA 583b513View commit details
Commits on Jun 21, 2023
-
Drop support for Node.js 14, update minimal requirements for 16, 18 a…
…nd 20 Require the latest versions with new features.
Configuration menu - View commit details
-
Copy full SHA for 8f1d308 - Browse repository at this point
Copy the full SHA 8f1d308View commit details
Commits on Jun 25, 2023
-
* Use Object.hasOwn() instead of Reflect.has() * Use Object.hasOwn() over Object.prototype.hasOwnProperty() * Use String#replaceAll()
Configuration menu - View commit details
-
Copy full SHA for fae3f87 - Browse repository at this point
Copy the full SHA fae3f87View commit details -
Remove superfluous dependencies
* Remove get-stream dependency * Remove delay dependency * Remove fs-extra * Remove temp-write
Configuration menu - View commit details
-
Copy full SHA for 6f62c2d - Browse repository at this point
Copy the full SHA 6f62c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fff08d - Browse repository at this point
Copy the full SHA 1fff08dView commit details -
* Allow loading of ES modules * Automatically invoke the default export (if any) and await the result * Pass arguments from the config to the default export (relies on "advanced" IPC for child processes) * Document that local files are loaded through the providers (e.g. `@ava/typescript`) Co-authored-by: Mark Wubben <mark@novemberborn.net>
Configuration menu - View commit details
-
Copy full SHA for 4dc385b - Browse repository at this point
Copy the full SHA 4dc385bView commit details
Commits on Jul 2, 2023
-
* Remove undocumented ability to start watch mode via the config. Require the CLI flag instead * Watch mode is no longer 'relatively new' * Add ava.config.mjs to default watcher ignore patterns * Ignore changes to failed-tests file in watcher Logger cleanup: * Remove obsolete clearLogOnNextRun option * Track firstRun for reporter
Configuration menu - View commit details
-
Copy full SHA for 94bb361 - Browse repository at this point
Copy the full SHA 94bb361View commit details -
Require opt-in to AVA 5's watcher and separate install of chokidar
Restrict @ava/typescript to the ava-3.2 protocol, since the legacy code is not compatible with the ava-6 protocol. Remove brittle tests for the legacy code.
Configuration menu - View commit details
-
Copy full SHA for 13f7451 - Browse repository at this point
Copy the full SHA 13f7451View commit details -
Rely on recursive fs.watch(), rather than Chokidar. On Linux this is supported from Node.js 20 onwards. It won't work for network shares and Docker volume mounts which would require polling, we'll find out if that's a problem or not. (For now, the previous implementation is still available.) Use @vercel/nft to perform static dependency analysis, supporting ESM and CJS imports for JavaScript & TypeScript source files. This is a huge improvement over the previous runtime tracking of CJS imports, which did not support ESM. Rewrite the change handling logic to be easier to follow (though it's still pretty complicated). Improve integration with `@ava/typescript`. The watcher can now detect a change to a TypeScript source file, then wait for the corresponding build output to change before re-running tests.
Configuration menu - View commit details
-
Copy full SHA for 4f52a9f - Browse repository at this point
Copy the full SHA 4f52a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b0d7b - Browse repository at this point
Copy the full SHA c0b0d7bView commit details -
Set up CI to test the new watcher
* Run tests on macOS * Use Bash shell * Run watch mode test separately and serially
Configuration menu - View commit details
-
Copy full SHA for 6cc417b - Browse repository at this point
Copy the full SHA 6cc417bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f19d9 - Browse repository at this point
Copy the full SHA e5f19d9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1c66194 - Browse repository at this point
Copy the full SHA 1c66194View commit details -
Expect TypeScript 5.1 (or newer)
XO isn't ready for this but it works, just some warnings locally during npm install.
1Configuration menu - View commit details
-
Copy full SHA for e24cdb6 - Browse repository at this point
Copy the full SHA e24cdb6View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for abd43d1 - Browse repository at this point
Copy the full SHA abd43d1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3ec0617 - Browse repository at this point
Copy the full SHA 3ec0617View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a6951cc - Browse repository at this point
Copy the full SHA a6951ccView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 018d64f - Browse repository at this point
Copy the full SHA 018d64fView commit details -
Pro-actively write out code coverage
This helped recording coverage when testing AVA itself, but hopefully it also helps user projects.
1Configuration menu - View commit details
-
Copy full SHA for 6ca0f1c - Browse repository at this point
Copy the full SHA 6ca0f1cView commit details
Commits on Jul 3, 2023
-
Make test-types work with tsc and XO
This used to work… but didn't for the new timout tests.
1Configuration menu - View commit details
-
Copy full SHA for 5a9a627 - Browse repository at this point
Copy the full SHA 5a9a627View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 10e2e8a - Browse repository at this point
Copy the full SHA 10e2e8aView commit details -
Remove workaround for worker.terminate() crashes
Looks like the patch is included in all supported Node.js versions.
Configuration menu - View commit details
-
Copy full SHA for 7533020 - Browse repository at this point
Copy the full SHA 7533020View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f047694 - Browse repository at this point
Copy the full SHA f047694View commit details
Commits on Jul 31, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for f2726f1 - Browse repository at this point
Copy the full SHA f2726f1View commit details -
Only treat native errors as errors
* Track worker errors. They're not native due to nodejs/node#48716, but we want to treat them as such anyway. * Only treat native errors as errors * Remove is-error dependency * Document edge case where `error instanceof Error` can be true, yet AVA does not recognize `error` as an error See also #2911 for an earlier attempt.
1Configuration menu - View commit details
-
Copy full SHA for e58f466 - Browse repository at this point
Copy the full SHA e58f466View commit details
Commits on Aug 16, 2023
-
Make
assert
,truthy
andfalsy
typeguardsCo-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e27183a - Browse repository at this point
Copy the full SHA e27183aView commit details
Commits on Sep 10, 2023
-
This commit simplifies error serialization, relying on the advanced IPC for child processes & worker threads. Unnecessary code has been removed. Possibly breaking changes: * Renamed and removed fields from the undocumented AssertionError class, including the raw values * Changes to the undocumented TAP output; stack traces are a bit worse, the rest is about the same but some fields have different names or values * `nyc` stack frames are no longer ignored; we assume you're using the native code coverage tools
Configuration menu - View commit details
-
Copy full SHA for 4c5b469 - Browse repository at this point
Copy the full SHA 4c5b469View commit details
Commits on Sep 11, 2023
-
Allow throws / throwsAsync to work with any value, not just errors
Fixes #2517. Co-authored-by: Mark Wubben <mark@novemberborn.net>
Configuration menu - View commit details
-
Copy full SHA for e81f413 - Browse repository at this point
Copy the full SHA e81f413View commit details
Commits on Sep 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d7bbd5 - Browse repository at this point
Copy the full SHA 0d7bbd5View commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c792f10 - Browse repository at this point
Copy the full SHA c792f10View commit details -
Fixes #3201. Assertions now throw a `TestFailure` error when they fail. This error is not exported or documented and should not be used or thrown manually. You cannot catch this error in order to recover from a failure, use `t.try()` instead. All assertions except for `throws` and `throwsAsync` now return `true` when they pass. This is useful for some of the assertions in TypeScript where they can be used as a type guard. Committing a failed `t.try()` result now also throws.
Configuration menu - View commit details
-
Copy full SHA for b6fbd58 - Browse repository at this point
Copy the full SHA b6fbd58View commit details
Commits on Oct 23, 2023
-
Drop Node.js 16, upgrade minimal 18 and 20, test 21
* Drop support for Node.js 16 * Change expected Node.js 18 to 18.18 * Change expected Node.js 20 to 20.8 * Add Node.js 21 to the test matrix * Change snapshot tests to compare decompressed bitstreams The snapshots are compressed differently in Node.js 21. The compression has been stable for many versions but that is not a guarantee, see nodejs/node#50138 for background. Change tests to compare the decompressed data instead.
Configuration menu - View commit details
-
Copy full SHA for 03a6723 - Browse repository at this point
Copy the full SHA 03a6723View commit details
Commits on Nov 6, 2023
-
Update dependencies, rely on Node.js 18, other small changes
* Update dependencies * Rely on Node.js 18 language features * Other small changes * Upgrade to tap@18 * Develop and test with typescript@5.2 * Rebuild lockfile --------- Co-authored-by: Mark Wubben <mark@novemberborn.net>
Configuration menu - View commit details
-
Copy full SHA for cf0fa4c - Browse repository at this point
Copy the full SHA cf0fa4cView commit details
Commits on Nov 7, 2023
-
Remove ability to select AVA 5 watcher
When I first retained the AVA 5 logic, it was under the assumption AVA 6 would be released in the summer with another breaking release later in the year. It's now autumn, Node.js 16 is end of life, and for now it's just not worth having this logic around. Depending on how well the watcher works I'm not opposed to having it as an experimental "select your watch mode" feature though.
Configuration menu - View commit details
-
Copy full SHA for e07179b - Browse repository at this point
Copy the full SHA e07179bView commit details
Commits on Nov 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6790d50 - Browse repository at this point
Copy the full SHA 6790d50View commit details -
Experimentally expose internal events for custom reporters
Add a new `observeRunsFromConfig` experiment, which allows a test run to be observed by a function installed through an `ava.config.*` file. The function has access to AVA's internal events, which can then be used to report to a file. AVA's internal event structure is not currently covered by any SemVer guarantees, which is why this feature requires the experimental opt-in. Does not currently support watch mode. Only the first run is observed.
Configuration menu - View commit details
-
Copy full SHA for adbfcde - Browse repository at this point
Copy the full SHA adbfcdeView commit details
Commits on Dec 3, 2023
-
Fix external assertions tests for Node.js 21
The assertion message is different, which requires more creativity with the snapshots.
Configuration menu - View commit details
-
Copy full SHA for 0492d32 - Browse repository at this point
Copy the full SHA 0492d32View commit details
Commits on Dec 4, 2023
-
* Clarify why we've posted the Ukraine war CTA and remove the third-party banner * Remove Twitter link It's not the best place to get updates. * Thread isolation, not process (at least by default) * Fix link * Remove outdated comparison with mocha/tape/tap
Configuration menu - View commit details
-
Copy full SHA for cac1d1f - Browse repository at this point
Copy the full SHA cac1d1fView commit details -
Update dependencies & other minor tweaks
* Update dependencies * Ignore snapshot fixture due to churn * Remove errant log * Update GHA actions * Test type definition with TS 5.3 * Select latest LTS in Volta * Remove unnecessary npx invocation * Rebuild lockfile * Work around legacy tap-based tests choking on our tsconfig.json No idea why it's even resolving the config when there are no TypeScript tests to run.
Configuration menu - View commit details
-
Copy full SHA for 88e4333 - Browse repository at this point
Copy the full SHA 88e4333View commit details -
Configuration menu - View commit details
-
Copy full SHA for af5684d - Browse repository at this point
Copy the full SHA af5684dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf7a288 - Browse repository at this point
Copy the full SHA cf7a288View commit details
There are no files selected for viewing