Skip to content

Commit

Permalink
chore(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jul 7, 2019
1 parent 8e3a859 commit b6529b4
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 51 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"enzyme-adapter-react-16": "1.14.0",
"enzyme-to-json": "3.3.5",
"eslint": "5.16.0",
"eslint-config-precure": "4.15.0",
"eslint-config-precure": "4.17.0",
"execa": "1.0.0",
"extract-react-intl-messages": "1.0.1",
"extract-zip": "1.6.7",
Expand All @@ -140,7 +140,7 @@
"react-hot-loader": "4.12.5",
"react-test-renderer": "16.8.6",
"read-pkg-up": "5.0.0",
"stylelint": "10.0.1",
"stylelint": "10.1.0",
"stylelint-config-standard": "18.3.0",
"stylelint-processor-styled-components": "1.8.0",
"url-loader": "1.1.2",
Expand Down
106 changes: 57 additions & 49 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2931,13 +2931,12 @@ cliui@^5.0.0:
strip-ansi "^5.2.0"
wrap-ansi "^5.1.0"

clone-regexp@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-1.0.1.tgz#051805cd33173375d82118fc0918606da39fd60f"
integrity sha512-Fcij9IwRW27XedRIJnSOEupS7RVcXtObJXbcUOX93UCLqqOdRpkvzKywOOSizmEK/Is3S/RHX9dLdfo6R1Q1mw==
clone-regexp@^2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-2.2.0.tgz#7d65e00885cd8796405c35a737e7a86b7429e36f"
integrity sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==
dependencies:
is-regexp "^1.0.0"
is-supported-regexp-flag "^1.0.0"
is-regexp "^2.0.0"

clone-response@^1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -4122,10 +4121,10 @@ eslint-config-kentcdodds@^14.3.2:
semver "^6.1.1"
webpack "^4.33.0"

eslint-config-precure@4.15.0:
version "4.15.0"
resolved "https://registry.yarnpkg.com/eslint-config-precure/-/eslint-config-precure-4.15.0.tgz#e23024970e1cf4771ea99ad59be50a6914d22ab0"
integrity sha512-PBLLJW6AWmrJDcaPEByRojBY8LW2CqAoleVrOSuar6vBSYF1ZN+GHI7H4DjoOPFACXnxs0JC3wDEm8RHVCiDYA==
eslint-config-precure@4.17.0:
version "4.17.0"
resolved "https://registry.yarnpkg.com/eslint-config-precure/-/eslint-config-precure-4.17.0.tgz#3c1e9911a847f8f2eac1e95e78689b101d03400b"
integrity sha512-PExVFBCg2t5Jjqb2eqUCI+wEyanU4g5rx/X9jr6JgF9DbbMl3prxGxag5nTET6DbO079UnrIPvBb3EDftnwrAg==
dependencies:
"@typescript-eslint/eslint-plugin" "^1.7.0"
"@typescript-eslint/parser" "^1.7.0"
Expand All @@ -4137,7 +4136,7 @@ [email protected]:
eslint-plugin-prettier "^3.0.1"
eslint-plugin-react "^7.12.4"
eslint-plugin-react-hooks "^1.6.0"
eslint-plugin-unicorn "^8.0.2"
eslint-plugin-unicorn "^9.0.0"
ptils "^0.3.0"

eslint-config-prettier@^4.1.0, eslint-config-prettier@^4.3.0:
Expand Down Expand Up @@ -4256,10 +4255,10 @@ eslint-plugin-react@^7.12.4, eslint-plugin-react@^7.13.0:
prop-types "^15.7.2"
resolve "^1.10.1"

eslint-plugin-unicorn@^8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-8.0.2.tgz#a1f6192c39916d7385c057f79a95ffcdf47f4636"
integrity sha512-Ik2/Bt/PvPnf1lZgUnNFK2310XoRn/4LYiP5gkEPVDa4w9HCoii7I6SeKh2X5Rdp2WLy4eUiLcYtiBUp+q2IRw==
eslint-plugin-unicorn@^9.0.0:
version "9.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-9.1.1.tgz#1588a0473f9a0e37cfbbcf7552065a0b0a96ce26"
integrity sha512-SHh/N54pRu5KXlS4Boa1qbWM7yTNl6VpuYJ8Qc1O3TJDr+CDUwEEdUtVlVSV/dBUE97BC8Xk0+Y5zphn21qlCA==
dependencies:
clean-regexp "^1.0.0"
eslint-ast-utils "^1.0.0"
Expand All @@ -4270,6 +4269,7 @@ eslint-plugin-unicorn@^8.0.2:
lodash.snakecase "^4.0.1"
lodash.topairs "^4.3.0"
lodash.upperfirst "^4.2.0"
regexpp "^2.0.1"
reserved-words "^0.1.2"
safe-regex "^2.0.1"

Expand Down Expand Up @@ -4450,12 +4450,12 @@ execa@^0.7.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"

execall@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/execall/-/execall-1.0.0.tgz#73d0904e395b3cab0658b08d09ec25307f29bb73"
integrity sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=
execall@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/execall/-/execall-2.0.0.tgz#16a06b5fe5099df7d00be5d9c06eecded1663b45"
integrity sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==
dependencies:
clone-regexp "^1.0.0"
clone-regexp "^2.1.0"

exit@^0.1.2:
version "0.1.2"
Expand Down Expand Up @@ -5456,10 +5456,10 @@ html-entities@^1.2.1:
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f"
integrity sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=

html-tags@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b"
integrity sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=
html-tags@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.0.0.tgz#41f57708c9e6b7b46a00a22317d614c4a2bab166"
integrity sha512-xiXEBjihaNI+VZ2mKEoI5ZPxqUsevTKM+aeeJ/W4KAg2deGE35minmCJMn51BvwJZmiHaeAxrb2LAS0yZJxuuA==

htmlparser2@^3.10.0, htmlparser2@^3.9.1:
version "3.10.1"
Expand Down Expand Up @@ -5639,10 +5639,10 @@ import-lazy@^2.1.0:
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=

import-lazy@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc"
integrity sha512-8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ==
import-lazy@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153"
integrity sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==

[email protected], import-local@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -6100,6 +6100,11 @@ is-regexp@^1.0.0:
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk=

is-regexp@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-2.1.0.tgz#cd734a56864e23b956bf4e7c66c396a4c0b22c2d"
integrity sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==

is-stream@^1.0.1, is-stream@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
Expand All @@ -6115,11 +6120,6 @@ is-subset@^0.1.1:
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=

is-supported-regexp-flag@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.1.tgz#21ee16518d2c1dd3edd3e9a0d57e50207ac364ca"
integrity sha512-3vcJecUUrpgCqc/ca0aWeNu64UGgxcvO60K/Fkr1N6RSvfGCTU60UKN68JDmKokgba0rFFJs12EnzOQa14ubKQ==

is-symbol@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
Expand Down Expand Up @@ -6856,10 +6856,10 @@ kleur@^3.0.2:
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==

known-css-properties@^0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.13.0.tgz#2750fde566cbf542a9876d4acd6bb0257ebadd2c"
integrity sha512-6VWDxNr7cQXPDtMdCWLZMK3E8hdLrpyPPRdx6RbyvqklqgM6/XNFsVopv8QOZ+hRB6iHG/urEDwzlWbmMCv/kw==
known-css-properties@^0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.14.0.tgz#d7032b4334a32dc22e6e46b081ec789daf18756c"
integrity sha512-P+0a/gBzLgVlCnK8I7VcD0yuYJscmWn66wH9tlKsQnmVdg689tLEmziwB9PuazZYLkcm07fvWOKCJJqI55sD5Q==

latest-version@^5.0.0:
version "5.1.0"
Expand Down Expand Up @@ -7184,6 +7184,13 @@ log-symbols@^2.2.0:
dependencies:
chalk "^2.0.1"

log-symbols@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==
dependencies:
chalk "^2.4.2"

log-update@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708"
Expand Down Expand Up @@ -8607,7 +8614,7 @@ postcss-html@^0.36.0:
dependencies:
htmlparser2 "^3.10.0"

postcss-jsx@^0.36.0:
postcss-jsx@^0.36.1:
version "0.36.1"
resolved "https://registry.yarnpkg.com/postcss-jsx/-/postcss-jsx-0.36.1.tgz#ab5e469e7449b84bd1a5973ff555fbe84c39f91d"
integrity sha512-xaZpy01YR7ijsFUtu5rViYCFHurFIPHir+faiOQp8g/NfTfWqZCKDhKrydQZ4d8WlSAmVdXGwLjpFbsNUI26Sw==
Expand Down Expand Up @@ -10441,38 +10448,38 @@ [email protected]:
micromatch "^4.0.2"
postcss "^7.0.0"

stylelint@10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-10.0.1.tgz#f85cd9755e905d826023d67df62b32716fa6dfb4"
integrity sha512-NbpD9BvQRmPe7QfaLB2OqhhDr5g6SAn43AAH2XLyqtQ9ZcioQECgadkIbormfhzxLhccAQWBZbVNiZz1oqEf8g==
stylelint@10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-10.1.0.tgz#1bc4c4ce878107e7c396b19226d91ba28268911a"
integrity sha512-OmlUXrgzEMLQYj1JPTpyZPR9G4bl0StidfHnGJEMpdiQ0JyTq0MPg1xkHk1/xVJ2rTPESyJCDWjG8Kbpoo7Kuw==
dependencies:
autoprefixer "^9.5.1"
balanced-match "^1.0.0"
chalk "^2.4.2"
cosmiconfig "^5.2.0"
debug "^4.1.1"
execall "^1.0.0"
execall "^2.0.0"
file-entry-cache "^5.0.1"
get-stdin "^7.0.0"
global-modules "^2.0.0"
globby "^9.2.0"
globjoin "^0.1.4"
html-tags "^2.0.0"
html-tags "^3.0.0"
ignore "^5.0.6"
import-lazy "^3.1.0"
import-lazy "^4.0.0"
imurmurhash "^0.1.4"
known-css-properties "^0.13.0"
known-css-properties "^0.14.0"
leven "^3.1.0"
lodash "^4.17.11"
log-symbols "^2.2.0"
log-symbols "^3.0.0"
mathml-tag-names "^2.1.0"
meow "^5.0.0"
micromatch "^4.0.0"
normalize-selector "^0.2.0"
pify "^4.0.1"
postcss "^7.0.14"
postcss-html "^0.36.0"
postcss-jsx "^0.36.0"
postcss-jsx "^0.36.1"
postcss-less "^3.1.4"
postcss-markdown "^0.36.0"
postcss-media-query-parser "^0.2.3"
Expand All @@ -10486,9 +10493,10 @@ [email protected]:
postcss-value-parser "^3.3.1"
resolve-from "^5.0.0"
signal-exit "^3.0.2"
slash "^2.0.0"
slash "^3.0.0"
specificity "^0.4.1"
string-width "^4.1.0"
strip-ansi "^5.2.0"
style-search "^0.1.0"
sugarss "^2.0.0"
svg-tags "^1.0.0"
Expand Down

0 comments on commit b6529b4

Please sign in to comment.