Skip to content

Commit c1fb542

Browse files
committed
chore(deps): update dependency stylelint to ^14.8.2
1 parent 843811e commit c1fb542

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"postcss-selector-parser": "^6.0.6",
4343
"prettier-eslint": "^13.0.0",
4444
"signale": "^1.4.0",
45-
"stylelint": "^14.3.0",
45+
"stylelint": "^14.8.2",
4646
"ts-morph": "14.0.0",
4747
"ts-node": "^10.1.0",
4848
"type-fest": "^2.8.0",

packages/stylelint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"jest-preset-stylelint": "^5.0.3"
4848
},
4949
"peerDependencies": {
50-
"stylelint": "^14.3.0"
50+
"stylelint": "^14.8.2"
5151
}
5252
}

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5233,10 +5233,10 @@ kleur@^3.0.3:
52335233
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
52345234
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
52355235

5236-
known-css-properties@^0.24.0:
5237-
version "0.24.0"
5238-
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.24.0.tgz#19aefd85003ae5698a5560d2b55135bf5432155c"
5239-
integrity sha512-RTSoaUAfLvpR357vWzAz/50Q/BmHfmE6ETSWfutT0AJiw10e6CmcdYRQJlLRd95B53D0Y2aD1jSxD3V3ySF+PA==
5236+
known-css-properties@^0.25.0:
5237+
version "0.25.0"
5238+
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.25.0.tgz#6ebc4d4b412f602e5cfbeb4086bd544e34c0a776"
5239+
integrity sha512-b0/9J1O9Jcyik1GC6KC42hJ41jKwdO/Mq8Mdo5sYN+IuRTXs2YFHZC3kZSx6ueusqa95x3wLYe/ytKjbAfGixA==
52405240

52415241
language-subtag-registry@~0.3.2:
52425242
version "0.3.21"
@@ -6602,7 +6602,7 @@ postcss@7.x.x:
66026602
picocolors "^0.2.1"
66036603
source-map "^0.6.1"
66046604

6605-
postcss@^8.3.6, postcss@^8.4.12:
6605+
postcss@^8.3.6, postcss@^8.4.13:
66066606
version "8.4.13"
66076607
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.13.tgz#7c87bc268e79f7f86524235821dfdf9f73e5d575"
66086608
integrity sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==
@@ -7613,10 +7613,10 @@ stylelint-scss@^4.0.0:
76137613
postcss-selector-parser "^6.0.6"
76147614
postcss-value-parser "^4.1.0"
76157615

7616-
stylelint@*, stylelint@^14.3.0:
7617-
version "14.8.1"
7618-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.1.tgz#86810ebbd7a3570519c6b11d63dc6e5ee3ff3057"
7619-
integrity sha512-0YxTop3wTeEVmQWhS7jjLFaBkvfPmffRiJ6eFIDlK++f3OklaobTYFJu32E5u/cIrFLbcW52pLqrYpihA/y0/w==
7616+
stylelint@*, stylelint@^14.8.2:
7617+
version "14.8.2"
7618+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.2.tgz#801eef74fe6020611e6a515abb9fc7caeb125793"
7619+
integrity sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==
76207620
dependencies:
76217621
balanced-match "^2.0.0"
76227622
colord "^2.9.2"
@@ -7636,14 +7636,14 @@ stylelint@*, stylelint@^14.3.0:
76367636
import-lazy "^4.0.0"
76377637
imurmurhash "^0.1.4"
76387638
is-plain-object "^5.0.0"
7639-
known-css-properties "^0.24.0"
7639+
known-css-properties "^0.25.0"
76407640
mathml-tag-names "^2.1.3"
76417641
meow "^9.0.0"
76427642
micromatch "^4.0.5"
76437643
normalize-path "^3.0.0"
76447644
normalize-selector "^0.2.0"
76457645
picocolors "^1.0.0"
7646-
postcss "^8.4.12"
7646+
postcss "^8.4.13"
76477647
postcss-media-query-parser "^0.2.3"
76487648
postcss-resolve-nested-selector "^0.1.1"
76497649
postcss-safe-parser "^6.0.0"

0 commit comments

Comments
 (0)