chore(ui): rebuild Next.js bundle for #31921/#31920 on patch-1.91.0rc1 - #32094
Merged
Conversation
Contributor
|
Too many files changed for review. ( Bypass the limit by tagging |
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.
Relevant issues
The 1.91.0 backport (#32091) landed #31921 and #31920, which change production UI source under
ui/litellm-dashboard/. The proxy serves the prebuilt Next.js bundle fromlitellm/proxy/_experimental/out/, and--reloadnever runsnext build, so those.tsxchanges are not live onpatch-1.91.0rc1until the bundle is rebuilt. That rebuild was deferred out of #32091 and is done here so 1.91.0 ships the current UI rather than the stale one.Linear ticket
What is included
A single commit regenerating the Next.js build artifacts under
litellm/proxy/_experimental/out/, produced byui/litellm-dashboard/build_release_ui.sh(npm ci thennext buildon node v20.20.2). The commit is confined entirely to_experimental/out/; no source or other files are touched. The diff is the usual build-hash churn (renamed chunk directories plus regenerated manifests) reflecting the #31921/#31920 UI source that shipped in #32091.Screenshots / Proof of Fix
Built from the tip of
patch-1.91.0rc1(the #32091 merge) in an isolated worktree with a clean tree.build_release_ui.shreported a successful build and created the artifacts commit; verification confirmed all 374 changed files live underlitellm/proxy/_experimental/out/with zero non-artifact files.Type
🚄 Infrastructure
Changes
Rebuilt UI bundle only; see above