Problem/Motivation
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/config_views 2.0.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.10] but the package is fixed to 10.1.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- drupal/content_model_documentation[1.0.1, ..., 1.0.8] require drupal/config_views ~2.0 -> satisfiable by drupal/config_views[2.0.0].
- Root composer.json requires drupal/content_model_documentation ^1.0 -> satisfiable by drupal/content_model_documentation[1.0.1, ..., 1.0.8].
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
swirtI just addressed this issue here
https://www.drupal.org/project/config_views/issues/3286692#comment-15213149
Comment #3
mohd sahzad commentedi have fixed this issue content model doc. - dependency on config_views (which is not D10 compatible!)
Comment #4
swirtI don't think this is a patch for this module. It looks like you posted a patch for bulk publishing.
Also I don't think the problem reported in this issue can be solved in this module. The dependent module needs to have a release.
Comment #5
mohd sahzad commentedSorry, by mistake uploaded wrong Patch 3, i have updated in Patch 1
Comment #6
swirtSorry @Mohd_Sahzad,

I am not seeing how this patch solves the underlying problem that config_views is not D10 compatible.
Until the maintainers of config_views update their module to include the patch from issue #3286692: Automated Drupal 10 compatibility fixes the only way to solve this locally is to apply that patch.
Comment #7
mohd sahzad commentedComment #8
mohd sahzad commented@Swirt,
Here resolved this issue : https://www.drupal.org/project/config_views/issues/3286692#comment-15213149
Comment #9
swirtThis has been resolved with the release of config_views release 2.1.1