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

feat: major version upgrades for frontend-platform & frontend-build #1251

Merged

Conversation

BilalQamar95
Copy link
Contributor

Description

  • Major version upgrades, Updating frontend-build to v14 & frontend-platform to v8
  • Updated snapshots for failing tests

@BilalQamar95 BilalQamar95 self-assigned this May 31, 2024
@BilalQamar95 BilalQamar95 requested a review from a team as a code owner May 31, 2024 08:37
Copy link
Contributor

@brian-smith-tcril brian-smith-tcril left a comment

Choose a reason for hiding this comment

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

Sorry this has been sitting unreviewed for so long! I would love to see this merged!

I left a couple suggestions to switch to ^ for dependency pinning instead of using exact versions.

If you could rebase this to resolve the merge conflicts I'll gladly push to get this merged!

Thanks so much for this PR!

package.json Outdated
@@ -33,7 +33,7 @@
},
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-platform": "7.1.3",
"@edx/frontend-platform": "8.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"@edx/frontend-platform": "8.0.0",
"@edx/frontend-platform": "^8.0.0",

package.json Outdated
@@ -73,7 +73,7 @@
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@edx/reactifex": "1.1.0",
"@openedx/frontend-build": "13.1.4",
"@openedx/frontend-build": "14.0.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"@openedx/frontend-build": "14.0.3",
"@openedx/frontend-build": "^14.0.3",

Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.69%. Comparing base (471fa75) to head (a77ef0d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1251   +/-   ##
=======================================
  Coverage   87.69%   87.69%           
=======================================
  Files         124      124           
  Lines        2299     2299           
  Branches      646      645    -1     
=======================================
  Hits         2016     2016           
  Misses        274      274           
  Partials        9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BilalQamar95
Copy link
Contributor Author

@brian-smith-tcril I have updated the versions with caret & resolved the conflicts

Copy link
Contributor

@brian-smith-tcril brian-smith-tcril left a comment

Choose a reason for hiding this comment

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

Thank you!

@brian-smith-tcril brian-smith-tcril merged commit 1f7b7f5 into master Jul 1, 2024
7 checks passed
@brian-smith-tcril brian-smith-tcril deleted the bilalqamar95/platform-build-major-upgrades branch July 1, 2024 11:22
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.

2 participants