Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.6.1
->11.12.0
Release Notes
jsdom/jsdom (jsdom)
v11.12.0
Compare Source
window.localStorage
,window.sessionStorage
, andStorageEvent
support. These are currently only stored in-memory; file an issue if you need persistent (on-disk) storage capability so we can discuss adding that. This feature includes the newstorageQuota
option for controlling how much can be stored.element.closest()
. (caub)hashchange
andpopstate
events to no longer bubble, per a specification update.cssstyle
to v1.0.0, bringing along various fixes to our CSS parser and object model. (eddies)nwsapi
to v2.0.7, bringing along various fixes to our selector engine.v11.11.0
Compare Source
node.getRootNode()
. (FrecksterGIT)label.control
. (FrecksterGIT)el.labels
for form control elements. (FrecksterGIT)contentType
ofDocument
s created through<iframe>
s.contentType
andorigin
ofDocument
s created throughdocument.implementation.createDocument()
.sourceEl.srcset
to return the value of thesrcset=""
attribute, instead of thecite=""
attribute.node.normalize()
to not modify non-Text
nodes. (lddubeau)cssstyle
to v0.3.1, bringing along various fixes to our CSS parser and object model. (jsakas)whatwg-url
to v6.4.1, fixing the interaction ofURL
'shref
andsearchParams
properties.nwsmatcher
tonwsapi
, bringing along extensive fixes, performance improvements, and additional selector support.v11.10.0
Compare Source
event.srcElement
andevent.returnValue
.XMLHttpRequest
to correctly set the User-Agent header, and set it on CORS preflight requests. (BehindTheMath)v11.9.0
Compare Source
node.lookupPrefix()
,node.lookupNamespaceURI()
andnode.isDefaultNamespace()
.Document
s; previously it would not clone all of the appropriate state, and would sometimes add an extra document type node.textContent
andnodeValue
properties.canvas.toBlob()
to properly pass through the JPEG quality argument, instead of always passing zero tonode-canvas
. (challakoushik)v11.8.0
Compare Source
willValidate
,validity
,validationMessage
,checkValidity()
,reportValidity()
, andsetCustomValidity()
, onHTMLButtonElement
,HTMLFieldSetElement
,HTMLFormElement
,HTMLInputElement
,HTMLObjectElement
,HTMLOutputElement
,HTMLSelectElement
, andHTMLTextAreaElement
. (kontomondo)getElementById()
toDocumentFragment
.v11.7.0
Compare Source
DOMTokenList
'sreplace()
method, per the recent spec addition.FileReader
'sreadAsBinaryString()
method, as it has been added back to the specification.Window
, instead of onWindow.prototype
. (Fetz)<img>
element'ssrc=""
attribute. (atsikov)abort
events onAbortSignal
s to have theirisTrusted
set to true.XMLHttpRequest
'sopen()
method.data:
URL parsing throughout jsdom, by using the newwhatwg-mimetype
anddata-urls
packages..webidl
files that were included in the npm package.v11.6.2
Compare Source
<style>
elements, where they would omit a series of parsingjsdomError
events for any style sheet text containing spaces.<style>
and<script>
elements are evaluated; for example,<script>
elements inserted byinnerHTML
are no longer evaluated.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.