Skip to content

Commit 4f3882b

Browse files
committed
chore(deps): update dependency stylelint to ^14.8.3
1 parent efd2194 commit 4f3882b

File tree

3 files changed

+21
-27
lines changed

3 files changed

+21
-27
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.3",
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.3"
5151
}
5252
}

yarn.lock

Lines changed: 19 additions & 25 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"
@@ -5842,10 +5842,10 @@ mute-stream@~0.0.4:
58425842
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
58435843
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
58445844

5845-
nanoid@^3.3.3:
5846-
version "3.3.3"
5847-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
5848-
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
5845+
nanoid@^3.3.4:
5846+
version "3.3.4"
5847+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
5848+
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
58495849

58505850
natural-compare@^1.4.0:
58515851
version "1.4.0"
@@ -5939,11 +5939,6 @@ normalize-path@^3.0.0:
59395939
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
59405940
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
59415941

5942-
normalize-selector@^0.2.0:
5943-
version "0.2.0"
5944-
resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
5945-
integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=
5946-
59475942
normalize-url@^6.0.0:
59485943
version "6.1.0"
59495944
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
@@ -6602,12 +6597,12 @@ postcss@7.x.x:
66026597
picocolors "^0.2.1"
66036598
source-map "^0.6.1"
66046599

6605-
postcss@^8.3.6, postcss@^8.4.12:
6606-
version "8.4.13"
6607-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.13.tgz#7c87bc268e79f7f86524235821dfdf9f73e5d575"
6608-
integrity sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==
6600+
postcss@^8.3.6, postcss@^8.4.13:
6601+
version "8.4.14"
6602+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
6603+
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
66096604
dependencies:
6610-
nanoid "^3.3.3"
6605+
nanoid "^3.3.4"
66116606
picocolors "^1.0.0"
66126607
source-map-js "^1.0.2"
66136608

@@ -7613,10 +7608,10 @@ stylelint-scss@^4.0.0:
76137608
postcss-selector-parser "^6.0.6"
76147609
postcss-value-parser "^4.1.0"
76157610

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==
7611+
stylelint@*, stylelint@^14.8.3:
7612+
version "14.8.3"
7613+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.3.tgz#25d2df1e010cda52ff56327059d1ce25319109be"
7614+
integrity sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==
76207615
dependencies:
76217616
balanced-match "^2.0.0"
76227617
colord "^2.9.2"
@@ -7636,14 +7631,13 @@ stylelint@*, stylelint@^14.3.0:
76367631
import-lazy "^4.0.0"
76377632
imurmurhash "^0.1.4"
76387633
is-plain-object "^5.0.0"
7639-
known-css-properties "^0.24.0"
7634+
known-css-properties "^0.25.0"
76407635
mathml-tag-names "^2.1.3"
76417636
meow "^9.0.0"
76427637
micromatch "^4.0.5"
76437638
normalize-path "^3.0.0"
7644-
normalize-selector "^0.2.0"
76457639
picocolors "^1.0.0"
7646-
postcss "^8.4.12"
7640+
postcss "^8.4.13"
76477641
postcss-media-query-parser "^0.2.3"
76487642
postcss-resolve-nested-selector "^0.1.1"
76497643
postcss-safe-parser "^6.0.0"

0 commit comments

Comments
 (0)