Skip to content

Comments

Update peer dependency range#99

Open
sdotson wants to merge 1 commit intoglenjamin:masterfrom
sdotson:update-peer-deps
Open

Update peer dependency range#99
sdotson wants to merge 1 commit intoglenjamin:masterfrom
sdotson:update-peer-deps

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