-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Open
Labels
Description
🚀 Feature Proposal
- The [email protected] has dependency jsdom@^20.0.0. The jsdom has next deprecated dependencies:
- 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.
rocambille, maddieholtzer, it11ah1, eldardada, tim-fabian and 14 more