Skip to content

Release: 1 feature, 7 chores → Main#9323

Merged
h0lybyte merged 9 commits intomainfrom
dev
Mar 30, 2026
Merged

Release: 1 feature, 7 chores → Main#9323
h0lybyte merged 9 commits intomainfrom
dev

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 30, 2026

Release: Dev → Main

9 atomic commits ready for main

Features

Chores

Other Changes


This PR is automatically maintained by CI — KBVE Studio

dependabot Bot and others added 2 commits March 30, 2026 08:20
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
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Mar 30, 2026

Dependency Review

The following issues were found:

  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 5 package(s) with unknown licenses.
  • ⚠️ 2 packages with OpenSSF Scorecard issues.

View full job summary

@github-actions github-actions Bot changed the title Release: 2 chores → Main Release: 1 feature, 2 chores → Main Mar 30, 2026
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>
@github-actions github-actions Bot changed the title Release: 1 feature, 2 chores → Main Release: 1 feature, 3 chores → Main Mar 30, 2026
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>
@github-actions github-actions Bot changed the title Release: 1 feature, 3 chores → Main Release: 1 feature, 4 chores → Main Mar 30, 2026
…#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)
@github-actions github-actions Bot changed the title Release: 1 feature, 4 chores → Main Release: 1 feature, 5 chores → Main Mar 30, 2026
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>
@github-actions github-actions Bot changed the title Release: 1 feature, 5 chores → Main Release: 1 feature, 6 chores → Main Mar 30, 2026
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.
@github-actions github-actions Bot changed the title Release: 1 feature, 6 chores → Main Release: 1 feature, 7 chores → Main Mar 30, 2026
@h0lybyte h0lybyte added this pull request to the merge queue Mar 30, 2026
Merged via the queue into main with commit b3c7131 Mar 30, 2026
7 checks passed
@github-project-automation github-project-automation Bot moved this from Review to Done in KBVE Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant