Skip to content

Commit

Permalink
Bump happy-dom from 15.11.0 to 15.11.6 in /src/vscode-bicep-ui (#15596)
Browse files Browse the repository at this point in the history
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 15.11.0
to 15.11.6.
<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.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
&quot;change&quot; 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
&quot;:&quot; and &quot;\&quot; 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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<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 &amp; 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 &quot;change&quot; 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>See full diff in <a
href="https://github.com/capricorn86/happy-dom/compare/v15.11.0...v15.11.6">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=15.11.0&new-version=15.11.6)](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>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/15596)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent a1299bb commit 290c7e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/vscode-bicep-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vscode-bicep-ui/packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.3",
"@vscode/codicons": "^0.0.36",
"happy-dom": "^15.11.0",
"happy-dom": "^15.11.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"storybook": "^8.3.0",
"styled-components": "^6.1.13",
Expand Down
2 changes: 1 addition & 1 deletion src/vscode-bicep-ui/packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react-dom": "^18.3.1",
"@types/vscode-webview": "^1.57.5",
"@vitest/coverage-v8": "^2.1.3",
"happy-dom": "^15.11.0",
"happy-dom": "^15.11.6",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3",
"vitest": "^2.1.3"
Expand Down

0 comments on commit 290c7e2

Please sign in to comment.