svelte-konva
svelte-konva copied to clipboard
Bump jsdom from 25.0.1 to 26.1.0
Bumps jsdom from 25.0.1 to 26.1.0.
Release notes
Sourced from jsdom's releases.
Version 26.1.0
- Added at least partial support for various SVG elements and their classes:
<defs>(SVGDefsElement),<desc>(SVGDescElement),<g>(SVGGElement),<metadata>(SVGMetadataElement),<switch>(SVGSwitchElement), and<symbol>(SVGSymbolElement).- Added
SVGAnimatedPreserveAspectRatioandSVGAnimatedRect, including support in the reflection layer.- Added the
SVGSVGElementcreateSVGRect()method, and theSVGRecttype (which is distinct fromDOMRect.)- Added indexed property support to
HTMLFormElement.- Updated the
SVGElementviewportElement()method to correctly establish the viewport based on ancestor elements.- Removed the now-bloated
form-datadependency in favor of our own smaller implementation ofmultipart/form-dataserialization. No functional changes are expected.- Various performance improvements, caches, microoptimizations, and deferred object creation.
Version 26.0.0
Breaking change:
canvaspeer 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.
Changelog
Sourced from jsdom's changelog.
26.1.0
- Added at least partial support for various SVG elements and their classes:
<defs>(SVGDefsElement),<desc>(SVGDescElement),<g>(SVGGElement),<metadata>(SVGMetadataElement),<switch>(SVGSwitchElement), and<symbol>(SVGSymbolElement).- Added
SVGAnimatedPreserveAspectRatioandSVGAnimatedRect, including support in the reflection layer.- Added the
SVGSVGElementcreateSVGRect()method, and theSVGRecttype (which is distinct fromDOMRect.)- Added indexed property support to
HTMLFormElement.- Updated the
SVGElementviewportElement()method to correctly establish the viewport based on ancestor elements.- Removed the now-bloated
form-datadependency in favor of our own smaller implementation ofmultipart/form-dataserialization. No functional changes are expected.- Various performance improvements, caches, microoptimizations, and deferred object creation.
26.0.0
Breaking change:
canvaspeer 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.
Commits
1911c80Version 26.1.0ea6e851Add failing script execution order test2be9dcfAdd passing tests for CSS parsing errors9c68fe3Add failing CSS container queries test501b1ccAdd failing CSS cascade layer test1916583Add passing font-face with a data URL parsing testfc2a337Add passing javascript: URL href test91c610dMove to-upstream CSS tests to correct directorya5be813Add failing calc() serialization test326745dAdd passing oklch() serialization test- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)