Skip to content

jsdom version restriction is too loose, given the eval hacks #459

@domenic

Description

@domenic

The jsdom version restriction is at "^6.1.0". However, given that you are relying on private jsdom APIs which could change in any patch release, this is not appropriate. Instead you should pin to a specific patch release (e.g. "6.1.0") and only do upgrades after verifying that the private API you are depending on has not been changed. (Or, you should stop poking around jsdom's internals.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions