Skip to content

Commit 5d34f21

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.8.0 to 4.8.1 (#5677)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.8.0 to 4.8.1. - [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.8.1/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 5fb4acf commit 5d34f21

File tree

2 files changed

+14
-49
lines changed

2 files changed

+14
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/qunit": "^2.9.6",
5151
"@types/rsvp": "^4.0.3",
5252
"@types/url-parse": "^1.4.3",
53-
"@typescript-eslint/eslint-plugin": "^4.8.0",
53+
"@typescript-eslint/eslint-plugin": "^4.8.1",
5454
"@typescript-eslint/parser": "^4.8.1",
5555
"async": "^3.2.0",
5656
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 13 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,28 +2225,28 @@
22252225
resolved "https://registry.yarnpkg.com/@types/url-parse/-/url-parse-1.4.3.tgz#fba49d90f834951cb000a674efee3d6f20968329"
22262226
integrity sha512-4kHAkbV/OfW2kb5BLVUuUMoumB3CP8rHqlw48aHvFy5tf9ER0AfOonBlX29l/DD68G70DmyhRlSYfQPSYpC5Vw==
22272227

2228-
"@typescript-eslint/eslint-plugin@^4.8.0":
2229-
version "4.8.0"
2230-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.0.tgz#ad12cba28e426b24295291ad4c43b1cdc8b9dbb1"
2231-
integrity sha512-nm80Yy5D7Ot00bomzBYodnGmGhNdePHS3iaxJ3Th0wxRWEI/6KCgbmL8PR78fF7MtT1VDcYNtY5y+YYyGlRhBg==
2228+
"@typescript-eslint/eslint-plugin@^4.8.1":
2229+
version "4.8.1"
2230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.1.tgz#b362abe0ee478a6c6d06c14552a6497f0b480769"
2231+
integrity sha512-d7LeQ7dbUrIv5YVFNzGgaW3IQKMmnmKFneRWagRlGYOSfLJVaRbj/FrBNOBC1a3tVO+TgNq1GbHvRtg1kwL0FQ==
22322232
dependencies:
2233-
"@typescript-eslint/experimental-utils" "4.8.0"
2234-
"@typescript-eslint/scope-manager" "4.8.0"
2233+
"@typescript-eslint/experimental-utils" "4.8.1"
2234+
"@typescript-eslint/scope-manager" "4.8.1"
22352235
debug "^4.1.1"
22362236
functional-red-black-tree "^1.0.1"
22372237
regexpp "^3.0.0"
22382238
semver "^7.3.2"
22392239
tsutils "^3.17.1"
22402240

2241-
"@typescript-eslint/[email protected].0":
2242-
version "4.8.0"
2243-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.0.tgz#ff035f917aec0698c156a6039166ecf9d7a24f57"
2244-
integrity sha512-1yOvI++HMdA9lpaAkXXQlVUwJjruNz7Z9K3lgpcU+JU/Szvsv42H6G6DECalAuz2Dd0KFU/MeUrPC0jXnuAvlA==
2241+
"@typescript-eslint/[email protected].1":
2242+
version "4.8.1"
2243+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.1.tgz#27275c20fa4336df99ebcf6195f7d7aa7aa9f22d"
2244+
integrity sha512-WigyLn144R3+lGATXW4nNcDJ9JlTkG8YdBWHkDlN0lC3gUGtDi7Pe3h5GPvFKMcRz8KbZpm9FJV9NTW8CpRHpg==
22452245
dependencies:
22462246
"@types/json-schema" "^7.0.3"
2247-
"@typescript-eslint/scope-manager" "4.8.0"
2248-
"@typescript-eslint/types" "4.8.0"
2249-
"@typescript-eslint/typescript-estree" "4.8.0"
2247+
"@typescript-eslint/scope-manager" "4.8.1"
2248+
"@typescript-eslint/types" "4.8.1"
2249+
"@typescript-eslint/typescript-estree" "4.8.1"
22502250
eslint-scope "^5.0.0"
22512251
eslint-utils "^2.0.0"
22522252

@@ -2260,14 +2260,6 @@
22602260
"@typescript-eslint/typescript-estree" "4.8.1"
22612261
debug "^4.1.1"
22622262

2263-
"@typescript-eslint/[email protected]":
2264-
version "4.8.0"
2265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.0.tgz#f960b6c5df1a5b230b8488e71c5c04e58dd494e0"
2266-
integrity sha512-eJ+SV6w5WcyFusQ/Ru4A/c7E65HMGzWWGPJAqSuM/1EKEE6wOw9LUQTqAvLa6v2oIcaDo9F+/EyOPZgoD/BcLA==
2267-
dependencies:
2268-
"@typescript-eslint/types" "4.8.0"
2269-
"@typescript-eslint/visitor-keys" "4.8.0"
2270-
22712263
"@typescript-eslint/[email protected]":
22722264
version "4.8.1"
22732265
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
@@ -2276,30 +2268,11 @@
22762268
"@typescript-eslint/types" "4.8.1"
22772269
"@typescript-eslint/visitor-keys" "4.8.1"
22782270

2279-
"@typescript-eslint/[email protected]":
2280-
version "4.8.0"
2281-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.0.tgz#87e73883637f662d9a638b0e9b01ed77edc44fb7"
2282-
integrity sha512-2/mGmXxr3sTxCvCT1mhR2b9rbfpMEBK41tiu0lMnMtZEbpphcUyrmgt2ogDFWNvsvyyeUxO1159eDrgFb7zV4Q==
2283-
22842271
"@typescript-eslint/[email protected]":
22852272
version "4.8.1"
22862273
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
22872274
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
22882275

2289-
"@typescript-eslint/[email protected]":
2290-
version "4.8.0"
2291-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.0.tgz#b5160588495f18b739003b6078309b76fece0c55"
2292-
integrity sha512-jEdeERN8DIs7S8PlTdI7Sdy63Caxg2VtR21/RV7Z1Dtixiq/QEFSPrDXggMXKNOPPlrtMS+eCz7d7NV0HWLFVg==
2293-
dependencies:
2294-
"@typescript-eslint/types" "4.8.0"
2295-
"@typescript-eslint/visitor-keys" "4.8.0"
2296-
debug "^4.1.1"
2297-
globby "^11.0.1"
2298-
is-glob "^4.0.1"
2299-
lodash "^4.17.15"
2300-
semver "^7.3.2"
2301-
tsutils "^3.17.1"
2302-
23032276
"@typescript-eslint/[email protected]":
23042277
version "4.8.1"
23052278
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
@@ -2314,14 +2287,6 @@
23142287
semver "^7.3.2"
23152288
tsutils "^3.17.1"
23162289

2317-
"@typescript-eslint/[email protected]":
2318-
version "4.8.0"
2319-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.0.tgz#7786b92bbaf25c6aa9fb860eb8dbb1f7d3b7d0ad"
2320-
integrity sha512-JluNZLvnkRUr0h3L6MnQVLuy2rw9DpD0OyMC21FVbgcezr0LQkbBjDp9kyKZhuZrLrtq4mwPiIkpfRb8IRqneA==
2321-
dependencies:
2322-
"@typescript-eslint/types" "4.8.0"
2323-
eslint-visitor-keys "^2.0.0"
2324-
23252290
"@typescript-eslint/[email protected]":
23262291
version "4.8.1"
23272292
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"

0 commit comments

Comments
 (0)