Skip to content

Commit aa8a67c

Browse files
chore(deps-dev): bump stylelint-scss in the npm group (#853)
Bumps the npm group with 1 update: [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). Updates `stylelint-scss` from 6.9.0 to 6.10.0 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-scss@v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7e755c commit aa8a67c

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"stylelint": "16.10.0",
99
"stylelint-config-recess-order": "5.1.1",
1010
"stylelint-config-recommended-scss": "14.1.0",
11-
"stylelint-scss": "6.9.0"
11+
"stylelint-scss": "6.10.0"
1212
},
1313
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
1414
}

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,14 @@ postcss-selector-parser@^6.1.2:
574574
cssesc "^3.0.0"
575575
util-deprecate "^1.0.2"
576576

577+
postcss-selector-parser@^7.0.0:
578+
version "7.0.0"
579+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz#41bd8b56f177c093ca49435f65731befe25d6b9c"
580+
integrity sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==
581+
dependencies:
582+
cssesc "^3.0.0"
583+
util-deprecate "^1.0.2"
584+
577585
postcss-sorting@^8.0.2:
578586
version "8.0.2"
579587
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-8.0.2.tgz#6393385ece272baf74bee9820fb1b58098e4eeca"
@@ -697,18 +705,18 @@ stylelint-order@^6.0.4:
697705
postcss "^8.4.32"
698706
postcss-sorting "^8.0.2"
699707

700-
stylelint-scss@6.9.0, stylelint-scss@^6.4.0:
701-
version "6.9.0"
702-
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.9.0.tgz#a5ab9b2a8ed7e0a9c113558fdbd1b66ad673b259"
703-
integrity sha512-oWOR+g6ccagfrENecImGmorWWjVyWpt2R8bmkhOW8FkNNPGStZPQMqb8QWMW4Lwu9TyPqmyjHkkAsy3weqsnNw==
708+
stylelint-scss@6.10.0, stylelint-scss@^6.4.0:
709+
version "6.10.0"
710+
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.10.0.tgz#ba5b807793e145421e9879dd15ae672af6820a45"
711+
integrity sha512-y03if6Qw9xBMoVaf7tzp5BbnYhYvudIKzURkhSHzcHG0bW0fAYvQpTUVJOe7DyhHaxeThBil4ObEMvGbV7+M+w==
704712
dependencies:
705713
css-tree "^3.0.1"
706714
is-plain-object "^5.0.0"
707715
known-css-properties "^0.35.0"
708716
mdn-data "^2.12.2"
709717
postcss-media-query-parser "^0.2.3"
710718
postcss-resolve-nested-selector "^0.1.6"
711-
postcss-selector-parser "^6.1.2"
719+
postcss-selector-parser "^7.0.0"
712720
postcss-value-parser "^4.2.0"
713721

714722

0 commit comments

Comments
 (0)