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

Allow @typescript-eslint/utils@7 as a dependency #1566

Closed
JoshuaKGoldberg opened this issue Apr 26, 2024 · 3 comments · Fixed by #1567
Closed

Allow @typescript-eslint/utils@7 as a dependency #1566

JoshuaKGoldberg opened this issue Apr 26, 2024 · 3 comments · Fixed by #1567
Labels

Comments

@JoshuaKGoldberg
Copy link
Contributor

JoshuaKGoldberg commented Apr 26, 2024

Following up after #1398 -> #1400: it looks like @typescript-eslint/utils is still at v5. Would you be open to a PR that adds || ^6.0.0 || ^7.0.0 edit: || ^7.0.0 to that range?

"dependencies": {
"@typescript-eslint/utils": "^6.0.0"
},

It'd be great to deduplicate the version of the utils package for folks on v6 & v7.

@SimenB
Copy link
Member

SimenB commented Apr 26, 2024

That's 6? But yeah, if there are no breaking changes in 7 (API wise) we can probably do that without issue 👍

@JoshuaKGoldberg
Copy link
Contributor Author

Heh, sorry, yes - silly morning typo on my end. Thanks!

Copy link

github-actions bot commented May 3, 2024

🎉 This issue has been resolved in version 28.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants