Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #903
Browse files Browse the repository at this point in the history
903: Update dependency stylelint to v10.0.1 r=rehandalal a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| stylelint | devDependencies | patch | [`10.0.0` -> `10.0.1`](https://diff.intrinsic.com/stylelint/10.0.0/10.0.1) | [homepage](https://stylelint.io), [source](https://togithub.com/stylelint/stylelint) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Apr 17, 2019
2 parents 2d942bd + da87afa commit 565705f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"raf": "3.4.1",
"react-testing-library": "6.1.2",
"resolve": "1.10.0",
"stylelint": "10.0.0",
"stylelint": "10.0.1",
"stylelint-config-standard": "18.3.0",
"stylelint-order": "2.2.1",
"webpack-dev-server": "3.3.1",
Expand Down
22 changes: 16 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4947,6 +4947,11 @@ get-stdin@^6.0.0:
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==

get-stdin@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==

get-stream@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
Expand Down Expand Up @@ -10084,6 +10089,11 @@ resolve-from@^4.0.0:
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==

resolve-from@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==

resolve-pathname@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-2.2.0.tgz#7e9ae21ed815fd63ab189adeee64dc831eefa879"
Expand Down Expand Up @@ -10935,10 +10945,10 @@ stylelint-order@2.2.1:
postcss "^7.0.2"
postcss-sorting "^4.1.0"

stylelint@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-10.0.0.tgz#5e7ad496d1a66671c068df327429133e2baf3264"
integrity sha512-0WeIef88OPPLwbIDpHiHx56YJEPRuTuxkDwcqpFW626nGzykBBxbPk4z4Hbqb/mYPJ9AcEDZoOcPD8t4TcckZw==
stylelint@10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-10.0.1.tgz#f85cd9755e905d826023d67df62b32716fa6dfb4"
integrity sha512-NbpD9BvQRmPe7QfaLB2OqhhDr5g6SAn43AAH2XLyqtQ9ZcioQECgadkIbormfhzxLhccAQWBZbVNiZz1oqEf8g==
dependencies:
autoprefixer "^9.5.1"
balanced-match "^1.0.0"
Expand All @@ -10947,7 +10957,7 @@ stylelint@10.0.0:
debug "^4.1.1"
execall "^1.0.0"
file-entry-cache "^5.0.1"
get-stdin "^6.0.0"
get-stdin "^7.0.0"
global-modules "^2.0.0"
globby "^9.2.0"
globjoin "^0.1.4"
Expand Down Expand Up @@ -10978,7 +10988,7 @@ stylelint@10.0.0:
postcss-selector-parser "^3.1.0"
postcss-syntax "^0.36.2"
postcss-value-parser "^3.3.1"
resolve-from "^4.0.0"
resolve-from "^5.0.0"
signal-exit "^3.0.2"
slash "^2.0.0"
specificity "^0.4.1"
Expand Down

0 comments on commit 565705f

Please sign in to comment.