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


   Bumps 
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) 
from 7.12.13 to 7.12.16.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/babel/babel/releases";><code>@babel/core's 
releases</code></a>.</em></p>
   <blockquote>
   <h2>v7.12.16 (2021-02-11)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-core</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12783";>#12783</a> 
fix: use semver gte comparison on polyfill version tester (<a 
href="https://github.com/JLHwung";><code>@JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12735";>#12735</a> 
[parser] Fix scope handling of Flow declared functions (<a 
href="https://github.com/nicolo-ribaudo";><code>@nicolo-ribaudo</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12775";>#12775</a> 
babel-parser(ts): Throw recoverable for duplicates access modifier (<a 
href="https://github.com/sosukesuzuki";><code>@sosukesuzuki</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12771";>#12771</a> 
babel-parser(ts): Raise recoverable error for abstract interface (<a 
href="https://github.com/sosukesuzuki";><code>@sosukesuzuki</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12763";>#12763</a> 
fix(ts): include <code>asserts</code> in <code>TSTypePredicate</code> location 
(<a href="https://github.com/fedeci";><code>@fedeci</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12758";>#12758</a> 
[TS] Create <code>TSUnionType</code> or <code>TSIntersectionType</code> when 
typealias has a leading operator (<a 
href="https://github.com/fedeci";><code>@fedeci</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-typescript</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12760";>#12760</a> 
Support destructuring variable declarator within TS namespace (<a 
href="https://github.com/JLHwung";><code>@JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>babel-node</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12786";>#12786</a> 
Polish <code>@babel/node</code> REPL (<a 
href="https://github.com/JLHwung";><code>@JLHwung</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/12781";>#12781</a> 
pnp does not work with ESM dev scripts (<a 
href="https://github.com/JLHwung";><code>@JLHwung</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12766";>#12766</a> 
docs: Update build requirements in CONTRIBUTING.md (<a 
href="https://github.com/sosukesuzuki";><code>@sosukesuzuki</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-cli</code>, <code>babel-core</code>, 
<code>babel-helper-compilation-targets</code>, 
<code>babel-helper-create-class-features-plugin</code>, 
<code>babel-helper-create-regexp-features-plugin</code>, 
<code>babel-helper-member-expression-to-functions</code>, 
<code>babel-helper-validator-option</code>, <code>babel-node</code>, 
<code>babel-parser</code>, 
<code>babel-plugin-proposal-class-static-block</code>, 
<code>babel-plugin-proposal-dynamic-import</code>, 
<code>babel-plugin-proposal-optional-chaining</code>, 
<code>babel-plugin-transform-react-jsx-development</code>, 
<code>babel-plugin-transform-react-jsx</code>, <code>babel-preset-env</code>, 
<code>babel-preset-typescript</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12759";>#12759</a> 
Avoid importing <code>.json</code> files (<a 
href="https://github.com/nicolo-ribaudo";><code>@nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 5</h4>
   <ul>
   <li>Babel Bot (<a 
href="https://github.com/babel-bot";><code>@babel-bot</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>Sosuke Suzuki (<a 
href="https://github.com/sosukesuzuki";><code>@sosukesuzuki</code></a>)</li>
   </ul>
   <h2>v7.12.15 (2021-02-04)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12757";>#12757</a> 
fix(ts): include leading operator in <code>TSUnionType</code> and 
<code>TSIntersectionType</code> locations (<a 
href="https://github.com/fedeci";><code>@fedeci</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12755";>#12755</a> 
Respect the <code>jsescOption.minimal</code> generator option (<a 
href="https://github.com/nicolo-ribaudo";><code>@nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12752";>#12752</a> 
Allow publishing patch versions from the GH UI (<a 
href="https://github.com/nicolo-ribaudo";><code>@nicolo-ribaudo</code></a>)</li>
   </ul>
   <h4>Committers: 2</h4>
   <ul>
   <li>Federico Ciardi (<a 
href="https://github.com/fedeci";><code>@fedeci</code></a>)</li>
   <li>Nicolò Ribaudo (<a 
href="https://github.com/nicolo-ribaudo";><code>@nicolo-ribaudo</code></a>)</li>
   </ul>
   <h2>v7.12.14 (2021-02-03)</h2>
   <p>Thanks <a href="https://github.com/fedeci";><code>@fedeci</code></a> for 
the quick regression fix! (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12745";>#12745</a>)</p>
   <!-- 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's
 changelog</code></a>.</em></p>
   <blockquote>
   <h2>v7.12.16 (2021-02-11)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-core</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12783";>#12783</a> 
fix: use semver gte comparison on polyfill version tester (<a 
href="https://github.com/JLHwung";><code>@JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12735";>#12735</a> 
[parser] Fix scope handling of Flow declared functions (<a 
href="https://github.com/nicolo-ribaudo";><code>@nicolo-ribaudo</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12775";>#12775</a> 
babel-parser(ts): Throw recoverable for duplicates access modifier (<a 
href="https://github.com/sosukesuzuki";><code>@sosukesuzuki</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12771";>#12771</a> 
babel-parser(ts): Raise recoverable error for abstract interface (<a 
href="https://github.com/sosukesuzuki";><code>@sosukesuzuki</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12763";>#12763</a> 
fix(ts): include <code>asserts</code> in <code>TSTypePredicate</code> location 
(<a href="https://github.com/fedeci";><code>@fedeci</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12758";>#12758</a> 
[TS] Create <code>TSUnionType</code> or <code>TSIntersectionType</code> when 
typealias has a leading operator (<a 
href="https://github.com/fedeci";><code>@fedeci</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-typescript</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12760";>#12760</a> 
Support destructuring variable declarator within TS namespace (<a 
href="https://github.com/JLHwung";><code>@JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>babel-node</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12786";>#12786</a> 
Polish <code>@babel/node</code> REPL (<a 
href="https://github.com/JLHwung";><code>@JLHwung</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/12781";>#12781</a> 
pnp does not work with ESM dev scripts (<a 
href="https://github.com/JLHwung";><code>@JLHwung</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12766";>#12766</a> 
docs: Update build requirements in CONTRIBUTING.md (<a 
href="https://github.com/sosukesuzuki";><code>@sosukesuzuki</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-cli</code>, <code>babel-core</code>, 
<code>babel-helper-compilation-targets</code>, 
<code>babel-helper-create-class-features-plugin</code>, 
<code>babel-helper-create-regexp-features-plugin</code>, 
<code>babel-helper-member-expression-to-functions</code>, 
<code>babel-helper-validator-option</code>, <code>babel-node</code>, 
<code>babel-parser</code>, 
<code>babel-plugin-proposal-class-static-block</code>, 
<code>babel-plugin-proposal-dynamic-import</code>, 
<code>babel-plugin-proposal-optional-chaining</code>, 
<code>babel-plugin-transform-react-jsx-development</code>, 
<code>babel-plugin-transform-react-jsx</code>, <code>babel-preset-env</code>, 
<code>babel-preset-typescript</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12759";>#12759</a> 
Avoid importing <code>.json</code> files (<a 
href="https://github.com/nicolo-ribaudo";><code>@nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h2>v7.12.15 (2021-02-04)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12757";>#12757</a> 
fix(ts): include leading operator in <code>TSUnionType</code> and 
<code>TSIntersectionType</code> locations (<a 
href="https://github.com/fedeci";><code>@fedeci</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12755";>#12755</a> 
Respect the <code>jsescOption.minimal</code> generator option (<a 
href="https://github.com/nicolo-ribaudo";><code>@nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12752";>#12752</a> 
Allow publishing patch versions from the GH UI (<a 
href="https://github.com/nicolo-ribaudo";><code>@nicolo-ribaudo</code></a>)</li>
   </ul>
   <h2>v7.12.14 (2021-02-03)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12748";>#12748</a> 
fix(ts): allow abstract methods with <code>export default abstract class</code> 
(<a href="https://github.com/fedeci";><code>@fedeci</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><code>babel-core</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/12740";>#12740</a> 
test: add tests on {parser,generator}Override (<a 
href="https://github.com/JLHwung";><code>@JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/babel/babel/commit/dd5c9f958c399d4aef98a6fdb644007d456e5a92";><code>dd5c9f9</code></a>
 v7.12.16</li>
   <li><a 
href="https://github.com/babel/babel/commit/4f92f8c11c539d54199240150d2e5643e238b536";><code>4f92f8c</code></a>
 fix: use semver gte comparison on polyfill version tester (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12783";>#12783</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/e735266dee02144f168a5547fe14f3fd0c553ee4";><code>e735266</code></a>
 Avoid importing <code>.json</code> files (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12759";>#12759</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/7fb6048e7c4629a488ea19e5528aeedc966ccce2";><code>7fb6048</code></a>
 test: add tests on {parser,generator}Override (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12740";>#12740</a>)</li>
   <li>See full diff in <a 
href="https://github.com/babel/babel/commits/v7.12.16/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.12.13&new-version=7.12.16)](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
   
   
   </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:
[email protected]


Reply via email to