-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(35600): upgrade electron major versions #36980
Conversation
@rushatgabhane Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
I applied for the Apple Developer Program ($90) and am awaiting approval before I can test the auto deployer. |
I have combed through the breaking changes of v26,27,28 and 29 and found none. Same for deprecated changes. |
Smoke tested the electron app to try to uncover any weirdness |
@rushatgabhane Ready for review. |
Lovely, thanks! reviewing |
Reviewer Checklist
Screenshots/Videos |
package-lock.json
Outdated
"resolved": "https://registry.npmjs.org/electron/-/electron-26.6.8.tgz", | ||
"integrity": "sha512-nuzJ5nVButL1jErc97IVb+A6jbContMg5Uuz5fhmZ4NLcygLkSW8FZpnOT7A4k8Saa95xDJOvqGZyQdI/OPNFw==", | ||
"version": "29.0.0", | ||
"resolved": "https://registry.npmjs.intuit.com:443/artifactory/api/npm/npm-intuit/electron/-/electron-29.0.0.tgz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeremy-croff i think we shouldn't use intuit artifactory. Please install electron from npm
registry.
This might be because npm artifactory in your local env is pointing to intuit
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rushatgabhane Amazing catch, thank you. I do point to intuit for other projects and will fix this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rushatgabhane I have addressed this
Looks like we're failing some checks, is that due to upgrading the library or is it unrelated? |
@blimpich failed checks are unrelated and failing on main too |
Looks like we're waiting on this. Once that is in and this branch is updated our checks should pass and we can merge. |
Thanks for referencing this. WIll keep an eye on this and backmerge as soon as it's in. |
@jeremy-croff could you try merging latest main again and see if it passes the checks? |
@rushatgabhane good to go! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blimpich Good to merge
✋ 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 staging by https://github.com/blimpich in version: 1.4.47-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.4.47-10 🚀
|
Details
Fixed Issues
$ #35600
PROPOSAL: #35600 (comment)
Tests
Electron testing:
Perform a smoke test
Offline tests
QA Steps
Electron testing:
Perform a smoke test
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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.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
![Screenshot 2024-02-20 at 9 13 03 PM](https://github.com/Expensify/App/assets/157416545/97996f74-2a93-42c8-84a1-50607d171c12)Android: mWeb Chrome
![Screenshot 2024-02-20 at 9 17 31 PM](https://github.com/Expensify/App/assets/157416545/a07373f5-2876-4531-a887-f6d4df8c9c92)iOS: Native
![Screenshot 2024-02-20 at 9 10 49 PM](https://github.com/Expensify/App/assets/157416545/8c42edfd-af21-4470-9c10-c5ace21f38f5)iOS: mWeb Safari
![Screenshot 2024-02-15 at 9 35 09 PM](https://github.com/Expensify/App/assets/157416545/435fe1a9-ce58-46af-8b4d-ace450605f77)MacOS: Chrome / Safari
![Screenshot 2024-02-20 at 8 51 28 PM](https://github.com/Expensify/App/assets/157416545/ab0d3de6-864b-4466-9894-905b8f5ae82f)MacOS: Desktop
![Screenshot 2024-02-20 at 7 52 06 PM](https://github.com/Expensify/App/assets/157416545/660b34ae-07ff-497c-a180-15c945f47ded)