You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/03/22 09:10:38 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #656: chore(deps-dev): bump uglify-js from 3.13.1 to 3.13.2 in /tobago-theme

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


   Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.13.1 to 3.13.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/mishoo/UglifyJS/releases">uglify-js's releases</a>.</em></p>
   <blockquote>
   <h2>v3.13.2</h2>
   <h3>Features</h3>
   <ul>
   <li>support exponentiation assignment operator (01aa078e9cae82e16aa1faad092dbd4fbce895e2)</li>
   <li>flexible handling of <code>__PURE__</code> through new <code>annotations</code> option (3b5d5014e09f0158a46e1729f36b5cdf7e7fd0ee)</li>
   <li>retain <code>class</code> names via <code>keep_fnames</code> (997d09bb33f95cf414235b8fc3d3b0539d33d2a2)</li>
   <li>better formatting of comments under <code>beautify</code> (7d595e2eac14022a66ad501707f3e820b87a617d)</li>
   <li><code>import/export { foo as foo };</code> :arrow_right: <code>import/export { foo };</code> (241113200e8ad3550efc051b2b7f4d7c9a4573e9)</li>
   <li><code>var f = async function*() { ... };</code> :arrow_right: <code>async function* f() { ... }</code> (b244b4ec21fdb65870068879f02e5471ab371d1d)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><code>arguments</code> object (9faee3b66abe7bdfbf8152cec606432cc9ddf703)</li>
   <li>arrow function (e124ef57e34190205534aa3ab856a7fcb6caaab5)</li>
   <li><code>async</code> function (c36c3cb47053fc83b984d3a37eb3036d6df26cbe)</li>
   <li><code>BigInt</code> literal (3016a78d85025e435c55565e645835986db8c98f)</li>
   <li>comma operator (24619daf684f4ed136616fad616bfb01238d1d30)</li>
   <li><code>delete</code> operator (48c46fa9a72e480ddae721548fc2de929a7e925a, 2508481e33271cb9a402401eecd6a51b2701c265)</li>
   <li><code>export</code> statement (6f3ab09319ec1aa4a8e489f83f6724add46bc19c, b872ffee019b73c433f9647e2b3c8169b5dd120a)</li>
   <li>generator function (73e6b2550bf0cc08e4bc95ac1e1d3b8b650c5bf8, 7da49b5709964cab2465072522bd44c0a34e160f)</li>
   <li>iteration statement (e821787095d856448940ab93a7a03febb7e644de)</li>
   <li>logical operator (b89cc84c3a9cb7f250fbe218bc3e5ea3f7f80dae)</li>
   <li><code>new.target</code> (352a944868b09c9ce3121a49d4a0bf0afe370a35, 2508481e33271cb9a402401eecd6a51b2701c265)</li>
   <li>numeric literal (aa6e33e2085da5ee9254910726a5bd7caac43dcc)</li>
   <li>spread syntax (2619bff3cf71bbb4be9b0178272af72b42878496, 149d75c09273ec1cb7e2d04d46d2b9be26ae91bf, d837a46ebd1c3a01c3493660f01cbccee68e1aa4)</li>
   <li><code>super</code> keyword (77c9116c91e8a758263ab68a7a7f720dcb7e0214)</li>
   <li>template literal (176581d732276df1578f1eb98e722ec3b5f52bbd)</li>
   <li>Unicode escape sequence (9fc0ff5953ffaebffa179284f82bbb01fb9ada3e)</li>
   <li><code>var</code> statement (9a9543013c9d56cfc9593893fb9bfdff2aaa0307)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mishoo/UglifyJS/commit/9c01511f840aa8675f6dab4358b96d821283597a"><code>9c01511</code></a> v3.13.2</li>
   <li><a href="https://github.com/mishoo/UglifyJS/commit/9faee3b66abe7bdfbf8152cec606432cc9ddf703"><code>9faee3b</code></a> fix corner case in <code>arguments</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/4810">#4810</a>)</li>
   <li><a href="https://github.com/mishoo/UglifyJS/commit/8ea1ced389776400cf507cebc48c89f1865c27aa"><code>8ea1ced</code></a> document various v8 bugs (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/4808">#4808</a>)</li>
   <li><a href="https://github.com/mishoo/UglifyJS/commit/24619daf684f4ed136616fad616bfb01238d1d30"><code>24619da</code></a> fix corner cases in <code>collapse_vars</code> &amp; <code>unused</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/4807">#4807</a>)</li>
   <li><a href="https://github.com/mishoo/UglifyJS/commit/b89cc84c3a9cb7f250fbe218bc3e5ea3f7f80dae"><code>b89cc84</code></a> fix corner case in <code>pure_getters</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/4804">#4804</a>)</li>
   <li><a href="https://github.com/mishoo/UglifyJS/commit/3016a78d85025e435c55565e645835986db8c98f"><code>3016a78</code></a> fix corner case in <code>reduce_vars</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/4802">#4802</a>)</li>
   <li><a href="https://github.com/mishoo/UglifyJS/commit/2508481e33271cb9a402401eecd6a51b2701c265"><code>2508481</code></a> fix corner case in <code>evaluate</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/4800">#4800</a>)</li>
   <li><a href="https://github.com/mishoo/UglifyJS/commit/48c46fa9a72e480ddae721548fc2de929a7e925a"><code>48c46fa</code></a> fix corner case in <code>sequences</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/4798">#4798</a>)</li>
   <li><a href="https://github.com/mishoo/UglifyJS/commit/7da49b5709964cab2465072522bd44c0a34e160f"><code>7da49b5</code></a> fix corner case in <code>collapse_vars</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/4797">#4797</a>)</li>
   <li><a href="https://github.com/mishoo/UglifyJS/commit/d837a46ebd1c3a01c3493660f01cbccee68e1aa4"><code>d837a46</code></a> fix corner case in <code>reduce_vars</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/4796">#4796</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/mishoo/UglifyJS/compare/v3.13.1...v3.13.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uglify-js&package-manager=npm_and_yarn&previous-version=3.13.1&new-version=3.13.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 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.

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



[GitHub] [myfaces-tobago] bohmber merged pull request #656: chore(deps-dev): bump uglify-js from 3.13.1 to 3.13.2 in /tobago-theme

Posted by GitBox <gi...@apache.org>.
bohmber merged pull request #656:
URL: https://github.com/apache/myfaces-tobago/pull/656


   


-- 
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.

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