-
Notifications
You must be signed in to change notification settings - Fork 39
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
chore: align typescript-eslint deps #2787
base: main
Are you sure you want to change the base?
Conversation
ccb84d5
to
43bd7c9
Compare
View your CI Pipeline Execution ↗ for commit be3522e.
☁️ Nx Cloud last updated this comment at |
43bd7c9
to
be3522e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files☔ View full report in Codecov by Sentry. |
@@ -16,7 +16,7 @@ packageExtensions: | |||
"@swc/types": "*" | |||
"@typescript-eslint/rule-tester@*": | |||
dependencies: | |||
"@typescript-eslint/parser": ~8.21.0 | |||
"@typescript-eslint/parser": ~8.22.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need to enforce it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still only in its devDependencies so I would say yes if we are using typings from @typescript-eslint/parser
.
@@ -16,7 +16,7 @@ packageExtensions: | |||
"@swc/types": "*" | |||
"@typescript-eslint/rule-tester@*": | |||
dependencies: | |||
"@typescript-eslint/parser": ~8.21.0 | |||
"@typescript-eslint/parser": ~8.22.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still only in its devDependencies so I would say yes if we are using typings from @typescript-eslint/parser
.
Proposed change
Align some deps