Skip to content

chore(remote-json-schema-form-kit) - upgrade to npm release#918

Open
gabrielseco wants to merge 7 commits intomainfrom
test-kit-version
Open

chore(remote-json-schema-form-kit) - upgrade to npm release#918
gabrielseco wants to merge 7 commits intomainfrom
test-kit-version

Conversation

@gabrielseco
Copy link
Copy Markdown
Collaborator

@gabrielseco gabrielseco commented Apr 14, 2026

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-kit from a GitHub-pinned v0.0.10 to the published ^0.0.11, updating the lockfile to pull the kit (and its @remoteoss/json-schema-form deps) from npm.

Updates headless form plumbing to align with the new kit typings: introduces JSONSchemaFormResultWithFieldsets (unioning legacy/next FormResult), updates useGetEligibilityQuestionnaire generics, and hardens createHeadlessForm to safely append required/allOf only 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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 14, 2026

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 208.28 kB 208.28 kB +9 B (+0.0%) 🔴
Total (raw) 559.28 kB 559.23 kB +51 B (+0.0%) 🔴
CSS (gzip) 20.11 kB 20.11 kB 0 B (0%) 🟢
CSS (raw) 103.71 kB 103.71 kB 0 B (0%) 🟢

Size Limits

  • ✅ Total gzipped: 208.28 kB / 250 kB (83.3%)
  • ✅ Total raw: 559.28 kB / 600 kB (93.2%)
  • ✅ CSS gzipped: 20.11 kB / 25 kB (80.4%)

Largest Files (Top 5)

  1. chunk-72RFYT5Y.js - 13.83 kB (0 B (0%))
  2. index.css - 10.05 kB (0 B (0%))
  3. styles.css - 10.05 kB (0 B (0%))
  4. index.js - 6.05 kB (-6 B (-0.1%))
  5. chunk-4WWW7W2X.js - 5.93 kB (new)
View All Files (310 total)
File Size (gzip) Change
chunk-72RFYT5Y.js 13.83 kB 0 B (0%)
index.css 10.05 kB 0 B (0%)
styles.css 10.05 kB 0 B (0%)
index.js 6.05 kB -6 B (-0.1%)
chunk-4WWW7W2X.js 5.93 kB new
chunk-R47Q7R6C.js 5.82 kB 0 B (0%)
chunk-PR5FZBPF.js 4.4 kB 0 B (0%)
chunk-2SVG77SG.js 4.23 kB new
chunk-XXXLKG43.js 4.06 kB 0 B (0%)
chunk-POENP2IJ.js 3.46 kB new

✅ Bundle size check passed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 14, 2026

Deploy preview for remote-flows ready!

✅ Preview
https://remote-flows-q2gf6jlv8-remotecom.vercel.app

Built with commit b53c155.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 14, 2026

Deploy preview for remote-flows-example-app ready!

✅ Preview
https://remote-flows-example-e9aesnrls-remotecom.vercel.app

Built with commit b53c155.
This pull request is being automatically deployed with vercel-action

@gabrielseco gabrielseco marked this pull request as ready for review April 14, 2026 09:50
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 14, 2026

📊 Coverage Report

⚠️ Coverage decreased

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

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread src/flows/types.ts Outdated
@gabrielseco gabrielseco changed the title apply changes for 0.0.10 apply changes for 0.0.11 Apr 17, 2026
@gabrielseco gabrielseco changed the title apply changes for 0.0.11 chore(remote-json-schema-form-kit) - upgrade to npm release Apr 17, 2026
@gabrielseco gabrielseco self-assigned this Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant