-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency stylelint to v14.2.0
- Loading branch information
1 parent
d49df4e
commit 4b5b95e
Showing
2 changed files
with
36 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9767,6 +9767,11 @@ color-name@~1.1.4: | |
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" | ||
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== | ||
|
||
colord@^2.9.2: | ||
version "2.9.2" | ||
resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.2.tgz#25e2bacbbaa65991422c07ea209e2089428effb1" | ||
integrity sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ== | ||
|
||
colorette@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b" | ||
|
@@ -15111,10 +15116,10 @@ ignore@^5.1.1, ignore@^5.1.4: | |
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf" | ||
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A== | ||
|
||
ignore@^5.1.9: | ||
version "5.1.9" | ||
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb" | ||
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ== | ||
ignore@^5.2.0: | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" | ||
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== | ||
|
||
immediate@~3.0.5: | ||
version "3.0.6" | ||
|
@@ -16148,10 +16153,10 @@ kind-of@^6.0.0, kind-of@^6.0.2, kind-of@^6.0.3: | |
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" | ||
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== | ||
|
||
known-css-properties@^0.23.0: | ||
version "0.23.0" | ||
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.23.0.tgz#e643e1bab2b1f8ba292eea9557121cc02e9846a0" | ||
integrity sha512-h9ivI88e1lFNmTT4HovBN33Ysn0OIJG7IPG2mkpx2uniQXFWqo35QdiX7w0TovlUFXfW8aPFblP5/q0jlOr2sA== | ||
known-css-properties@^0.24.0: | ||
version "0.24.0" | ||
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.24.0.tgz#19aefd85003ae5698a5560d2b55135bf5432155c" | ||
integrity sha512-RTSoaUAfLvpR357vWzAz/50Q/BmHfmE6ETSWfutT0AJiw10e6CmcdYRQJlLRd95B53D0Y2aD1jSxD3V3ySF+PA== | ||
|
||
latest-version@^3.0.0: | ||
version "3.1.0" | ||
|
@@ -19391,6 +19396,14 @@ postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6: | |
cssesc "^3.0.0" | ||
util-deprecate "^1.0.2" | ||
|
||
postcss-selector-parser@^6.0.7: | ||
version "6.0.7" | ||
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.7.tgz#48404830a635113a71fd79397de8209ed05a66fc" | ||
integrity sha512-U+b/Deoi4I/UmE6KOVPpnhS7I7AYdKbhGcat+qTQ27gycvaACvNEw11ba6RrkwVmDVRW7sigWgLj4/KbbJjeDA== | ||
dependencies: | ||
cssesc "^3.0.0" | ||
util-deprecate "^1.0.2" | ||
|
||
postcss-value-parser@^3.2.3: | ||
version "3.3.1" | ||
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" | ||
|
@@ -21742,14 +21755,15 @@ stylelint-scss@^4.0.0: | |
postcss-selector-parser "^6.0.6" | ||
postcss-value-parser "^4.1.0" | ||
|
||
stylelint@14.1.0: | ||
version "14.1.0" | ||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.1.0.tgz#8cefb64df6158b30f678c2d93a7052e2c1d8235b" | ||
integrity sha512-IedkssuNVA11+v++2PIV2OHOU5A3SfRcXVi56vZVSsMhGrgtwmmit69jeM+08/Tun5DTBe7BuH1Zp1mMLmtKLA== | ||
stylelint@14.2.0: | ||
version "14.2.0" | ||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.2.0.tgz#da4f0f4580e66911c38c376ed82447b78e32b0fb" | ||
integrity sha512-i0DrmDXFNpDsWiwx6SPRs4/pyw4kvZgqpDGvsTslQMY7hpUl6r33aQvNSn6cnTg2wtZ9rreFElI7XAKpOWi1vQ== | ||
dependencies: | ||
balanced-match "^2.0.0" | ||
colord "^2.9.2" | ||
cosmiconfig "^7.0.1" | ||
debug "^4.3.2" | ||
debug "^4.3.3" | ||
execall "^2.0.0" | ||
fast-glob "^3.2.7" | ||
fastest-levenshtein "^1.0.12" | ||
|
@@ -21759,11 +21773,11 @@ [email protected]: | |
globby "^11.0.4" | ||
globjoin "^0.1.4" | ||
html-tags "^3.1.0" | ||
ignore "^5.1.9" | ||
ignore "^5.2.0" | ||
import-lazy "^4.0.0" | ||
imurmurhash "^0.1.4" | ||
is-plain-object "^5.0.0" | ||
known-css-properties "^0.23.0" | ||
known-css-properties "^0.24.0" | ||
mathml-tag-names "^2.1.3" | ||
meow "^9.0.0" | ||
micromatch "^4.0.4" | ||
|
@@ -21774,15 +21788,15 @@ [email protected]: | |
postcss-media-query-parser "^0.2.3" | ||
postcss-resolve-nested-selector "^0.1.1" | ||
postcss-safe-parser "^6.0.0" | ||
postcss-selector-parser "^6.0.6" | ||
postcss-selector-parser "^6.0.7" | ||
postcss-value-parser "^4.1.0" | ||
resolve-from "^5.0.0" | ||
specificity "^0.4.1" | ||
string-width "^4.2.3" | ||
strip-ansi "^6.0.1" | ||
style-search "^0.1.0" | ||
svg-tags "^1.0.0" | ||
table "^6.7.3" | ||
table "^6.7.5" | ||
v8-compile-cache "^2.3.0" | ||
write-file-atomic "^3.0.3" | ||
|
||
|
@@ -21869,10 +21883,10 @@ sync-disk-cache@^2.0.0: | |
rimraf "^3.0.0" | ||
username-sync "^1.0.2" | ||
|
||
table@^6.7.3: | ||
version "6.7.3" | ||
resolved "https://registry.yarnpkg.com/table/-/table-6.7.3.tgz#255388439715a738391bd2ee4cbca89a4d05a9b7" | ||
integrity sha512-5DkIxeA7XERBqMwJq0aHZOdMadBx4e6eDoFRuyT5VR82J0Ycg2DwM6GfA/EQAhJ+toRTaS1lIdSQCqgrmhPnlw== | ||
table@^6.7.5: | ||
version "6.7.5" | ||
resolved "https://registry.yarnpkg.com/table/-/table-6.7.5.tgz#f04478c351ef3d8c7904f0e8be90a1b62417d238" | ||
integrity sha512-LFNeryOqiQHqCVKzhkymKwt6ozeRhlm8IL1mE8rNUurkir4heF6PzMyRgaTa4tlyPTGGgXuvVOF/OLWiH09Lqw== | ||
dependencies: | ||
ajv "^8.0.1" | ||
lodash.truncate "^4.4.2" | ||
|