-
-
Notifications
You must be signed in to change notification settings - Fork 204
chore: upgrade eslint from v8 to v9 #536
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #536 +/- ##
==========================================
+ Coverage 91.55% 93.03% +1.47%
==========================================
Files 7 7
Lines 604 660 +56
Branches 198 217 +19
==========================================
+ Hits 553 614 +61
+ Misses 42 37 -5
Partials 9 9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
updating snapshots creates a new file on its own causing lint and snapshot failure |
Do we use old? If no just remove them |
yes, we are using both. |
.cspell.json
Outdated
@@ -52,6 +52,7 @@ | |||
"*.webp", | |||
"node_modules", | |||
"coverage", | |||
"*.log" | |||
"*.log", | |||
"test/lock-files/url/**" |
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.
Let's save it in test/outputs
, we are ignoring this path by default - https://github.com/webpack/eslint-config-webpack/blob/main/ignore-paths.js#L55C8-L55C15, just change a test
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.
.prettierignore
Outdated
CHANGELOG.md | ||
test/lock-files/url/** |
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.
And remove it from here
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.
eslint.config.mjs
Outdated
|
||
export default defineConfig([ | ||
{ | ||
ignores: ["test/lock-files/url/**"], |
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.
And here
This PR contains a:
Motivation / Use-Case
upgrade eslint from v8 to v9
Breaking Changes
No
Additional Info
No