Skip to content

Commit 6d04bfa

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] <support@github.com>
1 parent 64d17a6 commit 6d04bfa

File tree

2 files changed

+54
-27
lines changed

2 files changed

+54
-27
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": "10.0.1",
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 & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,29 +2244,29 @@
22442244
dependencies:
22452245
"@types/yargs-parser" "*"
22462246

2247-
"@typescript-eslint/eslint-plugin@4.26.0":
2248-
version "4.26.0"
2249-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
2250-
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
2247+
"@typescript-eslint/eslint-plugin@4.33.0":
2248+
version "4.33.0"
2249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
2250+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
22512251
dependencies:
2252-
"@typescript-eslint/experimental-utils" "4.26.0"
2253-
"@typescript-eslint/scope-manager" "4.26.0"
2252+
"@typescript-eslint/experimental-utils" "4.33.0"
2253+
"@typescript-eslint/scope-manager" "4.33.0"
22542254
debug "^4.3.1"
22552255
functional-red-black-tree "^1.0.1"
2256-
lodash "^4.17.21"
2256+
ignore "^5.1.8"
22572257
regexpp "^3.1.0"
22582258
semver "^7.3.5"
22592259
tsutils "^3.21.0"
22602260

2261-
"@typescript-eslint/experimental-utils@4.26.0":
2262-
version "4.26.0"
2263-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
2264-
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
2261+
"@typescript-eslint/experimental-utils@4.33.0":
2262+
version "4.33.0"
2263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2264+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
22652265
dependencies:
22662266
"@types/json-schema" "^7.0.7"
2267-
"@typescript-eslint/scope-manager" "4.26.0"
2268-
"@typescript-eslint/types" "4.26.0"
2269-
"@typescript-eslint/typescript-estree" "4.26.0"
2267+
"@typescript-eslint/scope-manager" "4.33.0"
2268+
"@typescript-eslint/types" "4.33.0"
2269+
"@typescript-eslint/typescript-estree" "4.33.0"
22702270
eslint-scope "^5.1.1"
22712271
eslint-utils "^3.0.0"
22722272

@@ -2298,11 +2298,24 @@
22982298
"@typescript-eslint/types" "4.26.0"
22992299
"@typescript-eslint/visitor-keys" "4.26.0"
23002300

2301+
"@typescript-eslint/scope-manager@4.33.0":
2302+
version "4.33.0"
2303+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2304+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
2305+
dependencies:
2306+
"@typescript-eslint/types" "4.33.0"
2307+
"@typescript-eslint/visitor-keys" "4.33.0"
2308+
23012309
"@typescript-eslint/types@4.26.0":
23022310
version "4.26.0"
23032311
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
23042312
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
23052313

2314+
"@typescript-eslint/types@4.33.0":
2315+
version "4.33.0"
2316+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2317+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
2318+
23062319
"@typescript-eslint/typescript-estree@2.34.0":
23072320
version "2.34.0"
23082321
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -2329,6 +2342,19 @@
23292342
semver "^7.3.5"
23302343
tsutils "^3.21.0"
23312344

2345+
"@typescript-eslint/typescript-estree@4.33.0":
2346+
version "4.33.0"
2347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2348+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
2349+
dependencies:
2350+
"@typescript-eslint/types" "4.33.0"
2351+
"@typescript-eslint/visitor-keys" "4.33.0"
2352+
debug "^4.3.1"
2353+
globby "^11.0.3"
2354+
is-glob "^4.0.1"
2355+
semver "^7.3.5"
2356+
tsutils "^3.21.0"
2357+
23322358
"@typescript-eslint/visitor-keys@4.26.0":
23332359
version "4.26.0"
23342360
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -2337,6 +2363,14 @@
23372363
"@typescript-eslint/types" "4.26.0"
23382364
eslint-visitor-keys "^2.0.0"
23392365

2366+
"@typescript-eslint/visitor-keys@4.33.0":
2367+
version "4.33.0"
2368+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2369+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
2370+
dependencies:
2371+
"@typescript-eslint/types" "4.33.0"
2372+
eslint-visitor-keys "^2.0.0"
2373+
23402374
"@xmldom/xmldom@^0.8.3":
23412375
version "0.8.6"
23422376
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.6.tgz#8a1524eb5bd5e965c1e3735476f0262469f71440"
@@ -5341,10 +5375,10 @@ ignore@^4.0.6:
53415375
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
53425376
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
53435377

5344-
ignore@^5.2.0:
5345-
version "5.2.0"
5346-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
5347-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
5378+
ignore@^5.1.8, ignore@^5.2.0:
5379+
version "5.2.4"
5380+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
5381+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
53485382

53495383
import-fresh@^3.0.0, import-fresh@^3.2.1:
53505384
version "3.3.0"
@@ -9259,20 +9293,13 @@ semver@7.3.2:
92599293
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
92609294
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
92619295

9262-
semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.7, semver@^7.3.8:
9296+
semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
92639297
version "7.3.8"
92649298
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
92659299
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
92669300
dependencies:
92679301
lru-cache "^6.0.0"
92689302

9269-
semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
9270-
version "7.3.7"
9271-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
9272-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
9273-
dependencies:
9274-
lru-cache "^6.0.0"
9275-
92769303
send@0.18.0:
92779304
version "0.18.0"
92789305
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"

0 commit comments

Comments
 (0)