-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update stylelint to version 9.2.1 (#527)
- Loading branch information
1 parent
55de4c8
commit 327d6e7
Showing
2 changed files
with
95 additions
and
30 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 |
---|---|---|
|
@@ -186,6 +186,17 @@ | |
lodash "^4.2.0" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@mrmlnc/readdir-enhanced@^2.2.1": | ||
version "2.2.1" | ||
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" | ||
dependencies: | ||
call-me-maybe "^1.0.1" | ||
glob-to-regexp "^0.3.0" | ||
|
||
"@nodelib/fs.stat@^1.0.1": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.0.tgz#50c1e2260ac0ed9439a181de3725a0168d59c48a" | ||
|
||
"@storybook/[email protected]": | ||
version "3.4.3" | ||
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-3.4.3.tgz#27ac798cb0085c9588c4fd0a1c4cbfa32ce3bd54" | ||
|
@@ -2117,6 +2128,10 @@ cache-base@^1.0.1: | |
union-value "^1.0.0" | ||
unset-value "^1.0.0" | ||
|
||
call-me-maybe@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" | ||
|
||
caller-path@^0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f" | ||
|
@@ -2597,6 +2612,14 @@ cosmiconfig@^4.0.0: | |
parse-json "^4.0.0" | ||
require-from-string "^2.0.1" | ||
|
||
cosmiconfig@^5.0.0: | ||
version "5.0.5" | ||
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.5.tgz#a809e3c2306891ce17ab70359dc8bdf661fe2cd0" | ||
dependencies: | ||
is-directory "^0.3.1" | ||
js-yaml "^3.9.0" | ||
parse-json "^4.0.0" | ||
|
||
create-ecdh@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.0.tgz#888c723596cdf7612f6498233eebd7a35301737d" | ||
|
@@ -3736,6 +3759,17 @@ fast-deep-equal@^2.0.1: | |
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" | ||
|
||
fast-glob@^2.0.2: | ||
version "2.2.2" | ||
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.2.tgz#71723338ac9b4e0e2fff1d6748a2a13d5ed352bf" | ||
dependencies: | ||
"@mrmlnc/readdir-enhanced" "^2.2.1" | ||
"@nodelib/fs.stat" "^1.0.1" | ||
glob-parent "^3.1.0" | ||
is-glob "^4.0.0" | ||
merge2 "^1.2.1" | ||
micromatch "^3.1.10" | ||
|
||
fast-json-stable-stringify@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" | ||
|
@@ -4026,9 +4060,9 @@ get-caller-file@^1.0.1: | |
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5" | ||
|
||
get-stdin@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398" | ||
get-stdin@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" | ||
|
||
get-stream@^3.0.0: | ||
version "3.0.0" | ||
|
@@ -4086,6 +4120,10 @@ glob-parent@^3.1.0: | |
is-glob "^3.1.0" | ||
path-dirname "^1.0.0" | ||
|
||
glob-to-regexp@^0.3.0: | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" | ||
|
||
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2: | ||
version "7.1.2" | ||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" | ||
|
@@ -4145,12 +4183,13 @@ globby@^5.0.0: | |
pify "^2.0.0" | ||
pinkie-promise "^2.0.0" | ||
|
||
globby@^7.0.0: | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680" | ||
globby@^8.0.0: | ||
version "8.0.1" | ||
resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50" | ||
dependencies: | ||
array-union "^1.0.1" | ||
dir-glob "^2.0.0" | ||
fast-glob "^2.0.2" | ||
glob "^7.1.2" | ||
ignore "^3.3.5" | ||
pify "^3.0.0" | ||
|
@@ -4533,6 +4572,10 @@ immutable@^3.8.1: | |
version "3.8.2" | ||
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" | ||
|
||
import-lazy@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc" | ||
|
||
import-local@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc" | ||
|
@@ -5780,19 +5823,19 @@ memory-fs@^0.4.0, memory-fs@^0.4.1, memory-fs@~0.4.1: | |
errno "^0.1.3" | ||
readable-stream "^2.0.1" | ||
|
||
meow@^4.0.0: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/meow/-/meow-4.0.1.tgz#d48598f6f4b1472f35bf6317a95945ace347f975" | ||
meow@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4" | ||
dependencies: | ||
camelcase-keys "^4.0.0" | ||
decamelize-keys "^1.0.0" | ||
loud-rejection "^1.0.0" | ||
minimist "^1.1.3" | ||
minimist-options "^3.0.1" | ||
normalize-package-data "^2.3.4" | ||
read-pkg-up "^3.0.0" | ||
redent "^2.0.0" | ||
trim-newlines "^2.0.0" | ||
yargs-parser "^10.0.0" | ||
|
||
[email protected]: | ||
version "1.0.1" | ||
|
@@ -5804,6 +5847,10 @@ merge-stream@^1.0.1: | |
dependencies: | ||
readable-stream "^2.0.1" | ||
|
||
merge2@^1.2.1: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.2.tgz#03212e3da8d86c4d8523cebd6318193414f94e34" | ||
|
||
merge@^1.1.3: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.0.tgz#7531e39d4949c281a66b8c5a6e0265e8b05894da" | ||
|
@@ -5830,7 +5877,7 @@ micromatch@^2.1.5, micromatch@^2.3.11: | |
parse-glob "^3.0.4" | ||
regex-cache "^0.4.2" | ||
|
||
micromatch@^3.1.4, micromatch@^3.1.8: | ||
micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8: | ||
version "3.1.10" | ||
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" | ||
dependencies: | ||
|
@@ -5918,7 +5965,7 @@ [email protected]: | |
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.1.3.tgz#3bedfd91a92d39016fcfaa1c681e8faa1a1efda8" | ||
|
||
minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0: | ||
minimist@^1.1.1, minimist@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" | ||
|
||
|
@@ -6639,15 +6686,13 @@ postcss-flexbugs-fixes@^3.2.0: | |
dependencies: | ||
postcss "^6.0.1" | ||
|
||
postcss-html@^0.15.0: | ||
version "0.15.0" | ||
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.15.0.tgz#11ba3c07c817d0816f091fe40817a8ecd861300f" | ||
postcss-html@^0.23.6: | ||
version "0.23.7" | ||
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.23.7.tgz#47146c15e21b9c00746c40115dcff8270c439f32" | ||
dependencies: | ||
htmlparser2 "^3.9.2" | ||
remark "^9.0.0" | ||
unist-util-find-all-after "^1.0.1" | ||
|
||
postcss-less@^1.1.0: | ||
postcss-less@^1.1.5: | ||
version "1.1.5" | ||
resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-1.1.5.tgz#a6f0ce180cf3797eeee1d4adc0e9e6d6db665609" | ||
dependencies: | ||
|
@@ -6685,6 +6730,13 @@ postcss-loader@^2.1.2: | |
postcss-load-config "^1.2.0" | ||
schema-utils "^0.4.0" | ||
|
||
postcss-markdown@^0.23.6: | ||
version "0.23.7" | ||
resolved "https://registry.yarnpkg.com/postcss-markdown/-/postcss-markdown-0.23.7.tgz#7e3a398794295c425e51e4f0abdee6d13ad3d134" | ||
dependencies: | ||
remark "^9.0.0" | ||
unist-util-find-all-after "^1.0.2" | ||
|
||
postcss-media-query-parser@^0.2.3: | ||
version "0.2.3" | ||
resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244" | ||
|
@@ -6877,6 +6929,10 @@ postcss-svgo@^2.1.1: | |
postcss-value-parser "^3.2.3" | ||
svgo "^0.7.0" | ||
|
||
postcss-syntax@^0.9.0: | ||
version "0.9.1" | ||
resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.9.1.tgz#5dbd90af1631ab8805b8f594bef2c2e8002d3758" | ||
|
||
postcss-unique-selectors@^2.0.2: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz#981d57d29ddcb33e7b1dfe1fd43b8649f933ca1d" | ||
|
@@ -8498,41 +8554,44 @@ stylelint-processor-styled-components@^1.3.1: | |
babylon "^7.0.0-beta.40" | ||
postcss "^6.0.14" | ||
|
||
stylelint@9.1.3: | ||
version "9.1.3" | ||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.1.3.tgz#8260f2a221b98e4afafd9b2b8a785d2e38cbb8a4" | ||
stylelint@9.2.1: | ||
version "9.2.1" | ||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.2.1.tgz#fe63c169f6cd3bc81e77f0e3c6443df3267ec211" | ||
dependencies: | ||
autoprefixer "^8.0.0" | ||
balanced-match "^1.0.0" | ||
chalk "^2.0.1" | ||
cosmiconfig "^4.0.0" | ||
chalk "^2.4.1" | ||
cosmiconfig "^5.0.0" | ||
debug "^3.0.0" | ||
execall "^1.0.0" | ||
file-entry-cache "^2.0.0" | ||
get-stdin "^5.0.1" | ||
globby "^7.0.0" | ||
get-stdin "^6.0.0" | ||
globby "^8.0.0" | ||
globjoin "^0.1.4" | ||
html-tags "^2.0.0" | ||
ignore "^3.3.3" | ||
import-lazy "^3.1.0" | ||
imurmurhash "^0.1.4" | ||
known-css-properties "^0.6.0" | ||
lodash "^4.17.4" | ||
log-symbols "^2.0.0" | ||
mathml-tag-names "^2.0.1" | ||
meow "^4.0.0" | ||
meow "^5.0.0" | ||
micromatch "^2.3.11" | ||
normalize-selector "^0.2.0" | ||
pify "^3.0.0" | ||
postcss "^6.0.16" | ||
postcss-html "^0.15.0" | ||
postcss-less "^1.1.0" | ||
postcss-html "^0.23.6" | ||
postcss-less "^1.1.5" | ||
postcss-markdown "^0.23.6" | ||
postcss-media-query-parser "^0.2.3" | ||
postcss-reporter "^5.0.0" | ||
postcss-resolve-nested-selector "^0.1.1" | ||
postcss-safe-parser "^3.0.1" | ||
postcss-sass "^0.3.0" | ||
postcss-scss "^1.0.2" | ||
postcss-selector-parser "^3.1.0" | ||
postcss-syntax "^0.9.0" | ||
postcss-value-parser "^3.3.0" | ||
resolve-from "^4.0.0" | ||
signal-exit "^3.0.2" | ||
|
@@ -8946,7 +9005,7 @@ unique-slug@^2.0.0: | |
dependencies: | ||
imurmurhash "^0.1.4" | ||
|
||
unist-util-find-all-after@^1.0.1: | ||
unist-util-find-all-after@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/unist-util-find-all-after/-/unist-util-find-all-after-1.0.2.tgz#9be49cfbae5ca1566b27536670a92836bf2f8d6d" | ||
dependencies: | ||
|
@@ -9405,6 +9464,12 @@ yallist@^2.1.2: | |
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" | ||
|
||
yargs-parser@^10.0.0: | ||
version "10.0.0" | ||
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.0.0.tgz#c737c93de2567657750cb1f2c00be639fd19c994" | ||
dependencies: | ||
camelcase "^4.1.0" | ||
|
||
yargs-parser@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9" | ||
|