Skip to content

Commit

Permalink
chore: bump ts-api-utils to v0.0.44 (#6659)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Mar 17, 2023
1 parent dcdbc76 commit 28a64b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -63,7 +63,7 @@
"ignore": "^5.2.0",
"natural-compare-lite": "^1.4.0",
"semver": "^7.3.7",
"ts-api-utils": "^0.0.39"
"ts-api-utils": "^0.0.44"
},
"devDependencies": {
"@types/debug": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/unbound-method.ts
Expand Up @@ -281,7 +281,7 @@ function checkMethod(
!thisArgIsVoid &&
!(
ignoreStatic &&
tsutils.hasModifier(
tsutils.includesModifier(
getModifiers(valueDeclaration),
ts.SyntaxKind.StaticKeyword,
)
Expand Down
2 changes: 1 addition & 1 deletion packages/type-utils/package.json
Expand Up @@ -48,7 +48,7 @@
"@typescript-eslint/typescript-estree": "5.55.0",
"@typescript-eslint/utils": "5.55.0",
"debug": "^4.3.4",
"ts-api-utils": "^0.0.39"
"ts-api-utils": "^0.0.44"
},
"devDependencies": {
"@typescript-eslint/parser": "5.55.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -13450,6 +13450,11 @@ ts-api-utils@^0.0.39:
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-0.0.39.tgz#cd3d2dd88a68cbc8259cf9944fbd4dbd19f1d69c"
integrity sha512-JSEMbhv2bJCgJUhN/6y58Om6k7rmZ7BwJsklWwv0srfMc7HkhnfHA1sGpGltS6VSTMT4PVEqj/IVsCAPcU1l/g==

ts-api-utils@^0.0.44:
version "0.0.44"
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-0.0.44.tgz#4e6582ecad2fa141cc31d62f22ac590a5ff6eb05"
integrity sha512-pYeAeynJqwgxewln4Ok+nVtiYqhfQW3MI2VFB+lLmhuf1fGjAJ5fSOcrqjwD6+lZjeGpMdVg4vKQsPtI0Mlikg==

ts-essentials@^2.0.3:
version "2.0.12"
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-2.0.12.tgz#c9303f3d74f75fa7528c3d49b80e089ab09d8745"
Expand Down

0 comments on commit 28a64b5

Please sign in to comment.