Skip to content

Update peer dependency range #99

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sdotson
Copy link

@sdotson sdotson commented Jun 5, 2025

Addresses: #98 .

Some package managers (including Rush/PNPM) interpret >=9 as "9.0.0 or higher, but only in the 9.x.x range" (i.e., equivalent to ^9.0.0), not "9.0.0 and above forever." This is a quirk of how some tools parse complex semver ranges.

By adding this, pnpm/rush will be able to install mocha-multi and use a mocha version higher than 9.

The mocha major version bump changelogs are below:
10
11

It looks like they're more about dropping support for some earlier Node versions and not things this library relies upon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants