task: #3609502 Update vartheme_bs5 to 4.1.x-dev and varbase_components to 3.1.x-dev

Fixes #3609502: https://www.drupal.org/project/varbase/issues/3609502

What

Bumps the Varbase profile's composer.json on 10.1.x:

-    "drupal/varbase_components": "3.0.x-dev",
+    "drupal/varbase_components": "3.1.x-dev",
...
-    "drupal/vartheme_bs5": "4.0.x-dev"
+    "drupal/vartheme_bs5": "4.1.x-dev"

Why

vartheme_bs5 4.1.x is released and core-compatible (core_version_requirement: ~11.4.0). Its own composer.json requires "drupal/varbase_components": "~3.1", not the 3.0.x line the profile currently pins. Bumping vartheme_bs5 alone without also bumping varbase_components would leave the profile with an internally inconsistent, mismatched pair, so both constraints move together. This profile line is still under active development, so dev-branch aliases (4.1.x-dev / 3.1.x-dev) are used rather than pinning the stable tags.

AI-Generated: Yes (Used Claude Code to research the vartheme_bs5 4.1.x / varbase_components 3.1.x compatibility requirement and update the two composer.json version constraints.)

Checkpoints

  • File an issue about this project
  • Addition/Change/Update/Fix to this project
  • Testing to ensure no regression
  • Automated unit/functional testing coverage
  • Developer Documentation support on feature change/addition
  • User Guide Documentation support on feature change/addition
  • UX/UI designer responsibilities
  • Accessibility and Readability
  • Reviewed by a human
  • Code review by maintainers
  • Full testing and approval
  • Credit contributors
  • Review with the product owner
  • Update Release Notes
  • Release
Edited by Rajab Natshah

Merge request reports

Loading