All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.0.0 (2024-02-16)
3.3.2 (2023-11-16)
Note: Version bump only for package @strv/eslint-config-mocha
3.3.1 (2023-07-11)
Note: Version bump only for package @strv/eslint-config-mocha
3.3.0 (2023-07-06)
- upgrade eslint-plugin-mocha to v10.1.0 (016a1d8)
3.2.0 (2022-07-18)
- upgrade all deps 💣 (cd77c39)
3.1.0 (2022-03-23)
- rule: support ESLint v8, many new rules 🎉 (aaf5708)
3.0.0 (2021-09-07)
Note: Version bump only for package @strv/eslint-config-mocha
3.0.0-alpha.5 (2021-09-07)
- rule: use correct semver ranges for engines.node 🤦♂️ (5f1737f)
- repo: All packages must now be used with a minimum of Node.js 14 or 16.
- deps: Most dependencies have been upgraded to a newer major version. Most of the time these upgrades dropped support for old Node.js versions.
3.0.0-alpha.4 (2021-05-05)
Note: Version bump only for package @strv/eslint-config-mocha
3.0.0-alpha.3 (2021-03-27)
Note: Version bump only for package @strv/eslint-config-mocha
3.0.0-alpha.2 (2020-10-09)
Note: Version bump only for package @strv/eslint-config-mocha
3.0.0-alpha.1 (2020-10-09)
Note: Version bump only for package @strv/eslint-config-mocha
3.0.0-alpha.0 (2020-10-09)
- eslint-mocha: upgrade eslint-plugin-mocha to v8 (e554e82)
- eslint-mocha: eslint-plugin-mocha now requires ESLint v7 or newer. See https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md#breaking-changes-1
2.2.1 (2020-02-11)
Note: Version bump only for package @strv/eslint-config-mocha
2.2.0 (2020-02-07)
- eslint-mocha: upgrade eslint-plugin-mocha to 6.2 (55b0aba)
2.1.1 (2019-08-27)
- eslint-mocha: disable max-classes-per-file for test files (a932365)
- eslint-mocha: use correct reference for mocha/no-return-from-async (35a0aff)
2.1.0 (2019-08-24)
- eslint-mocha: disable import/no-unused-modules rule for tests (73185a6)
- eslint-mocha: enable no-return-from-async rule (0b442a6)
2.0.0 (2019-06-22)
- drop support for Node.js 6 & 8 (4add1ff)
- explicitly mark configs as ESLint v6 compatible 🎉 (017d975)
- From now on, all ESLint plugins will only work on projects running Node.js 10 and above and the linter itself must be run using Node.js 10 and above.
1.1.3 (2019-04-30)
Note: Version bump only for package @strv/eslint-config-mocha
1.1.2 (2019-04-09)
Note: Version bump only for package @strv/eslint-config-mocha
1.1.1 (2019-04-05)
- eslint-mocha: use correct rule name for no-async-describe 🤦♂️ (bd5a4e3)
1.1.0 (2019-03-07)
- eslint-mocha: add no-async-describe (3a0036a)
1.0.0 (2019-03-04)
Note: Version bump only for package @strv/eslint-config-mocha
0.1.1-alpha.1 (2019-02-08)
- fix property access in the base's globs module (8cc22fd)