inirey / whatsapp-bot

this is just a script that I changed from the owner directly Please give a star 🌟
https://sekha.tech
MIT License
43 stars 98 forks source link

Update dependency jsdom to v19 #80

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.6.0 -> ^19.0.0 age adoption passing confidence

Release Notes

jsdom/jsdom ### [`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) ### [`v18.1.1`](https://togithub.com/jsdom/jsdom/blob/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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.

github-actions[bot] commented 2 years ago

This pull request is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 19.x releases. However, if you upgrade to 19.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.