dependabot[bot] opened a new pull request, #4830:
URL: https://github.com/apache/myfaces-tobago/pull/4830

   Bumps [lit-html](https://github.com/lit/lit/tree/HEAD/packages/lit-html) 
from 3.1.0 to 3.1.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/lit/lit/releases";>lit-html's 
releases</a>.</em></p>
   <blockquote>
   <h2>lit-html@3.1.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a href="https://redirect.github.com/lit/lit/pull/4523";>#4523</a> <a 
href="https://github.com/lit/lit/commit/1a32b61ecf09c2c2e6efac2735c2c627af793286";><code>1a32b61e</code></a>
 - Add a DEV_MODE error to catch duplicate attribute bindings that otherwise 
create silent errors.</p>
   </li>
   <li>
   <p><a href="https://redirect.github.com/lit/lit/pull/4485";>#4485</a> <a 
href="https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf";><code>57b00630</code></a>
 - Add &quot;browser&quot; export condition entrypoints to any package.json 
files with &quot;node&quot;
   export conditions. This fixes Node test runners emulating browser 
environments that were incorrectly loading the
   &quot;node&quot; entrypoints instead of the browser code.</p>
   </li>
   <li>
   <p><a href="https://redirect.github.com/lit/lit/pull/4515";>#4515</a> <a 
href="https://github.com/lit/lit/commit/dca963f7f5d2f7be91f2f073ebabe92d033b3a25";><code>dca963f7</code></a>
 - Fix a memory leak when patching directive constructors for SSR.</p>
   </li>
   </ul>
   <h2>lit-html@3.1.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a href="https://redirect.github.com/lit/lit/pull/4409";>#4409</a> <a 
href="https://github.com/lit/lit/commit/1af7991c27456c7e6073a3ee6f18f102c2adc026";><code>1af7991c</code></a>
 - asyncReplace correctly re-renders when value is unchanged (<a 
href="https://github.com/lit/lit/tree/HEAD/packages/lit-html/issues/4408";>#4408</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/lit/lit/blob/main/packages/lit-html/CHANGELOG.md";>lit-html's
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.1.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a href="https://redirect.github.com/lit/lit/pull/4523";>#4523</a> <a 
href="https://github.com/lit/lit/commit/1a32b61ecf09c2c2e6efac2735c2c627af793286";><code>1a32b61e</code></a>
 - Add a DEV_MODE error to catch duplicate attribute bindings that otherwise 
create silent errors.</p>
   </li>
   <li>
   <p><a href="https://redirect.github.com/lit/lit/pull/4485";>#4485</a> <a 
href="https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf";><code>57b00630</code></a>
 - Add &quot;browser&quot; export condition entrypoints to any package.json 
files with &quot;node&quot;
   export conditions. This fixes Node test runners emulating browser 
environments that were incorrectly loading the
   &quot;node&quot; entrypoints instead of the browser code.</p>
   </li>
   <li>
   <p><a href="https://redirect.github.com/lit/lit/pull/4515";>#4515</a> <a 
href="https://github.com/lit/lit/commit/dca963f7f5d2f7be91f2f073ebabe92d033b3a25";><code>dca963f7</code></a>
 - Fix a memory leak when patching directive constructors for SSR.</p>
   </li>
   </ul>
   <h2>3.1.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a href="https://redirect.github.com/lit/lit/pull/4409";>#4409</a> <a 
href="https://github.com/lit/lit/commit/1af7991c27456c7e6073a3ee6f18f102c2adc026";><code>1af7991c</code></a>
 - asyncReplace correctly re-renders when value is unchanged (<a 
href="https://github.com/lit/lit/tree/HEAD/packages/lit-html/issues/4408";>#4408</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/lit/lit/commit/b4e3c0ef472b89aee09c1ecf194e2bbb9b1441f7";><code>b4e3c0e</code></a>
 Version Packages (<a 
href="https://github.com/lit/lit/tree/HEAD/packages/lit-html/issues/4532";>#4532</a>)</li>
   <li><a 
href="https://github.com/lit/lit/commit/dca963f7f5d2f7be91f2f073ebabe92d033b3a25";><code>dca963f</code></a>
 [labs/ssr] fix patched directives memory leak (<a 
href="https://github.com/lit/lit/tree/HEAD/packages/lit-html/issues/4515";>#4515</a>)</li>
   <li><a 
href="https://github.com/lit/lit/commit/1a32b61ecf09c2c2e6efac2735c2c627af793286";><code>1a32b61</code></a>
 [lit-html] Add DEV_MODE error if duplicate attribute bindings are 
encountered...</li>
   <li><a 
href="https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf";><code>57b0063</code></a>
 [lit] add browser export conditions to package.json (<a 
href="https://github.com/lit/lit/tree/HEAD/packages/lit-html/issues/4485";>#4485</a>)</li>
   <li><a 
href="https://github.com/lit/lit/commit/4b8e0efe22dc1f35c39b38be24a3ff09be46b253";><code>4b8e0ef</code></a>
 [lit-html] Add test for noChange on properties (<a 
href="https://github.com/lit/lit/tree/HEAD/packages/lit-html/issues/1754";>#1754</a>)</li>
   <li><a 
href="https://github.com/lit/lit/commit/5c8b142552542ffa775b74074b8bd16f427a00fa";><code>5c8b142</code></a>
 Version Packages (<a 
href="https://github.com/lit/lit/tree/HEAD/packages/lit-html/issues/4482";>#4482</a>)</li>
   <li><a 
href="https://github.com/lit/lit/commit/1af7991c27456c7e6073a3ee6f18f102c2adc026";><code>1af7991</code></a>
 [lit-html] async-replace correctly re-renders when value is unchanged (<a 
href="https://github.com/lit/lit/tree/HEAD/packages/lit-html/issues/4409";>#4409</a>)</li>
   <li>See full diff in <a 
href="https://github.com/lit/lit/commits/lit-html@3.1.2/packages/lit-html";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lit-html&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.1.2)](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>


-- 
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: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to