Skip to content

fix(deps): regenerate package-lock.json#547

Merged
brian-smith-tcril merged 2 commits intoopenedx:masterfrom
brian-smith-tcril:brian-smith-tcril/regenerate-package-lock
Feb 13, 2026
Merged

fix(deps): regenerate package-lock.json#547
brian-smith-tcril merged 2 commits intoopenedx:masterfrom
brian-smith-tcril:brian-smith-tcril/regenerate-package-lock

Conversation

@brian-smith-tcril
Copy link
Contributor

@brian-smith-tcril brian-smith-tcril commented Feb 2, 2026

Regenerating the lockfile to pick up latest compatible @edx/frontend-component-footer (14.9.5).

What I ran to regenerate the lockfile:

rm -rf node_modules/
rm package-lock.json
nvm use
npm install

Test updates

The lockfile regeneration also updated @openedx/paragon from 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). Updated ImportSuccessToast test to find the container using document.getElementById instead of getByRole('alert').


This PR was created by Claude Code. See the plan for details.

@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.06%. Comparing base (f89963a) to head (874dbf5).
⚠️ Report is 3 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@brian-smith-tcril brian-smith-tcril force-pushed the brian-smith-tcril/regenerate-package-lock branch from 01bd2c2 to 0a9891f Compare February 13, 2026 22:08
brian-smith-tcril and others added 2 commits February 13, 2026 17:19
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>
@brian-smith-tcril brian-smith-tcril force-pushed the brian-smith-tcril/regenerate-package-lock branch from 0a9891f to 874dbf5 Compare February 13, 2026 22:19
@brian-smith-tcril brian-smith-tcril merged commit f48db33 into openedx:master Feb 13, 2026
6 checks passed
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