mirror of
https://github.com/maputnik/editor.git
synced 2026-01-22 13:20:00 +00:00
chore(deps-dev): Bump stylelint from 16.26.1 to 17.0.0 (#1644)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.26.1 to 17.0.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.0.0</h2> <p>It contains 14 breaking changes, which we've detailed in the <a href="https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-17.md">migrating to <code>17.0.0</code> guide</a>. Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our <a href="https://www.npmjs.com/package/stylelint-config-standard">shared config</a>, <a href="https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint">Visual Studio Code extension</a>, <a href="https://www.npmjs.com/package/stylelint-test-rule-node">Node.js Rule Tester</a> and <a href="https://www.npmjs.com/package/jest-preset-stylelint">Jest preset</a>.</p> <ul> <li>Removed: CommonJS Node.js API (<a href="https://redirect.github.com/stylelint/stylelint/issues/8859">#8859</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Removed: <code>output</code> property in the Node.js API returned resolved object (<a href="https://redirect.github.com/stylelint/stylelint/issues/8878">#8878</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Removed: support for Node.js less than 20.19.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8867">#8867</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Removed: GitHub formatter (<a href="https://redirect.github.com/stylelint/stylelint/issues/8888">#8888</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Removed: <code>resolveNestedSelectors</code> option from <code>selector-class-pattern</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8931">#8931</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Removed: <code>checkContextFunctionalPseudoClasses</code> option from <code>selector-max-id</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8913">#8913</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: default <code>fix</code> mode to <code>strict</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8889">#8889</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>report</code> to be consistent and predictable in how it handles the provided position arguments (<a href="https://redirect.github.com/stylelint/stylelint/issues/8217">#8217</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Changed: <code>selector-max-*</code> syntax rules for standard CSS nesting and modern functional pseudo-classes (<a href="https://redirect.github.com/stylelint/stylelint/issues/8913">#8913</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>*-specificity</code> semantic rules for standard CSS nesting (<a href="https://redirect.github.com/stylelint/stylelint/issues/8913">#8913</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>no-duplicate-selectors</code> and <code>selector-no-qualifying-type</code> for standard CSS nesting (<a href="https://redirect.github.com/stylelint/stylelint/issues/8913">#8913</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>*-list</code> rules to have consistent behaviour for vendor prefixes and case (<a href="https://redirect.github.com/stylelint/stylelint/issues/8912">#8912</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>*-no-vendor-prefix</code> rules to have consistent behaviour for their <code>ignore*: []</code> secondary options (<a href="https://redirect.github.com/stylelint/stylelint/issues/8924">#8924</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>declaration-property-max-values</code> rule to have consistent behaviour for vendor prefixes (<a href="https://redirect.github.com/stylelint/stylelint/issues/8926">#8926</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Added: <code>except: ["after-block"]</code> to <code>custom-property-empty-line-before</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8921">#8921</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Added: <code>except: ["after-block"]</code> to <code>declaration-empty-line-before</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8910">#8910</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Added: <code>ignoreSelectors: []</code> to <code>no-duplicate-selectors</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8883">#8883</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: Windows drive letter casing inconsistencies when matching patterns against file paths (<a href="https://redirect.github.com/stylelint/stylelint/issues/8941">#8941</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: CLI help to include TypeScript config files (<a href="https://redirect.github.com/stylelint/stylelint/issues/8908">#8908</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>at-rule-descriptor-no-unknown</code> false positives for declarations within feature-value-blocks (<a href="https://redirect.github.com/stylelint/stylelint/issues/8868">#8868</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false negatives for short and long combinations (<a href="https://redirect.github.com/stylelint/stylelint/issues/8892">#8892</a>) (<a href="https://github.com/nathannewyen"><code>@nathannewyen</code></a>).</li> <li>Fixed: <code>media-feature-name-no-unknown</code> false positives for namespaced dollar variables and range context queries (<a href="https://redirect.github.com/stylelint/stylelint/issues/8890">#8890</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>nesting-selector-no-missing-scoping-root</code> false positives for CSS-in-JS (<a href="https://redirect.github.com/stylelint/stylelint/issues/8905">#8905</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>no-invalid-position-declaration</code> false negatives for embedded blocks (<a href="https://redirect.github.com/stylelint/stylelint/issues/8907">#8907</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>selector-no-qualifying-type</code> false negatives for <code>:is/where()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8940">#8940</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for MathML 4 tags (<a href="https://redirect.github.com/stylelint/stylelint/issues/8874">#8874</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.0.0 - 2026-01-15</h2> <p>It contains 14 breaking changes, which we've detailed in the <a href="https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-17.md">migrating to <code>17.0.0</code> guide</a>. Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our <a href="https://www.npmjs.com/package/stylelint-config-standard">shared config</a>, <a href="https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint">Visual Studio Code extension</a>, <a href="https://www.npmjs.com/package/stylelint-test-rule-node">Node.js Rule Tester</a> and <a href="https://www.npmjs.com/package/jest-preset-stylelint">Jest preset</a>.</p> <ul> <li>Removed: CommonJS Node.js API (<a href="https://redirect.github.com/stylelint/stylelint/pull/8859">#8859</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Removed: <code>output</code> property in the Node.js API returned resolved object (<a href="https://redirect.github.com/stylelint/stylelint/pull/8878">#8878</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Removed: support for Node.js less than 20.19.0 (<a href="https://redirect.github.com/stylelint/stylelint/pull/8867">#8867</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Removed: GitHub formatter (<a href="https://redirect.github.com/stylelint/stylelint/pull/8888">#8888</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Removed: <code>resolveNestedSelectors</code> option from <code>selector-class-pattern</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8931">#8931</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Removed: <code>checkContextFunctionalPseudoClasses</code> option from <code>selector-max-id</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8913">#8913</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: default <code>fix</code> mode to <code>strict</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8889">#8889</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>report</code> to be consistent and predictable in how it handles the provided position arguments (<a href="https://redirect.github.com/stylelint/stylelint/pull/8217">#8217</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Changed: <code>selector-max-*</code> syntax rules for standard CSS nesting and modern functional pseudo-classes (<a href="https://redirect.github.com/stylelint/stylelint/pull/8913">#8913</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>*-specificity</code> semantic rules for standard CSS nesting (<a href="https://redirect.github.com/stylelint/stylelint/pull/8913">#8913</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>no-duplicate-selectors</code> and <code>selector-no-qualifying-type</code> for standard CSS nesting (<a href="https://redirect.github.com/stylelint/stylelint/pull/8913">#8913</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>*-list</code> rules to have consistent behaviour for vendor prefixes and case (<a href="https://redirect.github.com/stylelint/stylelint/pull/8912">#8912</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>*-no-vendor-prefix</code> rules to have consistent behaviour for their <code>ignore*: []</code> secondary options (<a href="https://redirect.github.com/stylelint/stylelint/pull/8924">#8924</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Changed: <code>declaration-property-max-values</code> rule to have consistent behaviour for vendor prefixes (<a href="https://redirect.github.com/stylelint/stylelint/pull/8926">#8926</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Added: <code>except: ["after-block"]</code> to <code>custom-property-empty-line-before</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8921">#8921</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Added: <code>except: ["after-block"]</code> to <code>declaration-empty-line-before</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8910">#8910</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Added: <code>ignoreSelectors: []</code> to <code>no-duplicate-selectors</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8883">#8883</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: Windows drive letter casing inconsistencies when matching patterns against file paths (<a href="https://redirect.github.com/stylelint/stylelint/pull/8941">#8941</a>) (<a href="https://github.com/adalinesimonian"><code>@adalinesimonian</code></a>).</li> <li>Fixed: CLI help to include TypeScript config files (<a href="https://redirect.github.com/stylelint/stylelint/pull/8908">#8908</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>at-rule-descriptor-no-unknown</code> false positives for declarations within feature-value-blocks (<a href="https://redirect.github.com/stylelint/stylelint/pull/8868">#8868</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false negatives for short and long combinations (<a href="https://redirect.github.com/stylelint/stylelint/pull/8892">#8892</a>) (<a href="https://github.com/nathannewyen"><code>@nathannewyen</code></a>).</li> <li>Fixed: <code>media-feature-name-no-unknown</code> false positives for namespaced dollar variables and range context queries (<a href="https://redirect.github.com/stylelint/stylelint/pull/8890">#8890</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>nesting-selector-no-missing-scoping-root</code> false positives for CSS-in-JS (<a href="https://redirect.github.com/stylelint/stylelint/pull/8905">#8905</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>no-invalid-position-declaration</code> false negatives for embedded blocks (<a href="https://redirect.github.com/stylelint/stylelint/pull/8907">#8907</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>selector-no-qualifying-type</code> false negatives for <code>:is/where()</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8940">#8940</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>selector-type-no-unknown</code> false positives for MathML 4 tags (<a href="https://redirect.github.com/stylelint/stylelint/pull/8874">#8874</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a3e96bd1bd"><code>a3e96bd</code></a> Release 17.0.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8969">#8969</a>)</li> <li><a href="4587f265ae"><code>4587f26</code></a> Revert "Add v17 branch to CI workflow" (<a href="https://redirect.github.com/stylelint/stylelint/issues/8952">#8952</a>)</li> <li><a href="0eb7972fae"><code>0eb7972</code></a> Revert "Change <code>target-branch</code> to <code>v17</code> in Dependabot config" (<a href="https://redirect.github.com/stylelint/stylelint/issues/8951">#8951</a>)</li> <li><a href="44362b1ecf"><code>44362b1</code></a> Merge pull request <a href="https://redirect.github.com/stylelint/stylelint/issues/8870">#8870</a> from stylelint/v17</li> <li><a href="71d330357f"><code>71d3303</code></a> Revert "chore: bump version to 17.0.0" (<a href="https://redirect.github.com/stylelint/stylelint/issues/8917">#8917</a>)</li> <li><a href="5471609488"><code>5471609</code></a> Use special <code>'module.exports'</code> export (<a href="https://redirect.github.com/stylelint/stylelint/issues/8967">#8967</a>)</li> <li><a href="022924e467"><code>022924e</code></a> Update <code>@csstools/*</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8968">#8968</a>)</li> <li><a href="62fb7c886a"><code>62fb7c8</code></a> Document extension in bug template (<a href="https://redirect.github.com/stylelint/stylelint/issues/8965">#8965</a>)</li> <li><a href="252c1485c3"><code>252c148</code></a> Bump the eslint group with 2 updates (<a href="https://redirect.github.com/stylelint/stylelint/issues/8963">#8963</a>)</li> <li><a href="2d165c6e4d"><code>2d165c6</code></a> Bump stylelint/.github/.github/workflows/call-release.yml from 0.5.0 to 0.5.1...</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.26.1...17.0.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:
401
package-lock.json
generated
401
package-lock.json
generated
@@ -106,7 +106,7 @@
|
||||
"postcss": "^8.5.6",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.97.2",
|
||||
"stylelint": "^16.26.1",
|
||||
"stylelint": "^17.0.0",
|
||||
"stylelint-config-recommended-scss": "^16.0.2",
|
||||
"stylelint-scss": "^6.13.0",
|
||||
"typescript": "^5.9.3",
|
||||
@@ -642,9 +642,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/css-parser-algorithms": {
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
|
||||
"integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
|
||||
"integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -658,16 +658,16 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20.19.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@csstools/css-tokenizer": "^3.0.4"
|
||||
"@csstools/css-tokenizer": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/css-syntax-patches-for-csstree": {
|
||||
"version": "1.0.20",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.20.tgz",
|
||||
"integrity": "sha512-8BHsjXfSciZxjmHQOuVdW2b8WLUPts9a+mfL13/PzEviufUEW2xnvQuOlKs9dRBHgRqJ53SF/DUoK9+MZk72oQ==",
|
||||
"version": "1.0.25",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.25.tgz",
|
||||
"integrity": "sha512-g0Kw9W3vjx5BEBAF8c5Fm2NcB/Fs8jJXh85aXqwEXiL+tqtOut07TWgyaGzAAfTM+gKckrrncyeGEZPcaRgm2Q==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -685,9 +685,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/css-tokenizer": {
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
|
||||
"integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
|
||||
"integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -701,13 +701,13 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20.19.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/media-query-list-parser": {
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.3.tgz",
|
||||
"integrity": "sha512-HAYH7d3TLRHDOUQK4mZKf9k9Ph/m8Akstg66ywKR4SFAigjs3yBiUeZtFxywiTm5moZMAp/5W/ZuFnNXXYLuuQ==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-5.0.0.tgz",
|
||||
"integrity": "sha512-T9lXmZOfnam3eMERPsszjY5NK0jX8RmThmmm99FZ8b7z8yMaFZWKwLWGZuTwdO3ddRY5fy13GmmEYZXB4I98Eg==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -721,17 +721,17 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20.19.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@csstools/css-parser-algorithms": "^3.0.5",
|
||||
"@csstools/css-tokenizer": "^3.0.4"
|
||||
"@csstools/css-parser-algorithms": "^4.0.0",
|
||||
"@csstools/css-tokenizer": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/selector-specificity": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
|
||||
"integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
|
||||
"node_modules/@csstools/selector-resolve-nested": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.0.tgz",
|
||||
"integrity": "sha512-9vAPxmp+Dx3wQBIUwc1v7Mdisw1kbbaGqXUM8QLTgWg7SoPGYtXBsMXvsFs/0Bn5yoFhcktzxNZGNaUt0VjgjA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -745,10 +745,33 @@
|
||||
],
|
||||
"license": "MIT-0",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20.19.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss-selector-parser": "^7.0.0"
|
||||
"postcss-selector-parser": "^7.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/selector-specificity": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-6.0.0.tgz",
|
||||
"integrity": "sha512-4sSgl78OtOXEX/2d++8A83zHNTgwCJMaR24FvsYL7Uf/VS8HZk9PTwR51elTbGqMuwH3szLvvOXEaVnqn0Z3zA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/csstools"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/csstools"
|
||||
}
|
||||
],
|
||||
"license": "MIT-0",
|
||||
"engines": {
|
||||
"node": ">=20.19.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss-selector-parser": "^7.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@cypress/code-coverage": {
|
||||
@@ -916,17 +939,6 @@
|
||||
"react": ">=16.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@dual-bundle/import-meta-resolve": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.2.1.tgz",
|
||||
"integrity": "sha512-id+7YRUgoUX6CgV0DtuhirQWodeeA7Lf4i2x71JS/vtA5pRb/hIGWlw+G6MeXvsM+MXrz0VAydTGElX1rAfgPg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/JounQin"
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/aix-ppc64": {
|
||||
"version": "0.25.12",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
|
||||
@@ -3023,6 +3035,19 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@sindresorhus/merge-streams": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
|
||||
"integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/@standard-schema/spec": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
||||
@@ -4305,16 +4330,6 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/array-union": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
||||
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/array.prototype.findlast": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
|
||||
@@ -6046,19 +6061,6 @@
|
||||
"url": "https://github.com/sponsors/wooorm"
|
||||
}
|
||||
},
|
||||
"node_modules/dir-glob": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
||||
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"path-type": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/doctrine": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
||||
@@ -7623,6 +7625,19 @@
|
||||
"node": "6.* || 8.* || >= 10.*"
|
||||
}
|
||||
},
|
||||
"node_modules/get-east-asian-width": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
|
||||
"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/get-intrinsic": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
||||
@@ -7887,21 +7902,57 @@
|
||||
}
|
||||
},
|
||||
"node_modules/globby": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
||||
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
||||
"version": "16.1.0",
|
||||
"resolved": "https://registry.npmjs.org/globby/-/globby-16.1.0.tgz",
|
||||
"integrity": "sha512-+A4Hq7m7Ze592k9gZRy4gJ27DrXRNnC1vPjxTt1qQxEY8RxagBkBxivkCwg7FxSTG0iLLEMaUx13oOr0R2/qcQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-union": "^2.1.0",
|
||||
"dir-glob": "^3.0.1",
|
||||
"fast-glob": "^3.2.9",
|
||||
"ignore": "^5.2.0",
|
||||
"merge2": "^1.4.1",
|
||||
"slash": "^3.0.0"
|
||||
"@sindresorhus/merge-streams": "^4.0.0",
|
||||
"fast-glob": "^3.3.3",
|
||||
"ignore": "^7.0.5",
|
||||
"is-path-inside": "^4.0.0",
|
||||
"slash": "^5.1.0",
|
||||
"unicorn-magic": "^0.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=20"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/globby/node_modules/ignore": {
|
||||
"version": "7.0.5",
|
||||
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
||||
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 4"
|
||||
}
|
||||
},
|
||||
"node_modules/globby/node_modules/is-path-inside": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
|
||||
"integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/globby/node_modules/slash": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
||||
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=14.16"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
@@ -8253,13 +8304,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/html-tags": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
|
||||
"integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-5.1.0.tgz",
|
||||
"integrity": "sha512-n6l5uca7/y5joxZ3LUePhzmBFUJ+U2YWzhMa8XUTecSeSlQiZdF5XAd/Q3/WUl0VsXgUwWi8I7CNIwdI5WN1SQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
"node": ">=20.10"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
@@ -8540,6 +8591,17 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/import-meta-resolve": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
|
||||
"integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/wooorm"
|
||||
}
|
||||
},
|
||||
"node_modules/imurmurhash": {
|
||||
"version": "0.1.4",
|
||||
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
||||
@@ -10222,9 +10284,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/mathml-tag-names": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
|
||||
"integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-4.0.0.tgz",
|
||||
"integrity": "sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
@@ -10393,13 +10455,13 @@
|
||||
"license": "CC0-1.0"
|
||||
},
|
||||
"node_modules/meow": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
|
||||
"integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
|
||||
"version": "14.0.0",
|
||||
"resolved": "https://registry.npmjs.org/meow/-/meow-14.0.0.tgz",
|
||||
"integrity": "sha512-JhC3R1f6dbspVtmF3vKjAWz1EVIvwFrGGPLSdU6rK79xBwHWTuHoLnRX/t1/zHS1Ch1Y2UtIrih7DAHuH9JFJA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
@@ -11853,16 +11915,6 @@
|
||||
"dev": true,
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/path-type": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
||||
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/pathe": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
||||
@@ -13915,9 +13967,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint": {
|
||||
"version": "16.26.1",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.26.1.tgz",
|
||||
"integrity": "sha512-v20V59/crfc8sVTAtge0mdafI3AdnzQ2KsWe6v523L4OA1bJO02S7MO2oyXDCS6iWb9ckIPnqAFVItqSBQr7jw==",
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.0.0.tgz",
|
||||
"integrity": "sha512-saMZ2mqdQre4AfouxcbTdpVglDRcROb4MIucKHvgsDb/0IX7ODhcaz+EOIyfxAsm8Zjl/7j4hJj6MgIYYM8Xwg==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -13931,13 +13983,13 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@csstools/css-parser-algorithms": "^3.0.5",
|
||||
"@csstools/css-syntax-patches-for-csstree": "^1.0.19",
|
||||
"@csstools/css-tokenizer": "^3.0.4",
|
||||
"@csstools/media-query-list-parser": "^4.0.3",
|
||||
"@csstools/selector-specificity": "^5.0.0",
|
||||
"@dual-bundle/import-meta-resolve": "^4.2.1",
|
||||
"balanced-match": "^2.0.0",
|
||||
"@csstools/css-parser-algorithms": "^4.0.0",
|
||||
"@csstools/css-syntax-patches-for-csstree": "^1.0.25",
|
||||
"@csstools/css-tokenizer": "^4.0.0",
|
||||
"@csstools/media-query-list-parser": "^5.0.0",
|
||||
"@csstools/selector-resolve-nested": "^4.0.0",
|
||||
"@csstools/selector-specificity": "^6.0.0",
|
||||
"balanced-match": "^3.0.1",
|
||||
"colord": "^2.9.3",
|
||||
"cosmiconfig": "^9.0.0",
|
||||
"css-functions-list": "^3.2.3",
|
||||
@@ -13947,35 +13999,34 @@
|
||||
"fastest-levenshtein": "^1.0.16",
|
||||
"file-entry-cache": "^11.1.1",
|
||||
"global-modules": "^2.0.0",
|
||||
"globby": "^11.1.0",
|
||||
"globby": "^16.1.0",
|
||||
"globjoin": "^0.1.4",
|
||||
"html-tags": "^3.3.1",
|
||||
"html-tags": "^5.1.0",
|
||||
"ignore": "^7.0.5",
|
||||
"import-meta-resolve": "^4.2.0",
|
||||
"imurmurhash": "^0.1.4",
|
||||
"is-plain-object": "^5.0.0",
|
||||
"known-css-properties": "^0.37.0",
|
||||
"mathml-tag-names": "^2.1.3",
|
||||
"meow": "^13.2.0",
|
||||
"mathml-tag-names": "^4.0.0",
|
||||
"meow": "^14.0.0",
|
||||
"micromatch": "^4.0.8",
|
||||
"normalize-path": "^3.0.0",
|
||||
"picocolors": "^1.1.1",
|
||||
"postcss": "^8.5.6",
|
||||
"postcss-resolve-nested-selector": "^0.1.6",
|
||||
"postcss-safe-parser": "^7.0.1",
|
||||
"postcss-selector-parser": "^7.1.0",
|
||||
"postcss-selector-parser": "^7.1.1",
|
||||
"postcss-value-parser": "^4.2.0",
|
||||
"resolve-from": "^5.0.0",
|
||||
"string-width": "^4.2.3",
|
||||
"supports-hyperlinks": "^3.2.0",
|
||||
"string-width": "^8.1.0",
|
||||
"supports-hyperlinks": "^4.4.0",
|
||||
"svg-tags": "^1.0.0",
|
||||
"table": "^6.9.0",
|
||||
"write-file-atomic": "^5.0.1"
|
||||
"write-file-atomic": "^7.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"stylelint": "bin/stylelint.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.12.0"
|
||||
"node": ">=20.19.0"
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint-config-recommended": {
|
||||
@@ -14055,12 +14106,28 @@
|
||||
"dev": true,
|
||||
"license": "CC0-1.0"
|
||||
},
|
||||
"node_modules/stylelint/node_modules/balanced-match": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
|
||||
"integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
|
||||
"node_modules/stylelint/node_modules/ansi-regex": {
|
||||
"version": "6.2.2",
|
||||
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
||||
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint/node_modules/balanced-match": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-3.0.1.tgz",
|
||||
"integrity": "sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 16"
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint/node_modules/debug": {
|
||||
"version": "4.4.3",
|
||||
@@ -14112,16 +14179,6 @@
|
||||
"node": ">= 4"
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint/node_modules/resolve-from": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
||||
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint/node_modules/signal-exit": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
||||
@@ -14135,10 +14192,43 @@
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint/node_modules/string-width": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz",
|
||||
"integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"get-east-asian-width": "^1.3.0",
|
||||
"strip-ansi": "^7.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint/node_modules/strip-ansi": {
|
||||
"version": "7.1.2",
|
||||
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
||||
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ansi-regex": "^6.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint/node_modules/write-file-atomic": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
|
||||
"integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-7.0.0.tgz",
|
||||
"integrity": "sha512-YnlPC6JqnZl6aO4uRc+dx5PHguiR9S6WeoLtpxNT9wIG+BDya7ZNE1q7KOjVgaA73hKhKLpVPgJ5QA9THQ5BRg==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
@@ -14146,7 +14236,7 @@
|
||||
"signal-exit": "^4.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
||||
"node": "^20.17.0 || >=22.9.0"
|
||||
}
|
||||
},
|
||||
"node_modules/subtag": {
|
||||
@@ -14188,22 +14278,48 @@
|
||||
}
|
||||
},
|
||||
"node_modules/supports-hyperlinks": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz",
|
||||
"integrity": "sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==",
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-4.4.0.tgz",
|
||||
"integrity": "sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"has-flag": "^4.0.0",
|
||||
"supports-color": "^7.0.0"
|
||||
"has-flag": "^5.0.1",
|
||||
"supports-color": "^10.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.18"
|
||||
"node": ">=20"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/supports-hyperlinks/node_modules/has-flag": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-5.0.1.tgz",
|
||||
"integrity": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/supports-hyperlinks/node_modules/supports-color": {
|
||||
"version": "10.2.2",
|
||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
|
||||
"integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/supports-preserve-symlinks-flag": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
||||
@@ -14831,6 +14947,19 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/unicorn-magic": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
|
||||
"integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/unified": {
|
||||
"version": "11.0.5",
|
||||
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
"postcss": "^8.5.6",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.97.2",
|
||||
"stylelint": "^16.26.1",
|
||||
"stylelint": "^17.0.0",
|
||||
"stylelint-config-recommended-scss": "^16.0.2",
|
||||
"stylelint-scss": "^6.13.0",
|
||||
"typescript": "^5.9.3",
|
||||
|
||||
Reference in New Issue
Block a user