Skip to content

Commit 77e5219

Browse files
renovate[bot]evenchange4
authored andcommitted
chore(deps): update dependency lint-staged to v8.1.1 (#84)
This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | lint-staged | devDependencies | patch | `8.1.0` -> `8.1.1` | [source](https://togithub.com/okonet/lint-staged) | --- ### Release Notes <details> <summary>okonet/lint-staged</summary> ### [`v8.1.1`](https://togithub.com/okonet/lint-staged/releases/v8.1.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v8.1.0...v8.1.1) ##### Bug Fixes - Fix configuration validation and allow specifying custom renderers ([#&#8203;572](https://togithub.com/okonet/lint-staged/issues/572)) ([d5e738d](https://togithub.com/okonet/lint-staged/commit/d5e738d)), closes [#&#8203;567](https://togithub.com/okonet/lint-staged/issues/567) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#evenchange4/react-input-files).
1 parent 85f433e commit 77e5219

File tree

2 files changed

+40
-27
lines changed

2 files changed

+40
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"hsu-scripts": "1.0.2",
4545
"husky": "1.3.1",
4646
"jest": "24.0.0",
47-
"lint-staged": "8.1.0",
47+
"lint-staged": "8.1.1",
4848
"prettier": "1.16.1",
4949
"react": "16.7.0",
5050
"react-dom": "16.7.0",

yarn.lock

Lines changed: 39 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3448,15 +3448,6 @@ [email protected], core-util-is@~1.0.0:
34483448
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
34493449
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
34503450

3451-
3452-
version "5.0.6"
3453-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.6.tgz#dca6cf680a0bd03589aff684700858c81abeeb39"
3454-
integrity sha512-6DWfizHriCrFWURP1/qyhsiFvYdlJzbCzmtFWh744+KyWsJo5+kPzUZZaMRSSItoYc0pxFX7gEO7ZC1/gN/7AQ==
3455-
dependencies:
3456-
is-directory "^0.3.1"
3457-
js-yaml "^3.9.0"
3458-
parse-json "^4.0.0"
3459-
34603451
cosmiconfig@^4.0.0:
34613452
version "4.0.0"
34623453
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-4.0.0.tgz#760391549580bbd2df1e562bc177b13c290972dc"
@@ -3467,7 +3458,7 @@ cosmiconfig@^4.0.0:
34673458
parse-json "^4.0.0"
34683459
require-from-string "^2.0.1"
34693460

3470-
cosmiconfig@^5.0.5, cosmiconfig@^5.0.7:
3461+
cosmiconfig@^5.0.2, cosmiconfig@^5.0.5, cosmiconfig@^5.0.7:
34713462
version "5.0.7"
34723463
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.7.tgz#39826b292ee0d78eda137dfa3173bd1c21a43b04"
34733464
integrity sha512-PcLqxTKiDmNT6pSpy4N6KtuPwb53W+2tzNvwOZw0WH9N6O0vLIBq0x8aj8Oj75ere4YcGi48bDFCL+3fRJdlNA==
@@ -5024,6 +5015,11 @@ flush-write-stream@^1.0.0:
50245015
inherits "^2.0.1"
50255016
readable-stream "^2.0.4"
50265017

5018+
fn-name@~2.0.1:
5019+
version "2.0.1"
5020+
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
5021+
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
5022+
50275023
for-in@^0.1.3:
50285024
version "0.1.8"
50295025
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"
@@ -6757,16 +6753,6 @@ jest-util@^24.0.0:
67576753
slash "^2.0.0"
67586754
source-map "^0.6.0"
67596755

6760-
jest-validate@^23.5.0:
6761-
version "23.6.0"
6762-
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.6.0.tgz#36761f99d1ed33fcd425b4e4c5595d62b6597474"
6763-
integrity sha512-OFKapYxe72yz7agrDAWi8v2WL8GIfVqcbKRCLbRG9PAxtzF9b1SEDdTpytNDN12z2fJynoBwpMpvj2R39plI2A==
6764-
dependencies:
6765-
chalk "^2.0.1"
6766-
jest-get-type "^22.1.0"
6767-
leven "^2.1.0"
6768-
pretty-format "^23.6.0"
6769-
67706756
jest-validate@^24.0.0:
67716757
version "24.0.0"
67726758
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.0.0.tgz#aa8571a46983a6538328fef20406b4a496b6c020"
@@ -7072,15 +7058,15 @@ levn@^0.3.0, levn@~0.3.0:
70727058
prelude-ls "~1.1.2"
70737059
type-check "~0.3.2"
70747060

7075-
7076-
version "8.1.0"
7077-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.0.tgz#dbc3ae2565366d8f20efb9f9799d076da64863f2"
7078-
integrity sha512-yfSkyJy7EuVsaoxtUSEhrD81spdJOe/gMTGea3XaV7HyoRhTb9Gdlp6/JppRZERvKSEYXP9bjcmq6CA5oL2lYQ==
7061+
7062+
version "8.1.1"
7063+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.1.tgz#4a9837c75ea23d1ea81f2c5b5f334153cc7f7932"
7064+
integrity sha512-6C9tmmCedjDYQMzHydT5mXRtmEgpGUQDoIl+Ser8cfI/n9grsRUsuG2jd1BWqGf62OV+BV+6n/Drt82uYTCgJg==
70797065
dependencies:
70807066
"@iamstarkov/listr-update-renderer" "0.4.1"
70817067
chalk "^2.3.1"
70827068
commander "^2.14.1"
7083-
cosmiconfig "5.0.6"
7069+
cosmiconfig "^5.0.2"
70847070
debug "^3.1.0"
70857071
dedent "^0.7.0"
70867072
del "^3.0.0"
@@ -7089,7 +7075,6 @@ [email protected]:
70897075
g-status "^2.0.2"
70907076
is-glob "^4.0.0"
70917077
is-windows "^1.0.2"
7092-
jest-validate "^23.5.0"
70937078
listr "^0.14.2"
70947079
lodash "^4.17.5"
70957080
log-symbols "^2.2.0"
@@ -7102,6 +7087,7 @@ [email protected]:
71027087
staged-git-files "1.1.2"
71037088
string-argv "^0.0.2"
71047089
stringify-object "^3.2.2"
7090+
yup "^0.26.10"
71057091

71067092
listr-silent-renderer@^1.1.1:
71077093
version "1.1.1"
@@ -8780,6 +8766,11 @@ prop-types@~15.5.7:
87808766
fbjs "^0.8.9"
87818767
loose-envify "^1.3.1"
87828768

8769+
property-expr@^1.5.0:
8770+
version "1.5.1"
8771+
resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-1.5.1.tgz#22e8706894a0c8e28d58735804f6ba3a3673314f"
8772+
integrity sha512-CGuc0VUTGthpJXL36ydB6jnbyOf/rAHFvmVrJlH+Rg0DqqLFQGAP6hIaxD/G0OAmBJPhXDHuEJigrp0e0wFV6g==
8773+
87838774
property-information@^5.0.0, property-information@^5.0.1:
87848775
version "5.0.1"
87858776
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.0.1.tgz#c3b09f4f5750b1634c0b24205adbf78f18bdf94f"
@@ -10424,6 +10415,11 @@ symbol.prototype.description@^1.0.0:
1042410415
dependencies:
1042510416
has-symbols "^1.0.0"
1042610417

10418+
synchronous-promise@^2.0.5:
10419+
version "2.0.6"
10420+
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.6.tgz#de76e0ea2b3558c1e673942e47e714a930fa64aa"
10421+
integrity sha512-TyOuWLwkmtPL49LHCX1caIwHjRzcVd62+GF6h8W/jHOeZUFHpnd2XJDVuUlaTaLPH1nuu2M69mfHr5XbQJnf/g==
10422+
1042710423
table@^5.0.2:
1042810424
version "5.1.1"
1042910425
resolved "https://registry.yarnpkg.com/table/-/table-5.1.1.tgz#92030192f1b7b51b6eeab23ed416862e47b70837"
@@ -10603,6 +10599,11 @@ to-regex@^3.0.1, to-regex@^3.0.2:
1060310599
regex-not "^1.0.2"
1060410600
safe-regex "^1.1.0"
1060510601

10602+
toposort@^2.0.2:
10603+
version "2.0.2"
10604+
resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
10605+
integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA=
10606+
1060610607
tough-cookie@>=2.3.3, tough-cookie@^2.3.4:
1060710608
version "2.5.0"
1060810609
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
@@ -11300,3 +11301,15 @@ yargs@^12.0.1, yargs@^12.0.2, yargs@^12.0.5:
1130011301
which-module "^2.0.0"
1130111302
y18n "^3.2.1 || ^4.0.0"
1130211303
yargs-parser "^11.1.1"
11304+
11305+
yup@^0.26.10:
11306+
version "0.26.10"
11307+
resolved "https://registry.yarnpkg.com/yup/-/yup-0.26.10.tgz#3545839663289038faf25facfc07e11fd67c0cb1"
11308+
integrity sha512-keuNEbNSnsOTOuGCt3UJW69jDE3O4P+UHAakO7vSeFMnjaitcmlbij/a3oNb9g1Y1KvSKH/7O1R2PQ4m4TRylw==
11309+
dependencies:
11310+
"@babel/runtime" "7.0.0"
11311+
fn-name "~2.0.1"
11312+
lodash "^4.17.10"
11313+
property-expr "^1.5.0"
11314+
synchronous-promise "^2.0.5"
11315+
toposort "^2.0.2"

0 commit comments

Comments
 (0)