Skip to content

Commit 32581ab

Browse files
authored
Merge pull request #10 from folke/renovate/all-minor-patch
chore(deps): update all non-major dependencies (minor)
2 parents 96b24c7 + 872f006 commit 32581ab

2 files changed

Lines changed: 53 additions & 86 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"dependencies": {},
4444
"devDependencies": {
4545
"@types/jest": "24.9.1",
46-
"@types/node": "13.5.3",
47-
"@typescript-eslint/eslint-plugin": "2.17.0",
48-
"@typescript-eslint/parser": "2.17.0",
46+
"@types/node": "13.9.4",
47+
"@typescript-eslint/eslint-plugin": "2.25.0",
48+
"@typescript-eslint/parser": "2.25.0",
4949
"devmoji": "2.1.7",
5050
"eslint": "6.8.0",
51-
"eslint-config-prettier": "6.9.0",
51+
"eslint-config-prettier": "6.10.1",
5252
"eslint-plugin-import": "2.20.1",
53-
"eslint-plugin-jest": "23.6.0",
53+
"eslint-plugin-jest": "23.8.2",
5454
"eslint-plugin-node": "11.0.0",
5555
"eslint-plugin-prettier": "3.1.2",
5656
"eslint-plugin-promise": "4.2.1",
@@ -59,9 +59,9 @@
5959
"jest": "25.1.0",
6060
"prettier": "1.19.1",
6161
"rimraf": "3.0.2",
62-
"ts-jest": "25.0.0",
63-
"ts-node": "8.6.2",
64-
"tslib": "1.10.0",
65-
"typescript": "3.7.5"
62+
"ts-jest": "25.2.1",
63+
"ts-node": "8.8.1",
64+
"tslib": "1.11.1",
65+
"typescript": "3.8.3"
6666
}
6767
}

yarn.lock

Lines changed: 44 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,10 @@
481481
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
482482
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
483483

484-
"@types/node@13.5.3":
485-
version "13.5.3"
486-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.5.3.tgz#37f1f539b7535b9fb4ef77d59db1847a837b7f17"
487-
integrity sha512-ZPnWX9PW992w6DUsz3JIXHaSb5v7qmKCVzC3km6SxcDGxk7zmLfYaCJTbktIa5NeywJkkZDhGldKqDIvC5DRrA==
484+
"@types/node@13.9.4":
485+
version "13.9.4"
486+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.4.tgz#63c58e67999bfbfa688dd49ed84639b01b543606"
487+
integrity sha512-uzaaDXey/NI2l7kU+xCgWu852Dh/zmf6ZKApc0YQEQpY4DaiZFmLN29E6SLHJfSedj3iNWAndSwfSBpEDadJfg==
488488

489489
"@types/normalize-package-data@^2.4.0":
490490
version "2.4.0"
@@ -520,27 +520,17 @@
520520
dependencies:
521521
"@types/yargs-parser" "*"
522522

523-
"@typescript-eslint/eslint-plugin@2.17.0":
524-
version "2.17.0"
525-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.17.0.tgz#880435a9f9bdd50b45fa286ba63fed723d73c837"
526-
integrity sha512-tg/OMOtPeXlvk0ES8mZzEZ4gd1ruSE03nsKcK+teJhxYv5CPCXK6Mb/OK6NpB4+CqGTHs4MVeoSZXNFqpT1PyQ==
523+
"@typescript-eslint/eslint-plugin@2.25.0":
524+
version "2.25.0"
525+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.25.0.tgz#0b60917332f20dcff54d0eb9be2a9e9f4c9fbd02"
526+
integrity sha512-W2YyMtjmlrOjtXc+FtTelVs9OhuR6OlYc4XKIslJ8PUJOqgYYAPRJhAqkYRQo3G4sjvG8jSodsNycEn4W2gHUw==
527527
dependencies:
528-
"@typescript-eslint/experimental-utils" "2.17.0"
529-
eslint-utils "^1.4.3"
528+
"@typescript-eslint/experimental-utils" "2.25.0"
530529
functional-red-black-tree "^1.0.1"
531530
regexpp "^3.0.0"
532531
tsutils "^3.17.1"
533532

534-
"@typescript-eslint/[email protected]":
535-
version "2.17.0"
536-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.17.0.tgz#12ed4a5d656e02ff47a93efc7d1ce1b8f1242351"
537-
integrity sha512-2bNf+mZ/3mj5/3CP56v+ldRK3vFy9jOvmCPs/Gr2DeSJh+asPZrhFniv4QmQsHWQFPJFWhFHgkGgJeRmK4m8iQ==
538-
dependencies:
539-
"@types/json-schema" "^7.0.3"
540-
"@typescript-eslint/typescript-estree" "2.17.0"
541-
eslint-scope "^5.0.0"
542-
543-
"@typescript-eslint/experimental-utils@^2.5.0":
533+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
544534
version "2.25.0"
545535
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.25.0.tgz#13691c4fe368bd377b1e5b1e4ad660b220bf7714"
546536
integrity sha512-0IZ4ZR5QkFYbaJk+8eJ2kYeA+1tzOE1sBjbwwtSV85oNWYUBep+EyhlZ7DLUCyhMUGuJpcCCFL0fDtYAP1zMZw==
@@ -550,28 +540,15 @@
550540
eslint-scope "^5.0.0"
551541
eslint-utils "^2.0.0"
552542

553-
"@typescript-eslint/parser@2.17.0":
554-
version "2.17.0"
555-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.17.0.tgz#627f79586d868edbab55f46a6b183cdc341aea1d"
556-
integrity sha512-k1g3gRQ4fwfJoIfgUpz78AovicSWKFANmvTfkAHP24MgJHjWfZI6ya7tsQZt1sLczvP4G9BE5G5MgADHdmJB/w==
543+
"@typescript-eslint/parser@2.25.0":
544+
version "2.25.0"
545+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
546+
integrity sha512-mccBLaBSpNVgp191CP5W+8U1crTyXsRziWliCqzj02kpxdjKMvFHGJbK33NroquH3zB/gZ8H511HEsJBa2fNEg==
557547
dependencies:
558548
"@types/eslint-visitor-keys" "^1.0.0"
559-
"@typescript-eslint/experimental-utils" "2.17.0"
560-
"@typescript-eslint/typescript-estree" "2.17.0"
561-
eslint-visitor-keys "^1.1.0"
562-
563-
"@typescript-eslint/[email protected]":
564-
version "2.17.0"
565-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.17.0.tgz#2ce1531ec0925ef8d22d7026235917c2638a82af"
566-
integrity sha512-g0eVRULGnEEUakxRfJO0s0Hr1LLQqsI6OrkiCLpdHtdJJek+wyd8mb00vedqAoWldeDcOcP8plqw8/jx9Gr3Lw==
567-
dependencies:
568-
debug "^4.1.1"
549+
"@typescript-eslint/experimental-utils" "2.25.0"
550+
"@typescript-eslint/typescript-estree" "2.25.0"
569551
eslint-visitor-keys "^1.1.0"
570-
glob "^7.1.6"
571-
is-glob "^4.0.1"
572-
lodash "^4.17.15"
573-
semver "^6.3.0"
574-
tsutils "^3.17.1"
575552

576553
"@typescript-eslint/[email protected]":
577554
version "2.25.0"
@@ -920,11 +897,6 @@ callsites@^3.0.0:
920897
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
921898
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
922899

923-
camelcase@^4.1.0:
924-
version "4.1.0"
925-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
926-
integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
927-
928900
camelcase@^5.0.0, camelcase@^5.3.1:
929901
version "5.3.1"
930902
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
@@ -1359,10 +1331,10 @@ eslint-ast-utils@^1.1.0:
13591331
lodash.get "^4.4.2"
13601332
lodash.zip "^4.2.0"
13611333

1362-
eslint-config-prettier@6.9.0:
1363-
version "6.9.0"
1364-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.9.0.tgz#430d24822e82f7deb1e22a435bfa3999fae4ad64"
1365-
integrity sha512-k4E14HBtcLv0uqThaI6I/n1LEqROp8XaPu6SO9Z32u5NlGRC07Enu1Bh2KEFw4FNHbekH8yzbIU9kUGxbiGmCA==
1334+
eslint-config-prettier@6.10.1:
1335+
version "6.10.1"
1336+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.10.1.tgz#129ef9ec575d5ddc0e269667bf09defcd898642a"
1337+
integrity sha512-svTy6zh1ecQojvpbJSgH3aei/Rt7C6i090l5f2WQ4aB05lYHeZIR1qL4wZyyILTbtmnbHP5Yn8MrsOJMGa8RkQ==
13661338
dependencies:
13671339
get-stdin "^6.0.0"
13681340

@@ -1408,13 +1380,12 @@ [email protected]:
14081380
read-pkg-up "^2.0.0"
14091381
resolve "^1.12.0"
14101382

1411-
eslint-plugin-jest@23.6.0:
1412-
version "23.6.0"
1413-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.6.0.tgz#508b32f80d44058c8c01257c0ee718cfbd521e9d"
1414-
integrity sha512-GH8AhcFXspOLqak7fqnddLXEJsrFyvgO8Bm60SexvKSn1+3rWYESnCiWUOCUcBTprNSDSE4CtAZdM4EyV6gPPw==
1383+
eslint-plugin-jest@23.8.2:
1384+
version "23.8.2"
1385+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.8.2.tgz#6f28b41c67ef635f803ebd9e168f6b73858eb8d4"
1386+
integrity sha512-xwbnvOsotSV27MtAe7s8uGWOori0nUsrXh2f1EnpmXua8sDfY6VZhHAhHg2sqK7HBNycRQExF074XSZ7DvfoFg==
14151387
dependencies:
14161388
"@typescript-eslint/experimental-utils" "^2.5.0"
1417-
micromatch "^4.0.2"
14181389

