Skip to content

Commit 1c861d0

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 14c3674 commit 1c861d0

File tree

2 files changed

+50
-16
lines changed

2 files changed

+50
-16
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: 49 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,29 +2143,29 @@
21432143
dependencies:
21442144
"@types/yargs-parser" "*"
21452145

2146-
"@typescript-eslint/eslint-plugin@4.26.0":
2147-
version "4.26.0"
2148-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
2149-
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
2146+
"@typescript-eslint/eslint-plugin@4.33.0":
2147+
version "4.33.0"
2148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
2149+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
21502150
dependencies:
2151-
"@typescript-eslint/experimental-utils" "4.26.0"
2152-
"@typescript-eslint/scope-manager" "4.26.0"
2151+
"@typescript-eslint/experimental-utils" "4.33.0"
2152+
"@typescript-eslint/scope-manager" "4.33.0"
21532153
debug "^4.3.1"
21542154
functional-red-black-tree "^1.0.1"
2155-
lodash "^4.17.21"
2155+
ignore "^5.1.8"
21562156
regexpp "^3.1.0"
21572157
semver "^7.3.5"
21582158
tsutils "^3.21.0"
21592159

2160-
"@typescript-eslint/experimental-utils@4.26.0":
2161-
version "4.26.0"
2162-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
2163-
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
2160+
"@typescript-eslint/experimental-utils@4.33.0":
2161+
version "4.33.0"
2162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2163+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
21642164
dependencies:
21652165
"@types/json-schema" "^7.0.7"
2166-
"@typescript-eslint/scope-manager" "4.26.0"
2167-
"@typescript-eslint/types" "4.26.0"
2168-
"@typescript-eslint/typescript-estree" "4.26.0"
2166+
"@typescript-eslint/scope-manager" "4.33.0"
2167+
"@typescript-eslint/types" "4.33.0"
2168+
"@typescript-eslint/typescript-estree" "4.33.0"
21692169
eslint-scope "^5.1.1"
21702170
eslint-utils "^3.0.0"
21712171

@@ -2197,11 +2197,24 @@
21972197
"@typescript-eslint/types" "4.26.0"
21982198
"@typescript-eslint/visitor-keys" "4.26.0"
21992199

2200+
"@typescript-eslint/scope-manager@4.33.0":
2201+
version "4.33.0"
2202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2203+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
2204+
dependencies:
2205+
"@typescript-eslint/types" "4.33.0"
2206+
"@typescript-eslint/visitor-keys" "4.33.0"
2207+
22002208
"@typescript-eslint/types@4.26.0":
22012209
version "4.26.0"
22022210
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
22032211
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
22042212

2213+
"@typescript-eslint/types@4.33.0":
2214+
version "4.33.0"
2215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2216+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
2217+
22052218
"@typescript-eslint/typescript-estree@2.34.0":
22062219
version "2.34.0"
22072220
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -2228,6 +2241,19 @@
22282241
semver "^7.3.5"
22292242
tsutils "^3.21.0"
22302243

2244+
"@typescript-eslint/typescript-estree@4.33.0":
2245+
version "4.33.0"
2246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2247+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
2248+
dependencies:
2249+
"@typescript-eslint/types" "4.33.0"
2250+
"@typescript-eslint/visitor-keys" "4.33.0"
2251+
debug "^4.3.1"
2252+
globby "^11.0.3"
2253+
is-glob "^4.0.1"
2254+
semver "^7.3.5"
2255+
tsutils "^3.21.0"
2256+
22312257
"@typescript-eslint/visitor-keys@4.26.0":
22322258
version "4.26.0"
22332259
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -2236,6 +2262,14 @@
22362262
"@typescript-eslint/types" "4.26.0"
22372263
eslint-visitor-keys "^2.0.0"
22382264

2265+
"@typescript-eslint/visitor-keys@4.33.0":
2266+
version "4.33.0"
2267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2268+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
2269+
dependencies:
2270+
"@typescript-eslint/types" "4.33.0"
2271+
eslint-visitor-keys "^2.0.0"
2272+
22392273
"@xmldom/xmldom@^0.7.0":
22402274
version "0.7.5"
22412275
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
@@ -5144,7 +5178,7 @@ ignore@^4.0.6:
51445178
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
51455179
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
51465180

5147-
ignore@^5.2.0:
5181+
ignore@^5.1.8, ignore@^5.2.0:
51485182
version "5.2.0"
51495183
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
51505184
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==

0 commit comments

Comments
 (0)