dependabot[bot] opened a new pull request, #7987: URL: https://github.com/apache/hbase/pull/7987
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.0.8 to 20.8.8. <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>v20.8.8</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue where export names can be interpolated as executable code in ESM - 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/2113">#2113</a> <ul> <li>A security advisory (<a href="https://github.com/capricorn86/happy-dom/security/advisories/GHSA-6q6h-j7hj-3r64">GHSA-6q6h-j7hj-3r64</a>) has been reported that shows a security vulnerability where it may be possible to escape the VM context and get access to process level functionality in unsafe environments using CommonJS. Big thanks to <a href="https://github.com/tndud042713"><code>@tndud042713</code></a> for reporting this!</li> </ul> </li> </ul> <h2>v20.8.7</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Replace implementing Node.js <code>Console</code> with common <code>IConsole</code> interface to support latest version of Bun - By <strong><a href="https://github.com/YevheniiKotyrlo"><code>@YevheniiKotyrlo</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1845">#1845</a></li> </ul> <h2>v20.8.6</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li><code>Request.formData()</code> should honor "Content-Type" header - By <strong><a href="https://github.com/brianhelba"><code>@brianhelba</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2106">#2106</a></li> </ul> <h2>v20.8.5</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes error thrown when modifying DOM structure in <code>connectedCallback()</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/2110">#2110</a></li> </ul> <h2>v20.8.4</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Replace ConsoleConstructor import with indexed access type - By <strong><a href="https://github.com/YevheniiKotyrlo"><code>@YevheniiKotyrlo</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1845">#1845</a></li> </ul> <h2>v20.8.3</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Throw error if event is not of type <code>Event</code> in <code>EventTarget.dispatchEvent()</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/2054">#2054</a></li> </ul> <h2>v20.8.2</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Resets <code>Event.cancelBubble</code> and <code>Event.defaultPrevented</code> when calling <code>Event.initEvent()</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/2090">#2090</a></li> </ul> <h2>v20.8.1</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Make "inert" attribute block focus interactions - By <strong><a href="https://github.com/coffeeandwork"><code>@coffeeandwork</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1422">#1422</a></li> </ul> <h2>v20.8.0</h2> <h3>:art: Features</h3> <ul> <li>Adds support for setPointerCapture, hasPointerCapture, and releasePointerCapture to Element - By <strong><a href="https://github.com/coffeeandwork"><code>@coffeeandwork</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1733">#1733</a></li> </ul> <h2>v20.7.2</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Properly decode CSS escape sequences in attribute selector values - By <strong><a href="https://github.com/silverwind"><code>@silverwind</code></a></strong></li> </ul> <h2>v20.7.1</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue related to parsing direct descendants (<code>></code>) and universal (<code>*</code>) query selectors - By <strong><a href="https://github.com/Cherry"><code>@Cherry</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2078">#2078</a></li> </ul> <h2>v20.7.0</h2> <h3>:art: Features</h3> <ul> <li>Adds support for <code>Window.getScreenDetails()</code> - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1923">#1923</a></li> <li>Extends <code>Screen</code> from <code>EventTarget</code> - By <strong><a href="https://github.com/TrevorBurnham"><code>@TrevorBurnham</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1923">#1923</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/5437fdf8f13adb9590f9f52616d9f69c3ee8db3c"><code>5437fdf</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2113">#2113</a> Fixes issue where export names can be interpolated as executable...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/7e97acbc0de9e9e8515b828bb1bb60f6c65eae44"><code>7e97acb</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1845">#1845</a> Replace implementing Node js Console with common IConsole interf...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/3373929819a55988218a32c06816c5754828f59d"><code>3373929</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2106">#2106</a> <code>Request.formData()</code> should honor <code>Content-Type</code> header (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2107">#2107</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/55c17ba6d2883ce54010b041be165db8f6c5c974"><code>55c17ba</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2110">#2110</a> Fixes error thrown when modifying DOM structure in connectedCall...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/82a0888cb2c87a6123e05424b528f8e8c9b3e426"><code>82a0888</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1845">#1845</a> Replace ConsoleConstructor import with indexed access type (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2095">#2095</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/5998eeaea5455cda9556675c6b92bea7ec85642b"><code>5998eea</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2054">#2054</a> Throw error if event is not of type Event in dispatchEvent (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2092">#2092</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/7a11238eace2fab69eb6bff13c2eeb0b7f7caa40"><code>7a11238</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2090">#2090</a> Resets cancelBubble and defaultPrevented when calling initEvent ...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/7d27984affe0dcfc2827d1568fa6b950905a8482"><code>7d27984</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1422">#1422</a> Make inert attribute block focus interactions (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2083">#2083</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/53e4ec974a8c8f66db7cd55c9553e7e8281185bf"><code>53e4ec9</code></a> feat: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1733">#1733</a> Adds support for setPointerCapture, hasPointerCapture, and rele...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/1c73c3f7bbd0f6693af89386ba10ea8b506546c1"><code>1c73c3f</code></a> fix: Properly decode CSS escape sequences in attribute selector values (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2080">#2080</a>)</li> <li>Additional commits viewable in <a href="https://github.com/capricorn86/happy-dom/compare/v20.0.8...v20.8.8">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 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/apache/hbase/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
