chore(deps): bump JavaScript dependencies#256
Conversation
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [copy-to-clipboard](https://github.com/sudodoki/copy-to-clipboard) from 3.3.3 to 4.0.2. - [Release notes](https://github.com/sudodoki/copy-to-clipboard/releases) - [Changelog](https://github.com/sudodoki/copy-to-clipboard/blob/main/CHANGELOG.md) - [Commits](sudodoki/copy-to-clipboard@v3.3.3...v4.0.2) --- updated-dependencies: - dependency-name: copy-to-clipboard dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.9.5 to 4.60.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.9.5...v4.60.2) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.60.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.2 to 8.0.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…edirects-1.16.0' into chore/bump-js-dependencies
…clipboard-4.0.2' into chore/bump-js-dependencies
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates frontend dependencies in Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 41 minutes and 27 seconds.Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #256 +/- ##
=========================================
Coverage 91.31% 91.31%
Complexity 2176 2176
=========================================
Files 189 189
Lines 7806 7806
=========================================
Hits 7128 7128
Misses 678 678 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
162601e to
55671ae
Compare
…compatibility laravel-vite-plugin 3.x requires vite 8. Vite 8 uses rolldown which triggers a bug in @tailwindcss/vite 4.2.3+ when resolving daisyUI's @plugin directive (tailwindlabs/tailwindcss#19950). Pin to 4.2.2 which does not have the bug. Unpin once 4.2.5+ is released with the fix.
55671ae to
9a37244
Compare
Summary
Tailwind CSS compatibility note
laravel-vite-plugin 3.x requires vite 8. Vite 8 uses rolldown (Rust bundler) which triggers a bug in @tailwindcss/vite 4.2.3+ when resolving daisyUI's
@plugindirective:The fix will land in Tailwind CSS 4.2.5. Until then, pinning to 4.2.2 avoids the bug.
Once 4.2.5+ is released, update the pinned versions back to
^4.x.Closes #253, closes #252, closes #249, closes #247, closes #229
Test plan
npm run buildsucceeds