amilajack / popcorn-time-desktop

🍿 🕐 🎞 A Modern Popcorn Time Client
MIT License
468 stars 109 forks source link

chore(deps): update dependency jsdom to v13 - autoclosed #436

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 devDependencies major ^12.0.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 ``. ### [`v13.1.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1310) [Compare Source](https://togithub.com/jsdom/jsdom/compare/13.0.0...13.1.0) - Added `el.insertAdjacentElement()` and `el.insertAdjacentText()`. - Added the firing of a cancelable `"reset"` event to `form.reset()`. (epfremmer) - Added the `type`, `value`, and `defaultValue` properties to `` elements, including their form reset behavior. (epfremmer) - Added the `outputEl.htmlFor` property. - Fixed the performance of parsing large text nodes, particularly noticeable for large inline `