Skip to content

Commit 391f214

Browse files
chore(deps): update typescript-eslint monorepo to v3 (#105)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5935075 commit 391f214

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
@@ -43,9 +43,9 @@
4343
"@types/prettier": "^2.0.0",
4444
"@types/webpack": "^4.41.1",
4545
"@types/webpack-merge": "^4.1.5",
46-
"@typescript-eslint/eslint-plugin": "^2.26.0",
47-
"@typescript-eslint/parser": "^2.26.0",
48-
"@typescript-eslint/typescript-estree": "^2.26.0",
46+
"@typescript-eslint/eslint-plugin": "^3.0.0",
47+
"@typescript-eslint/parser": "^3.0.0",
48+
"@typescript-eslint/typescript-estree": "^3.0.0",
4949
"@vue/compiler-sfc": "^3.0.0-beta.4",
5050
"babel-loader": "^8.1.0",
5151
"eslint": "^7.0.0",

yarn.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -879,47 +879,48 @@
879879
dependencies:
880880
"@types/yargs-parser" "*"
881881

882-
"@typescript-eslint/eslint-plugin@^2.26.0":
883-
version "2.30.0"
884-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.30.0.tgz#312a37e80542a764d96e8ad88a105316cdcd7b05"
885-
integrity sha512-PGejii0qIZ9Q40RB2jIHyUpRWs1GJuHP1pkoCiaeicfwO9z7Fx03NQzupuyzAmv+q9/gFNHu7lo1ByMXe8PNyg==
882+
"@typescript-eslint/eslint-plugin@^3.0.0":
883+
version "3.0.0"
884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.0.tgz#02f8ec6b5ce814bda80dfc22463f108bed1f699b"
885+
integrity sha512-lcZ0M6jD4cqGccYOERKdMtg+VWpoq3NSnWVxpc/AwAy0zhkUYVioOUZmfNqiNH8/eBNGhCn6HXd6mKIGRgNc1Q==
886886
dependencies:
887-
"@typescript-eslint/experimental-utils" "2.30.0"
887+
"@typescript-eslint/experimental-utils" "3.0.0"
888888
functional-red-black-tree "^1.0.1"
889889
regexpp "^3.0.0"
890+
semver "^7.3.2"
890891
tsutils "^3.17.1"
891892

892-
"@typescript-eslint/experimental-utils@2.30.0":
893-
version "2.30.0"
894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.30.0.tgz#9845e868c01f3aed66472c561d4b6bac44809dd0"
895-
integrity sha512-L3/tS9t+hAHksy8xuorhOzhdefN0ERPDWmR9CclsIGOUqGKy6tqc/P+SoXeJRye5gazkuPO0cK9MQRnolykzkA==
893+
"@typescript-eslint/experimental-utils@3.0.0":
894+
version "3.0.0"
895+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.0.0.tgz#1ddf53eeb61ac8eaa9a77072722790ac4f641c03"
896+
integrity sha512-BN0vmr9N79M9s2ctITtChRuP1+Dls0x/wlg0RXW1yQ7WJKPurg6X3Xirv61J2sjPif4F8SLsFMs5Nzte0WYoTQ==
896897
dependencies:
897898
"@types/json-schema" "^7.0.3"
898-
"@typescript-eslint/typescript-estree" "2.30.0"
899+
"@typescript-eslint/typescript-estree" "3.0.0"
899900
eslint-scope "^5.0.0"
900901
eslint-utils "^2.0.0"
901902

902-
"@typescript-eslint/parser@^2.26.0":
903-
version "2.30.0"
904-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.30.0.tgz#7681c305a6f4341ae2579f5e3a75846c29eee9ce"
905-
integrity sha512-9kDOxzp0K85UnpmPJqUzdWaCNorYYgk1yZmf4IKzpeTlSAclnFsrLjfwD9mQExctLoLoGAUXq1co+fbr+3HeFw==
903+
"@typescript-eslint/parser@^3.0.0":
904+
version "3.0.0"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.0.0.tgz#fe9fdf18a1155c02c04220c14506a320cb6c6944"
906+
integrity sha512-8RRCA9KLxoFNO0mQlrLZA0reGPd/MsobxZS/yPFj+0/XgMdS8+mO8mF3BDj2ZYQj03rkayhSJtF1HAohQ3iylw==
906907
dependencies:
907908
"@types/eslint-visitor-keys" "^1.0.0"
908-
"@typescript-eslint/experimental-utils" "2.30.0"
909-
"@typescript-eslint/typescript-estree" "2.30.0"
909+
"@typescript-eslint/experimental-utils" "3.0.0"
910+
"@typescript-eslint/typescript-estree" "3.0.0"
910911
eslint-visitor-keys "^1.1.0"
911912

912-
"@typescript-eslint/typescript-estree@2.30.0", "@typescript-eslint/typescript-estree@^2.26.0":
913-
version "2.30.0"
914-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.30.0.tgz#1b8e848b55144270255ffbfe4c63291f8f766615"
915-
integrity sha512-nI5WOechrA0qAhnr+DzqwmqHsx7Ulr/+0H7bWCcClDhhWkSyZR5BmTvnBEyONwJCTWHfc5PAQExX24VD26IAVw==
913+
"@typescript-eslint/typescript-estree@3.0.0", "@typescript-eslint/typescript-estree@^3.0.0":
914+
version "3.0.0"
915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.0.0.tgz#fa40e1b76ccff880130be054d9c398e96004bf42"
916+
integrity sha512-nevQvHyNghsfLrrByzVIH4ZG3NROgJ8LZlfh3ddwPPH4CH7W4GAiSx5qu+xHuX5pWsq6q/eqMc1io840ZhAnUg==
916917
dependencies:
917918
debug "^4.1.1"
918919
eslint-visitor-keys "^1.1.0"
919920
glob "^7.1.6"
920921
is-glob "^4.0.1"
921922
lodash "^4.17.15"
922-
semver "^6.3.0"
923+
semver "^7.3.2"
923924
tsutils "^3.17.1"
924925

925926

0 commit comments

Comments
 (0)