chore(deps): update dependency stylelint to v17.7.0
This commit is contained in:
parent
e8d12186d1
commit
160495b84e
|
|
@ -139,7 +139,7 @@
|
|||
"rollup": "4.60.1",
|
||||
"rollup-plugin-visualizer": "6.0.11",
|
||||
"sass-embedded": "1.99.0",
|
||||
"stylelint": "17.6.0",
|
||||
"stylelint": "17.7.0",
|
||||
"stylelint-config-property-sort-order-smacss": "10.0.0",
|
||||
"stylelint-config-recommended-vue": "1.6.1",
|
||||
"stylelint-config-standard-scss": "17.0.0",
|
||||
|
|
|
|||
|
|
@ -275,20 +275,20 @@ importers:
|
|||
specifier: 1.99.0
|
||||
version: 1.99.0
|
||||
stylelint:
|
||||
specifier: 17.6.0
|
||||
version: 17.6.0(typescript@5.9.3)
|
||||
specifier: 17.7.0
|
||||
version: 17.7.0(typescript@5.9.3)
|
||||
stylelint-config-property-sort-order-smacss:
|
||||
specifier: 10.0.0
|
||||
version: 10.0.0(stylelint@17.6.0(typescript@5.9.3))
|
||||
version: 10.0.0(stylelint@17.7.0(typescript@5.9.3))
|
||||
stylelint-config-recommended-vue:
|
||||
specifier: 1.6.1
|
||||
version: 1.6.1(postcss-html@1.8.0)(stylelint@17.6.0(typescript@5.9.3))
|
||||
version: 1.6.1(postcss-html@1.8.0)(stylelint@17.7.0(typescript@5.9.3))
|
||||
stylelint-config-standard-scss:
|
||||
specifier: 17.0.0
|
||||
version: 17.0.0(postcss@8.5.9)(stylelint@17.6.0(typescript@5.9.3))
|
||||
version: 17.0.0(postcss@8.5.9)(stylelint@17.7.0(typescript@5.9.3))
|
||||
stylelint-use-logical:
|
||||
specifier: 2.1.3
|
||||
version: 2.1.3(stylelint@17.6.0(typescript@5.9.3))
|
||||
version: 2.1.3(stylelint@17.7.0(typescript@5.9.3))
|
||||
tailwindcss:
|
||||
specifier: 4.2.2
|
||||
version: 4.2.2
|
||||
|
|
@ -975,6 +975,14 @@ packages:
|
|||
css-tree:
|
||||
optional: true
|
||||
|
||||
'@csstools/css-syntax-patches-for-csstree@1.1.2':
|
||||
resolution: {integrity: sha512-5GkLzz4prTIpoyeUiIu3iV6CSG3Plo7xRVOFPKI7FVEJ3mZ0A8SwK0XU3Gl7xAkiQ+mDyam+NNp875/C5y+jSA==}
|
||||
peerDependencies:
|
||||
css-tree: ^3.2.1
|
||||
peerDependenciesMeta:
|
||||
css-tree:
|
||||
optional: true
|
||||
|
||||
'@csstools/css-tokenizer@3.0.4':
|
||||
resolution: {integrity: sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==}
|
||||
engines: {node: '>=18'}
|
||||
|
|
@ -4275,8 +4283,8 @@ packages:
|
|||
resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
globby@16.1.1:
|
||||
resolution: {integrity: sha512-dW7vl+yiAJSp6aCekaVnVJxurRv7DCOLyXqEG3RYMYUg7AuJ2jCqPkZTA8ooqC2vtnkaMcV5WfFBMuEnTu1OQg==}
|
||||
globby@16.2.0:
|
||||
resolution: {integrity: sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
globjoin@0.1.4:
|
||||
|
|
@ -6200,8 +6208,8 @@ packages:
|
|||
peerDependencies:
|
||||
stylelint: '>= 11 < 18'
|
||||
|
||||
stylelint@17.6.0:
|
||||
resolution: {integrity: sha512-tokrsMIVAR9vAQ/q3UVEr7S0dGXCi7zkCezPRnS2kqPUulvUh5Vgfwngrk4EoAoW7wnrThqTdnTFN5Ra7CaxIg==}
|
||||
stylelint@17.7.0:
|
||||
resolution: {integrity: sha512-n/+4RheCRl+cecGnF+S/Adz59iCRaK9BVznJYB+a7GOksfwNzjiOPnYv17pTO0HgRse9IiqbMtekGNhOb2tVYQ==}
|
||||
engines: {node: '>=20.19.0'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -7829,6 +7837,10 @@ snapshots:
|
|||
optionalDependencies:
|
||||
css-tree: 3.2.1
|
||||
|
||||
'@csstools/css-syntax-patches-for-csstree@1.1.2(css-tree@3.2.1)':
|
||||
optionalDependencies:
|
||||
css-tree: 3.2.1
|
||||
|
||||
'@csstools/css-tokenizer@3.0.4': {}
|
||||
|
||||
'@csstools/css-tokenizer@4.0.0': {}
|
||||
|
|
@ -11171,7 +11183,7 @@ snapshots:
|
|||
slash: 5.1.0
|
||||
unicorn-magic: 0.3.0
|
||||
|
||||
globby@16.1.1:
|
||||
globby@16.2.0:
|
||||
dependencies:
|
||||
'@sindresorhus/merge-streams': 4.0.0
|
||||
fast-glob: 3.3.3
|
||||
|
|
@ -13174,58 +13186,58 @@ snapshots:
|
|||
|
||||
style-mod@4.1.2: {}
|
||||
|
||||
stylelint-config-html@1.1.0(postcss-html@1.8.0)(stylelint@17.6.0(typescript@5.9.3)):
|
||||
stylelint-config-html@1.1.0(postcss-html@1.8.0)(stylelint@17.7.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
postcss-html: 1.8.0
|
||||
stylelint: 17.6.0(typescript@5.9.3)
|
||||
stylelint: 17.7.0(typescript@5.9.3)
|
||||
|
||||
stylelint-config-property-sort-order-smacss@10.0.0(stylelint@17.6.0(typescript@5.9.3)):
|
||||
stylelint-config-property-sort-order-smacss@10.0.0(stylelint@17.7.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
css-property-sort-order-smacss: 2.2.0
|
||||
stylelint: 17.6.0(typescript@5.9.3)
|
||||
stylelint-order: 6.0.4(stylelint@17.6.0(typescript@5.9.3))
|
||||
stylelint: 17.7.0(typescript@5.9.3)
|
||||
stylelint-order: 6.0.4(stylelint@17.7.0(typescript@5.9.3))
|
||||
|
||||
stylelint-config-recommended-scss@17.0.0(postcss@8.5.9)(stylelint@17.6.0(typescript@5.9.3)):
|
||||
stylelint-config-recommended-scss@17.0.0(postcss@8.5.9)(stylelint@17.7.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
postcss-scss: 4.0.9(postcss@8.5.9)
|
||||
stylelint: 17.6.0(typescript@5.9.3)
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.6.0(typescript@5.9.3))
|
||||
stylelint-scss: 7.0.0(stylelint@17.6.0(typescript@5.9.3))
|
||||
stylelint: 17.7.0(typescript@5.9.3)
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.7.0(typescript@5.9.3))
|
||||
stylelint-scss: 7.0.0(stylelint@17.7.0(typescript@5.9.3))
|
||||
optionalDependencies:
|
||||
postcss: 8.5.9
|
||||
|
||||
stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.0)(stylelint@17.6.0(typescript@5.9.3)):
|
||||
stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.0)(stylelint@17.7.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
postcss-html: 1.8.0
|
||||
semver: 7.7.3
|
||||
stylelint: 17.6.0(typescript@5.9.3)
|
||||
stylelint-config-html: 1.1.0(postcss-html@1.8.0)(stylelint@17.6.0(typescript@5.9.3))
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.6.0(typescript@5.9.3))
|
||||
stylelint: 17.7.0(typescript@5.9.3)
|
||||
stylelint-config-html: 1.1.0(postcss-html@1.8.0)(stylelint@17.7.0(typescript@5.9.3))
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.7.0(typescript@5.9.3))
|
||||
|
||||
stylelint-config-recommended@18.0.0(stylelint@17.6.0(typescript@5.9.3)):
|
||||
stylelint-config-recommended@18.0.0(stylelint@17.7.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
stylelint: 17.6.0(typescript@5.9.3)
|
||||
stylelint: 17.7.0(typescript@5.9.3)
|
||||
|
||||
stylelint-config-standard-scss@17.0.0(postcss@8.5.9)(stylelint@17.6.0(typescript@5.9.3)):
|
||||
stylelint-config-standard-scss@17.0.0(postcss@8.5.9)(stylelint@17.7.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
stylelint: 17.6.0(typescript@5.9.3)
|
||||
stylelint-config-recommended-scss: 17.0.0(postcss@8.5.9)(stylelint@17.6.0(typescript@5.9.3))
|
||||
stylelint-config-standard: 40.0.0(stylelint@17.6.0(typescript@5.9.3))
|
||||
stylelint: 17.7.0(typescript@5.9.3)
|
||||
stylelint-config-recommended-scss: 17.0.0(postcss@8.5.9)(stylelint@17.7.0(typescript@5.9.3))
|
||||
stylelint-config-standard: 40.0.0(stylelint@17.7.0(typescript@5.9.3))
|
||||
optionalDependencies:
|
||||
postcss: 8.5.9
|
||||
|
||||
stylelint-config-standard@40.0.0(stylelint@17.6.0(typescript@5.9.3)):
|
||||
stylelint-config-standard@40.0.0(stylelint@17.7.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
stylelint: 17.6.0(typescript@5.9.3)
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.6.0(typescript@5.9.3))
|
||||
stylelint: 17.7.0(typescript@5.9.3)
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.7.0(typescript@5.9.3))
|
||||
|
||||
stylelint-order@6.0.4(stylelint@17.6.0(typescript@5.9.3)):
|
||||
stylelint-order@6.0.4(stylelint@17.7.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
postcss: 8.5.9
|
||||
postcss-sorting: 8.0.2(postcss@8.5.9)
|
||||
stylelint: 17.6.0(typescript@5.9.3)
|
||||
stylelint: 17.7.0(typescript@5.9.3)
|
||||
|
||||
stylelint-scss@7.0.0(stylelint@17.6.0(typescript@5.9.3)):
|
||||
stylelint-scss@7.0.0(stylelint@17.7.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
css-tree: 3.2.1
|
||||
is-plain-object: 5.0.0
|
||||
|
|
@ -13235,17 +13247,17 @@ snapshots:
|
|||
postcss-resolve-nested-selector: 0.1.6
|
||||
postcss-selector-parser: 7.1.1
|
||||
postcss-value-parser: 4.2.0
|
||||
stylelint: 17.6.0(typescript@5.9.3)
|
||||
stylelint: 17.7.0(typescript@5.9.3)
|
||||
|
||||
stylelint-use-logical@2.1.3(stylelint@17.6.0(typescript@5.9.3)):
|
||||
stylelint-use-logical@2.1.3(stylelint@17.7.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
stylelint: 17.6.0(typescript@5.9.3)
|
||||
stylelint: 17.7.0(typescript@5.9.3)
|
||||
|
||||
stylelint@17.6.0(typescript@5.9.3):
|
||||
stylelint@17.7.0(typescript@5.9.3):
|
||||
dependencies:
|
||||
'@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
|
||||
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
|
||||
'@csstools/css-syntax-patches-for-csstree': 1.1.1(css-tree@3.2.1)
|
||||
'@csstools/css-syntax-patches-for-csstree': 1.1.2(css-tree@3.2.1)
|
||||
'@csstools/css-tokenizer': 4.0.0
|
||||
'@csstools/media-query-list-parser': 5.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
|
||||
'@csstools/selector-resolve-nested': 4.0.0(postcss-selector-parser@7.1.1)
|
||||
|
|
@ -13259,7 +13271,7 @@ snapshots:
|
|||
fastest-levenshtein: 1.0.16
|
||||
file-entry-cache: 11.1.2
|
||||
global-modules: 2.0.0
|
||||
globby: 16.1.1
|
||||
globby: 16.2.0
|
||||
globjoin: 0.1.4
|
||||
html-tags: 5.1.0
|
||||
ignore: 7.0.5
|
||||
|
|
|
|||
Loading…
Reference in New Issue