Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
javascript
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Oct 2025 at 06:02 UTC
Updated:
20 Nov 2025 at 09:29 UTC
Jump to comment: Most recent
Comments
Comment #3
longwaveMight have to do this with multiple child issues as there's quite a few different pieces to review.
Comment #5
quietone commentedHoping the remainder can be done here, I have started an MR.
Comment #6
longwaveThanks for starting this. Upgraded everything else here, this just leaves CSpell to go to v9 and ESLint also to go to v9.
Comment #7
smustgrave commentedAppear to have an issue with stylelint now
Comment #8
longwaveLet's leave stylelint-config-standard for another issue, as that involves a bunch of manual CSS changes.
Comment #9
longwaveComment #10
smustgrave commentedStylelint issue is resolved but seem to be failing nightwatch now (shocker!)
Comment #11
longwaveWorks for me locally if I run the test alone at least, so not sure what the issue is. Maybe we just roll this back?
Comment #12
quietone commentedCSpell 9.0.0 removed support for Node 18
And cspell tests are failing with
But core requires Node 20 for Drupal 11. Why is this testing with Node 18?
Comment #13
quietone commentedComment #14
longwaveThis might be why Nightwatch and friends failed, the new version of JSDom needs Node v20 according to the docs.
Comment #16
andypostNew image for PHP 8.4 pushed to dev https://git.drupalcode.org/project/drupalci_environments/-/commit/deda6c...
added commit to test it, will push remaining upgrade after testing
Comment #17
andypostfixed perf test and it looks ready to go (needs some time to update all runners with fresh image)
Comment #18
smustgrave commentedSeemed to do the trick!
Comment #21
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!