- Fix: resolved SQLite insert errors under large imports via dynamic batching and consistent null normalization.
- De-duplication: merge owned + starred by fullName (prefer starred variant) prior to insert.
- DB safety: unique index on (user_id, full_name) with onConflictDoNothing for all repo inserts.
- Starred duplicates: fully implement suffix/prefix strategies across mirror + metadata (issues, PRs, labels, milestones, releases) using the final repo name.
- UI: improved "Duplicate name handling" layout and alignment in GitHub settings.
- Reliability: safeguard Octokit.plugin usage in tests; added small repo-utils helpers and unit tests.
- Bootstrap: removed manual unique index creation in entrypoint; rely on drizzle-kit migrations.
What's Changed
- Bump vite from 6.3.5 to 6.3.6 in /www in the npm_and_yarn group across 1 directory by @dependabot[bot] in #93
Full Changelog: v3.6.0...v3.7.0