You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix all eslint errors and warnings across the repo
- Remove unnecessary optional chains on non-nullish values (113 instances)
- Remove unnecessary type assertions (2 instances)
- Fix async functions with no await expression
- Fix variable shadowing (rename or eslint-disable where renaming breaks API)
- Fix empty destructuring patterns in vitest fixtures
- Suppress unused vars in vitest fixture dependencies needed for ordering
- Remove stale eslint-disable directive
- Add vite.config.ts to eslint ignores (not in tsconfig)
- Change query-once-api changeset from minor to patch (pre-1.0)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* ci: apply automated fixes
* chore: change query-once-api changeset from minor to patch
Pre-1.0 package — patch is appropriate for new features.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: wrap onDelete/onInsert returns in Promise.resolve()
Removing async changed the return type from Promise<{refetch}> to
{refetch}, which doesn't match the mutation handler types.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
0 commit comments