Update dependency mocha to v8.4.0 #25

Merged
jonathan merged 1 commit from renovate/mocha-8.x-lockfile into main 2025-06-12 22:17:04 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
mocha (source) devDependencies minor 8.2.1 -> 8.4.0

Release Notes

mochajs/mocha (mocha)

v8.4.0

Compare Source

🎉 Enhancements
🐛 Fixes
📖 Documentation

Also thanks to @​outsideris for various improvements on our GH actions workflows.

v8.3.2

Compare Source

🐛 Fixes
📖 Documentation

v8.3.1

Compare Source

🐛 Fixes

v8.3.0

Compare Source

🎉 Enhancements
🐛 Fixes
📖 Documentation
🔩 Other

Also thanks to @​outsideris and @​HyunSangHan for various fixes to our website and documentation.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://github.com/mochajs/mocha)) | devDependencies | minor | [`8.2.1` -> `8.4.0`](https://renovatebot.com/diffs/npm/mocha/8.2.1/8.4.0) | --- ### Release Notes <details> <summary>mochajs/mocha (mocha)</summary> ### [`v8.4.0`](https://github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#840--2021-05-07) [Compare Source](https://github.com/mochajs/mocha/compare/v8.3.2...v8.4.0) ##### :tada: Enhancements - [#&#8203;4502](https://github.com/mochajs/mocha/issues/4502): CLI file parsing errors now have error codes ([**@&#8203;evaline-ju**](https://github.com/evaline-ju)) ##### :bug: Fixes - [#&#8203;4614](https://github.com/mochajs/mocha/issues/4614): Watch: fix crash when reloading files ([**@&#8203;outsideris**](https://github.com/outsideris)) ##### :book: Documentation - [#&#8203;4630](https://github.com/mochajs/mocha/issues/4630): Add `options.require` to Mocha constructor for `root hook` plugins on parallel runs ([**@&#8203;juergba**](https://github.com/juergba)) - [#&#8203;4617](https://github.com/mochajs/mocha/issues/4617): Dynamically generating tests with `top-level await` and ESM test files ([**@&#8203;juergba**](https://github.com/juergba)) - [#&#8203;4608](https://github.com/mochajs/mocha/issues/4608): Update default file extensions ([**@&#8203;outsideris**](https://github.com/outsideris)) Also thanks to [**@&#8203;outsideris**](https://github.com/outsideris) for various improvements on our GH actions workflows. ### [`v8.3.2`](https://github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#832--2021-03-12) [Compare Source](https://github.com/mochajs/mocha/compare/v8.3.1...v8.3.2) ##### :bug: Fixes - [#&#8203;4599](https://github.com/mochajs/mocha/issues/4599): Fix regression in `require` interface ([**@&#8203;alexander-fenster**](https://github.com/alexander-fenster)) ##### :book: Documentation - [#&#8203;4601](https://github.com/mochajs/mocha/issues/4601): Add build to GH actions run ([**@&#8203;christian-bromann**](https://github.com/christian-bromann)) - [#&#8203;4596](https://github.com/mochajs/mocha/issues/4596): Filter active sponsors/backers ([**@&#8203;juergba**](https://github.com/juergba)) - [#&#8203;4225](https://github.com/mochajs/mocha/issues/4225): Update config file examples ([**@&#8203;pkuczynski**](https://github.com/pkuczynski)) ### [`v8.3.1`](https://github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#831--2021-03-06) [Compare Source](https://github.com/mochajs/mocha/compare/v8.3.0...v8.3.1) ##### :bug: Fixes - [#&#8203;4577](https://github.com/mochajs/mocha/issues/4577): Browser: fix `EvalError` caused by regenerator-runtime ([**@&#8203;snoack**](https://github.com/snoack)) - [#&#8203;4574](https://github.com/mochajs/mocha/issues/4574): ESM: allow `import` from mocha in parallel mode ([**@&#8203;nicojs**](https://github.com/nicojs)) ### [`v8.3.0`](https://github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#830--2021-02-11) [Compare Source](https://github.com/mochajs/mocha/compare/v8.2.1...v8.3.0) ##### :tada: Enhancements - [#&#8203;4506](https://github.com/mochajs/mocha/issues/4506): Add error code for test timeout errors ([**@&#8203;boneskull**](https://github.com/boneskull)) - [#&#8203;4112](https://github.com/mochajs/mocha/issues/4112): Add BigInt support to stringify util function ([**@&#8203;JosejeSinohui**](https://github.com/JosejeSinohui)) ##### :bug: Fixes - [#&#8203;4557](https://github.com/mochajs/mocha/issues/4557): Add file location when SyntaxError happens in ESM ([**@&#8203;giltayar**](https://github.com/giltayar)) - [#&#8203;4521](https://github.com/mochajs/mocha/issues/4521): Fix `require` error when bundling Mocha with Webpack ([**@&#8203;devhazem**](https://github.com/devhazem)) ##### :book: Documentation - [#&#8203;4507](https://github.com/mochajs/mocha/issues/4507): Add support for typescript-style docstrings ([**@&#8203;boneskull**](https://github.com/boneskull)) - [#&#8203;4503](https://github.com/mochajs/mocha/issues/4503): Add GH Actions workflow status badge ([**@&#8203;outsideris**](https://github.com/outsideris)) - [#&#8203;4494](https://github.com/mochajs/mocha/issues/4494): Add example of generating tests dynamically with a closure ([**@&#8203;maxwellgerber**](https://github.com/maxwellgerber)) ##### :nut_and_bolt: Other - [#&#8203;4556](https://github.com/mochajs/mocha/issues/4556): Upgrade all dependencies to latest stable ([**@&#8203;AviVahl**](https://github.com/AviVahl)) - [#&#8203;4543](https://github.com/mochajs/mocha/issues/4543): Update dependencies yargs and yargs-parser ([**@&#8203;juergba**](https://github.com/juergba)) Also thanks to [**@&#8203;outsideris**](https://github.com/outsideris) and [**@&#8203;HyunSangHan**](https://github.com/HyunSangHan) for various fixes to our website and documentation. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MS4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-06-12 22:05:11 +00:00
Update dependency mocha to v8.4.0
All checks were successful
ci / build-image (pull_request) Successful in 4m17s
ci / test-image (pull_request) Successful in 7s
ci / build-image (push) Successful in 5s
ci / test-image (push) Successful in 6s
6b374d3813
jonathan merged commit 6b374d3813 into main 2025-06-12 22:17:04 +00:00
jonathan deleted branch renovate/mocha-8.x-lockfile 2025-06-12 22:17:04 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jonathan/combine.fm#25
No description provided.