Skip to content

chore(imports): fix packages/loopover-ui-kit's #9221 extension drift - #9241

Merged
JSONbored merged 1 commit into
mainfrom
fix/ui-kit-import-specifier-drift
Jul 27, 2026
Merged

chore(imports): fix packages/loopover-ui-kit's #9221 extension drift#9241
JSONbored merged 1 commit into
mainfrom
fix/ui-kit-import-specifier-drift

Conversation

@JSONbored

Copy link
Copy Markdown
Owner

Summary

#9239 ("relocate streaming-text, use-streaming-text, typing-indicator from loopover-miner-ui") merged 8 minutes after #9221/#9231 landed the import-specifiers:check drift guard, introducing 5 relative-import specifiers into packages/loopover-ui-kit missing the .js extension NodeNext-resolved published packages require. Most likely an ordinary race between two PRs (branch last-CI'd before #9221 merged, nothing required a rebase before merge) — not a gate bypass.

Adds the missing .js to each flagged specifier. Mechanical only, no logic change.

Closes #9240

Validation

  • npm run import-specifiers:check — clean (was 5 violations, now 0).
  • npm run build --workspace @loopover/ui-kit — clean.
  • npm run test --workspace @loopover/ui-kit43/43 pass.

Safety

  • No secrets, wallets, hotkeys, trust scores, or reward values.
  • Specifier-only change; no behavior, export-surface, or logic difference.

@JSONbored JSONbored self-assigned this Jul 27, 2026
@JSONbored
JSONbored merged commit 029ea49 into main Jul 27, 2026
4 of 5 checks passed
@JSONbored
JSONbored deleted the fix/ui-kit-import-specifier-drift branch July 27, 2026 08:51
@superagent-security

Copy link
Copy Markdown
Contributor

Superagent didn't find any vulnerabilities or security issues in this PR.

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.

chore(imports): packages/loopover-ui-kit drifted from #9221's extension convention (introduced by #9239)

1 participant