mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
chore(deps-dev): Bump stylelint from 16.25.0 to 16.26.0 (#1542)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.25.0 to 16.26.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>16.26.0</h2> <p>It adds 1 feature and fixes 2 bugs.</p> <ul> <li>Added: support for <code>customSyntax</code> with function export (<a href="https://redirect.github.com/stylelint/stylelint/issues/8834">#8834</a>) (<a href="https://github.com/silverwind"><code>@silverwind</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for style query in <code>if()</code> function (<a href="https://redirect.github.com/stylelint/stylelint/issues/8813">#8813</a>) (<a href="https://github.com/sajdakabir"><code>@sajdakabir</code></a>).</li> <li>Fixed: <code>media-feature-range-notation</code> false positives for multiple queries and <code>except: exact-value</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8832">#8832</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>16.26.0 - 2025-11-21</h2> <p>It adds 1 feature and fixes 2 bugs.</p> <ul> <li>Added: support for <code>customSyntax</code> with function export (<a href="https://redirect.github.com/stylelint/stylelint/pull/8834">#8834</a>) (<a href="https://github.com/silverwind"><code>@silverwind</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for style query in <code>if()</code> function (<a href="https://redirect.github.com/stylelint/stylelint/pull/8813">#8813</a>) (<a href="https://github.com/sajdakabir"><code>@sajdakabir</code></a>).</li> <li>Fixed: <code>media-feature-range-notation</code> false positives for multiple queries and <code>except: exact-value</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8832">#8832</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="13737ba4b6"><code>13737ba</code></a> Release 16.26.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8842">#8842</a>)</li> <li><a href="a5c75d3247"><code>a5c75d3</code></a> Fix semver type for added feature (<a href="https://redirect.github.com/stylelint/stylelint/issues/8841">#8841</a>)</li> <li><a href="de3a8f0cce"><code>de3a8f0</code></a> Fix <code>custom-property-no-missing-var-function</code> false positives for style query...</li> <li><a href="dd008cdf91"><code>dd008cd</code></a> Fix vulnerable dependencies by <code>npm audit fix</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8839">#8839</a>)</li> <li><a href="2ba1898358"><code>2ba1898</code></a> Add support for <code>customSyntax</code> with function export (<a href="https://redirect.github.com/stylelint/stylelint/issues/8834">#8834</a>)</li> <li><a href="782b741476"><code>782b741</code></a> Bump eslint from 9.38.0 to 9.39.0 in the eslint group (<a href="https://redirect.github.com/stylelint/stylelint/issues/8835">#8835</a>)</li> <li><a href="99b018df08"><code>99b018d</code></a> Fix <code>media-feature-range-notation</code> false positives for multiple queries and `...</li> <li><a href="b0fa5641ea"><code>b0fa564</code></a> Bump file-entry-cache from 10.1.4 to 11.1.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8817">#8817</a>)</li> <li><a href="4ac232e60f"><code>4ac232e</code></a> Document larger <code>message</code> arguments example (<a href="https://redirect.github.com/stylelint/stylelint/issues/8803">#8803</a>)</li> <li><a href="4ba4da4ab4"><code>4ba4da4</code></a> Bump <code>@stylelint/prettier-config</code> from 3.0.0 to 4.0.0 in the stylelint group (#...</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.25.0...16.26.0">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
"postcss": "^8.5.6",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.94.0",
|
||||
"stylelint": "^16.25.0",
|
||||
"stylelint": "^16.26.0",
|
||||
"stylelint-config-recommended-scss": "^16.0.2",
|
||||
"stylelint-scss": "^6.12.1",
|
||||
"typescript": "^5.9.3",
|
||||
|
||||
Reference in New Issue
Block a user