chore: release @vant/stylelint-config@1.2.0

This commit is contained in:
chenjiahan 2020-03-08 10:37:38 +08:00
parent 2a0a368bae
commit b00aeddc9d
4 changed files with 38 additions and 29 deletions

View File

@ -55,7 +55,7 @@
"@vant/eslint-config": "^2.0.0",
"@vant/markdown-loader": "^2.3.0",
"@vant/markdown-vetur": "^1.1.0",
"@vant/stylelint-config": "^1.1.0",
"@vant/stylelint-config": "^1.2.0",
"@vant/touch-emulator": "^1.2.0",
"@vue/babel-preset-jsx": "^1.1.2",
"@vue/component-compiler-utils": "^3.1.1",

View File

@ -1911,14 +1911,14 @@
resolved "https://registry.yarnpkg.com/@vant/markdown-vetur/-/markdown-vetur-1.1.0.tgz#e02d29f3180e47dd588d7dcacaa06b66724915c9"
integrity sha512-abdWeVzCmVMwYzzFoqKtiLb1SVlWNoF3lgDXE0/gGBxkNXSN3XWeGXSaq7LNReyEjpRmfqqEIuP18NvkhBk4DQ==
"@vant/stylelint-config@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@vant/stylelint-config/-/stylelint-config-1.1.0.tgz#cd7bb82fb6e6491853521fd98247979df1a34094"
integrity sha512-d94V2cMrJRQYScJUd3HzKplmDIusRVCjIF0wTnizH/iRYLo2WPEvF+ULVEuuIJ3I8FqQtMlJdNCLDy4ZcSlVwQ==
"@vant/stylelint-config@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@vant/stylelint-config/-/stylelint-config-1.2.0.tgz#435cac883489c2bb7dbdb2403a6838ec6a15f9c7"
integrity sha512-hmsLX1/FGO4Dy+3UDZSK/YJNgl5ZY8l7P0r/PhXXQ5u+5wYOuvVEKb0qL4FVGjf2C7zR7zkMtRUSnIn8uU7/Cw==
dependencies:
stylelint-config-rational-order "^0.1.2"
stylelint-config-standard "^19.0.0"
stylelint-order "^3.1.1"
stylelint-config-standard "^20.0.0"
stylelint-order "^4.0.0"
"@vant/touch-emulator@^1.2.0":
version "1.2.0"
@ -11038,10 +11038,10 @@ stylelint-config-recommended@^3.0.0:
resolved "https://registry.npm.taobao.org/stylelint-config-recommended/download/stylelint-config-recommended-3.0.0.tgz#e0e547434016c5539fe2650afd58049a2fd1d657"
integrity sha1-4OVHQ0AWxVOf4mUK/VgEmi/R1lc=
stylelint-config-standard@^19.0.0:
version "19.0.0"
resolved "https://registry.npm.taobao.org/stylelint-config-standard/download/stylelint-config-standard-19.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylelint-config-standard%2Fdownload%2Fstylelint-config-standard-19.0.0.tgz#66f0cf13f33b8a9e34965881493b38fc1313693a"
integrity sha1-ZvDPE/M7ip40lliBSTs4/BMTaTo=
stylelint-config-standard@^20.0.0:
version "20.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-20.0.0.tgz#06135090c9e064befee3d594289f50e295b5e20d"
integrity sha512-IB2iFdzOTA/zS4jSVav6z+wGtin08qfj+YyExHB3LF9lnouQht//YyB0KZq9gGz5HNPkddHOzcY8HsUey6ZUlA==
dependencies:
stylelint-config-recommended "^3.0.0"
@ -11054,13 +11054,13 @@ stylelint-order@^2.2.1:
postcss "^7.0.2"
postcss-sorting "^4.1.0"
stylelint-order@^3.1.1:
version "3.1.1"
resolved "https://registry.npm.taobao.org/stylelint-order/download/stylelint-order-3.1.1.tgz?cache=0&sync_timestamp=1568644934943&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylelint-order%2Fdownload%2Fstylelint-order-3.1.1.tgz#ba9ea6844d1482f97f31204e7c9605c7b792c294"
integrity sha1-up6mhE0Ugvl/MSBOfJYFx7eSwpQ=
stylelint-order@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-4.0.0.tgz#2a945c2198caac3ff44687d7c8582c81d044b556"
integrity sha512-bXV0v+jfB0+JKsqIn3mLglg1Dj2QCYkFHNfL1c+rVMEmruZmW5LUqT/ARBERfBm8SFtCuXpEdatidw/3IkcoiA==
dependencies:
lodash "^4.17.15"
postcss "^7.0.17"
postcss "^7.0.26"
postcss-sorting "^5.0.1"
stylelint@^13.2.0:

