chore: update frontend-build in example to use ^14 - #4217
Merged
brian-smith-tcril merged 1 commit intoApr 13, 2026
Merged
Conversation
✅ Deploy Preview for paragon-openedx-v23 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
brian-smith-tcril
force-pushed
the
bump-example-frontend-build
branch
2 times, most recently
from
April 13, 2026 19:01
c326248 to
1433269
Compare
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
brian-smith-tcril
force-pushed
the
bump-example-frontend-build
branch
from
April 13, 2026 20:02
1433269 to
20c5bc6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
arbrandes
approved these changes
Apr 13, 2026
|
🎉 This PR is included in version 23.20.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Description
This updates the
frontend-builddependency in theexampledirectory'spackage.jsonto^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 ofstyle-loader, so that version is getting hoisted. Claude made a little patch to the example webpack config to make sure we load thefrontend-buildversion.The config change is completely isolated to the
exampledirectory, and won't impact any consumers of Paragon.LLM usage notice:
example/webpack.dev.config.jschange written by Claude.Other notes:
react-hook-formv7.66.0requires typescript 5.x #4218