Build(deps-dev): Bump stylelint-config-standard from 36.0.1 to 37.0.0 (#30885)
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 36.0.1 to 37.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/36.0.1...37.0.0) 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:
parent
62a3745764
commit
ebc07bc05f
|
@ -37,7 +37,7 @@
|
|||
"puppeteer-core": "^24.1.0",
|
||||
"squoosh": "https://codeload.github.com/discourse/squoosh/tar.gz/dc9649d",
|
||||
"stylelint": "^16.10.0",
|
||||
"stylelint-config-standard": "^36.0.1",
|
||||
"stylelint-config-standard": "^37.0.0",
|
||||
"stylelint-config-standard-scss": "^13.1.0",
|
||||
"terser": "^5.37.0",
|
||||
"typescript": "^5.7.3"
|
||||
|
|
|
@ -128,8 +128,8 @@ importers:
|
|||
specifier: ^16.10.0
|
||||
version: 16.13.2(typescript@5.7.3)
|
||||
stylelint-config-standard:
|
||||
specifier: ^36.0.1
|
||||
version: 36.0.1(stylelint@16.13.2(typescript@5.7.3))
|
||||
specifier: ^37.0.0
|
||||
version: 37.0.0(stylelint@16.13.2(typescript@5.7.3))
|
||||
stylelint-config-standard-scss:
|
||||
specifier: ^13.1.0
|
||||
version: 13.1.0(postcss@8.5.1)(stylelint@16.13.2(typescript@5.7.3))
|
||||
|
@ -7779,6 +7779,12 @@ packages:
|
|||
peerDependencies:
|
||||
stylelint: ^16.1.0
|
||||
|
||||
stylelint-config-recommended@15.0.0:
|
||||
resolution: {integrity: sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA==}
|
||||
engines: {node: '>=18.12.0'}
|
||||
peerDependencies:
|
||||
stylelint: ^16.13.0
|
||||
|
||||
stylelint-config-standard-scss@13.1.0:
|
||||
resolution: {integrity: sha512-Eo5w7/XvwGHWkeGLtdm2FZLOMYoZl1omP2/jgFCXyl2x5yNz7/8vv4Tj6slHvMSSUNTaGoam/GAZ0ZhukvalfA==}
|
||||
engines: {node: '>=18.12.0'}
|
||||
|
@ -7795,6 +7801,12 @@ packages:
|
|||
peerDependencies:
|
||||
stylelint: ^16.1.0
|
||||
|
||||
stylelint-config-standard@37.0.0:
|
||||
resolution: {integrity: sha512-+6eBlbSTrOn/il2RlV0zYGQwRTkr+WtzuVSs1reaWGObxnxLpbcspCUYajVQHonVfxVw2U+h42azGhrBvcg8OA==}
|
||||
engines: {node: '>=18.12.0'}
|
||||
peerDependencies:
|
||||
stylelint: ^16.13.0
|
||||
|
||||
stylelint-scss@6.10.1:
|
||||
resolution: {integrity: sha512-CBqs0jecftIyhic6xba+4OvZUp4B0wNbX19w6Rq1fPo+lBDmTevk+olo8H7u/WQpTSDCDbBN4f3oocQurvXLTQ==}
|
||||
engines: {node: '>=18.12.0'}
|
||||
|
@ -16890,6 +16902,10 @@ snapshots:
|
|||
dependencies:
|
||||
stylelint: 16.13.2(typescript@5.7.3)
|
||||
|
||||
stylelint-config-recommended@15.0.0(stylelint@16.13.2(typescript@5.7.3)):
|
||||
dependencies:
|
||||
stylelint: 16.13.2(typescript@5.7.3)
|
||||
|
||||
stylelint-config-standard-scss@13.1.0(postcss@8.5.1)(stylelint@16.13.2(typescript@5.7.3)):
|
||||
dependencies:
|
||||
stylelint: 16.13.2(typescript@5.7.3)
|
||||
|
@ -16903,6 +16919,11 @@ snapshots:
|
|||
stylelint: 16.13.2(typescript@5.7.3)
|
||||
stylelint-config-recommended: 14.0.1(stylelint@16.13.2(typescript@5.7.3))
|
||||
|
||||
stylelint-config-standard@37.0.0(stylelint@16.13.2(typescript@5.7.3)):
|
||||
dependencies:
|
||||
stylelint: 16.13.2(typescript@5.7.3)
|
||||
stylelint-config-recommended: 15.0.0(stylelint@16.13.2(typescript@5.7.3))
|
||||
|
||||
stylelint-scss@6.10.1(stylelint@16.13.2(typescript@5.7.3)):
|
||||
dependencies:
|
||||
css-tree: 3.1.0
|
||||
|
|
Loading…
Reference in New Issue