Skip to content

Commit c179bf1

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v2.28.0
1 parent 7e3d4f2 commit c179bf1

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@types/chai": "4.2.11",
1515
"@types/mocha": "5.2.7",
1616
"@types/node": "12.12.35",
17-
"@typescript-eslint/eslint-plugin": "2.27.0",
18-
"@typescript-eslint/parser": "2.27.0",
17+
"@typescript-eslint/eslint-plugin": "2.28.0",
18+
"@typescript-eslint/parser": "2.28.0",
1919
"chai": "4.2.0",
2020
"dtslint": "0.9.9",
2121
"eslint": "6.8.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,40 +1262,40 @@
12621262
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
12631263
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
12641264

1265-
"@typescript-eslint/eslint-plugin@2.27.0":
1266-
version "2.27.0"
1267-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz#e479cdc4c9cf46f96b4c287755733311b0d0ba4b"
1268-
integrity sha512-/my+vVHRN7zYgcp0n4z5A6HAK7bvKGBiswaM5zIlOQczsxj/aiD7RcgD+dvVFuwFaGh5+kM7XA6Q6PN0bvb1tw==
1265+
"@typescript-eslint/eslint-plugin@2.28.0":
1266+
version "2.28.0"
1267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.28.0.tgz#4431bc6d3af41903e5255770703d4e55a0ccbdec"
1268+
integrity sha512-w0Ugcq2iatloEabQP56BRWJowliXUP5Wv6f9fKzjJmDW81hOTBxRoJ4LoEOxRpz9gcY51Libytd2ba3yLmSOfg==
12691269
dependencies:
1270-
"@typescript-eslint/experimental-utils" "2.27.0"
1270+
"@typescript-eslint/experimental-utils" "2.28.0"
12711271
functional-red-black-tree "^1.0.1"
12721272
regexpp "^3.0.0"
12731273
tsutils "^3.17.1"
12741274

1275-
"@typescript-eslint/experimental-utils@2.27.0":
1276-
version "2.27.0"
1277-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
1278-
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
1275+
"@typescript-eslint/experimental-utils@2.28.0":
1276+
version "2.28.0"
1277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz#1fd0961cd8ef6522687b4c562647da6e71f8833d"
1278+
integrity sha512-4SL9OWjvFbHumM/Zh/ZeEjUFxrYKtdCi7At4GyKTbQlrj1HcphIDXlje4Uu4cY+qzszR5NdVin4CCm6AXCjd6w==
12791279
dependencies:
12801280
"@types/json-schema" "^7.0.3"
1281-
"@typescript-eslint/typescript-estree" "2.27.0"
1281+
"@typescript-eslint/typescript-estree" "2.28.0"
12821282
eslint-scope "^5.0.0"
12831283
eslint-utils "^2.0.0"
12841284

1285-
"@typescript-eslint/parser@2.27.0":
1286-
version "2.27.0"
1287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
1288-
integrity sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==
1285+
"@typescript-eslint/parser@2.28.0":
1286+
version "2.28.0"
1287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.28.0.tgz#bb761286efd2b0714761cab9d0ee5847cf080385"
1288+
integrity sha512-RqPybRDquui9d+K86lL7iPqH6Dfp9461oyqvlXMNtap+PyqYbkY5dB7LawQjDzot99fqzvS0ZLZdfe+1Bt3Jgw==
12891289
dependencies:
12901290
"@types/eslint-visitor-keys" "^1.0.0"
1291-
"@typescript-eslint/experimental-utils" "2.27.0"
1292-
"@typescript-eslint/typescript-estree" "2.27.0"
1291+
"@typescript-eslint/experimental-utils" "2.28.0"
1292+
"@typescript-eslint/typescript-estree" "2.28.0"
12931293
eslint-visitor-keys "^1.1.0"
12941294

1295-
"@typescript-eslint/typescript-estree@2.27.0":
1296-
version "2.27.0"
1297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
1298-
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
1295+
"@typescript-eslint/typescript-estree@2.28.0":
1296+
version "2.28.0"
1297+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.28.0.tgz#d34949099ff81092c36dc275b6a1ea580729ba00"
1298+
integrity sha512-HDr8MP9wfwkiuqzRVkuM3BeDrOC4cKbO5a6BymZBHUt5y/2pL0BXD6I/C/ceq2IZoHWhcASk+5/zo+dwgu9V8Q==
12991299
dependencies:
13001300
debug "^4.1.1"
13011301
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)