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 2021/05/17 06:17:47 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #110: Bump @babel/preset-env from 7.14.1 to 7.14.2

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


   Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.1 to 7.14.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/preset-env</code>'s releases</a>.</em></p>
   <blockquote>
   <h2>v7.14.2 (2021-05-12)</h2>
   <p>Thanks <a href="https://github.com/liuyenwei"><code>@​liuyenwei</code></a>, <a href="https://github.com/quickgiant"><code>@​quickgiant</code></a>, <a href="https://github.com/serut"><code>@​serut</code></a>, and <a href="https://github.com/trinangkur"><code>@​trinangkur</code></a> for your first PRs!</p>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-node</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13295">#13295</a> Fix: Only create <code>@babel/node</code> IPC channel when needed (<a href="https://github.com/quickgiant"><code>@​quickgiant</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13284">#13284</a> Parse attributes of import expression with estree plugin (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13261">#13261</a> Fix invalid identifier name on unfinished escape (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-types</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13275">#13275</a> Support objects from other contexts in <code>t.valueToNode</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li>Other
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13274">#13274</a> [eslint] Don't crash on multiple <code>@babel/parser</code> copies (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13269">#13269</a> Print parentheses around identifier <code>let</code> where necessary (<a href="https://github.com/Zalathar"><code>@​Zalathar</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <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/13296">#13296</a> Better error for <code>export * as ns</code> without the correct plugin (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:memo: Documentation</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13253">#13253</a> [DOC] Add missing Monorepo configuration (<a href="https://github.com/serut"><code>@​serut</code></a>)</li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li>Other
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13289">#13289</a> Update lodash version for fixing security vulnerability (<a href="https://github.com/trinangkur"><code>@​trinangkur</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-types</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13264">#13264</a> [babel-types] Update <code>matchesPattern</code> to account for <code>this</code> (<a href="https://github.com/liuyenwei"><code>@​liuyenwei</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13262">#13262</a> Faster identifier tokenizing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13256">#13256</a> Refactor private name tokenizing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 9</h4>
   <ul>
   <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
   <li>Clark Jacobsohn (<a href="https://github.com/quickgiant"><code>@​quickgiant</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>
   <li>Stuart Cook (<a href="https://github.com/Zalathar"><code>@​Zalathar</code></a>)</li>
   <li>Trinangkur Chatterjee (<a href="https://github.com/trinangkur"><code>@​trinangkur</code></a>)</li>
   <li>Yen-Wei Liu (<a href="https://github.com/liuyenwei"><code>@​liuyenwei</code></a>)</li>
   <li><a href="https://github.com/serut"><code>@​serut</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/preset-env</code>'s changelog</a>.</em></p>
   <blockquote>
   <h2>v7.14.2 (2021-05-12)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-node</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13295">#13295</a> Fix: Only create <code>@babel/node</code> IPC channel when needed (<a href="https://github.com/quickgiant"><code>@​quickgiant</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13284">#13284</a> Parse attributes of import expression with estree plugin (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13261">#13261</a> Fix invalid identifier name on unfinished escape (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-types</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13275">#13275</a> Support objects from other contexts in <code>t.valueToNode</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li>Other
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13274">#13274</a> [eslint] Don't crash on multiple <code>@babel/parser</code> copies (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13269">#13269</a> Print parentheses around identifier <code>let</code> where necessary (<a href="https://github.com/Zalathar"><code>@​Zalathar</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <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/13296">#13296</a> Better error for <code>export * as ns</code> without the correct plugin (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:memo: Documentation</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13253">#13253</a> [DOC] Add missing Monorepo configuration (<a href="https://github.com/serut"><code>@​serut</code></a>)</li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li>Other
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13289">#13289</a> Update lodash version for fixing security vulnerability (<a href="https://github.com/trinangkur"><code>@​trinangkur</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-types</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13264">#13264</a> [babel-types] Update <code>matchesPattern</code> to account for <code>this</code> (<a href="https://github.com/liuyenwei"><code>@​liuyenwei</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13262">#13262</a> Faster identifier tokenizing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13256">#13256</a> Refactor private name tokenizing (<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/7512095c847bde6ef8eea664d7e0472fce3b89d4"><code>7512095</code></a> v7.14.2</li>
   <li><a href="https://github.com/babel/babel/commit/94403183091fa24f503755eac98d3a42f9c4f975"><code>9440318</code></a> Update Rollup plugins (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/13265">#13265</a>)</li>
   <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.14.2/packages/babel-preset-env">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.14.1&new-version=7.14.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.

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #110: Bump @babel/preset-env from 7.14.1 to 7.14.2

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


   Looks like @babel/preset-env is up-to-date now, so this is no longer needed.


-- 
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:
users@infra.apache.org



[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #110: Bump @babel/preset-env from 7.14.1 to 7.14.2

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


   


-- 
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:
users@infra.apache.org