Developmint / nuxt-purgecss

Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js
MIT License
478 stars 18 forks source link

chore(deps): update dependency jsdom to v14 - autoclosed #37

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 ^13.2.0 -> ^14.1.0 source

Release Notes

jsdom/jsdom ### [`v14.1.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1410) [Compare Source](https://togithub.com/jsdom/jsdom/compare/14.0.0...14.1.0) - Added activation behavior for `` and `` elements whose `href=""` points to a `javascript:` URL or fragment. - Added the `` element's `options` property. - Added the `` element's `list` property. - Added `PageTransitionEvent`, and the firing of `pageshow` events during loading. - Exposed the `External` class as a property of `window`. - Fixed HTML fragment parsing (via `innerHTML` and `outerHTML`) to be spec-compliant. (pmdartus) - Fixed HTML serialization (e.g. via `innerHTML`) breaking after setting certain properties to non-string values. - Fixed how disabling an element would cause its activation behavior to forever be null, even if it were re-enabled. - Fixed all access to attributes to ignore attributes with namespaces, per the spec. - Fixed `