[DEPR] feat!: remove notices wrapper#731
Merged
MaxFrank13 merged 5 commits intoopenedx:masterfrom Nov 13, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #731 +/- ##
==========================================
- Coverage 97.60% 97.54% -0.06%
==========================================
Files 152 148 -4
Lines 1334 1302 -32
Branches 231 225 -6
==========================================
- Hits 1302 1270 -32
Misses 31 31
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1 task
Member
Author
|
@arbrandes This is ready for review now that Ulmo has been cut |
Member
Author
Code coverage is failing because I removed code |
MaxFrank13
added a commit
to edx/frontend-app-learner-dashboard
that referenced
this pull request
Dec 11, 2025
…se-ulmo (#8) * fix: Run `npm audit fix` to update dependencies. * chore(deps): update dependency @openedx/paragon to v23.14.9 (openedx#735) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @reduxjs/toolkit to v2.9.1 (openedx#736) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): bump actions/setup-node from 5 to 6 (openedx#737) * chore(deps): update dependency @edx/frontend-component-footer to v14.9.3 (openedx#739) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @edx/frontend-platform to v8.5.2 (openedx#740) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @reduxjs/toolkit to v2.9.2 (openedx#741) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @openedx/paragon to v23.16.0 (openedx#742) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @reduxjs/toolkit to v2.10.1 (openedx#743) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @edx/frontend-component-header to v8 (openedx#744) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [DEPR] feat!: remove notices wrapper (openedx#731) * fix(deps): update dependency react-router-dom to v6.30.2 (openedx#745) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @openedx/paragon to v23.17.0 (openedx#746) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @openedx/paragon to v23.18.0 (openedx#748) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @reduxjs/toolkit to v2.11.0 (openedx#749) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: added the ability for instances to use local translations from extra repositories (openedx#752) * feat: added the ability for instances to use local translations from extra repositories (openedx#752) --------- Co-authored-by: Feanil Patel <feanil@axim.org> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ejaz Ahmad <86868918+jajjibhai008@users.noreply.github.com>
jignaciopm
pushed a commit
to eduNEXT/frontend-app-learner-dashboard
that referenced
this pull request
Dec 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes
NoticesWrapperin it's entiretyResolves #692