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

chore: Update to the new version of brand-openedx in the new scope. #862

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

feanil
Copy link

@feanil feanil commented Oct 30, 2023

Part of openedx/axim-engineering#23

This updates the @edx/brand alias to point to the brand-openedx package at
the openedx scope. This does not impact imports because this package is used
via an alias.

@feanil feanil requested review from adamstankiewicz and a team October 30, 2023 20:45
@feanil
Copy link
Author

feanil commented Oct 30, 2023

Remaking this PR since it got removed along with some other changes last week.

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Attention: 65 lines in your changes are missing coverage. Please review.

Comparison is base (d36b78a) 84.87% compared to head (de276d1) 85.13%.
Report is 73 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #862      +/-   ##
==========================================
+ Coverage   84.87%   85.13%   +0.26%     
==========================================
  Files         320      325       +5     
  Lines        6399     6728     +329     
  Branches     1552     1633      +81     
==========================================
+ Hits         5431     5728     +297     
- Misses        941      969      +28     
- Partials       27       31       +4     
Files Coverage Δ
src/components/contact-admin-mailto/index.jsx 100.00% <100.00%> (ø)
src/components/course/CourseContextProvider.jsx 100.00% <100.00%> (ø)
src/components/course/CourseMainContent.jsx 100.00% <ø> (ø)
src/components/course/CoursePage.jsx 93.75% <100.00%> (ø)
src/components/course/CourseRecommendationCard.jsx 96.00% <100.00%> (+0.16%) ⬆️
src/components/course/CourseSidebar.jsx 100.00% <100.00%> (ø)
src/components/course/CourseSidebarListItem.jsx 100.00% <ø> (ø)
src/components/course/EnrollModal.jsx 93.54% <100.00%> (ø)
src/components/course/VerifiedCertPitch.jsx 100.00% <ø> (ø)
...c/components/course/course-header/CourseHeader.jsx 100.00% <100.00%> (ø)
... and 112 more

... and 3 files with indirect coverage changes

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

Copy link
Member

@adamstankiewicz adamstankiewicz left a comment

Choose a reason for hiding this comment

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

LGTM with 1 minor nit about pinning the version (convention).

package.json Outdated
@@ -7,7 +7,7 @@
"extends @edx/browserslist-config"
],
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
Copy link
Member

Choose a reason for hiding this comment

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

nit: We generally pin dependencies in package.json (without the ^).

Copy link
Author

Choose a reason for hiding this comment

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

got it, I'll update.

Part of openedx/axim-engineering#23

This updates the `@edx/brand` alias to point to the `brand-openedx` package at
the `openedx` scope. This does not impact imports because this package is used
via an alias.
@feanil feanil force-pushed the feanil/update_brand_dependency branch from 6116701 to de276d1 Compare October 31, 2023 15:57
@feanil feanil merged commit 72bf40c into master Oct 31, 2023
6 checks passed
@feanil feanil deleted the feanil/update_brand_dependency branch October 31, 2023 16:18
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