- Issue created by @macdev_drupal
- 🇫🇷France lazzyvn paris
I really don't see any problem. There are many modules that have to be changed when Drupal 10.2 is released. If I were you I would simply composer remove and composer require again for any module stop support 10.1.x. All modules with field type, field storage settings are affected
When you update from 10.1.x to 10.2.x, does that mean there is a big change in the core that you must respect? Stop all features in project to 10.1, continue after all up to 10.2. If not, then you probably have a problem with version for the project - 🇩🇪Germany macdev_drupal Wiesbaden
Sorry, I think it just messed up things here because we did have 8.x-1.21 running with 10.2 (but not tested yet) and the incoming merge with 8.x-1.22 broke it, and I couldn't figure out the problem, which obviously should have something to do with one of the updated modules.
You are right.
Maybe it's better to do it like what we did when upgrading from D9 to D10 like here: "drupal/csv_serialization": "4.0 as 3.0".
This will make composer.json merge conflicts easier to handle if other modules will follow to lock support.