Skip to content

Commit d7cc231

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.32.0
1 parent 5674dce commit d7cc231

File tree

2 files changed

+63
-43
lines changed

2 files changed

+63
-43
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"devDependencies": {
3838
"@types/chai": "4.2.11",
3939
"@types/mocha": "5.2.7",
40-
"@typescript-eslint/eslint-plugin": "2.3.1",
41-
"@typescript-eslint/parser": "2.3.1",
40+
"@typescript-eslint/eslint-plugin": "2.32.0",
41+
"@typescript-eslint/parser": "2.32.0",
4242
"chai": "4.2.0",
4343
"concurrently": "4.1.2",
4444
"eslint": "6.8.0",

yarn.lock

+61-41
Original file line numberDiff line numberDiff line change
@@ -43,45 +43,48 @@
4343
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
4444
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
4545

46-
"@typescript-eslint/eslint-plugin@2.3.1":
47-
version "2.3.1"
48-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.3.1.tgz#b0b1e6b9b3f84b3e1afbdd338f4194c8ab92db21"
49-
integrity sha512-VqVNEsvemviajlaWm03kVMabc6S3xCHGYuY0fReTrIIOZg+3WzB+wfw6fD3KYKerw5lYxmzogmHOZ0i7YKnuwA==
46+
"@typescript-eslint/eslint-plugin@2.32.0":
47+
version "2.32.0"
48+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.32.0.tgz#5d5cc2e00b1d4a4b848cc68bfdd3aede1ef0ad16"
49+
integrity sha512-nb1kSUa8cd22hGgxpGdVT6/iyP7IKyrnyZEGYo+tN8iyDdXvXa+nfsX03tJVeFfhbkwR/0CDk910zPbqSflAsg==
5050
dependencies:
51-
"@typescript-eslint/experimental-utils" "2.3.1"
52-
eslint-utils "^1.4.2"
51+
"@typescript-eslint/experimental-utils" "2.32.0"
5352
functional-red-black-tree "^1.0.1"
54-
regexpp "^2.0.1"
53+
regexpp "^3.0.0"
5554
tsutils "^3.17.1"
5655

57-
"@typescript-eslint/experimental-utils@2.3.1":
58-
version "2.3.1"
59-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.1.tgz#92f2531d3e7c22e64a2cc10cfe89935deaf00f7c"
60-
integrity sha512-FaZEj73o4h6Wd0Lg+R4pZiJGdR0ZYbJr+O2+RbQ1aZjX8bZcfkVDtD+qm74Dv77rfSKkDKE64UTziLBo9UYHQA==
56+
"@typescript-eslint/experimental-utils@2.32.0":
57+
version "2.32.0"
58+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.32.0.tgz#bee7fbe1d21d13a273066d70abc82549d0b7943e"
59+
integrity sha512-oDWuB2q5AXsQ/mLq2N4qtWiBASWXPf7KhqXgeGH4QsyVKx+km8F6Vfqd3bspJQyhyCqxcbLO/jKJuIV3DzHZ6A==
6160
dependencies:
6261
"@types/json-schema" "^7.0.3"
63-
"@typescript-eslint/typescript-estree" "2.3.1"
62+
"@typescript-eslint/typescript-estree" "2.32.0"
6463
eslint-scope "^5.0.0"
64+
eslint-utils "^2.0.0"
6565

66-
"@typescript-eslint/parser@2.3.1":
67-
version "2.3.1"
68-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.1.tgz#f2b93b614d9b338825c44e75552a433e2ebf8c33"
69-
integrity sha512-ZlWdzhCJ2iZnSp/VBAJ/sowFbyHycIux8t0UEH0JsKgQvfSf7949hLYFMwTXdCMeEnpP1zRTHimrR+YHzs8LIw==
66+
"@typescript-eslint/parser@2.32.0":
67+
version "2.32.0"
68+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.32.0.tgz#a1ace8ab1af529580bfb6cc2cd55fd8d8b1e68ab"
69+
integrity sha512-swRtH835fUfm2khchiOVNchU3gVNaZNj2pY92QSx4kXan+RzaGNrwIRaCyX8uqzmK0xNPzseaUYHP8CsmrsjFw==
7070
dependencies:
7171
"@types/eslint-visitor-keys" "^1.0.0"
72-
"@typescript-eslint/experimental-utils" "2.3.1"
73-
"@typescript-eslint/typescript-estree" "2.3.1"
72+
"@typescript-eslint/experimental-utils" "2.32.0"
73+
"@typescript-eslint/typescript-estree" "2.32.0"
7474
eslint-visitor-keys "^1.1.0"
7575

76-
"@typescript-eslint/typescript-estree@2.3.1":
77-
version "2.3.1"
78-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.1.tgz#62c64f149948473d06a129dc33b4fc76e6c051f9"
79-
integrity sha512-9SFhUgFuePJBB6jlLkOPPhMkZNiDCr+S8Ft7yAkkP2c5x5bxPhG3pe/exMiQaF8IGyVMDW6Ul0q4/cZ+uF3uog==
76+
"@typescript-eslint/typescript-estree@2.32.0":
77+
version "2.32.0"
78+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.32.0.tgz#0e4ae2e883557f94039b13ac0ecfcfbb09835b8d"
79+
integrity sha512-hQpbWM/Y2iq6jB9FHYJBqa3h1R9IEGodOtajhb261cVHt9cz30AKjXM6WP7LxJdEPPlyJ9rPTZVgBUgZgiyPgw==
8080
dependencies:
81-
glob "^7.1.4"
81+
debug "^4.1.1"
82+
eslint-visitor-keys "^1.1.0"
83+
glob "^7.1.6"
8284
is-glob "^4.0.1"
83-
lodash.unescape "4.0.1"
84-
semver "^6.3.0"
85+
lodash "^4.17.15"
86+
semver "^7.3.2"
87+
tsutils "^3.17.1"
8588

8689
acorn-jsx@^5.1.0:
8790
version "5.1.0"
@@ -364,7 +367,7 @@ debug@3.2.6:
364367
dependencies:
365368
ms "^2.1.1"
366369

367-
debug@^4.0.1:
370+
debug@^4.0.1, debug@^4.1.1:
368371
version "4.1.1"
369372
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
370373
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
@@ -476,21 +479,21 @@ eslint-scope@^5.0.0:
476479
esrecurse "^4.1.0"
477480
estraverse "^4.1.1"
478481

479-
eslint-utils@^1.4.2:
480-
version "1.4.2"
481-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
482-
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
483-
dependencies:
484-
eslint-visitor-keys "^1.0.0"
485-
486482
eslint-utils@^1.4.3:
487483
version "1.4.3"
488484
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
489485
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
490486
dependencies:
491487
eslint-visitor-keys "^1.1.0"
492488

493-
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
489+
eslint-utils@^2.0.0:
490+
version "2.0.0"
491+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
492+
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
493+
dependencies:
494+
eslint-visitor-keys "^1.1.0"
495+
496+
eslint-visitor-keys@^1.1.0:
494497
version "1.1.0"
495498
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
496499
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
@@ -754,7 +757,7 @@ glob@7.1.3:
754757
once "^1.3.0"
755758
path-is-absolute "^1.0.0"
756759

757-
glob@^7.1.3, glob@^7.1.4:
760+
glob@^7.1.3:
758761
version "7.1.4"
759762
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
760763
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -766,6 +769,18 @@ glob@^7.1.3, glob@^7.1.4:
766769
once "^1.3.0"
767770
path-is-absolute "^1.0.0"
768771

772+
glob@^7.1.6:
773+
version "7.1.6"
774+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
775+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
776+
dependencies:
777+
fs.realpath "^1.0.0"
778+
inflight "^1.0.4"
779+
inherits "2"
780+
minimatch "^3.0.4"
781+
once "^1.3.0"
782+
path-is-absolute "^1.0.0"
783+
769784
globals@^12.1.0:
770785
version "12.3.0"
771786
resolved "https://registry.yarnpkg.com/globals/-/globals-12.3.0.tgz#1e564ee5c4dded2ab098b0f88f24702a3c56be13"
@@ -1056,11 +1071,6 @@ locate-path@^5.0.0:
10561071
dependencies:
10571072
p-locate "^4.1.0"
10581073

1059-
lodash.unescape@4.0.1:
1060-
version "4.0.1"
1061-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
1062-
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
1063-
10641074
lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15:
10651075
version "4.17.15"
10661076
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
@@ -1496,6 +1506,11 @@ regexpp@^2.0.1:
14961506
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
14971507
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
14981508

1509+
regexpp@^3.0.0:
1510+
version "3.1.0"
1511+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1512+
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
1513+
14991514
require-directory@^2.1.1:
15001515
version "2.1.1"
15011516
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -1577,11 +1592,16 @@ semver-compare@^1.0.0:
15771592
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
15781593
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
15791594

1580-
semver@^6.1.2, semver@^6.3.0:
1595+
semver@^6.1.2:
15811596
version "6.3.0"
15821597
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
15831598
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
15841599

1600+
semver@^7.3.2:
1601+
version "7.3.2"
1602+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
1603+
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
1604+
15851605
set-blocking@^2.0.0:
15861606
version "2.0.0"
15871607
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

0 commit comments

Comments
 (0)