Update php-mineur #70

Open
Renovate wants to merge 1 commits from renovate/php-mineur into main
Collaborator

This PR contains the following updates:

Package Type Update Change
symfony/flex require minor 2.4.7 -> 2.5.0
symfony/form (source) require patch 7.2.3 -> 7.2.4
symfony/framework-bundle (source) require patch 7.2.3 -> 7.2.4
symfony/http-client (source) require patch 7.2.3 -> 7.2.4
symfony/mime (source) require patch 7.2.3 -> 7.2.4
symfony/process (source) require patch 7.2.0 -> 7.2.4
symfony/serializer (source) require patch 7.2.3 -> 7.2.4
symfony/translation (source) require patch 7.2.2 -> 7.2.4
symfony/validator (source) require patch 7.2.3 -> 7.2.4
symfonycasts/tailwind-bundle require minor ^0.7.1 -> ^0.8.0

Release Notes

symfony/flex (symfony/flex)

v2.5.0

Compare Source

symfony/form (symfony/form)

v7.2.4

Compare Source

Changelog (https://github.com/symfony/form/compare/v7.2.3...v7.2.4)

symfony/framework-bundle (symfony/framework-bundle)

v7.2.4

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v7.2.3...v7.2.4)

symfony/http-client (symfony/http-client)

v7.2.4

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v7.2.3...v7.2.4)

symfony/mime (symfony/mime)

v7.2.4

Compare Source

