Problem/Motivation

We should release 10.6.0 on the latest dependencies.

Steps to reproduce

$ yarn upgrade-interactive

Proposed resolution

Remaining tasks

ckeditor5: #3556069: Update CKEditor 5 to 47.1.0

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3552767

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

quietone created an issue. See original summary.

quietone’s picture

Issue summary: View changes

quietone’s picture

Failing with

error qified@0.5.1: The engine "node" is incompatible with this module. Expected version ">=20". Got "18.20.8"
error Found incompatible module.

And that seems to be required by:

info Reasons this module exists
   - "stylelint#file-entry-cache#flat-cache#cacheable" depends on it
   - Hoisted from "stylelint#file-entry-cache#flat-cache#cacheable#qified"
quietone’s picture

Status: Active » Needs work

longwave made their first commit to this issue’s fork.

longwave’s picture

Status: Needs work » Needs review

Rebased, added some more minor updates.

smustgrave’s picture

These break nightwatch?

longwave’s picture

The chromedriver container is still on Chrome 106, from September 2022. Our browserlist config is "last 2 Chrome major versions" which only goes back to Chrome 131 - so I suspect the CSS changes are the cause of the failures.

I've rebuilt the CSS explicitly for Chrome 106 and have pushed that, let's see what happens.

longwave’s picture

So yeah, that's green. I think this is the simplest solution for 10.6.x? We should perhaps be a bit more conservative with CSS changes anyway in a maintenance minor.

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Going on a limb and what was merged on 11.3 and mark this one.

  • catch committed da80c874 on 10.6.x
    task: #3552767 Update JavaScript dependencies for 10.6.0
    
    By: quietone...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Talked to @longwave about the CSS changes in slack, we may actually be lowering the minimum browser version since it wasn't previously set, but I think that's OK here since we only have a year left of Drupal 10 support.

Committed/pushed to 10.6.x, thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.