Skip to content

Bump symfonycasts/tailwind-bundle from 0.8.0 to 0.11.0 in /web/landing#1798

Closed
dependabot[bot] wants to merge 1 commit into
1.xfrom
dependabot/composer/web/landing/symfonycasts/tailwind-bundle-0.11.0
Closed

Bump symfonycasts/tailwind-bundle from 0.8.0 to 0.11.0 in /web/landing#1798
dependabot[bot] wants to merge 1 commit into
1.xfrom
dependabot/composer/web/landing/symfonycasts/tailwind-bundle-0.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 30, 2025

Bumps symfonycasts/tailwind-bundle from 0.8.0 to 0.11.0.

Release notes

Sourced from symfonycasts/tailwind-bundle's releases.

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

New Contributors

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

v0.10.0 : musl binary support

Hey Tailwinder's!

Small release that enables downloading the musl binary Tailwind 4.0 provides if your system architecture supports it.

What's Changed

Full Changelog: SymfonyCasts/tailwind-bundle@v0.9.0...v0.10.0

v0.9.0 : Strict Mode

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.

... (truncated)

Commits
  • 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
  • bd701c3 Merge pull request #108 from ld-web/v4-no-config
  • a0c5fc8 ✨ Specify config file only if not v4
  • 380502c Update TailwindBinary::getBinaryName() for 4.0 (#104)
  • 408c65b Merge pull request #102 from kbond/strict-mode
  • 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.11.0.
- [Release notes](https://github.com/SymfonyCasts/tailwind-bundle/releases)
- [Commits](SymfonyCasts/tailwind-bundle@v0.8.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 30, 2025
@dependabot dependabot Bot requested a review from norberttech as a code owner July 30, 2025 05:00
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 30, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 31, 2025

Superseded by #1800.

@dependabot dependabot Bot closed this Jul 31, 2025
@dependabot dependabot Bot deleted the dependabot/composer/web/landing/symfonycasts/tailwind-bundle-0.11.0 branch July 31, 2025 04:50
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: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants