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

   Bumps 
[rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2)
 from 0.33.0 to 0.34.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/releases";>rollup-plugin-typescript2's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.34.0</h2>
   <h2>Bugfixes</h2>
   <ul>
   <li>fix: handle all type-only imports by piping TS imports by <a 
href="https://github.com/agilgur5";><code>@​agilgur5</code></a> in <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/406";>#406</a>
   <ul>
   <li>If you have ever had issues with some files not being type-checked or 
not generating declarations, this should conclusively fix all such issues. This 
type of issue <em>used to</em> occur if you had a type-only / interface-only / 
emit-less file, i.e. a file with only TS <code>type</code>s and 
<code>interface</code>s that would produce no JS.
   <ul>
   <li>For instance: <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/211";>#211</a>,
 <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/298";>#298</a>,
 <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/409";>#409</a>,
 <a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/issues?q=label%3A%22topic%3A+type-only+%2F+emit-less+imports%22+";>etc</a></li>
   </ul>
   </li>
   <li><em>NOTE</em>: This requires Rollup version <code>2.60.0</code>+ as it 
requires the use of <a 
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md#2600";><code>this.load</code></a></li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   <ul>
   <li>fix(dx): remove extra quote in <code>emitDeclarationOnly</code> log 
statement by <a href="https://github.com/agilgur5";><code>@​agilgur5</code></a> 
in <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/412";>#412</a></li>
   </ul>
   <!-- raw HTML omitted -->
   <h2>Docs</h2>
   <ul>
   <li>docs: add a simple <code>CHANGELOG.md</code> that references GH releases 
by <a href="https://github.com/agilgur5";><code>@​agilgur5</code></a> in <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/419";>#419</a>
   <ul>
   <li>i.e. it references <em>this</em> page</li>
   </ul>
   </li>
   </ul>
   <h2>Internal (testing, refactors)</h2>
   <ul>
   <li>test: ensure <code>declarationMap</code> sources are correct  by <a 
href="https://github.com/agilgur5";><code>@​agilgur5</code></a> in <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/403";>#403</a></li>
   <li>test: add <code>print-diagnostics</code> spec  by <a 
href="https://github.com/agilgur5";><code>@​agilgur5</code></a> in <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/405";>#405</a></li>
   </ul>
   <!-- raw HTML omitted -->
   <ul>
   <li>refactor(test): heavily simplify the <code>context</code> helper  by <a 
href="https://github.com/agilgur5";><code>@​agilgur5</code></a> in <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/404";>#404</a></li>
   <li>refactor: combine <code>check-tsconfig</code> with 
<code>parse-tsconfig</code> by <a 
href="https://github.com/agilgur5";><code>@​agilgur5</code></a> in <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/413";>#413</a></li>
   <li>clean: remove <code>ConsoleContext</code> entirely by using 
<code>buildStart</code> by <a 
href="https://github.com/agilgur5";><code>@​agilgur5</code></a> in <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/414";>#414</a></li>
   <li>refactor(cache): simplify creating / using the <code>cache</code> var by 
<a href="https://github.com/agilgur5";><code>@​agilgur5</code></a> in <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/415";>#415</a></li>
   <li>refactor: consolidate <code>diagnostics</code> funcs into single file  
by <a href="https://github.com/agilgur5";><code>@​agilgur5</code></a> in <a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/416";>#415</a></li>
   </ul>
   <!-- raw HTML omitted -->
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.33.0.1...0.34.0";>https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.33.0.1...0.34.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/0b99f8ec62119d07df121beb441074b282d546db";><code>0b99f8e</code></a>
 - build for 34.0</li>
   <li><a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/ba262937f83f22815b0c2739b8d5b6248e256927";><code>ba26293</code></a>
 refactor: consolidate <code>diagnostics</code> funcs into single file  (<a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/416";>#416</a>)</li>
   <li><a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/e98e0ede7ea9d413ae1b8a22ce0f3cceac98cc72";><code>e98e0ed</code></a>
 docs: add a simple CHANGELOG.md that references GH releases (<a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/419";>#419</a>)</li>
   <li><a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/560ed8dac7769fc5ef9a08b1e910fc8fc3b420c9";><code>560ed8d</code></a>
 fix: handle all type-only imports by piping TS imports (<a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/406";>#406</a>)</li>
   <li><a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/c6be0eb3a870666418a88837592d3b4c3ce6ef20";><code>c6be0eb</code></a>
 refactor(cache): simplify creating / using the <code>cache</code> var (<a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/415";>#415</a>)</li>
   <li><a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/1e71d5064dcab6c5ebbd251e33bc851800ec0c5c";><code>1e71d50</code></a>
 clean: remove <code>ConsoleContext</code> entirely by using 
<code>buildStart</code> (<a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/414";>#414</a>)</li>
   <li><a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/79053fe82fa126d43e0354380e0d096707c916b9";><code>79053fe</code></a>
 refactor: combine <code>check-tsconfig</code> with <code>parse-tsconfig</code> 
(<a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/413";>#413</a>)</li>
   <li><a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/27356be3a04ccd343e8dcadcef3674e9d5bb2506";><code>27356be</code></a>
 test: add <code>print-diagnostics</code> spec (<a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/405";>#405</a>)</li>
   <li><a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/0c8e88d42cd3ac7ef9e24b1066c829ce41273a6e";><code>0c8e88d</code></a>
 refactor(test): heavily simplify the <code>context</code> helper  (<a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/404";>#404</a>)</li>
   <li><a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/88863838a02fcd4c006f7f2b36e8afd18fca2fdc";><code>8886383</code></a>
 fix(dx): remove extra quote in emitDeclarationOnly log statement (<a 
href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/412";>#412</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.33.0...0.34.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup-plugin-typescript2&package-manager=npm_and_yarn&previous-version=0.33.0&new-version=0.34.0)](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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to