mochajs/mocha (mocha)
### [`v10.3.0`](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v10.2.0...v10.3.0)
This is a stable release equivalent to [v10.3.0-preminor.0](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0-preminor.0).
#### What's Changed
- Fix deprecated warn gh actions by [@outsideris](https://togithub.com/outsideris) in [https://github.com/mochajs/mocha/pull/4962](https://togithub.com/mochajs/mocha/pull/4962)
- fix [#4837](https://togithub.com/mochajs/mocha/issues/4837) Update glob due to vulnerability in dep by [@jb2311](https://togithub.com/jb2311) in [https://github.com/mochajs/mocha/pull/4970](https://togithub.com/mochajs/mocha/pull/4970)
- Add Node v19 to test matrix by [@juergba](https://togithub.com/juergba) in [https://github.com/mochajs/mocha/pull/4974](https://togithub.com/mochajs/mocha/pull/4974)
- chore: fix the ci by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/mochajs/mocha/pull/5020](https://togithub.com/mochajs/mocha/pull/5020)
- update can-i-use by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/mochajs/mocha/pull/5021](https://togithub.com/mochajs/mocha/pull/5021)
- chore: remove uuid dev dependency by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/mochajs/mocha/pull/5022](https://togithub.com/mochajs/mocha/pull/5022)
- chore: remove nanoid as dependency by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/mochajs/mocha/pull/5024](https://togithub.com/mochajs/mocha/pull/5024)
- chore: remove touch as dev dependency by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/mochajs/mocha/pull/5023](https://togithub.com/mochajs/mocha/pull/5023)
- chore: remove stale workflow by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5029](https://togithub.com/mochajs/mocha/pull/5029)
- docs: fix fragment ID for yargs' "extends" documentation by [@Spencer-Doak](https://togithub.com/Spencer-Doak) in [https://github.com/mochajs/mocha/pull/4918](https://togithub.com/mochajs/mocha/pull/4918)
- docs: use mocha.js instead of mocha in the example run by [@nikolas](https://togithub.com/nikolas) in [https://github.com/mochajs/mocha/pull/4927](https://togithub.com/mochajs/mocha/pull/4927)
- docs: fix jsdoc return type of `titlePath` method by [@F3n67u](https://togithub.com/F3n67u) in [https://github.com/mochajs/mocha/pull/4886](https://togithub.com/mochajs/mocha/pull/4886)
- docs: overhaul contributing and maintenance docs for end-of-year 2023 by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5038](https://togithub.com/mochajs/mocha/pull/5038)
- docs: touchups to labels and a template title post-revamp by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5050](https://togithub.com/mochajs/mocha/pull/5050)
- fix: add alt text to Built with Netlify badge by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5068](https://togithub.com/mochajs/mocha/pull/5068)
- chore: inline nyan reporter's write function by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5056](https://togithub.com/mochajs/mocha/pull/5056)
- chore: remove unnecessary canvas dependency by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5069](https://togithub.com/mochajs/mocha/pull/5069)
#### New Contributors
- [@jb2311](https://togithub.com/jb2311) made their first contribution in [https://github.com/mochajs/mocha/pull/4970](https://togithub.com/mochajs/mocha/pull/4970)
- [@Uzlopak](https://togithub.com/Uzlopak) made their first contribution in [https://github.com/mochajs/mocha/pull/5020](https://togithub.com/mochajs/mocha/pull/5020)
- [@Spencer-Doak](https://togithub.com/Spencer-Doak) made their first contribution in [https://github.com/mochajs/mocha/pull/4918](https://togithub.com/mochajs/mocha/pull/4918)
- [@nikolas](https://togithub.com/nikolas) made their first contribution in [https://github.com/mochajs/mocha/pull/4927](https://togithub.com/mochajs/mocha/pull/4927)
- [@F3n67u](https://togithub.com/F3n67u) made their first contribution in [https://github.com/mochajs/mocha/pull/4886](https://togithub.com/mochajs/mocha/pull/4886)
**Full Changelog**: https://github.com/mochajs/mocha/compare/v10.2.0...v10.3.0
### [`v10.2.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1020--2022-12-11)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v10.1.0...v10.2.0)
#### :tada: Enhancements
- [#4945](https://togithub.com/mochajs/mocha/issues/4945): API: add possibility to decorate ESM name before import ([**@j0tunn**](https://togithub.com/j0tunn))
#### :bug: Fixes
- [#4946](https://togithub.com/mochajs/mocha/issues/4946): Browser: color of failed test icon ([**@kleisauke**](https://togithub.com/kleisauke))
#### :book: Documentation
- [#4944](https://togithub.com/mochajs/mocha/issues/4944): Remove duplicated header ([**@PauloGoncalvesBH**](https://togithub.com/PauloGoncalvesBH))
### [`v10.1.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1010--2022-10-16)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v10.0.0...v10.1.0)
#### :tada: Enhancements
- [#4896](https://togithub.com/mochajs/mocha/issues/4896): Browser: add support for `prefers-color-scheme: dark` ([**@greggman**](https://togithub.com/greggman))
#### :nut_and_bolt: Other
- [#4912](https://togithub.com/mochajs/mocha/issues/4912): Browser: increase contrast for replay buttons ([**@JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg))
- [#4905](https://togithub.com/mochajs/mocha/issues/4905): Use standard `Promise.allSettled` instead of polyfill ([**@outsideris**](https://togithub.com/outsideris))
- [#4899](https://togithub.com/mochajs/mocha/issues/4899): Upgrade official GitHub actions to latest ([**@ddzz**](https://togithub.com/ddzz))
- [#4770](https://togithub.com/mochajs/mocha/issues/4770): Fix regex in function `clean`([**@yetingli**](https://togithub.com/yetingli))
### [`v10.0.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1000--2022-05-01)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.2.2...v10.0.0)
#### :boom: Breaking Changes
- [#4845](https://togithub.com/mochajs/mocha/issues/4845): **Drop Node.js v12.x support** ([**@juergba**](https://togithub.com/juergba))
- [#4848](https://togithub.com/mochajs/mocha/issues/4848): Drop Internet-Explorer-11 support ([**@juergba**](https://togithub.com/juergba))
- [#4857](https://togithub.com/mochajs/mocha/issues/4857): Drop AMD/RequireJS support ([**@juergba**](https://togithub.com/juergba))
- [#4866](https://togithub.com/mochajs/mocha/issues/4866): Drop Growl notification support ([**@juergba**](https://togithub.com/juergba))
- [#4863](https://togithub.com/mochajs/mocha/issues/4863): Rename executable `bin/mocha` to `bin/mocha.js` ([**@juergba**](https://togithub.com/juergba))
- [#4865](https://togithub.com/mochajs/mocha/issues/4865): `--ignore` option in Windows: upgrade Minimatch ([**@juergba**](https://togithub.com/juergba))
- [#4861](https://togithub.com/mochajs/mocha/issues/4861): Remove deprecated `Runner` signature ([**@juergba**](https://togithub.com/juergba))
#### :nut_and_bolt: Other
- [#4878](https://togithub.com/mochajs/mocha/issues/4878): Update production dependencies ([**@juergba**](https://togithub.com/juergba))
- [#4876](https://togithub.com/mochajs/mocha/issues/4876): Add Node.js v18 to CI test matrix ([**@outsideris**](https://togithub.com/outsideris))
- [#4852](https://togithub.com/mochajs/mocha/issues/4852): Replace deprecated `String.prototype.substr()` ([**@CommanderRoot**](https://togithub.com/CommanderRoot))
Also thanks to [**@ea2305**](https://togithub.com/ea2305) and [**@SukkaW**](https://togithub.com/SukkaW) for improvements to our documentation.
Configuration
📅 Schedule: Branch creation - "before 4am" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
9.2.2
->10.3.0
Release Notes
mochajs/mocha (mocha)
### [`v10.3.0`](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.2.0...v10.3.0) This is a stable release equivalent to [v10.3.0-preminor.0](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0-preminor.0). #### What's Changed - Fix deprecated warn gh actions by [@outsideris](https://togithub.com/outsideris) in [https://github.com/mochajs/mocha/pull/4962](https://togithub.com/mochajs/mocha/pull/4962) - fix [#4837](https://togithub.com/mochajs/mocha/issues/4837) Update glob due to vulnerability in dep by [@jb2311](https://togithub.com/jb2311) in [https://github.com/mochajs/mocha/pull/4970](https://togithub.com/mochajs/mocha/pull/4970) - Add Node v19 to test matrix by [@juergba](https://togithub.com/juergba) in [https://github.com/mochajs/mocha/pull/4974](https://togithub.com/mochajs/mocha/pull/4974) - chore: fix the ci by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/mochajs/mocha/pull/5020](https://togithub.com/mochajs/mocha/pull/5020) - update can-i-use by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/mochajs/mocha/pull/5021](https://togithub.com/mochajs/mocha/pull/5021) - chore: remove uuid dev dependency by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/mochajs/mocha/pull/5022](https://togithub.com/mochajs/mocha/pull/5022) - chore: remove nanoid as dependency by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/mochajs/mocha/pull/5024](https://togithub.com/mochajs/mocha/pull/5024) - chore: remove touch as dev dependency by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/mochajs/mocha/pull/5023](https://togithub.com/mochajs/mocha/pull/5023) - chore: remove stale workflow by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5029](https://togithub.com/mochajs/mocha/pull/5029) - docs: fix fragment ID for yargs' "extends" documentation by [@Spencer-Doak](https://togithub.com/Spencer-Doak) in [https://github.com/mochajs/mocha/pull/4918](https://togithub.com/mochajs/mocha/pull/4918) - docs: use mocha.js instead of mocha in the example run by [@nikolas](https://togithub.com/nikolas) in [https://github.com/mochajs/mocha/pull/4927](https://togithub.com/mochajs/mocha/pull/4927) - docs: fix jsdoc return type of `titlePath` method by [@F3n67u](https://togithub.com/F3n67u) in [https://github.com/mochajs/mocha/pull/4886](https://togithub.com/mochajs/mocha/pull/4886) - docs: overhaul contributing and maintenance docs for end-of-year 2023 by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5038](https://togithub.com/mochajs/mocha/pull/5038) - docs: touchups to labels and a template title post-revamp by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5050](https://togithub.com/mochajs/mocha/pull/5050) - fix: add alt text to Built with Netlify badge by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5068](https://togithub.com/mochajs/mocha/pull/5068) - chore: inline nyan reporter's write function by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5056](https://togithub.com/mochajs/mocha/pull/5056) - chore: remove unnecessary canvas dependency by [@JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/mochajs/mocha/pull/5069](https://togithub.com/mochajs/mocha/pull/5069) #### New Contributors - [@jb2311](https://togithub.com/jb2311) made their first contribution in [https://github.com/mochajs/mocha/pull/4970](https://togithub.com/mochajs/mocha/pull/4970) - [@Uzlopak](https://togithub.com/Uzlopak) made their first contribution in [https://github.com/mochajs/mocha/pull/5020](https://togithub.com/mochajs/mocha/pull/5020) - [@Spencer-Doak](https://togithub.com/Spencer-Doak) made their first contribution in [https://github.com/mochajs/mocha/pull/4918](https://togithub.com/mochajs/mocha/pull/4918) - [@nikolas](https://togithub.com/nikolas) made their first contribution in [https://github.com/mochajs/mocha/pull/4927](https://togithub.com/mochajs/mocha/pull/4927) - [@F3n67u](https://togithub.com/F3n67u) made their first contribution in [https://github.com/mochajs/mocha/pull/4886](https://togithub.com/mochajs/mocha/pull/4886) **Full Changelog**: https://github.com/mochajs/mocha/compare/v10.2.0...v10.3.0 ### [`v10.2.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1020--2022-12-11) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.1.0...v10.2.0) #### :tada: Enhancements - [#4945](https://togithub.com/mochajs/mocha/issues/4945): API: add possibility to decorate ESM name before import ([**@j0tunn**](https://togithub.com/j0tunn)) #### :bug: Fixes - [#4946](https://togithub.com/mochajs/mocha/issues/4946): Browser: color of failed test icon ([**@kleisauke**](https://togithub.com/kleisauke)) #### :book: Documentation - [#4944](https://togithub.com/mochajs/mocha/issues/4944): Remove duplicated header ([**@PauloGoncalvesBH**](https://togithub.com/PauloGoncalvesBH)) ### [`v10.1.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1010--2022-10-16) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.0.0...v10.1.0) #### :tada: Enhancements - [#4896](https://togithub.com/mochajs/mocha/issues/4896): Browser: add support for `prefers-color-scheme: dark` ([**@greggman**](https://togithub.com/greggman)) #### :nut_and_bolt: Other - [#4912](https://togithub.com/mochajs/mocha/issues/4912): Browser: increase contrast for replay buttons ([**@JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#4905](https://togithub.com/mochajs/mocha/issues/4905): Use standard `Promise.allSettled` instead of polyfill ([**@outsideris**](https://togithub.com/outsideris)) - [#4899](https://togithub.com/mochajs/mocha/issues/4899): Upgrade official GitHub actions to latest ([**@ddzz**](https://togithub.com/ddzz)) - [#4770](https://togithub.com/mochajs/mocha/issues/4770): Fix regex in function `clean`([**@yetingli**](https://togithub.com/yetingli)) ### [`v10.0.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1000--2022-05-01) [Compare Source](https://togithub.com/mochajs/mocha/compare/v9.2.2...v10.0.0) #### :boom: Breaking Changes - [#4845](https://togithub.com/mochajs/mocha/issues/4845): **Drop Node.js v12.x support** ([**@juergba**](https://togithub.com/juergba)) - [#4848](https://togithub.com/mochajs/mocha/issues/4848): Drop Internet-Explorer-11 support ([**@juergba**](https://togithub.com/juergba)) - [#4857](https://togithub.com/mochajs/mocha/issues/4857): Drop AMD/RequireJS support ([**@juergba**](https://togithub.com/juergba)) - [#4866](https://togithub.com/mochajs/mocha/issues/4866): Drop Growl notification support ([**@juergba**](https://togithub.com/juergba)) - [#4863](https://togithub.com/mochajs/mocha/issues/4863): Rename executable `bin/mocha` to `bin/mocha.js` ([**@juergba**](https://togithub.com/juergba)) - [#4865](https://togithub.com/mochajs/mocha/issues/4865): `--ignore` option in Windows: upgrade Minimatch ([**@juergba**](https://togithub.com/juergba)) - [#4861](https://togithub.com/mochajs/mocha/issues/4861): Remove deprecated `Runner` signature ([**@juergba**](https://togithub.com/juergba)) #### :nut_and_bolt: Other - [#4878](https://togithub.com/mochajs/mocha/issues/4878): Update production dependencies ([**@juergba**](https://togithub.com/juergba)) - [#4876](https://togithub.com/mochajs/mocha/issues/4876): Add Node.js v18 to CI test matrix ([**@outsideris**](https://togithub.com/outsideris)) - [#4852](https://togithub.com/mochajs/mocha/issues/4852): Replace deprecated `String.prototype.substr()` ([**@CommanderRoot**](https://togithub.com/CommanderRoot)) Also thanks to [**@ea2305**](https://togithub.com/ea2305) and [**@SukkaW**](https://togithub.com/SukkaW) for improvements to our documentation.Configuration
📅 Schedule: Branch creation - "before 4am" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.