app
app copied to clipboard
chore(deps-dev): bump jsdom and @types/jsdom
trafficstars
Bumps jsdom and @types/jsdom. These dependencies needed to be updated together.
Updates jsdom from 20.0.2 to 21.1.0
Release notes
Sourced from jsdom's releases.
Version 21.1.0
- Added
x,y,pageX,pageY,offsetX, andoffsetYtoMouseEvent. (jenseng, ViniciusFXavier)- Added support for
unsetwithgetComputedStyle(). (jsnajdr)- Added the
submitterproperty toSubmitEvent. (jenseng)- Fixed
MouseEvent'sscreenXandscreenYto no longer coerce to integers, allowing fractional values. (jenseng)- Fixed
formEl.submit()to not longer firesubmitevents. (jenseng)- Fixed stylesheets to no longer affect the document after their corresponding
<link>is removed. (jsnajdr)- Fixed
pointer-eventsto inherit when used withgetComputedStyle(). (jsnajdr)- Fixed
<script>elements with nosrc=""to no longer fireloadevents. (t1ger2080)- Improved
getComputedStyle()to cache its results, which should make it much faster. (jsnajdr)Version 21.0.0
A potentially-breaking bug fix:
- Fixed the
window,document,location, andtopproperties ofWindowto be non-configurable. (ExE-Boss)Other changes:
- Added support for
<input type=image>submitting forms. (jenseng)- Added the
locationsetter to theWindowobject, which forwards to thelocation.hrefsetter. Setting the URL is still only implemented for fragment navigations, however. (ExE-Boss)- Fixed
defer=""<script>elements that are added afterDOMContentLoadedto execute, instead of being skipped.- Fixed
selectElement.selectedOptionsbeing incorrect whenoptionElement.selectedis set. This was a regression introduced in v20.0.1. Unfortunately this also reverts the performance improvement when appending<option>elements that was introduced then. (eps1lon)- Fixed the
self,locationbar,menubar,personalbar,scrollbars,statusbar,toolbar,frames,parent,external,length, andscreenproperties ofWindowto be replaceable: that is, setting them will override their values, instead of having the new value be ignored. (ExE-Boss)- Fixed a few issues with
JSOM.fromURL()in the browser build of jsdom. (LungZeno)Version 20.0.3
- Updated dependencies, notably
w3c-xmlserializer, which fixes usingDOMParseron XML documents containing emoji.
Changelog
Sourced from jsdom's changelog.
21.1.0
- Added
x,y,pageX,pageY,offsetX, andoffsetYtoMouseEvent. (jenseng, ViniciusFXavier)- Added support for
unsetwithgetComputedStyle(). (jsnajdr)- Added the
submitterproperty toSubmitEvent. (jenseng)- Fixed
MouseEvent'sscreenXandscreenYto no longer coerce to integers, allowing fractional values. (jenseng)- Fixed
formEl.submit()to not longer firesubmitevents. (jenseng)- Fixed stylesheets to no longer affect the document after their corresponding
<link>is removed. (jsnajdr)- Fixed
pointer-eventsto inherit when used withgetComputedStyle(). (jnajdr)- Fixed
<script>elements with nosrc=""to no longer fireloadevents. (t1ger2080)- Improved
getComputedStyle()to cache its results, which should make it much faster. (jsnajdr)21.0.0
A potentially-breaking bug fix:
- Fixed the
window,document,location, andtopproperties ofWindowto be non-configurable. (ExE-Boss)Other changes:
- Added support for
<input type=image>submitting forms. (jenseng)- Added the
locationsetter to theWindowobject, which forwards to thelocation.hrefsetter. Setting the URL is still only implemented for fragment navigations, however. (ExE-Boss)- Fixed
defer=""<script>elements that are added afterDOMContentLoadedto execute, instead of being skipped.- Fixed
selectElement.selectedOptionsbeing incorrect whenoptionElement.selectedis set. This was a regression introduced in v20.0.1. Unfortunately this also reverts the performance improvement when appending<option>elements that was introduced then. (eps1lon)- Fixed the
self,locationbar,menubar,personalbar,scrollbars,statusbar,toolbar,frames,parent,external,length, andscreenproperties ofWindowto be replaceable: that is, setting them will override their values, instead of having the new value be ignored. (ExE-Boss)- Fixed a few issues with
JSOM.fromURL()in the browser build of jsdom. (LungZeno)20.0.3
- Updated dependencies, notably
w3c-xmlserializer, which fixes usingDOMParseron XML documents containing emoji.
Commits
8e3a568Version 21.1.0026ceb5Do not fire "load" on <script> without src=""a5204dfAdd inheritance for pointer-events to getComputedStyle()709f33aCache element styles for getComputedStyle()980c6f6Remove stylesheet from document when <link> is removedecce8bcDon't fire submit event from form.submit()79c351bAdd SubmitEvent's submitter8a43fd5Add support for unset CSS keyword to getComputedStyle()eb82a27Add CSSOM View extensions to MouseEventa7c8545Version 21.0.0- Additional commits viewable in compare view
Updates @types/jsdom from 20.0.1 to 21.1.0
Commits
- See full diff in compare view
You can trigger a rebase of this PR 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 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)