updating the expensify-common to latest#9549
Conversation
There was a problem hiding this comment.
@luacmartins confirmed that it's the right hash
https://github.com/Expensify/expensify-common/commits/main
rushatgabhane
left a comment
There was a problem hiding this comment.
@mollfpr did you run npm install?
|
@rushatgabhane Yup, should I also add the lock file? |
|
@mollfpr yes because we're updating a package |
| "version": "0.0.29", | ||
| "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", | ||
| "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", | ||
| "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", |
There was a problem hiding this comment.
@mollfpr I see 140 changes in the lock file. That doesn't seem right.
I believe there should be 1 change only
There was a problem hiding this comment.
@rushatgabhane Yeah, I don't know why my npm change the integrity checksum from sha1 to sha512.
There was a problem hiding this comment.
- Make sure you're on npm
v6.14.x - Remove
node_modulesand reinstall
This reverts commit d764feb.
| "version": "1.1.2", | ||
| "resolved": "https://registry.npmjs.org/select/-/select-1.1.2.tgz", | ||
| "integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=" | ||
| "integrity": "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==" |
There was a problem hiding this comment.
This change is unneeded too
There was a problem hiding this comment.
I use npm 6.14.14 and also did delete the node_modules before installing, but still changing that integrity 🤔
There was a problem hiding this comment.
Since it's only one change, you can manually remove it 😄😏
This reverts commit 4a34e47.
|
✋ 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 @luacmartins in version: 1.1.79-0 🚀
|
|
🚀 Deployed to production by @roryabraham in version: 1.1.79-17 🚀
|
Details
Adding a rule to remove
<br />before<blockquote>.Fixed Issues
$ #9379
Tests
PR Review Checklist
Contributor (PR Author) Checklist
### Fixed Issuessection aboveTestssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*filesSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */displayNamepropertythisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)Avataris modified, I verified thatAvataris working as expected in all cases)PR Reviewer Checklist
### Fixed Issuessection aboveTestssectionQA stepssectiontoggleReportand notonIconClick).src/languages/*filesSTYLE.md) were followed/** comment above it */displayNamepropertythisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)Avataris modified, I verified thatAvataris working as expected in all cases)QA Steps
Screenshots
Web
Web.mov
Mobile Web
Android.-.mWeb.mov
iOS.-.mWeb.mov
Desktop
Desktop.mov
iOS
iOS.mov
Android