-
Notifications
You must be signed in to change notification settings - Fork 42
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
[codemod][FP] nuxt/4/migration-recipe #1247
Comments
Thanks for reporting this! We'll investigate this issue. @all-contributors add @xmatthias for bugs |
I couldn't determine any contributions to add, did you specify any contributions? I've put up a pull request to add @xmatthias! 🎉 |
Adding a bit more details here - it seems to happen in
|
@arshcodemod has this been actualy fixed? (don't see a linked commit or PR for this - and the nuxt migrations seem to have been touched last 2 months ago...) I've done a migration in this regard about a week (maybe two) ago and still encountered the same issue ... ? so I'd not want this to be a "cleanup due to inactivity" - while it's in reality still a problem. |
Hey @xmatthias , sorry for the confusion. This was mistakenly closed.Let me get back on this. |
Closing as stale. If this issue persists, please report it to |
@mohab-sameh i wouldn't think it's stale just because nobody looked at it recently. Feel free to move to another repository if you feel that's more appropriate, but i don't really see why it should be re-reported. It's reported here - and shouldn't be closed without adressing it. Instead of closing it as stale - did you try to reproduce it? that would've been a better use of time. edit never mind - i simply re-reported it. |
Hi @xmatthias :) We're currently the midst of moving maintenance ownership to their respective organizations and codemod owners. We're collaborating with the Nuxt team to have all Nuxt's codemods moved to the Nuxt org as we're currently prioritizing working on the Codemod platform itself, and our core team doesn't have enough bandwidth to address packages issues. I understand the confusion caused by this package's source previously being hosted in the Closing the issue on the Codemod org does not mean the issue does not need to be addressed. Sorry for the confusion. It means we're working bringing more clarity about maintenance ownership and focused on moving the packages to their respective communities. I noticed you opened a duplicate issue in this same repo. I initially meant moving it temporarily to the I will keep this thread and you updated when we move the packages to Nuxt's org so we can have the issue opened there and picked up by the community. @xmatthias |
Why didn't you move the issue there, if that's how you'd have liked it? you choose to close the issue - so i choose to re-open it. @mohab-sameh the "commons" repository is in this organization. Nothing would've prevented you from moving the existing issue there. Instead of closing out random issues, causing confusion and having people re-report them (probably in hopes that they no longer care) - what you should do instead is once the code has been moved - move the issues, too (notice - move, not close) - essentially making that part of the move. Quite honestly - very bad experience here at this moment. |
@xmatthias no worries. I can copy your issue there if it's inconvenient for you :) My intention is to have you stay updated with progress and also be credited for finding issues, instead of the issue being under our name. I'll open an issue under Nuxt's org and mention you there as soon as the nuxt-codemods repo is opened. The Nuxt codemod lives here temporarily until we move everything away to their respective orgs. They will eventually be ported away fully from our repo. I understand that you care, and we're definitely not cleaning up issues in the hopes that people don't care. In fact, quite the opposite. We're doing our best to move codemod packages and maintenance responsibility to their respective communities so that you, and everyone else who uses the codemods, can continue having this and future issues resolved in a timely manner. For now, @amirabbas-gh will inspect this issue, if we're able to push a fix before the codemods are moved, I'll definitely let you know. |
Sounds like an excuse to me, sorry (yes, i'm allergic against issue cleanups closing tons of issues as "stale" if it's just to get some metric improved) I find the process you're applying completely broken and intransparent, with the silent hope that "issues go away" (you'll say that's not the case - but - actions over words. It's near impossible to keep track which ones have still been open if they've all been closed out (been there, tried that) So quite honestly - i have 0 trust that you'll remember which ones would've needed migration if you close them out at this point. I'll expect my issue (the one that's still open) to either be fixed - or kept open until the actual code migration happens - at which point you can migrate the issues all the same (it's just a "transfer issue" click - if you know github a little :) ). Then it's transparent that the issue is still present and open. |
Original
Expected
Actual
(nothing else in the eslint file was modified).
Estimated impact
Numbers about your specific codemod run:
Logs:
// Please insert the contents of a log file generated by the codemod run here.
Additional context
In a regular nuxt project with eslint using flatconfig configured, i'm running the following migration script (according to the nuxt docs).
npx codemod@latest nuxt/4/migration-recipe
This also updates
eslint.config.mjs
(wrongly)Result:
Now unfortunately - the modification causes eslint to complain (quite loudly)
Reverting this line fixes the problem - though i guess this shouldn't happen for a smooth migration between nuxt3 to nuxt4.
The text was updated successfully, but these errors were encountered: