When I run composer update "drupal/*" --with-all-dependencies after upgrading to Drupal 10.1 from Drupal 10.0 I get the following below error
Problem 1
- Root composer.json requires drupal/ckeditor ^1.0, found drupal/ckeditor[dev-1.0.x, 1.0.0-rc1, ..., 1.0.x-dev (alias of dev-1.0.x)] but these were not loaded, likely because it conflicts with another require.
Problem 2
- Root composer.json requires drupal/classy ^1.0, found drupal/classy[dev-1.0.x, 1.0.0-alpha1, ..., 1.0.x-dev (alias of dev-1.0.x)] but these were not loaded, likely because it conflicts with another require.
Problem 3
- Root composer.json requires drupal/color ^1.0, found drupal/color[dev-1.x, 1.0.1, 1.0.2, 1.0.3, 1.x-dev (alias of dev-1.x)] but these were not loaded, likely because it conflicts with another require.
As these three modules has been removed from drupal core in D10 so we are using its contrib version and all these modules are compatible with D10, I am struggling to find out which package/dependecies is breaking here which not allowing to upgrade in D10.1.
If anyone having any suggestion on this it would be really helpful.