Update dependency jsdom to ^15.1.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
jsdom | devDependencies | minor | ^15.1.1 | source |
Release Notes
jsdom/jsdom
v15.1.1
- Moved the
nonce
property fromHTMLScriptElement
andHTMLStyleElement
toHTMLElement
. Note that it is still just a simple reflection of the attribute, and has not been updated for the rest of the changes in whatwg/html#2373. - Fixed the
style
andon<event>
properties to properly track their related attributes for SVG elements. (kbruneel) - Fixed
XMLHttpRequest
merging preflight and response headers. (thiagohirata) - Fixed
XMLHttpRequest
reserializingcontent-type
request headers unnecessarily. See whatwg/mimesniff#84 for more details. (thiagohirata) - Fixed
element.tagName
to be the ASCII uppercase of the element's qualified name, instead of the Unicode uppercase.
v15.1.0
- Added the
Headers
class from the Fetch standard. - Added the
element.translate
getter and setter. - Fixed synchronous
XMLHttpRequest
on the newly-released Node.js v12. - Fixed
form.elements
to exclude<input type="image">
elements. - Fixed event path iteration in shadow DOM cases, following spec fixes at whatwg/dom#686 and whatwg/dom#750.
- Fixed
pattern=""
form control validation to apply the given regular expression to the whole string. (kontomondo)
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.