mozilla-services / screenshots

Firefox Screenshots: the best way to take screenshots on the web.
https://screenshots.firefox.com
Mozilla Public License 2.0
620 stars 128 forks source link

Update dependency jsdom to v13.2.0 #5341

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
jsdom dependencies minor 13.1.0 -> 13.2.0 source

Release Notes

jsdom/jsdom ### [`v13.2.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1320) [Compare Source](https://togithub.com/jsdom/jsdom/compare/13.1.0...13.2.0) - Added support for `MutationObserver`s! (pmdartus) - Added support for XML documents loaded in frames and iframes; previously this would error. - Added the `` element's `value`, `max`, and `position` properties. - Added `navigator.plugins` and `navigator.mimeTypes`. (But, they are always empty.) - Fixed `` elements respond to click events by toggling their parent `
`. - Fixed `` elements to be focusable. - Fixed XML document DOCTYPE parsing to preserve any custom name values. - Fixed XML documents to default to UTF-8, not windows-1252 like HTML documents do. - Fixed all events fired by jsdom to have `isTrusted` set to `true`. - Fixed `DOMParser`-created documents to have their `readyState` set to `"complete"`. - Fixed how nested `
`s get disabled. - Fixed `getComputedStyle()` to throw a sensible exception when passed the wrong argument, instead of one that exposes jsdom internals. - Upgraded our [`saxes`](https://togithub.com/lddubeau/saxes) dependency, so that it now correctly errors on XML fragments like ``.

Renovate configuration

:date: Schedule: "on Sunday" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

renovate[bot] commented 5 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (13.2.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.