Skip to content

Commit b152264

Browse files
committed
Update typescript-eslint monorepo
1 parent 80f214d commit b152264

File tree

2 files changed

+52
-23
lines changed

2 files changed

+52
-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.0.2",
36+
"@typescript-eslint/parser": "3.1.0",
3737
"@types/node": "13.13.4",
3838
"codecov": "3.6.5",
3939
"eslint": "6.8.0",

yarn.lock

Lines changed: 50 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -731,47 +731,71 @@
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.0.2":
735+
version "3.0.2"
736+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.2.tgz#4a114a066e2f9659b25682ee59d4866e15a17ec3"
737+
integrity sha512-ER3bSS/A/pKQT/hjMGCK8UQzlL0yLjuCZ/G8CDFJFVTfl3X65fvq2lNYqOG8JPTfrPa2RULCdwfOyFjZEMNExQ==
738738
dependencies:
739-
"@typescript-eslint/experimental-utils" "2.30.0"
739+
"@typescript-eslint/experimental-utils" "3.0.2"
740740
functional-red-black-tree "^1.0.1"
741741
regexpp "^3.0.0"
742+
semver "^7.3.2"
742743
tsutils "^3.17.1"
743744

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==
745+
"@typescript-eslint/experimental-utils@3.0.2":
746+
version "3.0.2"
747+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.0.2.tgz#bb2131baede8df28ec5eacfa540308ca895e5fee"
748+
integrity sha512-4Wc4EczvoY183SSEnKgqAfkj1eLtRgBQ04AAeG+m4RhTVyaazxc1uI8IHf0qLmu7xXe9j1nn+UoDJjbmGmuqXQ==
748749
dependencies:
749750
"@types/json-schema" "^7.0.3"
750-
"@typescript-eslint/typescript-estree" "2.30.0"
751+
"@typescript-eslint/typescript-estree" "3.0.2"
751752
eslint-scope "^5.0.0"
752753
eslint-utils "^2.0.0"
753754

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==
755+
"@typescript-eslint/experimental-utils@3.1.0":
756+
version "3.1.0"
757+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.1.0.tgz#2d5dba7c2ac2a3da3bfa3f461ff64de38587a872"
758+
integrity sha512-Zf8JVC2K1svqPIk1CB/ehCiWPaERJBBokbMfNTNRczCbQSlQXaXtO/7OfYz9wZaecNvdSvVADt6/XQuIxhC79w==
759+
dependencies:
760+
"@types/json-schema" "^7.0.3"
761+
"@typescript-eslint/typescript-estree" "3.1.0"
762+
eslint-scope "^5.0.0"
763+
eslint-utils "^2.0.0"
764+
765+
"@typescript-eslint/parser@3.1.0":
766+
version "3.1.0"
767+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.1.0.tgz#9c02ba5d88ad2355672f39e6cd4176f172dd47f8"
768+
integrity sha512-NcDSJK8qTA2tPfyGiPes9HtVKLbksmuYjlgGAUs7Ld2K0swdWibnCq9IJx9kJN8JJdgUJSorFiGaPHBgH81F/Q==
758769
dependencies:
759770
"@types/eslint-visitor-keys" "^1.0.0"
760-
"@typescript-eslint/experimental-utils" "2.30.0"
761-
"@typescript-eslint/typescript-estree" "2.30.0"
771+
"@typescript-eslint/experimental-utils" "3.1.0"
772+
"@typescript-eslint/typescript-estree" "3.1.0"
762773
eslint-visitor-keys "^1.1.0"
763774

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==
775+
"@typescript-eslint/typescript-estree@3.0.2":
776+
version "3.0.2"
777+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.0.2.tgz#67a1ce4307ebaea43443fbf3f3be7e2627157293"
778+
integrity sha512-cs84mxgC9zQ6viV8MEcigfIKQmKtBkZNDYf8Gru2M+MhnA6z9q0NFMZm2IEzKqAwN8lY5mFVd1Z8DiHj6zQ3Tw==
768779
dependencies:
769780
debug "^4.1.1"
770781
eslint-visitor-keys "^1.1.0"
771782
glob "^7.1.6"
772783
is-glob "^4.0.1"
773784
lodash "^4.17.15"
774-
semver "^6.3.0"
785+
semver "^7.3.2"
786+
tsutils "^3.17.1"
787+
788+
"@typescript-eslint/typescript-estree@3.1.0":
789+
version "3.1.0"
790+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.1.0.tgz#eaff52d31e615e05b894f8b9d2c3d8af152a5dd2"
791+
integrity sha512-+4nfYauqeQvK55PgFrmBWFVYb6IskLyOosYEmhH3mSVhfBp9AIJnjExdgDmKWoOBHRcPM8Ihfm2BFpZf0euUZQ==
792+
dependencies:
793+
debug "^4.1.1"
794+
eslint-visitor-keys "^1.1.0"
795+
glob "^7.1.6"
796+
is-glob "^4.0.1"
797+
lodash "^4.17.15"
798+
semver "^7.3.2"
775799
tsutils "^3.17.1"
776800

777801
abab@^2.0.0:
@@ -4573,6 +4597,11 @@ semver@6.x, semver@^6.0.0, semver@^6.1.2, semver@^6.3.0:
45734597
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
45744598
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
45754599

4600+
semver@^7.3.2:
4601+
version "7.3.2"
4602+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
4603+
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
4604+
45764605
send@0.17.1:
45774606
version "0.17.1"
45784607
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)