You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
498: Bump jsdom from 18.1.1 to 19.0.0 r=bidoubiwa a=dependabot[bot]
Bumps [jsdom](https://github.com/jsdom/jsdom) from 18.1.1 to 19.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p>
<blockquote>
<h2>Version 19.0.0</h2>
<ul>
<li>Changed <code>jsdom.nodeLocation()</code> to return <code>undefined</code> when used on nodes that originate via fragment parsing (e.g., via <code>innerHTML</code>). 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)</li>
<li>Fixed calling <code>window.close()</code> inside the <code>Window</code>'s <code>load</code> event to no longer crash. (MattiasBuelens)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/master/Changelog.md">jsdom's changelog</a>.</em></p>
<blockquote>
<h2>19.0.0</h2>
<ul>
<li>Changed <code>jsdom.nodeLocation()</code> to return <code>undefined</code> when used on nodes that originate via fragment parsing (e.g., via <code>innerHTML</code>). 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)</li>
<li>Fixed calling <code>window.close()</code> inside the <code>Window</code>'s <code>load</code> event to no longer crash. (MattiasBuelens)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jsdom/jsdom/commit/a604d67995fe5b2b1ce73090d347c23eeed011eb"><code>a604d67</code></a> Version 19.0.0</li>
<li><a href="https://github.com/jsdom/jsdom/commit/e46f76f7e311447213a3a3be1526db3d53028ee5"><code>e46f76f</code></a> Fix crash when calling window.close() inside load event listener</li>
<li><a href="https://github.com/jsdom/jsdom/commit/f9de3fd8c622f810a9c3bc5efde3e5ec43c1a99e"><code>f9de3fd</code></a> Do not track location information for fragment-parsed nodes</li>
<li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/18.1.1...19.0.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0 commit comments