Skip to content

Commit

Permalink
Merge pull request #90 from realies/dependabot/npm_and_yarn/typescrip…
Browse files Browse the repository at this point in the history
…t-eslint/eslint-plugin-8.20.0

Bump @typescript-eslint/eslint-plugin from 8.19.1 to 8.20.0
  • Loading branch information
github-actions[bot] authored Jan 14, 2025
2 parents 326d768 + 85e30b6 commit bf0c50c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@eslint/eslintrc": "^3.2.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.6",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint": "^9.18.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
37 changes: 36 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
dependencies:
undici-types "~6.20.0"

"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.18.2":
"@typescript-eslint/[email protected]":
version "8.19.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.1.tgz#5f26c0a833b27bcb1aa402b82e76d3b8dda0b247"
integrity sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==
Expand All @@ -263,6 +263,21 @@
natural-compare "^1.4.0"
ts-api-utils "^2.0.0"

"@typescript-eslint/eslint-plugin@^8.20.0":
version "8.20.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863"
integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==
dependencies:
"@eslint-community/regexpp" "^4.10.0"
"@typescript-eslint/scope-manager" "8.20.0"
"@typescript-eslint/type-utils" "8.20.0"
"@typescript-eslint/utils" "8.20.0"
"@typescript-eslint/visitor-keys" "8.20.0"
graphemer "^1.4.0"
ignore "^5.3.1"
natural-compare "^1.4.0"
ts-api-utils "^2.0.0"

"@typescript-eslint/[email protected]":
version "8.19.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.1.tgz#b836fcfe7a704c8c65f5a50e5b0ff8acfca5c21b"
Expand Down Expand Up @@ -330,6 +345,16 @@
debug "^4.3.4"
ts-api-utils "^2.0.0"

"@typescript-eslint/[email protected]":
version "8.20.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19"
integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==
dependencies:
"@typescript-eslint/typescript-estree" "8.20.0"
"@typescript-eslint/utils" "8.20.0"
debug "^4.3.4"
ts-api-utils "^2.0.0"

"@typescript-eslint/[email protected]":
version "6.21.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
Expand Down Expand Up @@ -397,6 +422,16 @@
"@typescript-eslint/types" "8.19.1"
"@typescript-eslint/typescript-estree" "8.19.1"

"@typescript-eslint/[email protected]":
version "8.20.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
dependencies:
"@eslint-community/eslint-utils" "^4.4.0"
"@typescript-eslint/scope-manager" "8.20.0"
"@typescript-eslint/types" "8.20.0"
"@typescript-eslint/typescript-estree" "8.20.0"

"@typescript-eslint/[email protected]":
version "6.21.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
Expand Down

0 comments on commit bf0c50c

Please sign in to comment.