Skip to content

Conversation

@joshua-burbidge
Copy link

@joshua-burbidge joshua-burbidge commented Dec 2, 2025

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

@codesandbox-ci
Copy link

codesandbox-ci bot commented Dec 2, 2025

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 bfc2308:

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

@joshua-burbidge joshua-burbidge changed the title ci fix Fix codesandbox ci Dec 2, 2025
@joshua-burbidge joshua-burbidge marked this pull request as ready for review December 2, 2025 20:47
@joshua-burbidge
Copy link
Author

Hi @erikras, can you review? Thanks 👍

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