symplify / monorepo-builder

Composer tools to maintain a monorepo
https://www.tomasvotruba.cz/blog/2019/02/18/how-we-automated-shopsys-packages-release-from-2-days-to-1-console-command/
MIT License
445 stars 37 forks source link

init throws error #63

Closed JRoblesAtQuadrant closed 11 months ago

JRoblesAtQuadrant commented 11 months ago

[ERROR] Could not resolve argument "Symplify\MonorepoBuilder\Config\MBConfig $mbConfig"

Error not happening with 11.2.14.*

juliangut commented 11 months ago

Experiencing the same problem here, previous version 11.2.17 did not have the problem

kayw-geek commented 11 months ago

This problem is because the downgraded job fails due to the DowngradeUnionTypeDeclarationRector rule error of rector. I will find a way to solve it. You can return version 11.2.17 first.

kayw-geek commented 11 months ago

@TomasVotruba I checked the failed job in the action, which may be caused by this DowngradeUnionTypeDeclarationRector rule of Rector. Do you know the reason?

kayw-geek commented 11 months ago

@jdreesen @JRoblesAtQuadrant The issue has been fixed on latest version 11.2.19, using the composer update --with symplify/monorepo-builder:11.2.19 command to enjoy it.

JRoblesAtQuadrant commented 11 months ago

Thanks a lot!