Issue #3448772: Drupal 11 compatibility fixes
Closes #3448772
- Declare Drupal 11 support in
minikanban.info.yml - Update
drupal/editor_fileto^2.1, stable release with D11 support - Update
drupal/markdownto^3.1and remove the now-redundant extra.patches entries for that module - Update
KanbanContentController::addPage()to match the new D11 EntityController signature which now passesRequestas an arg; fall back to\Drupal::request()on D10. Remove the$requestStackproperty declaration which caused a fatal "cannot redeclare readonly property" error against the D11 parent class - Remove
DeprecatedServicePropertyTraitfromKanbanThemeNegotiator - Fix implicit nullable type declarations across
KanbanBoard,KanbanAjax,ProjectHelperandTaskHelper - Add missing
removeMarker: falsekey to theckeditor_mentionsplugin config ineditor.editor.kanban_html.ymlto suppress an undefined array key warning introduced by a newer release of that module