Closed (fixed)
Project:
Web Experience Toolkit
Version:
6.2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2025 at 16:08 UTC
Updated:
24 Feb 2026 at 18:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
smulvih2I've got WxT upgraded to Drupal 11.2.7 and running locally on latest docker-scaffold 11.2.x.
Here are the packages that have been updated:
In general this update was pretty straightforward (so far), and Drupal 11 is starting to mature so we are seeing a much cleaner
composer.json:Overview of composer.json changes:
Comment #3
joseph.olstadComment #4
joseph.olstadComment #5
joseph.olstadSee my comment #17 in this issue:
#3487564-17: Correct dependencies
Hypothesis? Might be a simple way forward here.
Comment #6
joseph.olstadHad a peek around at other distros,
Open Social is far behind us
Localgov is far behind us
varbase has managed to publish an upgrade that works with Drupal 11.3
https://www.drupal.org/project/varbase
Perhaps we can resolve the issue by looking at what other distros may have done.
There may be others that are better aligned to our pattern to look at but curious to see what varbase has done.
Comment #7
joseph.olstadComment #8
joseph.olstaddealing with bower-asset/cropper issue.
Here's a patch
Comment #9
joseph.olstadComment #10
joseph.olstadalternative workaround to the bower-assets hiccup
composer install --prefer-dist --no-interactionComment #11
joseph.olstadThere is an upstream issue with
asset-packagist.orgthat may get fixed at any time, I've got temporary workarounds in my local for testing purposes.https://github.com/hiqdev/asset-packagist/issues/181
Comment #12
joseph.olstadUpgrade looks good so far, found one fix that needs to go in so far:
Needing an additional patch for layout_builder_st relating to the D11.2 upgrade
https://www.drupal.org/files/issues/2026-01-09/3566683-fix-error-on-stat...
#3566683: Error on status page: Too few arguments to RequirementHooks::runtimeRequirements()
I'll continue my testing, but this one needs to go in for sure.
Fix for wxt/composer.json:
Add this to patches
Comment #13
joseph.olstadFound another bug, fix in comment #14
Add a basic page. Ckeditor5 crashes. Found the culprit, wxt_panel.js
Comment #14
joseph.olstadok patch for reported issue from comment #13.
With this patch, ckeditor5 loads. I'm not sure exactly how good the patch is but at least ck5 loads without crashing now.
Comment #15
joseph.olstadasset-packagist . org is functional again, removing the cropper patch, it's not needed. No change is needed at this time for cropper.
What IS needed is:
Comment #16
joseph.olstadComment #17
joseph.olstadComment #18
joseph.olstadComment #19
joseph.olstadComment #20
joseph.olstad#3531472: Drupal 10.5 / 11.2 incompatibility
Comment #21
joseph.olstadMarking this as fixed, I've made a new ticket for 11.3.x and linked it here
#3572653: WxT 6.3.x