Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
|
@chiragsalian 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] |
roryabraham
left a comment
There was a problem hiding this comment.
So what happens in the verifyActions script is that we just run a build of our GitHub Actions, and check for a diff. If there's any diff, the check will fail.
In case you don't know or need a refresher, JS/TS GitHub Actions need to be compiled with their dependencies, and to do that we use something called ncc. Because you're compiling actions with their dependencies, changing dependencies can result in a diff in the compiled actions. So it makes sense that you can see verifyActions failing if you update a dependency without recompiling actions.
In the future, if you see that check fail, the first thing to do to try and fix it is run npm i && npm run gh-actions-build, and commit the diff. I'd guess that's exactly what cursor did to fix this. I don't manually review compiled actions at all, and just trust that if there's no diff then it's built and bundled correctly.
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
|
Nice, thank you for that explanation. Looks like Jest is failing on something unrelated. I'll check it out a little later. |
|
Tests passed, merging this. |
|
@chiragsalian Do we need to QA this? |
|
🚀 Deployed to staging by https://github.com/chiragsalian in version: 9.1.99-0 🚀
|
|
Nope, no qa. sorry i forgot to fill that part. |
|
🚀 Deployed to production by https://github.com/thienlnam in version: 9.1.99-11 🚀
|
Explanation of Change
Fixed Issues
$
PROPOSAL:
Tests
Offline tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop