Skip to content

build(deps-dev): bump symplify/monorepo-builder from 11.2.22 to 12.7.2 in /tools/monorepo - #2581

Open
dependabot[bot] wants to merge 1 commit into
1.xfrom
dependabot/composer/tools/monorepo/symplify/monorepo-builder-12.7.2
Open

build(deps-dev): bump symplify/monorepo-builder from 11.2.22 to 12.7.2 in /tools/monorepo#2581
dependabot[bot] wants to merge 1 commit into
1.xfrom
dependabot/composer/tools/monorepo/symplify/monorepo-builder-12.7.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps symplify/monorepo-builder from 11.2.22 to 12.7.2.

Release notes

Sourced from symplify/monorepo-builder's releases.

12.7.2

What's Changed

Features

  • Support sebastian/diff ^9.0, which unblocks upgrading to PHPUnit 13 / Pest 5. The previous cap at ^8.0 transitively blocked any project that wanted PHPUnit 13 while keeping monorepo-builder installed. sebastian/diff 9.0 removed UnifiedDiffOutputBuilder, so CompleteUnifiedDiffOutputBuilderFactory now picks the right output builder at runtime and returns the shared DiffOutputBuilderInterface. Console diff output is byte-identical across sebastian/diff 6, 7, 8, and 9. Note that sebastian/diff 9.0 requires PHP 8.4, so it is only selected on PHP 8.4+; older PHP keeps the existing builder. (#120)

Internal

  • CI now runs the package-builder test suite against sebastian/diff 9 on PHP 8.4, so both output builder paths are covered. (#120)
  • Applied Rector readonly promotions flagged by rector 2.5. (#120)

Full Changelog: symplify/monorepo-builder@12.7.1...12.7.2

12.7.1

What's Changed

Bug Fixes

  • Fix uninitialized typed $container error on Symfony Console 8.1 (#119)

Full Changelog: symplify/monorepo-builder@12.7.0...12.7.1

12.7.0

What's Changed

Features

  • Add parameterized disableAutoloadMerge(sections, forTypes) API — independently control which composer.json autoload sections (autoload, autoload-dev) get skipped from root merge, optionally filtered by package type. New Symplify\MonorepoBuilder\Config\AutoloadSection and Symplify\MonorepoBuilder\Config\PackageType enums power the API; mixing enum cases and plain strings in the same call is supported (escape hatch for composer/installers ecosystem types like wordpress-plugin, drupal-module, symfony-bundle, and for user-defined custom types). Multiple types are OR-matched. Two filter channels are intentionally distinct: pass forTypes: [] to skip every package regardless of type; pass a non-empty list to skip ONLY packages whose composer.json declares the matching type literally. (#117)
  • New query methods MBConfig::shouldSkipAutoload(?string $packageType): bool and MBConfig::shouldSkipAutoloadDev(?string $packageType): bool let custom mergers consult the configured rules per package. The bundled AutoloadComposerKeyMerger and AutoloadDevComposerKeyMerger now consult them symmetrically. (#117)

Deprecations

  • The zero-argument form MBConfig::disableAutoloadMerge() continues to work but now emits an E_USER_DEPRECATED notice. It maps to skipping both sections for all packages — equivalent to disableAutoloadMerge(sections: [AutoloadSection::Autoload, AutoloadSection::AutoloadDev], forTypes: []). Update existing config files at your convenience.
  • MBConfig::isAutoloadMergeDisabled() getter is marked @deprecated; prefer shouldSkipAutoload($packageType) and shouldSkipAutoloadDev($packageType) for new code.

Full Changelog: symplify/monorepo-builder@12.6.2...12.7.0

12.5.2

What's Changed

Bug Fixes

  • Remove stale composer-json-manipulator autoload entry that breaks PHAR build (#109)
  • Fix workers() not respecting user-specified order (#112)

Improvements

  • Allow sebastian/diff ^8 (#110)

... (truncated)

Commits
  • 35e7593 Support sebastian/diff ^9.0 (allow PHPUnit 13 / Pest 5) (#120)
  • a5ae1ab Fix uninitialized typed $container error on Symfony Console 8.1 (#119)
  • ab0f813 Add parameterized disableAutoloadMerge(sections, forTypes); deprecate zero-ar...
  • cdd3782 Honor disablePackageReplace() in RootRemoveComposerJsonDecorator (#116)
  • a7255fb Fix repositories array becoming a JSON object after path-type dedup (#115)
  • 5915857 Add disablePackageReplace() and disableAutoloadMerge() opt-outs for non-libra...
  • 438102e Fix workers() not respecting user-specified order (#112)
  • d848183 chore: allow sebastian/diff ^8 (#110)
  • 2aa3a24 Remove stale composer-json-manipulator autoload entry that breaks PHAR build ...
  • afc716d Fix merge command: preserve unknown sections, fix ordering, fix dedup (#108)
  • 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 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 [symplify/monorepo-builder](https://github.com/symplify/monorepo-builder) from 11.2.22 to 12.7.2.
- [Release notes](https://github.com/symplify/monorepo-builder/releases)
- [Commits](symplify/monorepo-builder@11.2.22...12.7.2)

---
updated-dependencies:
- dependency-name: symplify/monorepo-builder
  dependency-version: 12.7.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Aug 3, 2026
@dependabot
dependabot Bot requested a review from norberttech as a code owner August 3, 2026 04:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 3, 2026
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: XL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants