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


   Bumps 
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) 
from 7.16.12 to 7.17.8.
   <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.17.8 (2022-03-18)</h2>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14353";>#14353</a> 
Update decorators to match latest spec (<a 
href="https://github.com/pzuraq";><code>@​pzuraq</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14339";>#14339</a> 
Decorators misc fixes (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-plugin-transform-modules-systemjs</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14057";>#14057</a> 
[systemjs] Fix nested <code>let</code>/<code>const</code> shadowing imported 
bindings (<a 
href="https://github.com/The-x-Theorist";><code>@​The-x-Theorist</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14362";>#14362</a> 
Allow keywords in TS qualified types (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:leftwards_arrow_with_hook: Revert</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14367";>#14367</a> 
Defer <code>&lt;T&gt;() =&gt; {}</code> TSX error to Babel 8 (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 4</h4>
   <ul>
   <li>Chris Garrett (<a 
href="https://github.com/pzuraq";><code>@​pzuraq</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>Sneh Khatri (<a 
href="https://github.com/The-x-Theorist";><code>@​The-x-Theorist</code></a>)</li>
   </ul>
   <h2>v7.17.7 (2022-03-14)</h2>
   <p>Thanks <a href="https://github.com/cha0s";><code>@​cha0s</code></a>, <a 
href="https://github.com/dev-itsheng";><code>@​dev-itsheng</code></a>, <a 
href="https://github.com/green1052";><code>@​green1052</code></a>, <a 
href="https://github.com/jlennox";><code>@​jlennox</code></a> and <a 
href="https://github.com/Yokubjon-J";><code>@​Yokubjon-J</code></a> for your 
first PRs!</p>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-generator</code>, <code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14135";>#14135</a> 
[tsx] raise error on single arrow type argument without comma (<a 
href="https://github.com/ozanhonamlioglu";><code>@​ozanhonamlioglu</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-helper-compilation-targets</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14294";>#14294</a> 
Avoid <code>resolveTargets</code> call if <code>browsers</code> is an empty 
array (<a 
href="https://github.com/dev-itsheng";><code>@​dev-itsheng</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-module-transforms</code>, 
<code>babel-helper-simple-access</code>, 
<code>babel-plugin-transform-modules-amd</code>, 
<code>babel-plugin-transform-modules-commonjs</code>, 
<code>babel-plugin-transform-modules-umd</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14341";>#14341</a> 
Fix update expression for exported bigints (<a 
href="https://github.com/magic-akari";><code>@​magic-akari</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14344";>#14344</a> 
Allow variable and function with the same name in static blocks (<a 
href="https://github.com/Yokubjon-J";><code>@​Yokubjon-J</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14327";>#14327</a> 
Remove length restriction from JSX entities, and ignore 
<code>Object.prototype</code> (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14293";>#14293</a> 
fix(ts): skip func-type param start on parsing (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14335";>#14335</a> 
Fix static/proto initializers when there aren't class fields (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14334";>#14334</a> 
fix: push <code>newClass</code> only when class is decorated (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14309";>#14309</a> 
Fix <code>import type/typeof</code> printing with no specifiers (<a 
href="https://github.com/The-x-Theorist";><code>@​The-x-Theorist</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-module-transforms</code>, 
<code>babel-plugin-transform-modules-commonjs</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14313";>#14313</a> 
Fix duplicate exports initialization with many exports (<a 
href="https://github.com/JasinYip";><code>@​JasinYip</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-member-expression-to-functions</code>, 
<code>babel-plugin-proposal-class-properties</code>, 
<code>babel-plugin-proposal-private-methods</code>, 
<code>babel-plugin-transform-classes</code>, 
<code>babel-plugin-transform-object-super</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14311";>#14311</a> 
fix: support bigints in update expressions for private fields (<a 
href="https://github.com/magic-akari";><code>@​magic-akari</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-register</code></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.17.8 (2022-03-18)</h2>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14353";>#14353</a> 
Update decorators to match latest spec (<a 
href="https://github.com/pzuraq";><code>@​pzuraq</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14339";>#14339</a> 
Decorators misc fixes (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-plugin-transform-modules-systemjs</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14057";>#14057</a> 
[systemjs] Fix nested <code>let</code>/<code>const</code> shadowing imported 
bindings (<a 
href="https://github.com/The-x-Theorist";><code>@​The-x-Theorist</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14362";>#14362</a> 
Allow keywords in TS qualified types (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:leftwards_arrow_with_hook: Revert</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14367";>#14367</a> 
Defer <code>&lt;T&gt;() =&gt; {}</code> TSX error to Babel 8 (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h2>v7.17.7 (2022-03-14)</h2>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-generator</code>, <code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14135";>#14135</a> 
[tsx] raise error on single arrow type argument without comma (<a 
href="https://github.com/ozanhonamlioglu";><code>@​ozanhonamlioglu</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-helper-compilation-targets</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14294";>#14294</a> 
Avoid <code>resolveTargets</code> call if <code>browsers</code> is an empty 
array (<a 
href="https://github.com/dev-itsheng";><code>@​dev-itsheng</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-module-transforms</code>, 
<code>babel-helper-simple-access</code>, 
<code>babel-plugin-transform-modules-amd</code>, 
<code>babel-plugin-transform-modules-commonjs</code>, 
<code>babel-plugin-transform-modules-umd</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14341";>#14341</a> 
Fix update expression for exported bigints (<a 
href="https://github.com/magic-akari";><code>@​magic-akari</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14344";>#14344</a> 
Allow variable and function with the same name in static blocks (<a 
href="https://github.com/Yokubjon-J";><code>@​Yokubjon-J</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14327";>#14327</a> 
Remove length restriction from JSX entities, and ignore 
<code>Object.prototype</code> (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14293";>#14293</a> 
fix(ts): skip func-type param start on parsing (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14335";>#14335</a> 
Fix static/proto initializers when there aren't class fields (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14334";>#14334</a> 
fix: push <code>newClass</code> only when class is decorated (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14309";>#14309</a> 
Fix <code>import type/typeof</code> printing with no specifiers (<a 
href="https://github.com/The-x-Theorist";><code>@​The-x-Theorist</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-module-transforms</code>, 
<code>babel-plugin-transform-modules-commonjs</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14313";>#14313</a> 
Fix duplicate exports initialization with many exports (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-member-expression-to-functions</code>, 
<code>babel-plugin-proposal-class-properties</code>, 
<code>babel-plugin-proposal-private-methods</code>, 
<code>babel-plugin-transform-classes</code>, 
<code>babel-plugin-transform-object-super</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14311";>#14311</a> 
fix: support bigints in update expressions for private fields (<a 
href="https://github.com/magic-akari";><code>@​magic-akari</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-register</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14303";>#14303</a> 
Fix babel register cache invalidation (<a 
href="https://github.com/cha0s";><code>@​cha0s</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14338";>#14338</a> 
Report single error for invalid num seps in unicode escapes (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><code>babel-generator</code>, <code>babel-parser</code>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/babel/babel/pull/14320";>#14320</a> 
Type-safe ParseErrors (<a 
href="https://github.com/tolmasky";><code>@​tolmasky</code></a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/babel/babel/commit/1a58c7ed6a872f83271f81001e9b66a5a4e679f9";><code>1a58c7e</code></a>
 v7.17.8</li>
   <li><a 
href="https://github.com/babel/babel/commit/4f1617cdd043c7b3d9797c92917e5537f7fb14a2";><code>4f1617c</code></a>
 v7.17.7</li>
   <li><a 
href="https://github.com/babel/babel/commit/5cf3118700ff87b5c1a8e3b154299fa9f8ec948d";><code>5cf3118</code></a>
 Fixed the <code>ParseResult</code> type in <code>@babel/core</code> (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14333";>#14333</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/1fb9ffbcc1ab51ccdecff6e410cfe18a76ce41c3";><code>1fb9ffb</code></a>
 v7.17.5</li>
   <li><a 
href="https://github.com/babel/babel/commit/b7631ffc6568818416ebfdd68403caa77bf63ac6";><code>b7631ff</code></a>
 Make source maps plain objects for use with <code>t.valueToNode</code> (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14283";>#14283</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/ea1c44ea7f5bee7681aa4d6074e3aa01bd125749";><code>ea1c44e</code></a>
 Fix merging sourcemaps on Windows (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14282";>#14282</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/30fb04faaf4d3b1ca35aa2b018e949a3b4de3780";><code>30fb04f</code></a>
 v7.17.4</li>
   <li><a 
href="https://github.com/babel/babel/commit/42c765b999717b75913ce03b418418b38a93dbbb";><code>42c765b</code></a>
 Fix infinite recursion when merging sourcemaps (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14274";>#14274</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/f52c70c357969d3e75502956abd57b0b288fee9e";><code>f52c70c</code></a>
 v7.17.3</li>
   <li><a 
href="https://github.com/babel/babel/commit/d610f834bd1eaef2aaeef62e60f222b978708323";><code>d610f83</code></a>
 Convert all SourceMapConsumers to TraceMaps (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14253";>#14253</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/babel/babel/commits/v7.17.8/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.16.12&new-version=7.17.8)](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: dev-unsubscr...@flagon.apache.org

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


Reply via email to