We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
faq
Mocha currently depends an older major version of workerpool:
workerpool
mocha/package.json
Line 113 in 5cf2b09
[email protected] is the latest. It'd be nice to bump to that, so users aren't stuck on a dep that's many major versions behind.
[email protected]
This isn't critical and I don't think we need to do it. But it's nice ecosystem cleanup in general.
I don't know of popular alternatives to workerpool and haven't looked for them.
workerpool@9 still supports Node.js versions older than Mocha's minimums, so I don't think that'd be a blocker.
workerpool@9
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Request Checklist
faq
label, but none matched my issue.Overview
Mocha currently depends an older major version of
workerpool
:mocha/package.json
Line 113 in 5cf2b09
Suggested Solution
[email protected]
is the latest. It'd be nice to bump to that, so users aren't stuck on a dep that's many major versions behind.Alternatives
This isn't critical and I don't think we need to do it. But it's nice ecosystem cleanup in general.
I don't know of popular alternatives to
workerpool
and haven't looked for them.Additional Info
workerpool@9
still supports Node.js versions older than Mocha's minimums, so I don't think that'd be a blocker.The text was updated successfully, but these errors were encountered: