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: support typescript-eslint 6 #322

Merged
merged 1 commit into from
Jul 12, 2023
Merged

feat: support typescript-eslint 6 #322

merged 1 commit into from
Jul 12, 2023

Conversation

millotp
Copy link
Contributor

@millotp millotp commented Jul 12, 2023

In the new version of typescript-eslint the rule sort-type-union-intersection-members was replaced by sort-type-constituents, and eslint now relies on tsconfig.json for type information, which the user has to provide.

Also update all the deps.

@millotp millotp self-assigned this Jul 12, 2023
@millotp millotp force-pushed the feat/support-ts-6 branch from 3418232 to b714064 Compare July 12, 2023 13:58
Copy link
Member

@shortcuts shortcuts left a comment

Choose a reason for hiding this comment

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

looks great, let's make sure to release it as a new major as it's definitely a breaking change

@millotp
Copy link
Contributor Author

millotp commented Jul 12, 2023

yep the release script ask for the new version

@millotp millotp merged commit 36e2ca9 into master Jul 12, 2023
@millotp millotp deleted the feat/support-ts-6 branch July 12, 2023 14:00
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.

2 participants