diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 44ac15e6..b7d2a90c 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -9,13 +9,13 @@ "stylelint": ">=11.0.0" }, "dependencies": { - "@pkgr/utils": "^0.3.0", + "@pkgr/utils": "^0.3.2", "stylelint-config-prettier": "^6.0.0", "stylelint-config-standard": "^19.0.0", "stylelint-high-performance-animation": "^1.3.0", - "stylelint-no-unsupported-browser-features": "^3.0.2", + "stylelint-no-unsupported-browser-features": "^4.0.0", "stylelint-prettier": "^1.1.1", - "stylelint-scss": "^3.12.0" + "stylelint-scss": "^3.12.1" }, "publishConfig": { "access": "public" diff --git a/packages/stylelint-config/scss/loose.js b/packages/stylelint-config/scss/loose.js index 026d452b..c3477b74 100644 --- a/packages/stylelint-config/scss/loose.js +++ b/packages/stylelint-config/scss/loose.js @@ -3,6 +3,8 @@ const baseConfig = require('.') module.exports = Object.assign({}, baseConfig, { rules: Object.assign({}, baseConfig.rules, { 'scss/declaration-nested-properties': null, + 'scss/dollar-variable-default': null, + 'scss/media-feature-value-dollar-variable': null, 'scss/selector-nest-combinators': null, }), }) diff --git a/yarn.lock b/yarn.lock index a181ee7e..8a5456c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8145,7 +8145,7 @@ lodash@4.17.14: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== -lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.2.1: +lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.2.1: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== @@ -12809,14 +12809,14 @@ stylelint-high-performance-animation@^1.3.0: resolved "https://registry.yarnpkg.com/stylelint-high-performance-animation/-/stylelint-high-performance-animation-1.3.0.tgz#c015cc6e9ab613943967753f1dd11999b9f7bc11" integrity sha512-jvSXHjvh6704h1dPtcPm5IMSpBfX1P33qCWGcpVWtkkRC6Bz9IhgKdvZhW5h8nUNAFpVPvAl1XZ0AtqEnlb+4Q== -stylelint-no-unsupported-browser-features@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-3.0.2.tgz#7115deae4c2ab56fdeebc0eb0983dd21bff1fb46" - integrity sha512-TLHYlaiwFa1zM1JGVsIEmQFq7tpxwgZ6xvUf1EVh1cMYKeci3TmNRUHv7GPKumxBlMzPDLPeg7zTOTEnEcTdpw== +stylelint-no-unsupported-browser-features@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-4.0.0.tgz#f2b6364cb53f364a6297b949a61edc1cf3cedf52" + integrity sha512-CwuJ/g+aNADYkyFsrW8eyK/vVOh5INkMRJEx99RZD13SgqzexnRArG/R1LTs4h0Xsi9eAxIEzsyYW40nd90gcw== dependencies: doiuse "^4.2.0" - lodash "^4.17.4" - postcss "^7.0.0" + lodash "^4.17.15" + postcss "^7.0.21" stylelint-prettier@^1.1.1: version "1.1.1" @@ -12825,10 +12825,10 @@ stylelint-prettier@^1.1.1: dependencies: prettier-linter-helpers "^1.0.0" -stylelint-scss@^3.12.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.12.0.tgz#8b4e4b365eaa90da99d7fd5256fd9092d3344a8c" - integrity sha512-RvZqmCnILJ0etFBjSGTXQKOspYjF+jjtFdUGoqjuis2YILy/3LCtgSdBP2I+LUOfRT+eJFCrb8g+j3ZND4FaNA== +stylelint-scss@^3.12.1: + version "3.12.1" + resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.12.1.tgz#0b06122a33dd2ef368121e920bd3ecfa323bedf2" + integrity sha512-k6B78HrqJ6pib5yOtmId7osVGrE2Amcf0VU+tdzk+oqwXe/0+VKtbkogeXrmGKt+z54QhxvjEO++qlE/a7EWlA== dependencies: lodash "^4.17.15" postcss-media-query-parser "^0.2.3"