mirror of
https://github.com/maputnik/editor.git
synced 2026-01-20 12:20:03 +00:00
Bump stylelint from 16.14.1 to 16.15.0 (#1092)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.14.1 to 16.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>16.15.0</h2> <ul> <li>Added: <code>syntax-string-no-invalid</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/issues/8331">#8331</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>languageOptions</code> configuration property (<a href="https://redirect.github.com/stylelint/stylelint/issues/8297">#8297</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: regex support to <code>ignoreAtRules</code> option of <code>at-rule-empty-line-before</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8385">#8385</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>alpha-value-notation</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8369">#8369</a>) (<a href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li> <li>Added: <code>color-hex-length</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8415">#8415</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>comment-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8416">#8416</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>comment-whitespace-inside</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8417">#8417</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>custom-property-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8418">#8418</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>declaration-block-no-duplicate-properties</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8363">#8363</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>tap</code> formatter not escaping <code>#</code> and <code>\</code> in its test point descriptions (<a href="https://redirect.github.com/stylelint/stylelint/issues/8334">#8334</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>tap</code> formatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (<a href="https://redirect.github.com/stylelint/stylelint/issues/8334">#8334</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false positives for properties with <code>!important</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8366">#8366</a>) (<a href="https://github.com/immitsu"><code>@immitsu</code></a>).</li> <li>Fixed: <code>EditInfo</code> missing semicolon in <code>text</code> field (<a href="https://redirect.github.com/stylelint/stylelint/issues/8370">#8370</a>) (<a href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false negatives for <code>text-decoration: blink</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8351">#8351</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 styled components interpolated functions (<a href="https://redirect.github.com/stylelint/stylelint/issues/8392">#8392</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>font-family-name-quotes</code> false positives due to vendor-prefixed font-size values (<a href="https://redirect.github.com/stylelint/stylelint/issues/8393">#8393</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>font-family-no-missing-generic-family-keyword</code> false positives for <code>math</code>, <code>emoji</code> and <code>fangsong</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8395">#8395</a>) (<a href="https://github.com/ViachaslauIhnatsiuk"><code>@ViachaslauIhnatsiuk</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>selectmenu</code> and <code>popup</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8376">#8376</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.15.0 - 2025-02-28</h2> <p>It adds 1 new rule, a <code>languageOptions</code> configuration property for configuring some of the new rules added in <code>16.13.0</code>, regex support to 1 option and support for computing <code>EditInfo</code> to 6 rules. It fixes 9 bugs, including 2 with the <code>tap</code> reporter.</p> <ul> <li>Added: <code>syntax-string-no-invalid</code> rule (<a href="https://redirect.github.com/stylelint/stylelint/pull/8331">#8331</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>languageOptions</code> configuration property (<a href="https://redirect.github.com/stylelint/stylelint/pull/8297">#8297</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: regex support to <code>ignoreAtRules</code> option of <code>at-rule-empty-line-before</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8385">#8385</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>alpha-value-notation</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8369">#8369</a>) (<a href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li> <li>Added: <code>color-hex-length</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8415">#8415</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>comment-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8416">#8416</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>comment-whitespace-inside</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8417">#8417</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>custom-property-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8418">#8418</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> <li>Added: <code>declaration-block-no-duplicate-properties</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8363">#8363</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>tap</code> formatter not escaping <code>#</code> and <code>\</code> in its test point descriptions (<a href="https://redirect.github.com/stylelint/stylelint/pull/8334">#8334</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>tap</code> formatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (<a href="https://redirect.github.com/stylelint/stylelint/pull/8334">#8334</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false positives for properties with <code>!important</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8366">#8366</a>) (<a href="https://github.com/immitsu"><code>@immitsu</code></a>).</li> <li>Fixed: <code>EditInfo</code> missing semicolon in <code>text</code> field (<a href="https://redirect.github.com/stylelint/stylelint/pull/8370">#8370</a>) (<a href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li> <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> false negatives for <code>text-decoration: blink</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8351">#8351</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 styled components interpolated functions (<a href="https://redirect.github.com/stylelint/stylelint/pull/8392">#8392</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>font-family-name-quotes</code> false positives due to vendor-prefixed font-size values (<a href="https://redirect.github.com/stylelint/stylelint/pull/8393">#8393</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> <li>Fixed: <code>font-family-no-missing-generic-family-keyword</code> false positives for <code>math</code>, <code>emoji</code> and <code>fangsong</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8395">#8395</a>) (<a href="https://github.com/ViachaslauIhnatsiuk"><code>@ViachaslauIhnatsiuk</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for <code>selectmenu</code> and <code>popup</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8376">#8376</a>) (<a href="https://github.com/Mouvedia"><code>@Mouvedia</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="933955ef47"><code>933955e</code></a> 16.15.0</li> <li><a href="563a3bc8f3"><code>563a3bc</code></a> Prepare 16.15.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8368">#8368</a>)</li> <li><a href="1495e4fdfd"><code>1495e4f</code></a> Add <code>languageOptions</code> configuration property (<a href="https://redirect.github.com/stylelint/stylelint/issues/8297">#8297</a>)</li> <li><a href="5d1afaab2f"><code>5d1afaa</code></a> Fix pkg.pr.new-comment workflow (<a href="https://redirect.github.com/stylelint/stylelint/issues/8423">#8423</a>)</li> <li><a href="eec62e5d8c"><code>eec62e5</code></a> Add <code>alpha-value-notation</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8369">#8369</a>)</li> <li><a href="7843c15b9e"><code>7843c15</code></a> Fix old issue threshold to 6 months (<a href="https://redirect.github.com/stylelint/stylelint/issues/8424">#8424</a>)</li> <li><a href="82238c5bca"><code>82238c5</code></a> Add <code>comment-whitespace-inside</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8417">#8417</a>)</li> <li><a href="df852b5925"><code>df852b5</code></a> Add <code>color-hex-length</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8415">#8415</a>)</li> <li><a href="c38140fc82"><code>c38140f</code></a> Add <code>comment-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8416">#8416</a>)</li> <li><a href="88b83efc1d"><code>88b83ef</code></a> Add <code>custom-property-empty-line-before</code> support for computing <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8418">#8418</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.14.1...16.15.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:
70
package-lock.json
generated
70
package-lock.json
generated
@@ -106,7 +106,7 @@
|
||||
"postcss": "^8.5.1",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.85.1",
|
||||
"stylelint": "^16.14.1",
|
||||
"stylelint": "^16.15.0",
|
||||
"stylelint-config-recommended-scss": "^14.1.0",
|
||||
"stylelint-scss": "^6.11.1",
|
||||
"typescript": "^5.8.2",
|
||||
@@ -1726,9 +1726,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@keyv/serialize": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.0.2.tgz",
|
||||
"integrity": "sha512-+E/LyaAeuABniD/RvUezWVXKpeuvwLEA9//nE9952zBaOdBd2mQ3pPoM8cUe2X6IcMByfuSLzmYqnYshG60+HQ==",
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.0.3.tgz",
|
||||
"integrity": "sha512-qnEovoOp5Np2JDGonIDL6Ayihw0RhnRh6vxPuHo4RDn1UOzwEo4AeIfpL6UGIrsceWrCMiVPgwRjbHu4vYFc3g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -4203,24 +4203,24 @@
|
||||
}
|
||||
},
|
||||
"node_modules/cacheable": {
|
||||
"version": "1.8.7",
|
||||
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.7.tgz",
|
||||
"integrity": "sha512-AbfG7dAuYNjYxFUtL1lAqmlWdxczCJ47w7cFjhGcnGnUdwSo6VgmSojfoW3tUI12HUkgTJ5kqj78yyq6TsFtlg==",
|
||||
"version": "1.8.8",
|
||||
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.8.tgz",
|
||||
"integrity": "sha512-OE1/jlarWxROUIpd0qGBSKFLkNsotY8pt4GeiVErUYh/NUeTNrT+SBksUgllQv4m6a0W/VZsLuiHb88maavqEw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"hookified": "^1.6.0",
|
||||
"hookified": "^1.7.0",
|
||||
"keyv": "^5.2.3"
|
||||
}
|
||||
},
|
||||
"node_modules/cacheable/node_modules/keyv": {
|
||||
"version": "5.2.3",
|
||||
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.2.3.tgz",
|
||||
"integrity": "sha512-AGKecUfzrowabUv0bH1RIR5Vf7w+l4S3xtQAypKaUpTdIR1EbrAcTxHCrpo9Q+IWeUlFE2palRtgIQcgm+PQJw==",
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.3.1.tgz",
|
||||
"integrity": "sha512-13hQT2q2VIwOoaJdJa7nY3J8UVbYtMTJFHnwm9LI+SaQRfUiM6Em9KZeOVTCKbMnGcRIL3NSUFpAdjZCq24nLQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@keyv/serialize": "^1.0.2"
|
||||
"@keyv/serialize": "^1.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/cachedir": {
|
||||
@@ -7196,9 +7196,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/hookified": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.7.0.tgz",
|
||||
"integrity": "sha512-XQdMjqC1AyeOzfs+17cnIk7Wdfu1hh2JtcyNfBf5u9jHrT3iZUlGHxLTntFBuk5lwkqJ6l3+daeQdHK5yByHVA==",
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.7.1.tgz",
|
||||
"integrity": "sha512-OXcdHsXeOiD7OJ5zvWj8Oy/6RCdLwntAX+wUrfemNcMGn6sux4xbEHi2QXwqePYhjQ/yvxxq2MvCRirdlHscBw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
@@ -12124,9 +12124,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint": {
|
||||
"version": "16.14.1",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.1.tgz",
|
||||
"integrity": "sha512-oqCL7AC3786oTax35T/nuLL8p2C3k/8rHKAooezrPGRvUX0wX+qqs5kMWh5YYT4PHQgVDobHT4tw55WgpYG6Sw==",
|
||||
"version": "16.15.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.15.0.tgz",
|
||||
"integrity": "sha512-OK6Rs7EPdcdmjqiDycadZY4fw3f5/TC1X6/tGjnF3OosbwCeNs7nG+79MCAtjEg7ckwqTJTsku08e0Rmaz5nUw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -12153,7 +12153,7 @@
|
||||
"debug": "^4.3.7",
|
||||
"fast-glob": "^3.3.3",
|
||||
"fastest-levenshtein": "^1.0.16",
|
||||
"file-entry-cache": "^10.0.5",
|
||||
"file-entry-cache": "^10.0.6",
|
||||
"global-modules": "^2.0.0",
|
||||
"globby": "^11.1.0",
|
||||
"globjoin": "^0.1.4",
|
||||
@@ -12167,14 +12167,14 @@
|
||||
"micromatch": "^4.0.8",
|
||||
"normalize-path": "^3.0.0",
|
||||
"picocolors": "^1.1.1",
|
||||
"postcss": "^8.5.1",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss-resolve-nested-selector": "^0.1.6",
|
||||
"postcss-safe-parser": "^7.0.1",
|
||||
"postcss-selector-parser": "^7.0.0",
|
||||
"postcss-selector-parser": "^7.1.0",
|
||||
"postcss-value-parser": "^4.2.0",
|
||||
"resolve-from": "^5.0.0",
|
||||
"string-width": "^4.2.3",
|
||||
"supports-hyperlinks": "^3.1.0",
|
||||
"supports-hyperlinks": "^3.2.0",
|
||||
"svg-tags": "^1.0.0",
|
||||
"table": "^6.9.0",
|
||||
"write-file-atomic": "^5.0.1"
|
||||
@@ -12270,25 +12270,25 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/stylelint/node_modules/file-entry-cache": {
|
||||
"version": "10.0.5",
|
||||
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.5.tgz",
|
||||
"integrity": "sha512-umpQsJrBNsdMDgreSryMEXvJh66XeLtZUwA8Gj7rHGearGufUFv6rB/bcXRFsiGWw/VeSUgUofF4Rf2UKEOrTA==",
|
||||
"version": "10.0.6",
|
||||
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.6.tgz",
|
||||
"integrity": "sha512-0wvv16mVo9nN0Md3k7DMjgAPKG/TY4F/gYMBVb/wMThFRJvzrpaqBFqF6km9wf8QfYTN+mNg5aeaBLfy8k35uA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"flat-cache": "^6.1.5"
|
||||
"flat-cache": "^6.1.6"
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint/node_modules/flat-cache": {
|
||||
"version": "6.1.5",
|
||||
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.5.tgz",
|
||||
"integrity": "sha512-QR+2kN38f8nMfiIQ1LHYjuDEmZNZVjxuxY+HufbS3BW0EX01Q5OnH7iduOYRutmgiXb797HAKcXUeXrvRjjgSQ==",
|
||||
"version": "6.1.6",
|
||||
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.6.tgz",
|
||||
"integrity": "sha512-F+CKgSwp0pzLx67u+Zy1aCueVWFAHWbXepvXlZ+bWVTaASbm5SyCnSJ80Fp1ePEmS57wU+Bf6cx6525qtMZ4lQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cacheable": "^1.8.7",
|
||||
"cacheable": "^1.8.8",
|
||||
"flatted": "^3.3.2",
|
||||
"hookified": "^1.6.0"
|
||||
"hookified": "^1.7.0"
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint/node_modules/ignore": {
|
||||
@@ -12370,9 +12370,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/supports-hyperlinks": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.1.0.tgz",
|
||||
"integrity": "sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==",
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz",
|
||||
"integrity": "sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -12383,7 +12383,7 @@
|
||||
"node": ">=14.18"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
"url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/supports-preserve-symlinks-flag": {
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
"postcss": "^8.5.1",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.85.1",
|
||||
"stylelint": "^16.14.1",
|
||||
"stylelint": "^16.15.0",
|
||||
"stylelint-config-recommended-scss": "^14.1.0",
|
||||
"stylelint-scss": "^6.11.1",
|
||||
"typescript": "^5.8.2",
|
||||
|
||||
Reference in New Issue
Block a user