dependabot[bot] opened a new pull request #226: URL: https://github.com/apache/incubator-flagon-useralejs/pull/226
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.17.5. <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.5 (2022-02-17)</h2> <p>Thanks <a href="https://github.com/thebanjomaticfor"><code>@thebanjomaticfor</code></a> your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14283">#14283</a> Make source maps plain objects for use with <code>t.valueToNode</code> (<a href="https://github.com/thebanjomatic"><code>@thebanjomatic</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14282">#14282</a> Fix merging sourcemaps on Windows (<a href="https://github.com/jridgewell"><code>@jridgewell</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Adam Hines (<a href="https://github.com/thebanjomatic"><code>@thebanjomatic</code></a>)</li> <li>Justin Ridgewell (<a href="https://github.com/jridgewell"><code>@jridgewell</code></a>)</li> </ul> <h2>7.17.4</h2> <h2>v7.17.4 (2022-02-15)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14274">#14274</a> Fix infinite recursion when merge sourcemaps (<a href="https://github.com/jridgewell"><code>@jridgewell</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Justin Ridgewell (<a href="https://github.com/jridgewell"><code>@jridgewell</code></a>)</li> </ul> <h2>7.17.3</h2> <h2>v7.17.3 (2022-02-15)</h2> <p>Thanks <a href="https://github.com/zhangenming"><code>@zhangenming</code></a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14271">#14271</a> jsx-development: do not emit <code>this</code> within ts module block (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14240">#14240</a> Fix destructuring with holes in assign pattern (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-transform-fixture-test-runner</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14253">#14253</a> Convert all SourceMapConsumers to TraceMaps (<a href="https://github.com/jridgewell"><code>@jridgewell</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-private-methods</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14268">#14268</a> Skip unnecessary temp vars in <code>path.insertAfter</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 7</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Justin Ridgewell (<a href="https://github.com/jridgewell"><code>@jridgewell</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> <li><a href="https://github.com/zhangenming"><code>@zhangenming</code></a></li> <li>magic-akari (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</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.5 (2022-02-17)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14283">#14283</a> Make source maps plain objects for use with <code>t.valueToNode</code> (<a href="https://github.com/thebanjomatic"><code>@thebanjomatic</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14282">#14282</a> Fix merging sourcemaps on Windows (<a href="https://github.com/jridgewell"><code>@jridgewell</code></a>)</li> </ul> </li> </ul> <h2>v7.17.4 (2022-02-15)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14274">#14274</a> Fix infinite recursion when merge sourcemaps (<a href="https://github.com/jridgewell"><code>@jridgewell</code></a>)</li> </ul> </li> </ul> <h2>v7.17.3 (2022-02-15)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14271">#14271</a> jsx-development: do not emit <code>this</code> within ts module block (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14240">#14240</a> Fix destructuring with holes in assign pattern (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-transform-fixture-test-runner</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14253">#14253</a> Convert all SourceMapConsumers to TraceMaps (<a href="https://github.com/jridgewell"><code>@jridgewell</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-private-methods</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14268">#14268</a> Skip unnecessary temp vars in <code>path.insertAfter</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.17.2 (2022-02-08)</h2> <h4>:bug: Bug Fix</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/14244">#14244</a> Fix 2021-12 decorators application order (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14241">#14241</a> Fix reinstantiation of inherited plugins (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14246">#14246</a> Merge multi-source output sourcemaps (<a href="https://github.com/jridgewell"><code>@jridgewell</code></a>)</li> </ul> </li> </ul> <h2>v7.17.1 (2022-02-03)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14231">#14231</a> Restore class fields transform compat with old <code>@babel/types</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.17.0 (2022-02-02)</h2> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14065">#14065</a> Allow plugins/presets to indicate external dependencies (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-parser</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14174">#14174</a> Expose <code>.index</code> on Position to internally track nodes location (<a href="https://github.com/tolmasky"><code>@tolmasky</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-syntax-pipeline-operator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13973">#13973</a> proposal-pipe: Add support for <code>^^</code> and <code>@@</code> topics (<a href="https://github.com/js-choi"><code>@js-choi</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13940">#13940</a> Add new method to check if node is null or not (<a href="https://github.com/danez"><code>@danez</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/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><a href="https://github.com/babel/babel/commit/76dd49197af69a312283145cae2403ff2bd8961b"><code>76dd491</code></a> Support merging sourcemaps when transformed file is fully replaced (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14247">#14247</a>)</li> <li><a href="https://github.com/babel/babel/commit/99cac61be81a3ae5e3cea6d0be6c47d11dcd3dd0"><code>99cac61</code></a> v7.17.2</li> <li><a href="https://github.com/babel/babel/commit/165b7352b71169d636731da9cd4c16886939b39a"><code>165b735</code></a> Fix reinstantiation of inherited plugins (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14241">#14241</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.17.5/packages/babel-core">compare view</a></li> </ul> </details> <br /> [](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