Skip to content

Commit eeabb69

Browse files
renovate[bot]felixfbecker
authored andcommitted
fix(deps): update typescript-eslint monorepo to ^2.9.0 (#25)
1 parent b251ed8 commit eeabb69

File tree

2 files changed

+36
-35
lines changed

2 files changed

+36
-35
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@sourcegraph/prettierrc": "^3.0.1",
38-
"@typescript-eslint/eslint-plugin": "^2.7.0",
39-
"@typescript-eslint/parser": "^2.7.0",
38+
"@typescript-eslint/eslint-plugin": "^2.9.0",
39+
"@typescript-eslint/parser": "^2.9.0",
4040
"eslint-config-prettier": "^6.5.0",
4141
"eslint-plugin-ban": "^1.3.0",
4242
"eslint-plugin-etc": "^0.0.1-beta.20",

yarn.lock

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -381,43 +381,44 @@
381381
resolved "https://registry.npmjs.org/@types/semver/-/semver-6.0.1.tgz#a984b405c702fa5a7ec6abc56b37f2ba35ef5af6"
382382
integrity sha512-ffCdcrEE5h8DqVxinQjo+2d1q+FV5z7iNtPofw3JsrltSoSVlOGaW0rY8XxtO9XukdTn8TaCGWmk2VFGhI70mg==
383383

384-
"@typescript-eslint/eslint-plugin@^2.7.0":
385-
version "2.7.0"
386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.7.0.tgz#dff176bdb73dfd7e2e43062452189bd1b9db6021"
387-
integrity sha512-H5G7yi0b0FgmqaEUpzyBlVh0d9lq4cWG2ap0RKa6BkF3rpBb6IrAoubt1NWh9R2kRs/f0k6XwRDiDz3X/FqXhQ==
384+
"@typescript-eslint/eslint-plugin@^2.9.0":
385+
version "2.9.0"
386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.9.0.tgz#fa810282c0e45f6c2310b9c0dfcd25bff97ab7e9"
387+
integrity sha512-98rfOt3NYn5Gr9wekTB8TexxN6oM8ZRvYuphPs1Atfsy419SDLYCaE30aJkRiiTCwGEY98vOhFsEVm7Zs4toQQ==
388388
dependencies:
389-
"@typescript-eslint/experimental-utils" "2.7.0"
390-
eslint-utils "^1.4.2"
389+
"@typescript-eslint/experimental-utils" "2.9.0"
390+
eslint-utils "^1.4.3"
391391
functional-red-black-tree "^1.0.1"
392-
regexpp "^2.0.1"
392+
regexpp "^3.0.0"
393393
tsutils "^3.17.1"
394394

395-
"@typescript-eslint/experimental-utils@2.7.0":
396-
version "2.7.0"
397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.7.0.tgz#58d790a3884df3041b5a5e08f9e5e6b7c41864b5"
398-
integrity sha512-9/L/OJh2a5G2ltgBWJpHRfGnt61AgDeH6rsdg59BH0naQseSwR7abwHq3D5/op0KYD/zFT4LS5gGvWcMmegTEg==
395+
"@typescript-eslint/experimental-utils@2.9.0":
396+
version "2.9.0"
397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.9.0.tgz#bbe99a8d9510240c055fc4b17230dd0192ba3c7f"
398+
integrity sha512-0lOLFdpdJsCMqMSZT7l7W2ta0+GX8A3iefG3FovJjrX+QR8y6htFlFdU7aOVPL6pDvt6XcsOb8fxk5sq+girTw==
399399
dependencies:
400400
"@types/json-schema" "^7.0.3"
401-
"@typescript-eslint/typescript-estree" "2.7.0"
401+
"@typescript-eslint/typescript-estree" "2.9.0"
402402
eslint-scope "^5.0.0"
403403

404-
"@typescript-eslint/parser@^2.7.0":
405-
version "2.7.0"
406-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.7.0.tgz#b5e6a4944e2b68dba1e7fbfd5242e09ff552fd12"
407-
integrity sha512-ctC0g0ZvYclxMh/xI+tyqP0EC2fAo6KicN9Wm2EIao+8OppLfxji7KAGJosQHSGBj3TcqUrA96AjgXuKa5ob2g==
404+
"@typescript-eslint/parser@^2.9.0":
405+
version "2.9.0"
406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.9.0.tgz#2e9cf438de119b143f642a3a406e1e27eb70b7cd"
407+
integrity sha512-fJ+dNs3CCvEsJK2/Vg5c2ZjuQ860ySOAsodDPwBaVlrGvRN+iCNC8kUfLFL8cT49W4GSiLPa/bHiMjYXA7EhKQ==
408408
dependencies:
409409
"@types/eslint-visitor-keys" "^1.0.0"
410-
"@typescript-eslint/experimental-utils" "2.7.0"
411-
"@typescript-eslint/typescript-estree" "2.7.0"
410+
"@typescript-eslint/experimental-utils" "2.9.0"
411+
"@typescript-eslint/typescript-estree" "2.9.0"
412412
eslint-visitor-keys "^1.1.0"
413413

414-
"@typescript-eslint/typescript-estree@2.7.0":
415-
version "2.7.0"
416-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.7.0.tgz#34fd98c77a07b40d04d5b4203eddd3abeab909f4"
417-
integrity sha512-vVCE/DY72N4RiJ/2f10PTyYekX2OLaltuSIBqeHYI44GQ940VCYioInIb8jKMrK9u855OEJdFC+HmWAZTnC+Ag==
414+
"@typescript-eslint/typescript-estree@2.9.0":
415+
version "2.9.0"
416+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.9.0.tgz#09138daf8f47d0e494ba7db9e77394e928803017"
417+
integrity sha512-v6btSPXEWCP594eZbM+JCXuFoXWXyF/z8kaSBSdCb83DF+Y7+xItW29SsKtSULgLemqJBT+LpT+0ZqdfH7QVmA==
418418
dependencies:
419419
debug "^4.1.1"
420-
glob "^7.1.4"
420+
eslint-visitor-keys "^1.1.0"
421+
glob "^7.1.6"
421422
is-glob "^4.0.1"
422423
lodash.unescape "4.0.1"
423424
semver "^6.3.0"
@@ -1569,9 +1570,9 @@ eslint-scope@^5.0.0:
15691570
esrecurse "^4.1.0"
15701571
estraverse "^4.1.1"
15711572

1572-
eslint-utils@^1.4.2:
1573+
eslint-utils@^1.4.3:
15731574
version "1.4.3"
1574-
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
1575+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
15751576
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
15761577
dependencies:
15771578
eslint-visitor-keys "^1.1.0"
@@ -1959,10 +1960,10 @@ glob-parent@^5.0.0:
19591960
dependencies:
19601961
is-glob "^4.0.1"
19611962

1962-
glob@^7.0.3, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
1963-
version "7.1.4"
1964-
resolved "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
1965-
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
1963+
glob@^7.0.3, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
1964+
version "7.1.6"
1965+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
1966+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
19661967
dependencies:
19671968
fs.realpath "^1.0.0"
19681969
inflight "^1.0.4"
@@ -4226,10 +4227,10 @@ regenerator-runtime@^0.13.2:
42264227
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
42274228
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
42284229

4229-
regexpp@^2.0.1:
4230-
version "2.0.1"
4231-
resolved "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
4232-
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
4230+
regexpp@^3.0.0:
4231+
version "3.0.0"
4232+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
4233+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
42334234

42344235
regextras@^0.6.1:
42354236
version "0.6.1"

0 commit comments

Comments
 (0)