Conversation
GiovaniGuizzo
commented
Feb 5, 2026
Comment on lines
2
to
4
| @plugin "daisyui"; | ||
|
|
||
| @plugin "daisyui/theme" { |
Contributor
Author
There was a problem hiding this comment.
@merencia this change here correctly applies the theme. The dashboard has changed quite a bit.
merencia
approved these changes
Feb 17, 2026
sidequest-release bot
pushed a commit
that referenced
this pull request
Feb 17, 2026
# [1.14.0](v1.13.7...v1.14.0) (2026-02-17) ### Features * upgrade all deps ([#162](#162)) ([56e12ed](56e12ed))
|
🎉 This PR is included in version 1.14.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist for Pull Requests
yarn test:allandyarn test:integration)Summary of Changes
This PR upgrades all dependencies to the latest.
DaisyUI
This PR also fixes an issue with DaisyUI theming: instead of
@plugin "daisyui/theme"we must use@plugin "daisyui". Now the theming is correctly applied. The UI has changed quite a bit :)Moreover, DaisyUI was the only one that couldn't be properly upgraded. Even though only minor versions exist above ours, they break compatibility.
Vitest
Vitest now requires constructor to be mocked with an inline anonymous function instead of clojure.
Tests
I tested thoroughly with automated tests and manually. All green.