Open karlhorky opened 3 years ago
I'll make a PR soon that converts the tests to GH.
I'll make a PR soon that converts the tests to GH.
Thank you!
Hey @ljharb I guess no time to work on this one yet, right?
Would really like to have some failing tests so that we can iron out the Windows dependency problems here, which are not very visible to many users probably, but can cause big issues dependency versions (https://github.com/facebook/create-react-app/issues/10465#issuecomment-769344975).
Originally I thought that https://github.com/nathanhleung/install-peerdeps/pull/126 fixed the issue, but after checking again, I've found incorrect versions are still getting installed on Windows - see my comment.
No, I haven't had time yet, unfortunately. However, I've recently made some updates to my shared actions that should make the job much easier :-) I'll plan to take a crack at it today.
Got a branch in progress; looks like some tests are failing tho (which were passing on master 2 months ago).
Put up the PR: #139. Some help debugging the pnpm failures would be appreciated.
Nice, thanks! I'll try to get some time to take a look soon! Maybe we can make a test case for this eslint-config-react-app
issue (either as part of this or in a followup PR)
I'd like to get the tests migrated off travis first; after which extending them with more cases, or on more platforms, would be great.
Great, now that https://github.com/nathanhleung/install-peerdeps/pull/139 has been merged, we just have:
eslint-config-react-app
to test situations like https://github.com/facebook/create-react-app/issues/10465@ljharb do you think you'll have time in the next weeks / months to add Windows tests?
Would be great to get these tests so that the ERR undefined
issue on Windows can finally be reproduced, investigated and fixed (issues #228, #193, #150, #128)
I’d be happy to review a PR, but i have no windows machines so I’m probably not the best person to do it.
From #124:
cc @ljharb @nathanhleung