chore(deps-dev): bump stylelint-scss from 6.2.1 to 6.3.0 (#719)

Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.2.1...v6.3.0)

---
updated-dependencies:
- dependency-name: stylelint-scss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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:
dependabot[bot]
2024-05-13 08:43:47 +00:00
committed by GitHub
parent d39da02e4d
commit 8cd6908fe8
2 changed files with 7 additions and 11 deletions

View File

@@ -46,7 +46,7 @@
"sass": "^1.77.1",
"stylelint": "^16.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.2.1",
"stylelint-scss": "^6.3.0",
"vite": "5.2.11",
"vite-plugin-progress": "^0.0.7"
},

16
pnpm-lock.yaml generated
View File

@@ -107,8 +107,8 @@ devDependencies:
specifier: ^13.1.0
version: 13.1.0(postcss@8.4.38)(stylelint@16.5.0)
stylelint-scss:
specifier: ^6.2.1
version: 6.2.1(stylelint@16.5.0)
specifier: ^6.3.0
version: 6.3.0(stylelint@16.5.0)
vite:
specifier: 5.2.11
version: 5.2.11(@types/node@20.12.7)(sass@1.77.1)
@@ -4946,10 +4946,6 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
/known-css-properties@0.29.0:
resolution: {integrity: sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==}
dev: true
/known-css-properties@0.30.0:
resolution: {integrity: sha512-VSWXYUnsPu9+WYKkfmJyLKtIvaRJi1kXUqVmBACORXZQxT5oZDsoZ2vQP+bQFDnWtpI/4eq3MLoRMjI2fnLzTQ==}
dev: true
@@ -5896,7 +5892,7 @@ packages:
postcss-scss: 4.0.9(postcss@8.4.38)
stylelint: 16.5.0(typescript@5.4.5)
stylelint-config-recommended: 14.0.0(stylelint@16.5.0)
stylelint-scss: 6.2.1(stylelint@16.5.0)
stylelint-scss: 6.3.0(stylelint@16.5.0)
dev: true
/stylelint-config-recommended@14.0.0(stylelint@16.5.0):
@@ -5934,13 +5930,13 @@ packages:
stylelint-config-recommended: 14.0.0(stylelint@16.5.0)
dev: true
/stylelint-scss@6.2.1(stylelint@16.5.0):
resolution: {integrity: sha512-ZoGLbVb1keZYRVGQlhB8G6sZOoNqw61whzzzGFWp05N12ErqLFfBv3JPrXiMLZaW98sBS7K/vUQhRnvUj4vwdw==}
/stylelint-scss@6.3.0(stylelint@16.5.0):
resolution: {integrity: sha512-8OSpiuf1xC7f8kllJsBOFAOYp/mR/C1FXMVeOFjtJPw+AFvEmC93FaklHt7MlOqU4poxuQ1TkYMyfI0V+1SxjA==}
engines: {node: '>=18.12.0'}
peerDependencies:
stylelint: ^16.0.2
dependencies:
known-css-properties: 0.29.0
known-css-properties: 0.30.0
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
postcss-selector-parser: 6.0.16