Skip to content

fix(deps): update symfony packages - #472

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/symfony
Open

fix(deps): update symfony packages#472
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/symfony

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
doctrine/dbal (source) 4.4.34.4.4 age confidence
doctrine/doctrine-bundle (source) 3.2.23.3.1 age confidence
doctrine/orm (source) 3.6.63.6.7 age confidence
easycorp/easyadmin-bundle v5.1.0v5.4.1 age confidence
symfony/browser-kit (source) v8.0.8v8.1.1 age confidence
symfony/console (source) v8.0.11v8.1.2 age confidence
symfony/css-selector (source) v8.0.9v8.1.0 age confidence
symfony/dotenv (source) v8.0.11v8.1.2 age confidence
symfony/flex v2.10.0v2.11.0 age confidence
symfony/form (source) 8.0.98.1.2 age confidence
symfony/framework-bundle (source) v8.0.11v8.1.2 age confidence
symfony/http-client (source) v8.0.9v8.1.3 age confidence
symfony/intl (source) 8.0.88.1.1 age confidence
symfony/phpunit-bridge (source) v8.0.8v8.1.2 age confidence
symfony/runtime (source) v8.0.12v8.1.0 age confidence
symfony/security-bundle (source) v8.0.12v8.1.2 age confidence
symfony/serializer (source) v8.0.10v8.1.3 age confidence
symfony/stopwatch (source) v8.0.8v8.1.0 age confidence
symfony/twig-bundle (source) v8.0.8v8.1.2 age confidence
symfony/validator (source) v8.0.10v8.1.2 age confidence
symfony/web-profiler-bundle (source) v8.0.12v8.1.2 age confidence
symfony/yaml (source) v8.0.12v8.1.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

doctrine/dbal (doctrine/dbal)

v4.4.4

Compare Source

Release Notes for 4.4.4
4.4.4
  • Total issues resolved: 1
  • Total pull requests resolved: 18
  • Total contributors: 6
Bug,Error Handling,PostgreSQL
Bug,MySQL,Schema Introspection
Schema Definition,Test Suite
Bug,Indexes,Schema Definition
Static Analysis,Test Suite
Connections,Error Handling,Test Suite
Identifiers,Schema Introspection,Schema Management,Test Suite
Connections,Drivers,Results,Test Suite
Documentation,Test Suite
Platforms,Test Suite
Bug,Columns,SQLite,Schema Management
Code Style
Documentation,PostgreSQL
Bug,Indexes,Schema Comparison
Test Suite
Test Suite,oci8
CI
Changes from lower branches
doctrine/DoctrineBundle (doctrine/doctrine-bundle)

v3.3.1

Compare Source

Release Notes for 3.3.1

3.3.x bugfix release (patch)

3.3.1
  • Total issues resolved: 0
  • Total pull requests resolved: 0
  • Total contributors: 0
Bug

v3.3.0

Compare Source

Release Notes for 3.3.0

Feature release (minor)

3.3.0
Improvement
Feature

v3.2.6

Compare Source

Release Notes for 3.2.6
3.2.6
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v3.2.5

Compare Source

Release Notes for 3.2.5

3.2.x bugfix release (patch)

3.2.5
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Bug
Changes from lower branches
  • This release contains all changes from the 2.18.4 release.

v3.2.4

Compare Source

Release Notes for 3.2.4

3.2.x bugfix release (patch)

3.2.4
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bugfix

This release contains the changes from https://github.com/doctrine/DoctrineBundle/releases/tag/2.18.3

v3.2.3

Compare Source

Release Notes for 3.2.3

3.2.x bugfix release (patch)

3.2.3
Improvement
Bugfix
CI
doctrine/orm (doctrine/orm)

v3.6.7

Compare Source

This release contains the changes from https://github.com/doctrine/orm/releases/tag/2.20.13

EasyCorp/EasyAdminBundle (easycorp/easyadmin-bundle)

v5.4.1: 5.4.1

Compare Source

Bug fixes

[68772e7] Fix setting custom HTML attributes on boolean fields and Switch component (@​javiereguiluz)
[355314b] Remove the auto-scroll feature in long menus (@​javiereguiluz)
[393c4d2] Fix nested dropdowns in inline actions (@​javiereguiluz)

v5.4.0: 5.4.0

Compare Source

📣 Announcement: New in EasyAdmin 5.4: Theming Is Here

If EasyAdmin helps your company ship faster, consider funding its development:
❤️ Sponsor EasyAdmin


New features

[c77572a] Support nested associations and embedded properties in filters (@​Seb33300, @​KDederichs)
[77df5aa] Update the design of the tabs and tab lists (@​javiereguiluz)
[9fbc5f5] Allow to override each part of the detail page (@​javiereguiluz)
[ffa9207] Add group_by support to autocomplete association fields (@​javiereguiluz)
[c368517] Add a simple but powerful theming API (@​javiereguiluz)

Bug fixes

