Skip to content

Commit 43fff31

Browse files
chore(deps-dev): bump stylelint-scss in the npm group (#877)
Bumps the npm group with 1 update: [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). Updates `stylelint-scss` from 6.11.0 to 6.11.1 - [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.11.0...v6.11.1) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f72481 commit 43fff31

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.14.1",
99
"stylelint-config-recess-order": "6.0.0",
1010
"stylelint-config-recommended-scss": "14.1.0",
11-
"stylelint-scss": "6.11.0"
11+
"stylelint-scss": "6.11.1"
1212
},
1313
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
1414
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,10 @@ postcss-scss@^4.0.9:
595595
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.9.tgz#a03c773cd4c9623cb04ce142a52afcec74806685"
596596
integrity sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==
597597

598-
postcss-selector-parser@^7.0.0:
599-
version "7.0.0"
600-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz#41bd8b56f177c093ca49435f65731befe25d6b9c"
601-
integrity sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==
598+
postcss-selector-parser@^7.0.0, postcss-selector-parser@^7.1.0:
599+
version "7.1.0"
600+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz#4d6af97eba65d73bc4d84bcb343e865d7dd16262"
601+
integrity sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==
602602
dependencies:
603603
cssesc "^3.0.0"
604604
util-deprecate "^1.0.2"
@@ -726,18 +726,18 @@ stylelint-order@^6.0.4:
726726
postcss "^8.4.32"
727727
postcss-sorting "^8.0.2"
728728

729-
stylelint-scss@6.11.0, stylelint-scss@^6.4.0:
730-
version "6.11.0"
731-
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.11.0.tgz#ec842bf3c5fe7c726c924f6c6ffe27e662c38c48"
732-
integrity sha512-AvJ6LVzz2iXHxPlPTR9WVy73FC/vmohH54VySNlCKX1NIXNAeuzy/VbIkMJLMyw/xKYqkgY4kAgB+qy5BfCaCg==
729+
stylelint-scss@6.11.1, stylelint-scss@^6.4.0:
730+
version "6.11.1"
731+
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.11.1.tgz#03860aab250112825b2deb77ca7ff1e2ba3a5414"
732+
integrity sha512-e4rYo0UY+BIMtGeGanghrvHTjcryxgZbyFxUedp8dLFqC4P70aawNdYjRrQxbnKhu3BNr4+lt5e/53tcKXiwFA==
733733
dependencies:
734734
css-tree "^3.0.1"
735735
is-plain-object "^5.0.0"
736736
known-css-properties "^0.35.0"
737737
mdn-data "^2.15.0"
738738
postcss-media-query-parser "^0.2.3"
739739
postcss-resolve-nested-selector "^0.1.6"
740-
postcss-selector-parser "^7.0.0"
740+
postcss-selector-parser "^7.1.0"
741741
postcss-value-parser "^4.2.0"
742742

743743
stylelint@16.14.1:

0 commit comments

Comments
 (0)