-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
eslint-config-react-app
causing conflicts after updating @typescript-eslint
to v6
#13286
Comments
I have the same issue. For the moment i resolve it by adding :
|
I arrived here trying to debug the warning message that comes from Similar to @Asanio06 I found that I had a nested dependency on This was pulled in via a storybook plugin in our case:
In our project we must now use:
(with typescript being due to react-scripts only allowing up to v4 as a peer dependency: |
To avoid the > Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind(identifier)' instead. In this case, ESlint has to be fixed to version 8.47.0 Read more at below links: - https://stackoverflow.com/questions/76996326/parsing-error-deprecationerror-originalkeywordkind-has-been-deprecated-since - facebook/create-react-app#13286
I upgraded the following dependencies to the latest version as of Nov 12, 2024, and get the following problem with package.json
npm install
Other packagesIt's also blocking upgrading of other packages. |
Describe the bug
I updated a project to the newly released version 6 of
@typescript-eslint
. After the update, I'm getting eslint conflicts witheslint-plugin-imports
and@typescript-eslint
plugins. I think the fix is to update the dependencies ineslint-config-react-app
but I am not sure.Here is the full error
Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
None.
Expected behavior
ESLint should work
Actual behavior
ESLint errors and lining stops working
The text was updated successfully, but these errors were encountered: