dependabot[bot] opened a new pull request, #73208: URL: https://github.com/apache/airflow/pull/73208
Bumps the 3-3-fab-ui-package-updates group with 3 updates in the /providers/fab/src/airflow/providers/fab/www directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/core` from 8.0.1 to 8.0.5 <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.5 (2026-09-10)</h2> <p>Thanks <a href="https://github.com/drubetti"><code>@drubetti</code></a>, <a href="https://github.com/jibin7jose"><code>@jibin7jose</code></a>, <a href="https://github.com/joelle-a-dev"><code>@joelle-a-dev</code></a>, <a href="https://github.com/journey-ad"><code>@journey-ad</code></a>, <a href="https://github.com/Kjubikstronk"><code>@Kjubikstronk</code></a>, <a href="https://github.com/MatteoGabriele"><code>@MatteoGabriele</code></a>, and <a href="https://github.com/zhangli091011"><code>@zhangli091011</code></a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18218">#18218</a> fix(parser): do not form html entity for invalid codepoint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18215">#18215</a> fix(parser): remove non-decimal prefix from bigint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18063">#18063</a> Disallow new import prop access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18214">#18214</a> fix: only collapse the empty-object check when it targets the declared binding (<a href="https://github.com/Kjubikstronk"><code>@Kjubikstronk</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18190">#18190</a> fix(ts): improve variable handling in namespace (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18207">#18207</a> [ts] Allow merging <code>enum</code> into a <code>namespace</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18217">#18217</a> Fix import path for babel-node.js (<a href="https://github.com/drubetti"><code>@drubetti</code></a>)</li> </ul> </li> <li><code>babel-plugin-bugfix-safari-rest-destructuring-rhs-array</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18213">#18213</a> fix(bugfix): bound check before array access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18183">#18183</a> fix(remove): unwrap single sequence expression (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18153">#18153</a> Handle null in <code>getAll{Prev,Next}Siblings</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18194">#18194</a> fix: improve for loop closure environment check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18193">#18193</a> fix: assign closure body after handling return (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18088">#18088</a> Fix initialization of nested for loop head declarations (<a href="https://github.com/journey-ad"><code>@journey-ad</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18202">#18202</a> fix(generator): keep parens for ?. chain in tag (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18137">#18137</a> fix(babel-register): preserve app-managed graceful shutdown (<a href="https://github.com/jibin7jose"><code>@jibin7jose</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18140">#18140</a> chore: fix <code>@babel/eslint-plugin</code> peer deps (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18131">#18131</a> fix(register): do not inherit parent execArgv (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18095">#18095</a> Add types for <code>@babel/standalone</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18187">#18187</a> Add AI policy (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-helper-compilation-targets</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-helper-fixtures</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18145">#18145</a> refactor: replace <code>semver</code> with <code>verkit</code> (<a href="https://github.com/sxzz"><code>@sxzz</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18177">#18177</a> Update node flags list (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18103">#18103</a> Simplify AST validators (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </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.5 (2026-09-10)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18218">#18218</a> fix(parser): do not form html entity for invalid codepoint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18215">#18215</a> fix(parser): remove non-decimal prefix from bigint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18063">#18063</a> Disallow new import prop access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18214">#18214</a> fix: only collapse the empty-object check when it targets the declared binding (<a href="https://github.com/Kjubikstronk"><code>@Kjubikstronk</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18190">#18190</a> fix(ts): improve variable handling in namespace (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18207">#18207</a> [ts] Allow merging <code>enum</code> into a <code>namespace</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18217">#18217</a> Fix import path for babel-node.js (<a href="https://github.com/drubetti"><code>@drubetti</code></a>)</li> </ul> </li> <li><code>babel-plugin-bugfix-safari-rest-destructuring-rhs-array</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18213">#18213</a> fix(bugfix): bound check before array access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18183">#18183</a> fix(remove): unwrap single sequence expression (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18153">#18153</a> Handle null in <code>getAll{Prev,Next}Siblings</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18194">#18194</a> fix: improve for loop closure environment check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18193">#18193</a> fix: assign closure body after handling return (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18088">#18088</a> Fix initialization of nested for loop head declarations (<a href="https://github.com/journey-ad"><code>@journey-ad</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18202">#18202</a> fix(generator): keep parens for ?. chain in tag (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18137">#18137</a> fix(babel-register): preserve app-managed graceful shutdown (<a href="https://github.com/jibin7jose"><code>@jibin7jose</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18140">#18140</a> chore: fix <code>@babel/eslint-plugin</code> peer deps (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18131">#18131</a> fix(register): do not inherit parent execArgv (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18095">#18095</a> Add types for <code>@babel/standalone</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18187">#18187</a> Add AI policy (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-helper-compilation-targets</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-helper-fixtures</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18145">#18145</a> refactor: replace <code>semver</code> with <code>verkit</code> (<a href="https://github.com/sxzz"><code>@sxzz</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18177">#18177</a> Update node flags list (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18103">#18103</a> Simplify AST validators (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-parser</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/0d8ed705171f38f95058db247eb358c9242b35b7"><code>0d8ed70</code></a> v8.0.5</li> <li><a href="https://github.com/babel/babel/commit/4cea20d65b950fd10971e5946c2f69ee7e859f55"><code>4cea20d</code></a> Use built-in glob in Node.js (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18097">#18097</a>)</li> <li><a href="https://github.com/babel/babel/commit/1eac4481473df52fbbcb452c4dca8d79039dbb63"><code>1eac448</code></a> refactor: replace <code>semver</code> with <code>verkit</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18145">#18145</a>)</li> <li><a href="https://github.com/babel/babel/commit/61bfda575b03e6a32af7877b65651a37eb339426"><code>61bfda5</code></a> chore: Update prettier v3.9 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18147">#18147</a>)</li> <li><a href="https://github.com/babel/babel/commit/6ce28e10297ed8cd3445a04199d4cf2e1c8cb135"><code>6ce28e1</code></a> Add whitespace in source-map-visual tests (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18138">#18138</a>)</li> <li><a href="https://github.com/babel/babel/commit/e441e7a77dbe864911e3bab15310c8b9630a6bdd"><code>e441e7a</code></a> fix: Remove <code>isTSX</code> from <code>babel-plugin-syntax-typescript</code> types (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18089">#18089</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v8.0.5/packages/babel-core">compare view</a></li> </ul> </details> <br /> Updates `@babel/eslint-parser` from 8.0.1 to 8.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/eslint-parser's releases</a>.</em></p> <blockquote> <h2>v8.0.5 (2026-09-10)</h2> <p>Thanks <a href="https://github.com/drubetti"><code>@drubetti</code></a>, <a href="https://github.com/jibin7jose"><code>@jibin7jose</code></a>, <a href="https://github.com/joelle-a-dev"><code>@joelle-a-dev</code></a>, <a href="https://github.com/journey-ad"><code>@journey-ad</code></a>, <a href="https://github.com/Kjubikstronk"><code>@Kjubikstronk</code></a>, <a href="https://github.com/MatteoGabriele"><code>@MatteoGabriele</code></a>, and <a href="https://github.com/zhangli091011"><code>@zhangli091011</code></a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18218">#18218</a> fix(parser): do not form html entity for invalid codepoint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18215">#18215</a> fix(parser): remove non-decimal prefix from bigint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18063">#18063</a> Disallow new import prop access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18214">#18214</a> fix: only collapse the empty-object check when it targets the declared binding (<a href="https://github.com/Kjubikstronk"><code>@Kjubikstronk</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18190">#18190</a> fix(ts): improve variable handling in namespace (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18207">#18207</a> [ts] Allow merging <code>enum</code> into a <code>namespace</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18217">#18217</a> Fix import path for babel-node.js (<a href="https://github.com/drubetti"><code>@drubetti</code></a>)</li> </ul> </li> <li><code>babel-plugin-bugfix-safari-rest-destructuring-rhs-array</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18213">#18213</a> fix(bugfix): bound check before array access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18183">#18183</a> fix(remove): unwrap single sequence expression (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18153">#18153</a> Handle null in <code>getAll{Prev,Next}Siblings</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18194">#18194</a> fix: improve for loop closure environment check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18193">#18193</a> fix: assign closure body after handling return (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18088">#18088</a> Fix initialization of nested for loop head declarations (<a href="https://github.com/journey-ad"><code>@journey-ad</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18202">#18202</a> fix(generator): keep parens for ?. chain in tag (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18137">#18137</a> fix(babel-register): preserve app-managed graceful shutdown (<a href="https://github.com/jibin7jose"><code>@jibin7jose</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18140">#18140</a> chore: fix <code>@babel/eslint-plugin</code> peer deps (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18131">#18131</a> fix(register): do not inherit parent execArgv (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18095">#18095</a> Add types for <code>@babel/standalone</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18187">#18187</a> Add AI policy (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-helper-compilation-targets</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-helper-fixtures</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18145">#18145</a> refactor: replace <code>semver</code> with <code>verkit</code> (<a href="https://github.com/sxzz"><code>@sxzz</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18177">#18177</a> Update node flags list (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18103">#18103</a> Simplify AST validators (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </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/eslint-parser's changelog</a>.</em></p> <blockquote> <h2>v8.0.5 (2026-09-10)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18218">#18218</a> fix(parser): do not form html entity for invalid codepoint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18215">#18215</a> fix(parser): remove non-decimal prefix from bigint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18063">#18063</a> Disallow new import prop access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18214">#18214</a> fix: only collapse the empty-object check when it targets the declared binding (<a href="https://github.com/Kjubikstronk"><code>@Kjubikstronk</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18190">#18190</a> fix(ts): improve variable handling in namespace (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18207">#18207</a> [ts] Allow merging <code>enum</code> into a <code>namespace</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18217">#18217</a> Fix import path for babel-node.js (<a href="https://github.com/drubetti"><code>@drubetti</code></a>)</li> </ul> </li> <li><code>babel-plugin-bugfix-safari-rest-destructuring-rhs-array</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18213">#18213</a> fix(bugfix): bound check before array access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18183">#18183</a> fix(remove): unwrap single sequence expression (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18153">#18153</a> Handle null in <code>getAll{Prev,Next}Siblings</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18194">#18194</a> fix: improve for loop closure environment check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18193">#18193</a> fix: assign closure body after handling return (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18088">#18088</a> Fix initialization of nested for loop head declarations (<a href="https://github.com/journey-ad"><code>@journey-ad</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18202">#18202</a> fix(generator): keep parens for ?. chain in tag (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18137">#18137</a> fix(babel-register): preserve app-managed graceful shutdown (<a href="https://github.com/jibin7jose"><code>@jibin7jose</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18140">#18140</a> chore: fix <code>@babel/eslint-plugin</code> peer deps (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18131">#18131</a> fix(register): do not inherit parent execArgv (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18095">#18095</a> Add types for <code>@babel/standalone</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18187">#18187</a> Add AI policy (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-helper-compilation-targets</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-helper-fixtures</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18145">#18145</a> refactor: replace <code>semver</code> with <code>verkit</code> (<a href="https://github.com/sxzz"><code>@sxzz</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18177">#18177</a> Update node flags list (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18103">#18103</a> Simplify AST validators (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-parser</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/0d8ed705171f38f95058db247eb358c9242b35b7"><code>0d8ed70</code></a> v8.0.5</li> <li><a href="https://github.com/babel/babel/commit/1eac4481473df52fbbcb452c4dca8d79039dbb63"><code>1eac448</code></a> refactor: replace <code>semver</code> with <code>verkit</code> (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/18145">#18145</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v8.0.5/eslint/babel-eslint-parser">compare view</a></li> </ul> </details> <br /> Updates `@babel/preset-env` from 8.0.2 to 8.0.5 <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.5 (2026-09-10)</h2> <p>Thanks <a href="https://github.com/drubetti"><code>@drubetti</code></a>, <a href="https://github.com/jibin7jose"><code>@jibin7jose</code></a>, <a href="https://github.com/joelle-a-dev"><code>@joelle-a-dev</code></a>, <a href="https://github.com/journey-ad"><code>@journey-ad</code></a>, <a href="https://github.com/Kjubikstronk"><code>@Kjubikstronk</code></a>, <a href="https://github.com/MatteoGabriele"><code>@MatteoGabriele</code></a>, and <a href="https://github.com/zhangli091011"><code>@zhangli091011</code></a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18218">#18218</a> fix(parser): do not form html entity for invalid codepoint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18215">#18215</a> fix(parser): remove non-decimal prefix from bigint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18063">#18063</a> Disallow new import prop access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18214">#18214</a> fix: only collapse the empty-object check when it targets the declared binding (<a href="https://github.com/Kjubikstronk"><code>@Kjubikstronk</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18190">#18190</a> fix(ts): improve variable handling in namespace (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18207">#18207</a> [ts] Allow merging <code>enum</code> into a <code>namespace</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18217">#18217</a> Fix import path for babel-node.js (<a href="https://github.com/drubetti"><code>@drubetti</code></a>)</li> </ul> </li> <li><code>babel-plugin-bugfix-safari-rest-destructuring-rhs-array</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18213">#18213</a> fix(bugfix): bound check before array access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18183">#18183</a> fix(remove): unwrap single sequence expression (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18153">#18153</a> Handle null in <code>getAll{Prev,Next}Siblings</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18194">#18194</a> fix: improve for loop closure environment check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18193">#18193</a> fix: assign closure body after handling return (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18088">#18088</a> Fix initialization of nested for loop head declarations (<a href="https://github.com/journey-ad"><code>@journey-ad</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18202">#18202</a> fix(generator): keep parens for ?. chain in tag (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18137">#18137</a> fix(babel-register): preserve app-managed graceful shutdown (<a href="https://github.com/jibin7jose"><code>@jibin7jose</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18140">#18140</a> chore: fix <code>@babel/eslint-plugin</code> peer deps (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18131">#18131</a> fix(register): do not inherit parent execArgv (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18095">#18095</a> Add types for <code>@babel/standalone</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18187">#18187</a> Add AI policy (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-helper-compilation-targets</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-helper-fixtures</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18145">#18145</a> refactor: replace <code>semver</code> with <code>verkit</code> (<a href="https://github.com/sxzz"><code>@sxzz</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18177">#18177</a> Update node flags list (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18103">#18103</a> Simplify AST validators (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </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.5 (2026-09-10)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18218">#18218</a> fix(parser): do not form html entity for invalid codepoint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18215">#18215</a> fix(parser): remove non-decimal prefix from bigint (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18063">#18063</a> Disallow new import prop access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18214">#18214</a> fix: only collapse the empty-object check when it targets the declared binding (<a href="https://github.com/Kjubikstronk"><code>@Kjubikstronk</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18190">#18190</a> fix(ts): improve variable handling in namespace (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18207">#18207</a> [ts] Allow merging <code>enum</code> into a <code>namespace</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18217">#18217</a> Fix import path for babel-node.js (<a href="https://github.com/drubetti"><code>@drubetti</code></a>)</li> </ul> </li> <li><code>babel-plugin-bugfix-safari-rest-destructuring-rhs-array</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18213">#18213</a> fix(bugfix): bound check before array access (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18183">#18183</a> fix(remove): unwrap single sequence expression (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18153">#18153</a> Handle null in <code>getAll{Prev,Next}Siblings</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18194">#18194</a> fix: improve for loop closure environment check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18193">#18193</a> fix: assign closure body after handling return (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/18088">#18088</a> Fix initialization of nested for loop head declarations (<a href="https://github.com/journey-ad"><code>@journey-ad</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18202">#18202</a> fix(generator): keep parens for ?. chain in tag (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18137">#18137</a> fix(babel-register): preserve app-managed graceful shutdown (<a href="https://github.com/jibin7jose"><code>@jibin7jose</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18140">#18140</a> chore: fix <code>@babel/eslint-plugin</code> peer deps (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18131">#18131</a> fix(register): do not inherit parent execArgv (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18095">#18095</a> Add types for <code>@babel/standalone</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18187">#18187</a> Add AI policy (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-helper-compilation-targets</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-helper-fixtures</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18145">#18145</a> refactor: replace <code>semver</code> with <code>verkit</code> (<a href="https://github.com/sxzz"><code>@sxzz</code></a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18177">#18177</a> Update node flags list (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18103">#18103</a> Simplify AST validators (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-parser</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/0d8ed705171f38f95058db247eb358c9242b35b7"><code>0d8ed70</code></a> v8.0.5</li> <li><a href="https://github.com/babel/babel/commit/4cea20d65b950fd10971e5946c2f69ee7e859f55"><code>4cea20d</code></a> Use built-in glob in Node.js (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/18097">#18097</a>)</li> <li><a href="https://github.com/babel/babel/commit/1eac4481473df52fbbcb452c4dca8d79039dbb63"><code>1eac448</code></a> refactor: replace <code>semver</code> with <code>verkit</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/18145">#18145</a>)</li> <li><a href="https://github.com/babel/babel/commit/1554d587b31460f135adf65812d199f963a34e61"><code>1554d58</code></a> chore: Some minor cleanup (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/18148">#18148</a>)</li> <li><a href="https://github.com/babel/babel/commit/286c79a148db0b4ab0dec96e2eff62ccfbbc3889"><code>286c79a</code></a> Update compat data sources (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/18116">#18116</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v8.0.5/packages/babel-preset-env">compare view</a></li> </ul> </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]
