[PR #868] [CLOSED] chore(deps): upgrade to Tailwind 4 #1014

Closed
opened 2025-11-01 21:09:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/868
Author: @kolaente
Created: 6/4/2025
Status: Closed

Base: mainHead: codex/upgrade-to-tailwind-4.1.8-using-pnpm


📝 Commits (5)

  • 159961b fix: add migration for non-unique task buckets
  • 8aed02e chore: upgrade tailwind to v4
  • 1d0b3e5 Fix Tailwind import
  • 082bf3c fix: correctly not import preflight in tailwind 4
  • 73962f9 chore(deps): upgrade to Tailwind 4 (#1019)

📊 Changes

8 files changed (+500 additions, -307 deletions)

View changed files

📝 frontend/package.json (+3 -2)
📝 frontend/pnpm-lock.yaml (+426 -288)
📝 frontend/src/App.vue (+0 -1)
📝 frontend/src/main.ts (+2 -0)
📝 frontend/src/styles/global.scss (+2 -2)
📝 frontend/tailwind.config.js (+1 -5)
📝 frontend/vite.config.ts (+8 -8)
📝 pkg/migration/20250624092830.go (+58 -1)

📄 Description

Closes https://github.com/go-vikunja/vikunja/pull/468

Summary

  • upgrade Tailwind to 4.1.8
  • use the new @tailwindcss/vite plugin
  • switch Tailwind imports to CSS @import

Testing

  • pnpm run lint
  • pnpm run typecheck (fails: Argument of type '{}' is not assignable to parameter of type ...)
  • go test ./... (fails: could not read fixtures files)

https://chatgpt.com/codex/tasks/task_e_68405a72ac908322a1ba4caad65fb3fd


🔄 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/go-vikunja/vikunja/pull/868 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/upgrade-to-tailwind-4.1.8-using-pnpm` --- ### 📝 Commits (5) - [`159961b`](https://github.com/go-vikunja/vikunja/commit/159961b5e0461d784eb91b73fe4ab91649d7f410) fix: add migration for non-unique task buckets - [`8aed02e`](https://github.com/go-vikunja/vikunja/commit/8aed02e7edae5f9b0fff31875373acdbcd7be43c) chore: upgrade tailwind to v4 - [`1d0b3e5`](https://github.com/go-vikunja/vikunja/commit/1d0b3e5efc25e187b20b54b5c5076dd7f06da36d) Fix Tailwind import - [`082bf3c`](https://github.com/go-vikunja/vikunja/commit/082bf3ce0d102b28d1b12b1e43cc4760b36aa351) fix: correctly not import preflight in tailwind 4 - [`73962f9`](https://github.com/go-vikunja/vikunja/commit/73962f9fffce5d351908dd5b5ef9a8a8e1824346) chore(deps): upgrade to Tailwind 4 (#1019) ### 📊 Changes **8 files changed** (+500 additions, -307 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+3 -2) 📝 `frontend/pnpm-lock.yaml` (+426 -288) 📝 `frontend/src/App.vue` (+0 -1) 📝 `frontend/src/main.ts` (+2 -0) 📝 `frontend/src/styles/global.scss` (+2 -2) 📝 `frontend/tailwind.config.js` (+1 -5) 📝 `frontend/vite.config.ts` (+8 -8) 📝 `pkg/migration/20250624092830.go` (+58 -1) </details> ### 📄 Description Closes https://github.com/go-vikunja/vikunja/pull/468 ## Summary - upgrade Tailwind to `4.1.8` - use the new `@tailwindcss/vite` plugin - switch Tailwind imports to CSS `@import` ## Testing - `pnpm run lint` - `pnpm run typecheck` *(fails: Argument of type '{}' is not assignable to parameter of type ...)* - `go test ./...` *(fails: could not read fixtures files)* ------ https://chatgpt.com/codex/tasks/task_e_68405a72ac908322a1ba4caad65fb3fd --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:09:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1014