dependabot[bot] opened a new pull request, #1411: URL: https://github.com/apache/airflow-site/pull/1411
Bumps the npm-dependencies group with 9 updates in the /landing-pages directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.6` | `7.29.0` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.28.6` | `7.29.0` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.4.24` | | [css-loader](https://github.com/webpack/css-loader) | `7.1.2` | `7.1.3` | | [globals](https://github.com/sindresorhus/globals) | `17.0.0` | `17.3.0` | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `11.1.1` | `11.1.3` | | [sass-loader](https://github.com/webpack/sass-loader) | `16.0.6` | `16.0.7` | | [stylelint](https://github.com/stylelint/stylelint) | `17.0.0` | `17.1.1` | | [webpack](https://github.com/webpack/webpack) | `5.104.1` | `5.105.0` | Updates `@babel/core` from 7.28.6 to 7.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.29.0 (2026-01-31)</h2> <p>Thanks <a href="https://github.com/simbahax"><code>@simbahax</code></a> for your first PR!</p> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17750">#17750</a> [7.x backport] Add attributes import declaration builder (<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/17663">#17663</a> [7.x backport] feat(standalone): export async transform (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17725">#17725</a> [7.x backport] feat: read standalone targets from data-targets (<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/17765">#17765</a> fix(parser): correctly parse type assertions in <code>extends</code> clause (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17723">#17723</a> [7.x backport] fix(parser): improve super type argument parsing (<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/17708">#17708</a> fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (<a href="https://github.com/simbahax"><code>@simbahax</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17737">#17737</a> [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-generator</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17642">#17642</a> [Babel 7] Improve generator performance (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 6</h4> <ul> <li>David (<a href="https://github.com/simbahax"><code>@simbahax</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> <li><a href="https://github.com/magic-akari"><code>@magic-akari</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/aa8394e454337d118ac3d40bfa3ee1a3cb3f3ed2"><code>aa8394e</code></a> v7.29.0</li> <li><a href="https://github.com/babel/babel/commit/ad0d03f0c92404a60ec6b1c12f15febd38e2397a"><code>ad0d03f</code></a> [7.x backport] feat: Allow specifying startLine in code frame (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17739">#17739</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.29.0/packages/babel-core">compare view</a></li> </ul> </details> <br /> Updates `@babel/preset-env` from 7.28.6 to 7.29.0 <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.0 (2026-01-31)</h2> <p>Thanks <a href="https://github.com/simbahax"><code>@simbahax</code></a> for your first PR!</p> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17750">#17750</a> [7.x backport] Add attributes import declaration builder (<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/17663">#17663</a> [7.x backport] feat(standalone): export async transform (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17725">#17725</a> [7.x backport] feat: read standalone targets from data-targets (<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/17765">#17765</a> fix(parser): correctly parse type assertions in <code>extends</code> clause (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17723">#17723</a> [7.x backport] fix(parser): improve super type argument parsing (<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/17708">#17708</a> fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (<a href="https://github.com/simbahax"><code>@simbahax</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17737">#17737</a> [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-generator</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17642">#17642</a> [Babel 7] Improve generator performance (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 6</h4> <ul> <li>David (<a href="https://github.com/simbahax"><code>@simbahax</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> <li><a href="https://github.com/magic-akari"><code>@magic-akari</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/aa8394e454337d118ac3d40bfa3ee1a3cb3f3ed2"><code>aa8394e</code></a> v7.29.0</li> <li><a href="https://github.com/babel/babel/commit/0053db620c05acf0036f593b5aaf4e372daa79d0"><code>0053db6</code></a> Update polyfill packages (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17727">#17727</a>)</li> <li><a href="https://github.com/babel/babel/commit/f3a22268bdc4fc6748cbc2be718a4d1090bdaf00"><code>f3a2226</code></a> [babel 7] Delete Babel 8 fixtures (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17729">#17729</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.29.0/packages/babel-preset-env">compare view</a></li> </ul> </details> <br /> Updates `autoprefixer` from 10.4.23 to 10.4.24 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.24</h2> <ul> <li>Made Autoprefixer a little faster (by <a href="https://github.com/Cherry"><code>@Cherry</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.24</h2> <ul> <li>Made Autoprefixer a little faster (by <a href="https://github.com/Cherry"><code>@Cherry</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/36692c25e7ebf68b61cf992535a15f86e03ba4df"><code>36692c2</code></a> Release 10.4.24 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/67df014ae17b47b277e8e00abe3267650b4f2585"><code>67df014</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/032440ee4a2fc8d0d8b391df91bb1ea377e256be"><code>032440e</code></a> perf: reduce array allocations (<a href="https://redirect.github.com/postcss/autoprefixer/issues/1542">#1542</a>)</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.23...10.4.24">compare view</a></li> </ul> </details> <br /> Updates `css-loader` from 7.1.2 to 7.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/css-loader/releases">css-loader's releases</a>.</em></p> <blockquote> <h2>v7.1.3</h2> <h3><a href="https://github.com/webpack/css-loader/compare/v7.1.2...v7.1.3">7.1.3</a> (2026-01-27)</h3> <h3>Bug Fixes</h3> <ul> <li>allow to use <code>module</code> class name (<a href="https://redirect.github.com/webpack/css-loader/issues/1649">#1649</a>) (<a href="https://github.com/webpack/css-loader/commit/01869bcace63d17c4bfafedbc29c11965e62360d">01869bc</a>)</li> <li>use official <code>createHash</code> for hashes (<a href="https://redirect.github.com/webpack/css-loader/issues/1618">#1618</a>) (<a href="https://github.com/webpack/css-loader/commit/06587e54c6a580ee0c20e47021943aa9989acd5c">06587e5</a>)</li> <li>use official <code>hash*</code> options for hashes (<a href="https://redirect.github.com/webpack/css-loader/issues/1619">#1619</a>) (<a href="https://github.com/webpack/css-loader/commit/9544c3e9a90c1c58476d3d87188f8ff39105294f">9544c3e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/css-loader/blob/main/CHANGELOG.md">css-loader's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/css-loader/compare/v7.1.2...v7.1.3">7.1.3</a> (2026-01-27)</h3> <h3>Bug Fixes</h3> <ul> <li>allow to use <code>module</code> class name (<a href="https://redirect.github.com/webpack/css-loader/issues/1649">#1649</a>) (<a href="https://github.com/webpack/css-loader/commit/01869bcace63d17c4bfafedbc29c11965e62360d">01869bc</a>)</li> <li>use official <code>createHash</code> for hashes (<a href="https://redirect.github.com/webpack/css-loader/issues/1618">#1618</a>) (<a href="https://github.com/webpack/css-loader/commit/06587e54c6a580ee0c20e47021943aa9989acd5c">06587e5</a>)</li> <li>use official <code>hash*</code> options for hashes (<a href="https://redirect.github.com/webpack/css-loader/issues/1619">#1619</a>) (<a href="https://github.com/webpack/css-loader/commit/9544c3e9a90c1c58476d3d87188f8ff39105294f">9544c3e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/css-loader/commit/b2b2de789d69fbfc02832d48b4f1abefadbcbbcf"><code>b2b2de7</code></a> chore(release): 7.1.3</li> <li><a href="https://github.com/webpack/css-loader/commit/01869bcace63d17c4bfafedbc29c11965e62360d"><code>01869bc</code></a> fix: allow to use <code>module</code> class name (<a href="https://redirect.github.com/webpack/css-loader/issues/1649">#1649</a>)</li> <li><a href="https://github.com/webpack/css-loader/commit/7dd15ec0d2327b8ead619a138b16c608e37ff6f4"><code>7dd15ec</code></a> chore(deps): bump js-yaml (<a href="https://redirect.github.com/webpack/css-loader/issues/1648">#1648</a>)</li> <li><a href="https://github.com/webpack/css-loader/commit/db262022fa42f799194479926e235e3f0dbdaf10"><code>db26202</code></a> chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (<a href="https://redirect.github.com/webpack/css-loader/issues/1647">#1647</a>)</li> <li><a href="https://github.com/webpack/css-loader/commit/7daf1b88f659bec709839cf414764497b2f3efbc"><code>7daf1b8</code></a> Update CONTRIBUTING link to point to GitHub page</li> <li><a href="https://github.com/webpack/css-loader/commit/de1e63339114704e161bc60628d5d5e1b9f2e2ce"><code>de1e633</code></a> chore: correct link path (<a href="https://redirect.github.com/webpack/css-loader/issues/1645">#1645</a>)</li> <li><a href="https://github.com/webpack/css-loader/commit/563ad63cd48601c80a8e508349d53d947e83aa40"><code>563ad63</code></a> chore: migrate from contrib and swap branches (<a href="https://redirect.github.com/webpack/css-loader/issues/1644">#1644</a>)</li> <li><a href="https://github.com/webpack/css-loader/commit/e68bf7eb59f3d404bcb2263c32f5d563d9cd85d4"><code>e68bf7e</code></a> chore: update github actions/checkout from v4 to v5 (<a href="https://redirect.github.com/webpack/css-loader/issues/1642">#1642</a>)</li> <li><a href="https://github.com/webpack/css-loader/commit/99eb892bafc0fa037110f559a3987b74ab53cfde"><code>99eb892</code></a> chore: update jest from v29 to v30 (<a href="https://redirect.github.com/webpack/css-loader/issues/1637">#1637</a>)</li> <li><a href="https://github.com/webpack/css-loader/commit/af6652f9d32c85a51513d0aed250f78e90d96903"><code>af6652f</code></a> docs: improving typos in ISSUE_TEMPLATE files (<a href="https://redirect.github.com/webpack/css-loader/issues/1636">#1636</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/css-loader/compare/v7.1.2...v7.1.3">compare view</a></li> </ul> </details> <br /> Updates `globals` from 17.0.0 to 17.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/globals/releases">globals's releases</a>.</em></p> <blockquote> <h2>v17.3.0</h2> <ul> <li>Update globals (2026-02-01) (<a href="https://redirect.github.com/sindresorhus/globals/issues/336">#336</a>) 295fba9</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v17.2.0...v17.3.0">https://github.com/sindresorhus/globals/compare/v17.2.0...v17.3.0</a></p> <h2>v17.2.0</h2> <ul> <li><code>jasmine</code>: Add <code>throwUnless</code> and <code>throwUnlessAsync</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/335">#335</a>) 97f23a7</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v17.1.0...v17.2.0">https://github.com/sindresorhus/globals/compare/v17.1.0...v17.2.0</a></p> <h2>v17.1.0</h2> <ul> <li>Add <code>webpack</code> and <code>rspack</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/333">#333</a>) 65cae73</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v17.0.0...v17.1.0">https://github.com/sindresorhus/globals/compare/v17.0.0...v17.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/globals/commit/5edc6020698a76964b0fa17cb604f4484451143b"><code>5edc602</code></a> 17.3.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/295fba929adf8b44f945688233778a57ff754368"><code>295fba9</code></a> Update globals (2026-02-01) (<a href="https://redirect.github.com/sindresorhus/globals/issues/336">#336</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/8176ac7290e6eb0be1403b80a4184651c4cd95f6"><code>8176ac7</code></a> 17.2.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/97f23a759b37c2b6c30845cdc5172fd862d5c5e2"><code>97f23a7</code></a> <code>jasmine</code>: Add <code>throwUnless</code> and <code>throwUnlessAsync</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/335">#335</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/7a2f3546a195b67ee07d76acce39499d34b4c8fe"><code>7a2f354</code></a> 17.1.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/65cae7345cd365d2b0ea26958b545644aea5a6df"><code>65cae73</code></a> Add <code>webpack</code> and <code>rspack</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/333">#333</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/3efe5aad90231cee41c8caea7b987706390f889b"><code>3efe5aa</code></a> Remove script transform (<a href="https://redirect.github.com/sindresorhus/globals/issues/332">#332</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/globals/compare/v17.0.0...v17.3.0">compare view</a></li> </ul> </details> <br /> Updates `postcss-preset-env` from 11.1.1 to 11.1.3 <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.1.3</h3> <p><em>February 6, 2026</em></p> <ul> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand"><code>@csstools/postcss-text-decoration-shorthand</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#502"><code>5.0.2</code></a> (patch)</li> </ul> <h3>11.1.2</h3> <p><em>January 25, 2026</em></p> <ul> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values"><code>@csstools/postcss-normalize-display-values</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#501"><code>5.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers"><code>@csstools/color-helpers</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#601"><code>6.0.1</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-loader` from 16.0.6 to 16.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/sass-loader/releases">sass-loader's releases</a>.</em></p> <blockquote> <h2>v16.0.7</h2> <h3><a href="https://github.com/webpack/sass-loader/compare/v16.0.6...v16.0.7">16.0.7</a> (2026-02-05)</h3> <h3>Bug Fixes</h3> <ul> <li>update peer dependency for <code>@rspack/core</code> v2 (<a href="https://redirect.github.com/webpack/sass-loader/issues/1291">#1291</a>) (<a href="https://github.com/webpack/sass-loader/commit/24d12ecb9868a10967a0d283e776b70e4ac522bf">24d12ec</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md">sass-loader's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/sass-loader/compare/v16.0.6...v16.0.7">16.0.7</a> (2026-02-05)</h3> <h3>Bug Fixes</h3> <ul> <li>update peer dependency for <code>@rspack/core</code> v2 (<a href="https://redirect.github.com/webpack/sass-loader/issues/1291">#1291</a>) (<a href="https://github.com/webpack/sass-loader/commit/24d12ecb9868a10967a0d283e776b70e4ac522bf">24d12ec</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/sass-loader/commit/694c8d92abf8e30f934810878281c7b227eb32a8"><code>694c8d9</code></a> chore(release): 16.0.7</li> <li><a href="https://github.com/webpack/sass-loader/commit/147d6ab04180a8421d9dffc984cbc42a4eae5c4e"><code>147d6ab</code></a> ci: lint fix (<a href="https://redirect.github.com/webpack/sass-loader/issues/1294">#1294</a>)</li> <li><a href="https://github.com/webpack/sass-loader/commit/24d12ecb9868a10967a0d283e776b70e4ac522bf"><code>24d12ec</code></a> fix: update peer dependency for <code>@rspack/core</code> v2 (<a href="https://redirect.github.com/webpack/sass-loader/issues/1291">#1291</a>)</li> <li><a href="https://github.com/webpack/sass-loader/commit/068201f0a78e636afd9c926cf0f3b62b0b2e6082"><code>068201f</code></a> docs: fix link (<a href="https://redirect.github.com/webpack/sass-loader/issues/1287">#1287</a>)</li> <li>See full diff in <a href="https://github.com/webpack/sass-loader/compare/v16.0.6...v16.0.7">compare view</a></li> </ul> </details> <br /> Updates `stylelint` from 17.0.0 to 17.1.1 <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.1.1</h2> <p>It fixes 2 bugs.</p> <ul> <li>Fixed: resolution of configs, plugins, processors, and custom syntaxes in Yarn PnP environments (<a href="https://redirect.github.com/stylelint/stylelint/issues/9010">#9010</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: <code>lightness-notation</code> autofix for decimals (<a href="https://redirect.github.com/stylelint/stylelint/issues/9009">#9009</a>) (<a href="https://github.com/IlyaSemenov"><code>@IlyaSemenov</code></a>).</li> </ul> <h2>17.1.0</h2> <p>It fixes 5 bugs and adds the <code>display-notation</code> rule. Before we turn it on in our <a href="https://www.npmjs.com/package/stylelint-config-standard">standard config</a>, we'd like to <a href="https://redirect.github.com/stylelint/stylelint-config-standard/issues/387">hear the community's thoughts</a> on which options to use.</p> <ul> <li>Added: <code>display-notation</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8981">#8981</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>GlobbyOptions</code> TypeScript errors (<a href="https://redirect.github.com/stylelint/stylelint/issues/8992">#8992</a>) (<a href="https://github.com/zalishchuk"><code>@zalishchuk</code></a>).</li> <li>Fixed: <code>hue-degree-notation</code> false negatives and positives for relative colors (<a href="https://redirect.github.com/stylelint/stylelint/issues/8985">#8985</a>) (<a href="https://github.com/jamesnw"><code>@jamesnw</code></a>).</li> <li>Fixed: <code>lightness-notation</code> false negatives for relative colors (<a href="https://redirect.github.com/stylelint/stylelint/issues/8987">#8987</a>) (<a href="https://github.com/jamesnw"><code>@jamesnw</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>geolocation</code> and <code>usermedia</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9004">#9004</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>rb</code>, <code>rtc</code> and <code>menuitem</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8972">#8972</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.1.1 - 2026-02-03</h2> <p>It fixes 2 bugs.</p> <ul> <li>Fixed: resolution of configs, plugins, processors, and custom syntaxes in Yarn PnP environments (<a href="https://redirect.github.com/stylelint/stylelint/pull/9010">#9010</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: <code>lightness-notation</code> autofix for decimals (<a href="https://redirect.github.com/stylelint/stylelint/pull/9009">#9009</a>) (<a href="https://github.com/IlyaSemenov"><code>@IlyaSemenov</code></a>).</li> </ul> <h2>17.1.0 - 2026-01-30</h2> <p>It fixes 5 bugs and adds the <code>display-notation</code> rule. Before we turn it on in our <a href="https://www.npmjs.com/package/stylelint-config-standard">standard config</a>, we'd like to <a href="https://redirect.github.com/stylelint/stylelint-config-standard/issues/387">hear the community's thoughts</a> on which options to use.</p> <ul> <li>Added: <code>display-notation</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8981">#8981</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>GlobbyOptions</code> TypeScript errors (<a href="https://redirect.github.com/stylelint/stylelint/pull/8992">#8992</a>) (<a href="https://github.com/zalishchuk"><code>@zalishchuk</code></a>).</li> <li>Fixed: <code>hue-degree-notation</code> false negatives and positives for relative colors (<a href="https://redirect.github.com/stylelint/stylelint/pull/8985">#8985</a>) (<a href="https://github.com/jamesnw"><code>@jamesnw</code></a>).</li> <li>Fixed: <code>lightness-notation</code> false negatives for relative colors (<a href="https://redirect.github.com/stylelint/stylelint/pull/8987">#8987</a>) (<a href="https://github.com/jamesnw"><code>@jamesnw</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>geolocation</code> and <code>usermedia</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/9004">#9004</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>rb</code>, <code>rtc</code> and <code>menuitem</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8972">#8972</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/264e565d8a4de943afb36b5bde3ecaf44f20b64f"><code>264e565</code></a> Release 17.1.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9013">#9013</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5834ff91311c5d07fc0ed036ae46cdca9b769f86"><code>5834ff9</code></a> Fix <code>lightness-notation</code> autofix for decimals (<a href="https://redirect.github.com/stylelint/stylelint/issues/9009">#9009</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/e48ece8366134ffaf81db4c2a5d5bc08cd659560"><code>e48ece8</code></a> Fix resolution of configs, plugins, processors, and custom syntaxes in Yarn P...</li> <li><a href="https://github.com/stylelint/stylelint/commit/48f637247255b0cae796f73dbbcf74706d755116"><code>48f6372</code></a> Release 17.1.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9007">#9007</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5bed10888945cf8caf42367c840d8b44be4735d8"><code>5bed108</code></a> Fix <code>selector-type-no-unknown</code> false positives for <code>geolocation</code> and `usermed...</li> <li><a href="https://github.com/stylelint/stylelint/commit/7b0b6f79a7cfe7b57748d819d93daecc18d6b57d"><code>7b0b6f7</code></a> Revert "Fix resolution of configs, plugins, processors, and custom syntaxes i...</li> <li><a href="https://github.com/stylelint/stylelint/commit/9b30fbd3ddf6a7b684b8996d88a107a18a5377fb"><code>9b30fbd</code></a> Remove <code>display-notation</code> secondary options while the specification is in flu...</li> <li><a href="https://github.com/stylelint/stylelint/commit/17ebd25999faa5526957e38050dc472bfdf157bd"><code>17ebd25</code></a> Fix resolution of configs, plugins, processors, and custom syntaxes in Yarn P...</li> <li><a href="https://github.com/stylelint/stylelint/commit/590df524205ab0dd1ebbab9b23ed93b71843dc6d"><code>590df52</code></a> Bump prettier from 3.8.0 to 3.8.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9002">#9002</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/d101b1568ccedebd9d6ad09d58765d6985228624"><code>d101b15</code></a> Remove ignoring ESLint major updates in Dependabot config (<a href="https://redirect.github.com/stylelint/stylelint/issues/9000">#9000</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/17.0.0...17.1.1">compare view</a></li> </ul> </details> <br /> Updates `webpack` from 5.104.1 to 5.105.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.105.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Allow resolving worker module by export condition name when using <code>new Worker()</code> (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20353">#20353</a>)</p> </li> <li> <p>Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20320">#20320</a>)</p> </li> <li> <p>Added the <code>tsconfig</code> option for the <code>resolver</code> options (replacement for <code>tsconfig-paths-webpack-plugin</code>). Can be <code>false</code> (disabled), <code>true</code> (use the default <code>tsconfig.json</code> file to search for it), a string path to <code>tsconfig.json</code>, or an object with <code>configFile</code> and <code>references</code> options. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20400">#20400</a>)</p> </li> <li> <p>Support <code>import.defer()</code> for context modules. (by <a href="https://github.com/ahabhgk"><code>@ahabhgk</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20399">#20399</a>)</p> </li> <li> <p>Added support for array values to the <code>devtool</code> option. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20191">#20191</a>)</p> </li> <li> <p>Improve rendering node built-in modules for ECMA module output. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20255">#20255</a>)</p> </li> <li> <p>Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20312">#20312</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Fixed ESM default export handling for <code>.mjs</code> files in Module Federation (by <a href="https://github.com/y-okt"><code>@y-okt</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20189">#20189</a>)</p> </li> <li> <p>Optimized <code>import.meta.env</code> handling in destructuring assignments by using cached stringified environment definitions. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20313">#20313</a>)</p> </li> <li> <p>Respect the <code>stats.errorStack</code> option in stats output. (by <a href="https://github.com/samarthsinh2660"><code>@samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20258">#20258</a>)</p> </li> <li> <p>Fixed a bug where declaring a <code>module</code> variable in module scope would conflict with the default <code>moduleArgument</code>. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20265">#20265</a>)</p> </li> <li> <p>Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g., <code>virtual:routes</code>), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20390">#20390</a>)</p> </li> <li> <p>Fixed Worker self-import handling to support various URL patterns (e.g., <code>import.meta.url</code>, <code>new URL(import.meta.url)</code>, <code>new URL(import.meta.url, import.meta.url)</code>, <code>new URL("./index.js", import.meta.url)</code>). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20381">#20381</a>)</p> </li> <li> <p>Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20345">#20345</a>)</p> </li> <li> <p>Fixed a bug where a self-referencing dependency would have an unused export name when imported inside a web worker. (by <a href="https://github.com/samarthsinh2660"><code>@samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20251">#20251</a>)</p> </li> <li> <p>Fix missing export generation when concatenated modules in different chunks share the same runtime in module library bundles. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20346">#20346</a>)</p> </li> <li> <p>Fixed <code>import.meta.env.xxx</code> behavior: when accessing a non-existent property, it now returns empty object instead of full object at runtime. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20289">#20289</a>)</p> </li> <li> <p>Improved parsing error reporting by adding a link to the loader documentation. (by <a href="https://github.com/gaurav10gg"><code>@gaurav10gg</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20244">#20244</a>)</p> </li> <li> <p>Fix typescript types. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20305">#20305</a>)</p> </li> <li> <p>Add declaration for unused harmony import specifier. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20286">#20286</a>)</p> </li> <li> <p>Fix compressibility of modules while retaining portability. (by <a href="https://github.com/dmichon-msft"><code>@dmichon-msft</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20287">#20287</a>)</p> </li> <li> <p>Optimize source map generation: only include <code>ignoreList</code> property when it has content, avoiding empty arrays in source maps. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20319">#20319</a>)</p> </li> <li> <p>Preserve star exports for dependencies in ECMA module output. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20293">#20293</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's changelog</a>.</em></p> <blockquote> <h2>5.105.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Allow resolving worker module by export condition name when using <code>new Worker()</code> (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20353">#20353</a>)</p> </li> <li> <p>Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20320">#20320</a>)</p> </li> <li> <p>Added the <code>tsconfig</code> option for the <code>resolver</code> options (replacement for <code>tsconfig-paths-webpack-plugin</code>). Can be <code>false</code> (disabled), <code>true</code> (use the default <code>tsconfig.json</code> file to search for it), a string path to <code>tsconfig.json</code>, or an object with <code>configFile</code> and <code>references</code> options. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20400">#20400</a>)</p> </li> <li> <p>Support <code>import.defer()</code> for context modules. (by <a href="https://github.com/ahabhgk"><code>@ahabhgk</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20399">#20399</a>)</p> </li> <li> <p>Added support for array values to the <code>devtool</code> option. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20191">#20191</a>)</p> </li> <li> <p>Improve rendering node built-in modules for ECMA module output. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20255">#20255</a>)</p> </li> <li> <p>Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20312">#20312</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Fixed ESM default export handling for <code>.mjs</code> files in Module Federation (by <a href="https://github.com/y-okt"><code>@y-okt</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20189">#20189</a>)</p> </li> <li> <p>Optimized <code>import.meta.env</code> handling in destructuring assignments by using cached stringified environment definitions. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20313">#20313</a>)</p> </li> <li> <p>Respect the <code>stats.errorStack</code> option in stats output. (by <a href="https://github.com/samarthsinh2660"><code>@samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20258">#20258</a>)</p> </li> <li> <p>Fixed a bug where declaring a <code>module</code> variable in module scope would conflict with the default <code>moduleArgument</code>. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20265">#20265</a>)</p> </li> <li> <p>Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g., <code>virtual:routes</code>), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20390">#20390</a>)</p> </li> <li> <p>Fixed Worker self-import handling to support various URL patterns (e.g., <code>import.meta.url</code>, <code>new URL(import.meta.url)</code>, <code>new URL(import.meta.url, import.meta.url)</code>, <code>new URL("./index.js", import.meta.url)</code>). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20381">#20381</a>)</p> </li> <li> <p>Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20345">#20345</a>)</p> </li> <li> <p>Fixed a bug where a self-referencing dependency would have an unused export name when imported inside a web worker. (by <a href="https://github.com/samarthsinh2660"><code>@samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20251">#20251</a>)</p> </li> <li> <p>Fix missing export generation when concatenated modules in different chunks share the same runtime in module library bundles. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20346">#20346</a>)</p> </li> <li> <p>Fixed <code>import.meta.env.xxx</code> behavior: when accessing a non-existent property, it now returns empty object instead of full object at runtime. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20289">#20289</a>)</p> </li> <li> <p>Improved parsing error reporting by adding a link to the loader documentation. (by <a href="https://github.com/gaurav10gg"><code>@gaurav10gg</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20244">#20244</a>)</p> </li> <li> <p>Fix typescript types. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20305">#20305</a>)</p> </li> <li> <p>Add declaration for unused harmony import specifier. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20286">#20286</a>)</p> </li> <li> <p>Fix compressibility of modules while retaining portability. (by <a href="https://github.com/dmichon-msft"><code>@dmichon-msft</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20287">#20287</a>)</p> </li> <li> <p>Optimize source map generation: only include <code>ignoreList</code> property when it has content, avoiding empty arrays in source maps. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20319">#20319</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/1486f9aacca11d79dbb7ddbceed29b7e6df7a7ab"><code>1486f9a</code></a> chore(release): new release</li> <li><a href="https://github.com/webpack/webpack/commit/1a517f665aae7b4d3d29c8b408d09488a21fbf94"><code>1a517f6</code></a> feat: added the <code>tsconfig</code> option for the <code>resolver</code> options (<a href="https://redirect.github.com/webpack/webpack/issues/20400">#20400</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/7b3b0f795df377a9d0073822a2d60c1390d03109"><code>7b3b0f7</code></a> feat: support <code>import.defer()</code> for context modules</li> <li><a href="https://github.com/webpack/webpack/commit/c4a6a922de4af37a92d05c0ddc975b5348cfa9a1"><code>c4a6a92</code></a> refactor: more types and increase types coverage</li> <li><a href="https://github.com/webpack/webpack/commit/5ecc58d722da7715ede7de59b97108dd715d1bfa"><code>5ecc58d</code></a> feat: consider asset module as side-effect-free (<a href="https://redirect.github.com/webpack/webpack/issues/20352">#20352</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/cce0f6989888771ec279777ab8f8dce8e39198a0"><code>cce0f69</code></a> test: avoid comma operator in BinaryMiddleware test (<a href="https://redirect.github.com/webpack/webpack/issues/20398">#20398</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/cd4793d50e8e1e519ecd07b76d9e5dc06357341e"><code>cd4793d</code></a> feat: support import specifier guard (<a href="https://redirect.github.com/webpack/webpack/issues/20320">#20320</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/fe486552d060f6d2815a39a6bd0fb351d348658c"><code>fe48655</code></a> docs: update examples (<a href="https://redirect.github.com/webpack/webpack/issues/20397">#20397</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/de107f8767a2a11759f8261ed1ac49bcddec34b6"><code>de107f8</code></a> fix(VirtualUrlPlugin): set resourceData.context to avoid invalid fallback (<a href="https://redirect.github.com/webpack/webpack/issues/2">#2</a>...</li> <li><a href="https://github.com/webpack/webpack/commit/a656ab1fd1064ef8dd3eef1a2f3071fc176b948f"><code>a656ab1</code></a> test: add self-import test case for dynamic import (<a href="https://redirect.github.com/webpack/webpack/issues/20389">#20389</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.104.1...v5.105.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for webpack 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]
