From 7d033001328ed79ecadc26d888d1b9c8f663077e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Jun 2018 02:21:58 +0000 Subject: [PATCH] Bump stylelint from 9.2.1 to 9.3.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 9.2.1 to 9.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/9.2.1...9.3.0) Signed-off-by: dependabot[bot] --- yarn.lock | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/yarn.lock b/yarn.lock index e6ae465..c411d73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4070,9 +4070,9 @@ posix-character-classes@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" -postcss-html@^0.23.6: - version "0.23.6" - resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.23.6.tgz#ac97c792257cff04f7fde54578bec7221a79b809" +postcss-html@^0.28.0: + version "0.28.0" + resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.28.0.tgz#3dd0f5b5d7f886b8181bf844396d43a7898162cb" dependencies: htmlparser2 "^3.9.2" @@ -4088,9 +4088,15 @@ postcss-less@^1.1.5: dependencies: postcss "^5.2.16" -postcss-markdown@^0.23.6: - version "0.23.6" - resolved "https://registry.yarnpkg.com/postcss-markdown/-/postcss-markdown-0.23.6.tgz#6baa603ae52c44a537862c9fcc36afb7ec9ff01d" +postcss-less@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-2.0.0.tgz#5d190b8e057ca446d60fe2e2587ad791c9029fb8" + dependencies: + postcss "^5.2.16" + +postcss-markdown@^0.28.0: + version "0.28.0" + resolved "https://registry.yarnpkg.com/postcss-markdown/-/postcss-markdown-0.28.0.tgz#99d1c4e74967af9e9c98acb2e2b66df4b3c6ed86" dependencies: remark "^9.0.0" unist-util-find-all-after "^1.0.2" @@ -4186,9 +4192,9 @@ postcss-sorting@^3.1.0: lodash "^4.17.4" postcss "^6.0.13" -postcss-syntax@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.9.0.tgz#671a82b110edf56170fe2309dc8c2a5eaf9d2d0e" +postcss-syntax@^0.28.0: + version "0.28.0" + resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.28.0.tgz#e17572a7dcf5388f0c9b68232d2dad48fa7f0b12" postcss-value-parser@^3.1.1, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0: version "3.3.0" @@ -5093,8 +5099,8 @@ stylelint@^7.6.0: table "^4.0.1" stylelint@^9.2.0: - version "9.2.1" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.2.1.tgz#fe63c169f6cd3bc81e77f0e3c6443df3267ec211" + version "9.3.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.3.0.tgz#fe176e4e421ac10eac1a6b6d9f28e908eb58c5db" dependencies: autoprefixer "^8.0.0" balanced-match "^1.0.0" @@ -5119,9 +5125,9 @@ stylelint@^9.2.0: normalize-selector "^0.2.0" pify "^3.0.0" postcss "^6.0.16" - postcss-html "^0.23.6" - postcss-less "^1.1.5" - postcss-markdown "^0.23.6" + postcss-html "^0.28.0" + postcss-less "^2.0.0" + postcss-markdown "^0.28.0" postcss-media-query-parser "^0.2.3" postcss-reporter "^5.0.0" postcss-resolve-nested-selector "^0.1.1" @@ -5129,7 +5135,7 @@ stylelint@^9.2.0: postcss-sass "^0.3.0" postcss-scss "^1.0.2" postcss-selector-parser "^3.1.0" - postcss-syntax "^0.9.0" + postcss-syntax "^0.28.0" postcss-value-parser "^3.3.0" resolve-from "^4.0.0" signal-exit "^3.0.2"