-
-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update prettier config #543
Conversation
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. |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #543 +/- ##
==========================================
+ Coverage 84.55% 93.49% +8.94%
==========================================
Files 9 21 +12
Lines 395 646 +251
Branches 109 156 +47
==========================================
+ Hits 334 604 +270
+ Misses 52 39 -13
+ Partials 9 3 -6 ☔ View full report in Codecov by Sentry. |
* chore: Update CI versions of node and pnpm (#538) * Update node and pnpm for CI * Update concurrency and run conditions * docs(CONTRIBUTING.md): add instructions for previewing the docs locally (#537) * chore: Update to Nx v17 (#539) * Update CI run condition * Update to Nx v17 * Attempt to fix scripts * Fully utilise Nx for PR workflow * chore: Use updated `publish.js` script (#540) * Initial rename and copy * Update relevant packages * Remove ts-node * Mark root as ESM * Move getTsupConfig * Remove eslint-plugin-compat * Make codesandbox run Node 18 * chore: Add missing command to CI workflow (#541) * chore: Enable Nx distributed caching (#542) * chore: Update prettier config (#543) * Update prettier config * Run format * Update gitignore --------- Co-authored-by: fuko <43729152+fulopkovacs@users.noreply.github.com>
* docs: add initial NextJS RSC code sample * chore: replace react imports with rehackt imports #480 (comment) * chore: initial work to add server action support to React Form * feat: got initial demo of NextJS server action error to work * feat: add useTransform and mergeForm APIs * chore: WIP * feat: add transform array checking * fix: issues with canSubmit state issues when using server validation * fix: remove error when Field component is first ran * fix: correct failing tests * chore: fix ci/cd * chore: fix next server action typings * chore: fix various issues with templates and CI/CD * chore: upgrade node version * chore: change from tsup to manual rollup * Revert "chore: change from tsup to manual rollup" This reverts commit 994c85c. * chore: attempt to fix tsup issues * Revert "chore: attempt to fix tsup issues" This reverts commit b9b1f07. * chore: migrate form-core to use Vite * chore: migrate Vue package to Vite * docs: migrate form adapters to vite * chore: migrate solid and react packages to use vite * chore: refactor to single config generator * chore: remove typescript 4.8 * chore: fix issues with test ci * chore: fix PR CI * chore: fix clean script * Merge main into nextjs-server-actions (#545) * chore: Update CI versions of node and pnpm (#538) * Update node and pnpm for CI * Update concurrency and run conditions * docs(CONTRIBUTING.md): add instructions for previewing the docs locally (#537) * chore: Update to Nx v17 (#539) * Update CI run condition * Update to Nx v17 * Attempt to fix scripts * Fully utilise Nx for PR workflow * chore: Use updated `publish.js` script (#540) * Initial rename and copy * Update relevant packages * Remove ts-node * Mark root as ESM * Move getTsupConfig * Remove eslint-plugin-compat * Make codesandbox run Node 18 * chore: Add missing command to CI workflow (#541) * chore: Enable Nx distributed caching (#542) * chore: Update prettier config (#543) * Update prettier config * Run format * Update gitignore --------- Co-authored-by: fuko <43729152+fulopkovacs@users.noreply.github.com> * Fix lockfile --------- Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Co-authored-by: fuko <43729152+fulopkovacs@users.noreply.github.com>
Use script and config from query repo