Skip to content

Commit 10e97cb

Browse files
Bump lint-staged from 9.5.0 to 10.0.0
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.5.0 to 10.0.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v9.5.0...v10.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6a685c5 commit 10e97cb

File tree

3 files changed

+13
-42
lines changed

3 files changed

+13
-42
lines changed

examples/gatsby-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@testing-library/react": "^9.1.3",
2525
"husky": ">=1",
2626
"jest": "^24.8.0",
27-
"lint-staged": "9",
27+
"lint-staged": "10",
2828
"react-test-renderer": "^16.8.6"
2929
}
3030
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jest-emotion": "^10.0.11",
2828
"jest-mock-console": "^1.0.0",
2929
"lerna": "^3.14.1",
30-
"lint-staged": "9",
30+
"lint-staged": "10",
3131
"microbundle": "^0.11.0",
3232
"prettier": "^1.18.2",
3333
"react-test-renderer": "^16.8.6"

yarn.lock

Lines changed: 11 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -8384,7 +8384,7 @@ del@^4.1.1:
83848384
pify "^4.0.1"
83858385
rimraf "^2.6.3"
83868386

8387-
del@^5.0.0, del@^5.1.0:
8387+
del@^5.1.0:
83888388
version "5.1.0"
83898389
resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7"
83908390
integrity sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==
@@ -9620,21 +9620,6 @@ execa@^1.0.0:
96209620
signal-exit "^3.0.0"
96219621
strip-eof "^1.0.0"
96229622

9623-
execa@^2.0.3:
9624-
version "2.1.0"
9625-
resolved "https://registry.yarnpkg.com/execa/-/execa-2.1.0.tgz#e5d3ecd837d2a60ec50f3da78fd39767747bbe99"
9626-
integrity sha512-Y/URAVapfbYy2Xp/gb6A0E7iR8xeqOCXsuuaoMn7A5PzrXUK84E1gyiEfq0wQd/GHA6GsoHWwhNq8anb0mleIw==
9627-
dependencies:
9628-
cross-spawn "^7.0.0"
9629-
get-stream "^5.0.0"
9630-
is-stream "^2.0.0"
9631-
merge-stream "^2.0.0"
9632-
npm-run-path "^3.0.0"
9633-
onetime "^5.1.0"
9634-
p-finally "^2.0.0"
9635-
signal-exit "^3.0.2"
9636-
strip-final-newline "^2.0.0"
9637-
96389623
execa@^3.2.0, execa@^3.4.0:
96399624
version "3.4.0"
96409625
resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
@@ -14402,24 +14387,22 @@ lines-and-columns@^1.1.6:
1440214387
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
1440314388
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
1440414389

14405-
lint-staged@9:
14406-
version "9.5.0"
14407-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.5.0.tgz#290ec605252af646d9b74d73a0fa118362b05a33"
14408-
integrity sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA==
14390+
lint-staged@10:
14391+
version "10.0.0"
14392+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.0.tgz#2560394062b6e0be77247761bba5fde26025fb89"
14393+
integrity sha512-/MrZOLMnljjMHakxlRd1Z5Kr8wWWlrWFasye7HaTv5tx56icwzT/STRty8flMKsyzBGTfTa9QszNVPsDS/yOug==
1440914394
dependencies:
14410-
chalk "^2.4.2"
14411-
commander "^2.20.0"
14412-
cosmiconfig "^5.2.1"
14395+
chalk "^3.0.0"
14396+
commander "^4.0.1"
14397+
cosmiconfig "^6.0.0"
1441314398
debug "^4.1.1"
1441414399
dedent "^0.7.0"
14415-
del "^5.0.0"
14416-
execa "^2.0.3"
14400+
execa "^3.4.0"
1441714401
listr "^0.14.3"
1441814402
log-symbols "^3.0.0"
1441914403
micromatch "^4.0.2"
1442014404
normalize-path "^3.0.0"
14421-
please-upgrade-node "^3.1.1"
14422-
string-argv "^0.3.0"
14405+
please-upgrade-node "^3.2.0"
1442314406
stringify-object "^3.3.0"
1442414407

1442514408
listr-silent-renderer@^1.1.1:
@@ -16400,13 +16383,6 @@ npm-run-path@^2.0.0:
1640016383
dependencies:
1640116384
path-key "^2.0.0"
1640216385

16403-
npm-run-path@^3.0.0:
16404-
version "3.1.0"
16405-
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5"
16406-
integrity sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==
16407-
dependencies:
16408-
path-key "^3.0.0"
16409-
1641016386
npm-run-path@^4.0.0:
1641116387
version "4.0.0"
1641216388
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.0.tgz#d644ec1bd0569187d2a52909971023a0a58e8438"
@@ -17626,7 +17602,7 @@ pkg-up@^3.0.1:
1762617602
dependencies:
1762717603
find-up "^3.0.0"
1762817604

17629-
please-upgrade-node@^3.1.1, please-upgrade-node@^3.2.0:
17605+
please-upgrade-node@^3.2.0:
1763017606
version "3.2.0"
1763117607
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
1763217608
integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==
@@ -22091,11 +22067,6 @@ strict-uri-encode@^2.0.0:
2209122067
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
2209222068
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=
2209322069

22094-
string-argv@^0.3.0:
22095-
version "0.3.1"
22096-
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
22097-
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
22098-
2209922070
[email protected], string-hash@^1.1.1:
2210022071
version "1.1.3"
2210122072
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"

0 commit comments

Comments
 (0)