-
Notifications
You must be signed in to change notification settings - Fork 23
chore(deps): update dependency eslint to v10 #1164
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: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -117,7 +117,7 @@ | |
| "classnames": "2.5.1", | ||
| "conventional-changelog-conventionalcommits": "10.2.1", | ||
| "cssnano": "8.0.5", | ||
| "eslint": "8.57.1", | ||
| "eslint": "10.8.1", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| "eslint-config-prettier": "^8.5.0", | ||
| "eslint-formatter-codeframe": "^7.32.1", | ||
| "eslint-plugin-jest": "28.14.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.
eslint.config.js). This repo has no flat config;.eslintrcextends legacy@doist/eslint-config/eslintrc/*paths and thelintscript still invokeseslintthe old way, sonpm run lint(andvalidate, plus the pre-commit hook) will fail after this bump. Migrate toeslint.config.js(the flat-config equivalents of the@doist/eslint-configpresets) as part of this upgrade.