-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update to yarn 4.x and prettier 3.x #41
Comments
I don't think we specify a dependency of a particular version of yarn in the template, or are you thinking of the CLI doctor? I don't have any issue with bumping prettier, unless there are substantial changes that affect the upgrade helper. The noise it generates normally means it isn't worthwhile. If you can show that the changes don't generate that noise we should definitely upgrade. |
I guess I referring to this But it seems like this is or was controlled at the cli level?
for prettier and eslint for context and I think the eslint config file has changed. but I believe before we can update, the upstreams need to be updated? :/ |
Yes, we're limited here. Thanks for looking into this. Is there a compelling case to upgrade other than just keeping up? |
I'm not so concerned with being behind a minor or patch. I think that package is basically the blocker for both updating prettier and eslint, which react native core has said they will eventually get to doing in their internal repo. I just incorrectly assumed when template was ejected that it would allow for an out of band update. Same with |
This is just kind of weird - every new project starting with 0.74 was put on yarn 3, we made changes in React Native Windows to accommodate it, and now it's gone? Did it go away with 0.75? 0.76? |
Hey Everyone,
I posted at react-native-community/discussions-and-proposals#808
Hey now that the template is separate to the react native core, would it be possible to update to using
[email protected]
and[email protected]
targeting for react native0.76
?On a side note, I was confused as where this should be asked, I opt'ed for
discussions-and-proposals
as a full back becausetemplate
only has issue types forbug report
- this doesn't feel like a bug report.I would be willing to help out with this
The text was updated successfully, but these errors were encountered: