Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump happy-dom from 12.10.3 to 13.1.4 (sergiodxa#298)
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 12.10.3 to 13.1.4. <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>v13.1.4</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Adds submitter to <code>SubmitEvent</code> instances dispatched by <code>HTMLInputElement</code> and <code>HTMLButtonElement</code> . (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1173">#1173</a>)</li> </ul> <hr /> <p>Thank you <a href="https://github.com/aaltepet"><code>@aaltepet</code></a> for your contribution!</p> <h2>v13.1.3</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Throws an error when providing an invalid selector to <code>querySelector()</code> and <code>querySelectorAll()</code>. (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1170">#1170</a>)</li> </ul> <hr /> <p>Thank you <a href="https://github.com/btea"><code>@btea</code></a> for your contribution!</p> <h2>v13.1.2</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li><code>Selection.anchorOffset</code>, <code>Selection.baseOffset</code>, <code>Selection.focusOffset</code> and <code>Selection.extendOffset</code> should return 0 when no range has been added. (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1163">#1163</a>)</li> </ul> <hr /> <p>Thank you <a href="https://github.com/seanogdev"><code>@seanogdev</code></a> for your contribution!</p> <h2>v13.1.1</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Support whitespace with multiple spaces, line breaks or tabs in <code>DOMTokenList</code> (e.g. <code><div class=" class1 class2 "></code>). (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1168">#1168</a>)</li> </ul> <hr /> <p>Thank you <a href="https://github.com/takenspc"><code>@takenspc</code></a> for your contribution!</p> <h2>v13.1.0</h2> <h3>:art: Features</h3> <ul> <li>Makes properties into getters and setters according to spec in all nodes. (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1188">#1188</a>)</li> <li>Adds support for adopted stylesheets to <code>Window.getComputedStyle()</code>. (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1188">#1188</a>)</li> </ul> <h2>v13.0.7</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue related to using fake timers in Vitest making the test get stuck. (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1210">#1210</a>)</li> </ul> <h2>v13.0.6</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes problem related to exception thrown when creating a <code>Node</code> in the constructor of a custom element. (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1207">#1207</a>)</li> </ul> <h2>v13.0.5</h2> <h3>:construction_worker_man: Patch fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/capricorn86/happy-dom/commit/52487a2af883e8ae898da39f797c4f2b416f920f"><code>52487a2</code></a> Merge pull request <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1174">#1174</a> from aaltepet/fix-form-submitter</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/61577a0544c7280709498488c6215e3491169662"><code>61577a0</code></a> <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1173">#1173</a><a href="https://github.com/trivial"><code>@trivial</code></a>: Adds unit test for submitter to HTMLInputElement.</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/fb026d96053ca9455fa8debc9fc4b66c3db91bbd"><code>fb026d9</code></a> Merge branch 'master' into fix-form-submitter</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/35a0b3c46162b8051efa518c27c391343524b8cd"><code>35a0b3c</code></a> Merge pull request <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1170">#1170</a> from btea/task/0-match-section-invalid-selector</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/61b3137eade246c8e7b76426174266f943e3306f"><code>61b3137</code></a> <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1170">#1170</a><a href="https://github.com/patch"><code>@patch</code></a>: Throws an error when providing an invalid selector to querySelec...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/85ea7d76c5b7ea3c341ac8af3806d7bd7ae3334f"><code>85ea7d7</code></a> Merge branch 'master' into task/0-match-section-invalid-selector</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/5faca756bd717e0654ab45d140182bb0533fee65"><code>5faca75</code></a> Merge pull request <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1164">#1164</a> from seanogdev/fix-selection-spec</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/08ad2c77bc042e56a883589b4f928e49141b7aae"><code>08ad2c7</code></a> Merge branch 'master' into fix-selection-spec</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/43e73a7038e69b5b7e5df7febe16f1e0dd8f296c"><code>43e73a7</code></a> Merge branch 'master' into fix-form-submitter</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/ee4eb6f452952dad404a57f96fafa72e5fab13e7"><code>ee4eb6f</code></a> Merge pull request <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1169">#1169</a> from takenspc/task/1168-normalize-whitespace</li> <li>Additional commits viewable in <a href="https://github.com/capricorn86/happy-dom/compare/v12.10.3...v13.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=happy-dom&package-manager=npm_and_yarn&previous-version=12.10.3&new-version=13.1.4)](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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information