Skip to content

fix(oxlint) - fix any#920

Merged
gabrielseco merged 8 commits intomainfrom
fix-oxlint-any
Apr 15, 2026
Merged

fix(oxlint) - fix any#920
gabrielseco merged 8 commits intomainfrom
fix-oxlint-any

Conversation

@gabrielseco
Copy link
Copy Markdown
Collaborator

@gabrielseco gabrielseco commented Apr 15, 2026

I notice doing another PR, the linter wasn't working correctly, besides we weren't linting | type-checking the example app

now that works

Note

Medium Risk
Moderate risk due to new CI gating (example lint/type-check) and stricter linting that could affect contributor workflows, though runtime behavior changes are minimal and largely type-only refactors.

Overview
CI now validates the example app. Both ci-main.yml and pr.yml add an example-checks job that builds the main package, then installs/lints/type-checks the example app, and e2e-tests/production deploys now needs these checks.

Oxlint now errors on any. .oxlintrc.json enables typescript/no-explicit-any, and codebase updates replace explicit any (and ESLint disables) with a shared $TSFixMe alias across form components/utilities, mutation helpers, scripts, and tests; the example app also gains a type-check script and a small setTimeout typing fix.

Reviewed by Cursor Bugbot for commit 6b007c5. 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 15, 2026

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 207.81 kB 207.88 kB -70 B (-0.0%) 🟢
Total (raw) 558.25 kB 558.26 kB -10 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: 207.81 kB / 250 kB (83.1%)
  • ✅ Total raw: 558.25 kB / 600 kB (93.0%)
  • ✅ CSS gzipped: 20.11 kB / 25 kB (80.4%)

Largest Files (Top 5)

  1. chunk-RXNDKUY6.js - 13.83 kB (new)
  2. index.css - 10.05 kB (0 B (0%))
  3. styles.css - 10.05 kB (0 B (0%))
  4. index.js - 6.05 kB (-7 B (-0.1%))
  5. chunk-UITO344H.js - 5.93 kB (new)
View All Files (310 total)
File Size (gzip) Change
chunk-RXNDKUY6.js 13.83 kB new
index.css 10.05 kB 0 B (0%)
styles.css 10.05 kB 0 B (0%)
index.js 6.05 kB -7 B (-0.1%)
chunk-UITO344H.js 5.93 kB new
chunk-R47Q7R6C.js 5.82 kB 0 B (0%)
chunk-YZKXKNDS.js 4.4 kB new
chunk-IJDBUKEM.js 4.23 kB new
chunk-HLR7IUW7.js 4.06 kB new
chunk-VJNTRMOS.js 3.35 kB new

✅ Bundle size check passed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 15, 2026

Deploy preview for remote-flows ready!

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

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 15, 2026

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

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

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

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

github-actions Bot commented Apr 15, 2026

📊 Coverage Report

⚠️ Coverage decreased

Metric Current Previous Change Status
Lines 89.91% 89.93% -0.02% 🔴
Statements 89.58% 89.58% 0%
Functions 87.40% 87.40% 0%
Branches 79.79% 79.79% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3565 / 3965
  • Coverage: 89.91%
  • Change: -0.02% (0 lines)
Statements Coverage
  • Covered: 3628 / 4050
  • Coverage: 89.58%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 978 / 1119
  • Coverage: 87.40%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2215 / 2776
  • Coverage: 79.79%
  • Change: 0% (0 branches)

✅ Coverage check passed

Comment thread src/types/remoteFlows.ts Outdated
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 dc7e8d1. Configure here.

Comment thread scripts/release.ts Outdated
@gabrielseco gabrielseco self-assigned this Apr 15, 2026
@gabrielseco gabrielseco requested a review from cammellos April 15, 2026 09:42
@gabrielseco gabrielseco merged commit b3aa8bd into main Apr 15, 2026
8 checks passed
@gabrielseco gabrielseco deleted the fix-oxlint-any branch April 15, 2026 10:02
@gabrielseco gabrielseco mentioned this pull request Apr 15, 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.

2 participants