Skip to content

versions >= 9.0.6 is a breaking change #286

@zhonig

Description

@zhonig

Hello,

Versions >= 9.0.6 requires Node "18 || 20 || >=22".
For projects relying on semver ranges this will break their installation if they are on Node <18 (ie: Node 16.x).

v9.0.5 uses brace-expansion@^2.0.1
versions >= 9.0.6 uses brace-expansion@^5.0.2

brace-expansion does not support node versions < 18 starting at version 3 (https://github.com/juliangruber/brace-expansion/blob/v3.0.0/package.json#L47-L49)

Can we please revert the breaking changes to maintain backwards compatibility?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions