Skip to content

Commit 5e15b9b

Browse files
authored
Merge pull request #62 from Himenon/renovate/major-type-definition
chore(deps): update type definition to v4 (major)
2 parents c93ec85 + 5d17138 commit 5e15b9b

File tree

2 files changed

+68
-46
lines changed

2 files changed

+68
-46
lines changed

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@types/resolve-pkg": "2.0.0",
4646
"@types/webpack": "4.41.21",
4747
"@types/webpack-dev-server": "3.11.0",
48-
"@typescript-eslint/eslint-plugin": "3.10.1",
49-
"@typescript-eslint/parser": "3.10.1",
48+
"@typescript-eslint/eslint-plugin": "4.0.1",
49+
"@typescript-eslint/parser": "4.0.1",
5050
"autoprefixer": "9.8.6",
5151
"babel-loader": "8.1.0",
5252
"clean-webpack-plugin": "3.0.0",

yarn.lock

Lines changed: 66 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,11 +2455,6 @@
24552455
dependencies:
24562456
"@types/node" "*"
24572457

2458-
"@types/eslint-visitor-keys@^1.0.0":
2459-
version "1.0.0"
2460-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
2461-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
2462-
24632458
"@types/express-serve-static-core@*":
24642459
version "4.17.8"
24652460
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.8.tgz#b8f7b714138536742da222839892e203df569d1c"
@@ -2779,65 +2774,75 @@
27792774
dependencies:
27802775
"@types/yargs-parser" "*"
27812776

2782-
"@typescript-eslint/eslint-plugin@3.10.1":
2783-
version "3.10.1"
2784-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
2785-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
2777+
"@typescript-eslint/eslint-plugin@4.0.1":
2778+
version "4.0.1"
2779+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.1.tgz#88bde9239e29d688315718552cf80a3490491017"
2780+
integrity sha512-pQZtXupCn11O4AwpYVUX4PDFfmIJl90ZgrEBg0CEcqlwvPiG0uY81fimr1oMFblZnpKAq6prrT9a59pj1x58rw==
27862781
dependencies:
2787-
"@typescript-eslint/experimental-utils" "3.10.1"
2782+
"@typescript-eslint/experimental-utils" "4.0.1"
2783+
"@typescript-eslint/scope-manager" "4.0.1"
27882784
debug "^4.1.1"
27892785
functional-red-black-tree "^1.0.1"
27902786
regexpp "^3.0.0"
27912787
semver "^7.3.2"
27922788
tsutils "^3.17.1"
27932789

2794-
"@typescript-eslint/experimental-utils@3.10.1":
2795-
version "3.10.1"
2796-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
2797-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
2790+
"@typescript-eslint/experimental-utils@4.0.1":
2791+
version "4.0.1"
2792+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.1.tgz#7d9a3ab6821ad5274dad2186c1aa0d93afd696eb"
2793+
integrity sha512-gAqOjLiHoED79iYTt3F4uSHrYmg/GPz/zGezdB0jAdr6S6gwNiR/j7cTZ8nREKVzMVKLd9G3xbg1sV9GClW3sw==
27982794
dependencies:
27992795
"@types/json-schema" "^7.0.3"
2800-
"@typescript-eslint/types" "3.10.1"
2801-
"@typescript-eslint/typescript-estree" "3.10.1"
2796+
"@typescript-eslint/scope-manager" "4.0.1"
2797+
"@typescript-eslint/types" "4.0.1"
2798+
"@typescript-eslint/typescript-estree" "4.0.1"
28022799
eslint-scope "^5.0.0"
28032800
eslint-utils "^2.0.0"
28042801

2805-
"@typescript-eslint/parser@3.10.1":
2806-
version "3.10.1"
2807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
2808-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
2802+
"@typescript-eslint/parser@4.0.1":
2803+
version "4.0.1"
2804+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.0.1.tgz#73772080db7a7a4534a35d719e006f503e664dc3"
2805+
integrity sha512-1+qLmXHNAWSQ7RB6fdSQszAiA7JTwzakj5cNYjBTUmpH2cqilxMZEIV+DRKjVZs8NzP3ALmKexB0w/ExjcK9Iw==
28092806
dependencies:
2810-
"@types/eslint-visitor-keys" "^1.0.0"
2811-
"@typescript-eslint/experimental-utils" "3.10.1"
2812-
"@typescript-eslint/types" "3.10.1"
2813-
"@typescript-eslint/typescript-estree" "3.10.1"
2814-
eslint-visitor-keys "^1.1.0"
2807+
"@typescript-eslint/scope-manager" "4.0.1"
2808+
"@typescript-eslint/types" "4.0.1"
2809+
"@typescript-eslint/typescript-estree" "4.0.1"
2810+
debug "^4.1.1"
28152811

2816-
"@typescript-eslint/types@3.10.1":
2817-
version "3.10.1"
2818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
2819-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
2812+
"@typescript-eslint/scope-manager@4.0.1":
2813+
version "4.0.1"
2814+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.1.tgz#24d93c3000bdfcc5a157dc4d32b742405a8631b5"
2815+
integrity sha512-u3YEXVJ8jsj7QCJk3om0Y457fy2euEOkkzxIB/LKU3MdyI+FJ2gI0M4aKEaXzwCSfNDiZ13a3lDo5DVozc+XLQ==
2816+
dependencies:
2817+
"@typescript-eslint/types" "4.0.1"
2818+
"@typescript-eslint/visitor-keys" "4.0.1"
28202819

2821-
"@typescript-eslint/typescript-estree@3.10.1":
2822-
version "3.10.1"
2823-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
2824-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
2820+
"@typescript-eslint/types@4.0.1":
2821+
version "4.0.1"
2822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.1.tgz#1cf72582f764931f085cb8230ff215980fe467b2"
2823+
integrity sha512-S+gD3fgbkZYW2rnbjugNMqibm9HpEjqZBZkTiI3PwbbNGWmAcxolWIUwZ0SKeG4Dy2ktpKKaI/6+HGYVH8Qrlg==
2824+
2825+
"@typescript-eslint/typescript-estree@4.0.1":
2826+
version "4.0.1"
2827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.1.tgz#29a43c7060641ec51c902d9f50ac7c5866ec479f"
2828+
integrity sha512-zGzleORFXrRWRJAMLTB2iJD1IZbCPkg4hsI8mGdpYlKaqzvKYSEWVAYh14eauaR+qIoZVWrXgYSXqLtTlxotiw==
28252829
dependencies:
2826-
"@typescript-eslint/types" "3.10.1"
2827-
"@typescript-eslint/visitor-keys" "3.10.1"
2830+
"@typescript-eslint/types" "4.0.1"
2831+
"@typescript-eslint/visitor-keys" "4.0.1"
28282832
debug "^4.1.1"
2829-
glob "^7.1.6"
2833+
globby "^11.0.1"
28302834
is-glob "^4.0.1"
28312835
lodash "^4.17.15"
28322836
semver "^7.3.2"
28332837
tsutils "^3.17.1"
28342838

2835-
"@typescript-eslint/visitor-keys@3.10.1":
2836-
version "3.10.1"
2837-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
2838-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
2839+
"@typescript-eslint/visitor-keys@4.0.1":
2840+
version "4.0.1"
2841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.1.tgz#d4e8de62775f2a6db71c7e8539633680039fdd6c"
2842+
integrity sha512-yBSqd6FjnTzbg5RUy9J+9kJEyQjTI34JdGMJz+9ttlJzLCnGkBikxw+N5n2VDcc3CesbIEJ0MnZc5uRYnrEnCw==
28392843
dependencies:
2840-
eslint-visitor-keys "^1.1.0"
2844+
"@typescript-eslint/types" "4.0.1"
2845+
eslint-visitor-keys "^2.0.0"
28412846

28422847
"@webassemblyjs/ast@1.9.0":
28432848
version "1.9.0"
@@ -5818,6 +5823,11 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
58185823
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
58195824
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
58205825

5826+
eslint-visitor-keys@^2.0.0:
5827+
version "2.0.0"
5828+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
5829+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
5830+
58215831
eslint@7.7.0:
58225832
version "7.7.0"
58235833
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
@@ -6134,7 +6144,7 @@ fast-glob@^2.2.6:
61346144
merge2 "^1.2.3"
61356145
micromatch "^3.1.10"
61366146

6137-
fast-glob@^3.0.3:
6147+
fast-glob@^3.0.3, fast-glob@^3.1.1:
61386148
version "3.2.4"
61396149
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
61406150
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
@@ -6752,7 +6762,7 @@ glob@7.1.4:
67526762
once "^1.3.0"
67536763
path-is-absolute "^1.0.0"
67546764

6755-
glob@7.1.6, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
6765+
glob@7.1.6, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
67566766
version "7.1.6"
67576767
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
67586768
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -6833,6 +6843,18 @@ globby@10.0.0:
68336843
merge2 "^1.2.3"
68346844
slash "^3.0.0"
68356845

6846+
globby@^11.0.1:
6847+
version "11.0.1"
6848+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
6849+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
6850+
dependencies:
6851+
array-union "^2.1.0"
6852+
dir-glob "^3.0.1"
6853+
fast-glob "^3.1.1"
6854+
ignore "^5.1.4"
6855+
merge2 "^1.3.0"
6856+
slash "^3.0.0"
6857+
68366858
globby@^6.1.0:
68376859
version "6.1.0"
68386860
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
@@ -7286,7 +7308,7 @@ ignore@^4.0.3, ignore@^4.0.6:
72867308
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
72877309
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
72887310

7289-
ignore@^5.1.1:
7311+
ignore@^5.1.1, ignore@^5.1.4:
72907312
version "5.1.8"
72917313
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
72927314
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==

0 commit comments

Comments
 (0)