fix(deps): regenerate package-lock.json#547
Merged
brian-smith-tcril merged 2 commits intoopenedx:masterfrom Feb 13, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #547 +/- ##
=======================================
Coverage 95.06% 95.06%
=======================================
Files 139 139
Lines 1357 1357
Branches 265 265
=======================================
Hits 1290 1290
Misses 59 59
Partials 8 8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
arbrandes
approved these changes
Feb 13, 2026
01bd2c2 to
0a9891f
Compare
Co-Authored-By: Claude Code <noreply@anthropic.com>
Paragon removed the redundant "alert" role from the toast container in openedx/paragon#3434 (landed via openedx/paragon#3567). Updated test to find the container using document.getElementById instead. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0a9891f to
874dbf5
Compare
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.
Regenerating the lockfile to pick up latest compatible
@edx/frontend-component-footer(14.9.5).What I ran to regenerate the lockfile:
Test updates
The lockfile regeneration also updated
@openedx/paragonfrom 23.4.5 to 23.19.1. Paragon removed the redundant "alert" role from the toast container in openedx/paragon#3434 (landed in Paragon 22, then brought into v23 via openedx/paragon#3567). UpdatedImportSuccessToasttest to find the container usingdocument.getElementByIdinstead ofgetByRole('alert').This PR was created by Claude Code. See the plan for details.