fix(deps): update dependency symfony/mime to v8 #44

Open
Sebastian wants to merge 1 commits from renovate/major-symfony into main
Owner

This PR contains the following updates:

Package Change Age Confidence
symfony/mime (source) ^7.0^8.0 age confidence

Important

Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see this instruction.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [symfony/mime](https://symfony.com) ([source](https://github.com/symfony/mime)) | `^7.0` → `^8.0` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/symfony%2fmime/8.1.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/symfony%2fmime/7.4.13/8.1.4?slim=true) | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: (in timezone UTC) - Branch creation - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDQuNCIsInVwZGF0ZWRJblZlciI6IjQ0LjE0LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update symfony/mime:8.1.0 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/mime ^8.0 -> satisfiable by symfony/mime[v8.1.0].
    - symfony/mime v8.1.0 requires php >=8.4.1 -> your php version (8.3; overridden via config.platform, actual: 8.5.8) does not satisfy that requirement.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: composer.lock ``` Command failed: composer update symfony/mime:8.1.0 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires symfony/mime ^8.0 -> satisfiable by symfony/mime[v8.1.0]. - symfony/mime v8.1.0 requires php >=8.4.1 -> your php version (8.3; overridden via config.platform, actual: 8.5.8) does not satisfy that requirement. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. ```
Sebastian force-pushed renovate/major-symfony from 3db27a79b6 to 25f8ff0bf3 2026-07-24 03:11:06 +00:00 Compare
Sebastian force-pushed renovate/major-symfony from 25f8ff0bf3 to 8b7ad178bb 2026-07-24 14:04:25 +00:00 Compare
Sebastian added 1 commit 2026-07-24 14:10:22 +00:00
fix(deps): update dependency symfony/mime to v8
renovate/artifacts Artifact file update failure
Build Test / test (pull_request) Successful in 52s
JS Unit Tests / test (pull_request) Successful in 47s
PHP Integration Tests / Integration Tests (pull_request) Failing after 1m5s
PHP Unit Tests / test (pull_request) Failing after 1m11s
ace5d000bb
Sebastian force-pushed renovate/major-symfony from 8b7ad178bb to ace5d000bb 2026-07-24 14:10:22 +00:00 Compare
Some checks are pending
renovate/artifacts Artifact file update failure
Build Test / test (pull_request) Successful in 52s
JS Unit Tests / test (pull_request) Successful in 47s
PHP Integration Tests / Integration Tests (pull_request) Failing after 1m5s
PHP Unit Tests / test (pull_request) Failing after 1m11s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/major-symfony:renovate/major-symfony
git checkout renovate/major-symfony
Sign in to join this conversation.