Skip to content

Commit 0a69481

Browse files
Bump @typescript-eslint/eslint-plugin from 2.26.0 to 2.27.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.26.0 to 2.27.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.27.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 741f017 commit 0a69481

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

yarn.lock

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,11 +1141,11 @@
11411141
"@types/yargs-parser" "*"
11421142

11431143
"@typescript-eslint/eslint-plugin@^2.11.0":
1144-
version "2.26.0"
1145-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.26.0.tgz#04c96560c8981421e5a9caad8394192363cc423f"
1146-
integrity sha512-4yUnLv40bzfzsXcTAtZyTjbiGUXMrcIJcIMioI22tSOyAxpdXiZ4r7YQUU8Jj6XXrLz9d5aMHPQf5JFR7h27Nw==
1144+
version "2.27.0"
1145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz#e479cdc4c9cf46f96b4c287755733311b0d0ba4b"
1146+
integrity sha512-/my+vVHRN7zYgcp0n4z5A6HAK7bvKGBiswaM5zIlOQczsxj/aiD7RcgD+dvVFuwFaGh5+kM7XA6Q6PN0bvb1tw==
11471147
dependencies:
1148-
"@typescript-eslint/experimental-utils" "2.26.0"
1148+
"@typescript-eslint/experimental-utils" "2.27.0"
11491149
functional-red-black-tree "^1.0.1"
11501150
regexpp "^3.0.0"
11511151
tsutils "^3.17.1"
@@ -1160,6 +1160,16 @@
11601160
eslint-scope "^5.0.0"
11611161
eslint-utils "^2.0.0"
11621162

1163+
"@typescript-eslint/experimental-utils@2.27.0":
1164+
version "2.27.0"
1165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
1166+
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
1167+
dependencies:
1168+
"@types/json-schema" "^7.0.3"
1169+
"@typescript-eslint/typescript-estree" "2.27.0"
1170+
eslint-scope "^5.0.0"
1171+
eslint-utils "^2.0.0"
1172+
11631173
"@typescript-eslint/parser@^2.11.0":
11641174
version "2.26.0"
11651175
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.26.0.tgz#385463615818b33acb72a25b39c03579df93d76f"
@@ -1183,6 +1193,19 @@
11831193
semver "^6.3.0"
11841194
tsutils "^3.17.1"
11851195

1196+
"@typescript-eslint/typescript-estree@2.27.0":
1197+
version "2.27.0"
1198+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
1199+
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
1200+
dependencies:
1201+
debug "^4.1.1"
1202+
eslint-visitor-keys "^1.1.0"
1203+
glob "^7.1.6"
1204+
is-glob "^4.0.1"
1205+
lodash "^4.17.15"
1206+
semver "^6.3.0"
1207+
tsutils "^3.17.1"
1208+
11861209
acorn-jsx@^5.2.0:
11871210
version "5.2.0"
11881211
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"

0 commit comments

Comments
 (0)