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

Upgrade to typescript-eslint v6 #25904

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

renchap
Copy link
Sponsor Member

@renchap renchap commented Jul 11, 2023

Announcement and upgrade notes: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/

I used the recommended strict configs.

I first auto-fixed what was possible.

Then I applied the prefer-nullish-coalescing changes.
Some were a good suggestion, others were not (we want to match an empty string) so I disabled the rule for those to make it explicit.

@renchap renchap added dependencies Pull requests that update a dependency file typescript labels Jul 11, 2023
@github-actions
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions
Copy link
Contributor

This pull request has resolved merge conflicts and is ready for review.

Announcement and upgrade notes: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/

I used the recommended strict configs.

I first auto-fixed what was possible.

Then I applied the [`prefer-nullish-coalescing`](https://typescript-eslint.io/rules/prefer-nullish-coalescing) changes.
Some were a good suggestion, others were not (we want to match an empty string) so I disabled the rule for those to make it explicit.
@ClearlyClaire ClearlyClaire merged commit a725307 into mastodon:main Jul 13, 2023
28 checks passed
jsgoldstein pushed a commit to jsgoldstein/mastodon that referenced this pull request Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants