Skip to content

update to eslint v8 #1658

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

Merged
merged 3 commits into from
Jun 12, 2025
Merged

update to eslint v8 #1658

merged 3 commits into from
Jun 12, 2025

Conversation

dynst
Copy link
Contributor

@dynst dynst commented Jun 11, 2025

https://eslint.org/blog/2021/10/eslint-v8.0.0-released/

eslint-plugin-import 2.25 added eslint 8.x support.

But import/no-cycle detects more cycles in 2.27 so don't update to that until the cycles are fixed in the code.

https://github.com/import-js/eslint-plugin-import/blob/v2.31.0/CHANGELOG.md#2270---2023-01-11

@dynst dynst changed the title update eslint-plugin-import to 2.31.0 update eslint-plugin-import to 2.26 Jun 11, 2025
@dynst dynst changed the title update eslint-plugin-import to 2.26 update to eslint v8 Jun 11, 2025
@webmaster128
Copy link
Member

Nice!

Do I understand correctly that this does not require any code changes?

@dynst
Copy link
Contributor Author

dynst commented Jun 12, 2025

Yeah CI passed, the lint job in CI would have failed if any new warnings were issued. And it does fail if you update the plugin again.

cosmjs/.circleci/config.yml

Lines 643 to 645 in dd295ec

- run:
name: Lint
command: yarn lint

But guessing you know that based on #1662 lol.

@webmaster128
Copy link
Member

Cool stuff, thanks

@webmaster128 webmaster128 merged commit cd782cc into cosmos:main Jun 12, 2025
15 checks passed
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