build(deps-dev): Bump the npm_and_yarn group across 4 directories with 1 update#794
Merged
intellitect-bot merged 1 commit intomainfrom Oct 11, 2025
Conversation
…h 1 update Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size directory: [happy-dom](https://github.com/capricorn86/happy-dom). Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size/composition-api directory: [happy-dom](https://github.com/capricorn86/happy-dom). Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size/mixin directory: [happy-dom](https://github.com/capricorn86/happy-dom). Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size/plugin directory: [happy-dom](https://github.com/capricorn86/happy-dom). Updates `happy-dom` from 15.11.7 to 20.0.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v15.11.7...v20.0.0) Updates `happy-dom` from 15.11.7 to 20.0.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v15.11.7...v20.0.0) Updates `happy-dom` from 15.11.7 to 20.0.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v15.11.7...v20.0.0) Updates `happy-dom` from 15.11.7 to 20.0.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v15.11.7...v20.0.0) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.0.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: happy-dom dependency-version: 20.0.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: happy-dom dependency-version: 20.0.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: happy-dom dependency-version: 20.0.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
intellitect-bot
approved these changes
Oct 10, 2025
BenjaminMichaelis
pushed a commit
that referenced
this pull request
Apr 25, 2026
…h 1 update (#794) Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size directory: [happy-dom](https://github.com/capricorn86/happy-dom). Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size/composition-api directory: [happy-dom](https://github.com/capricorn86/happy-dom). Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size/mixin directory: [happy-dom](https://github.com/capricorn86/happy-dom). Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size/plugin directory: [happy-dom](https://github.com/capricorn86/happy-dom). Updates `happy-dom` from 15.11.7 to 20.0.0 <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.0.0</h2> <p>I avoid making breaking changes as much as possible in Happy DOM. When I have to make a breaking change, I try to keep it as minimal as possible. This could be a breaking change that impacts many projects, and I am truly sorry if you are negatively affected by this.</p> <h3>:bomb: Breaking Changes</h3> <ul> <li>Due to security risks, JavaScript evaluation is now disabled by default - 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/1930">#1930</a> <ul> <li>A security advisory (GHSA-37j7-fg3j-429f) has been reported that shows a security vulnerability where it's possible to escape the VM context and get access to process level functionality. Big thanks to <a href="https://github.com/Mas0nShi"><code>@Mas0nShi</code></a> for reporting this!</li> <li>Due to this security risk, JavaScript evaluation is now disabled by default to prevent that consumers accidentally executes untrusted code without taking precautions</li> <li>JavaScript evaluation can be enabled by setting <a href="https://github.com/capricorn86/happy-dom/wiki/IOptionalBrowserSettings">enableJavaScriptEvaluation</a> to "true". Read more about how to enable this in a safer way in the <a href="https://github.com/capricorn86/happy-dom/wiki/Code-Generation-From-Strings-Warning">Wiki</a></li> </ul> </li> </ul> <h2>v19.0.2</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue related to CSS pseudo selector <code>:scope</code> that didn't work correctly for direct descendants to root - 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/1620">#1620</a></li> </ul> <h2>v19.0.1</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue with sending in URLs as string in <code>@happy-dom/server-renderer</code> config using CLI - 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/1908">#1908</a></li> </ul> <h2>v19.0.0</h2> <h3>:bomb: Breaking Changes</h3> <ul> <li>Removes support for CommonJS - 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/1730">#1730</a> <ul> <li>Support for CommonJS is no longer needed as Node.js v18 is deprecated and v20 and above supports loading ES modules from CommonJS using <code>require()</code></li> </ul> </li> <li>Updates Jest to v30 in the <code>@happy-dom/jest-environment</code> package - 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/1730">#1730</a></li> <li>Makes Jest packages peer dependencies to make it easier to align versions with the project using <code>@happy-dom/jest-environment</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/1730">#1730</a></li> </ul> <h3>:art: Features</h3> <ul> <li>Adds a new package called <code>@happy-dom/server-renderer</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/1730">#1730</a> <ul> <li>This package provides a simple way to statically render (SSG) or server-side render (SSR) your client-side application</li> <li>Read more in the Wiki under <a href="https://github.com/capricorn86/happy-dom/wiki/Server-Renderer">Server-Renderer</a></li> </ul> </li> <li>Adds support for <code>import.meta</code> to the ESM compiler - 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/1730">#1730</a></li> <li>Adds support for the CSS pseudo selector <code>:scope</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/1620">#1620</a></li> <li>Improves support for <code>MediaList</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/1730">#1730</a></li> <li>Adds support for <code>CSSKeywordValue</code>, <code>CSSStyleValue</code>, <code>StylePropertyMap</code>, <code>StylePropertyMap</code>, <code>StylePropertyMapReadOnly</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/1730">#1730</a></li> <li>Improves debug information in the ESM compiler - 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/1730">#1730</a></li> <li>Adds validation of browser settings when creating a new <code>Browser</code> instance - 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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">navigation.beforeContentCallback</a> which makes it possible to inject event listeners or logic before content is loaded to the document when navigating a browser frame - 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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">fetch.requestHeaders</a> which provides with a declarative and simple way to add request headers - 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/1730">#1730</a></li> <li>Adds support for setting an object to <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">timer.preventTimerLoops</a> which makes it possible to define different settings for <code>setTimeout()</code> and <code>requestAnimationFrame()</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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">viewport</a> which makes it possible to define a default viewport size - 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/1730">#1730</a></li> <li>Adds support for the parameters <code>beforeContentCallback</code> and <code>headers</code> to <code>BrowserFrame.goto()</code>, <code>BrowserFrame.goBack()</code>, <code>BrowserFrame.goForward()</code>, <code>BrowserFrame.goSteps()</code> and <code>BrowserFrame.reload()</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/1730">#1730</a></li> <li>Adds support for <code>PopStateEvent</code> and trigger the event when navigating the page history using <code>History.pushState()</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/1730">#1730</a></li> <li>Use local file paths for virtual server files in stack traces - 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/1730">#1730</a></li> <li>Adds support for <code>ResponseCache.fileSystem.load()</code> and <code>ResponseCache.fileSystem.save()</code> for storing and loading cache from the file system - 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/1730">#1730</a></li> </ul> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes a bug in the ESM compiler that caused it to fail to parse certain 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/1730">#1730</a></li> <li>Disables the same origin policy when navigating a browser frame using <code>BrowserFrame.goto()</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/1730">#1730</a></li> <li>Fixes bug where CSS selectors with the pseudos "+" and ">" failed for selectors without arguments - 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/1730">#1730</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/819d15ba289495439eda8be360d92a614ce22405"><code>819d15b</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/0">#0</a> Changes JavaScript evaluation to be disabled by default...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/c80a08f30ad97b04fbb251ab11b87cb9d5706207"><code>c80a08f</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1620">#1620</a> Fixes issue related to CSS pseudo selector :scope (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1911">#1911</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/220df23dea106ad29c60393e6ebcffe5d2ce3af7"><code>220df23</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1908">#1908</a> Fixes issue with sending in URLs as string in server-renderer co...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/9849f8bb186b0bc1eff766186f86f8735bdab09b"><code>9849f8b</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1906">#1906</a> Fixes failing unit test caused by package version (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1907">#1907</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/48d174ec33bf07beabb31483a6925e3961fd65d2"><code>48d174e</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1904">#1904</a> Updates conventional commit package (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1905">#1905</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/275efe5f9a0ae0e0d840e94fd5ca4de126ba8ce4"><code>275efe5</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1620">#1620</a> Release v18.0.0</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/cf74f5f63ca562e075c9c14b77ecfbb8fbc43dea"><code>cf74f5f</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1841">#1841</a> Addresses an issue where an error occurred if the Element ID was...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/bfd0fffc12f23c6f31174953f65c4f57925e7212"><code>bfd0fff</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Fixes failing unit test (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1843">#1843</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/99ebbfceeffa2244ace2637ee44be0d0daea086d"><code>99ebbfc</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Makes the types for Happy DOM strict (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1842">#1842</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/a94d780290b29b966a2e6f84f31a50aaa9107b37"><code>a94d780</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Removes global typescript definition that was used for custom el...</li> <li>Additional commits viewable in <a href="https://github.com/capricorn86/happy-dom/compare/v15.11.7...v20.0.0">compare view</a></li> </ul> </details> <br /> Updates `happy-dom` from 15.11.7 to 20.0.0 <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.0.0</h2> <p>I avoid making breaking changes as much as possible in Happy DOM. When I have to make a breaking change, I try to keep it as minimal as possible. This could be a breaking change that impacts many projects, and I am truly sorry if you are negatively affected by this.</p> <h3>:bomb: Breaking Changes</h3> <ul> <li>Due to security risks, JavaScript evaluation is now disabled by default - 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/1930">#1930</a> <ul> <li>A security advisory (GHSA-37j7-fg3j-429f) has been reported that shows a security vulnerability where it's possible to escape the VM context and get access to process level functionality. Big thanks to <a href="https://github.com/Mas0nShi"><code>@Mas0nShi</code></a> for reporting this!</li> <li>Due to this security risk, JavaScript evaluation is now disabled by default to prevent that consumers accidentally executes untrusted code without taking precautions</li> <li>JavaScript evaluation can be enabled by setting <a href="https://github.com/capricorn86/happy-dom/wiki/IOptionalBrowserSettings">enableJavaScriptEvaluation</a> to "true". Read more about how to enable this in a safer way in the <a href="https://github.com/capricorn86/happy-dom/wiki/Code-Generation-From-Strings-Warning">Wiki</a></li> </ul> </li> </ul> <h2>v19.0.2</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue related to CSS pseudo selector <code>:scope</code> that didn't work correctly for direct descendants to root - 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/1620">#1620</a></li> </ul> <h2>v19.0.1</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue with sending in URLs as string in <code>@happy-dom/server-renderer</code> config using CLI - 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/1908">#1908</a></li> </ul> <h2>v19.0.0</h2> <h3>:bomb: Breaking Changes</h3> <ul> <li>Removes support for CommonJS - 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/1730">#1730</a> <ul> <li>Support for CommonJS is no longer needed as Node.js v18 is deprecated and v20 and above supports loading ES modules from CommonJS using <code>require()</code></li> </ul> </li> <li>Updates Jest to v30 in the <code>@happy-dom/jest-environment</code> package - 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/1730">#1730</a></li> <li>Makes Jest packages peer dependencies to make it easier to align versions with the project using <code>@happy-dom/jest-environment</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/1730">#1730</a></li> </ul> <h3>:art: Features</h3> <ul> <li>Adds a new package called <code>@happy-dom/server-renderer</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/1730">#1730</a> <ul> <li>This package provides a simple way to statically render (SSG) or server-side render (SSR) your client-side application</li> <li>Read more in the Wiki under <a href="https://github.com/capricorn86/happy-dom/wiki/Server-Renderer">Server-Renderer</a></li> </ul> </li> <li>Adds support for <code>import.meta</code> to the ESM compiler - 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/1730">#1730</a></li> <li>Adds support for the CSS pseudo selector <code>:scope</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/1620">#1620</a></li> <li>Improves support for <code>MediaList</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/1730">#1730</a></li> <li>Adds support for <code>CSSKeywordValue</code>, <code>CSSStyleValue</code>, <code>StylePropertyMap</code>, <code>StylePropertyMap</code>, <code>StylePropertyMapReadOnly</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/1730">#1730</a></li> <li>Improves debug information in the ESM compiler - 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/1730">#1730</a></li> <li>Adds validation of browser settings when creating a new <code>Browser</code> instance - 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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">navigation.beforeContentCallback</a> which makes it possible to inject event listeners or logic before content is loaded to the document when navigating a browser frame - 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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">fetch.requestHeaders</a> which provides with a declarative and simple way to add request headers - 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/1730">#1730</a></li> <li>Adds support for setting an object to <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">timer.preventTimerLoops</a> which makes it possible to define different settings for <code>setTimeout()</code> and <code>requestAnimationFrame()</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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">viewport</a> which makes it possible to define a default viewport size - 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/1730">#1730</a></li> <li>Adds support for the parameters <code>beforeContentCallback</code> and <code>headers</code> to <code>BrowserFrame.goto()</code>, <code>BrowserFrame.goBack()</code>, <code>BrowserFrame.goForward()</code>, <code>BrowserFrame.goSteps()</code> and <code>BrowserFrame.reload()</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/1730">#1730</a></li> <li>Adds support for <code>PopStateEvent</code> and trigger the event when navigating the page history using <code>History.pushState()</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/1730">#1730</a></li> <li>Use local file paths for virtual server files in stack traces - 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/1730">#1730</a></li> <li>Adds support for <code>ResponseCache.fileSystem.load()</code> and <code>ResponseCache.fileSystem.save()</code> for storing and loading cache from the file system - 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/1730">#1730</a></li> </ul> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes a bug in the ESM compiler that caused it to fail to parse certain 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/1730">#1730</a></li> <li>Disables the same origin policy when navigating a browser frame using <code>BrowserFrame.goto()</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/1730">#1730</a></li> <li>Fixes bug where CSS selectors with the pseudos "+" and ">" failed for selectors without arguments - 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/1730">#1730</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/819d15ba289495439eda8be360d92a614ce22405"><code>819d15b</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/0">#0</a> Changes JavaScript evaluation to be disabled by default...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/c80a08f30ad97b04fbb251ab11b87cb9d5706207"><code>c80a08f</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1620">#1620</a> Fixes issue related to CSS pseudo selector :scope (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1911">#1911</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/220df23dea106ad29c60393e6ebcffe5d2ce3af7"><code>220df23</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1908">#1908</a> Fixes issue with sending in URLs as string in server-renderer co...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/9849f8bb186b0bc1eff766186f86f8735bdab09b"><code>9849f8b</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1906">#1906</a> Fixes failing unit test caused by package version (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1907">#1907</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/48d174ec33bf07beabb31483a6925e3961fd65d2"><code>48d174e</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1904">#1904</a> Updates conventional commit package (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1905">#1905</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/275efe5f9a0ae0e0d840e94fd5ca4de126ba8ce4"><code>275efe5</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1620">#1620</a> Release v18.0.0</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/cf74f5f63ca562e075c9c14b77ecfbb8fbc43dea"><code>cf74f5f</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1841">#1841</a> Addresses an issue where an error occurred if the Element ID was...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/bfd0fffc12f23c6f31174953f65c4f57925e7212"><code>bfd0fff</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Fixes failing unit test (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1843">#1843</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/99ebbfceeffa2244ace2637ee44be0d0daea086d"><code>99ebbfc</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Makes the types for Happy DOM strict (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1842">#1842</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/a94d780290b29b966a2e6f84f31a50aaa9107b37"><code>a94d780</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Removes global typescript definition that was used for custom el...</li> <li>Additional commits viewable in <a href="https://github.com/capricorn86/happy-dom/compare/v15.11.7...v20.0.0">compare view</a></li> </ul> </details> <br /> Updates `happy-dom` from 15.11.7 to 20.0.0 <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.0.0</h2> <p>I avoid making breaking changes as much as possible in Happy DOM. When I have to make a breaking change, I try to keep it as minimal as possible. This could be a breaking change that impacts many projects, and I am truly sorry if you are negatively affected by this.</p> <h3>:bomb: Breaking Changes</h3> <ul> <li>Due to security risks, JavaScript evaluation is now disabled by default - 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/1930">#1930</a> <ul> <li>A security advisory (GHSA-37j7-fg3j-429f) has been reported that shows a security vulnerability where it's possible to escape the VM context and get access to process level functionality. Big thanks to <a href="https://github.com/Mas0nShi"><code>@Mas0nShi</code></a> for reporting this!</li> <li>Due to this security risk, JavaScript evaluation is now disabled by default to prevent that consumers accidentally executes untrusted code without taking precautions</li> <li>JavaScript evaluation can be enabled by setting <a href="https://github.com/capricorn86/happy-dom/wiki/IOptionalBrowserSettings">enableJavaScriptEvaluation</a> to "true". Read more about how to enable this in a safer way in the <a href="https://github.com/capricorn86/happy-dom/wiki/Code-Generation-From-Strings-Warning">Wiki</a></li> </ul> </li> </ul> <h2>v19.0.2</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue related to CSS pseudo selector <code>:scope</code> that didn't work correctly for direct descendants to root - 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/1620">#1620</a></li> </ul> <h2>v19.0.1</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue with sending in URLs as string in <code>@happy-dom/server-renderer</code> config using CLI - 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/1908">#1908</a></li> </ul> <h2>v19.0.0</h2> <h3>:bomb: Breaking Changes</h3> <ul> <li>Removes support for CommonJS - 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/1730">#1730</a> <ul> <li>Support for CommonJS is no longer needed as Node.js v18 is deprecated and v20 and above supports loading ES modules from CommonJS using <code>require()</code></li> </ul> </li> <li>Updates Jest to v30 in the <code>@happy-dom/jest-environment</code> package - 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/1730">#1730</a></li> <li>Makes Jest packages peer dependencies to make it easier to align versions with the project using <code>@happy-dom/jest-environment</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/1730">#1730</a></li> </ul> <h3>:art: Features</h3> <ul> <li>Adds a new package called <code>@happy-dom/server-renderer</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/1730">#1730</a> <ul> <li>This package provides a simple way to statically render (SSG) or server-side render (SSR) your client-side application</li> <li>Read more in the Wiki under <a href="https://github.com/capricorn86/happy-dom/wiki/Server-Renderer">Server-Renderer</a></li> </ul> </li> <li>Adds support for <code>import.meta</code> to the ESM compiler - 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/1730">#1730</a></li> <li>Adds support for the CSS pseudo selector <code>:scope</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/1620">#1620</a></li> <li>Improves support for <code>MediaList</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/1730">#1730</a></li> <li>Adds support for <code>CSSKeywordValue</code>, <code>CSSStyleValue</code>, <code>StylePropertyMap</code>, <code>StylePropertyMap</code>, <code>StylePropertyMapReadOnly</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/1730">#1730</a></li> <li>Improves debug information in the ESM compiler - 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/1730">#1730</a></li> <li>Adds validation of browser settings when creating a new <code>Browser</code> instance - 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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">navigation.beforeContentCallback</a> which makes it possible to inject event listeners or logic before content is loaded to the document when navigating a browser frame - 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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">fetch.requestHeaders</a> which provides with a declarative and simple way to add request headers - 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/1730">#1730</a></li> <li>Adds support for setting an object to <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">timer.preventTimerLoops</a> which makes it possible to define different settings for <code>setTimeout()</code> and <code>requestAnimationFrame()</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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">viewport</a> which makes it possible to define a default viewport size - 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/1730">#1730</a></li> <li>Adds support for the parameters <code>beforeContentCallback</code> and <code>headers</code> to <code>BrowserFrame.goto()</code>, <code>BrowserFrame.goBack()</code>, <code>BrowserFrame.goForward()</code>, <code>BrowserFrame.goSteps()</code> and <code>BrowserFrame.reload()</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/1730">#1730</a></li> <li>Adds support for <code>PopStateEvent</code> and trigger the event when navigating the page history using <code>History.pushState()</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/1730">#1730</a></li> <li>Use local file paths for virtual server files in stack traces - 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/1730">#1730</a></li> <li>Adds support for <code>ResponseCache.fileSystem.load()</code> and <code>ResponseCache.fileSystem.save()</code> for storing and loading cache from the file system - 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/1730">#1730</a></li> </ul> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes a bug in the ESM compiler that caused it to fail to parse certain 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/1730">#1730</a></li> <li>Disables the same origin policy when navigating a browser frame using <code>BrowserFrame.goto()</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/1730">#1730</a></li> <li>Fixes bug where CSS selectors with the pseudos "+" and ">" failed for selectors without arguments - 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/1730">#1730</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/819d15ba289495439eda8be360d92a614ce22405"><code>819d15b</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/0">#0</a> Changes JavaScript evaluation to be disabled by default...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/c80a08f30ad97b04fbb251ab11b87cb9d5706207"><code>c80a08f</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1620">#1620</a> Fixes issue related to CSS pseudo selector :scope (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1911">#1911</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/220df23dea106ad29c60393e6ebcffe5d2ce3af7"><code>220df23</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1908">#1908</a> Fixes issue with sending in URLs as string in server-renderer co...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/9849f8bb186b0bc1eff766186f86f8735bdab09b"><code>9849f8b</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1906">#1906</a> Fixes failing unit test caused by package version (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1907">#1907</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/48d174ec33bf07beabb31483a6925e3961fd65d2"><code>48d174e</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1904">#1904</a> Updates conventional commit package (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1905">#1905</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/275efe5f9a0ae0e0d840e94fd5ca4de126ba8ce4"><code>275efe5</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1620">#1620</a> Release v18.0.0</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/cf74f5f63ca562e075c9c14b77ecfbb8fbc43dea"><code>cf74f5f</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1841">#1841</a> Addresses an issue where an error occurred if the Element ID was...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/bfd0fffc12f23c6f31174953f65c4f57925e7212"><code>bfd0fff</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Fixes failing unit test (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1843">#1843</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/99ebbfceeffa2244ace2637ee44be0d0daea086d"><code>99ebbfc</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Makes the types for Happy DOM strict (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1842">#1842</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/a94d780290b29b966a2e6f84f31a50aaa9107b37"><code>a94d780</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Removes global typescript definition that was used for custom el...</li> <li>Additional commits viewable in <a href="https://github.com/capricorn86/happy-dom/compare/v15.11.7...v20.0.0">compare view</a></li> </ul> </details> <br /> Updates `happy-dom` from 15.11.7 to 20.0.0 <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.0.0</h2> <p>I avoid making breaking changes as much as possible in Happy DOM. When I have to make a breaking change, I try to keep it as minimal as possible. This could be a breaking change that impacts many projects, and I am truly sorry if you are negatively affected by this.</p> <h3>:bomb: Breaking Changes</h3> <ul> <li>Due to security risks, JavaScript evaluation is now disabled by default - 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/1930">#1930</a> <ul> <li>A security advisory (GHSA-37j7-fg3j-429f) has been reported that shows a security vulnerability where it's possible to escape the VM context and get access to process level functionality. Big thanks to <a href="https://github.com/Mas0nShi"><code>@Mas0nShi</code></a> for reporting this!</li> <li>Due to this security risk, JavaScript evaluation is now disabled by default to prevent that consumers accidentally executes untrusted code without taking precautions</li> <li>JavaScript evaluation can be enabled by setting <a href="https://github.com/capricorn86/happy-dom/wiki/IOptionalBrowserSettings">enableJavaScriptEvaluation</a> to "true". Read more about how to enable this in a safer way in the <a href="https://github.com/capricorn86/happy-dom/wiki/Code-Generation-From-Strings-Warning">Wiki</a></li> </ul> </li> </ul> <h2>v19.0.2</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue related to CSS pseudo selector <code>:scope</code> that didn't work correctly for direct descendants to root - 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/1620">#1620</a></li> </ul> <h2>v19.0.1</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes issue with sending in URLs as string in <code>@happy-dom/server-renderer</code> config using CLI - 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/1908">#1908</a></li> </ul> <h2>v19.0.0</h2> <h3>:bomb: Breaking Changes</h3> <ul> <li>Removes support for CommonJS - 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/1730">#1730</a> <ul> <li>Support for CommonJS is no longer needed as Node.js v18 is deprecated and v20 and above supports loading ES modules from CommonJS using <code>require()</code></li> </ul> </li> <li>Updates Jest to v30 in the <code>@happy-dom/jest-environment</code> package - 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/1730">#1730</a></li> <li>Makes Jest packages peer dependencies to make it easier to align versions with the project using <code>@happy-dom/jest-environment</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/1730">#1730</a></li> </ul> <h3>:art: Features</h3> <ul> <li>Adds a new package called <code>@happy-dom/server-renderer</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/1730">#1730</a> <ul> <li>This package provides a simple way to statically render (SSG) or server-side render (SSR) your client-side application</li> <li>Read more in the Wiki under <a href="https://github.com/capricorn86/happy-dom/wiki/Server-Renderer">Server-Renderer</a></li> </ul> </li> <li>Adds support for <code>import.meta</code> to the ESM compiler - 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/1730">#1730</a></li> <li>Adds support for the CSS pseudo selector <code>:scope</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/1620">#1620</a></li> <li>Improves support for <code>MediaList</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/1730">#1730</a></li> <li>Adds support for <code>CSSKeywordValue</code>, <code>CSSStyleValue</code>, <code>StylePropertyMap</code>, <code>StylePropertyMap</code>, <code>StylePropertyMapReadOnly</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/1730">#1730</a></li> <li>Improves debug information in the ESM compiler - 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/1730">#1730</a></li> <li>Adds validation of browser settings when creating a new <code>Browser</code> instance - 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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">navigation.beforeContentCallback</a> which makes it possible to inject event listeners or logic before content is loaded to the document when navigating a browser frame - 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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">fetch.requestHeaders</a> which provides with a declarative and simple way to add request headers - 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/1730">#1730</a></li> <li>Adds support for setting an object to <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">timer.preventTimerLoops</a> which makes it possible to define different settings for <code>setTimeout()</code> and <code>requestAnimationFrame()</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/1730">#1730</a></li> <li>Adds support for the browser setting <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">viewport</a> which makes it possible to define a default viewport size - 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/1730">#1730</a></li> <li>Adds support for the parameters <code>beforeContentCallback</code> and <code>headers</code> to <code>BrowserFrame.goto()</code>, <code>BrowserFrame.goBack()</code>, <code>BrowserFrame.goForward()</code>, <code>BrowserFrame.goSteps()</code> and <code>BrowserFrame.reload()</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/1730">#1730</a></li> <li>Adds support for <code>PopStateEvent</code> and trigger the event when navigating the page history using <code>History.pushState()</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/1730">#1730</a></li> <li>Use local file paths for virtual server files in stack traces - 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/1730">#1730</a></li> <li>Adds support for <code>ResponseCache.fileSystem.load()</code> and <code>ResponseCache.fileSystem.save()</code> for storing and loading cache from the file system - 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/1730">#1730</a></li> </ul> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Fixes a bug in the ESM compiler that caused it to fail to parse certain 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/1730">#1730</a></li> <li>Disables the same origin policy when navigating a browser frame using <code>BrowserFrame.goto()</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/1730">#1730</a></li> <li>Fixes bug where CSS selectors with the pseudos "+" and ">" failed for selectors without arguments - 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/1730">#1730</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/819d15ba289495439eda8be360d92a614ce22405"><code>819d15b</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/0">#0</a> Changes JavaScript evaluation to be disabled by default...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/c80a08f30ad97b04fbb251ab11b87cb9d5706207"><code>c80a08f</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1620">#1620</a> Fixes issue related to CSS pseudo selector :scope (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1911">#1911</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/220df23dea106ad29c60393e6ebcffe5d2ce3af7"><code>220df23</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1908">#1908</a> Fixes issue with sending in URLs as string in server-renderer co...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/9849f8bb186b0bc1eff766186f86f8735bdab09b"><code>9849f8b</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1906">#1906</a> Fixes failing unit test caused by package version (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1907">#1907</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/48d174ec33bf07beabb31483a6925e3961fd65d2"><code>48d174e</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1904">#1904</a> Updates conventional commit package (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1905">#1905</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/275efe5f9a0ae0e0d840e94fd5ca4de126ba8ce4"><code>275efe5</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1620">#1620</a> Release v18.0.0</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/cf74f5f63ca562e075c9c14b77ecfbb8fbc43dea"><code>cf74f5f</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1841">#1841</a> Addresses an issue where an error occurred if the Element ID was...</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/bfd0fffc12f23c6f31174953f65c4f57925e7212"><code>bfd0fff</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Fixes failing unit test (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1843">#1843</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/99ebbfceeffa2244ace2637ee44be0d0daea086d"><code>99ebbfc</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Makes the types for Happy DOM strict (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1842">#1842</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/a94d780290b29b966a2e6f84f31a50aaa9107b37"><code>a94d780</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1154">#1154</a> Removes global typescript definition that was used for custom el...</li> <li>Additional commits viewable in <a href="https://github.com/capricorn86/happy-dom/compare/v15.11.7...v20.0.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/IntelliTect/EssentialCSharp.Web/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size directory: happy-dom.
Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size/composition-api directory: happy-dom.
Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size/mixin directory: happy-dom.
Bumps the npm_and_yarn group with 1 update in the /EssentialCSharp.Web/wwwroot/lib/vue-window-size/plugin directory: happy-dom.
Updates
happy-domfrom 15.11.7 to 20.0.0Release notes
Sourced from happy-dom's releases.
... (truncated)
Commits
819d15bBREAKING CHANGE: #0 Changes JavaScript evaluation to be disabled by default...c80a08ffix: #1620 Fixes issue related to CSS pseudo selector :scope (#1911)220df23fix: #1908 Fixes issue with sending in URLs as string in server-renderer co...9849f8bchore: #1906 Fixes failing unit test caused by package version (#1907)48d174echore: #1904 Updates conventional commit package (#1905)275efe5BREAKING CHANGE: #1620 Release v18.0.0cf74f5ffix: #1841 Addresses an issue where an error occurred if the Element ID was...bfd0fffchore: #1154 Fixes failing unit test (#1843)99ebbfcBREAKING CHANGE: #1154 Makes the types for Happy DOM strict (#1842)a94d780fix: #1154 Removes global typescript definition that was used for custom el...Updates
happy-domfrom 15.11.7 to 20.0.0Release notes
Sourced from happy-dom's releases.
... (truncated)
Commits
819d15bBREAKING CHANGE: #0 Changes JavaScript evaluation to be disabled by default...c80a08ffix: #1620 Fixes issue related to CSS pseudo selector :scope (#1911)220df23fix: #1908 Fixes issue with sending in URLs as string in server-renderer co...9849f8bchore: #1906 Fixes failing unit test caused by package version (#1907)48d174echore: #1904 Updates conventional commit package (#1905)275efe5BREAKING CHANGE: #1620 Release v18.0.0cf74f5ffix: #1841 Addresses an issue where an error occurred if the Element ID was...bfd0fffchore: #1154 Fixes failing unit test (#1843)99ebbfcBREAKING CHANGE: #1154 Makes the types for Happy DOM strict (#1842)a94d780fix: #1154 Removes global typescript definition that was used for custom el...Updates
happy-domfrom 15.11.7 to 20.0.0Release notes
Sourced from happy-dom's releases.
... (truncated)
Commits
819d15bBREAKING CHANGE: #0 Changes JavaScript evaluation to be disabled by default...c80a08ffix: #1620 Fixes issue related to CSS pseudo selector :scope (#1911)220df23fix: #1908 Fixes issue with sending in URLs as string in server-renderer co...9849f8bchore: #1906 Fixes failing unit test caused by package version (#1907)48d174echore: #1904 Updates conventional commit package (#1905)275efe5BREAKING CHANGE: #1620 Release v18.0.0cf74f5ffix: #1841 Addresses an issue where an error occurred if the Element ID was...bfd0fffchore: #1154 Fixes failing unit test (#1843)99ebbfcBREAKING CHANGE: #1154 Makes the types for Happy DOM strict (#1842)a94d780fix: #1154 Removes global typescript definition that was used for custom el...Updates
happy-domfrom 15.11.7 to 20.0.0Release notes
Sourced from happy-dom's releases.
... (truncated)
Commits
819d15bBREAKING CHANGE: #0 Changes JavaScript evaluation to be disabled by default...c80a08ffix: #1620 Fixes issue related to CSS pseudo selector :scope (#1911)220df23fix: #1908 Fixes issue with sending in URLs as string in server-renderer co...9849f8bchore: #1906 Fixes failing unit test caused by package version (#1907)48d174echore: #1904 Updates conventional commit package (#1905)275efe5BREAKING CHANGE: #1620 Release v18.0.0cf74f5ffix: #1841 Addresses an issue where an error occurred if the Element ID was...bfd0fffchore: #1154 Fixes failing unit test (#1843)99ebbfcBREAKING CHANGE: #1154 Makes the types for Happy DOM strict (#1842)a94d780fix: #1154 Removes global typescript definition that was used for custom el...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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.