Skip to content
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

Upgraded frontend-build version to v12 #613

Merged
merged 7 commits into from
Aug 16, 2022

Conversation

BilalQamar95
Copy link
Contributor

@BilalQamar95 BilalQamar95 commented Jul 19, 2022

Ticket:
42: Upgrade eslint to v8.x

What changed?

  • Updated frontend-build to v12 (Eslint was updated in frontend-build version resulting in it's version being bumped to v12. This PR updates frontend-build to reciprocate eslint version update)
  • Resolved eslint issues

@BilalQamar95 BilalQamar95 requested a review from a team July 19, 2022 09:55
@BilalQamar95 BilalQamar95 self-assigned this Jul 19, 2022
@codecov
Copy link

codecov bot commented Jul 19, 2022

Codecov Report

Merging #613 (2f617b9) into master (dc4d403) will increase coverage by 0.14%.
The diff coverage is 61.81%.

@@            Coverage Diff             @@
##           master     #613      +/-   ##
==========================================
+ Coverage   39.69%   39.84%   +0.14%     
==========================================
  Files         108      108              
  Lines        2194     2186       -8     
  Branches      586      585       -1     
==========================================
  Hits          871      871              
+ Misses       1238     1230       -8     
  Partials       85       85              
Impacted Files Coverage Δ
src/account-settings/AccountSettingsPage.jsx 0.00% <ø> (ø)
src/account-settings/EditableField.jsx 73.91% <ø> (ø)
src/account-settings/coaching/CoachingToggle.jsx 0.00% <0.00%> (ø)
src/account-settings/data/reducers.js 0.00% <0.00%> (ø)
src/account-settings/data/selectors.js 0.00% <ø> (ø)
.../account-settings/delete-account/DeleteAccount.jsx 68.57% <ø> (ø)
src/account-settings/demographics/Checkboxes.jsx 9.09% <0.00%> (-4.55%) ⬇️
...ount-settings/demographics/DemographicsSection.jsx 87.75% <ø> (ø)
...ount-settings/reset-password/ConfirmationAlert.jsx 0.00% <0.00%> (ø)
...settings/reset-password/RequestInProgressAlert.jsx 0.00% <0.00%> (ø)
... and 18 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@BilalQamar95 BilalQamar95 reopened this Aug 1, 2022
@davidjoy davidjoy requested review from davidjoy and removed request for a team August 11, 2022 12:27
@davidjoy
Copy link
Contributor

Oof - package-lock.json conflicts. Mind rebasing?

return bTimeSinceEpoch - aTimeSinceEpoch;
}

sortVerifiedNameRecords = verifiedNameHistory => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this function unused?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this function was unused & was triggering react/no-unused-class-component-methods rule, therefore I removed it.

Copy link
Contributor

@davidjoy davidjoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good - think we just need to resolve the conflict. (And the sanity check around whether sortVerifiedNameRecords was in use)

@davidjoy davidjoy merged commit f0d6a92 into master Aug 16, 2022
@davidjoy davidjoy deleted the bilalqamar95/frontend-build-upgrade branch August 16, 2022 14:57
alangsto added a commit that referenced this pull request Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants