Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"drupal/editoria11y": "^2.1",
"drupal/embed": "^1.5",
"drupal/entity_browser": "^2.0",
"drupal/entity_browser_table": "^1.1",
"drupal/entity_browser_table": "^2.0",
"drupal/entity_embed": "^1.7",
"drupal/entity_reference_hierarchy": "^1.0",
"drupal/entity_usage": "^2.0@beta",
Expand Down Expand Up @@ -235,6 +235,7 @@
"oomphinc/composer-installers-extender": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"symfony/runtime": true,
"wikimedia/composer-merge-plugin": true
}
},
Expand Down Expand Up @@ -267,16 +268,15 @@
"3114467 - 'Negate' form value for condition plugins should be cast to boolean in validation (for Google Tag Manager)": "https://www.drupal.org/files/issues/2023-11-06/3114467-30.patch",
"2928793 - REST views: double encoding of apostrophes in REST Export display": "https://git.drupalcode.org/project/drupal/-/merge_requests/1281.diff",
"3250298 - Return empty string '' with JSON Serializer instead of FALSE": "https://www.drupal.org/files/issues/2024-08-05/3250298-17.patch",
"2313309 - Admin toolbar and contextual links should always be rendered in the admin language (if set)": "https://www.drupal.org/files/issues/2026-05-06/2313309-244-admin-toolbar-and-contextual-links-admin-language--D11.3-no-umami-tests--20260506-2.patch",
"3054641 - Local tasks should honor selected admin interface language (if set)": "https://www.drupal.org/files/issues/2025-12-30/3054641-90-local-tasks-honor-selected-admin-interface-language.patch",
"3410100 - [10.2 regression] CKEditor 5 breaks when 'Source'/Source editing button is added and 'Manually editable HTML tags' are specified": "https://www.drupal.org/files/issues/2025-06-26/3410100-108-revert-3396628-11-x.patch",
"2313309 - Admin toolbar and contextual links should always be rendered in the admin language (if set)": "https://git.drupalcode.org/project/drupal/-/merge_requests/16311.patch",
"3054641 - Local tasks should honor selected admin interface language (if set)": "https://www.drupal.org/files/issues/2026-07-15/3054641-90-local-tasks-honor-selected-admin-interface-language-11.4.4.patch",
"3410100 - [10.2 regression] CKEditor 5 breaks when 'Source'/Source editing button is added and 'Manually editable HTML tags' are specified": "https://www.drupal.org/files/issues/2026-07-06/3410100-112-mr-12509.patch",
"3381979 - More link is missing in pager ": "https://www.drupal.org/files/issues/2025-06-25/3381979-more-link-is-missing-in-some-pager-when-there-are-more-records-than-shown-d11.2.0-rc2.patch",
"3459169 - Protect against empty revision timestamps in VersionHistoryController::getRevisionDescription": "https://www.drupal.org/files/issues/2024-12-05/0001-Protect-against-empty-revision-timestamps.patch",
"3336143 - Uncaught ReferenceError: loadjs is not defined after drupal core upgrade 9.5.1": "https://www.drupal.org/files/issues/2024-07-24/load_js-define_variable-3336143-43.patch",
"3293788 - Add possibility to skip flushing all image style derivatives when an image style configuration changes": "https://git.drupalcode.org/project/drupal/-/merge_requests/12408.patch",
"2769407 - Add Boolean field filter option 'Treat NULL values as FALSE' to expose the already existing code path for handling this": "https://www.drupal.org/files/issues/2026-01-08/2769407_views_ui_null_option-11.3.2-115.patch",
"3334212 - Vertical/horizontal icons missing, when toolbar has multiple items": "https://www.drupal.org/files/issues/2023-03-20/3334212-vertical-horizontal-toolbar-icons-missing-drupal-10.patch",
"2940605 - Can only intentionally re-render an entity with references 20 times": "https://git.drupalcode.org/project/drupal/-/commit/187c122a24bc454f6fa165d7a4482acd90feed8f.patch",
"3549397 - [Since 11.2.3] Uninstalling and installing modules during config:import can lead to fatal errors": "https://git.drupalcode.org/project/drupal/-/merge_requests/13355.patch"
},
"drupal/bootstrap_datepicker": {
Expand All @@ -300,9 +300,6 @@
"drupal/conditional_fields":{
"3573010 - Fix 'reset if untriggered' option": "https://git.drupalcode.org/project/conditional_fields/-/merge_requests/93.patch"
},
"drupal/content_lock":{
"2919019 - content_lock_entity_operation doesn't work if the entity list is cached": "https://git.drupalcode.org/project/content_lock/-/merge_requests/121.patch"
},
"drupal/ctools": {
"2475595 - Views exposed filters missing autosubmit option https://www.drupal.org/node/2475595": "https://www.drupal.org/files/issues/2475595-ctools-autocomplete-fix-24.patch"
},
Expand All @@ -317,10 +314,6 @@
"PGOV-671 - CKEditor 5 compat patches": "patches/pgov-671-entity-embed-ckeditor-5-compat-2.patch",
"3067452 - Recursive Limit Breaks Normal, Repeated Use of a Media item on a page": "https://www.drupal.org/files/issues/2019-09-29/3067452-5.patch"
},
"drupal/entity_browser_table": {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Patches were for v1.x. Not needed after we upgraded to v2.x

"3408217 - Error: Call to a member function getStorage() on null": "https://www.drupal.org/files/issues/2023-12-21/3408217-error-call-to-member-function-getstorage-on-null.patch",
"3430132 - Automated Drupal 11 compatibility fixes for entity_browser_table": "https://git.drupalcode.org/project/entity_browser_table/-/merge_requests/7.patch"
},
"drupal/entity_usage": {
"PGOV-1823 - Support non-fieldable entities in ListUsageController": "patches/pgov-1823-entity-usage-non-fieldable-entities-3.patch"
},
Expand Down Expand Up @@ -398,9 +391,6 @@
"drupal/redirect": {
"2981544 - Filter by redirect destination does not work with URL alias": "https://www.drupal.org/files/issues/2025-09-12/2981544-48.patch"
},
"drupal/rules": {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use the Rules module

"2927132 - List of conditions includes Core conditions which do not work with Rules. POWR-3445": "https://www.drupal.org/files/issues/2020-07-23/2927132-15-remove-other-conditions-from-ui.patch"
},
"drupal/search_api_page": {
"3227655 - LogicException: Cannot use UTF-8 route patterns without setting the 'utf8' option for route": "https://www.drupal.org/files/issues/2021-08-11/search_api_page-utf8_paths.patch"
},
Expand Down
Loading