You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/07/20 10:38:35 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #20787: chore(deps): bump terser from 4.6.3 to 4.8.1 in /superset-frontend

dependabot[bot] opened a new pull request, #20787:
URL: https://github.com/apache/superset/pull/20787

   Bumps [terser](https://github.com/terser/terser) from 4.6.3 to 4.8.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/terser/terser/blob/master/CHANGELOG.md">terser's changelog</a>.</em></p>
   <blockquote>
   <h2>v4.8.1 (backport)</h2>
   <ul>
   <li>Security fix for RegExps that should not be evaluated (regexp DDOS)</li>
   </ul>
   <h2>v4.8.0</h2>
   <ul>
   <li>Support for numeric separators (<code>million = 1_000_000</code>) was added.</li>
   <li>Assigning properties to a class is now assumed to be pure.</li>
   <li>Fixed bug where <code>yield</code> wasn't considered a valid property key in generators.</li>
   </ul>
   <h2>v4.7.0</h2>
   <ul>
   <li>A bug was fixed where an arrow function would have the wrong size</li>
   <li><code>arguments</code> object is now considered safe to retrieve properties from (useful for <code>length</code>, or <code>0</code>) even when <code>pure_getters</code> is not set.</li>
   <li>Fixed erroneous <code>const</code> declarations without value (which is invalid) in some corner cases when using <code>collapse_vars</code>.</li>
   </ul>
   <h2>v4.6.13</h2>
   <ul>
   <li>Fixed issue where ES5 object properties were being turned into ES6 object properties due to more lax unicode rules.</li>
   <li>Fixed parsing of BigInt with lowercase <code>e</code> in them.</li>
   </ul>
   <h2>v4.6.12</h2>
   <ul>
   <li>Fixed subtree comparison code, making it see that <code>[1,[2, 3]]</code> is different from <code>[1, 2, [3]]</code></li>
   <li>Printing of unicode identifiers has been improved</li>
   </ul>
   <h2>v4.6.11</h2>
   <ul>
   <li>Read unused classes' properties and method keys, to figure out if they use other variables.</li>
   <li>Prevent inlining into block scopes when there are name collisions</li>
   <li>Functions are no longer inlined into parameter defaults, because they live in their own special scope.</li>
   <li>When inlining identity functions, take into account the fact they may be used to drop <code>this</code> in function calls.</li>
   <li>Nullish coalescing operator (<code>x ?? y</code>), plus basic optimization for it.</li>
   <li>Template literals in binary expressions such as <code>+</code> have been further optimized</li>
   </ul>
   <h2>v4.6.10</h2>
   <ul>
   <li>Do not use reduce_vars when classes are present</li>
   </ul>
   <h2>v4.6.9</h2>
   <ul>
   <li>Check if block scopes actually exist in blocks</li>
   </ul>
   <h2>v4.6.8</h2>
   <ul>
   <li>Take into account &quot;executed bits&quot; of classes like static properties or computed keys, when checking if a class evaluation might throw or have side effects.</li>
   </ul>
   <h2>v4.6.7</h2>
   <ul>
   <li>Some new performance gains through a <code>AST_Node.size()</code> method which measures a node's source code length without printing it to a string first.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/terser/terser/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser&package-manager=npm_and_yarn&previous-version=4.6.3&new-version=4.8.1)](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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/superset/network/alerts).
   
   </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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] codecov[bot] commented on pull request #20787: chore(deps): bump terser from 4.6.3 to 4.8.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #20787:
URL: https://github.com/apache/superset/pull/20787#issuecomment-1190190476

   # [Codecov](https://codecov.io/gh/apache/superset/pull/20787?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#20787](https://codecov.io/gh/apache/superset/pull/20787?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (cc61f26) into [master](https://codecov.io/gh/apache/superset/commit/bb5b8e4c4fee04084944d399bee9dfa278f20177?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (bb5b8e4) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #20787   +/-   ##
   =======================================
     Coverage   66.30%   66.30%           
   =======================================
     Files        1756     1756           
     Lines       66737    66737           
     Branches     7049     7049           
   =======================================
     Hits        44251    44251           
     Misses      20689    20689           
     Partials     1797     1797           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `51.93% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   


-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rusackas merged pull request #20787: chore(deps): bump terser from 4.6.3 to 4.8.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
rusackas merged PR #20787:
URL: https://github.com/apache/superset/pull/20787


-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org