Skip to content

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

Open
brian-smith-tcril wants to merge 1 commit intoopenedx:masterfrom
brian-smith-tcril:regenerate-package-lock
Open

fix(deps): regenerate package-lock.json#788
brian-smith-tcril wants to merge 1 commit intoopenedx:masterfrom
brian-smith-tcril:regenerate-package-lock

Conversation

@brian-smith-tcril
Copy link
Contributor

@brian-smith-tcril brian-smith-tcril commented Jan 31, 2026

Renovate can't seem to handle the changes needed for #787

Regenerating the lockfile works.

What I ran to regenerate the lockfile:

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

Dependency version comparison

I ran

rm -rf node_modules/
nvm use
npm ci
npm ls --depth=0

on both master (cfc8297 as of writing) and this branch:

 @edx/frontend-app-learner-dashboard@0.0.1 /home/bsmith/code/frontend-app-learner-dashboard
 ├── @edx/brand@npm:@openedx/brand-openedx@1.2.3
-├── @edx/browserslist-config@1.5.0
-├── @edx/frontend-component-footer@14.9.3
+├── @edx/browserslist-config@1.5.1
+├── @edx/frontend-component-footer@14.9.5
 ├── @edx/frontend-component-header@8.1.0
 ├── @edx/frontend-enterprise-hotjar@7.2.0
 ├── @edx/frontend-platform@8.5.4
 ├── @edx/openedx-atlas@0.7.0
 ├── @edx/typescript-config@1.1.0
-├── @emnapi/runtime@1.5.0 extraneous
+├── @emnapi/runtime@1.8.1 extraneous
 ├── @fortawesome/fontawesome-svg-core@1.2.36
 ├── @fortawesome/free-brands-svg-icons@5.15.4
 ├── @fortawesome/free-solid-svg-icons@5.15.4
 ├── @fortawesome/react-fontawesome@0.2.6
 ├── @openedx/frontend-build@14.6.2
-├── @openedx/frontend-plugin-framework@1.7.0
+├── @openedx/frontend-plugin-framework@1.8.0
 ├── @openedx/paragon@23.19.1
 ├── @redux-devtools/extension@3.3.0
 ├── @reduxjs/toolkit@2.11.2
 ├── @testing-library/jest-dom@6.9.1
-├── @testing-library/react@16.3.0
+├── @testing-library/react@16.3.2
 ├── @testing-library/user-event@14.6.1
 ├── classnames@2.5.1
 ├── copy-webpack-plugin@13.0.1

@codecov
Copy link

codecov bot commented Jan 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.54%. Comparing base (cfc8297) to head (3ade9eb).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #788   +/-   ##
=======================================
  Coverage   97.54%   97.54%           
=======================================
  Files         148      148           
  Lines        1302     1302           
  Branches      225      225           
=======================================
  Hits         1270     1270           
  Misses         31       31           
  Partials        1        1           

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant