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 v20 - autoclosed #20

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 ^18.0.0 -> ^20.0.0 age adoption passing confidence

Release Notes

jsdom/jsdom ### [`v20.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2000) [Compare Source](https://togithub.com/jsdom/jsdom/compare/19.0.0...20.0.0) - Node.js v14 is now the minimum supported version - Added `crypto.getRandomValues()`. (sjrd) - Added `HTMLFormControlsCollection` and `RadioNodeList`, so `formEl.elements` now behaves correctly. (UndefinedBehavior) - Added the `signal` option to `addEventListener()`. (cheap-glitch) - Fixed the `:root` pseudoclass to work correctly. (hughs-ch) - Updated `parse5`, bringing along some HTML parsing and serialization fixes. (fb55) ### [`v19.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​1900) [Compare Source](https://togithub.com/jsdom/jsdom/compare/18.1.1...19.0.0) - Changed `jsdom.nodeLocation()` to return `undefined` when used on nodes that originate via fragment parsing (e.g., via `innerHTML`). 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 the `Window`'s `load` event to no longer crash. (MattiasBuelens)

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 has been generated by Mend Renovate. View repository job log here.