-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: avajs/ava
base: v4.3.3
head repository: avajs/ava
compare: v5.0.0
- 16 commits
- 127 files changed
- 5 contributors
Commits on Jul 10, 2022
-
Parse for line numbers with latest supported ECMA version
This means the supported syntax changes depending on the installed Acorn version, which may change independently of the AVA version since we do not pin the dependency.
Configuration menu - View commit details
-
Copy full SHA for d0af729 - Browse repository at this point
Copy the full SHA d0af729View commit details -
Rely on TypeScript 4.7 and update integration + tests
* Only test against TypeScript 4.7 * Move type definitions to entrypoints/ Only TS 4.7 will resolve them now, but it's cleaner. * Use @sindresorhus/tsconfig * Fix test TypeScript files, make compilable and lintable * Use tsc directly, instead of tsd * Add *.cts versions of type tests * Reorganize type tests * Use tsc directly, avoid npx, print actual version Somehow `npx tsc` was pointing at an older version. Possibly the binstubs are corrupted in CI… somehow.
Configuration menu - View commit details
-
Copy full SHA for 02f4e27 - Browse repository at this point
Copy the full SHA 02f4e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd7f0ed - Browse repository at this point
Copy the full SHA fd7f0edView commit details
Commits on Jul 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f8e30c - Browse repository at this point
Copy the full SHA 6f8e30cView commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d66fc7f - Browse repository at this point
Copy the full SHA d66fc7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 392ab65 - Browse repository at this point
Copy the full SHA 392ab65View commit details
Commits on Aug 25, 2022
-
Handle findSourceMap returning null since Node.js 18.8.0
Co-authored-by: Mark Wubben <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4067b2 - Browse repository at this point
Copy the full SHA f4067b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f7d6e - Browse repository at this point
Copy the full SHA 98f7d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c48c4d - Browse repository at this point
Copy the full SHA 7c48c4dView commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 14061be - Browse repository at this point
Copy the full SHA 14061beView commit details -
Exclude Acorn stack traces from reporter logs. Export types not interfaces.
Configuration menu - View commit details
-
Copy full SHA for 02f626f - Browse repository at this point
Copy the full SHA 02f626fView commit details
Commits on Aug 27, 2022
-
Work around os.cpus() returning an empty array on unsupported platforms
`os.cpus()` can return empty arrays on platforms not officially supported by Node.js. Use 1 as a minimum. See <nodejs/node#38190>. Co-authored-by: Mark Wubben <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b03662 - Browse repository at this point
Copy the full SHA 4b03662View commit details
Commits on Sep 4, 2022
-
Detect process.exit() called from tests
Fixes #861. Co-authored-by: Mark Wubben <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea597d8 - Browse repository at this point
Copy the full SHA ea597d8View commit details -
Count timeouts separately from the timed out tests
This ensures AVA exits with code 1 if any timeout occurs, even if there were no pending tests. Fixes #3098.
Configuration menu - View commit details
-
Copy full SHA for cc10b0c - Browse repository at this point
Copy the full SHA cc10b0cView commit details -
Improve test result accessibility
* Explain diff gutter symbols. Fixes #1558 * Add test result labels. Color covers figure and label, and indicates passed-as-expected vs. not (expected/unexpected fail or unexpected pass). Fixes #2919 * Bold the source line of errors in code excerpts * TAP reporter: Strip ANSI control sequences from error labels * Print assertion error in italics, to better differentiate from the test title. Co-authored-by: Mark Wubben <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 797287a - Browse repository at this point
Copy the full SHA 797287aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d84dbc1 - Browse repository at this point
Copy the full SHA d84dbc1View commit details
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 v4.3.3...v5.0.0