mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 10:04:48 -05:00
[PR #868] [CLOSED] chore(deps): upgrade to Tailwind 4 #1014
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/868
Author: @kolaente
Created: 6/4/2025
Status: ❌ Closed
Base:
main← Head:codex/upgrade-to-tailwind-4.1.8-using-pnpm📝 Commits (5)
159961bfix: add migration for non-unique task buckets8aed02echore: upgrade tailwind to v41d0b3e5Fix Tailwind import082bf3cfix: correctly not import preflight in tailwind 473962f9chore(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
4.1.8@tailwindcss/viteplugin@importTesting
pnpm run lintpnpm 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.