-
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
updating the expensify-common to latest #9549
Conversation
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.
@luacmartins confirmed that it's the right hash
https://github.com/Expensify/expensify-common/commits/main
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.
@mollfpr did you run npm install
?
@rushatgabhane Yup, should I also add the lock file? |
@mollfpr yes because we're updating a package |
package-lock.json
Outdated
@@ -15135,7 +15135,7 @@ | |||
"@types/json5": { | |||
"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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rushatgabhane Yeah, I don't know why my npm change the integrity checksum from sha1 to sha512.
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.
- Make sure you're on npm
v6.14.x
- Remove
node_modules
and reinstall
This reverts commit d764feb.
package-lock.json
Outdated
@@ -38422,7 +38422,7 @@ | |||
"select": { | |||
"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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is unneeded too
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it's only one change, you can manually remove it 😄😏
This reverts commit 4a34e47.
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.
@luacmartins LGTM!
✋ 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 Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
displayName
propertythis
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)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)PR Reviewer Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followed/** comment above it */
displayName
propertythis
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)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)QA Steps
Screenshots
Web
Web.mov
Mobile Web
Android.-.mWeb.mov
iOS.-.mWeb.mov
Desktop
Desktop.mov
iOS
iOS.mov
Android