-
Notifications
You must be signed in to change notification settings - Fork 25
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
Tracking branch for a large bundle of updates. #104
Conversation
df37352
to
5af973c
Compare
This now works as expected for projects generated with:
I'm gonna step through some of the other options over the next day or two, but this may be ready to go to Also, |
🎉 |
After running the CLI, I found that a number of the dependencies were out of date, or used deprecated configs, etc. I manually updated a generated project and have been back porting the required change to the CLI piece by piece.
What I did
I'd love to include an update to
eslint@9.x
but https://github.com/import-js/eslint-plugin-import doesn't seem ready to make the update... so, I guess skipping for now is OK.CI doesn't test the CLI in a bullet proof way, but I'll be doing some more manual testing after all of the individual PRs have merged.
fixes #89
fixes #87
fixes #79
fixes #46