[PR #185] [MERGED] Upgrade dependencies across app and www #172

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

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/185
Author: @arunavo4
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @arunavo4

Base: mainHead: codex/deps-upgrade-app-www


📝 Commits (1)

  • 6e6c3fa Upgrade dependencies for app and www

📊 Changes

4 files changed (+1555 additions, -1416 deletions)

View changed files

📝 bun.lock (+290 -260)
📝 package.json (+23 -23)
📝 www/package.json (+10 -10)
📝 www/pnpm-lock.yaml (+1232 -1123)

📄 Description

Summary

  • upgrade dependencies in the main app package (package.json + bun.lock)
  • upgrade dependencies in the www package (www/package.json + www/pnpm-lock.yaml)
  • keep changes dependency-only (no source-code modifications)

Notable version bumps

  • astro to 5.17.3 (app and www)
  • better-auth / @better-auth/sso to 1.4.19
  • tailwindcss / @tailwindcss/vite to 4.2.1
  • react / react-dom to 19.2.4
  • drizzle-orm to 0.45.1
  • lucide-react to 0.575.0
  • zod to 4.3.6

Validation

  • bun run build
  • bun test
  • cd www && pnpm build

🔄 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/185 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `codex/deps-upgrade-app-www` --- ### 📝 Commits (1) - [`6e6c3fa`](https://github.com/RayLabsHQ/gitea-mirror/commit/6e6c3fa1248b1dfe26ee0ab4ba1ef238487dcd21) Upgrade dependencies for app and www ### 📊 Changes **4 files changed** (+1555 additions, -1416 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+290 -260) 📝 `package.json` (+23 -23) 📝 `www/package.json` (+10 -10) 📝 `www/pnpm-lock.yaml` (+1232 -1123) </details> ### 📄 Description ## Summary - upgrade dependencies in the main app package (`package.json` + `bun.lock`) - upgrade dependencies in the `www` package (`www/package.json` + `www/pnpm-lock.yaml`) - keep changes dependency-only (no source-code modifications) ## Notable version bumps - `astro` to `5.17.3` (app and www) - `better-auth` / `@better-auth/sso` to `1.4.19` - `tailwindcss` / `@tailwindcss/vite` to `4.2.1` - `react` / `react-dom` to `19.2.4` - `drizzle-orm` to `0.45.1` - `lucide-react` to `0.575.0` - `zod` to `4.3.6` ## Validation - `bun run build` - `bun test` - `cd www && pnpm build` --- <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:25 +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#172
No description provided.