Skip to content

Commit cc0d47a

Browse files
committed
Update typescript-eslint monorepo to v3
1 parent 80f214d commit cc0d47a

File tree

2 files changed

+30
-23
lines changed

2 files changed

+30
-23
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@nestjs/platform-express": "7.0.9",
3333
"@nestjs/testing": "7.0.9",
3434
"@types/jest": "25.2.1",
35-
"@typescript-eslint/eslint-plugin": "2.30.0",
36-
"@typescript-eslint/parser": "2.30.0",
35+
"@typescript-eslint/eslint-plugin": "3.4.0",
36+
"@typescript-eslint/parser": "3.4.0",
3737
"@types/node": "13.13.4",
3838
"codecov": "3.6.5",
3939
"eslint": "6.8.0",

yarn.lock

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -731,47 +731,49 @@
731731
dependencies:
732732
"@types/yargs-parser" "*"
733733

734-
"@typescript-eslint/eslint-plugin@2.30.0":
735-
version "2.30.0"
736-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.30.0.tgz#312a37e80542a764d96e8ad88a105316cdcd7b05"
737-
integrity sha512-PGejii0qIZ9Q40RB2jIHyUpRWs1GJuHP1pkoCiaeicfwO9z7Fx03NQzupuyzAmv+q9/gFNHu7lo1ByMXe8PNyg==
734+
"@typescript-eslint/eslint-plugin@3.4.0":
735+
version "3.4.0"
736+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.4.0.tgz#8378062e6be8a1d049259bdbcf27ce5dfbeee62b"
737+
integrity sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ==
738738
dependencies:
739-
"@typescript-eslint/experimental-utils" "2.30.0"
739+
"@typescript-eslint/experimental-utils" "3.4.0"
740+
debug "^4.1.1"
740741
functional-red-black-tree "^1.0.1"
741742
regexpp "^3.0.0"
743+
semver "^7.3.2"
742744
tsutils "^3.17.1"
743745

744-
"@typescript-eslint/experimental-utils@2.30.0":
745-
version "2.30.0"
746-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.30.0.tgz#9845e868c01f3aed66472c561d4b6bac44809dd0"
747-
integrity sha512-L3/tS9t+hAHksy8xuorhOzhdefN0ERPDWmR9CclsIGOUqGKy6tqc/P+SoXeJRye5gazkuPO0cK9MQRnolykzkA==
746+
"@typescript-eslint/experimental-utils@3.4.0":
747+
version "3.4.0"
748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.4.0.tgz#8a44dfc6fb7f1d071937b390fe27608ebda122b8"
749+
integrity sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw==
748750
dependencies:
749751
"@types/json-schema" "^7.0.3"
750-
"@typescript-eslint/typescript-estree" "2.30.0"
752+
"@typescript-eslint/typescript-estree" "3.4.0"
751753
eslint-scope "^5.0.0"
752754
eslint-utils "^2.0.0"
753755

754-
"@typescript-eslint/parser@2.30.0":
755-
version "2.30.0"
756-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.30.0.tgz#7681c305a6f4341ae2579f5e3a75846c29eee9ce"
757-
integrity sha512-9kDOxzp0K85UnpmPJqUzdWaCNorYYgk1yZmf4IKzpeTlSAclnFsrLjfwD9mQExctLoLoGAUXq1co+fbr+3HeFw==
756+
"@typescript-eslint/parser@3.4.0":
757+
version "3.4.0"
758+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.4.0.tgz#fe52b68c5cb3bba3f5d875bd17adb70420d49d8d"
759+
integrity sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA==
758760
dependencies:
759761
"@types/eslint-visitor-keys" "^1.0.0"
760-
"@typescript-eslint/experimental-utils" "2.30.0"
761-
"@typescript-eslint/typescript-estree" "2.30.0"
762+
"@typescript-eslint/experimental-utils" "3.4.0"
763+
"@typescript-eslint/typescript-estree" "3.4.0"
762764
eslint-visitor-keys "^1.1.0"
763765

764-
"@typescript-eslint/typescript-estree@2.30.0":
765-
version "2.30.0"
766-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.30.0.tgz#1b8e848b55144270255ffbfe4c63291f8f766615"
767-
integrity sha512-nI5WOechrA0qAhnr+DzqwmqHsx7Ulr/+0H7bWCcClDhhWkSyZR5BmTvnBEyONwJCTWHfc5PAQExX24VD26IAVw==
766+
"@typescript-eslint/typescript-estree@3.4.0":
767+
version "3.4.0"
768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.4.0.tgz#6a787eb70b48969e4cd1ea67b057083f96dfee29"
769+
integrity sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw==
768770
dependencies:
769771
debug "^4.1.1"
770772
eslint-visitor-keys "^1.1.0"
771773
glob "^7.1.6"
772774
is-glob "^4.0.1"
773775
lodash "^4.17.15"
774-
semver "^6.3.0"
776+
semver "^7.3.2"
775777
tsutils "^3.17.1"
776778

777779
abab@^2.0.0:
@@ -4573,6 +4575,11 @@ semver@6.x, semver@^6.0.0, semver@^6.1.2, semver@^6.3.0:
45734575
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
45744576
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
45754577

4578+
semver@^7.3.2:
4579+
version "7.3.2"
4580+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
4581+
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
4582+
45764583
send@0.17.1:
45774584
version "0.17.1"
45784585
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)