next-theme / hexo-optimize

🚩 A Hexo plugin that optimize the pages loading speed, written in Rust
MIT License
13 stars 2 forks source link

Update dependency jsdom to v18 #14

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsdom ^16.4.0 -> ^18.0.0 age adoption passing confidence

Release Notes

jsdom/jsdom ### [`v18.1.1`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1811) [Compare Source](https://togithub.com/jsdom/jsdom/compare/18.1.0...18.1.1) - Fixed `connectedCallback` to fire in situations involving document fragments, which was broken in v18.0.1. (GrantGryczan) ### [`v18.1.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1810) [Compare Source](https://togithub.com/jsdom/jsdom/compare/18.0.1...18.1.0) - Fixed `headers.append()` and `headers.set()` to normalize values. (MattiasBuelens) - Fixed `pageshow` events to have `bubbles: true` and `cancelable: true`. (MattiasBuelens) - Implemented the `reason` property on `AbortSignal`s, along with the corresponding `reason` argument to `abortSignal.abort()` and `AbortSignal.abort()`. (MattiasBuelens) ### [`v18.0.1`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1801) [Compare Source](https://togithub.com/jsdom/jsdom/compare/18.0.0...18.0.1) - Fixed live `Range`s to update correctly after calling `node.normalize()`. (hgiesel) - Fixed live `Range`s to update correctly after removing child nodes. (hgiesel) - Fixed setting `inputEl.valueAsDate = null` to 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`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1800) [Compare Source](https://togithub.com/jsdom/jsdom/compare/17.0.0...18.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`'s `strictSSL` option (which defaults to `true`). - Changed the global in which almost all `Promise` and `TypeError` instances are created to be the jsdom global, not the Node.js global. This could affect any code that uses `instanceof`. Other changes: - Fixed moving an element between HTML and XML documents to reset the `tagName` cache, 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`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1700) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.7.0...17.0.0) Breaking change: Node v12 is now the minimum supported version.

Configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.