monorepo-builder icon indicating copy to clipboard operation
monorepo-builder copied to clipboard

dependency on deprecated package-builder

Open tacman opened this issue 2 years ago • 0 comments

I'm working on a year-end project to bump my packages to the latest versions, and heavily rely on monorepo-builder to do so.

It looks like there's a dependency on the deprecated package-builder

https://github.com/symplify/monorepo-builder/blob/main/composer.json#L16

Also, can you support nette/utils ^4 as well?

I think I've purged any deprecated packages from my own bundles, but I keep getting this error when clearing the cache:

bin/console c:c -vvv

In DefinitionErrorExceptionPass.php line 51:
                                                                                                                                                     
  [Symfony\Component\DependencyInjection\Exception\RuntimeException]                                                                                 
  Invalid service "Symfony\Component\Console\Style\SymfonyStyle": class "Symplify\PackageBuilder\Console\Style\SymfonyStyleFactory" does not exist.  

tacman avatar Dec 16 '23 13:12 tacman