[PR #6] [MERGED] Switch package management to Bun #93

Closed
opened 2026-02-27 15:55:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/6
Author: @arunavo4
Created: 5/20/2025
Status: Merged
Merged: 5/20/2025
Merged by: @arunavo4

Base: bunHead: l9s9sl-ray/migrate-project-to-bun-with-redis-and-sqlite


📝 Commits (2)

  • d5b0102 chore: switch to bun package manager
  • f9c77bb Merge branch 'bun' into l9s9sl-ray/migrate-project-to-bun-with-redis-and-sqlite

📊 Changes

13 files changed (+75 additions, -97 deletions)

View changed files

📝 .dockerignore (+1 -2)
📝 .github/workflows/README.md (+1 -2)
📝 .github/workflows/astro-build-test.yml (+7 -13)
📝 .github/workflows/docker-scan.yml (+2 -2)
📝 README.md (+22 -36)
📝 docker-entrypoint.sh (+9 -9)
📝 package.json (+4 -4)
📝 scripts/README-docker.md (+1 -1)
📝 scripts/README.md (+12 -12)
📝 scripts/docker-diagnostics.sh (+2 -2)
📝 scripts/manage-db.ts (+9 -9)
📝 src/content/docs/quickstart.md (+4 -4)
📝 src/lib/config.ts (+1 -1)

📄 Description

Summary

  • use Bun for dependency management
  • update scripts and docs to run with Bun
  • convert GitHub Actions workflow to Bun
  • remove pnpm references

Testing

  • bun x vitest run

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RayLabsHQ/gitea-mirror/pull/6 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 5/20/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `bun` ← **Head:** `l9s9sl-ray/migrate-project-to-bun-with-redis-and-sqlite` --- ### 📝 Commits (2) - [`d5b0102`](https://github.com/RayLabsHQ/gitea-mirror/commit/d5b0102080bfbeb438c22d966366ab98e842dfe5) chore: switch to bun package manager - [`f9c77bb`](https://github.com/RayLabsHQ/gitea-mirror/commit/f9c77bbee0c795b5ea02fec3ca7f4caeea18d4bd) Merge branch 'bun' into l9s9sl-ray/migrate-project-to-bun-with-redis-and-sqlite ### 📊 Changes **13 files changed** (+75 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -2) 📝 `.github/workflows/README.md` (+1 -2) 📝 `.github/workflows/astro-build-test.yml` (+7 -13) 📝 `.github/workflows/docker-scan.yml` (+2 -2) 📝 `README.md` (+22 -36) 📝 `docker-entrypoint.sh` (+9 -9) 📝 `package.json` (+4 -4) 📝 `scripts/README-docker.md` (+1 -1) 📝 `scripts/README.md` (+12 -12) 📝 `scripts/docker-diagnostics.sh` (+2 -2) 📝 `scripts/manage-db.ts` (+9 -9) 📝 `src/content/docs/quickstart.md` (+4 -4) 📝 `src/lib/config.ts` (+1 -1) </details> ### 📄 Description ## Summary - use Bun for dependency management - update scripts and docs to run with Bun - convert GitHub Actions workflow to Bun - remove pnpm references ## Testing - `bun x vitest run` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:55:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gitea-mirror#93
No description provided.