dependabot[bot] opened a new pull request, #169: URL: https://github.com/apache/echarts-examples/pull/169
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) and [babel-loader](https://github.com/babel/babel-loader). These dependencies needed to be updated together. Updates `@babel/core` from 7.11.1 to 8.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/core's releases</a>.</em></p> <blockquote> <h2>v8.0.1 (2026-06-17)</h2> <p>This release includes a breaking change that was in the Babel 8 migration guide's <a href="https://babeljs.io/docs/v8-migration/#getting-ready">Getting ready</a> section and <a href="https://babeljs.io/blog/2026/06/16/8.0.0/#extract-polyfill-injection-to-separate-packages">in the release post</a>, but the actual removal of the feature from the codebase was accidentally not complete.</p> <h4>:boom: Breaking Change</h4> <ul> <li><code>babel-core</code>, <code>babel-plugin-transform-object-rest-spread</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18079">#18079</a> Actually remove <code>preset-env</code>'s <code>useBuiltIns</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <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> </ul> <h2>v8.0.0 (2026-06-16)</h2> <p><strong>NOTE:</strong> The changelog below is relative to v8.0.0-rc.6. You can find a summary of all the breaking changes shipped in the Babel 8 release line in the <a href="https://babeljs.io/docs/v8-migration">migration guide for users</a> and <a href="https://babeljs.io/docs/v8-migration-api">migration guide for plugin developers</a>.</p> <p>Read the release blog post at <a href="http://babeljs.io/blog/2026/06/16/8.0.0">http://babeljs.io/blog/2026/06/16/8.0.0</a>!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18039">#18039</a> perf: Only extract source map comments at the end of the file (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:boom: Breaking Change</h4> <ul> <li><code>babel-cli</code>, <code>babel-node</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-object-rest-spread</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18069">#18069</a> Fallback to assuming ESM support with <code>modules: auto</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18036">#18036</a> Remove corejs exports for <code>@babe/runtime-corejs3</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18034">#18034</a> Remove <code>locations: "packed"</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18046">#18046</a> fix(generator): improve new callee parens check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-systemjs</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18032">#18032</a> fix(systemjs): support <strong>proto</strong> as an export name (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18070">#18070</a> Add EOL date for Babel 7 (end of June 2027) to SECURITY.md (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18018">#18018</a> ci: enforce yarn integrity (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18039">#18039</a> perf: Only extract source map comments at the end of the file (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 6</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>James Garbutt (<a href="https://github.com/43081j"><code>@43081j</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">@babel/core's changelog</a>.</em></p> <blockquote> <h2>v8.0.1 (2026-06-17)</h2> <h4>:boom: Breaking Change</h4> <ul> <li><code>babel-core</code>, <code>babel-plugin-transform-object-rest-spread</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18079">#18079</a> Actually remove <code>preset-env</code>'s <code>useBuiltIns</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v8.0.0 (2026-06-16)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18039">#18039</a> perf: Only extract source map comments at the end of the file (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:boom: Breaking Change</h4> <ul> <li><code>babel-cli</code>, <code>babel-node</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-object-rest-spread</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18069">#18069</a> Fallback to assuming ESM support with <code>modules: auto</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18036">#18036</a> Remove corejs exports for <code>@babe/runtime-corejs3</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18034">#18034</a> Remove <code>locations: "packed"</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18046">#18046</a> fix(generator): improve new callee parens check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-systemjs</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18032">#18032</a> fix(systemjs): support <strong>proto</strong> as an export name (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18070">#18070</a> Add EOL date for Babel 7 (end of June 2027) to SECURITY.md (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18018">#18018</a> ci: enforce yarn integrity (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18039">#18039</a> perf: Only extract source map comments at the end of the file (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v8.0.0-rc.6 (2026-05-25)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18011">#18011</a> Catchup source map position in preserveFormat (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17999">#17999</a> fix: improve inputSourceMap URL handling (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17992">#17992</a> Preserve original identifier names from input sourcemaps (<a href="https://github.com/Andarist"><code>@Andarist</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17970">#17970</a> Always use native Node.js TS support for config files (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17993">#17993</a> chore: use bundled dts for register and eslint-* (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-transform-fixture-test-runner</code>, <code>babel-node</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/b4be199c560f4940a3326db98e23eb547bcb120f"><code>b4be199</code></a> v8.0.1</li> <li><a href="https://github.com/babel/babel/commit/b68b1cb5cc312308bf91419abe6f9559ffac98ce"><code>b68b1cb</code></a> Actually remove <code>preset-env</code>'s <code>useBuiltIns</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18079">#18079</a>)</li> <li><a href="https://github.com/babel/babel/commit/de007ea188da7675ea099fb4740380daaa58cb30"><code>de007ea</code></a> Avoid trailing zeroes in Babel 9 generated version (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18078">#18078</a>)</li> <li><a href="https://github.com/babel/babel/commit/7dc825ab573c605add5a4a030b9e7828853a74f1"><code>7dc825a</code></a> v8.0.0</li> <li><a href="https://github.com/babel/babel/commit/b71c35ab79ccc3945cf1eb2c47efa0f227e2cc44"><code>b71c35a</code></a> perf: Only extract source map comments at the end of the file (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18039">#18039</a>)</li> <li><a href="https://github.com/babel/babel/commit/e74b70dac023847a7b2de49e67a0626278b1a0df"><code>e74b70d</code></a> chore: Remove unused file (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18033">#18033</a>)</li> <li><a href="https://github.com/babel/babel/commit/ae5796912c3c12e0913c40050c10adfb231aa811"><code>ae57969</code></a> chore: consolidate upwards traversal to empathic (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18030">#18030</a>)</li> <li><a href="https://github.com/babel/babel/commit/827d0030bf33d6caf0afb7881452d4df02b4a152"><code>827d003</code></a> Change jest <code>snapshotFormat</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18029">#18029</a>)</li> <li><a href="https://github.com/babel/babel/commit/34cf24e71676f84e2d70c67cf3e29e77cb02cd99"><code>34cf24e</code></a> Update deps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18023">#18023</a>)</li> <li><a href="https://github.com/babel/babel/commit/73bceefbaf0586803a0147af6e8ebb9bc67bdf9b"><code>73bceef</code></a> v8.0.0-rc.6</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v8.0.1/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/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@babel/core</code> since your current version.</p> </details> <br /> Updates `@babel/preset-env` from 7.11.0 to 8.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/preset-env's releases</a>.</em></p> <blockquote> <h2>v8.0.2 (2026-06-18)</h2> <h4>:bug: Bug Fix</h4> <ul> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18083">#18083</a> Use the <code>@babel/core</code> version when asserting version in <code>@babel/standalone</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-validator-identifier</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18075">#18075</a> fix(identifier): avoid double escaping slash (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18081">#18081</a> Update <code>@babel/preset-modules</code> and polyfill packages (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <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> </ul> <h2>v8.0.1 (2026-06-17)</h2> <p>This release includes a breaking change that was in the Babel 8 migration guide's <a href="https://babeljs.io/docs/v8-migration/#getting-ready">Getting ready</a> section and <a href="https://babeljs.io/blog/2026/06/16/8.0.0/#extract-polyfill-injection-to-separate-packages">in the release post</a>, but the actual removal of the feature from the codebase was accidentally not complete.</p> <h4>:boom: Breaking Change</h4> <ul> <li><code>babel-core</code>, <code>babel-plugin-transform-object-rest-spread</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18079">#18079</a> Actually remove <code>preset-env</code>'s <code>useBuiltIns</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <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> </ul> <h2>v8.0.0 (2026-06-16)</h2> <p><strong>NOTE:</strong> The changelog below is relative to v8.0.0-rc.6. You can find a summary of all the breaking changes shipped in the Babel 8 release line in the <a href="https://babeljs.io/docs/v8-migration">migration guide for users</a> and <a href="https://babeljs.io/docs/v8-migration-api">migration guide for plugin developers</a>.</p> <p>Read the release blog post at <a href="http://babeljs.io/blog/2026/06/16/8.0.0">http://babeljs.io/blog/2026/06/16/8.0.0</a>!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18039">#18039</a> perf: Only extract source map comments at the end of the file (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:boom: Breaking Change</h4> <ul> <li><code>babel-cli</code>, <code>babel-node</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-object-rest-spread</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18069">#18069</a> Fallback to assuming ESM support with <code>modules: auto</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18036">#18036</a> Remove corejs exports for <code>@babe/runtime-corejs3</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18034">#18034</a> Remove <code>locations: "packed"</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18046">#18046</a> fix(generator): improve new callee parens check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-systemjs</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">@babel/preset-env's changelog</a>.</em></p> <blockquote> <h2>v8.0.2 (2026-06-18)</h2> <h4>:bug: Bug Fix</h4> <ul> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18083">#18083</a> Use the <code>@babel/core</code> version when asserting version in <code>@babel/standalone</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-validator-identifier</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18075">#18075</a> fix(identifier): avoid double escaping slash (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18081">#18081</a> Update <code>@babel/preset-modules</code> and polyfill packages (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v8.0.1 (2026-06-17)</h2> <h4>:boom: Breaking Change</h4> <ul> <li><code>babel-core</code>, <code>babel-plugin-transform-object-rest-spread</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18079">#18079</a> Actually remove <code>preset-env</code>'s <code>useBuiltIns</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v8.0.0 (2026-06-16)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18039">#18039</a> perf: Only extract source map comments at the end of the file (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:boom: Breaking Change</h4> <ul> <li><code>babel-cli</code>, <code>babel-node</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-object-rest-spread</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18069">#18069</a> Fallback to assuming ESM support with <code>modules: auto</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18036">#18036</a> Remove corejs exports for <code>@babe/runtime-corejs3</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18034">#18034</a> Remove <code>locations: "packed"</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18046">#18046</a> fix(generator): improve new callee parens check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-systemjs</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18032">#18032</a> fix(systemjs): support <strong>proto</strong> as an export name (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18070">#18070</a> Add EOL date for Babel 7 (end of June 2027) to SECURITY.md (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18018">#18018</a> ci: enforce yarn integrity (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18039">#18039</a> perf: Only extract source map comments at the end of the file (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v8.0.0-rc.6 (2026-05-25)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18011">#18011</a> Catchup source map position in preserveFormat (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</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/73940a0aa2252b0f87261a5dff0c751472ef7a99"><code>73940a0</code></a> v8.0.2</li> <li><a href="https://github.com/babel/babel/commit/59a63a6f417009358bf680292332bb48807cbaea"><code>59a63a6</code></a> Update <code>@babel/preset-modules</code> and polyfill packages (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/18081">#18081</a>)</li> <li><a href="https://github.com/babel/babel/commit/b4be199c560f4940a3326db98e23eb547bcb120f"><code>b4be199</code></a> v8.0.1</li> <li><a href="https://github.com/babel/babel/commit/b68b1cb5cc312308bf91419abe6f9559ffac98ce"><code>b68b1cb</code></a> Actually remove <code>preset-env</code>'s <code>useBuiltIns</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/18079">#18079</a>)</li> <li><a href="https://github.com/babel/babel/commit/cd96c479396d736e6d09541ab120c577cfbffec3"><code>cd96c47</code></a> chore(pkg): set <code>@babel/core</code> peer deps to ^8.0.0 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/18076">#18076</a>)</li> <li><a href="https://github.com/babel/babel/commit/7dc825ab573c605add5a4a030b9e7828853a74f1"><code>7dc825a</code></a> v8.0.0</li> <li><a href="https://github.com/babel/babel/commit/004f4b41e501d0bd0518979992cc7151c11c89e0"><code>004f4b4</code></a> Fallback to assuming ESM support with <code>modules: auto</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/18069">#18069</a>)</li> <li><a href="https://github.com/babel/babel/commit/73bceefbaf0586803a0147af6e8ebb9bc67bdf9b"><code>73bceef</code></a> v8.0.0-rc.6</li> <li><a href="https://github.com/babel/babel/commit/c6d71f3f0e2c5754b17693c44ca11eefaa0ef87b"><code>c6d71f3</code></a> Enable <code>strictFunctionTypes</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17946">#17946</a>)</li> <li><a href="https://github.com/babel/babel/commit/dc91f907de56c1afab78810cd8e2a86fd997084c"><code>dc91f90</code></a> v8.0.0-rc.5</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v8.0.2/packages/babel-preset-env">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/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@babel/preset-env</code> since your current version.</p> </details> <br /> Updates `babel-loader` from 8.1.0 to 10.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel-loader/releases">babel-loader's releases</a>.</em></p> <blockquote> <h2>v10.1.1</h2> <h2>What's Changed</h2> <ul> <li>Revert <a href="https://redirect.github.com/babel/babel-loader/issues/1055">#1055</a> ("use <code>module.findPackageJSON</code> API") by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1066">babel/babel-loader#1066</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v10.1.0...v10.1.1">https://github.com/babel/babel-loader/compare/v10.1.0...v10.1.1</a></p> <h2>v10.1.0</h2> <h2>What's Changed</h2> <ul> <li>refactor: use <code>module.findPackageJSON</code> API by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1055">babel/babel-loader#1055</a></li> <li>Enable type checking and support Babel 8 by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1056">babel/babel-loader#1056</a></li> <li>Bump js-yaml from 4.1.0 to 4.1.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/babel/babel-loader/pull/1059">babel/babel-loader#1059</a></li> <li>fix: mark webpack as optional peer dependency by <a href="https://github.com/chenjiahan"><code>@chenjiahan</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1061">babel/babel-loader#1061</a></li> <li>Bump webpack from 5.101.0 to 5.104.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/babel/babel-loader/pull/1062">babel/babel-loader#1062</a></li> <li>Bump glob from 10.4.5 to 10.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/babel/babel-loader/pull/1060">babel/babel-loader#1060</a></li> <li>Bump minimatch from 3.1.2 to 3.1.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/babel/babel-loader/pull/1063">babel/babel-loader#1063</a></li> <li>Pin Node.js on CI by <a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1064">babel/babel-loader#1064</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chenjiahan"><code>@chenjiahan</code></a> made their first contribution in <a href="https://redirect.github.com/babel/babel-loader/pull/1061">babel/babel-loader#1061</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v10.0.0...v10.1.0">https://github.com/babel/babel-loader/compare/v10.0.0...v10.1.0</a></p> <h2>v10.0.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3> <ul> <li>bump node requirement to <code>^18.20.0 || ^20.10.0 || >=22.0.0</code> and webpack requirement to <code>>= 5.61.0</code> by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1026">babel/babel-loader#1026</a></li> <li>breaking: use output.hashFunction as loader cache hasher by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1027">babel/babel-loader#1027</a></li> </ul> <h3>New Features</h3> <ul> <li>Add babel-loader logger by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1034">babel/babel-loader#1034</a></li> <li>Support cache with external dependencies by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1033">babel/babel-loader#1033</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>[Bugfix] Ensure stability of filename cache-keys by <a href="https://github.com/stefanpenner"><code>@stefanpenner</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/909">babel/babel-loader#909</a></li> </ul> <h3>Docs</h3> <ul> <li>docs: clarify that <code>cacheIdentifier</code> is computed from the merged options by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1000">babel/babel-loader#1000</a></li> <li>Create SECURITY.md by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1032">babel/babel-loader#1032</a></li> <li>Add babel-loader v10 readme by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1046">babel/babel-loader#1046</a></li> <li>add readme section for loggingDebug support by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1038">babel/babel-loader#1038</a></li> <li>Update readme and repo templates by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1041">babel/babel-loader#1041</a></li> </ul> <h3>Dependencies</h3> <ul> <li>migrate to c8 by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/996">babel/babel-loader#996</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/998">babel/babel-loader#998</a></li> <li>Bump dev dependencies by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1001">babel/babel-loader#1001</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel-loader/commit/da602105664458752dca3578856ee8d0d6ac80e6"><code>da60210</code></a> 10.1.1</li> <li><a href="https://github.com/babel/babel-loader/commit/a0a2617e10b39f35b8d1e2893a87f4ee4fe7ebdc"><code>a0a2617</code></a> Revert <a href="https://redirect.github.com/babel/babel-loader/issues/1055">#1055</a> ("use <code>module.findPackageJSON</code> API") (<a href="https://redirect.github.com/babel/babel-loader/issues/1066">#1066</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/de09ee1426c781987674690be02aca2f2ea61efc"><code>de09ee1</code></a> 10.1.0</li> <li><a href="https://github.com/babel/babel-loader/commit/e34c360a7b86740fca62158eb1bef89b9fef4507"><code>e34c360</code></a> Pin Node.js on CI (<a href="https://redirect.github.com/babel/babel-loader/issues/1064">#1064</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/3c1e1805511592e7e9f9fe7f60de5439370c4740"><code>3c1e180</code></a> Bump minimatch from 3.1.2 to 3.1.5 (<a href="https://redirect.github.com/babel/babel-loader/issues/1063">#1063</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/e0d4add38856fceeca1a633bb49927e4334999a7"><code>e0d4add</code></a> Bump glob from 10.4.5 to 10.5.0 (<a href="https://redirect.github.com/babel/babel-loader/issues/1060">#1060</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/77e2a66869cf84ddb6444d9b7b9951beb44b68b2"><code>77e2a66</code></a> Bump webpack from 5.101.0 to 5.104.1 (<a href="https://redirect.github.com/babel/babel-loader/issues/1062">#1062</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/faa5dbb4134e4d0c2659ed9bc55cc2e53b82d7e6"><code>faa5dbb</code></a> fix: mark webpack as optional peer dependency (<a href="https://redirect.github.com/babel/babel-loader/issues/1061">#1061</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/146dad2461ca5ba12fd202b33f6aa39be8218295"><code>146dad2</code></a> Bump js-yaml from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/babel/babel-loader/issues/1059">#1059</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/2479ed223262f9ce45f9f7a9b8363a8666d9b41f"><code>2479ed2</code></a> Enable type checking and support Babel 8 (<a href="https://redirect.github.com/babel/babel-loader/issues/1056">#1056</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel-loader/compare/v8.1.0...v10.1.1">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 babel-loader 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/echarts-examples/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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
