-
Notifications
You must be signed in to change notification settings - Fork 158
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
feat: major version upgrades for frontend-platform & frontend-build #1251
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.
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", |
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.
"@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", |
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.
"@openedx/frontend-build": "14.0.3", | |
"@openedx/frontend-build": "^14.0.3", |
…ilalqamar95/platform-build-major-upgrades
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
@brian-smith-tcril I have updated the versions with caret & resolved the conflicts |
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.
Thank you!
Description
frontend-build
tov14
&frontend-platform
tov8
snapshots
for failing tests