Skip to content

Commit b515ea3

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 44622fa commit b515ea3

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": "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: 49 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,29 +2119,29 @@
21192119
dependencies:
21202120
"@types/yargs-parser" "*"
21212121

2122-
"@typescript-eslint/eslint-plugin@4.26.0":
2123-
version "4.26.0"
2124-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
2125-
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
2122+
"@typescript-eslint/eslint-plugin@4.33.0":
2123+
version "4.33.0"
2124+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
2125+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
21262126
dependencies:
2127-
"@typescript-eslint/experimental-utils" "4.26.0"
2128-
"@typescript-eslint/scope-manager" "4.26.0"
2127+
"@typescript-eslint/experimental-utils" "4.33.0"
2128+
"@typescript-eslint/scope-manager" "4.33.0"
21292129
debug "^4.3.1"
21302130
functional-red-black-tree "^1.0.1"
2131-
lodash "^4.17.21"
2131+
ignore "^5.1.8"
21322132
regexpp "^3.1.0"
21332133
semver "^7.3.5"
21342134
tsutils "^3.21.0"
21352135

2136-
"@typescript-eslint/experimental-utils@4.26.0":
2137-
version "4.26.0"
2138-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
2139-
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
2136+
"@typescript-eslint/experimental-utils@4.33.0":
2137+
version "4.33.0"
2138+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2139+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
21402140
dependencies:
21412141
"@types/json-schema" "^7.0.7"
2142-
"@typescript-eslint/scope-manager" "4.26.0"
2143-
"@typescript-eslint/types" "4.26.0"
2144-
"@typescript-eslint/typescript-estree" "4.26.0"
2142+
"@typescript-eslint/scope-manager" "4.33.0"
2143+
"@typescript-eslint/types" "4.33.0"
2144+
"@typescript-eslint/typescript-estree" "4.33.0"
21452145
eslint-scope "^5.1.1"
21462146
eslint-utils "^3.0.0"
21472147

@@ -2173,11 +2173,24 @@
21732173
"@typescript-eslint/types" "4.26.0"
21742174
"@typescript-eslint/visitor-keys" "4.26.0"
21752175

2176+
"@typescript-eslint/[email protected]":
2177+
version "4.33.0"
2178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2179+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
2180+
dependencies:
2181+
"@typescript-eslint/types" "4.33.0"
2182+
"@typescript-eslint/visitor-keys" "4.33.0"
2183+
21762184
"@typescript-eslint/[email protected]":
21772185
version "4.26.0"
21782186
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
21792187
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
21802188

2189+
"@typescript-eslint/[email protected]":
2190+
version "4.33.0"
2191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2192+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
2193+
21812194
"@typescript-eslint/[email protected]":
21822195
version "2.34.0"
21832196
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -2204,6 +2217,19 @@
22042217
semver "^7.3.5"
22052218
tsutils "^3.21.0"
22062219

2220+
"@typescript-eslint/[email protected]":
2221+
version "4.33.0"
2222+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2223+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
2224+
dependencies:
2225+
"@typescript-eslint/types" "4.33.0"
2226+
"@typescript-eslint/visitor-keys" "4.33.0"
2227+
debug "^4.3.1"
2228+
globby "^11.0.3"
2229+
is-glob "^4.0.1"
2230+
semver "^7.3.5"
2231+
tsutils "^3.21.0"
2232+
22072233
"@typescript-eslint/[email protected]":
22082234
version "4.26.0"
22092235
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -2212,6 +2238,14 @@
22122238
"@typescript-eslint/types" "4.26.0"
22132239
eslint-visitor-keys "^2.0.0"
22142240

2241+
"@typescript-eslint/[email protected]":
2242+
version "4.33.0"
2243+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2244+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
2245+
dependencies:
2246+
"@typescript-eslint/types" "4.33.0"
2247+
eslint-visitor-keys "^2.0.0"
2248+
22152249
"@xmldom/xmldom@^0.7.0":
22162250
version "0.7.5"
22172251
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
@@ -5195,7 +5229,7 @@ ignore@^4.0.6:
51955229
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
51965230
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
51975231

5198-
ignore@^5.2.0:
5232+
ignore@^5.1.8, ignore@^5.2.0:
51995233
version "5.2.0"
52005234
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
52015235
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==

0 commit comments

Comments
 (0)