react-final-form icon indicating copy to clipboard operation
react-final-form copied to clipboard

Fix codesandbox ci

Open joshua-burbidge opened this issue 1 month ago • 2 comments

I was working on a fix for #1050 and may have a PR soon, but thought I would fix the CI first. It's been failing for the past 2 PRs for a few reasons: https://ci.codesandbox.io/status/final-form/react-final-form/pr/1047

  • Deprecated dependency iltorb (transitive dependency of bundle-size) causing the yarn install to fail. replaced bundlesize with size-limit which does the same thing and is more actively maintained
    • Note: I increased the listed sizes, but that's only because the actual sizes are bigger than the previous listed thresholds, and previously bundlesize was not actually comparing against the threshold, because bundlesize uses maxSize as the property name, not threshold
  • Config files were not playing nice with the node 18 used by the ci. needed to change file extensions to mjs so they are recognized as ES modules

joshua-burbidge avatar Dec 02 '25 20:12 joshua-burbidge

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit bfc2308095d44410fa34be01d8c549534204b39f:

Sandbox Source
React Final Form - Simple Example Configuration
React Final Form - Synchronous Record Level Validation Configuration
React Final Form - Synchronous Field Level Validation Configuration
React Final Form - Submission Errors Configuration
React Final Form - Subscriptions Example Configuration

codesandbox-ci[bot] avatar Dec 02 '25 20:12 codesandbox-ci[bot]

Hi @erikras, can you review? Thanks 👍

joshua-burbidge avatar Dec 02 '25 20:12 joshua-burbidge