You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2022/12/09 04:26:50 UTC

[GitHub] [echarts-www] dependabot[bot] opened a new pull request, #44: Bump glob-parent and @babel/core

dependabot[bot] opened a new pull request, #44:
URL: https://github.com/apache/echarts-www/pull/44

   Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 5.1.2 and updates ancestor dependency [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). These dependencies need to be updated together.
   
   Updates `glob-parent` from 2.0.0 to 5.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/gulpjs/glob-parent/releases">glob-parent's releases</a>.</em></p>
   <blockquote>
   <h2>v5.1.2</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>eliminate ReDoS (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/36">#36</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366">f923116</a>)</li>
   </ul>
   <h2>v5.1.1</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>unescape exclamation mark (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/26">#26</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/a98874f1a59e407f4fb1beb0db4efa8392da60bb">a98874f</a>)</li>
   </ul>
   <h2>v5.1.0</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>flipBackslashes</code> option to disable auto conversion of slashes (closes <a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/24">#24</a>) (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/25">#25</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/eecf91d5e3834ed78aee39c4eaaae654d76b87b3">eecf91d</a>)</li>
   </ul>
   <h2>v5.0.0</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Drop support for node &lt;6 &amp; bump dependencies</li>
   </ul>
   <h3>Miscellaneous Chores</h3>
   <ul>
   <li>Drop support for node &lt;6 &amp; bump dependencies (<a href="https://github.com/gulpjs/glob-parent/commit/896c0c00b4e7362f60b96e7fc295ae929245255a">896c0c0</a>)</li>
   </ul>
   <h2>v4.0.0</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>question marks are valid path characters on Windows so avoid flagging as a glob when alone</li>
   <li>Update is-glob dependency</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>hoist regexps and strings for performance gains (<a href="https://github.com/gulpjs/glob-parent/commit/4a80667c69355c76a572a5892b0f133c8e1f457e">4a80667</a>)</li>
   <li>question marks are valid path characters on Windows so avoid flagging as a glob when alone (<a href="https://github.com/gulpjs/glob-parent/commit/2a551dd0dc3235e78bf3c94843d4107072d17841">2a551dd</a>)</li>
   <li>Update is-glob dependency (<a href="https://github.com/gulpjs/glob-parent/commit/e41fcd895d1f7bc617dba45c9d935a7949b9c281">e41fcd8</a>)</li>
   </ul>
   <h2>v3.1.0</h2>
   <h3>Features</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md">glob-parent's changelog</a>.</em></p>
   <blockquote>
   <h3><a href="https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2">5.1.2</a> (2021-03-06)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>eliminate ReDoS (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/36">#36</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366">f923116</a>)</li>
   </ul>
   <h3><a href="https://www.github.com/gulpjs/glob-parent/compare/v6.0.1...v6.0.2">6.0.2</a> (2021-09-29)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Improve performance (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/53">#53</a>) (<a href="https://www.github.com/gulpjs/glob-parent/commit/843f8de1c177e9a5c06c4cfd2349ca5207168e00">843f8de</a>)</li>
   </ul>
   <h3><a href="https://www.github.com/gulpjs/glob-parent/compare/v6.0.0...v6.0.1">6.0.1</a> (2021-07-20)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Resolve ReDoS vulnerability from CVE-2021-35065 (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/49">#49</a>) (<a href="https://www.github.com/gulpjs/glob-parent/commit/3e9f04a3b4349db7e1962d87c9a7398cda51f339">3e9f04a</a>)</li>
   </ul>
   <h2><a href="https://www.github.com/gulpjs/glob-parent/compare/v5.1.2...v6.0.0">6.0.0</a> (2021-05-03)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Correct mishandled escaped path separators (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/34">#34</a>)</li>
   <li>upgrade scaffold, dropping node &lt;10 support</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Correct mishandled escaped path separators (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/34">#34</a>) (<a href="https://www.github.com/gulpjs/glob-parent/commit/32f6d52663b7addac38d0dff570d8127edf03f47">32f6d52</a>), closes <a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/32">#32</a></li>
   </ul>
   <h3>Miscellaneous Chores</h3>
   <ul>
   <li>upgrade scaffold, dropping node &lt;10 support (<a href="https://www.github.com/gulpjs/glob-parent/commit/e83d0c5a411947cf69eb58f36349db80439c606f">e83d0c5</a>)</li>
   </ul>
   <h3><a href="https://github.com/gulpjs/glob-parent/compare/v5.1.0...v5.1.1">5.1.1</a> (2021-01-27)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>unescape exclamation mark (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/26">#26</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/a98874f1a59e407f4fb1beb0db4efa8392da60bb">a98874f</a>)</li>
   </ul>
   <h2><a href="https://github.com/gulpjs/glob-parent/compare/v5.0.0...v5.1.0">5.1.0</a> (2021-01-27)</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>flipBackslashes</code> option to disable auto conversion of slashes (closes <a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/24">#24</a>) (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/25">#25</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/eecf91d5e3834ed78aee39c4eaaae654d76b87b3">eecf91d</a>)</li>
   </ul>
   <h2><a href="https://github.com/gulpjs/glob-parent/compare/v4.0.0...v5.0.0">5.0.0</a> (2021-01-27)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Drop support for node &lt;6 &amp; bump dependencies</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/eb2c439de448c779b450472e591a2bc9e37e9668"><code>eb2c439</code></a> chore: update changelog</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/12bcb6c45c942e2d05fc1e6ff5402e72555b54b6"><code>12bcb6c</code></a> chore: release 5.1.2</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366"><code>f923116</code></a> fix: eliminate ReDoS (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/36">#36</a>)</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/0b014a7962789b2d8f2cf0b6311f40667aecd62c"><code>0b014a7</code></a> chore: add JSDoc returns information (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/33">#33</a>)</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/2b24ebd64b2a045aa167c825376335555da139fd"><code>2b24ebd</code></a> chore: generate initial changelog</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/9b6e8747ddf664c9b1a36fbd2a23e43a35b8a52f"><code>9b6e874</code></a> chore: release 5.1.1</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/749c35ee084498ebb1ce8cc9cf655f6aa4d623c5"><code>749c35e</code></a> ci: try wrapping the JOB_ID in a string</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/5d39def48c9e9eaee0ca36dafdf7b6cdcd875b85"><code>5d39def</code></a> ci: attempt to switch to published coveralls</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/0b5b37f674a7e207457c99cb2f123299e5ab31c9"><code>0b5b37f</code></a> ci: put the npm step back in for only Windows</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/473f5d87644bf19f32c53de21d2420f03aa02e5a"><code>473f5d8</code></a> ci: update azure build images</li>
   <li>Additional commits viewable in <a href="https://github.com/gulpjs/glob-parent/compare/v2.0.0...v5.1.2">compare view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a href="https://www.npmjs.com/~phated">phated</a>, a new releaser for glob-parent since your current version.</p>
   </details>
   <br />
   
   Updates `@babel/core` from 7.0.0-beta.31 to 7.20.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.20.5 (2022-11-28)</h2>
   <p>Thanks <a href="https://github.com/davydof"><code>@​davydof</code></a> and <a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a> for your first PRs!</p>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-helpers</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-traverse</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15183">#15183</a> Improve array destructuring spec compliance (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-cli</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15182">#15182</a> fix: apply toPropertyKey when defining class members (<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-proposal-private-property-in-object</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/15133">#15133</a> fix: validate rhs of <code>in</code> when transpiling <code>#p in C</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</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/15225">#15225</a> Parse <code>using[foo]</code> as computed member expression (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15207">#15207</a> Export <code>ParseResult</code> type (<a href="https://github.com/davydof"><code>@​davydof</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15198">#15198</a> fix: parse <code>import module, ...</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-wrap-function</code>, <code>babel-preset-env</code>, <code>babel-traverse</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15181">#15181</a> fix: Edge cases for async functions and <code>noNewArrow</code> assumption (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15163">#15163</a> fix: Throw error when compiling <code>super()</code> in arrow functions with default / rest parameters (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helpers</code>, <code>babel-node</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</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/15194">#15194</a> fix: Bump <code>regenerator</code> and add tests (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-create-regexp-features-plugin</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15192">#15192</a> fix: Update <code>regjsparser</code> for <code>@babel/standalone</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15109">#15109</a> fix: Babel 8 types (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15143">#15143</a> Don't print inner comments as leading when wrapping in <code>(``)</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-traverse</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15167">#15167</a> Register <code>switch</code>'s <code>discriminant</code> in the outer scope (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>babel-generator</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15173">#15173</a> Improve generator behavior when <code>comments:false</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-block-scoping</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15164">#15164</a> Only extract IDs for TDZ checks in assign when necessary (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><code>babel-core</code>, <code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15202">#15202</a> Bump typescript to 4.9.3 (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 6</h4>
   <ul>
   <li>Alexander Davydov (<a href="https://github.com/davydof"><code>@​davydof</code></a>)</li>
   <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>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   <li>Tianlan Zhou (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li>
   <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</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.20.5 (2022-11-28)</h2>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-helpers</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-traverse</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15183">#15183</a> Improve array destructuring spec compliance (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-cli</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15182">#15182</a> fix: apply toPropertyKey when defining class members (<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-proposal-private-property-in-object</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/15133">#15133</a> fix: validate rhs of <code>in</code> when transpiling <code>#p in C</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</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/15225">#15225</a> Parse <code>using[foo]</code> as computed member expression (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15207">#15207</a> Export <code>ParseResult</code> type (<a href="https://github.com/davydof"><code>@​davydof</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15198">#15198</a> fix: parse <code>import module, ...</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-wrap-function</code>, <code>babel-preset-env</code>, <code>babel-traverse</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15181">#15181</a> fix: Edge cases for async functions and <code>noNewArrow</code> assumption (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15163">#15163</a> fix: Throw error when compiling <code>super()</code> in arrow functions with default / rest parameters (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helpers</code>, <code>babel-node</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</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/15194">#15194</a> fix: Bump <code>regenerator</code> and add tests (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-create-regexp-features-plugin</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15192">#15192</a> fix: Update <code>regjsparser</code> for <code>@babel/standalone</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15109">#15109</a> fix: Babel 8 types (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15143">#15143</a> Don't print inner comments as leading when wrapping in <code>(``)</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-traverse</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15167">#15167</a> Register <code>switch</code>'s <code>discriminant</code> in the outer scope (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:nail_care: Polish</h4>
   <ul>
   <li><code>babel-generator</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15173">#15173</a> Improve generator behavior when <code>comments:false</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-block-scoping</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15164">#15164</a> Only extract IDs for TDZ checks in assign when necessary (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><code>babel-core</code>, <code>babel-parser</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15202">#15202</a> Bump typescript to 4.9.3 (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h2>v7.20.4 (2022-11-08)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-generator</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15160">#15160</a> Fix printing of comments before <code>=&gt;</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>, <code>babel-plugin-transform-typescript</code>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15144">#15144</a> Falback to printing inner comments as trailing (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h2>v7.20.3 (2022-11-07)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-generator</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/29a97b8ea26b98faa86a0e2f77a4a2376a91b6a6"><code>29a97b8</code></a> v7.20.5</li>
   <li><a href="https://github.com/babel/babel/commit/f6546d79d4c56809fc80d5414d6f7803eca9d59b"><code>f6546d7</code></a> Bump typescript to 4.9.3 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15202">#15202</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/5f19f621d9a65256daf33c442e8db8706df97c0f"><code>5f19f62</code></a> Bump babel deps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15187">#15187</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/12a58cb58c07677215f5c51d60a623ca674a7a52"><code>12a58cb</code></a> v7.20.2</li>
   <li><a href="https://github.com/babel/babel/commit/77f3700fa2820f264c725a96d8c12ad73115687f"><code>77f3700</code></a> fix: <code>@babel/node</code> repl and enable <code>no-use-before-define</code> rule (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15124">#15124</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/aadd7a3d520324ba01d0be6455303deed6f223bb"><code>aadd7a3</code></a> v7.19.6</li>
   <li><a href="https://github.com/babel/babel/commit/d0e58e646e1bb2f4f27ebd09b77ea2ae03cd1cf0"><code>d0e58e6</code></a> Don't bundle unnecessary plugins in <code>@babel/standalone</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15023">#15023</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/d45d59a4e3faeb6e7c16762d814a2b99e20d098d"><code>d45d59a</code></a> Improve comments generation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14979">#14979</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/4f4b450f5279947c24eae37b97dc8b5e652fcf51"><code>4f4b450</code></a> Improve source map generation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14967">#14967</a>)</li>
   <li><a href="https://github.com/babel/babel/commit/3d46a599567ad3052a9feadac2358ab43c36cfe2"><code>3d46a59</code></a> v7.19.3</li>
   <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.20.5/packages/babel-core">compare view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a href="https://www.npmjs.com/~nicolo-ribaudo">nicolo-ribaudo</a>, a new releaser for <code>@​babel/core</code> since your current version.</p>
   </details>
   <br />
   
   
   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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/echarts-www/network/alerts).
   
   </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@echarts.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org


[GitHub] [echarts-www] dependabot[bot] commented on pull request #44: Bump glob-parent and @babel/core

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #44:
URL: https://github.com/apache/echarts-www/pull/44#issuecomment-1343839280

   OK, I won't notify you again about this release, but will get in touch when a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: commits-unsubscribe@echarts.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts-www] plainheart closed pull request #44: Bump glob-parent and @babel/core

Posted by GitBox <gi...@apache.org>.
plainheart closed pull request #44: Bump glob-parent and @babel/core
URL: https://github.com/apache/echarts-www/pull/44


-- 
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: commits-unsubscribe@echarts.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org