Conversation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…oundary laser is a buildable lib; @kbve/chat is source-distributed (no build target), so enforce-module-boundaries (enforceBuildableLibDependency) fails laser:lint on the @kbve/chat/gamechat import. The gamechat surface is two wire-stable declarations (GamechatFrame + GAMECHAT_KIND_CHAT); mirror them locally per the laser convention instead of crossing the buildable→non-buildable lib edge. chat remains source of truth elsewhere.
The vite ^7 pin broke @vitejs/plugin-react@6 (imports vite/internal, vite-8-only) and the 8 rolldownOptions configs from the vite-8 migration → "Failed to process project graph". astro 6.4.8 uses its own nested vite 7.3.2 regardless of the root version, so astro deploys are not gated by root vite 8. The original CI graph crash was the nx daemon flake, not a vite mismatch. Keeps the devops/laser boundary fixes.
The affected lint/test steps ran raw `pnpm nx affected` after `nx reset`,
respawning the nx daemon. The daemon intermittently crashes building the
project graph in CI ("Failed to process project graph"). Disable the
daemon for the whole job so every nx call rebuilds the graph from disk.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: Dev → Main
8 atomic commits ready for main
Bug Fixes
0c03e46)f5bd99f)edb03e4)Reverts
f88e5fb)Chores
1799921)ead376a)f05d082)Other Changes
7947fb2)Builds on merge
This PR is automatically maintained by CI — KBVE Studio