Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2025

Bumps symfonycasts/tailwind-bundle from 0.8.0 to 0.12.0.

Release notes

Sourced from symfonycasts/tailwind-bundle's releases.

v0.12.0 : Allow Symfony 8

What's Changed

New Contributors

Full Changelog: SymfonyCasts/tailwind-bundle@v0.11.1...v0.12.0

v0.11.1

Hey Tailwinder's!

Just a small release that improves how we detect the Tailwind binary.

What's Changed

Full Changelog: SymfonyCasts/tailwind-bundle@v0.11.0...v0.11.1

v0.11.0

Hey Tailwinder's!

When downloading TailwindCSS, we have some detection logic to determine the correct binary based on your system architecture. This logic is hard to test and doesn't work for everyone. So this release adds a binary_platform option to override:

# config/packages/symfonycasts_tailwind.yaml
symfonycasts_tailwind:
    # one of: 'linux-arm64', 'linux-arm64-musl', 'linux-x64', 'linux-x64-musl', 'macos-arm64', 'macos-x64', 'windows-x64'
    binary_platform: 'linux-x64'

What's Changed

New Contributors

Full Changelog: SymfonyCasts/tailwind-bundle@v0.10.1...v0.11.0

v0.10.1

Hey Tailwinder's!

Small housekeeping release to prevent using invalid option in TailwindCSS 4.

What's Changed

... (truncated)

Commits
  • 17c85e2 Remove redundant ignore error for PhpStan (#118)
  • dd2852b Allow symfony 8.0 (#117)
  • 72590ee Merge pull request #112 from Spomky/feature/better-musl-detection
  • e534458 Refactor musl detection logic in TailwindBinary
  • 2d59fa8 Merge pull request #111 from kbond/doc-binary-platform
  • 865b627 Document binary_platform option
  • 20e1783 Merge pull request #110 from Spomky/features/binary-plaform
  • 04a4ef8 Update musl detection logic in TailwindBinary
  • f270e7c Merge pull request #109 from Spomky/bug/musl-binary
  • 3baed1d Update musl detection logic in TailwindBinary
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [symfonycasts/tailwind-bundle](https://github.com/SymfonyCasts/tailwind-bundle) from 0.8.0 to 0.12.0.
- [Release notes](https://github.com/SymfonyCasts/tailwind-bundle/releases)
- [Commits](SymfonyCasts/tailwind-bundle@v0.8.0...v0.12.0)

---
updated-dependencies:
- dependency-name: symfonycasts/tailwind-bundle
  dependency-version: 0.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Dec 3, 2025
@dependabot dependabot bot requested a review from norberttech as a code owner December 3, 2025 04:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code size: S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant