1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 17:30:28 -04:00

Bump stylelint from 13.2.1 to 13.3.0 (#98) [skip ci]

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.2.1 to 13.3.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.2.1...13.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-03 13:27:12 -04:00 committed by GitHub
parent 15411aca7b
commit e607a0c75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -54,7 +54,7 @@
"postcss-cli": "^7.1.0",
"postcss-reporter": "^6.0.1",
"rimraf": "^3.0.2",
"stylelint": "~13.2.1",
"stylelint": "~13.3.0",
"stylelint-config-sass-guidelines": "~7.0.0",
"stylelint-scss": "~3.16.0"
},

View File

@ -1220,7 +1220,7 @@ atomic-algolia@^0.3.17:
dotenv "^5.0.0"
md5 "^2.2.1"
autoprefixer@^9.7.4, autoprefixer@^9.7.5:
autoprefixer@^9.7.5:
version "9.7.5"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.5.tgz#8df10b9ff9b5814a8d411a5cfbab9c793c392376"
integrity sha512-URo6Zvt7VYifomeAfJlMFnYDhow1rk2bufwkbamPEAtQFcL11moLk4PnR7n9vlu7M+BkXAZkHFA0mIcY7tjQFg==
@ -4838,7 +4838,7 @@ meow@^5.0.0:
trim-newlines "^2.0.0"
yargs-parser "^10.0.0"
meow@^6.0.1:
meow@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/meow/-/meow-6.1.0.tgz#4ff4641818d3502afcddc631f94cb6971a581cb3"
integrity sha512-iIAoeI01v6pmSfObAAWFoITAA4GgiT45m4SmJgoxtZfvI0fyZwhV4d0lTwiUXvAKIPlma05Feb2Xngl52Mj5Cg==
@ -5783,7 +5783,7 @@ postcss-resolve-nested-selector@^0.1.1:
resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e"
integrity sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=
postcss-safe-parser@^4.0.1:
postcss-safe-parser@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz#a6d4e48f0f37d9f7c11b2a581bf00f8ba4870b96"
integrity sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==
@ -7037,12 +7037,12 @@ stylelint-scss@^3.4.0, stylelint-scss@~3.16.0:
postcss-selector-parser "^6.0.2"
postcss-value-parser "^4.0.2"
stylelint@~13.2.1:
version "13.2.1"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.2.1.tgz#9101fcd70791856530049816ff53d980ecd561df"
integrity sha512-461ZV4KpUe7pEHHgMOsH4kkjF7qsjkCIMJYOf7QQC4cvgPUJ0z4Nj+ah5fvKl1rzqBqc5EZa6P0nna4CGoJX+A==
stylelint@~13.3.0:
version "13.3.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.3.0.tgz#06a5e3d34e99d1d02891bc827f660f2bd2e79897"
integrity sha512-ehNzQu9JAbxuiNhUhmoyPgMjIdz7Fg1AxC5urPVhKotto/faF5GxwljSoLvQa6pB6yd+BVuofApWjWT/6/rBMQ==
dependencies:
autoprefixer "^9.7.4"
autoprefixer "^9.7.5"
balanced-match "^1.0.0"
chalk "^3.0.0"
cosmiconfig "^6.0.0"
@ -7062,7 +7062,7 @@ stylelint@~13.2.1:
lodash "^4.17.15"
log-symbols "^3.0.0"
mathml-tag-names "^2.1.3"
meow "^6.0.1"
meow "^6.1.0"
micromatch "^4.0.2"
normalize-selector "^0.2.0"
postcss "^7.0.27"
@ -7073,7 +7073,7 @@ stylelint@~13.2.1:
postcss-media-query-parser "^0.2.3"
postcss-reporter "^6.0.1"
postcss-resolve-nested-selector "^0.1.1"
postcss-safe-parser "^4.0.1"
postcss-safe-parser "^4.0.2"
postcss-sass "^0.4.2"
postcss-scss "^2.0.0"
postcss-selector-parser "^6.0.2"