Open
Description
Feature Request Checklist
- I have read and agree to Mocha's Code of Conduct and Contributing Guidelines
- I have searched for related issues and issues with the
faq
label, but none matched my issue. - I want to provide a PR to resolve this
Overview
Back in #5148 -> #5250, we'd noted:
We can't yet use
glob@11
, as it only supports Node.js 20 up and Mocha 11 still supports Node.js 18.
Filing this issue to track bumping to glob@11
after/when we drop Node.js 18 support.
Suggested Solution
Bumping the version in package.json
once it wouldn't break any consumers on supported Node.js versions.
Alternatives
We could stay on the old version. But it's a pretty important dependency and it'd be nice to not grow more and more out of date over the years (again).
Additional Info
No response