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

chore: bump eslint to the latest version #419

Open
mman opened this issue Sep 9, 2024 · 2 comments
Open

chore: bump eslint to the latest version #419

mman opened this issue Sep 9, 2024 · 2 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@mman
Copy link
Collaborator

mman commented Sep 9, 2024

also not as simple as it looks...

@mman mman added the dependencies Pull requests that update a dependency file label Sep 9, 2024
@mman
Copy link
Collaborator Author

mman commented Oct 3, 2024

... but doable, done for influx loader and it works great.

@mman
Copy link
Collaborator Author

mman commented Oct 4, 2024

a bit of history. Venus HTML5 app was based on https://create-react-app.dev which started as a promising wrapper around webpack and its plugins but ended up in a state where it is no longer maintained and stuck on couple older dependencies.

More over when using CRA, one can not easily override the defaults so a process called npm run eject was performed in order to basically discard CRA and produce bunch of complicated ./config/ files and ./scripts that perform the build and testing.

Notably the scripts in ./scripts folder depend on couple outdated dependencies that are not updated for eslint 9 and that apparently are not being worked on.

One of them is https://github.com/facebook/create-react-app/tree/main/packages/eslint-config-react-app that hard depends on eslint 8 and is being hardcoded in the webpack.config.js

And there are couple more that are hardcoded in the webpack.config.js not doing much real work, just complicating the update process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant