Skip to content

Commit 8339c3d

Browse files
committed
Release v9.0.0
1 parent 92518df commit 8339c3d

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -522,5 +522,7 @@ Maxwell Gerber <[email protected]>
522522
Sebastian Noack <[email protected]>
523523
Christian Bromann <[email protected]>
524524
Alexander Fenster <[email protected]>
525+
MoonSupport <[email protected]>
526+
525527

526528
# Generated by scripts/update-authors.js

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22

33
## :boom: Breaking Changes
44

5-
- #4633: **Drop Node.js v10.x support** (@juergba)
5+
- [#4633](https://github.com/mochajs/mocha/issues/4633): **Drop Node.js v10.x support** ([**@juergba**](https://github.com/juergba))
66

7-
- #4635: `import`-first loading of test files (@giltayar)
7+
- [#4635](https://github.com/mochajs/mocha/issues/4635): `import`-first loading of test files ([**@giltayar**](https://github.com/giltayar))
88

99
**Mocha is going ESM-first!** This means that it will now use ESM `import(test_file)` to load the test files, instead of the CommonJS `require(test_file)`. This is not a problem, as `import` can also load most files that `require` does. In the rare cases where this fails, it will fallback to `require(...)`. This ESM-first approach is the next step in Mocha's ESM migration, and allows ESM loaders to load and transform the test file.
1010

11-
- #4636: Remove deprecated `utils.lookupFiles()` (@juergba)
11+
- [#4636](https://github.com/mochajs/mocha/issues/4636): Remove deprecated `utils.lookupFiles()` ([**@juergba**](https://github.com/juergba))
1212

13-
- #4638: Limit the size of `actual`/`expected` for `diff` generation (@juergba)
13+
- [#4638](https://github.com/mochajs/mocha/issues/4638): Limit the size of `actual`/`expected` for `diff` generation ([**@juergba**](https://github.com/juergba))
1414

15-
- #4389: Refactoring: Consuming log-symbols alternate to code for win32 in reporters/base (@MoonSupport)
15+
- [#4389](https://github.com/mochajs/mocha/issues/4389): Refactoring: Consuming log-symbols alternate to code for win32 in reporters/base ([**@MoonSupport**](https://github.com/MoonSupport))
1616

1717
## :tada: Enhancements
1818

19-
- #4640: Add new option `--dry-run` (@juergba)
19+
- [#4640](https://github.com/mochajs/mocha/issues/4640): Add new option `--dry-run` ([**@juergba**](https://github.com/juergba))
2020

2121
## :bug: Fixes
2222

23-
- #4128: Fix: control stringification of error message (@syeutyu)
23+
- [#4128](https://github.com/mochajs/mocha/issues/4128): Fix: control stringification of error message ([**@syeutyu**](https://github.com/syeutyu))
2424

2525
## :nut_and_bolt: Other
2626

27-
- #4646: Deprecate `Runner(suite: Suite, delay: boolean)` signature (@juergba)
28-
- #4643: Update production dependencies (@juergba)
27+
- [#4646](https://github.com/mochajs/mocha/issues/4646): Deprecate `Runner(suite: Suite, delay: boolean)` signature ([**@juergba**](https://github.com/juergba))
28+
- [#4643](https://github.com/mochajs/mocha/issues/4643): Update production dependencies ([**@juergba**](https://github.com/juergba))
2929

3030
# 8.4.0 / 2021-05-07
3131

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "8.4.0",
3+
"version": "9.0.0",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",

0 commit comments

Comments
 (0)