Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): update to @typescript-eslint/* v8 #955

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from

Conversation

MichaelDeBoey
Copy link
Member

Last part of migration to latest typescript-eslint version

CC/ @G-Rath @JoshuaKGoldberg


Closes #948

@MichaelDeBoey MichaelDeBoey added the v7 Next major v7 label Nov 1, 2024
@MichaelDeBoey MichaelDeBoey self-assigned this Nov 1, 2024
@@ -214,6 +212,7 @@ export function detectTestingLibraryUtils<

const originalNodeName =
isImportSpecifier(importedUtilSpecifier) &&
ASTUtils.isIdentifier(importedUtilSpecifier.imported) &&
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra check is needed because of changes from typescript-eslint/typescript-eslint#9972: imported can now be Identifier | StringLiteral, which was only Identifier before

@MichaelDeBoey MichaelDeBoey linked an issue Nov 1, 2024 that may be closed by this pull request
@Belco90
Copy link
Member

Belco90 commented Nov 9, 2024

I should be able to review this next week. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v7 Next major v7
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Upgrade @typescript-eslint to v8
2 participants