[PR #59] [MERGED] chore(deps-dev): bump stylelint from 14.8.5 to 14.16.1 in /web #119

Closed
opened 2026-03-03 16:36:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/59
Author: @dependabot[bot]
Created: 1/9/2023
Status: Merged
Merged: 1/11/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/stylelint-14.16.1


📝 Commits (1)

  • 00d5dc7 chore(deps-dev): bump stylelint from 14.8.5 to 14.16.1 in /web

📊 Changes

3 files changed (+216 additions, -313 deletions)

View changed files

📝 web/package-lock.json (+145 -234)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+70 -78)

📄 Description

Bumps stylelint from 14.8.5 to 14.16.1.

Release notes

Sourced from stylelint's releases.

14.16.1

  • Fixed: customSyntax resolution with configBasedir (#6536) (@​ybiquitous).
  • Fixed: declaration-block-no-duplicate-properties autofix for !important (#6528) (@​sidx1024).
  • Fixed: function-no-unknown false positives for scroll, -webkit-gradient, color-stop, from, and to (#6539) (@​Mouvedia).
  • Fixed: value-keyword-case false positives for mixed case ignoreFunctions option (#6517) (@​kimulaco).
  • Fixed: unexpected output in Node.js API lint result when any rule contains disableFix: true (#6543) (@​adrianjost).

14.16.0

14.15.0

14.14.1

  • Fixed: declaration-block-no-redundant-longhand-properties false positives for inherit keyword (#6419) (@​kimulaco).
  • Fixed: shorthand-property-no-redundant-values message to be consistent (#6417) (@​fpetrakov).
  • Fixed: unit-no-unknown false positives for *vi & *vb viewport units (#6428) (@​sidverma32).

14.14.0

14.13.0

14.12.1

14.12.0

... (truncated)

Changelog

Sourced from stylelint's changelog.

14.16.1

  • Fixed: customSyntax resolution with configBasedir (#6536) (@​ybiquitous).
  • Fixed: declaration-block-no-duplicate-properties autofix for !important (#6528) (@​sidx1024).
  • Fixed: function-no-unknown false positives for scroll, -webkit-gradient, color-stop, from, and to (#6539) (@​Mouvedia).
  • Fixed: value-keyword-case false positives for mixed case ignoreFunctions option (#6517) (@​kimulaco).
  • Fixed: unexpected output in Node.js API lint result when any rule contains disableFix: true (#6543) (@​adrianjost).

14.16.0

14.15.0

14.14.1

  • Fixed: declaration-block-no-redundant-longhand-properties false positives for inherit keyword (#6419) (@​kimulaco).
  • Fixed: shorthand-property-no-redundant-values message to be consistent (#6417) (@​fpetrakov).
  • Fixed: unit-no-unknown false positives for *vi & *vb viewport units (#6428) (@​sidverma32).

14.14.0

14.13.0

14.12.1

... (truncated)

Commits
  • f1146c1 14.16.1
  • 493f562 Prepare release (#6518)
  • 121acce Refactor declaration-block-no-duplicate-properties (#6545)
  • b165c0b Fix unexpected output in Node.js API lint result when any rule contains `di...
  • c0db3fd Fix customSyntax resolution with configBasedir (#6536)
  • cae5880 Add @​linaria/postcss-linaria to list of compatible custom syntaxes (#6535)
  • 4d32d36 Fix function-no-unknown false positives for scroll, -webkit-gradient, `...
  • dacd794 Fix declaration-block-no-duplicate-properties autofix for !important (#6528)
  • e30ec86 Fix value-keyword-case false positives for mixed case ignoreFunctions opt...
  • 11acf31 14.16.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/59 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/9/2023 **Status:** ✅ Merged **Merged:** 1/11/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/stylelint-14.16.1` --- ### 📝 Commits (1) - [`00d5dc7`](https://github.com/NdoleStudio/httpsms/commit/00d5dc74128cc05dab261d10c56416038a0184bf) chore(deps-dev): bump stylelint from 14.8.5 to 14.16.1 in /web ### 📊 Changes **3 files changed** (+216 additions, -313 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+145 -234) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+70 -78) </details> ### 📄 Description Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.5 to 14.16.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>14.16.1</h2> <ul> <li>Fixed: <code>customSyntax</code> resolution with <code>configBasedir</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6536">#6536</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> autofix for <code>!important</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6528">#6528</a>) (<a href="https://github.com/sidx1024"><code>@​sidx1024</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> false positives for <code>scroll</code>, <code>-webkit-gradient</code>, <code>color-stop</code>, <code>from</code>, and <code>to</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6539">#6539</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>value-keyword-case</code> false positives for mixed case <code>ignoreFunctions</code> option (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6517">#6517</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Fixed: unexpected <code>output</code> in Node.js API lint result when any rule contains <code>disableFix: true</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6543">#6543</a>) (<a href="https://github.com/adrianjost"><code>@​adrianjost</code></a>).</li> </ul> <h2>14.16.0</h2> <ul> <li>Added: <code>media-feature-range-notation</code> rule (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6497">#6497</a>) (<a href="https://github.com/jeddy3"><code>@​jeddy3</code></a>).</li> <li>Added: support for plugin objects as config values (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6481">#6481</a>) (<a href="https://github.com/phoenisx"><code>@​phoenisx</code></a>).</li> <li>Fixed: incorrect output by all formatters except for <code>json</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6480">#6480</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> </ul> <h2>14.15.0</h2> <ul> <li>Added: <code>--globby-options</code> flag (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6437">#6437</a>) (<a href="https://github.com/sidverma32"><code>@​sidverma32</code></a>).</li> <li>Added: custom message formatting for <code>at-rule-disallowed-list</code>, <code>declaration-property-unit-disallowed-list</code>, <code>declaration-property-value-disallowed-list</code>, <code>function-disallowed-list</code>, and <code>property-disallowed-list</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6463">#6463</a>) (<a href="https://github.com/chloerice"><code>@​chloerice</code></a>).</li> <li>Added: support autofix with <code>checkAgainstRule</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6466">#6466</a>) (<a href="https://github.com/aaronccasanova"><code>@​aaronccasanova</code></a>).</li> <li>Added: support for reporting with custom severity (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6444">#6444</a>) (<a href="https://github.com/aaronccasanova"><code>@​aaronccasanova</code></a>).</li> <li>Added: support to <code>checkAgainstRule</code> with custom rules (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6460">#6460</a>) (<a href="https://github.com/aaronccasanova"><code>@​aaronccasanova</code></a>).</li> <li>Fixed: tally output of <code>string</code> formatter colorized (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6443">#6443</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: usage of the <code>import-lazy</code> package to fit bundlers (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6449">#6449</a>) (<a href="https://github.com/phoenisx"><code>@​phoenisx</code></a>).</li> </ul> <h2>14.14.1</h2> <ul> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false positives for <code>inherit</code> keyword (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6419">#6419</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Fixed: <code>shorthand-property-no-redundant-values</code> message to be consistent (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6417">#6417</a>) (<a href="https://github.com/fpetrakov"><code>@​fpetrakov</code></a>).</li> <li>Fixed: <code>unit-no-unknown</code> false positives for <code>*vi</code> &amp; <code>*vb</code> viewport units (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6428">#6428</a>) (<a href="https://github.com/sidverma32"><code>@​sidverma32</code></a>).</li> </ul> <h2>14.14.0</h2> <ul> <li>Added: <code>*-pattern</code> custom message formatting (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6391">#6391</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>block-no-empty</code> false positives for <code>reportNeedlessDisables</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6381">#6381</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>printf</code>-like formatting for custom messages (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6389">#6389</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>unit-no-unknown</code> false positives for font-relative length units (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6374">#6374</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: false negatives on second run for cache and <code>severity</code> option (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6384">#6384</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Fixed: TS compilation error due to needless <code>file-entry-cache</code> import (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6393">#6393</a>) (<a href="https://github.com/adidahiya"><code>@​adidahiya</code></a>).</li> </ul> <h2>14.13.0</h2> <ul> <li>Added: <code>cacheStrategy</code> option (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6357">#6357</a>) (<a href="https://github.com/kaorun343"><code>@​kaorun343</code></a>).</li> <li>Fixed: cache refresh when config is changed (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6356">#6356</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Fixed: <code>selector-pseudo-element-no-unknown</code> false positives for <code>::highlight</code> pseudo-element (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6367">#6367</a>) (<a href="https://github.com/jathak"><code>@​jathak</code></a>).</li> </ul> <h2>14.12.1</h2> <ul> <li>Fixed: <code>font-weight-notation</code> messages (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6350">#6350</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: type declarations for custom message arguments (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6354">#6354</a>) (<a href="https://github.com/stof"><code>@​stof</code></a>).</li> </ul> <h2>14.12.0</h2> <ul> <li>Added: support for multiple <code>--ignore-path</code> flags (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6345">#6345</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Added: experimental support for custom message arguments (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6312">#6312</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Added: <code>declaration-block-no-duplicate-properties</code> autofix (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6296">#6296</a>) (<a href="https://github.com/fpetrakov"><code>@​fpetrakov</code></a>).</li> <li>Added: <code>font-weight-notation</code> autofix (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6347">#6347</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Added: <code>ignore: [&quot;inside-block&quot;]</code> and <code>splitList</code> to <code>selector-disallowed-list</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6334">#6334</a>) (<a href="https://github.com/mattmanuel90"><code>@​mattmanuel90</code></a>).</li> <li>Added: regex support for <code>ignorePseudoClasses</code> option of <code>selector-pseudo-class-no-unknown</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6316">#6316</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>14.16.1</h2> <ul> <li>Fixed: <code>customSyntax</code> resolution with <code>configBasedir</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6536">#6536</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>declaration-block-no-duplicate-properties</code> autofix for <code>!important</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6528">#6528</a>) (<a href="https://github.com/sidx1024"><code>@​sidx1024</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> false positives for <code>scroll</code>, <code>-webkit-gradient</code>, <code>color-stop</code>, <code>from</code>, and <code>to</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6539">#6539</a>) (<a href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li> <li>Fixed: <code>value-keyword-case</code> false positives for mixed case <code>ignoreFunctions</code> option (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6517">#6517</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Fixed: unexpected <code>output</code> in Node.js API lint result when any rule contains <code>disableFix: true</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6543">#6543</a>) (<a href="https://github.com/adrianjost"><code>@​adrianjost</code></a>).</li> </ul> <h2>14.16.0</h2> <ul> <li>Added: <code>media-feature-range-notation</code> rule (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6497">#6497</a>) (<a href="https://github.com/jeddy3"><code>@​jeddy3</code></a>).</li> <li>Added: support for plugin objects as config values (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6481">#6481</a>) (<a href="https://github.com/phoenisx"><code>@​phoenisx</code></a>).</li> <li>Fixed: incorrect output by all formatters except for <code>json</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6480">#6480</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> </ul> <h2>14.15.0</h2> <ul> <li>Added: <code>--globby-options</code> flag (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6437">#6437</a>) (<a href="https://github.com/sidverma32"><code>@​sidverma32</code></a>).</li> <li>Added: custom message formatting for <code>at-rule-disallowed-list</code>, <code>declaration-property-unit-disallowed-list</code>, <code>declaration-property-value-disallowed-list</code>, <code>function-disallowed-list</code>, and <code>property-disallowed-list</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6463">#6463</a>) (<a href="https://github.com/chloerice"><code>@​chloerice</code></a>).</li> <li>Added: support autofix with <code>checkAgainstRule</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6466">#6466</a>) (<a href="https://github.com/aaronccasanova"><code>@​aaronccasanova</code></a>).</li> <li>Added: support for reporting with custom severity (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6444">#6444</a>) (<a href="https://github.com/aaronccasanova"><code>@​aaronccasanova</code></a>).</li> <li>Added: support to <code>checkAgainstRule</code> with custom rules (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6460">#6460</a>) (<a href="https://github.com/aaronccasanova"><code>@​aaronccasanova</code></a>).</li> <li>Fixed: tally output of <code>string</code> formatter colorized (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6443">#6443</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: usage of the <code>import-lazy</code> package to fit bundlers (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6449">#6449</a>) (<a href="https://github.com/phoenisx"><code>@​phoenisx</code></a>).</li> </ul> <h2>14.14.1</h2> <ul> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false positives for <code>inherit</code> keyword (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6419">#6419</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Fixed: <code>shorthand-property-no-redundant-values</code> message to be consistent (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6417">#6417</a>) (<a href="https://github.com/fpetrakov"><code>@​fpetrakov</code></a>).</li> <li>Fixed: <code>unit-no-unknown</code> false positives for <code>*vi</code> &amp; <code>*vb</code> viewport units (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6428">#6428</a>) (<a href="https://github.com/sidverma32"><code>@​sidverma32</code></a>).</li> </ul> <h2>14.14.0</h2> <ul> <li>Added: <code>*-pattern</code> custom message formatting (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6391">#6391</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>block-no-empty</code> false positives for <code>reportNeedlessDisables</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6381">#6381</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>printf</code>-like formatting for custom messages (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6389">#6389</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: <code>unit-no-unknown</code> false positives for font-relative length units (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6374">#6374</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: false negatives on second run for cache and <code>severity</code> option (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6384">#6384</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Fixed: TS compilation error due to needless <code>file-entry-cache</code> import (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6393">#6393</a>) (<a href="https://github.com/adidahiya"><code>@​adidahiya</code></a>).</li> </ul> <h2>14.13.0</h2> <ul> <li>Added: <code>cacheStrategy</code> option (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6357">#6357</a>) (<a href="https://github.com/kaorun343"><code>@​kaorun343</code></a>).</li> <li>Fixed: cache refresh when config is changed (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6356">#6356</a>) (<a href="https://github.com/kimulaco"><code>@​kimulaco</code></a>).</li> <li>Fixed: <code>selector-pseudo-element-no-unknown</code> false positives for <code>::highlight</code> pseudo-element (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6367">#6367</a>) (<a href="https://github.com/jathak"><code>@​jathak</code></a>).</li> </ul> <h2>14.12.1</h2> <ul> <li>Fixed: <code>font-weight-notation</code> messages (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6350">#6350</a>) (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li> <li>Fixed: type declarations for custom message arguments (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/pull/6354">#6354</a>) (<a href="https://github.com/stof"><code>@​stof</code></a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/f1146c13b774d94325a3363e724f9f06ebb3b213"><code>f1146c1</code></a> 14.16.1</li> <li><a href="https://github.com/stylelint/stylelint/commit/493f5624cea2767717630ea14c12e31221db2c45"><code>493f562</code></a> Prepare release (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6518">#6518</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/121acce9a731ef549c62a140083235e65dfd3dfe"><code>121acce</code></a> Refactor declaration-block-no-duplicate-properties (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6545">#6545</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/b165c0bb572e1d9582359d14d07a64075e8bd088"><code>b165c0b</code></a> Fix unexpected <code>output</code> in Node.js API lint result when any rule contains `di...</li> <li><a href="https://github.com/stylelint/stylelint/commit/c0db3fdd2b0135e9841a54a85749d305bb712e8a"><code>c0db3fd</code></a> Fix <code>customSyntax</code> resolution with <code>configBasedir</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6536">#6536</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/cae58802ab462d8b755dc7e7d01f2df5fb89c400"><code>cae5880</code></a> Add <code>@​linaria/postcss-linaria</code> to list of compatible custom syntaxes (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6535">#6535</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/4d32d365652b3a27870a621776d11501d6990a74"><code>4d32d36</code></a> Fix <code>function-no-unknown</code> false positives for <code>scroll</code>, <code>-webkit-gradient</code>, `...</li> <li><a href="https://github.com/stylelint/stylelint/commit/dacd794c725aedbe20be1b21e5d166aeca34fb47"><code>dacd794</code></a> Fix <code>declaration-block-no-duplicate-properties</code> autofix for <code>!important</code> (<a href="https://github-redirect.dependabot.com/stylelint/stylelint/issues/6528">#6528</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/e30ec863f8bc1d5ed87c23e3c5a554a01bc4350b"><code>e30ec86</code></a> Fix <code>value-keyword-case</code> false positives for mixed case <code>ignoreFunctions</code> opt...</li> <li><a href="https://github.com/stylelint/stylelint/commit/11acf312191e5097692f7428f13977bd1fd12cd4"><code>11acf31</code></a> 14.16.0</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/14.8.5...14.16.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint&package-manager=npm_and_yarn&previous-version=14.8.5&new-version=14.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:36:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#119
No description provided.