Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Al @h0lybyte <5599058+h0lybyte@users.noreply.github.com>
Bumps [astro-mermaid](https://github.com/joesaby/astro-mermaid) from 1.3.1 to 2.0.1. - [Release notes](https://github.com/joesaby/astro-mermaid/releases) - [Commits](joesaby/astro-mermaid@v1.3.1...v2.0.1) --- updated-dependencies: - dependency-name: astro-mermaid dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…gs page (#9319) Replaces the stub AstroHolyCard settings page with a real interactive settings panel containing three sections: - Storage Management: shows localStorage key count, IndexedDB usage/quota with progress bar, and a "Clear All Data" button that wipes localStorage, all IndexedDB databases, and Cache API entries - System Health: probes Web Workers, SharedWorkers, Service Workers, WebGPU, WebGL, IndexedDB, WebSocket, and BroadcastChannel availability with per-check status indicators and GPU renderer detail - Device Info: displays browser, platform, language, CPU cores, device memory, screen resolution, connection type, touch support, color scheme preference, and Battery API status
Contributor
Author
Dependency ReviewThe following issues were found:
|
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lapin](https://github.com/amqp-rs/lapin) from 4.3.0 to 4.4.0. - [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md) - [Commits](amqp-rs/lapin@v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: lapin dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#9321) Server receives WebSocket packets but they're "not consumed" by the Netcode layer (aeronet_io warning). Add two diagnostic systems: 1. debug_link_packet_flow — checks Link entities in the Server collection, logs send/recv buffer sizes per tick 2. debug_all_links — checks ALL Link entities including orphans not in Server collection, with LinkOf server tracking This will reveal whether: - The Link entity exists but isn't in the Server collection (LinkOf missing) - The Link has Linked but packets aren't flowing to recv buffer - The aeronet Session→Link bridge is broken (AeronetLinkOf mismatch)
Bumps [egui](https://github.com/emilk/egui) from 0.33.3 to 0.34.1. - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](emilk/egui@0.33.3...0.34.1) --- updated-dependencies: - dependency-name: egui dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Resolves #9315 Major version bump — styled-components v6 includes bundled TypeScript types, React 19 RSC compatibility, Shadow DOM SSR fixes, and performance optimizations. No source code changes needed as the monorepo has zero actual styled-components imports (declared dependency only, used by Nx generator defaults). Astro build verified clean. Also bumps @types/styled-components from 5.1.26 to 5.1.34.
h0lybyte
approved these changes
Mar 30, 2026
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
9 atomic commits ready for main
Features
e962c2f)Chores
9192e9e)7031cfb)9daa25d)599c8f9)93ac5b3)c436990)bf90f49)Other Changes
12d3261)This PR is automatically maintained by CI — KBVE Studio