You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2022/02/14 07:05:38 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #222: Bump @babel/core from 7.16.12 to 7.17.2

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


   Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.17.2.
   <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.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>
   <h4>Committers: 3</h4>
   <ul>
   <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>
   </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>
   <h4>Committers: 1</h4>
   <ul>
   <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   <h2>v7.17.0 (2022-02-02)</h2>
   <p>Thanks <a href="https://github.com/atti187"><code>@​atti187</code></a> and <a href="https://github.com/phulin"><code>@​phulin</code></a> for your first PRs!</p>
   <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>
   <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-destructuring-private</code>, <code>babel-standalone</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13931">#13931</a> Parse destructuring private fields (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-syntax-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14004">#14004</a> Add new decorators transform (<a href="https://github.com/pzuraq"><code>@​pzuraq</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-traverse</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13681">#13681</a> Add the <code>decoratorsAutoAccessors</code> parser plugin (<a href="https://github.com/pzuraq"><code>@​pzuraq</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-core</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-plugin-proposal-unicode-sets-regex</code>, <code>babel-plugin-syntax-unicode-sets-regex</code>, <code>babel-plugin-transform-dotall-regex</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14125">#14125</a> Add transform support for the &quot;regexp unicode sets&quot; proposal (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14086">#14086</a> Add parser support for the &quot;regexp unicode sets&quot; proposal (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-register</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14087">#14087</a> Expose <code>@babel/register/experimental-worker</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <!-- 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.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>
   <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-destructuring-private</code>, <code>babel-standalone</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13931">#13931</a> Parse destructuring private fields (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-syntax-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14004">#14004</a> Add new decorators transform (<a href="https://github.com/pzuraq"><code>@​pzuraq</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-traverse</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13681">#13681</a> Add the <code>decoratorsAutoAccessors</code> parser plugin (<a href="https://github.com/pzuraq"><code>@​pzuraq</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-core</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-plugin-proposal-unicode-sets-regex</code>, <code>babel-plugin-syntax-unicode-sets-regex</code>, <code>babel-plugin-transform-dotall-regex</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14125">#14125</a> Add transform support for the &quot;regexp unicode sets&quot; proposal (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14086">#14086</a> Add parser support for the &quot;regexp unicode sets&quot; proposal (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-register</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14087">#14087</a> Expose <code>@babel/register/experimental-worker</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</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/14145">#14145</a> Reinterpret &lt;&lt; when parsing TS type arguments (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-runtime</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14187">#14187</a> Normalize absolute paths on Windows (<a href="https://github.com/atti187"><code>@​atti187</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:memo: Documentation</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14223">#14223</a> Remove Babel 6 from SECURITY.md (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><code>babel-helper-fixtures</code>, <code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14201">#14201</a> Fuzz test location-related parser options (<a href="https://github.com/tolmasky"><code>@​tolmasky</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-compat-data</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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><a href="https://github.com/babel/babel/commit/1deccb0438dc5078dd4a354f35679db452a9266d"><code>1deccb0</code></a> Merge multi-source output sourcemaps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14246">#14246</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/18f938c70afbe50d54eb7492ae8c3d6c30876f25"><code>18f938c</code></a> Fix race condition in <code>--watch --verbose</code> test (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14232">#14232</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/38c23cded40af3ccc8d2c39dbe165e9b446e55a3"><code>38c23cd</code></a> v7.17.0</li>
   <li><a href="https://github.com/babel/babel/commit/7d63d2f8337065a000d80da3282fba91f10fc6c2"><code>7d63d2f</code></a> Allow plugins/presets to indicate external dependencies (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14065">#14065</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/97a8bcb9cc1c5ea151785f2851388e16942646a2"><code>97a8bcb</code></a> Expose <code>.index</code> on Position to internally track nodes location (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14174">#14174</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/10fe2f3aab10e9bc8dd591d94499c6fbe53aa331"><code>10fe2f3</code></a> Add transform support for the &quot;regexp unicode sets&quot; proposal (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14125">#14125</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/7d32f49625d132a8250a19df38beedaeab48aad0"><code>7d32f49</code></a> Switch to <code>@ampproject/remapping</code> to merge source maps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14209">#14209</a>)</li>
   <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.17.2/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.2)](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-unsubscribe@flagon.apache.org

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #222: Bump @babel/core from 7.16.12 to 7.17.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #222:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/222


   


-- 
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-unsubscribe@flagon.apache.org

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #222: Bump @babel/core from 7.16.12 to 7.17.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #222:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/222#issuecomment-1046536204


   Superseded by #226.


-- 
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-unsubscribe@flagon.apache.org

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