Skip to content

chore(deps): bump JavaScript dependencies#256

Merged
David-Crty merged 8 commits intomainfrom
chore/bump-js-dependencies
Apr 30, 2026
Merged

chore(deps): bump JavaScript dependencies#256
David-Crty merged 8 commits intomainfrom
chore/bump-js-dependencies

Conversation

@David-Crty
Copy link
Copy Markdown
Owner

@David-Crty David-Crty commented Apr 30, 2026

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 @plugin directive:

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 build succeeds
  • All 897 tests pass
  • PHPStan clean
  • Lint clean

dependabot Bot and others added 7 commits April 17, 2026 10:04
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
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

Warning

Rate limit exceeded

@David-Crty has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 41 minutes and 27 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: cb593c69-3d01-4e82-a4cb-06af49127fab

📥 Commits

Reviewing files that changed from the base of the PR and between 162601e and 9a37244.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json
📝 Walkthrough

Walkthrough

Updates frontend dependencies in package.json: pins Tailwind CSS/Vite to an insiders version, upgrades copy-to-clipboard to v4, bumps laravel-vite-plugin to v3.1, promotes vite to v8, and updates the Linux Rollup native dependency.

Changes

Cohort / File(s) Summary
Frontend Dependencies
package.json
Pins @tailwindcss/vite and tailwindcss to experimental insiders build 0.0.0-insiders.1ca0aac; upgrades copy-to-clipboard to v4.0.2, laravel-vite-plugin to v3.1, and vite to v8.0.10; updates Rollup Linux native binding to 4.60.2.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Poem

🐰 Hop along, dear build tools, to versions new and bright,
Tailwind's insiders guide our CSS flight,
Vite dances faster, Laravel plugins align,
Dependencies bundled in perfect design! 🛠️✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely summarizes the main change: dependency version bumps for JavaScript packages.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-js-dependencies

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.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 41 minutes and 27 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.31%. Comparing base (303f895) to head (9a37244).
⚠️ Report is 9 commits behind head on main.
✅ All tests successful. No failed tests found.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@David-Crty David-Crty force-pushed the chore/bump-js-dependencies branch from 162601e to 55671ae Compare April 30, 2026 13:25
…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.
@David-Crty David-Crty force-pushed the chore/bump-js-dependencies branch from 55671ae to 9a37244 Compare April 30, 2026 13:29
@David-Crty David-Crty merged commit 71ab0d6 into main Apr 30, 2026
6 checks passed
@David-Crty David-Crty deleted the chore/bump-js-dependencies branch April 30, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant