Update dependency jsdom to v26 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| jsdom | devDependencies | major | 25.0.1 -> 26.0.0 |
Release Notes
jsdom/jsdom (jsdom)
v26.0.0
Breaking change: canvas peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)
Other changes:
- Added
AbortSignal.any(). (jdbevan) - Added initial support for form-associated custom elements, in particular making them labelable and supporting the
ElementInternalslabelsproperty. The form-associated callbacks are not yet supported. (hesxenon) - Updated
whatwg-url, adding support forURL.parse(). - Updated
cssstyleandrrweb-cssom, to improve CSS parsing capabilities. - Updated
nwsapi, improving CSS selector matching. - Updated
parse5, fixing a bug around<noframes>elements and HTML entity decoding. - Fixed
JSDOM.fromURL()to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.