feat: #3611907 Release Varbase Project template 11.0.5

Release the Varbase Project template as 11.0.5.

Version bump

  • composer.json: version 11.0.x-dev11.0.5; vardot/varbase and vardot/varbase-patches 11.0.x-dev~11.0.0 (resolves vardot/varbase 11.0.0-beta2, vardot/varbase-patches 11.0.27).
  • README.md: version badge 11.0.411.0.5.
  • CHANGELOG.md: add the 11.0.5 section.

Committed lock files (composer.lock + patches.lock.json) This release ships both lock files. With them committed, composer create-project / composer install install deterministically from the lock (the dependency solver is skipped), so the drupal/ckeditor_media_resize 1.1.0 vs Drupal core ~11.4 conflict never arises and no mglaman/composer-drupal-lenient bootstrap is needed at install time. The extra.composer-patches.ignore-dependency-patches rule (from #3611907, merged in !60 (merged)) keeps the broken drupal/* dependency-declared patches out of patches.lock.json.

The locks were generated from the exact release composer.json (version 11.0.5, deps ~11.0.0) with lenient bootstrapped globally to resolve, then verified:

  • composer.lock: vardot/varbase 11.0.0-beta2, mglaman/composer-drupal-lenient 1.0.7, drupal/ckeditor_media_resize 1.1.0, drupal/core 11.4.4 — 388 packages.
  • patches.lock.json: 0 references to the broken drupal/ai_context patch (3575644) — the ignore rule held.
  • Acceptance test: a brand-new container with no global lenient ran a plain composer install from the committed locks — 388 installs, all patches applied, exit 0, no resolution/conflict/patch errors.

Change issue: #3611907

AI-Generated: Yes

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