Update dependency symfonycasts/tailwind-bundle to ^0.9.0 #72

Merged
Renovate merged 1 commits from renovate/php-mineur into main 2025-04-03 00:13:00 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
symfonycasts/tailwind-bundle require minor ^0.7.1 -> ^0.9.0

Release Notes

SymfonyCasts/tailwind-bundle (symfonycasts/tailwind-bundle)

v0.9.0: : Strict Mode

Compare Source

Hey Tailwinder's!

Small release that adds the concept of a strict mode. When not enabled, an exception isn't thrown if you haven't called tailwind:build. On everywhere but the test environment, where you likely don't care about the CSS. This makes it easier to run your tests in a CI environment.

What's Changed

Full Changelog: https://github.com/SymfonyCasts/tailwind-bundle/compare/v0.8.0...v0.9.0

v0.8.0: : TailwindCSS v4 Support (Official)

Compare Source

Hey Tailwinder's!

This release officially adds TailwindCSS v4 support and also fixes some long-standing version mismatch issues. Now, in your config, you must specify one of the following:

  1. Exact binary_version (ie 3.4.17 or 4.0.9)
  2. The binary, if managing yourself.

Not specifying triggers a deprecation and defaults to binary_version: 3.4.17. This is required to ensure all team members, CI, production are all on the exact same version (like composer.lock does for PHP dependencies).

What's Changed

Full Changelog: https://github.com/SymfonyCasts/tailwind-bundle/compare/v0.7.1...v0.8.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [symfonycasts/tailwind-bundle](https://github.com/SymfonyCasts/tailwind-bundle) | require | minor | `^0.7.1` -> `^0.9.0` | --- ### Release Notes <details> <summary>SymfonyCasts/tailwind-bundle (symfonycasts/tailwind-bundle)</summary> ### [`v0.9.0`](https://github.com/SymfonyCasts/tailwind-bundle/releases/tag/v0.9.0): : Strict Mode [Compare Source](https://github.com/SymfonyCasts/tailwind-bundle/compare/v0.8.0...v0.9.0) Hey Tailwinder's! Small release that adds the concept of a *strict mode*. When not enabled, an exception isn't thrown if you haven't called `tailwind:build`. On everywhere but the `test` environment, where you likely don't care about the CSS. This makes it easier to run your tests in a CI environment. #### What's Changed - Add *strict mode* by [@&#8203;kbond](https://github.com/kbond) in https://github.com/SymfonyCasts/tailwind-bundle/pull/102 **Full Changelog**: https://github.com/SymfonyCasts/tailwind-bundle/compare/v0.8.0...v0.9.0 ### [`v0.8.0`](https://github.com/SymfonyCasts/tailwind-bundle/releases/tag/v0.8.0): : TailwindCSS v4 Support (Official) [Compare Source](https://github.com/SymfonyCasts/tailwind-bundle/compare/v0.7.1...v0.8.0) Hey Tailwinder's! This release officially adds TailwindCSS v4 support and also fixes some long-standing version mismatch issues. Now, in your config, you *must* specify *one* of the following: 1. *Exact* `binary_version` (ie `3.4.17` or `4.0.9`) 2. The `binary`, if managing yourself. Not specifying triggers a deprecation and defaults to `binary_version: 3.4.17`. This is required to ensure all team members, CI, production are all on the exact same version (like `composer.lock` does for PHP dependencies). #### What's Changed - Tailwind v4 Support by [@&#8203;kbond](https://github.com/kbond) in https://github.com/SymfonyCasts/tailwind-bundle/pull/91 **Full Changelog**: https://github.com/SymfonyCasts/tailwind-bundle/compare/v0.7.1...v0.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate added 1 commit 2025-04-03 00:03:15 +00:00
Renovate scheduled this pull request to auto merge when all checks succeed 2025-04-03 00:03:16 +00:00
Renovate merged commit 6bff9bb54f into main 2025-04-03 00:13:00 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: camelia-studio/Kumora#72
No description provided.