dependabot[bot] opened a new pull request, #1474: URL: https://github.com/apache/airflow-site/pull/1474
Bumps the npm-dependencies group with 2 updates in the /landing-pages directory: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) and [webpack-cli](https://github.com/webpack/webpack-cli). Updates `@babel/preset-env` from 7.29.0 to 7.29.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/preset-env</code>'s releases</a>.</em></p> <blockquote> <h2>v7.29.2 (2026-03-16)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17840">#17840</a> [7.x backport] async x => {} must be in leading pos (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17805">#17805</a> [7.x backport] fix: Properly handle await in finally (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17789">#17789</a> [7.x backport] preset-env include/exclude should accept bugfix plugins (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17813">#17813</a> chore: update eslint peer deps (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> <h4>Committers: 2</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.29.1 (2026-02-04)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17771">#17771</a> [7.x backport] fix: ensure <code>targets.esmodules</code> is validated (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17776">#17776</a> [7.x backport] Fix undefined when 64 indents (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/37d5595fca9f188f0534458180611f2e776acd31"><code>37d5595</code></a> v7.29.2</li> <li><a href="https://github.com/babel/babel/commit/1c0a08d95ae7e1c788c7e1ae3a10ee53f7c86864"><code>1c0a08d</code></a> [7.x backport] fix: Properly handle await in finally (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17805">#17805</a>)</li> <li><a href="https://github.com/babel/babel/commit/061bf95142132ce4200f863f891a8e3a727cd844"><code>061bf95</code></a> [7.x backport] preset-env include/exclude should accept bugfix plugins (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17789">#17789</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.29.2/packages/babel-preset-env">compare view</a></li> </ul> </details> <br /> Updates `webpack-cli` from 7.0.0 to 7.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>Resolve configuration path for cache build dependencies. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4707">#4707</a>)</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>The <code>file</code> protocol for configuration options (<code>--config</code>/<code>--extends</code>) is supported. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4702">#4702</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h2>7.0.2</h2> <h3>Patch Changes</h3> <ul> <li>Resolve configuration path for cache build dependencies. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4707">#4707</a>)</li> </ul> <h2>7.0.1</h2> <h3>Patch Changes</h3> <ul> <li>The <code>file</code> protocol for configuration options (<code>--config</code>/<code>--extends</code>) is supported. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4702">#4702</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/49efdc01f72effc1d934e3a793b18183679001af"><code>49efdc0</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4708">#4708</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/1fc1b9dae77cda29910f729ecbcf17d2e002c73a"><code>1fc1b9d</code></a> fix: resolve configuration path for build dependencies (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4707">#4707</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/fd02100816c2f640b0a7ba6bb6bec00f15725ade"><code>fd02100</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4705">#4705</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/a653b02b56e1703b1a945708734d57268e8edde2"><code>a653b02</code></a> fix: use a new <code>create-webpack-app</code> package name (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4704">#4704</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/173e4bf98f69ba98d707301ff9747527a1d11859"><code>173e4bf</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4703">#4703</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/c03365793a2b5809c820c19cd35a7adeaa77889d"><code>c033657</code></a> ci: avoid extra step</li> <li><a href="https://github.com/webpack/webpack-cli/commit/fd2867935aee5264e78226a1afdb79a20513e6c8"><code>fd28679</code></a> fix: support file protocol in configuration options (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4702">#4702</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/37e4270dc24121d05898c1b3ed29906ad087304e"><code>37e4270</code></a> chore: normalize <code>package.json</code> (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4700">#4700</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d5290e35286a3247344fc9bea7c046f85d4bdf4f"><code>d5290e3</code></a> ci: fix</li> <li>See full diff in <a href="https://github.com/webpack/webpack-cli/compare/[email protected]@7.0.2">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]
