Skip to content

[Feature]: Deprecated dependencies in jest #15537

@GennadiyK

Description

@GennadiyK

🚀 Feature Proposal

  1. The [email protected] has dependency jsdom@^20.0.0. The jsdom has next deprecated dependencies:
  2. The jest@^29.7.0 -> jest-cli@^29.7.0 -> jest-config@^29.7.0 -> glob@^7.1.3. The glob@^7.1.3 is deprecated.

Motivation

  • Deprecated packages no longer receive security updates.
  • Updating jest-environment-jsdom to a version that removes abab ensures long-term stability.
  • Updating jest-configt to a version that has updated glob ensures long-term stability.

Example

No response

Pitch

The jest-environment-jsdom depends on jsdom@^20.0.0, which includes the deprecated abab package.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions