Skip to content

Commit 6accf4a

Browse files
Johan Gantomahmneilblair
authored
Core update 8.9.19 + antibot (#810)
* Update csp.settings.yml and settings.php (#805) Co-authored-by: Johan Gant <[email protected]> * Updating development * D8NID-1407 ~ Include Antibot package * D8NID-1407 ~ Install and configure Antibot * Enable antibot on all webforms. Disable output of form ids on status messages in forms. * Update core to 8.9.19 + contrib (#808) * Update core to 8.9.19 * Update contrib modules with safer upgrade paths * Move items back into require section Co-authored-by: omahm <[email protected]> Co-authored-by: Steve Cousins <[email protected]> Co-authored-by: Neil Blair <[email protected]> Co-authored-by: Neil Blair <[email protected]>
1 parent e757fae commit 6accf4a

File tree

4 files changed

+547
-500
lines changed

4 files changed

+547
-500
lines changed

composer.json

+14-12
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@
4949
"dof-dss/nidirect-migrations": "^1.0",
5050
"dof-dss/nidirect-site-modules": "^1.0.2",
5151
"drupal/address": "^1.7",
52-
"drupal/admin_toolbar": "^2.0",
52+
"drupal/admin_toolbar": "^3.0",
5353
"drupal/adminimal_theme": "^1.5",
54-
"drupal/better_field_descriptions": "^1.5",
54+
"drupal/antibot": "^1.4",
55+
"drupal/better_field_descriptions": "^1.6",
5556
"drupal/block_content_permissions": "^1.10",
5657
"drupal/block_field": "^1.0@RC",
5758
"drupal/block_list_override": "^1.0",
@@ -72,15 +73,16 @@
7273
"drupal/csv_serialization": "^2.0@beta",
7374
"drupal/ctools": "^3.7",
7475
"drupal/diff": "^1.0",
75-
"drupal/entity_browser": "^2.5",
76-
"drupal/entity_embed": "^1.0",
76+
"drupal/dynamic_entity_reference": "^1.12",
77+
"drupal/entity_browser": "^2.6",
78+
"drupal/entity_embed": "^1.2",
7779
"drupal/entity_reference_unpublished": "^1.2",
7880
"drupal/entityqueue": "^1.0",
7981
"drupal/eu_cookie_compliance": "^1.8",
8082
"drupal/facets": "^1.8",
8183
"drupal/facets_pretty_paths": "1.x-dev",
8284
"drupal/fastly": "^3.9",
83-
"drupal/field_group": "^3.0",
85+
"drupal/field_group": "^3.2",
8486
"drupal/filelog": "^2.0",
8587
"drupal/flag": "4.x-dev",
8688
"drupal/geocoder": "^3.14",
@@ -93,7 +95,7 @@
9395
"drupal/http_cache_control": "^2.0",
9496
"drupal/inline_entity_form": "1.0.0-rc8",
9597
"drupal/layout_builder_modal": "^1.0@alpha",
96-
"drupal/layout_builder_restrictions": "^2.2",
98+
"drupal/layout_builder_restrictions": "^2.9",
9799
"drupal/linkit": "^6.0.0",
98100
"drupal/media_library_edit": "^2.0",
99101
"drupal/metatag": "^1.8",
@@ -106,12 +108,13 @@
106108
"drupal/noreferrer": "^1.7",
107109
"drupal/paragraphs": "^1.8",
108110
"drupal/pathauto": "^1.4",
111+
"drupal/permissions_filter": "^1.2",
109112
"drupal/redirect": "^1.5",
110113
"drupal/redis": "^1.5",
111-
"drupal/scheduled_transitions": "^2.0@beta",
112-
"drupal/scheduler": "^1.1",
114+
"drupal/scheduled_transitions": "2.0@beta",
115+
"drupal/scheduler": "^1.4",
113116
"drupal/scheduler_content_moderation_integration": "^1.1",
114-
"drupal/schema_metatag": "^2.1",
117+
"drupal/schema_metatag": "^2.2",
115118
"drupal/search_api": "^1.14",
116119
"drupal/search_api_autocomplete": "^1.4",
117120
"drupal/search_api_location": "^1.0@alpha",
@@ -152,12 +155,11 @@
152155
"drupal/core-dev": "^8.8",
153156
"drupal/devel": "^4.1",
154157
"drupal/devel_entity_updates": "^3.0",
155-
"drupal/easy_install": "^10.1",
158+
"drupal/easy_install": "^10.5",
156159
"drupal/fpa": "^2.0@beta",
157160
"drupal/masquerade": "^2.0@beta",
158161
"drupal/migrate_tools": "4.x-dev",
159162
"drupal/multiline_config": "1.x-dev",
160-
"drupal/permissions_filter": "^1.1",
161163
"drupal/restui": "^1.17",
162164
"drupal/stage_file_proxy": "^1.0@beta",
163165
"drupal/twig_vardumper": "^2.2",
@@ -180,7 +182,7 @@
180182
"patches": {
181183
"drupal/core": {
182184
"Prevent leftover fields from causing errors like 'Call to a member function getLabel() after enabling layout_builder'": "https://www.drupal.org/files/issues/2020-01-20/2985882-53.patch",
183-
"When embedding media, don't let authors choose view modes that are not enabled for that media type": "https://www.drupal.org/files/issues/2020-01-31/3097416-ckeditor-view-modes-8.9-combined.patch",
185+
"When embedding media, don't let authors choose view modes that are not enabled for that media type": "https://www.drupal.org/files/issues/2021-09-15/3097416-ckeditor-view-modes-8.9-combined_0.patch",
184186
"[IGNORE] Composer-friendly patches for filename sanitation while #2492171 awaits #3032390": "https://www.drupal.org/files/issues/2020-11-18/3094052-composer-patch-filename-sanitation-7.patch",
185187
"[meta] Themes improperly check renderable arrays when determining visibility": "https://www.drupal.org/files/issues/2019-02-19/themes_improperly_check_renderable_arrays_when_determining_visibility-953034-313.patch",
186188
"Cannot save unpublished versions of published content for users without manage book privileges": "https://www.drupal.org/files/issues/2020-10-18/2918537-63.patch",

0 commit comments

Comments
 (0)