Merge pull request #3954 from thelounge/renovate/stylelint-13.x

Update dependency stylelint to v13.6.1
This commit is contained in:
Pavel Djundik 2020-06-22 22:59:58 +03:00 committed by GitHub
commit 6f58a875de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -104,7 +104,7 @@
"primer-tooltips": "2.0.0", "primer-tooltips": "2.0.0",
"sinon": "9.0.2", "sinon": "9.0.2",
"socket.io-client": "2.3.0", "socket.io-client": "2.3.0",
"stylelint": "13.6.0", "stylelint": "13.6.1",
"stylelint-config-standard": "20.0.0", "stylelint-config-standard": "20.0.0",
"textcomplete": "0.18.2", "textcomplete": "0.18.2",
"undate": "0.3.0", "undate": "0.3.0",

View file

@ -2160,7 +2160,7 @@ chai@4.2.0:
pathval "^1.1.0" pathval "^1.1.0"
type-detect "^4.0.5" type-detect "^4.0.5"
chalk@4.1.0, chalk@^4.0.0: chalk@4.1.0, chalk@^4.0.0, chalk@^4.1.0:
version "4.1.0" version "4.1.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
@ -8756,16 +8756,16 @@ stylelint-config-standard@20.0.0:
dependencies: dependencies:
stylelint-config-recommended "^3.0.0" stylelint-config-recommended "^3.0.0"
stylelint@13.6.0: stylelint@13.6.1:
version "13.6.0" version "13.6.1"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.6.0.tgz#3528bc402a71f2af2a3de32fa4e9f1c24e49666d" resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.6.1.tgz#cc1d76338116d55e8ff2be94c4a4386c1239b878"
integrity sha512-55gG2pNjVr183JJM/tlr3KAua6vTVX7Ho/lgKKuCIWszTZ1gmrXjX4Wok53SI8wRYFPbwKAcJGULQ77OJxTcNw== integrity sha512-XyvKyNE7eyrqkuZ85Citd/Uv3ljGiuYHC6UiztTR6sWS9rza8j3UeQv/eGcQS9NZz/imiC4GKdk1EVL3wst5vw==
dependencies: dependencies:
"@stylelint/postcss-css-in-js" "^0.37.1" "@stylelint/postcss-css-in-js" "^0.37.1"
"@stylelint/postcss-markdown" "^0.36.1" "@stylelint/postcss-markdown" "^0.36.1"
autoprefixer "^9.8.0" autoprefixer "^9.8.0"
balanced-match "^1.0.0" balanced-match "^1.0.0"
chalk "^4.0.0" chalk "^4.1.0"
cosmiconfig "^6.0.0" cosmiconfig "^6.0.0"
debug "^4.1.1" debug "^4.1.1"
execall "^2.0.0" execall "^2.0.0"