[f2df281] Fix the swapped debug messages of InsufficientEntityPermissionException (@​guillaume-sainthillier)
[2d04070] Fix ArrayFilter crashing when the filtered property is not a displayed field (@​guillaume-sainthillier)
[457c1ec] Fix TypeError when calling Crud::setFilters(null) (@​guillaume-sainthillier)
[dd250a5] Don't lose the original exception when the fallback AdminContext creation fails (@​guillaume-sainthillier)
[7a326e6] Support absolute filesystem paths in setUploadDir() (@​lacatoire)
[1af2bd5] Fix image field lightbox init and thumbnail scroll jump (@​nlemoine)
[7797ade] Fix the design of split buttons (@​javiereguiluz)

Misc changes

[7fca25c] Add native property types to the test app entities (@​guillaume-sainthillier)
[e3300f1] Remove dead code and simplify redundant constructs (@​guillaume-sainthillier)
[acf774b] Mark immutable promoted properties as readonly (@​guillaume-sainthillier)
[8a79c22] Remove the ENTITY_FQCN_TO_CRUD_FQCN cache entry, which was written but never read (@​guillaume-sainthillier)
[3ee3bd8] Add native types to DTO properties, getters and event interfaces (@​guillaume-sainthillier)
[eb5ae08] Update .gitattributes for cleaner repository exports (@​IndraGunawan)

v5.3.0: 5.3.0

Compare Source

Version details blog post:

New in EasyAdmin 5.3: A Modernized Sidebar, Symfony Reprise, and More Theming Groundwork
https://dev.to/javiereguiluz/new-in-easyadmin-53-a-modernized-sidebar-symfony-reprise-and-more-theming-groundwork-3p8i

New features

[6eb4708] Add support for Symfony Reprise assets (@​Kocal)
[cfa4fd4] Add a Sidebar Twig component (@​javiereguiluz)
[da32e36] Port new tab badge feature to detail.html.twig (@​natepage)

Bug fixes

[92bca6a] Fix the divisor used by MoneyField for Money objects of non-2-decimal currencies (@​guillaume-sainthillier)
[e443064] Fix the app.css build asset corrupted by merge conflict markers (@​nlemoine)

Misc changes

[78bbd7e] Fix stale docblocks in AdminContext and AfterEntityUpdatedEvent (@​guillaume-sainthillier)
[321f2d8] Clean up the test suite (@​guillaume-sainthillier)
[53c585b] Adapt the actions test fixture to the stricter URL generation (@​guillaume-sainthillier)
[ce49ced] Remove the unused AdminRouteGenerator argument of MenuItemMatcher (@​guillaume-sainthillier)
[621dd52] Update styles to ease future theming (@​javiereguiluz)
[8c87f51] Update CSS to use layers (@​javiereguiluz)
[5ec0169] Uniformize styles onto the base design tokens (@​javiereguiluz)

v5.2.0: 5.2.0

Compare Source

Version details blog post:

New in EasyAdmin 5.2: Twig Components, Polished UI, and Theming Groundwork
https://dev.to/javiereguiluz/new-in-easyadmin-52-twig-components-polished-ui-and-theming-groundwork-23on

New features

[7878d69] Allow to display badges in form tabs (@​javiereguiluz)
[62332b0] Add a <twig:ea:Switch> Twig component to render switches/toggles (@​javiereguiluz)
[72d1f35] Add a <twig:ea:Pagination> Twig component to render pagination elements (@​javiereguiluz)
[5b644bb] Add a <twig:ea:Modal> (and <twig:ea:Modal:Trigger>, <twig:ea:Modal:Close>) Twig component to create modals (@​javiereguiluz)
[1b959f1][e66e807] Improve the <twig:ea:ActionMenu> component (@​javiereguiluz)
[aa88896] Improve the <twig:ea:Flag> component (@​javiereguiluz)
[ddb01d0] Improve the <twig:ea:Button> component (@​javiereguiluz)
[b7a3ba5] Improve the <twig:ea:Icon> component (@​javiereguiluz)
[3abe57e] Improve the <twig:ea:Alert> component (@​javiereguiluz)

Bug fixes

[54bb503] Avoid interdependent content_title and page_title Twig blocks (@​MatTheCat)
[8162aa1] Adjust select height (@​Seb33300)
[7fc4e48] Fix several button design issues (@​javiereguiluz)
[c09a46d] Fix file upload when using Flysystem (@​javiereguiluz)
[27b2a2a] Preserve custom query parameters in index search forms (@​javiereguiluz)
[0c0a328] Open rows in new tabs when using middle click or control click (@​javiereguiluz)
[351dfae] Misc doc changes (@​vincentvdree)

Misc changes

[cf313af] Improve performance of some Twig Components (@​javiereguiluz)
[e3b4ef7] Add a new doc page to explain how our Twig Components work (@​javiereguiluz)
[e1b5b4d] Remove redundant getEntityFqcn backed by interface (@​guillaume-sainthillier)
[ad18d67] Improve phpdoc with generics (@​guillaume-sainthillier)
[4f36812] Improve performance of Countr field by compiling the choice label template once (@​guillaume-sainthillier)

