dependabot[bot] opened a new pull request, #1656: URL: https://github.com/apache/airflow-site/pull/1656
Bumps the npm-dependencies group with 5 updates in the /landing-pages directory: | Package | From | To | | --- | --- | --- | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.4` | `10.5.5` | | [eslint](https://github.com/eslint/eslint) | `10.9.1` | `10.10.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.26` | `8.5.28` | | [sass](https://github.com/sass/dart-sass) | `1.103.1` | `1.104.0` | | [stylelint](https://github.com/stylelint/stylelint) | `17.14.1` | `17.15.0` | Updates `autoprefixer` from 10.5.4 to 10.5.5 <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.5.5</h2> <ul> <li>Fixed resolution media query parsing performance (by <a href="https://github.com/NotAFlightRisk"><code>@NotAFlightRisk</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.5.5</h2> <ul> <li>Fixed resolution media query parsing performance (by <a href="https://github.com/NotAFlightRisk"><code>@NotAFlightRisk</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/7e81ffff9d824968394bab6f81da2e2c2511cc49"><code>7e81fff</code></a> Release 10.5.5 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/d9e3531b4109d9e68bae23ed451c48197e67cb29"><code>d9e3531</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/34b3a3e275ae223642aaec7686eece008bb88803"><code>34b3a3e</code></a> Fix media query parse performance</li> <li><a href="https://github.com/postcss/autoprefixer/commit/265521ee8ee3098dcb114e8259259ca614146e00"><code>265521e</code></a> Remove Cult</li> <li><a href="https://github.com/postcss/autoprefixer/commit/dd80d38938055a66d2ab1694234f5ad472fb1bb5"><code>dd80d38</code></a> Update EM banner</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.5.4...10.5.5">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 10.9.1 to 10.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v10.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/264b4346d1963701df0c398b4aeb2f6e8b2af93e"><code>264b434</code></a> feat: add <code>d</code> and <code>v</code> flags to <code>no-unexpected-multiline</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21305">#21305</a>) (Gihyeon Jeong / 정기현)</li> <li><a href="https://github.com/eslint/eslint/commit/c6cc6c592f30901345d94ef75e0d42c1894fae6c"><code>c6cc6c5</code></a> feat: check <code>Object.prototype</code> property names in <code>new-cap</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21269">#21269</a>) (crimsonjay0)</li> <li><a href="https://github.com/eslint/eslint/commit/5661fa65fde9fd4c14f0b730e3cee6a42fc657c1"><code>5661fa6</code></a> feat: no-extra-bind false negatives with class fields and static blocks (<a href="https://redirect.github.com/eslint/eslint/issues/21260">#21260</a>) (synthex-byte)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bb47dc6da2399a8f76c0c0c3273e6bc314c480e5"><code>bb47dc6</code></a> fix: update dependency file-entry-cache to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/20801">#20801</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/427ac0a014066c36aa57fa8fa9af20fd9fb591e1"><code>427ac0a</code></a> fix: use format strings in debug calls (<a href="https://redirect.github.com/eslint/eslint/issues/21247">#21247</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/9d8153223dbf47b9aecdc1474202aaee4845f146"><code>9d81532</code></a> fix: support <code>__proto__</code> in <code>/* exported */</code> comments (<a href="https://redirect.github.com/eslint/eslint/issues/21261">#21261</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/87e0a082438264ad90b87fd74165ab4fd90f63ef"><code>87e0a08</code></a> fix: prefer-object-has-own autofix breaks when Object is shadowed (<a href="https://redirect.github.com/eslint/eslint/issues/21282">#21282</a>) (김채영)</li> <li><a href="https://github.com/eslint/eslint/commit/8e2cb142217f2efee1d10dcc02bfb75145ae775d"><code>8e2cb14</code></a> fix: <code>new-cap</code> false positive for <code>UTC</code> calls with <code>properties: false</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21275">#21275</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/9f4a364ab0ade048dfce1f37792b1d461d866e55"><code>9f4a364</code></a> fix: Ignore static imports in no-unreachable (<a href="https://redirect.github.com/eslint/eslint/issues/21276">#21276</a>) (Taha Kotil)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/2417cad57d7d1bc4cf3ecf0f0575cfb10ff2011c"><code>2417cad</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/9cecb8a0a2348070abf72321965d41919c7cc626"><code>9cecb8a</code></a> docs: document <code>\c</code> control letter escapes in no-control-regex (<a href="https://redirect.github.com/eslint/eslint/issues/21286">#21286</a>) (한국)</li> <li><a href="https://github.com/eslint/eslint/commit/8724829f69f8ed80c876e3a5a017da199ce78739"><code>8724829</code></a> docs: update compat table links (<a href="https://redirect.github.com/eslint/eslint/issues/21263">#21263</a>) (fnx)</li> <li><a href="https://github.com/eslint/eslint/commit/5634542be580750ffb1a5766470f9e9c72719696"><code>5634542</code></a> docs: Clarify eqeqeq suggestion behavior (<a href="https://redirect.github.com/eslint/eslint/issues/21256">#21256</a>) (Müslüm Yılmaz)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b3d876b46083d67899eb1d9613118c1c583632a2"><code>b3d876b</code></a> chore: disable npm audit in ecosystem tests (<a href="https://redirect.github.com/eslint/eslint/issues/21306">#21306</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1696682791661c13167eb905da2f38d1b8f4a3bf"><code>1696682</code></a> ci: restore EMFILE test on Node.js 26 (<a href="https://redirect.github.com/eslint/eslint/issues/21297">#21297</a>) (Marry (Subin Yang))</li> <li><a href="https://github.com/eslint/eslint/commit/2c7f5d6f47a92e8c0847af103e40fdb2f4dc61ef"><code>2c7f5d6</code></a> chore: update github/codeql-action action to v4.37.9 (<a href="https://redirect.github.com/eslint/eslint/issues/21296">#21296</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/3c753f18b461bfbf36d41a79a7863c093ef48489"><code>3c753f1</code></a> chore: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/21289">#21289</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/1c734690bf6f4f9c542bec428d5a1a5c6cc4a19b"><code>1c73469</code></a> chore: update ecosystem plugins (<a href="https://redirect.github.com/eslint/eslint/issues/21280">#21280</a>) (ESLint Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/08a02be429e21fc93d86c8dd16cec6dc945ea2c1"><code>08a02be</code></a> test: add error locations to <code>no-extra-boolean-cast</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21266">#21266</a>) (lumir)</li> <li><a href="https://github.com/eslint/eslint/commit/77bb1db8e730b7da2347c647d60f215706aa349a"><code>77bb1db</code></a> chore: update github/codeql-action action to v4.37.8 (<a href="https://redirect.github.com/eslint/eslint/issues/21270">#21270</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/007e81ac0ad66bd0be4887d88a276df292ae0bed"><code>007e81a</code></a> ci: skip EMFILE test on Node.js 26 (<a href="https://redirect.github.com/eslint/eslint/issues/21265">#21265</a>) (lumir)</li> <li><a href="https://github.com/eslint/eslint/commit/0430280e7cca9dc0fdbf0bc50464e98e84285c49"><code>0430280</code></a> chore: improve ecosystem tests compatibility on Windows (<a href="https://redirect.github.com/eslint/eslint/issues/21178">#21178</a>) (crimsonjay0)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/3f20a57c6293371b6193d3fb6746c2b7b2ac2689"><code>3f20a57</code></a> 10.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/f4e5284803854423c4c2536696888c28ce4a151f"><code>f4e5284</code></a> Build: changelog update for 10.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/bb47dc6da2399a8f76c0c0c3273e6bc314c480e5"><code>bb47dc6</code></a> fix: update dependency file-entry-cache to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/20801">#20801</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/427ac0a014066c36aa57fa8fa9af20fd9fb591e1"><code>427ac0a</code></a> fix: use format strings in debug calls (<a href="https://redirect.github.com/eslint/eslint/issues/21247">#21247</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b3d876b46083d67899eb1d9613118c1c583632a2"><code>b3d876b</code></a> chore: disable npm audit in ecosystem tests (<a href="https://redirect.github.com/eslint/eslint/issues/21306">#21306</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9d8153223dbf47b9aecdc1474202aaee4845f146"><code>9d81532</code></a> fix: support <code>__proto__</code> in <code>/* exported */</code> comments (<a href="https://redirect.github.com/eslint/eslint/issues/21261">#21261</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/264b4346d1963701df0c398b4aeb2f6e8b2af93e"><code>264b434</code></a> feat: add <code>d</code> and <code>v</code> flags to <code>no-unexpected-multiline</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21305">#21305</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1696682791661c13167eb905da2f38d1b8f4a3bf"><code>1696682</code></a> ci: restore EMFILE test on Node.js 26 (<a href="https://redirect.github.com/eslint/eslint/issues/21297">#21297</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2c7f5d6f47a92e8c0847af103e40fdb2f4dc61ef"><code>2c7f5d6</code></a> chore: update github/codeql-action action to v4.37.9 (<a href="https://redirect.github.com/eslint/eslint/issues/21296">#21296</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/87e0a082438264ad90b87fd74165ab4fd90f63ef"><code>87e0a08</code></a> fix: prefer-object-has-own autofix breaks when Object is shadowed (<a href="https://redirect.github.com/eslint/eslint/issues/21282">#21282</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v10.9.1...v10.10.0">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.5.26 to 8.5.28 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.28</h2> <ul> <li>Fixes types regression.</li> </ul> <h2>8.5.27</h2> <ul> <li>Fixed removing any comments starting with <code>/*#</code> (by <a href="https://github.com/dylanpulver"><code>@dylanpulver</code></a>).</li> <li>Fixed <code>*</code> hack before a comment in Custom Properties (by <a href="https://github.com/Jaybhade"><code>@Jaybhade</code></a>).</li> <li>Fixed empty values in the middle of <code>list.comma()</code> (by <a href="https://github.com/MahinAnowar"><code>@MahinAnowar</code></a>).</li> <li>Fixed whitespace-only values in <code>list.space()</code> (by <a href="https://github.com/MahinAnowar"><code>@MahinAnowar</code></a>).</li> <li>Fixed rule’s end position on space before semicolon (by <a href="https://github.com/maximilliangrand"><code>@maximilliangrand</code></a>).</li> <li>Fixed types (by <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed Chinese text in deprecation warning (by <a href="https://github.com/Jesse205"><code>@Jesse205</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.28</h2> <ul> <li>Fixes types regression.</li> </ul> <h2>8.5.27</h2> <ul> <li>Fixed removing any comments starting with <code>/*#</code> (by <a href="https://github.com/dylanpulver"><code>@dylanpulver</code></a>).</li> <li>Fixed <code>*</code> hack before a comment in Custom Properties (by <a href="https://github.com/Jaybhade"><code>@Jaybhade</code></a>).</li> <li>Fixed empty values in the middle of <code>list.comma()</code> (by <a href="https://github.com/MahinAnowar"><code>@MahinAnowar</code></a>).</li> <li>Fixed whitespace-only values in <code>list.space()</code> (by <a href="https://github.com/MahinAnowar"><code>@MahinAnowar</code></a>).</li> <li>Fixed rule’s end position on space before semicolon (by <a href="https://github.com/maximilliangrand"><code>@maximilliangrand</code></a>).</li> <li>Fixed types (by <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed Chinese text in deprecation warning (by <a href="https://github.com/Jesse205"><code>@Jesse205</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/e544bffc4f4b3966d8ec69c41744b3ed65afc64a"><code>e544bff</code></a> Release 8.5.28 version</li> <li><a href="https://github.com/postcss/postcss/commit/f8fc2525717a6a7216659f7be43c525f60c6a15a"><code>f8fc252</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/5039fd78962d285abea5d7b3aebef32f053781ce"><code>5039fd7</code></a> Add missed release notes</li> <li><a href="https://github.com/postcss/postcss/commit/ae40ca499cf6a9afdbb264c0ec09e71fe934e2af"><code>ae40ca4</code></a> Release 8.5.27 version</li> <li><a href="https://github.com/postcss/postcss/commit/62b1626bb7fbb28eda616d002cbd525d239b18ba"><code>62b1626</code></a> Fix linter</li> <li><a href="https://github.com/postcss/postcss/commit/1dba9384515a2dbc64517697c2f738b6d5c3f9a4"><code>1dba938</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/3e82edc9f037faa41647342dceceba9b841f9881"><code>3e82edc</code></a> Keep non-annotation comments when the processor has no plugins (<a href="https://redirect.github.com/postcss/postcss/issues/2150">#2150</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/6d23bc362203118478bc8051b81f2910907ebe6e"><code>6d23bc3</code></a> Fix link</li> <li><a href="https://github.com/postcss/postcss/commit/508e9976be81536292e7666741e1c35e876b9a6a"><code>508e997</code></a> Add GitHub Sponsors link</li> <li><a href="https://github.com/postcss/postcss/commit/e993739dc49b6055f7dfc59b161d75702f0b2b8b"><code>e993739</code></a> Add CodeRabbit sponsor (<a href="https://redirect.github.com/postcss/postcss/issues/2145">#2145</a>)</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.5.26...8.5.28">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.103.1 to 1.104.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.104.0</h2> <p>To install Sass 1.104.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li> <p><strong>Potentially breaking compatibility fix:</strong> Colors now convert the special values NaN and negative zero, as well as infinity and negative infinity for polar-hue channels, to 0 as per the CSS spec.</p> </li> <li> <p>The special value negative zero is now serialized as <code>-0</code> instead of <code>0</code> for greater compatibility when using it in CSS calculations.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#11040">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.104.0</h2> <ul> <li> <p><strong>Potentially breaking compatibility fix:</strong> Colors now convert the special values NaN and negative zero, as well as infinity and negative infinity for polar-hue channels, to 0 as per the CSS spec.</p> </li> <li> <p>The special value negative zero is now serialized as <code>-0</code> instead of <code>0</code> for greater compatibility when using it in CSS calculations.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/e01e268c6f6826ae309bf3105765d4c93024ebbc"><code>e01e268</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2845">#2845</a> from sass/dependabot/pub/pub_api_client-4.0.0</li> <li><a href="https://github.com/sass/dart-sass/commit/b7b3ce3cf3d3676d2f2d4de3ac82237cd96e29b6"><code>b7b3ce3</code></a> Drop unnecessary import</li> <li><a href="https://github.com/sass/dart-sass/commit/0ea3ef0c8ff9240673fe421be5a1993a4b6136c5"><code>0ea3ef0</code></a> Implement degenerate colors (<a href="https://redirect.github.com/sass/dart-sass/issues/2840">#2840</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/ea6a8e25a67b994985ca46b94e9b45be098fa4ff"><code>ea6a8e2</code></a> Use TypeScript 7 without breaking Eslint (<a href="https://redirect.github.com/sass/dart-sass/issues/2844">#2844</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/c8928c417637d5fcd41a1f1eba7d93d522fe453e"><code>c8928c4</code></a> Automatically merge dependabot PRs (<a href="https://redirect.github.com/sass/dart-sass/issues/2843">#2843</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/dfefe285b5ba0750ebfdee1dfbfca13c6a49a5dd"><code>dfefe28</code></a> Bump pub_api_client from 3.2.0 to 4.0.0</li> <li><a href="https://github.com/sass/dart-sass/commit/3c6bf54a51f507e7a194179a76f4241a35781826"><code>3c6bf54</code></a> Bump browser-actions/setup-chrome from 2.1.2 to 2.2.0 (<a href="https://redirect.github.com/sass/dart-sass/issues/2841">#2841</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/9f6876ce1fb2ce710e32f88b9848ad1bf0a8a706"><code>9f6876c</code></a> Bump postcss from 8.5.25 to 8.5.26 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2836">#2836</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.103.1...1.104.0">compare view</a></li> </ul> </details> <br /> Updates `stylelint` from 17.14.1 to 17.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>17.15.0</h2> <p>It adds 1 new rule and 2 new rule options, and fixes 4 bugs.</p> <ul> <li>Added: <code>selector-no-unmatchable</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/9451">#9451</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Added: <code>ignoreFunctions: []</code> to <code>color-named</code> and <code>color-no-hex</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9463">#9463</a>) (<a href="https://github.com/jsmitty12"><code>@jsmitty12</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for anchor positioning (<a href="https://redirect.github.com/stylelint/stylelint/issues/9466">#9466</a>) (<a href="https://github.com/giaBaoJS"><code>@giaBaoJS</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> autofix for <code>font</code> shorthand (<a href="https://redirect.github.com/stylelint/stylelint/issues/9402">#9402</a>) (<a href="https://github.com/sarathfrancis90"><code>@sarathfrancis90</code></a>).</li> <li>Fixed: <code>declaration-property-max-values</code> false positives for interpolated inline expressions (<a href="https://redirect.github.com/stylelint/stylelint/issues/9437">#9437</a>) (<a href="https://github.com/alexchen-sys"><code>@alexchen-sys</code></a>).</li> <li>Fixed: <code>selector-no-invalid</code> false negatives for pseudo-elements, combinators and nested <code>:has()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9452">#9452</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</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.15.0 - 2026-09-04</h2> <p>It adds 1 new rule and 2 new rule options, and fixes 4 bugs.</p> <ul> <li>Added: <code>selector-no-unmatchable</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/9451">#9451</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Added: <code>ignoreFunctions: []</code> to <code>color-named</code> and <code>color-no-hex</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/9463">#9463</a>) (<a href="https://github.com/jsmitty12"><code>@jsmitty12</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for anchor positioning (<a href="https://redirect.github.com/stylelint/stylelint/pull/9466">#9466</a>) (<a href="https://github.com/giaBaoJS"><code>@giaBaoJS</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> autofix for <code>font</code> shorthand (<a href="https://redirect.github.com/stylelint/stylelint/pull/9402">#9402</a>) (<a href="https://github.com/sarathfrancis90"><code>@sarathfrancis90</code></a>).</li> <li>Fixed: <code>declaration-property-max-values</code> false positives for interpolated inline expressions (<a href="https://redirect.github.com/stylelint/stylelint/pull/9437">#9437</a>) (<a href="https://github.com/alexchen-sys"><code>@alexchen-sys</code></a>).</li> <li>Fixed: <code>selector-no-invalid</code> false negatives for pseudo-elements, combinators and nested <code>:has()</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/9452">#9452</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/0547bff875de8d2525a3eca4d6a22847aa6ded60"><code>0547bff</code></a> Release 17.15.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9484">#9484</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/ac19a3c04ca20ab57d637f81b57365539c1be84b"><code>ac19a3c</code></a> Fix <code>custom-property-no-missing-var-function</code> false positives for anchor posi...</li> <li><a href="https://github.com/stylelint/stylelint/commit/23947ae80a7229ccf1b13a3907b92b9eeebb9e2d"><code>23947ae</code></a> Bump <code>@humanfs/node</code> from 0.16.6 to 0.16.8 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9480">#9480</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/53c74f78543ea3a317d37378c034532d3d3d6d24"><code>53c74f7</code></a> Bump fast-uri from 3.1.5 to 3.1.7 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9481">#9481</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/26856e6dbd37e474e20bd46c7059be9844b006fe"><code>26856e6</code></a> Bump the jest group across 1 directory with 2 updates (<a href="https://redirect.github.com/stylelint/stylelint/issues/9476">#9476</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/b90ecd83e7cda4606451a09687c1f004488f3a80"><code>b90ecd8</code></a> Bump browserslist from 4.28.4 to 4.28.8 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9479">#9479</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/70072c00e5db6debb3874981892fe25b4bae659a"><code>70072c0</code></a> Add <code>ignoreFunctions: []</code> to <code>color-named</code> and <code>color-no-hex</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9463">#9463</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/f0ac6428795e6b6c3bfb8abc272aa989aa877849"><code>f0ac642</code></a> Bump postcss-import from 16.1.1 to 16.2.0 in the postcss group (<a href="https://redirect.github.com/stylelint/stylelint/issues/9477">#9477</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/fc8db574628d51c8bc12dc7f1e4d2e02bc150457"><code>fc8db57</code></a> Bump globby from 16.2.3 to 16.2.4 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9478">#9478</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/aec96b0b2815e8a4de21a0a1b0560954714f568f"><code>aec96b0</code></a> Bump <code>@csstools/css-syntax-patches-for-csstree</code> from 1.1.8 to 1.1.9 in the csst...</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/17.14.1...17.15.0">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]
