Skip to content

fix: tsc build errs#34

Closed
fcsondheim wants to merge 2 commits into
mainfrom
build-errs
Closed

fix: tsc build errs#34
fcsondheim wants to merge 2 commits into
mainfrom
build-errs

Conversation

@fcsondheim

Copy link
Copy Markdown
Collaborator

fix build errs

Copilot AI review requested due to automatic review settings June 10, 2026 19:37
@github-actions

Copy link
Copy Markdown

Coverage Report for @evefrontier/dapp-kit

Status Category Percentage Covered / Total
🔵 Lines 92.78% 489 / 527
🔵 Statements 92.85% 507 / 546
🔵 Functions 88.46% 92 / 104
🔵 Branches 79.54% 280 / 352
File CoverageNo changed files found.
Generated in workflow #66 for commit 8faf280 by the Vitest Coverage Report Action

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses TypeScript build errors in the monorepo by adjusting @evefrontier/dapp-kit imports to be type-safe under TS build settings, and bumps package versions/changelogs to reflect the patch release.

Changes:

  • Update ui-components and assembly package versions (and add corresponding changelog entries).
  • Fix a @evefrontier/dapp-kit type import in TurretView to avoid TS build issues.
  • Remove unused/invalid type imports in EveLayout.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/libs/ui-components/package.json Bumps @eveworld/ui-components version to 0.2.1.
packages/libs/ui-components/modules/TurretView.tsx Switches AssemblyType to a type-only import to resolve TS build errors.
packages/libs/ui-components/components/EveLayout.tsx Removes unused/invalid imports from @evefrontier/dapp-kit.
packages/libs/ui-components/CHANGELOG.md Adds 0.2.1 release notes entry.
packages/apps/assembly/package.json Bumps @eveworld/assembly version to 0.3.1.
packages/apps/assembly/CHANGELOG.md Adds 0.3.1 release notes entry referencing updated dependency.


### Patch Changes

- fix build err
@fcsondheim fcsondheim closed this Jun 10, 2026
@fcsondheim fcsondheim deleted the build-errs branch June 10, 2026 20:04
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.

2 participants