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

fix: upgrade packages to latest, especially @typescript-eslint versions to 8.18.0 #15

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

baruchiro
Copy link
Contributor

Upgrade versions to fix #14

Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

Good call, thanks!

I'll go ahead and bump all the packages to their latest versions. Some of them are still on v6!

@JoshuaKGoldberg JoshuaKGoldberg changed the title Fix: upgrade @typescript-eslint versions to 8.18.0 fix: upgrade packages to latest, especially @typescript-eslint versions to 8.18.0 Dec 11, 2024
@@ -13,7 +13,7 @@ import tseslint from 'typescript-eslint';
export default tseslint.config(
{ ignores: ["lib"] },
eslint.configs.recommended,
...tseslint.configs.recommendedTypeChecked,
tseslint.configs.recommendedTypeChecked,
Copy link
Member

Choose a reason for hiding this comment

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

In the latest versions, the ... is no longer necessary. Arbitrary nesting is now allowed.

files: ["*.js"],
...tseslint.configs.disableTypeChecked,
Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg Dec 11, 2024

Choose a reason for hiding this comment

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

tseslint.config's extends actually always worked this way, I'd just not gotten in the habit of using it nicely.

@@ -2,6 +2,7 @@
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
Copy link
Member

Choose a reason for hiding this comment

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

This should have been on before, so that if you ran npm run tsc before npm run lint you wouldn't have extra src/*.js files to lint.

@JoshuaKGoldberg JoshuaKGoldberg merged commit 0366be0 into typescript-eslint:main Dec 11, 2024
@baruchiro baruchiro deleted the issue/14 branch December 11, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Argument of type ExampleTypedLintingRuleDocs is not assignable to parameter of type 'unknown'
2 participants