Changelog (https://github.com/symfony/mime/compare/v7.2.3...v7.2.4)

symfony/process (symfony/process)

v7.2.4

Compare Source

Changelog (https://github.com/symfony/process/compare/v7.2.3...v7.2.4)

  • no significant changes
symfony/serializer (symfony/serializer)

v7.2.4

Compare Source

Changelog (https://github.com/symfony/serializer/compare/v7.2.3...v7.2.4)

symfony/translation (symfony/translation)

v7.2.4

Compare Source

Changelog (https://github.com/symfony/translation/compare/v7.2.3...v7.2.4)

symfony/validator (symfony/validator)

v7.2.4

Compare Source

Changelog (https://github.com/symfony/validator/compare/v7.2.3...v7.2.4)

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

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 | |---|---|---|---| | [symfony/flex](https://github.com/symfony/flex) | require | minor | `2.4.7` -> `2.5.0` | | [symfony/form](https://symfony.com) ([source](https://github.com/symfony/form)) | require | patch | `7.2.3` -> `7.2.4` | | [symfony/framework-bundle](https://symfony.com) ([source](https://github.com/symfony/framework-bundle)) | require | patch | `7.2.3` -> `7.2.4` | | [symfony/http-client](https://symfony.com) ([source](https://github.com/symfony/http-client)) | require | patch | `7.2.3` -> `7.2.4` | | [symfony/mime](https://symfony.com) ([source](https://github.com/symfony/mime)) | require | patch | `7.2.3` -> `7.2.4` | | [symfony/process](https://symfony.com) ([source](https://github.com/symfony/process)) | require | patch | `7.2.0` -> `7.2.4` | | [symfony/serializer](https://symfony.com) ([source](https://github.com/symfony/serializer)) | require | patch | `7.2.3` -> `7.2.4` | | [symfony/translation](https://symfony.com) ([source](https://github.com/symfony/translation)) | require | patch | `7.2.2` -> `7.2.4` | | [symfony/validator](https://symfony.com) ([source](https://github.com/symfony/validator)) | require | patch | `7.2.3` -> `7.2.4` | | [symfonycasts/tailwind-bundle](https://github.com/SymfonyCasts/tailwind-bundle) | require | minor | `^0.7.1` -> `^0.8.0` | --- ### Release Notes <details> <summary>symfony/flex (symfony/flex)</summary> ### [`v2.5.0`](https://github.com/symfony/flex/compare/v2.4.7...v2.5.0) [Compare Source](https://github.com/symfony/flex/compare/v2.4.7...v2.5.0) </details> <details> <summary>symfony/form (symfony/form)</summary> ### [`v7.2.4`](https://github.com/symfony/form/releases/tag/v7.2.4) [Compare Source](https://github.com/symfony/form/compare/v7.2.3...v7.2.4) **Changelog** (https://github.com/symfony/form/compare/v7.2.3...v7.2.4) - bug [symfony/symfony#59728](https://github.com/symfony/symfony/issues/59728) \[Form]\[FrameworkBundle] Use auto-configuration to make the default CSRF token id apply only to the app; not to bundles ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) </details> <details> <summary>symfony/framework-bundle (symfony/framework-bundle)</summary> ### [`v7.2.4`](https://github.com/symfony/framework-bundle/releases/tag/v7.2.4) [Compare Source](https://github.com/symfony/framework-bundle/compare/v7.2.3...v7.2.4) **Changelog** (https://github.com/symfony/framework-bundle/compare/v7.2.3...v7.2.4) - bug [symfony/symfony#59198](https://github.com/symfony/symfony/issues/59198) \[Messenger] Filter out non-consumable receivers when registering `ConsumeMessagesCommand` (@&#8203;wazum) - bug [symfony/symfony#59781](https://github.com/symfony/symfony/issues/59781) \[Mailer] fix multiple transports default injection ([@&#8203;fkropfhamer](https://github.com/fkropfhamer)) - bug [symfony/symfony#59829](https://github.com/symfony/symfony/issues/59829) \[FrameworkBundle] Disable the keys normalization of the CSRF form field attributes ([@&#8203;sukei](https://github.com/sukei)) - bug [symfony/symfony#59728](https://github.com/symfony/symfony/issues/59728) \[Form]\[FrameworkBundle] Use auto-configuration to make the default CSRF token id apply only to the app; not to bundles ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) </details> <details> <summary>symfony/http-client (symfony/http-client)</summary> ### [`v7.2.4`](https://github.com/symfony/http-client/releases/tag/v7.2.4) [Compare Source](https://github.com/symfony/http-client/compare/v7.2.3...v7.2.4) **Changelog** (https://github.com/symfony/http-client/compare/v7.2.3...v7.2.4) - bug [symfony/symfony#59763](https://github.com/symfony/symfony/issues/59763) \[HttpClient] Don't send any default content-type when the body is empty ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) - bug [symfony/symfony#59727](https://github.com/symfony/symfony/issues/59727) \[HttpClient] Fix activity tracking leading to negative timeout errors ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) - bug [symfony/symfony#59689](https://github.com/symfony/symfony/issues/59689) \[HttpClient] Fix buffering AsyncResponse with no passthru ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) - bug [symfony/symfony#59654](https://github.com/symfony/symfony/issues/59654) \[HttpClient] Fix uploading files > 2GB ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) - bug [symfony/symfony#59648](https://github.com/symfony/symfony/issues/59648) \[HttpClient] Fix retrying requests with `Psr18Client` and NTLM connections (@&#8203;nicolas-grekas, @&#8203;ajgarlag) </details> <details> <summary>symfony/mime (symfony/mime)</summary> ### [`v7.2.4`](https://github.com/symfony/mime/releases/tag/v7.2.4) [Compare Source](https://github.com/symfony/mime/compare/v7.2.3...v7.2.4) **Changelog** (https://github.com/symfony/mime/compare/v7.2.3...v7.2.4) - bug [symfony/symfony#59796](https://github.com/symfony/symfony/issues/59796) \[Mime] use address for body at `PathHeader` (@&#8203;tinect) </details> <details> <summary>symfony/process (symfony/process)</summary> ### [`v7.2.4`](https://github.com/symfony/process/releases/tag/v7.2.4) [Compare Source](https://github.com/symfony/process/compare/v7.2.0...v7.2.4) **Changelog** (https://github.com/symfony/process/compare/v7.2.3...v7.2.4) - no significant changes </details> <details> <summary>symfony/serializer (symfony/serializer)</summary> ### [`v7.2.4`](https://github.com/symfony/serializer/releases/tag/v7.2.4) [Compare Source](https://github.com/symfony/serializer/compare/v7.2.3...v7.2.4) **Changelog** (https://github.com/symfony/serializer/compare/v7.2.3...v7.2.4) - bug [symfony/symfony#59840](https://github.com/symfony/symfony/issues/59840) Fix PHP warning in GetSetMethodNormalizer when a "set()" method is defined ([@&#8203;Pepperoni1337](https://github.com/Pepperoni1337)) - bug [symfony/symfony#59699](https://github.com/symfony/symfony/issues/59699) \[Serializer] Handle default context in named Serializer ([@&#8203;HypeMC](https://github.com/HypeMC)) </details> <details> <summary>symfony/translation (symfony/translation)</summary> ### [`v7.2.4`](https://github.com/symfony/translation/releases/tag/v7.2.4) [Compare Source](https://github.com/symfony/translation/compare/v7.2.2...v7.2.4) **Changelog** (https://github.com/symfony/translation/compare/v7.2.3...v7.2.4) - bug [symfony/symfony#59747](https://github.com/symfony/symfony/issues/59747) \[Translation] check empty notes ([@&#8203;davidvancl](https://github.com/davidvancl)) </details> <details> <summary>symfony/validator (symfony/validator)</summary> ### [`v7.2.4`](https://github.com/symfony/validator/releases/tag/v7.2.4) [Compare Source](https://github.com/symfony/validator/compare/v7.2.3...v7.2.4) **Changelog** (https://github.com/symfony/validator/compare/v7.2.3...v7.2.4) - bug [symfony/symfony#59811](https://github.com/symfony/symfony/issues/59811) \[Validator] Synchronize IBAN formats ([@&#8203;alexandre-daubois](https://github.com/alexandre-daubois)) </details> <details> <summary>SymfonyCasts/tailwind-bundle (symfonycasts/tailwind-bundle)</summary> ### [`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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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-02-27 00:02:35 +00:00
Update php-mineur to v7.2.4
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 16s
CI / build-test (push) Failing after 1m24s
rector / Rector (push) Failing after 1m26s
rector / Rector (pull_request) Failing after 1m31s
97e248f350
Renovate scheduled this pull request to auto merge when all checks succeed 2025-02-27 00:02:36 +00:00
Renovate requested review from Skitounet 2025-02-28 00:03:27 +00:00
Renovate force-pushed renovate/php-mineur from 97e248f350 to 3d063edcc2 2025-03-04 00:02:39 +00:00 Compare
Renovate changed title from Update php-mineur to v7.2.4 to Update php-mineur 2025-03-04 00:02:46 +00:00
Renovate force-pushed renovate/php-mineur from 3d063edcc2 to 97ddabb7ad 2025-03-05 00:02:50 +00:00 Compare
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 14s
CI / build-test (push) Failing after 1m30s
rector / Rector (pull_request) Failing after 1m33s
rector / Rector (push) Failing after 1m35s
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/php-mineur:renovate/php-mineur
git checkout renovate/php-mineur
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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