14191390
14201391
version "11.0.0"
@@ -4269,10 +4240,10 @@ [email protected]:
42694240
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.10.tgz#b68a49e37e90a05797e590f08494dd528bf383cf"
42704241
integrity sha512-UJYuKET7ez7ry0CnvfY6fPIUIZDw+UI3qvTUQeS2MyI4TgEeWAUBqy185LeaHcdJ9zG2dgFpPJU/AecXU0Afug==
42714242

4272-
ts-jest@25.0.0:
4273-
version "25.0.0"
4274-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.0.0.tgz#d83b266e6ffda0c458a129951b3fe3567f8ce8df"
4275-
integrity sha512-F+hZg3j7XYOFpXJteXb4lnqy7vQzTmpTmX7AJT6pvSGeZejyXj1Lk0ArpnrEPOpv6Zu/NugHc5W7FINngC9WZQ==
4243+
ts-jest@25.2.1:
4244+
version "25.2.1"
4245+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.2.1.tgz#49bf05da26a8b7fbfbc36b4ae2fcdc2fef35c85d"
4246+
integrity sha512-TnntkEEjuXq/Gxpw7xToarmHbAafgCaAzOpnajnFC6jI7oo1trMzAHA04eWpc3MhV6+yvhE8uUBAmN+teRJh0A==
42764247
dependencies:
42774248
bs-logger "0.x"
42784249
buffer-from "1.x"
@@ -4283,25 +4254,20 @@ [email protected]:
42834254
mkdirp "0.x"
42844255
resolve "1.x"
42854256
semver "^5.5"
4286-
yargs-parser "10.x"
4257+
yargs-parser "^16.1.0"
42874258

4288-
ts-node@8.6.2:
4289-
version "8.6.2"
4290-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.6.2.tgz#7419a01391a818fbafa6f826a33c1a13e9464e35"
4291-
integrity sha512-4mZEbofxGqLL2RImpe3zMJukvEvcO1XP8bj8ozBPySdCUXEcU5cIRwR0aM3R+VoZq7iXc8N86NC0FspGRqP4gg==
4259+
ts-node@8.8.1:
4260+
version "8.8.1"
4261+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.8.1.tgz#7c4d3e9ed33aa703b64b28d7f9d194768be5064d"
4262+
integrity sha512-10DE9ONho06QORKAaCBpPiFCdW+tZJuY/84tyypGtl6r+/C7Asq0dhqbRZURuUlLQtZxxDvT8eoj8cGW0ha6Bg==
42924263
dependencies:
42934264
arg "^4.1.0"
42944265
diff "^4.0.1"
42954266
make-error "^1.1.1"
42964267
source-map-support "^0.5.6"
42974268
yn "3.1.1"
42984269

4299-
4300-
version "1.10.0"
4301-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
4302-
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
4303-
4304-
tslib@^1.8.1, tslib@^1.9.0:
4270+
[email protected], tslib@^1.8.1, tslib@^1.9.0:
43054271
version "1.11.1"
43064272
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
43074273
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
@@ -4359,10 +4325,10 @@ typedarray-to-buffer@^3.1.5:
43594325
dependencies:
43604326
is-typedarray "^1.0.0"
43614327

4362-
typescript@3.7.5:
4363-
version "3.7.5"
4364-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
4365-
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
4328+
typescript@3.8.3:
4329+
version "3.8.3"
4330+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
4331+
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
43664332

43674333
union-value@^1.0.0:
43684334
version "1.0.1"
@@ -4581,12 +4547,13 @@ yaml@^1.7.2:
45814547
dependencies:
45824548
"@babel/runtime" "^7.8.7"
45834549

4584-
yargs-parser@10.x:
4585-
version "10.1.0"
4586-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
4587-
integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==
4550+
yargs-parser@^16.1.0:
4551+
version "16.1.0"
4552+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-16.1.0.tgz#73747d53ae187e7b8dbe333f95714c76ea00ecf1"
4553+
integrity sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==
45884554
dependencies:
4589-
camelcase "^4.1.0"
4555+
camelcase "^5.0.0"
4556+
decamelize "^1.2.0"
45904557

45914558
yargs-parser@^18.1.1:
45924559
version "18.1.1"

0 commit comments

Comments
 (0)