chore(remote-json-schema-form-kit) - upgrade to npm release#918
chore(remote-json-schema-form-kit) - upgrade to npm release#918gabrielseco wants to merge 7 commits intomainfrom
Conversation
📦 Bundle Size Report
Size Limits
Largest Files (Top 5)
View All Files (310 total)
✅ Bundle size check passed |
|
Deploy preview for remote-flows ready! ✅ Preview Built with commit b53c155. |
|
Deploy preview for remote-flows-example-app ready! ✅ Preview Built with commit b53c155. |
📊 Coverage Report
|
| Metric | Current | Previous | Change | Status |
|---|---|---|---|---|
| Lines | 89.91% | 89.91% | 0% | ⚪ |
| Statements | 89.58% | 89.58% | 0% | ⚪ |
| Functions | 87.47% | 87.47% | 0% | ⚪ |
| Branches | 79.78% | 79.81% | -0.02% | 🔴 |
Detailed Breakdown
Lines Coverage
- Covered: 3584 / 3986
- Coverage: 89.91%
- Change: 0% (0 lines)
Statements Coverage
- Covered: 3647 / 4071
- Coverage: 89.58%
- Change: 0% (0 statements)
Functions Coverage
- Covered: 984 / 1125
- Coverage: 87.47%
- Change: 0% (0 functions)
Branches Coverage
- Covered: 2226 / 2790
- Coverage: 79.78%
- Change: -0.02% (1 branches)
✅ Coverage check passed
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c07e757. Configure here.

Note
Medium Risk
Medium risk because it upgrades a core form-generation dependency and changes return types/merging behavior for JSON schema modifications, which could subtly affect required/allOf evaluation at runtime.
Overview
Upgrades
@remoteoss/remote-json-schema-form-kitfrom a GitHub-pinnedv0.0.10to the published^0.0.11, updating the lockfile to pull the kit (and its@remoteoss/json-schema-formdeps) from npm.Updates headless form plumbing to align with the new kit typings: introduces
JSONSchemaFormResultWithFieldsets(unioning legacy/nextFormResult), updatesuseGetEligibilityQuestionnairegenerics, and hardenscreateHeadlessFormto safely appendrequired/allOfonly when the underlying schema fields are arrays.Reviewed by Cursor Bugbot for commit b53c155. Bugbot is set up for automated code reviews on this repo. Configure here.