symfony/browser-kit (symfony/browser-kit)

v8.1.1

Compare Source

Changelog (symfony/browser-kit@v8.1.0...v8.1.1)

v8.1.0

Compare Source

Changelog (symfony/browser-kit@v8.1.0-BETA1...v8.1.0)

  • no significant changes

v8.0.14

Compare Source

Changelog (symfony/browser-kit@v8.0.9...v8.0.14)

symfony/console (symfony/console)

v8.1.2

Compare Source

Changelog (symfony/console@v8.1.1...v8.1.2)

v8.1.1

Compare Source

Changelog (symfony/console@v8.1.0...v8.1.1)

v8.1.0

Compare Source

Changelog (symfony/console@v8.1.0-RC1...v8.1.0)

  • no significant changes

v8.0.15

Compare Source

Changelog (symfony/console@v8.0.14...v8.0.15)

v8.0.14

Compare Source

Changelog (symfony/console@v8.0.13...v8.0.14)

v8.0.13

Compare Source

Changelog (symfony/console@v8.0.11...v8.0.13)

symfony/css-selector (symfony/css-selector)

v8.1.0

Compare Source

Changelog (symfony/css-selector@v8.1.0-BETA3...v8.1.0)

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

v8.1.2

Compare Source

Changelog (symfony/dotenv@v8.1.0...v8.1.2)

v8.1.0

Compare Source

Changelog (symfony/dotenv@v8.1.0-BETA2...v8.1.0)

v8.0.15

Compare Source

Changelog (symfony/dotenv@v8.0.14...v8.0.15)

v8.0.14

Compare Source

Changelog (symfony/dotenv@v8.0.11...v8.0.14)

symfony/flex (symfony/flex)

v2.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: symfony/flex@v2.10.0...v2.11.0

symfony/form (symfony/form)

v8.1.2

Compare Source

Changelog (symfony/form@v8.1.1...v8.1.2)

v8.1.1

Compare Source

Changelog (symfony/form@v8.1.0...v8.1.1)

v8.1.0

Compare Source

Changelog (symfony/form@v8.1.0-RC1...v8.1.0)

  • no significant changes

v8.0.15

Compare Source

Changelog (symfony/form@v8.0.14...v8.0.15)

v8.0.14

Compare Source

Changelog (symfony/form@v8.0.9...v8.0.14)

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

v8.1.2

Compare Source

Changelog (symfony/framework-bundle@v8.1.1...v8.1.2)

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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 doctrine/dbal:4.4.4 doctrine/doctrine-bundle:3.3.1 doctrine/orm:3.6.7 easycorp/easyadmin-bundle:5.4.1 symfony/browser-kit:8.1.1 symfony/console:8.1.2 symfony/css-selector:8.1.0 symfony/dotenv:8.1.2 symfony/flex:2.11.0 symfony/form:8.1.2 symfony/framework-bundle:8.1.2 symfony/http-client:8.1.3 symfony/intl:8.1.1 symfony/phpunit-bridge:8.1.2 symfony/runtime:8.1.0 symfony/security-bundle:8.1.2 symfony/serializer:8.1.3 symfony/stopwatch:8.1.0 symfony/twig-bundle:8.1.2 symfony/validator:8.1.2 symfony/web-profiler-bundle:8.1.2 symfony/yaml:8.1.2 --with-all-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/framework-bundle v8.1.2 -> satisfiable by symfony/framework-bundle[v8.1.2].
    - symfony/framework-bundle v8.1.2 requires symfony/dependency-injection ^8.1.2 -> found symfony/dependency-injection[v8.1.2] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/web-profiler-bundle v8.1.2 -> satisfiable by symfony/web-profiler-bundle[v8.1.2].
    - symfony/framework-bundle v8.1.2 requires symfony/dependency-injection ^8.1.2 -> found symfony/dependency-injection[v8.1.2] but these were not loaded, likely because it conflicts with another require.
    - symfony/web-profiler-bundle v8.1.2 requires symfony/framework-bundle ^7.4|^8.0 -> satisfiable by symfony/framework-bundle[v8.1.2].


@renovate
renovate Bot force-pushed the renovate/symfony branch 9 times, most recently from 18db2b8 to 974da65 Compare July 18, 2026 13:55
@renovate
renovate Bot force-pushed the renovate/symfony branch 4 times, most recently from 9b629fa to 7a373b8 Compare July 21, 2026 23:11
@renovate
renovate Bot force-pushed the renovate/symfony branch 13 times, most recently from 3f69d7b to 56e81bc Compare August 1, 2026 21:11
@renovate
renovate Bot force-pushed the renovate/symfony branch 2 times, most recently from 2de4047 to 783d63c Compare August 2, 2026 06:37
@renovate
renovate Bot force-pushed the renovate/symfony branch from 783d63c to dcd442d Compare August 2, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants