Skip to content

Commit a3b7627

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.9.0
1 parent ec65c47 commit a3b7627

File tree

2 files changed

+54
-27
lines changed

2 files changed

+54
-27
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.3",
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.9.0",
41+
"@typescript-eslint/parser": "2.9.0",
4242
"chai": "4.2.0",
4343
"concurrently": "4.1.2",
4444
"eslint": "6.4.0",

yarn.lock

+52-25
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.9.0":
47+
version "2.9.0"
48+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.9.0.tgz#fa810282c0e45f6c2310b9c0dfcd25bff97ab7e9"
49+
integrity sha512-98rfOt3NYn5Gr9wekTB8TexxN6oM8ZRvYuphPs1Atfsy419SDLYCaE30aJkRiiTCwGEY98vOhFsEVm7Zs4toQQ==
5050
dependencies:
51-
"@typescript-eslint/experimental-utils" "2.3.1"
52-
eslint-utils "^1.4.2"
51+
"@typescript-eslint/experimental-utils" "2.9.0"
52+
eslint-utils "^1.4.3"
5353
functional-red-black-tree "^1.0.1"
54-
regexpp "^2.0.1"
54+
regexpp "^3.0.0"
5555
tsutils "^3.17.1"
5656

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==
57+
"@typescript-eslint/experimental-utils@2.9.0":
58+
version "2.9.0"
59+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.9.0.tgz#bbe99a8d9510240c055fc4b17230dd0192ba3c7f"
60+
integrity sha512-0lOLFdpdJsCMqMSZT7l7W2ta0+GX8A3iefG3FovJjrX+QR8y6htFlFdU7aOVPL6pDvt6XcsOb8fxk5sq+girTw==
6161
dependencies:
6262
"@types/json-schema" "^7.0.3"
63-
"@typescript-eslint/typescript-estree" "2.3.1"
63+
"@typescript-eslint/typescript-estree" "2.9.0"
6464
eslint-scope "^5.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.9.0":
67+
version "2.9.0"
68+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.9.0.tgz#2e9cf438de119b143f642a3a406e1e27eb70b7cd"
69+
integrity sha512-fJ+dNs3CCvEsJK2/Vg5c2ZjuQ860ySOAsodDPwBaVlrGvRN+iCNC8kUfLFL8cT49W4GSiLPa/bHiMjYXA7EhKQ==
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.9.0"
73+
"@typescript-eslint/typescript-estree" "2.9.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.9.0":
77+
version "2.9.0"
78+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.9.0.tgz#09138daf8f47d0e494ba7db9e77394e928803017"
79+
integrity sha512-v6btSPXEWCP594eZbM+JCXuFoXWXyF/z8kaSBSdCb83DF+Y7+xItW29SsKtSULgLemqJBT+LpT+0ZqdfH7QVmA==
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"
8385
lodash.unescape "4.0.1"
8486
semver "^6.3.0"
87+
tsutils "^3.17.1"
8588

8689
acorn-jsx@^5.0.2:
8790
version "5.0.2"
@@ -357,7 +360,7 @@ debug@3.2.6:
357360
dependencies:
358361
ms "^2.1.1"
359362

360-
debug@^4.0.1:
363+
debug@^4.0.1, debug@^4.1.1:
361364
version "4.1.1"
362365
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
363366
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
@@ -471,6 +474,13 @@ eslint-utils@^1.4.2:
471474
dependencies:
472475
eslint-visitor-keys "^1.0.0"
473476

477+
eslint-utils@^1.4.3:
478+
version "1.4.3"
479+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
480+
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
481+
dependencies:
482+
eslint-visitor-keys "^1.1.0"
483+
474484
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
475485
version "1.1.0"
476486
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
@@ -735,7 +745,7 @@ glob@7.1.3:
735745
once "^1.3.0"
736746
path-is-absolute "^1.0.0"
737747

738-
glob@^7.1.3, glob@^7.1.4:
748+
glob@^7.1.3:
739749
version "7.1.4"
740750
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
741751
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -747,6 +757,18 @@ glob@^7.1.3, glob@^7.1.4:
747757
once "^1.3.0"
748758
path-is-absolute "^1.0.0"
749759

760+
glob@^7.1.6:
761+
version "7.1.6"
762+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
763+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
764+
dependencies:
765+
fs.realpath "^1.0.0"
766+
inflight "^1.0.4"
767+
inherits "2"
768+
minimatch "^3.0.4"
769+
once "^1.3.0"
770+
path-is-absolute "^1.0.0"
771+
750772
globals@^11.7.0:
751773
version "11.12.0"
752774
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -1482,6 +1504,11 @@ regexpp@^2.0.1:
14821504
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
14831505
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
14841506

1507+
regexpp@^3.0.0:
1508+
version "3.0.0"
1509+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
1510+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
1511+
14851512
require-directory@^2.1.1:
14861513
version "2.1.1"
14871514
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"

0 commit comments

Comments
 (0)