Skip to content

Commit 490fc6b

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 (#5734)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.8.1 to 4.8.2. - [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.2/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> Co-authored-by: Areeb Jamal <[email protected]>
1 parent 706e01e commit 490fc6b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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.1",
53+
"@typescript-eslint/eslint-plugin": "^4.8.2",
5454
"@typescript-eslint/parser": "^4.8.2",
5555
"async": "^3.2.0",
5656
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 13 additions & 13 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.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==
2228+
"@typescript-eslint/eslint-plugin@^4.8.2":
2229+
version "4.8.2"
2230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.2.tgz#cf9102ec800391caa574f589ffe0623cca1d9308"
2231+
integrity sha512-gQ06QLV5l1DtvYtqOyFLXD9PdcILYqlrJj2l+CGDlPtmgLUzc1GpqciJFIRvyfvgLALpnxYINFuw+n9AZhPBKQ==
22322232
dependencies:
2233-
"@typescript-eslint/experimental-utils" "4.8.1"
2234-
"@typescript-eslint/scope-manager" "4.8.1"
2233+
"@typescript-eslint/experimental-utils" "4.8.2"
2234+
"@typescript-eslint/scope-manager" "4.8.2"
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].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==
2241+
"@typescript-eslint/[email protected].2":
2242+
version "4.8.2"
2243+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.2.tgz#8909a5732f19329cf5ef0c39766170476bff5e50"
2244+
integrity sha512-hpTw6o6IhBZEsQsjuw/4RWmceRyESfAiEzAEnXHKG1X7S5DXFaZ4IO1JO7CW1aQ604leQBzjZmuMI9QBCAJX8Q==
22452245
dependencies:
22462246
"@types/json-schema" "^7.0.3"
2247-
"@typescript-eslint/scope-manager" "4.8.1"
2248-
"@typescript-eslint/types" "4.8.1"
2249-
"@typescript-eslint/typescript-estree" "4.8.1"
2247+
"@typescript-eslint/scope-manager" "4.8.2"
2248+
"@typescript-eslint/types" "4.8.2"
2249+
"@typescript-eslint/typescript-estree" "4.8.2"
22502250
eslint-scope "^5.0.0"
22512251
eslint-utils "^2.0.0"
22522252

0 commit comments

Comments
 (0)