build(deps): bump happy-dom from 14.12.3 to 15.11.7
dependencies
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.12.3 to 15.11.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/capricorn86/happy-dom/releases">happy-dom's releases</a>.</em></p>
<blockquote>
<h2>v15.11.7</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Allow for an URL to be a string or an URL object in <code>History.pushState()</code> and <code>History.replaceState()</code> - By <strong><a href="https://github.com/sohailalam2"><code>@sohailalam2</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1621">#1621</a></li>
</ul>
<h2>v15.11.6</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Adds support for <code>window.TextEncoder</code> and <code>window.TextDecoder</code> - By <strong><a href="https://github.com/iradonov"><code>@iradonov</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1611">#1611</a></li>
</ul>
<h2>v15.11.5</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li><code>HTMLSelectElement</code> should not dispatch "change" event when changing value or index - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1603">#1603</a></li>
</ul>
<h2>v15.11.4</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Strings should be converted into numbers in setters for <code>HTMLMeterElement</code> and <code>HTMLProgressElement</code> - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1601">#1601</a></li>
</ul>
<h2>v15.11.3</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Consider null as empty string in the setter for <code>HTMLInputElement.value</code> - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1604">#1604</a></li>
</ul>
<h2>v15.11.2</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Fixes bug where pseudo selectors without an ending parentheses threw an in invalid selector error - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1558">#1558</a></li>
<li>Fixes bug where it was not possible to use the characters ":" and "\" in attribute selectors - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1561">#1561</a></li>
</ul>
<h2>v15.11.1</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Fixes bug where <code>Document.activeElement</code> is set to the wrong target when triggering <code>HTMLSelectElement.focus()</code> - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1592">#1592</a>
<ul>
<li><code>HTMLSelectElement</code> is a <code>Proxy</code> since v15 and <code>focus()</code> was setting the target of the <code>Proxy</code> as the active element, but should set the <code>Proxy</code></li>
</ul>
</li>
</ul>
<h2>v15.11.0</h2>
<h3>:art: Features</h3>
<ul>
<li>Adds support for the <code>:disabled</code> pseudo-class in CSS and query selectors - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1159">#1159</a></li>
</ul>
<h2>v15.10.8</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Validate that object is of type <code>Blob</code> in <code>FileReader.readAsArrayBuffer()</code>, <code>FileReader.readAsBinaryString()</code>, <code>FileReader.readAsDataURL()</code> and <code>FileReader.readAsText()</code> - By <strong><a href="https://github.com/btea"><code>@btea</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1565">#1565</a></li>
</ul>
<h2>v15.10.7</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Cookies with values that contains "=" should be supported - By <strong><a href="https://github.com/btea"><code>@btea</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1570">#1570</a></li>
</ul>
<h2>v15.10.6</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Accept objects with a stringifier (such as a <code>URL</code> object) in <code>Location.assign()</code> and <code>Location.replace()</code> - By <strong><a href="https://github.com/silverwind"><code>@silverwind</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1568">#1568</a></li>
</ul>
<h2>v15.10.5</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Fixes incorrect serialization of special characters in raw text elements such as <code><script></code> and <code><style></code> - By <strong><a href="https://github.com/BenjaminAster"><code>@BenjaminAster</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1566">#1566</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/capricorn86/happy-dom/commit/d3566f4b2d4b82b3188d7476f492894534f1cfcb"><code>d3566f4</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1621">#1621</a> Allow for an URL to be a string or an URL object in History.push...</li>
<li><a href="https://github.com/capricorn86/happy-dom/commit/7914b54c4849b621545aa65ce3055de7feb4268e"><code>7914b54</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1611">#1611</a> Implement window.TextEncoder & window.TextDecoder</li>
<li><a href="https://github.com/capricorn86/happy-dom/commit/78d8914b80ad2172cf2ef12447eac7e671fdf305"><code>78d8914</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1603">#1603</a> HTMLSelectElement should not dispatch "change" event when changi...</li>
<li><a href="https://github.com/capricorn86/happy-dom/commit/23f86734f795875db64714aa1f315cdf6410899f"><code>23f8673</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1609">#1609</a> Replace <code>startsWith</code> with the equal sign</li>
<li><a href="https://github.com/capricorn86/happy-dom/commit/b35bcd64ed170c29b39b3f31a560b4267769d429"><code>b35bcd6</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1601">#1601</a> Strings should be converted into numbers in setters for HTMLMete...</li>
<li><a href="https://github.com/capricorn86/happy-dom/commit/9f8f084b5d3a71b1c8084ae04bc86de2e0d55272"><code>9f8f084</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1604">#1604</a> Consider null as empty string when setting it as value in HTMLIn...</li>
<li><a href="https://github.com/capricorn86/happy-dom/commit/dc0680119a0a596c1b54d478d3e9c4fadc576154"><code>dc06801</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1558">#1558</a> Fixes bug where psuedo selectors without an ending pranthese res...</li>
<li><a href="https://github.com/capricorn86/happy-dom/commit/e038cf909c95cfee14225790d927b15df6a7b217"><code>e038cf9</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1592">#1592</a> Fixes bug where Document.activeElement is set to the wrong targe...</li>
<li><a href="https://github.com/capricorn86/happy-dom/commit/562ecb478fdd75f5eba86d24487b9f0587ea5ea4"><code>562ecb4</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1595">#1595</a> Updates Vitest</li>
<li><a href="https://github.com/capricorn86/happy-dom/commit/f3c9b9af2ad4fab6f3ed1ea03587ec0d213eb78c"><code>f3c9b9a</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1433">#1433</a> Adds unit test for using a Request object with fetch() (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1590">#1590</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/capricorn86/happy-dom/compare/v14.12.3...v15.11.7">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/beholdr/maska/network/alerts).
</details>
合并状态:未合并 关闭于 2024-11-28 1 条评论