Skip to content

Commit 8d36fa4

Browse files
Bump @typescript-eslint/eslint-plugin from 4.26.1 to 4.27.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.26.1 to 4.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/v4.27.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent c5a4657 commit 8d36fa4

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/webpack": "5.28.0",
3131
"@types/webpack-dev-server": "3.11.3",
3232
"@types/webpack-merge": "5.0.0",
33-
"@typescript-eslint/eslint-plugin": "4.26.1",
33+
"@typescript-eslint/eslint-plugin": "4.27.0",
3434
"@typescript-eslint/parser": "4.26.1",
3535
"clean-webpack-plugin": "3.0.0",
3636
"css-loader": "5.2.6",

yarn.lock

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,29 +1373,29 @@
13731373
dependencies:
13741374
"@types/yargs-parser" "*"
13751375

1376-
"@typescript-eslint/eslint-plugin@4.26.1":
1377-
version "4.26.1"
1378-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz#b9c7313321cb837e2bf8bebe7acc2220659e67d3"
1379-
integrity sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==
1376+
"@typescript-eslint/eslint-plugin@4.27.0":
1377+
version "4.27.0"
1378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.27.0.tgz#0b7fc974e8bc9b2b5eb98ed51427b0be529b4ad0"
1379+
integrity sha512-DsLqxeUfLVNp3AO7PC3JyaddmEHTtI9qTSAs+RB6ja27QvIM0TA8Cizn1qcS6vOu+WDLFJzkwkgweiyFhssDdQ==
13801380
dependencies:
1381-
"@typescript-eslint/experimental-utils" "4.26.1"
1382-
"@typescript-eslint/scope-manager" "4.26.1"
1381+
"@typescript-eslint/experimental-utils" "4.27.0"
1382+
"@typescript-eslint/scope-manager" "4.27.0"
13831383
debug "^4.3.1"
13841384
functional-red-black-tree "^1.0.1"
13851385
lodash "^4.17.21"
13861386
regexpp "^3.1.0"
13871387
semver "^7.3.5"
13881388
tsutils "^3.21.0"
13891389

1390-
"@typescript-eslint/experimental-utils@4.26.1":
1391-
version "4.26.1"
1392-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz#a35980a2390da9232aa206b27f620eab66e94142"
1393-
integrity sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==
1390+
"@typescript-eslint/experimental-utils@4.27.0":
1391+
version "4.27.0"
1392+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.27.0.tgz#78192a616472d199f084eab8f10f962c0757cd1c"
1393+
integrity sha512-n5NlbnmzT2MXlyT+Y0Jf0gsmAQzCnQSWXKy4RGSXVStjDvS5we9IWbh7qRVKdGcxT0WYlgcCYUK/HRg7xFhvjQ==
13941394
dependencies:
13951395
"@types/json-schema" "^7.0.7"
1396-
"@typescript-eslint/scope-manager" "4.26.1"
1397-
"@typescript-eslint/types" "4.26.1"
1398-
"@typescript-eslint/typescript-estree" "4.26.1"
1396+
"@typescript-eslint/scope-manager" "4.27.0"
1397+
"@typescript-eslint/types" "4.27.0"
1398+
"@typescript-eslint/typescript-estree" "4.27.0"
13991399
eslint-scope "^5.1.1"
14001400
eslint-utils "^3.0.0"
14011401

@@ -1417,11 +1417,24 @@
14171417
"@typescript-eslint/types" "4.26.1"
14181418
"@typescript-eslint/visitor-keys" "4.26.1"
14191419

1420+
"@typescript-eslint/scope-manager@4.27.0":
1421+
version "4.27.0"
1422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.27.0.tgz#b0b1de2b35aaf7f532e89c8e81d0fa298cae327d"
1423+
integrity sha512-DY73jK6SEH6UDdzc6maF19AHQJBFVRf6fgAXHPXCGEmpqD4vYgPEzqpFz1lf/daSbOcMpPPj9tyXXDPW2XReAw==
1424+
dependencies:
1425+
"@typescript-eslint/types" "4.27.0"
1426+
"@typescript-eslint/visitor-keys" "4.27.0"
1427+
14201428
"@typescript-eslint/types@4.26.1":
14211429
version "4.26.1"
14221430
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
14231431
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
14241432

1433+
"@typescript-eslint/types@4.27.0":
1434+
version "4.27.0"
1435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
1436+
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
1437+
14251438
"@typescript-eslint/typescript-estree@4.26.1":
14261439
version "4.26.1"
14271440
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
@@ -1435,6 +1448,19 @@
14351448
semver "^7.3.5"
14361449
tsutils "^3.21.0"
14371450

1451+
"@typescript-eslint/typescript-estree@4.27.0":
1452+
version "4.27.0"
1453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.27.0.tgz#189a7b9f1d0717d5cccdcc17247692dedf7a09da"
1454+
integrity sha512-KH03GUsUj41sRLLEy2JHstnezgpS5VNhrJouRdmh6yNdQ+yl8w5LrSwBkExM+jWwCJa7Ct2c8yl8NdtNRyQO6g==
1455+
dependencies:
1456+
"@typescript-eslint/types" "4.27.0"
1457+
"@typescript-eslint/visitor-keys" "4.27.0"
1458+
debug "^4.3.1"
1459+
globby "^11.0.3"
1460+
is-glob "^4.0.1"
1461+
semver "^7.3.5"
1462+
tsutils "^3.21.0"
1463+
14381464
"@typescript-eslint/visitor-keys@4.26.1":
14391465
version "4.26.1"
14401466
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
@@ -1443,6 +1469,14 @@
14431469
"@typescript-eslint/types" "4.26.1"
14441470
eslint-visitor-keys "^2.0.0"
14451471

1472+
"@typescript-eslint/visitor-keys@4.27.0":
1473+
version "4.27.0"
1474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
1475+
integrity sha512-es0GRYNZp0ieckZ938cEANfEhsfHrzuLrePukLKtY3/KPXcq1Xd555Mno9/GOgXhKzn0QfkDLVgqWO3dGY80bg==
1476+
dependencies:
1477+
"@typescript-eslint/types" "4.27.0"
1478+
eslint-visitor-keys "^2.0.0"
1479+
14461480
"@webassemblyjs/ast@1.11.0":
14471481
version "1.11.0"
14481482
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.0.tgz#a5aa679efdc9e51707a4207139da57920555961f"

0 commit comments

Comments
 (0)