chore(cli): refresh template dependencies and build allowlists - #967
Open
AbhinRustagi wants to merge 3 commits into
Open
chore(cli): refresh template dependencies and build allowlists#967AbhinRustagi wants to merge 3 commits into
AbhinRustagi wants to merge 3 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 13, 2026 11:52
461d041 to
d2c02eb
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 13, 2026 11:57
d2c02eb to
2d75b46
Compare
AbhinRustagi
marked this pull request as ready for review
August 13, 2026 11:57
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 13, 2026 12:21
2d75b46 to
11c2977
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 14, 2026 06:11
11c2977 to
ce901b0
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 14, 2026 06:17
ce901b0 to
2c92e26
Compare
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 14, 2026 10:25
2c92e26 to
8a12897
Compare
- Bump both templates to Next 16.3, eslint-config-next 16.3.0, openai 6.49, and the current @openuidev packages; self-hosted moves to lang-core 0.2.11 to match Cloud. - Pin zod to ^4.4.3 in the Cloud template so it matches what the framework overlays expect. - Sort the three duplicated pnpm build allowlists identically (package.json "pnpm", onlyBuiltDependencies, allowBuilds) and add esbuild, which the LangGraph CLI needs to build. - Regenerate both npm lockfiles. Migrated from PR #785 (visharad/th-2051-route-replacement). Co-Authored-By: Visharad Kashyap <154831195+vishxrad@users.noreply.github.com>
AbhinRustagi
force-pushed
the
be-framework-template-deps
branch
from
August 14, 2026 11:17
8159f98 to
ea3935e
Compare
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.
What
Refreshes both scaffold templates' dependencies and tidies their pnpm build allowlists.
Changes
@openuidevpackages. Self-hosted moves to lang-core 0.2.11 to match Cloud.^4.4.3in the Cloud template so it matches what the framework overlays expect.pnpm,onlyBuiltDependencies,allowBuilds) and addesbuild, which the LangGraph CLI needs to build.Test Plan
Scaffolded both templates and confirmed the bumped versions land in the generated
package.json. Full dependency installs were not run locally.Checklist