Skip to content

Production Release: 2 refactors, 9 chores → Main#7159

Merged
h0lybyte merged 12 commits intomainfrom
staging
Feb 22, 2026
Merged

Production Release: 2 refactors, 9 chores → Main#7159
h0lybyte merged 12 commits intomainfrom
staging

Conversation

@github-actions
Copy link
Contributor

Production Release from Staging

Summary

  • Total Commits: 12
  • Merged PRs: 7
  • Target Branch: main
  • Merge Strategy: Merge Commit

Pre-merge Checklist

  • All tests passing
  • No merge conflicts
  • Changes reviewed and approved
  • Version bumped (if applicable)
  • Documentation updated

Changes by Category

Refactoring

Chores

  • chore(deps): pin quote to 1.0.44 in holy crate (Atomic: quote bump #7153) (f0d20cc)
  • chore(deps): bump actions/cache from 4 to 5 (chore(deps): bump actions/cache from 4 to 5 #7148) (ca6eb2e)
  • chore(deps): bump @tanstack/query-core from 5.59.13 to 5.90.20 (Atomic: tanstack query bump #7155) (7659aaf)
  • chore(deps): pin serde_dynamo to 4.3.0 in rust_kanban (Atomic: serde dynamo bump #7156) (fe40624)
  • chore(deps-dev): bump grpc-tools from 1.12.4 to 1.13.1 (ec097dc)
  • chore(deps): remove preline from package.json and cryptothrone tailwind config (dbfe2eb)
  • chore(deps): remove Next.js and dead next-itch-fishchip gamejam app (e593933)
  • chore(deps): remove Expo, React Native, and metro dependencies (c3234bc)
  • chore(deps): remove unused toastify-js and @types/toastify-js (30be377)

Merge Commits

Important Notes

  • This PR should be MERGE COMMITTED to maintain history
  • Ensure all checks pass before merging
  • After merge, staging will be automatically synced with main

This PR is automatically maintained by CI • Last updated: 2026-02-22T22:37:04.323Z

github-actions bot and others added 12 commits February 22, 2026 14:42
Pin exact version for reproducibility and e2e verification.

Co-authored-by: Al @h0lybyte <5599058+h0lybyte@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
Co-authored-by: Al @h0lybyte <5599058+h0lybyte@users.noreply.github.com>
Clean lock regenerated against dev.

Co-authored-by: Al @h0lybyte <5599058+h0lybyte@users.noreply.github.com>
Pin exact version for reproducibility and e2e verification.

Co-authored-by: Al @h0lybyte <5599058+h0lybyte@users.noreply.github.com>
Clean lock regenerated against dev.
…7157)

Remove the following deprecated/legacy projects:
- packages/astro-ve (deprecated, replaced by @kbve/astro)
- packages/astropad (deprecated, replaced by @kbve/astro)
- apps/kbve/backup-astro-kbve (stale backup from Oct 2024)
- apps/kbve/astro-kbve (rebuilding from scratch)
- apps/kbve/kbve.com (rebuilding from scratch)

Clean up all references:
- Remove @tabler/icons-react (only used in astro-ve)
- Remove path aliases from tsconfig.base.json and app tsconfigs
- Remove nx.json release exclusions for deleted projects
- Inline Preline CDN script in cryptothrone Layout
- Remove dead AstroVe import from rareicon index
- Update workflow file alterations paths
- Regenerate pnpm-lock.yaml
…rofile, rust_kanban (#7158)

Remove three deprecated Rust applications from apps/kbve that will be
replaced with new implementations:

- apps/kbve/kbve-hyperlane (Axum web server)
- apps/kbve/rust_api_profile (API profile service)
- apps/kbve/rust_kanban (Kanban board with DynamoDB)

Cleanup includes:
- Remove workspace members from root Cargo.toml
- Remove prepare_hyperlane_container() and -preparehyperlane from kbve.sh
- Remove hyperlane/rustprofile outputs and filters from CI workflows
- Remove kbve-hyperlane from docker build matrix in ci-main.yml
- Remove hyperlane kube deployment manifest
- Clean up README references
- Regenerate Cargo.lock (removes AWS SDK, serde_dynamo, and other
  exclusive dependencies)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…nd config

Preline is no longer used as a local dependency. The runtime JS is
already loaded via CDN in cryptothrone's Layout.astro. Remove the
local package, tailwind content path, and plugin reference.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Next.js is no longer used in the monorepo. Remove:
- next, next-themes, eslint-config-next, @nx/next from package.json
- @nx/next plugin and generator config from nx.json
- @nx/next migration entry from migrations.json
- apps/gamejam/next-itch-fishchip (dead gamejam app, only Next.js consumer)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Expo and React Native are no longer used in the monorepo. Remove:
- expo and all expo-* packages (10 packages)
- react-native and all react-native-* packages (9 packages)
- metro, metro-config, metro-resolver, nativewind
- @expo/cli, @expo/metro-config, @expo/metro-runtime
- @nx/expo, babel-preset-expo, jest-expo
- @react-native-community/cli, @testing-library/react-native
- @react-native-async-storage, @react-native-masked-view
- @react-navigation/native, @react-navigation/native-stack
- @hcaptcha/react-native-hcaptcha
- @nx/expo:build target from nx.json
- @nx/expo migration entries from migrations.json

No source files import from any of these packages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
No imports of toastify-js exist anywhere in the codebase.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Release: 1 chore → Staging
@github-actions github-actions bot requested a review from h0lybyte as a code owner February 22, 2026 22:37
@github-project-automation github-project-automation bot moved this to Review in KBVE Feb 22, 2026
@h0lybyte h0lybyte merged commit 3284df7 into main Feb 22, 2026
2 checks passed
@h0lybyte h0lybyte deleted the staging branch February 22, 2026 22:37
@github-project-automation github-project-automation bot moved this from Review to Done in KBVE Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant