style-resources
style-resources copied to clipboard
chore(deps): update devdependency jsdom to v20
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| jsdom | ^16.7.0 -> ^20.0.0 |
Release Notes
jsdom/jsdom
v20.0.0
- Node.js v14 is now the minimum supported version
- Added
crypto.getRandomValues(). (sjrd) - Added
HTMLFormControlsCollectionandRadioNodeList, soformEl.elementsnow behaves correctly. (UndefinedBehavior) - Added the
signaloption toaddEventListener(). (cheap-glitch) - Fixed the
:rootpseudoclass to work correctly. (hughs-ch) - Updated
parse5, bringing along some HTML parsing and serialization fixes. (fb55)
v19.0.0
- Changed
jsdom.nodeLocation()to returnundefinedwhen used on nodes that originate via fragment parsing (e.g., viainnerHTML). Previously it would return based on the node location of the fragment string, which made node locations unreliable with respect to the original document source. This restores the behavior that was present in v14.0.0, and was accidentally broken in v14.1.0. (bakkot) - Fixed calling
window.close()inside theWindow'sloadevent to no longer crash. (MattiasBuelens)
v18.1.1
- Fixed
connectedCallbackto fire in situations involving document fragments, which was broken in v18.0.1. (GrantGryczan)
v18.1.0
- Fixed
headers.append()andheaders.set()to normalize values. (MattiasBuelens) - Fixed
pageshowevents to havebubbles: trueandcancelable: true. (MattiasBuelens) - Implemented the
reasonproperty onAbortSignals, along with the correspondingreasonargument toabortSignal.abort()andAbortSignal.abort(). (MattiasBuelens)
v18.0.1
- Fixed live
Ranges to update correctly after callingnode.normalize(). (hgiesel) - Fixed live
Ranges to update correctly after removing child nodes. (hgiesel) - Fixed setting
inputEl.valueAsDate = nullto no longer throw an exception, but instead set the value to the empty string. (simon-weimann) - Improved performance of node insertion and
node.contains(). (GrantGryczan)
v18.0.0
Potentially-breaking bug fixes:
- Fixed SSL certificate checking for WebSocket connections. Previously, invalid SSL certificates were always accepted; now, they properly respect the
ResourceLoader'sstrictSSLoption (which defaults totrue). - Changed the global in which almost all
PromiseandTypeErrorinstances are created to be the jsdom global, not the Node.js global. This could affect any code that usesinstanceof.
Other changes:
- Fixed moving an element between HTML and XML documents to reset the
tagNamecache, allowing it to return a lowercase value once it's in the XML document. (LucasLefevre) - Fixed form submission to not happen when the form is invalid. (pozil)
v17.0.0
Breaking change: Node v12 is now the minimum supported version.
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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.