nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

chore(deps): update devdependency jsdom to v20 - autoclosed #1768

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsdom ^19.0.0 -> ^20.0.3 age adoption passing confidence

Release Notes

jsdom/jsdom ### [`v20.0.3`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2003) [Compare Source](https://togithub.com/jsdom/jsdom/compare/20.0.2...20.0.3) - Updated dependencies, notably `w3c-xmlserializer`, which fixes using `DOMParser` on XML documents containing emoji. ### [`v20.0.2`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2002) [Compare Source](https://togithub.com/jsdom/jsdom/compare/20.0.1...20.0.2) - Fixed `xhr.abort()` to no longer give an exception when the constructed `XMLHttpRequest` was invalid. (whamtet) - Fixed `event.getModifierState()` on `MouseEvent` and `KeyboardEvent` instances to properly consult the `ctrlKey`, `altKey`, `metaKey`, and `shiftKey` properties of the event. (juzerzarif) - Fixed custom element creation to not be affected by any modifications to the `window.customElements` property. (bicknellr) ### [`v20.0.1`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2001) [Compare Source](https://togithub.com/jsdom/jsdom/compare/20.0.0...20.0.1) - Improved the performance of appending `