Skip to content

Atomic: droid type fixes#7314

Merged
h0lybyte merged 2 commits intodevfrom
atom-02252128-droid-type-fixes
Feb 26, 2026
Merged

Atomic: droid type fixes#7314
h0lybyte merged 2 commits intodevfrom
atom-02252128-droid-type-fixes

Conversation

@github-actions
Copy link
Contributor

Atomic Branch: atom-02252128-droid-type-fixes

This is an automated pull request for atomic changes.

Changes

  • Review changes
  • Verify tests pass
  • Ready to merge

Branch Info

  • Source: atom-02252128-droid-type-fixes
  • Target: dev
  • Type: Atomic workflow

This PR was automatically created by the atomic branch workflow.

Fix index signature access (TS4111) by using bracket notation for
properties from index signatures (options['auth'], message['type'],
payload['id']). Fix Supabase realtime API type mismatches (TS2769) by
using proper RealtimePostgresChangesFilter type instead of plain
Record. Fix type narrowing issues (TS2345/TS2322/TS2339/TS18046) in
WorkerUIMessage discriminated union by extracting typed locals after
discriminant checks. Fix callback contravariance (bridgeWsToDb handler,
mod emitFromWorker wrapper).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nx-cloud
Copy link

nx-cloud bot commented Feb 26, 2026

View your CI Pipeline Execution ↗ for commit 57b5f5d

Command Status Duration Result
nx e2e astro-e2e ✅ Succeeded 45s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-26 02:58:09 UTC

After ToastContainer drains pre-mount queued toasts, set
__kbveToastQueue to null so subsequent addToast() calls skip the
buffer and rely on nanostores + CustomEvent bridge instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Contributor Author

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@h0lybyte h0lybyte merged commit d50bfcd into dev Feb 26, 2026
11 checks passed
@h0lybyte h0lybyte deleted the atom-02252128-droid-type-fixes branch February 26, 2026 03:45
@github-project-automation github-project-automation bot moved this from Review to Done in KBVE Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant