Skip to content

Commit efcfc54

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.26.0 to 4.33.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.33.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d663451 commit efcfc54

File tree

2 files changed

+54
-34
lines changed

2 files changed

+54
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@semantic-release/git": "9.0.0",
5050
"@types/express": "4.17.13",
5151
"@types/jest": "26.0.9",
52-
"@typescript-eslint/eslint-plugin": "4.26.0",
52+
"@typescript-eslint/eslint-plugin": "4.33.0",
5353
"@typescript-eslint/parser": "4.26.0",
5454
"babel-eslint": "10.0.3",
5555
"eslint": "6.8.0",

yarn.lock

Lines changed: 53 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2378,29 +2378,29 @@
23782378
dependencies:
23792379
"@types/yargs-parser" "*"
23802380

2381-
"@typescript-eslint/eslint-plugin@4.26.0":
2382-
version "4.26.0"
2383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
2384-
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
2381+
"@typescript-eslint/eslint-plugin@4.33.0":
2382+
version "4.33.0"
2383+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
2384+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
23852385
dependencies:
2386-
"@typescript-eslint/experimental-utils" "4.26.0"
2387-
"@typescript-eslint/scope-manager" "4.26.0"
2386+
"@typescript-eslint/experimental-utils" "4.33.0"
2387+
"@typescript-eslint/scope-manager" "4.33.0"
23882388
debug "^4.3.1"
23892389
functional-red-black-tree "^1.0.1"
2390-
lodash "^4.17.21"
2390+
ignore "^5.1.8"
23912391
regexpp "^3.1.0"
23922392
semver "^7.3.5"
23932393
tsutils "^3.21.0"
23942394

2395-
"@typescript-eslint/experimental-utils@4.26.0":
2396-
version "4.26.0"
2397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
2398-
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
2395+
"@typescript-eslint/experimental-utils@4.33.0":
2396+
version "4.33.0"
2397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2398+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
23992399
dependencies:
24002400
"@types/json-schema" "^7.0.7"
2401-
"@typescript-eslint/scope-manager" "4.26.0"
2402-
"@typescript-eslint/types" "4.26.0"
2403-
"@typescript-eslint/typescript-estree" "4.26.0"
2401+
"@typescript-eslint/scope-manager" "4.33.0"
2402+
"@typescript-eslint/types" "4.33.0"
2403+
"@typescript-eslint/typescript-estree" "4.33.0"
24042404
eslint-scope "^5.1.1"
24052405
eslint-utils "^3.0.0"
24062406

@@ -2431,11 +2431,24 @@
24312431
"@typescript-eslint/types" "4.26.0"
24322432
"@typescript-eslint/visitor-keys" "4.26.0"
24332433

2434+
"@typescript-eslint/[email protected]":
2435+
version "4.33.0"
2436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2437+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
2438+
dependencies:
2439+
"@typescript-eslint/types" "4.33.0"
2440+
"@typescript-eslint/visitor-keys" "4.33.0"
2441+
24342442
"@typescript-eslint/[email protected]":
24352443
version "4.26.0"
24362444
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
24372445
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
24382446

2447+
"@typescript-eslint/[email protected]":
2448+
version "4.33.0"
2449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2450+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
2451+
24392452
"@typescript-eslint/[email protected]":
24402453
version "2.18.0"
24412454
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.18.0.tgz#cfbd16ed1b111166617d718619c19b62764c8460"
@@ -2462,6 +2475,19 @@
24622475
semver "^7.3.5"
24632476
tsutils "^3.21.0"
24642477

2478+
"@typescript-eslint/[email protected]":
2479+
version "4.33.0"
2480+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2481+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
2482+
dependencies:
2483+
"@typescript-eslint/types" "4.33.0"
2484+
"@typescript-eslint/visitor-keys" "4.33.0"
2485+
debug "^4.3.1"
2486+
globby "^11.0.3"
2487+
is-glob "^4.0.1"
2488+
semver "^7.3.5"
2489+
tsutils "^3.21.0"
2490+
24652491
"@typescript-eslint/[email protected]":
24662492
version "4.26.0"
24672493
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -2470,6 +2496,14 @@
24702496
"@typescript-eslint/types" "4.26.0"
24712497
eslint-visitor-keys "^2.0.0"
24722498

2499+
"@typescript-eslint/[email protected]":
2500+
version "4.33.0"
2501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2502+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
2503+
dependencies:
2504+
"@typescript-eslint/types" "4.33.0"
2505+
eslint-visitor-keys "^2.0.0"
2506+
24732507
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
24742508
version "1.3.5"
24752509
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -4040,7 +4074,7 @@ [email protected]:
40404074
dependencies:
40414075
ms "2.0.0"
40424076

4043-
debug@4, debug@^4.3.1:
4077+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
40444078
version "4.3.1"
40454079
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
40464080
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -4054,13 +4088,6 @@ debug@^3.1.0:
40544088
dependencies:
40554089
ms "^2.1.1"
40564090

4057-
debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
4058-
version "4.1.1"
4059-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
4060-
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
4061-
dependencies:
4062-
ms "^2.1.1"
4063-
40644091
debuglog@^1.0.1:
40654092
version "1.0.1"
40664093
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -5864,7 +5891,7 @@ ignore@^4.0.6:
58645891
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
58655892
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
58665893

5867-
ignore@^5.1.4:
5894+
ignore@^5.1.4, ignore@^5.1.8:
58685895
version "5.1.8"
58695896
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
58705897
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -10134,12 +10161,12 @@ [email protected]:
1013410161
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
1013510162
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
1013610163

10137-
[email protected], semver@^7.1.2, semver@^7.3.2:
10164+
1013810165
version "7.3.2"
1013910166
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
1014010167
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
1014110168

10142-
semver@^7.3.5:
10169+
semver@^7.1.2, semver@^7.3.2, semver@^7.3.5:
1014310170
version "7.3.5"
1014410171
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
1014510172
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -11111,14 +11138,7 @@ tslib@^2.0.0:
1111111138
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
1111211139
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
1111311140

11114-
tsutils@^3.17.1:
11115-
version "3.17.1"
11116-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
11117-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
11118-
dependencies:
11119-
tslib "^1.8.1"
11120-
11121-
tsutils@^3.21.0:
11141+
tsutils@^3.17.1, tsutils@^3.21.0:
1112211142
version "3.21.0"
1112311143
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
1112411144
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)