Skip to content

chore(ts) - move to v6#845

Open
gabrielseco wants to merge 4 commits intomainfrom
typescript-migration
Open

chore(ts) - move to v6#845
gabrielseco wants to merge 4 commits intomainfrom
typescript-migration

Conversation

@gabrielseco
Copy link
Copy Markdown
Collaborator

@gabrielseco gabrielseco commented Apr 2, 2026

Note

Medium Risk
Upgrading the TypeScript compiler and module resolution can change type-checking and build behavior across the repo, potentially surfacing new errors or subtle runtime import differences. Changes are mostly tooling/config, but they affect compilation and e2e test execution.

Overview
Upgrades TypeScript to ^6.0.0 (lockfiles updated to 6.0.2) for both the root package and the example app.

Aligns TS configs for the new compiler: example/tsconfig.e2e.json switches to node16 module/moduleResolution, root tsconfig.json adds ignoreDeprecations: "6.0", and example/src/MagicLinkTest.tsx adjusts the timeout ref type to match browser setTimeout.

Adds a root src/css.d.ts so *.css imports type-check cleanly under the updated TS setup.

Written by Cursor Bugbot for commit 6308a95. This will update automatically on new commits. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 205.37 kB 205.37 kB +6 B (+0.0%) 🔴
Total (raw) 551.82 kB 551.82 kB 0 B (0%) 🟢
CSS (gzip) 19.77 kB 19.77 kB 0 B (0%) 🟢
CSS (raw) 102.61 kB 102.61 kB 0 B (0%) 🟢

Size Limits

  • ✅ Total gzipped: 205.37 kB / 250 kB (82.1%)
  • ✅ Total raw: 551.82 kB / 600 kB (92.0%)
  • ✅ CSS gzipped: 19.77 kB / 25 kB (79.1%)

Largest Files (Top 5)

  1. chunk-CWAFRJAQ.js - 12.53 kB (0 B (0%))
  2. styles.css - 9.88 kB (0 B (0%))
  3. index.css - 9.88 kB (0 B (0%))
  4. index.js - 6.04 kB (+1 B (+0.0%))
  5. chunk-DZXU45AS.js - 5.93 kB (0 B (0%))
View All Files (309 total)
File Size (gzip) Change
chunk-CWAFRJAQ.js 12.53 kB 0 B (0%)
styles.css 9.88 kB 0 B (0%)
index.css 9.88 kB 0 B (0%)
index.js 6.04 kB +1 B (+0.0%)
chunk-DZXU45AS.js 5.93 kB 0 B (0%)
chunk-H2RAK6F7.js 5.77 kB 0 B (0%)
chunk-JTMJKRH7.js 4.24 kB new
chunk-GOTY4N6S.js 4.06 kB 0 B (0%)
chunk-XGRFWXUU.js 3.49 kB 0 B (0%)
chunk-HDH5PEOK.js 3.37 kB 0 B (0%)

✅ Bundle size check passed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 89.53% 89.53% 0%
Statements 89.22% 89.22% 0%
Functions 86.87% 86.87% 0%
Branches 79.31% 79.31% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3463 / 3868
  • Coverage: 89.53%
  • Change: 0% (0 lines)
Statements Coverage
  • Covered: 3524 / 3950
  • Coverage: 89.22%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 953 / 1097
  • Coverage: 86.87%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2151 / 2712
  • Coverage: 79.31%
  • Change: 0% (0 branches)

✅ Coverage check passed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

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

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

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

Deploy preview for remote-flows ready!

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

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

@gabrielseco gabrielseco changed the title ts migration chore(ts) - move to v6 Apr 2, 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