Skip to content

Commit a6c52d1

Browse files
author
Matt Lewis
committed
chore: upgrade stylelint
1 parent 77bbce4 commit a6c52d1

File tree

2 files changed

+24
-15
lines changed

2 files changed

+24
-15
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
"sourcemap-istanbul-instrumenter-loader": "~0.2.0",
9191
"standard-version": "~3.0.0",
9292
"style-loader": "~0.13.0",
93-
"stylelint": "~7.5.0",
94-
"stylelint-config-standard": "~14.0.0",
93+
"stylelint": "~7.6.0",
94+
"stylelint-config-standard": "~15.0.0",
9595
"stylelint-webpack-plugin": "~0.4.0",
9696
"tslint": "~3.15.1",
9797
"tslint-loader": "~2.1.4",

yarn.lock

+22-13
Original file line numberDiff line numberDiff line change
@@ -4132,7 +4132,7 @@ postcss-reduce-transforms@^1.0.3:
41324132
postcss "^5.0.8"
41334133
postcss-value-parser "^3.0.1"
41344134

4135-
postcss-reporter@^1.2.1, postcss-reporter@^1.3.0, postcss-reporter@^1.3.3:
4135+
postcss-reporter@^1.2.1, postcss-reporter@^1.3.3:
41364136
version "1.4.1"
41374137
resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-1.4.1.tgz#c136f0a5b161915f379dd3765c61075f7e7b9af2"
41384138
dependencies:
@@ -4141,15 +4141,24 @@ postcss-reporter@^1.2.1, postcss-reporter@^1.3.0, postcss-reporter@^1.3.3:
41414141
log-symbols "^1.0.2"
41424142
postcss "^5.0.0"
41434143

4144+
postcss-reporter@^2.0.0:
4145+
version "2.0.0"
4146+
resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-2.0.0.tgz#d25e74ba7fce911e2aa72ec1ae592fade6ec3671"
4147+
dependencies:
4148+
chalk "^1.0.0"
4149+
lodash "^4.1.0"
4150+
log-symbols "^1.0.2"
4151+
postcss "^5.0.0"
4152+
41444153
postcss-resolve-nested-selector@^0.1.1:
41454154
version "0.1.1"
41464155
resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e"
41474156

4148-
postcss-scss@^0.3.0:
4149-
version "0.3.1"
4150-
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-0.3.1.tgz#65c610d8e2a7ee0e62b1835b71b8870734816e4b"
4157+
postcss-scss@^0.4.0:
4158+
version "0.4.0"
4159+
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-0.4.0.tgz#087c052c529b9270d9580bd1248a0f93d3b40d57"
41514160
dependencies:
4152-
postcss "^5.2.4"
4161+
postcss "^5.2.5"
41534162

41544163
postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.1.1:
41554164
version "2.2.2"
@@ -5131,9 +5140,9 @@ stylehacks@^2.3.0:
51315140
text-table "^0.2.0"
51325141
write-file-stdout "0.0.2"
51335142

5134-
stylelint-config-standard@~14.0.0:
5135-
version "14.0.0"
5136-
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-14.0.0.tgz#1164b79c3a1dd924ace1b756ad8ec00cbccb8132"
5143+
stylelint-config-standard@~15.0.0:
5144+
version "15.0.0"
5145+
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-15.0.0.tgz#3180b2f9aa3896a754ce6a69bf1b1fe7ab2e0ca0"
51375146

51385147
stylelint-webpack-plugin@~0.4.0:
51395148
version "0.4.0"
@@ -5145,9 +5154,9 @@ stylelint-webpack-plugin@~0.4.0:
51455154
stylelint "^7.0.1"
51465155
webpack "^1.13.1"
51475156

5148-
stylelint@^7.0.1, stylelint@~7.5.0:
5149-
version "7.5.0"
5150-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-7.5.0.tgz#fe19a22e793c419d4fc31d58f3948d599fdb81fb"
5157+
stylelint@^7.0.1, stylelint@~7.6.0:
5158+
version "7.6.0"
5159+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-7.6.0.tgz#ddeb06ccc95f72c119fcde5e85439fb7e9cde4df"
51515160
dependencies:
51525161
autoprefixer "^6.0.0"
51535162
balanced-match "^0.4.0"
@@ -5170,9 +5179,9 @@ stylelint@^7.0.1, stylelint@~7.5.0:
51705179
postcss "^5.0.20"
51715180
postcss-less "^0.14.0"
51725181
postcss-media-query-parser "^0.2.0"
5173-
postcss-reporter "^1.3.0"
5182+
postcss-reporter "^2.0.0"
51745183
postcss-resolve-nested-selector "^0.1.1"
5175-
postcss-scss "^0.3.0"
5184+
postcss-scss "^0.4.0"
51765185
postcss-selector-parser "^2.1.1"
51775186
postcss-value-parser "^3.1.1"
51785187
resolve-from "^2.0.0"

0 commit comments

Comments
 (0)