Releases: mochajs/mocha
Releases · mochajs/mocha
v10.3.0
This is a stable release equivalent to v10.3.0-preminor.0.
What's Changed
- Fix deprecated warn gh actions by @outsideris in #4962
- fix #4837 Update glob due to vulnerability in dep by @jb2311 in #4970
- Add Node v19 to test matrix by @juergba in #4974
- chore: fix the ci by @Uzlopak in #5020
- update can-i-use by @Uzlopak in #5021
- chore: remove uuid dev dependency by @Uzlopak in #5022
- chore: remove nanoid as dependency by @Uzlopak in #5024
- chore: remove touch as dev dependency by @Uzlopak in #5023
- chore: remove stale workflow by @JoshuaKGoldberg in #5029
- docs: fix fragment ID for yargs' "extends" documentation by @Spencer-Doak in #4918
- docs: use mocha.js instead of mocha in the example run by @nikolas in #4927
- docs: fix jsdoc return type of
titlePath
method by @F3n67u in #4886 - docs: overhaul contributing and maintenance docs for end-of-year 2023 by @JoshuaKGoldberg in #5038
- docs: touchups to labels and a template title post-revamp by @JoshuaKGoldberg in #5050
- fix: add alt text to Built with Netlify badge by @JoshuaKGoldberg in #5068
- chore: inline nyan reporter's write function by @JoshuaKGoldberg in #5056
- chore: remove unnecessary canvas dependency by @JoshuaKGoldberg in #5069
New Contributors
- @jb2311 made their first contribution in #4970
- @Uzlopak made their first contribution in #5020
- @Spencer-Doak made their first contribution in #4918
- @nikolas made their first contribution in #4927
- @F3n67u made their first contribution in #4886
Full Changelog: v10.2.0...v10.3.0
v10.3.0-preminor.0
A test release tagged with next
on npm, to test that we can do releases at all. See #5081 for context.
What's Changed
- Fix deprecated warn gh actions by @outsideris in #4962
- fix #4837 Update glob due to vulnerability in dep by @jb2311 in #4970
- Add Node v19 to test matrix by @juergba in #4974
- chore: fix the ci by @Uzlopak in #5020
- update can-i-use by @Uzlopak in #5021
- chore: remove uuid dev dependency by @Uzlopak in #5022
- chore: remove nanoid as dependency by @Uzlopak in #5024
- chore: remove touch as dev dependency by @Uzlopak in #5023
- chore: remove stale workflow by @JoshuaKGoldberg in #5029
- docs: fix fragment ID for yargs' "extends" documentation by @Spencer-Doak in #4918
- docs: use mocha.js instead of mocha in the example run by @nikolas in #4927
- docs: fix jsdoc return type of
titlePath
method by @F3n67u in #4886 - docs: overhaul contributing and maintenance docs for end-of-year 2023 by @JoshuaKGoldberg in #5038
- docs: touchups to labels and a template title post-revamp by @JoshuaKGoldberg in #5050
- fix: add alt text to Built with Netlify badge by @JoshuaKGoldberg in #5068
- chore: inline nyan reporter's write function by @JoshuaKGoldberg in #5056
- chore: remove unnecessary canvas dependency by @JoshuaKGoldberg in #5069
New Contributors
- @jb2311 made their first contribution in #4970
- @Uzlopak made their first contribution in #5020
- @Spencer-Doak made their first contribution in #4918
- @nikolas made their first contribution in #4927
- @F3n67u made their first contribution in #4886
Full Changelog: v10.2.0...v10.3.0-preminor.0
v10.2.0
10.2.0 / 2022-12-11
🎉 Enhancements
🐛 Fixes
- #4946: Browser: color of failed test icon (@kleisauke)
📖 Documentation
- #4944: Remove duplicated header (@PauloGoncalvesBH)
v10.1.0
10.1.0 / 2022-10-16
🎉 Enhancements
🔩 Other
- #4912: Browser: increase contrast for replay buttons (@JoshuaKGoldberg)
- #4905: Use standard
Promise.allSettled
instead of polyfill (@outsideris) - #4899: Upgrade official GitHub actions to latest (@ddzz)
- #4770: Fix regex in function
clean
(@yetingli)
v10.0.0
10.0.0 / 2022-05-01
💥 Breaking Changes
-
#4863: Rename executable
bin/mocha
tobin/mocha.js
(@juergba) -
#4865:
--ignore
option in Windows: upgrade Minimatch (@juergba)
🔩 Other
-
#4876: Add Node.js v18 to CI test matrix (@outsideris)
-
#4852: Replace deprecated
String.prototype.substr()
(@CommanderRoot)
Also thanks to @ea2305 and @SukkaW for improvements to our documentation.
v9.2.2
v9.2.1
v9.2.0
v9.1.4
9.1.4 / 2022-01-14
Please also note our announcements.
🐛 Fixes
🔩 Other
- #4777: Add Node v17 to CI test matrix (@outsideris)
v9.1.3
9.1.3 / 2021-10-15
Please also note our announcements.
🐛 Fixes
🔩 Other
- #4764: Revert deprecation of
EVENT_SUITE_ADD_*
events (@beatfactor)