View File

@ -1,6 +1,6 @@
{
"name": "@vant/stylelint-config",
"version": "1.1.0",
"version": "1.2.0",
"description": "stylelint config of vant.",
"main": "index.js",
"publishConfig": {
@ -9,11 +9,11 @@
"license": "MIT",
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-stylelint-config",
"peerDependencies": {
"stylelint": "^12.0.0"
"stylelint": "^13.0.0"
},
"dependencies": {
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1"
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0"
}
}

View File

@ -1717,6 +1717,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.1
source-map "^0.6.1"
supports-color "^6.1.0"
postcss@^7.0.26:
version "7.0.27"
resolved "https://registry.npm.taobao.org/postcss/download/postcss-7.0.27.tgz?cache=0&sync_timestamp=1581994853208&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss%2Fdownload%2Fpostcss-7.0.27.tgz#cc67cdc6b0daa375105b7c424a85567345fc54d9"
integrity sha1-zGfNxrDao3UQW3xCSoVWc0X8VNk=
dependencies:
chalk "^2.4.2"
source-map "^0.6.1"
supports-color "^6.1.0"
punycode@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@ -2097,10 +2106,10 @@ stylelint-config-recommended@^3.0.0:
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-3.0.0.tgz#e0e547434016c5539fe2650afd58049a2fd1d657"
integrity sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ==
stylelint-config-standard@^19.0.0:
version "19.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-19.0.0.tgz#66f0cf13f33b8a9e34965881493b38fc1313693a"
integrity sha512-VvcODsL1PryzpYteWZo2YaA5vU/pWfjqBpOvmeA8iB2MteZ/ZhI1O4hnrWMidsS4vmEJpKtjdhLdfGJmmZm6Cg==
stylelint-config-standard@^20.0.0:
version "20.0.0"
resolved "https://registry.npm.taobao.org/stylelint-config-standard/download/stylelint-config-standard-20.0.0.tgz#06135090c9e064befee3d594289f50e295b5e20d"
integrity sha1-BhNQkMngZL7+49WUKJ9Q4pW14g0=
dependencies:
stylelint-config-recommended "^3.0.0"
@ -2113,13 +2122,13 @@ stylelint-order@^2.2.1:
postcss "^7.0.2"
postcss-sorting "^4.1.0"
stylelint-order@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-3.1.1.tgz#ba9ea6844d1482f97f31204e7c9605c7b792c294"
integrity sha512-4gP/r8j/6JGZ/LL41b2sYtQqfwZl4VSqTp7WeIwI67v/OXNQ08dnn64BGXNwAUSgb2+YIvIOxQaMzqMyQMzoyQ==
stylelint-order@^4.0.0:
version "4.0.0"
resolved "https://registry.npm.taobao.org/stylelint-order/download/stylelint-order-4.0.0.tgz#2a945c2198caac3ff44687d7c8582c81d044b556"
integrity sha1-KpRcIZjKrD/0RofXyFgsgdBEtVY=
dependencies:
lodash "^4.17.15"
postcss "^7.0.17"
postcss "^7.0.26"
postcss-sorting "^5.0.1"
stylelint@^9.10.1: