Skip to content

Commit e39b60b

Browse files
Update typescript-eslint monorepo to v3 (#50)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1fb2366 commit e39b60b

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@rollup/plugin-node-resolve": "^8.0.0",
3232
"@rollup/plugin-replace": "^2.3.0",
3333
"@types/jest": "^25.0.0",
34-
"@typescript-eslint/eslint-plugin": "^2.26.0",
35-
"@typescript-eslint/parser": "^2.26.0",
36-
"@typescript-eslint/typescript-estree": "^2.26.0",
34+
"@typescript-eslint/eslint-plugin": "^3.0.0",
35+
"@typescript-eslint/parser": "^3.0.0",
36+
"@typescript-eslint/typescript-estree": "^3.0.0",
3737
"brotli": "^1.3.2",
3838
"chalk": "^4.0.0",
3939
"convert-hrtime": "^3.0.0",

yarn.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -908,47 +908,48 @@
908908
dependencies:
909909
"@types/yargs-parser" "*"
910910

911-
"@typescript-eslint/eslint-plugin@^2.26.0":
912-
version "2.30.0"
913-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.30.0.tgz#312a37e80542a764d96e8ad88a105316cdcd7b05"
914-
integrity sha512-PGejii0qIZ9Q40RB2jIHyUpRWs1GJuHP1pkoCiaeicfwO9z7Fx03NQzupuyzAmv+q9/gFNHu7lo1ByMXe8PNyg==
911+
"@typescript-eslint/eslint-plugin@^3.0.0":
912+
version "3.0.0"
913+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.0.tgz#02f8ec6b5ce814bda80dfc22463f108bed1f699b"
914+
integrity sha512-lcZ0M6jD4cqGccYOERKdMtg+VWpoq3NSnWVxpc/AwAy0zhkUYVioOUZmfNqiNH8/eBNGhCn6HXd6mKIGRgNc1Q==
915915
dependencies:
916-
"@typescript-eslint/experimental-utils" "2.30.0"
916+
"@typescript-eslint/experimental-utils" "3.0.0"
917917
functional-red-black-tree "^1.0.1"
918918
regexpp "^3.0.0"
919+
semver "^7.3.2"
919920
tsutils "^3.17.1"
920921

921-
"@typescript-eslint/experimental-utils@2.30.0":
922-
version "2.30.0"
923-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.30.0.tgz#9845e868c01f3aed66472c561d4b6bac44809dd0"
924-
integrity sha512-L3/tS9t+hAHksy8xuorhOzhdefN0ERPDWmR9CclsIGOUqGKy6tqc/P+SoXeJRye5gazkuPO0cK9MQRnolykzkA==
922+
"@typescript-eslint/experimental-utils@3.0.0":
923+
version "3.0.0"
924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.0.0.tgz#1ddf53eeb61ac8eaa9a77072722790ac4f641c03"
925+
integrity sha512-BN0vmr9N79M9s2ctITtChRuP1+Dls0x/wlg0RXW1yQ7WJKPurg6X3Xirv61J2sjPif4F8SLsFMs5Nzte0WYoTQ==
925926
dependencies:
926927
"@types/json-schema" "^7.0.3"
927-
"@typescript-eslint/typescript-estree" "2.30.0"
928+
"@typescript-eslint/typescript-estree" "3.0.0"
928929
eslint-scope "^5.0.0"
929930
eslint-utils "^2.0.0"
930931

931-
"@typescript-eslint/parser@^2.26.0":
932-
version "2.30.0"
933-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.30.0.tgz#7681c305a6f4341ae2579f5e3a75846c29eee9ce"
934-
integrity sha512-9kDOxzp0K85UnpmPJqUzdWaCNorYYgk1yZmf4IKzpeTlSAclnFsrLjfwD9mQExctLoLoGAUXq1co+fbr+3HeFw==
932+
"@typescript-eslint/parser@^3.0.0":
933+
version "3.0.0"
934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.0.0.tgz#fe9fdf18a1155c02c04220c14506a320cb6c6944"
935+
integrity sha512-8RRCA9KLxoFNO0mQlrLZA0reGPd/MsobxZS/yPFj+0/XgMdS8+mO8mF3BDj2ZYQj03rkayhSJtF1HAohQ3iylw==
935936
dependencies:
936937
"@types/eslint-visitor-keys" "^1.0.0"
937-
"@typescript-eslint/experimental-utils" "2.30.0"
938-
"@typescript-eslint/typescript-estree" "2.30.0"
938+
"@typescript-eslint/experimental-utils" "3.0.0"
939+
"@typescript-eslint/typescript-estree" "3.0.0"
939940
eslint-visitor-keys "^1.1.0"
940941

941-
"@typescript-eslint/typescript-estree@2.30.0", "@typescript-eslint/typescript-estree@^2.26.0":
942-
version "2.30.0"
943-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.30.0.tgz#1b8e848b55144270255ffbfe4c63291f8f766615"
944-
integrity sha512-nI5WOechrA0qAhnr+DzqwmqHsx7Ulr/+0H7bWCcClDhhWkSyZR5BmTvnBEyONwJCTWHfc5PAQExX24VD26IAVw==
942+
"@typescript-eslint/typescript-estree@3.0.0", "@typescript-eslint/typescript-estree@^3.0.0":
943+
version "3.0.0"
944+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.0.0.tgz#fa40e1b76ccff880130be054d9c398e96004bf42"
945+
integrity sha512-nevQvHyNghsfLrrByzVIH4ZG3NROgJ8LZlfh3ddwPPH4CH7W4GAiSx5qu+xHuX5pWsq6q/eqMc1io840ZhAnUg==
945946
dependencies:
946947
debug "^4.1.1"
947948
eslint-visitor-keys "^1.1.0"
948949
glob "^7.1.6"
949950
is-glob "^4.0.1"
950951
lodash "^4.17.15"
951-
semver "^6.3.0"
952+
semver "^7.3.2"
952953
tsutils "^3.17.1"
953954

954955

0 commit comments

Comments
 (0)