|
| 1 | +## 11.0.0 (April 26, 2025) |
| 2 | + |
| 3 | +### Breaking Changes |
| 4 | + |
| 5 | +* Rename *-description rules to *-title ([#369](https://github.com/lo1tuma/eslint-plugin-mocha/pull/369)) |
| 6 | +* Rename no-async-describe to no-async-suite ([#368](https://github.com/lo1tuma/eslint-plugin-mocha/pull/368)) |
| 7 | +* Drop support for commonjs in no-exports rule ([#366](https://github.com/lo1tuma/eslint-plugin-mocha/pull/366)) |
| 8 | +* Implement new resolve algorithm ([#365](https://github.com/lo1tuma/eslint-plugin-mocha/pull/365)) |
| 9 | +* Switch to ESM ([#362](https://github.com/lo1tuma/eslint-plugin-mocha/pull/362)) |
| 10 | +* Stop supporting ESLint versions < 9 ([#359](https://github.com/lo1tuma/eslint-plugin-mocha/pull/359)) |
| 11 | +* Remove support for node v14, v16 and v18 ([#345](https://github.com/lo1tuma/eslint-plugin-mocha/pull/345)) |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +* Implement new rule consistent-interface ([#367](https://github.com/lo1tuma/eslint-plugin-mocha/pull/367)) |
| 16 | + |
| 17 | +### Enhancements |
| 18 | + |
| 19 | +* Add name to flat configs ([#356](https://github.com/lo1tuma/eslint-plugin-mocha/pull/356)) |
| 20 | + |
| 21 | +### Dependency Upgrades |
| 22 | + |
| 23 | +* Update dependencies ([#371](https://github.com/lo1tuma/eslint-plugin-mocha/pull/371)) |
| 24 | +* Update all dependencies ([#360](https://github.com/lo1tuma/eslint-plugin-mocha/pull/360)) |
| 25 | + |
| 26 | +### Code Refactoring |
| 27 | + |
| 28 | +* Migrate codebase to typescript ([#372](https://github.com/lo1tuma/eslint-plugin-mocha/pull/372)) |
| 29 | +* Replace nyc with c8 for collecting coverage information ([#361](https://github.com/lo1tuma/eslint-plugin-mocha/pull/361)) |
| 30 | +* Use @eslint-community/eslint-utils instead of unmaintained eslint-utils ([#358](https://github.com/lo1tuma/eslint-plugin-mocha/pull/358)) |
| 31 | +* Use node builtin assert instead of chai ([#357](https://github.com/lo1tuma/eslint-plugin-mocha/pull/357)) |
| 32 | + |
| 33 | +### Build-Related |
| 34 | + |
| 35 | +* Use packtory as a release tool ([#374](https://github.com/lo1tuma/eslint-plugin-mocha/pull/374)) |
| 36 | +* Update CI matrix to use latest node versions ([#370](https://github.com/lo1tuma/eslint-plugin-mocha/pull/370)) |
| 37 | + |
1 | 38 | ## 10.4.0 (March 7, 2024)
|
2 | 39 |
|
3 | 40 | ### Features
|
|
0 commit comments