dependabot[bot] opened a new pull request, #1573:
URL: https://github.com/apache/airflow-site/pull/1573

   Bumps the npm-dependencies group with 8 updates in the /landing-pages 
directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | 
`7.29.7` | `8.0.0` |
   | 
[@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)
 | `7.29.7` | `8.0.0` |
   | 
[@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register)
 | `7.29.7` | `8.0.0` |
   | [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.5.0` |
   | 
[postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env)
 | `11.3.0` | `11.3.1` |
   | [sass](https://github.com/sass/dart-sass) | `1.100.0` | `1.101.0` |
   | [stylelint](https://github.com/stylelint/stylelint) | `17.12.0` | 
`17.13.0` |
   | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | 
`5.2.4` | `5.2.5` |
   
   
   Updates `@babel/core` from 7.29.7 to 8.0.0
   <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.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: &quot;packed&quot;</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>
   <li>Nicolò Ribaudo (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   <li>Sandy Chen (<a 
href="https://github.com/sandy2008";><code>@​sandy2008</code></a>)</li>
   <li><a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a></li>
   </ul>
   <h2>v8.0.0-rc.6 (2026-05-25)</h2>
   <p>Re-release all packages with npm provenance attestations</p>
   <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></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.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: &quot;packed&quot;</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>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17989";>#17989</a> 
Test Node.js 26 on CI (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-build-external-helpers</code>, <code>babel-cli</code>, 
<code>babel-generator</code>, <code>babel-helper-fixtures</code>, 
<code>babel-helper-plugin-test-runner</code>, 
<code>babel-helper-transform-fixture-test-runner</code>, 
<code>babel-node</code>, <code>babel-parser</code>, 
<code>babel-plugin-transform-modules-systemjs</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/18002";>#18002</a> 
Add file URL support for test runners (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:microscope: Output optimization</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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><a 
href="https://github.com/babel/babel/commit/44939836c322893ab47d232176f5de171fb14302";><code>4493983</code></a>
 Always use native Node.js TS support for config files (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17970";>#17970</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/448aef3bbef2e5775b11962a424b05d05c4419df";><code>448aef3</code></a>
 Show source maps mappings as point-to-point (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18008";>#18008</a>)</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-core/issues/17946";>#17946</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/babel/babel/commits/v8.0.0/packages/babel-core";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@babel/preset-env` from 7.29.7 to 8.0.0
   <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.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: &quot;packed&quot;</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>
   <li>Nicolò Ribaudo (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   <li>Sandy Chen (<a 
href="https://github.com/sandy2008";><code>@​sandy2008</code></a>)</li>
   <li><a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a></li>
   </ul>
   <h2>v8.0.0-rc.6 (2026-05-25)</h2>
   <p>Re-release all packages with npm provenance attestations</p>
   <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></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.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: &quot;packed&quot;</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>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17989";>#17989</a> 
Test Node.js 26 on CI (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-build-external-helpers</code>, <code>babel-cli</code>, 
<code>babel-generator</code>, <code>babel-helper-fixtures</code>, 
<code>babel-helper-plugin-test-runner</code>, 
<code>babel-helper-transform-fixture-test-runner</code>, 
<code>babel-node</code>, <code>babel-parser</code>, 
<code>babel-plugin-transform-modules-systemjs</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/18002";>#18002</a> 
Add file URL support for test runners (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:microscope: Output optimization</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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><a 
href="https://github.com/babel/babel/commit/f297c4238cb0405977d2a300c5f4297891814dfe";><code>f297c42</code></a>
 Add testing for plugin options (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17957";>#17957</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/b34c4e71bc74094bb59baa131aff9916dcb9f6c4";><code>b34c4e7</code></a>
 Bump typescript-eslint to 8.59.2 (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17984";>#17984</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/6402dbbfb608f27a411f73fb61b25df053f47530";><code>6402dbb</code></a>
 Add knip (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17955";>#17955</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/29b9e93a942c7262dbbbb182e8305cc4a7f5400a";><code>29b9e93</code></a>
 docs(preset-env): update CONTRIBUTING.md (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17975";>#17975</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/0e5a59d0f6afef7116f7eab7780289a6148aec65";><code>0e5a59d</code></a>
 Require Node.js <code>^22.18.0 || &gt;=24.11.0</code> (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17969";>#17969</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/babel/babel/commits/v8.0.0/packages/babel-preset-env";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@babel/register` from 7.29.7 to 8.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/babel/babel/releases";>@​babel/register's 
releases</a>.</em></p>
   <blockquote>
   <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: &quot;packed&quot;</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>
   <li>Nicolò Ribaudo (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   <li>Sandy Chen (<a 
href="https://github.com/sandy2008";><code>@​sandy2008</code></a>)</li>
   <li><a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a></li>
   </ul>
   <h2>v8.0.0-rc.6 (2026-05-25)</h2>
   <p>Re-release all packages with npm provenance attestations</p>
   <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></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/register's 
changelog</a>.</em></p>
   <blockquote>
   <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: &quot;packed&quot;</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>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17989";>#17989</a> 
Test Node.js 26 on CI (<a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-build-external-helpers</code>, <code>babel-cli</code>, 
<code>babel-generator</code>, <code>babel-helper-fixtures</code>, 
<code>babel-helper-plugin-test-runner</code>, 
<code>babel-helper-transform-fixture-test-runner</code>, 
<code>babel-node</code>, <code>babel-parser</code>, 
<code>babel-plugin-transform-modules-systemjs</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/18002";>#18002</a> 
Add file URL support for test runners (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:microscope: Output optimization</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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-register/issues/18069";>#18069</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-register/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-register/issues/18029";>#18029</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/cedb08b732778e21e34fdd5d406144a2fd17d9eb";><code>cedb08b</code></a>
 chore: use bundled dts for register and eslint-* (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-register/issues/17993";>#17993</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/dc91f907de56c1afab78810cd8e2a86fd997084c";><code>dc91f90</code></a>
 v8.0.0-rc.5</li>
   <li><a 
href="https://github.com/babel/babel/commit/b34c4e71bc74094bb59baa131aff9916dcb9f6c4";><code>b34c4e7</code></a>
 Bump typescript-eslint to 8.59.2 (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-register/issues/17984";>#17984</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/0e5a59d0f6afef7116f7eab7780289a6148aec65";><code>0e5a59d</code></a>
 Require Node.js <code>^22.18.0 || &gt;=24.11.0</code> (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-register/issues/17969";>#17969</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/7300a669d2a44ed6c37e461d6f08a6dcf29228bd";><code>7300a66</code></a>
 v8.0.0-rc.4</li>
   <li>Additional commits viewable in <a 
href="https://github.com/babel/babel/commits/v8.0.0/packages/babel-register";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `eslint` from 10.4.1 to 10.5.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eslint/eslint/releases";>eslint's releases</a>.</em></p>
   <blockquote>
   <h2>v10.5.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/5ca8c5278edea1fd84d3ba83d8ea3f52fb3831ad";><code>5ca8c52</code></a>
 feat: correct stack tracking in max-nested-callbacks (<a 
href="https://redirect.github.com/eslint/eslint/issues/20973";>#20973</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b5657837604fa5e8cf1278074782025cadd34b6c";><code>b565783</code></a>
 feat: report no-with violations at the with keyword (<a 
href="https://redirect.github.com/eslint/eslint/issues/20971";>#20971</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/2ce032fbc72a1a80c024c084a4f382fb6dece684";><code>2ce032f</code></a>
 feat: report max-lines-per-function violations at function head (<a 
href="https://redirect.github.com/eslint/eslint/issues/20966";>#20966</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/732cb3e09d5b8b809b5f461d118a5d9fdcd6427f";><code>732cb3e</code></a>
 feat: report max-nested-callbacks violations at function head (<a 
href="https://redirect.github.com/eslint/eslint/issues/20967";>#20967</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f9c138a0ba7d8e37aed39aef4a3ff1cae8c669f7";><code>f9c138a</code></a>
 feat: report max-depth violations on keywords (<a 
href="https://redirect.github.com/eslint/eslint/issues/20943";>#20943</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/bdb496cc0d54b6d0a023aef9abd5f040ccff2101";><code>bdb496c</code></a>
 feat: correct max-depth handling for else-if chains (<a 
href="https://redirect.github.com/eslint/eslint/issues/20944";>#20944</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/c29687354a7f96093f57f7d73eecb866ad5e2953";><code>c296873</code></a>
 feat: update error loc in <code>max-statements</code> to function header (<a 
href="https://redirect.github.com/eslint/eslint/issues/20907";>#20907</a>) 
(Taejin Kim)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/8ae1b5b856dc031cd6c701d89a4df7da4772cd56";><code>8ae1b5b</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/ca7eb90127dcad917188bb1342623f02a272e781";><code>ca7eb90</code></a>
 docs: update Node.js prerequisites to include ICU support (<a 
href="https://redirect.github.com/eslint/eslint/issues/20962";>#20962</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f99b47a6799be25321552402a49303bb06a43fe4";><code>f99b47a</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/acf03d4eed31d259c7dc62af5b9640629784f7cc";><code>acf03d4</code></a>
 docs: clarify precedence of parserOptions over languageOptions (<a 
href="https://redirect.github.com/eslint/eslint/issues/20926";>#20926</a>) 
(sethamus)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/b18bf58c5ac748415ffffdff2d96980fbd6a57e8";><code>b18bf58</code></a>
 chore: update ecosystem plugins (<a 
href="https://redirect.github.com/eslint/eslint/issues/20959";>#20959</a>) 
(ESLint Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/c2d1444df77cb42e5a0b89ab70496879d180a54d";><code>c2d1444</code></a>
 refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (<a 
href="https://redirect.github.com/eslint/eslint/issues/20951";>#20951</a>) 
(Taejin Kim)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/243b8c56014bbbe63771185b0731d8dd4d1316e9";><code>243b8c5</code></a>
 chore: enhance config-rule to support oneOf, anyOf, and nested schemas (<a 
href="https://redirect.github.com/eslint/eslint/issues/20788";>#20788</a>) 
(kuldeep kumar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/217b2a91f46137c5ffd693965e71306c4c15ea6b";><code>217b2a9</code></a>
 test: add unit tests for ParserService (<a 
href="https://redirect.github.com/eslint/eslint/issues/20949";>#20949</a>) 
(Taejin Kim)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/72003e781d76bd4ee0d98a6601730d0b829070f9";><code>72003e7</code></a>
 test: add location information to error messages in 
<code>max-statements</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20945";>#20945</a>) 
(lumir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/7797c266977b0bc4971aa79721813d480de72cd1";><code>7797c26</code></a>
 refactor: deduplicate isAnySegmentReachable across rules (<a 
href="https://redirect.github.com/eslint/eslint/issues/20890";>#20890</a>) 
(Taejin Kim)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/67c46fa6e4f34e88cc6bc82f8a0dcc917c65d257";><code>67c46fa</code></a>
 chore: update ecosystem plugins (<a 
href="https://redirect.github.com/eslint/eslint/issues/20938";>#20938</a>) 
(ESLint Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/95d8c7a99f991abd8ab618d0ee2cbd4f58effc29";><code>95d8c7a</code></a>
 chore: update dependency <code>@​eslint/json</code> to v2 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20934";>#20934</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/cf9e496205142cd4971b9f98aed85866d1010b9c";><code>cf9e496</code></a>
 chore: update <code>@​arethetypeswrong/cli</code> to 0.18.3 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20933";>#20933</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/fb6d3960cacc51fc12383fa5ded2382adbf90c1c";><code>fb6d396</code></a>
 test: run type tests with TypeScript 7 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20868";>#20868</a>) 
(sethamus)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/de3b672a267e32607db04176ce4775664acb3145";><code>de3b672</code></a>
 10.5.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/362a5185134290db696d39f97c9da609ded54040";><code>362a518</code></a>
 Build: changelog update for 10.5.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/5ca8c5278edea1fd84d3ba83d8ea3f52fb3831ad";><code>5ca8c52</code></a>
 feat: correct stack tracking in max-nested-callbacks (<a 
href="https://redirect.github.com/eslint/eslint/issues/20973";>#20973</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b5657837604fa5e8cf1278074782025cadd34b6c";><code>b565783</code></a>
 feat: report no-with violations at the with keyword (<a 
href="https://redirect.github.com/eslint/eslint/issues/20971";>#20971</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/2ce032fbc72a1a80c024c084a4f382fb6dece684";><code>2ce032f</code></a>
 feat: report max-lines-per-function violations at function head (<a 
href="https://redirect.github.com/eslint/eslint/issues/20966";>#20966</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/732cb3e09d5b8b809b5f461d118a5d9fdcd6427f";><code>732cb3e</code></a>
 feat: report max-nested-callbacks violations at function head (<a 
href="https://redirect.github.com/eslint/eslint/issues/20967";>#20967</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f9c138a0ba7d8e37aed39aef4a3ff1cae8c669f7";><code>f9c138a</code></a>
 feat: report max-depth violations on keywords (<a 
href="https://redirect.github.com/eslint/eslint/issues/20943";>#20943</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/8ae1b5b856dc031cd6c701d89a4df7da4772cd56";><code>8ae1b5b</code></a>
 docs: Update README</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/ca7eb90127dcad917188bb1342623f02a272e781";><code>ca7eb90</code></a>
 docs: update Node.js prerequisites to include ICU support (<a 
href="https://redirect.github.com/eslint/eslint/issues/20962";>#20962</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b18bf58c5ac748415ffffdff2d96980fbd6a57e8";><code>b18bf58</code></a>
 chore: update ecosystem plugins (<a 
href="https://redirect.github.com/eslint/eslint/issues/20959";>#20959</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eslint/eslint/compare/v10.4.1...v10.5.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `postcss-preset-env` from 11.3.0 to 11.3.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md";>postcss-preset-env's
 changelog</a>.</em></p>
   <blockquote>
   <h3>11.3.1</h3>
   <p><em>June 14, 2026</em></p>
   <ul>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser";><code>@csstools/css-color-parser</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#417";><code>4.1.7</code></a>
 (patch)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `sass` from 1.100.0 to 1.101.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/sass/dart-sass/releases";>sass's releases</a>.</em></p>
   <blockquote>
   <h2>Dart Sass 1.101.0</h2>
   <p>To install Sass 1.101.0, download one of the packages below and <a 
href="https://katiek2.github.io/path-doc/";>add it to your PATH</a>, or see <a 
href="https://sass-lang.com/install";>the Sass website</a> for full installation 
instructions.</p>
   <h1>Changes</h1>
   <ul>
   <li><strong>Potentially breaking bug fix:</strong> The Node package importer 
now properly supports resolving import-only variants of Sass files declared in 
the <code>exports</code>, <code>sass</code>, and <code>style</code> fields of 
<code>package.json</code>. Previously, these files were ignored even when 
loaded via <code>@import</code>, so any code relying on loading 
module-system-only files this way may break.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#11010";>full 
changelog</a> for changes in earlier releases.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md";>sass's 
changelog</a>.</em></p>
   <blockquote>
   <h2>1.101.0</h2>
   <ul>
   <li><strong>Potentially breaking bug fix:</strong> The Node package importer 
now properly
   supports resolving import-only variants of Sass files declared in the
   <code>exports</code>, <code>sass</code>, and <code>style</code> fields of 
<code>package.json</code>. Previously, these
   files were ignored even when loaded via <code>@import</code>, so any code 
relying on
   loading module-system-only files this way may break.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sass/dart-sass/commit/63b9922f5ddbf34bc742b50949e0ee5c47f4686d";><code>63b9922</code></a>
 Load import-only files through package.json <code>exports</code> (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2772";>#2772</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/c7e9947100e8ffdabfe314a4e342595f2bccff35";><code>c7e9947</code></a>
 Migrate from bufbuild/buf-setup-action to bufbuild/buf-action (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2773";>#2773</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/7674a4c29d05c844dcffd40a91e7cf2ac216d524";><code>7674a4c</code></a>
 Bump postcss from 8.5.13 to 8.5.15 in /pkg/sass-parser (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2774";>#2774</a>)</li>
   <li>See full diff in <a 
href="https://github.com/sass/dart-sass/compare/1.100.0...1.101.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `stylelint` from 17.12.0 to 17.13.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/stylelint/stylelint/releases";>stylelint's 
releases</a>.</em></p>
   <blockquote>
   <h2>17.13.0</h2>
   <p>It fixes 3 bugs, including a false negative one.</p>
   <ul>
   <li>Fixed: <code>declaration-block-no-duplicate-properties</code> false 
negatives for interleaved non-consecutive duplicates with <code>ignore: 
[&quot;consecutive-duplicates(-*)&quot;]</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9324";>#9324</a>) 
(<a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed: <code>selector-max-type</code> false positives for nested 
selectors (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9319";>#9319</a>) 
(<a href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>selector-type-no-unknown</code> false positives for 
<code>install</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9308";>#9308</a>) 
(<a href="https://github.com/Mouvedia";><code>@​Mouvedia</code></a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md";>stylelint's
 changelog</a>.</em></p>
   <blockquote>
   <h2>17.13.0 - 2026-06-06</h2>
   <p>It fixes 3 bugs, including a false negative one.</p>
   <ul>
   <li>Fixed: <code>declaration-block-no-duplicate-properties</code> false 
negatives for interleaved non-consecutive duplicates with <code>ignore: 
[&quot;consecutive-duplicates(-*)&quot;]</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9324";>#9324</a>) (<a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed: <code>selector-max-type</code> false positives for nested 
selectors (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9319";>#9319</a>) (<a 
href="https://github.com/romainmenke";><code>@​romainmenke</code></a>).</li>
   <li>Fixed: <code>selector-type-no-unknown</code> false positives for 
<code>install</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9308";>#9308</a>) (<a 
href="https://github.com/Mouvedia";><code>@​Mouvedia</code></a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/7fcee2b3155adb43daa2078762a15c2d9a24e69b";><code>7fcee2b</code></a>
 Release 17.13.0 (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9342";>#9342</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/3b7287b2eb88474f63f6d17474e87ba836bf1f43";><code>3b7287b</code></a>
 Refactor to reuse shared utilities (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9337";>#9337</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/8e889c3394f410916343a5e4c2b372ec514184d0";><code>8e889c3</code></a>
 Bump lint-staged from 17.0.4 to 17.0.5 (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9334";>#9334</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/a74aab46df5a94afa0cf4fddc9faf6eeacf34293";><code>a74aab4</code></a>
 Bump the stylelint-actions group with 5 updates (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9333";>#9333</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/74c644828b839add46650d67390a0f1094dbcf7a";><code>74c6448</code></a>
 Fix <code>declaration-block-no-duplicate-properties</code> false negatives for 
interleav...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/1cd26ac54ed16b92f77487f85b9305ca320f4085";><code>1cd26ac</code></a>
 Skip changeset verification on fork PRs CI (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9331";>#9331</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/712b9867f7a1fa631813f577d7941686a10d3a58";><code>712b986</code></a>
 Fix vulnerable dependencies via <code>npm audit fix</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9328";>#9328</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/27196b71dbc255bd612ad26dee40bf276a8123b0";><code>27196b7</code></a>
 Fix CI badge in README.md (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9329";>#9329</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/179bba2e5a3264f9e96baf3318afdf113ea4f8dc";><code>179bba2</code></a>
 Refactor to use <code>@import</code> over <code>@typedef</code> for simple 
imports (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9326";>#9326</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/94eab544e488dddb43829353649da8debd6427b5";><code>94eab54</code></a>
 Document using our PR template (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9327";>#9327</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/stylelint/stylelint/compare/17.12.0...17.13.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `webpack-dev-server` from 5.2.4 to 5.2.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-dev-server/releases";>webpack-dev-server's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.5</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Skip the HMR WebSocket path when forwarding upgrade requests to 
user-defined proxies, so custom proxy WebSocket upgrades are no longer 
intercepted by the dev server. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack-dev-server/pull/5680";>#5680</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md";>webpack-dev-server's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.2.5</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Skip the HMR WebSocket path when forwarding upgrade requests to 
user-defined proxies, so custom proxy WebSocket upgrades are no longer 
intercepted by the dev server. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack-dev-server/pull/5680";>#5680</a>)</li>
   </ul>
   <p>All notable changes to this project will be documented in this file. See 
<a 
href="https://github.com/conventional-changelog/standard-version";>standard-version</a>
 for commit guidelines.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/c3ee325819f64ceb77f85dcf727b6b5ede85cbc4";><code>c3ee325</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5682";>#5682</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/60173be90873b187b41fc2009a4de253732988a1";><code>60173be</code></a>
 feat: add changeset validation and release workflow (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5680";>#5680</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/948d5e6089bebcd801dac2cbe3ed4f80b64f117a";><code>948d5e6</code></a>
 fix(proxy): match the HMR upgrade path exactly like the ws server (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5678";>#5678</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/93e8996124332a6c94c4d3e0f8e5f2cf95321c67";><code>93e8996</code></a>
 fix: skip HMR websocket path when forwarding upgrades to user-defined 
proxies...</li>
   <li>See full diff in <a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.2.4...v5.2.5";>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 webpack-dev-server 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 <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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]

Reply via email to