Skip to content

Comments

feat: upgrade all deps#162

Merged
merencia merged 7 commits intomasterfrom
feat/upgrade-deps
Feb 17, 2026
Merged

feat: upgrade all deps#162
merencia merged 7 commits intomasterfrom
feat/upgrade-deps

Conversation

@GiovaniGuizzo
Copy link
Contributor

Checklist for Pull Requests

  • All tests pass (yarn test:all and yarn test:integration)
  • Code follows the style guide and passes lint checks
  • Documentation is updated (README, docs, etc)
  • Linked to corresponding issue, if applicable

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.

Comment on lines 2 to 4
@plugin "daisyui";

@plugin "daisyui/theme" {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@merencia this change here correctly applies the theme. The dashboard has changed quite a bit.

@merencia merencia merged commit 56e12ed into master Feb 17, 2026
6 checks passed
@merencia merencia deleted the feat/upgrade-deps branch February 17, 2026 22:22
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))
@sidequest-release
Copy link

🎉 This PR is included in version 1.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants