Skip to content

chore: update frontend-build in example to use ^14 - #4217

Merged
brian-smith-tcril merged 1 commit into
openedx:release-23.xfrom
brian-smith-tcril:bump-example-frontend-build
Apr 13, 2026
Merged

chore: update frontend-build in example to use ^14#4217
brian-smith-tcril merged 1 commit into
openedx:release-23.xfrom
brian-smith-tcril:bump-example-frontend-build

Conversation

@brian-smith-tcril

@brian-smith-tcril brian-smith-tcril commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

Description

This updates the frontend-build dependency in the example directory's package.json to ^14. This removes a ton of duplicated deps from the lockfile.

One issue that came from this is gatsby (used for building the docs site) still depends on an older version of style-loader, so that version is getting hoisted. Claude made a little patch to the example webpack config to make sure we load the frontend-build version.

The config change is completely isolated to the example directory, and won't impact any consumers of Paragon.

LLM usage notice: example/webpack.dev.config.js change written by Claude.

Other notes:

  • Needed to do a full lockfile regen
  • Had to force a dependency of the docs site to a not-latest version (they landed a change that requires typescript 5 as a minor). I did it as lockfile-only and left my reasoning in react-hook-form v7.66.0 requires typescript 5.x #4218

@netlify

netlify Bot commented Apr 13, 2026

Copy link
Copy Markdown

Deploy Preview for paragon-openedx-v23 ready!

Name Link
🔨 Latest commit 20c5bc6
🔍 Latest deploy log https://app.netlify.com/projects/paragon-openedx-v23/deploys/69dd4bbcbb0b4a0008aff873
😎 Deploy Preview https://deploy-preview-4217--paragon-openedx-v23.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@brian-smith-tcril
brian-smith-tcril force-pushed the bump-example-frontend-build branch 2 times, most recently from c326248 to 1433269 Compare April 13, 2026 19:01
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov

codecov Bot commented Apr 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.40%. Comparing base (5dc0196) to head (20c5bc6).
⚠️ Report is 3 commits behind head on release-23.x.

Additional details and impacted files
@@               Coverage Diff                @@
##           release-23.x    #4217      +/-   ##
================================================
+ Coverage         94.39%   94.40%   +0.01%     
================================================
  Files               242      242              
  Lines              4296     4306      +10     
  Branches           1021      981      -40     
================================================
+ Hits               4055     4065      +10     
- Misses              233      237       +4     
+ Partials              8        4       -4     

☔ 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 merged commit 7de448f into openedx:release-23.x Apr 13, 2026
10 checks passed
@openedx-semantic-release-bot

Copy link
Copy Markdown

🎉 This PR is included in version 23.20.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants