Skip to content

Commit cb41da3

Browse files
Bump stylelint from 14.8.2 to 14.8.5 (#2104)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.2 to 14.8.5. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@14.8.2...14.8.5) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d802ff1 commit cb41da3

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"postcss-simple-vars": "6.0.3",
7171
"prettier": "2.6.2",
7272
"semver": "7.3.7",
73-
"stylelint": "14.8.2",
73+
"stylelint": "14.8.5",
7474
"table": "6.8.0"
7575
},
7676
"jest": {

yarn.lock

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4093,11 +4093,6 @@ normalize-range@^0.1.2:
40934093
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
40944094
integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
40954095

4096-
normalize-selector@^0.2.0:
4097-
version "0.2.0"
4098-
resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
4099-
integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=
4100-
41014096
npm-run-path@^4.0.1:
41024097
version "4.0.1"
41034098
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
@@ -4414,7 +4409,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^
44144409
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
44154410
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
44164411

4417-
postcss@8.4.14, postcss@^8.1.0, postcss@^8.1.4, postcss@^8.2.4, postcss@^8.3.11, postcss@^8.3.6, postcss@^8.4.13:
4412+
postcss@8.4.14, postcss@^8.1.0, postcss@^8.1.4, postcss@^8.2.4, postcss@^8.3.11, postcss@^8.3.6, postcss@^8.4.14:
44184413
version "8.4.14"
44194414
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
44204415
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
@@ -5054,10 +5049,10 @@ stylelint-scss@^4.0.0:
50545049
postcss-selector-parser "^6.0.6"
50555050
postcss-value-parser "^4.1.0"
50565051

5057-
stylelint@14.8.2, stylelint@^14.8.0:
5058-
version "14.8.2"
5059-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.2.tgz#801eef74fe6020611e6a515abb9fc7caeb125793"
5060-
integrity sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==
5052+
stylelint@14.8.5, stylelint@^14.8.0:
5053+
version "14.8.5"
5054+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.5.tgz#0fcbf5b6821283b5a249dde36d70f1158da0a2a3"
5055+
integrity sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==
50615056
dependencies:
50625057
balanced-match "^2.0.0"
50635058
colord "^2.9.2"
@@ -5082,9 +5077,8 @@ stylelint@14.8.2, stylelint@^14.8.0:
50825077
meow "^9.0.0"
50835078
micromatch "^4.0.5"
50845079
normalize-path "^3.0.0"
5085-
normalize-selector "^0.2.0"
50865080
picocolors "^1.0.0"
5087-
postcss "^8.4.13"
5081+
postcss "^8.4.14"
50885082
postcss-media-query-parser "^0.2.3"
50895083
postcss-resolve-nested-selector "^0.1.1"
50905084
postcss-safe-parser "^6.0.0"

0 commit comments

Comments
 (0)