-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(deps-dev): bump jsdom from 21.1.2 to 28.1.0 #19428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -126,7 +126,7 @@ | |
| "downlevel-dts": "~0.11.0", | ||
| "es-check": "^7.2.1", | ||
| "eslint": "8.57.0", | ||
| "jsdom": "^21.1.2", | ||
| "jsdom": "^28.1.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed
|
||
| "nx": "22.5.0", | ||
| "madge": "8.0.0", | ||
| "nodemon": "^3.1.10", | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outdated
@types/jsdomincompatible with jsdom 28Medium Severity
The
jsdomdependency is bumped to^28.1.0but@types/jsdomremains at^21.1.6. The compatible types package for jsdom 28 is@types/jsdom@27.0.0. This version mismatch means the TypeScript type definitions won't reflect the actual jsdom 28 API, particularly the overhauled resource loading options and other breaking changes across seven major versions.Additional Locations (1)
package.json#L128-L129