mirror of
https://github.com/maputnik/editor.git
synced 2026-02-02 10:40:01 +00:00
Bump stylelint from 16.13.2 to 16.14.0 (#1029)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.13.2 to 16.14.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.14.0</h2> <ul> <li>Added: replaced text and corresponding range to <code>Warning</code> type (<a href="https://redirect.github.com/stylelint/stylelint/issues/8234">#8234</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>SyntaxError: The requested module 'table'...</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8325">#8325</a>) (<a href="https://github.com/denisx"><code>@denisx</code></a>).</li> <li>Fixed: <code>RuleContext['fix']</code> type (<a href="https://redirect.github.com/stylelint/stylelint/issues/8309">#8309</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> autofix of <code>border-color</code> and <code>overflow</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8346">#8346</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false negatives for <code>overflow-x</code> and <code>overflow-y</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8340">#8340</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false negatives for <code>scrollbar-color</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8346">#8346</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false positives for non-standard syntax values (<a href="https://redirect.github.com/stylelint/stylelint/issues/8329">#8329</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> warning message for <code>overflow: <keyword> <keyword></code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8340">#8340</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for <code>:has-slotted</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8332">#8332</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>16.14.0 - 2025-01-25</h2> <p>It fixes 8 bugs and adds features to our <code>Warning</code> type.</p> <ul> <li>Added: replaced text and corresponding range to <code>Warning</code> type (<a href="https://redirect.github.com/stylelint/stylelint/pull/8234">#8234</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>SyntaxError: The requested module 'table'...</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8325">#8325</a>) (<a href="https://github.com/denisx"><code>@denisx</code></a>).</li> <li>Fixed: <code>RuleContext['fix']</code> type (<a href="https://redirect.github.com/stylelint/stylelint/pull/8309">#8309</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> autofix of <code>border-color</code> and <code>overflow</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8346">#8346</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false negatives for <code>overflow-x</code> and <code>overflow-y</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8340">#8340</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false negatives for <code>scrollbar-color</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8346">#8346</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false positives for non-standard syntax values (<a href="https://redirect.github.com/stylelint/stylelint/pull/8329">#8329</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> warning message for <code>overflow: <keyword> <keyword></code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8340">#8340</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>selector-pseudo-class-no-unknown</code> false positives for <code>:has-slotted</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8332">#8332</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="15b90ade92"><code>15b90ad</code></a> 16.14.0</li> <li><a href="4fa5a91e86"><code>4fa5a91</code></a> Prepare 16.14.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8330">#8330</a>)</li> <li><a href="f24921c9c4"><code>f24921c</code></a> Fix <code>SyntaxError: The requested module 'table'...</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8325">#8325</a>)</li> <li><a href="e9b772f059"><code>e9b772f</code></a> Add <code>declaration-property-value-keyword-no-deprecated</code> autofix for shorthands...</li> <li><a href="02b814d62a"><code>02b814d</code></a> Fix <code>declaration-property-value-keyword-no-deprecated</code> warning message for `o...</li> <li><a href="16efbb7858"><code>16efbb7</code></a> Fix <code>at-rule-descriptor-no-unknown</code> false positives for page and margin conte...</li> <li><a href="96745181e3"><code>9674518</code></a> Add replaced text and corresponding range to <code>Warning</code> type (<a href="https://redirect.github.com/stylelint/stylelint/issues/8234">#8234</a>)</li> <li><a href="9e19713cc0"><code>9e19713</code></a> Fix <code>declaration-property-value-keyword-no-deprecated</code> false positives for `b...</li> <li><a href="a2420f996c"><code>a2420f9</code></a> Bump eslint-plugin-jest from 28.10.0 to 28.11.0 in the eslint group (<a href="https://redirect.github.com/stylelint/stylelint/issues/8335">#8335</a>)</li> <li><a href="2f1655f298"><code>2f1655f</code></a> Bump ignore from 7.0.1 to 7.0.3 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8337">#8337</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.13.2...16.14.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:
12
package-lock.json
generated
12
package-lock.json
generated
@@ -106,7 +106,7 @@
|
||||
"postcss": "^8.5.1",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.83.4",
|
||||
"stylelint": "^16.13.2",
|
||||
"stylelint": "^16.14.0",
|
||||
"stylelint-config-recommended-scss": "^14.1.0",
|
||||
"stylelint-scss": "^6.10.1",
|
||||
"typescript": "^5.7.3",
|
||||
@@ -11970,9 +11970,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint": {
|
||||
"version": "16.13.2",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.2.tgz",
|
||||
"integrity": "sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA==",
|
||||
"version": "16.14.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.0.tgz",
|
||||
"integrity": "sha512-orePw2dKxzXC0hd1VmxrDBqgf1KUV9DYsZY4guKLE9XcQD7m0BxVnWMaoQqMNsQIG14MyyTHf6zoajvOnDra8g==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -12004,7 +12004,7 @@
|
||||
"globby": "^11.1.0",
|
||||
"globjoin": "^0.1.4",
|
||||
"html-tags": "^3.3.1",
|
||||
"ignore": "^7.0.1",
|
||||
"ignore": "^7.0.3",
|
||||
"imurmurhash": "^0.1.4",
|
||||
"is-plain-object": "^5.0.0",
|
||||
"known-css-properties": "^0.35.0",
|
||||
@@ -12013,7 +12013,7 @@
|
||||
"micromatch": "^4.0.8",
|
||||
"normalize-path": "^3.0.0",
|
||||
"picocolors": "^1.1.1",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss": "^8.5.1",
|
||||
"postcss-resolve-nested-selector": "^0.1.6",
|
||||
"postcss-safe-parser": "^7.0.1",
|
||||
"postcss-selector-parser": "^7.0.0",
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
"postcss": "^8.5.1",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.83.4",
|
||||
"stylelint": "^16.13.2",
|
||||
"stylelint": "^16.14.0",
|
||||
"stylelint-config-recommended-scss": "^14.1.0",
|
||||
"stylelint-scss": "^6.10.1",
|
||||
"typescript": "^5.7.3",
|
||||
|
||||
Reference in New Issue
Block a user