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/09/19 07:05:57 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #296: Bump @babel/core from 7.18.10 to 7.19.1

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

   Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.19.1.
   <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.19.1 (2022-09-14)</h2>
   <p>Thanks <a href="https://github.com/hegemonic"><code>@​hegemonic</code></a> for 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/14930">#14930</a> Avoid fancy stack traces size computation (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-traverse</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14932">#14932</a> fix: isForAwaitStatement is broken (<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/14872">#14872</a> Use the built-in class fields and private methods rules in ESLint 8 (<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/14920">#14920</a> [estree] attach comments after directives at the end of file (<a href="https://github.com/hegemonic"><code>@​hegemonic</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14900">#14900</a> [ts] allow redeclaring a var/type with the same name as import (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-typescript</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14913">#14913</a> fix: do not remove type import used in TS import= (<a href="https://github.com/JLHwung"><code>@​JLHwung</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>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   <li>Jeff Williams (<a href="https://github.com/hegemonic"><code>@​hegemonic</code></a>)</li>
   <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
   </ul>
   <h2>v7.19.0 (2022-09-05)</h2>
   <p>Blog post: <a href="https://babeljs.io/blog/2022/09/05/7.19.0">https://babeljs.io/blog/2022/09/05/7.19.0</a></p>
   <p>Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a> for your first PR!</p>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14666">#14666</a> Support private name in decorator member expression (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helpers</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14877">#14877</a><code>tc39/ecma262#2819</code><a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:rocket: New Feature</h4>
   <ul>
   <li><code>babel-generator</code>, <code>babel-helpers</code>, <code>babel-parser</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>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14836">#14836</a> Add 2022-03 decorators version (stage 3) (<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/14695">#14695</a> [parser] Make <code>decoratorsBeforeExport</code> default to <code>false</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>, <code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14744">#14744</a> Default to hash syntax for Record&amp;Tuple (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-standalone</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14867">#14867</a> feat: add proposal-record-and-tuple to standalone (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-create-regexp-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-transform-named-capturing-groups-regex</code>, <code>babel-standalone</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14805">#14805</a> Add support for the duplicate named capturing groups proposal (<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-helper-function-name</code>, <code>babel-helper-wrap-function</code>, <code>babel-plugin-transform-classes</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.19.1 (2022-09-14)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-core</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14930">#14930</a> Avoid fancy stack traces size computation (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-traverse</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14932">#14932</a> fix: isForAwaitStatement is broken (<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/14872">#14872</a> Use the built-in class fields and private methods rules in ESLint 8 (<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/14920">#14920</a> [estree] attach comments after directives at the end of file (<a href="https://github.com/hegemonic"><code>@​hegemonic</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14900">#14900</a> [ts] allow redeclaring a var/type with the same name as import (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-typescript</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14913">#14913</a> fix: do not remove type import used in TS import= (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h2>v7.19.0 (2022-09-05)</h2>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14666">#14666</a> Support private name in decorator member expression (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helpers</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14877">#14877</a><code>tc39/ecma262#2819</code><a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:rocket: New Feature</h4>
   <ul>
   <li><code>babel-generator</code>, <code>babel-helpers</code>, <code>babel-parser</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>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14836">#14836</a> Add 2022-03 decorators version (stage 3) (<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/14695">#14695</a> [parser] Make <code>decoratorsBeforeExport</code> default to <code>false</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>, <code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14744">#14744</a> Default to hash syntax for Record&amp;Tuple (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-standalone</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14867">#14867</a> feat: add proposal-record-and-tuple to standalone (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-create-regexp-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-transform-named-capturing-groups-regex</code>, <code>babel-standalone</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14805">#14805</a> Add support for the duplicate named capturing groups proposal (<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-helper-function-name</code>, <code>babel-helper-wrap-function</code>, <code>babel-plugin-transform-classes</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14897">#14897</a> Fix: class transform should not drop method definition when key contains non-BMP characters (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-typescript</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14890">#14890</a> fix: TS plugin shouldn't remove <code>#privateField!</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14819">#14819</a> fix: parse a<!-- raw HTML omitted -->&gt;&gt;c as a<!-- raw HTML omitted -->c) (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-builder-react-jsx</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14886">#14886</a> Fix helper-builder-react-jsx compat with Babel 7.9 (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>babel-core</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11612">#11612</a> Make error message prefixes more descriptive (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11554">#11554</a> Hide internal <code>@babel/core</code> functions in config errors (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:memo: Documentation</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/babel/babel/commit/eb621ac822df8d4656970b95394622957e1f6245"><code>eb621ac</code></a> v7.19.1</li>
   <li><a href="https://github.com/babel/babel/commit/028a7fed8e348446f6fe9a7848101671558d6ad8"><code>028a7fe</code></a> Avoid fancy stack traces size computation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14930">#14930</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/70a13e49be1d5d5b33f60f4daed8096531c7028c"><code>70a13e4</code></a> v7.19.0</li>
   <li><a href="https://github.com/babel/babel/commit/05deb6040523c0af4847c5c8f6d1589a0d8d3e89"><code>05deb60</code></a> Enable <code>ban-ts-comment</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14908">#14908</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/eec95740ca7680a6bd4ac5900b1a91d655449eaa"><code>eec9574</code></a> chore: add eslint rule <code>consistent-type-imports</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14901">#14901</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/2626f18c57f42c427c366e22721c7b21759c00af"><code>2626f18</code></a> Update typescript to 4.8 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14880">#14880</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/cf0b1e74a2bd2c3f631459869ae856d146f70020"><code>cf0b1e7</code></a> Make error message prefixes more descriptive (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11612">#11612</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/32328dea944ad5a24ee4dc8323571f4b530488ed"><code>32328de</code></a> Hide internal <code>@babel/core</code> functions in config errors (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11554">#11554</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/e5ab1512fc54d6a4fdae46e97f9b6a8132627bcc"><code>e5ab151</code></a> v7.18.13</li>
   <li><a href="https://github.com/babel/babel/commit/343b269ed2532a96b7f73a816f816331a3107a42"><code>343b269</code></a> fix: ESM tests on Windows. (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14804">#14804</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.19.1/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.18.10&new-version=7.19.1)](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] commented on pull request #296: Bump @babel/core from 7.18.10 to 7.19.1

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

   Superseded by #299.


-- 
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 #296: Bump @babel/core from 7.18.10 to 7.19.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #296: Bump @babel/core from 7.18.10 to 7.19.1
URL: https://github.com/apache/incubator-flagon-useralejs/pull/296


-- 
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