-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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(node): bump node version to 20.9.0 #30645
chore(node): bump node version to 20.9.0 #30645
Conversation
Hi @pac-guerreiro , I made some fixes and updated the branch against |
@fabioh8010 Thank you for the help you provided today with this task! 🙌 @roryabraham This PR can only be merged after the one for Onyx, because otherwise the app will not build because of incompatible node versions. |
Onyx PR merged. Let's try to get this PR updated and get E/App onto Onyx 1.0.118 ASAP |
2d859b4
to
2e20691
Compare
@roryabraham @pecanoro @DylanDylann PR is ready for review! Just a note, reassure tests are failing because they're comparing the current main branch which has the old node version with the current branch that has the new one, and the script doesn't change node version between tests as it seems. |
@pac-guerreiro tests are failing |
Hi @pac-guerreiro @roryabraham , I was investigating the problem with the tests and I discovered that the |
It looks like reassure is failing because the baseline branch has the old version of the |
# Conflicts: # package-lock.json # package.json
@roryabraham @fabioh8010 @getusha Requested changes applied |
Tests are passing now, except |
Snyk is a false negative. It says package.json and package-lock.json are out-of-sync, which does not appear to be true. I get no diff when doing an since this only affects GitHub Actions and tests, I think we can merge this without C+ review. And of course, we'll need to follow up with another PR to upgrade |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
Merging because snyk is a false negative. I have seen the same thing in other PRs |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to production by https://github.com/luacmartins in version: 1.4.1-13 🚀
|
Details
This PR represents the 2nd step of the plan to bump node version to 20.9.0 on the E/App and React Native Onyx.
On this step, the E/App will be modified to require node version
20.9.0
and bump react-native-onyx version to1.0.118
.Fixed Issues
$ #25824
PROPOSAL:
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop