@@ -104,29 +104,31 @@ First, run:
104104 rm symfony.lock
105105 composer require ibexa/headless:[[= latest_tag_4_6 =]] --with-all-dependencies --no-scripts
106106 composer recipes:install ibexa/headless --force -v
107- # Bump CKEditor dependencies
107+ # Update CKEditor dependencies
108108 yarn add @ckeditor/ckeditor5-alignment@^40.1.0 @ckeditor/ckeditor5-build-inline@^40.1.0 @ckeditor/ckeditor5-dev-utils@^39.0.0 @ckeditor/ckeditor5-widget@^40.1.0 @ckeditor/ckeditor5-theme-lark@^40.1.0 @ckeditor/ckeditor5-code-block@^40.1.0
109109 ```
110110=== "[[ = product_name_exp =]] "
111111
112112 ``` bash
113113 composer require ibexa/experience:[[= latest_tag_4_6 =]] --with-all-dependencies --no-scripts
114114 composer recipes:install ibexa/experience --force -v
115- # Bump CKEditor dependencies
115+ # Update CKEditor dependencies
116116 yarn add @ckeditor/ckeditor5-alignment@^40.1.0 @ckeditor/ckeditor5-build-inline@^40.1.0 @ckeditor/ckeditor5-dev-utils@^39.0.0 @ckeditor/ckeditor5-widget@^40.1.0 @ckeditor/ckeditor5-theme-lark@^40.1.0 @ckeditor/ckeditor5-code-block@^40.1.0
117117 ```
118118=== "[[ = product_name_com =]] "
119119
120120 ``` bash
121121 composer require ibexa/commerce:[[= latest_tag_4_6 =]] --with-all-dependencies --no-scripts
122122 composer recipes:install ibexa/commerce --force -v
123- # Bump CKEditor dependencies
123+ # Update CKEditor dependencies
124124 yarn add @ckeditor/ckeditor5-alignment@^40.1.0 @ckeditor/ckeditor5-build-inline@^40.1.0 @ckeditor/ckeditor5-dev-utils@^39.0.0 @ckeditor/ckeditor5-widget@^40.1.0 @ckeditor/ckeditor5-theme-lark@^40.1.0 @ckeditor/ckeditor5-code-block@^40.1.0
125125 ```
126126
127127The ` recipes:install ` command installs new YAML configuration files.
128128Review the old YAML files and move your custom configuration to the relevant new files.
129129
130+ If you're using custom CKEditor plugins, update them as well to use the same version range for all CKEditor dependencies.
131+
130132## Remove ` node_modules ` and ` yarn.lock `
131133
132134Next, remove ` node_modules ` and ` yarn.lock ` before running ` composer run post-update-cmd ` ,
0 commit comments