dependabot[bot] opened a new pull request #81:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/81


   Bumps 
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) 
from 7.13.13 to 7.13.15.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/babel/babel/releases";><code>@​babel/core</code>'s 
releases</a>.</em></p>
   <blockquote>
   <h2>v7.13.15 (2021-04-08)</h2>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13099";>#13099</a> 
fix: raise <code>SyntaxError</code> for unparenthesized assert and assign (<a 
href="https://github.com/fedeci";><code>@​fedeci</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13049";>#13049</a> 
fix: the LHS in for-of loop should not start with let (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13101";>#13101</a> 
fix(ts): allow trailing comma after rest parameter in 
<code>TSDeclareFunction</code> (<a 
href="https://github.com/fedeci";><code>@​fedeci</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-proposal-do-expressions</code>, 
<code>babel-traverse</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/10101";>#10101</a> 
yield for do expression (<a 
href="https://github.com/tanhauhau";><code>@​tanhauhau</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13030";>#13030</a> 
Refactor switch support in <code>NodePath#getCompletionRecords</code> (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li>Other
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13106";>#13106</a> 
fix: do not filter report from functions within class elements (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-compat-data</code>, <code>babel-preset-env</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13075";>#13075</a> 
Compile classes when spread is unsupported (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>babel-preset-env</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13115";>#13115</a> 
[preset-env - debug] Print targets that need each plugin (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:memo: Documentation</h4>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13081";>#13081</a> 
Update CoC contacts (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><code>babel-plugin-transform-regenerator</code>, 
<code>babel-standalone</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13086";>#13086</a> 
Align <code>regenerator-transform</code> import with native ESM (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-transform-fixture-test-runner</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13087";>#13087</a> 
Do not load root <code>babel.config.js</code> in tests (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>babel-preset-env</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13076";>#13076</a> 
perf: lazy load preset-env plugins (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 5</h4>
   <ul>
   <li>Bogdan Savluk (<a 
href="https://github.com/zxbodya";><code>@​zxbodya</code></a>)</li>
   <li>Federico Ciardi (<a 
href="https://github.com/fedeci";><code>@​fedeci</code></a>)</li>
   <li>Huáng Jùnliàng (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   <li>Nicolò Ribaudo (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   <li>Tan Li Hau (<a 
href="https://github.com/tanhauhau";><code>@​tanhauhau</code></a>)</li>
   </ul>
   <h2>v7.13.14 (2021-03-29)</h2>
   <p>Thanks <a 
href="https://github.com/charlessuh";><code>@​charlessuh</code></a> for your 
first PR to Babel!</p>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-core</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13068";>#13068</a> 
fix(core): make sure &quot;clone-deep-browser&quot; code path is used on 
browsers (<a 
href="https://github.com/charlessuh";><code>@​charlessuh</code></a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/babel/babel/blob/main/CHANGELOG.md";><code>@​babel/core</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>v7.13.15 (2021-04-08)</h2>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13099";>#13099</a> 
fix: raise <code>SyntaxError</code> for unparenthesized assert and assign (<a 
href="https://github.com/fedeci";><code>@​fedeci</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13049";>#13049</a> 
fix: the LHS in for-of loop should not start with let (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13101";>#13101</a> 
fix(ts): allow trailing comma after rest parameter in 
<code>TSDeclareFunction</code> (<a 
href="https://github.com/fedeci";><code>@​fedeci</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-proposal-do-expressions</code>, 
<code>babel-traverse</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/10101";>#10101</a> 
yield for do expression (<a 
href="https://github.com/tanhauhau";><code>@​tanhauhau</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13030";>#13030</a> 
Refactor switch support in <code>NodePath#getCompletionRecords</code> (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li>Other
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13106";>#13106</a> 
fix: do not filter report from functions within class elements (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-compat-data</code>, <code>babel-preset-env</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13075";>#13075</a> 
Compile classes when spread is unsupported (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>babel-preset-env</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13115";>#13115</a> 
[preset-env - debug] Print targets that need each plugin (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:memo: Documentation</h4>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13081";>#13081</a> 
Update CoC contacts (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><code>babel-plugin-transform-regenerator</code>, 
<code>babel-standalone</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13086";>#13086</a> 
Align <code>regenerator-transform</code> import with native ESM (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-transform-fixture-test-runner</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13087";>#13087</a> 
Do not load root <code>babel.config.js</code> in tests (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>babel-preset-env</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13076";>#13076</a> 
perf: lazy load preset-env plugins (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h2>v7.13.14 (2021-03-29)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-core</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13068";>#13068</a> 
fix(core): make sure &quot;clone-deep-browser&quot; code path is used on 
browsers (<a 
href="https://github.com/charlessuh";><code>@​charlessuh</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li>Other
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13066";>#13066</a> 
add SHOW_CONFIG_FOR to template (<a 
href="https://github.com/hzoo";><code>@​hzoo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-cli</code>, <code>babel-core</code>, 
<code>babel-helper-transform-fixture-test-runner</code>, 
<code>babel-register</code>, <code>babel-types</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13057";>#13057</a> 
Remove lodash deps (<a 
href="https://github.com/hzoo";><code>@​hzoo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>babel-core</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/13063";>#13063</a> 
Only resolve <code>package.json</code> when relative configs are enabled (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/babel/babel/commit/e50f6f7eef85fd2fd79335223c89822f3b853a70";><code>e50f6f7</code></a>
 v7.13.15</li>
   <li><a 
href="https://github.com/babel/babel/commit/a647b9ea6bdd510f0d80b58dbea66828016ffe00";><code>a647b9e</code></a>
 Convert <code>@babel/core</code> to TypeScript (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12929";>#12929</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/c8a91d9eef51865b3bf3b3edcf38b3fe1df66a02";><code>c8a91d9</code></a>
 Rename <code>@babel/core</code> files to <code>.ts</code> (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12929";>#12929</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/7ac9e9f740d499e9743c749d7117ff9baef3a8df";><code>7ac9e9f</code></a>
 v7.13.14</li>
   <li><a 
href="https://github.com/babel/babel/commit/409244685acf802174d55f9d777e5dc477d78833";><code>4092446</code></a>
 fix: make sure &quot;clone-deep-browser&quot; code path is used on browsers 
(<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13068";>#13068</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/06eb3b73cb0acd4c58e8910e17c9b29c5fb41157";><code>06eb3b7</code></a>
 Only resolve <code>package.json</code> when relative configs are enabled (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13063";>#13063</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/8e8954b470f8be549b645632913fa37d763e44a1";><code>8e8954b</code></a>
 [babel 8] Remove module-specific options from <code>@​babel/core</code> (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12724";>#12724</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/6b39bafab696a82132e2dd0cc9f7b14661297ae9";><code>6b39baf</code></a>
 Remove <code>lodash</code> deps (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13057";>#13057</a>)</li>
   <li>See full diff in <a 
href="https://github.com/babel/babel/commits/v7.13.15/packages/babel-core";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.13.13&new-version=7.13.15)](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:
us...@infra.apache.org


Reply via email to