Skip to content

Commit

Permalink
chore: composer updates
Browse files Browse the repository at this point in the history
Also: remove unused modules.
  • Loading branch information
Leksat committed Nov 5, 2024
1 parent 478db32 commit 7bb38f1
Show file tree
Hide file tree
Showing 29 changed files with 1,943 additions and 1,936 deletions.
12 changes: 4 additions & 8 deletions apps/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@
"amazeelabs/silverback_translations": "^1.0.4",
"composer/installers": "^2.2",
"drupal/admin_toolbar": "^3.4.1",
"drupal/config_filter": "*",
"drupal/config_ignore": "^3.2",
"drupal/config_notify": "^1.10",
"drupal/config_pages": "^2.14",
"drupal/core-composer-scaffold": "^10",
"drupal/core-recommended": "^10",
"drupal/default_content": "2.0.0-alpha2",
"drupal/default_content": "^2.0.0-alpha2",
"drupal/dropzonejs": "^2.8",
"drupal/entity_usage": "^2.0@beta",
"drupal/environment_indicator": "^4.0.14",
Expand All @@ -74,7 +73,7 @@
"drupal/role_delegation": "^1.2",
"drupal/simple_oauth": "^5.2",
"drupal/slack": "^1.4",
"drupal/stage_file_proxy": "^2.0.2",
"drupal/stage_file_proxy": "^3.0",
"drupal/userprotect": "^1.2",
"drupal/webform": "^6.1.5",
"drush/drush": "^12.5",
Expand All @@ -93,17 +92,15 @@
"drupal/core-composer-scaffold": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": false,
"php-http/discovery": true
"php-http/discovery": true,
"tbachert/spi": true
}
},
"extra": {
"patches": {
"drupal/core": {
"Multilingual-route-resolution-in-graphql": "./patches/multilingual-route-resolution-in-graphql.patch"
},
"drupal/userprotect": {
"Fix site install": "https://www.drupal.org/files/issues/2023-07-28/3349663-8.patch"
},
"drupal/gutenberg": {
"Gutenberg enabled hook": "https://www.drupal.org/files/issues/2024-05-07/gutenberg_enabled_hook_3445677-2.patch",
"Remove !important from sidebar": "./patches/gutenberg_remove-important-sidebar.patch"
Expand Down Expand Up @@ -166,7 +163,6 @@
},
"require-dev": {
"drupal/core-dev": "^10",
"drupal/devel": "^5.2",
"phpspec/prophecy-phpunit": "^2.0.2"
}
}
3,828 changes: 1,908 additions & 1,920 deletions apps/cms/composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/cms/config/sync/block_content.type.reusable_block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ _core:
default_config_hash: r3t6MLUWkQk97pf7x3OiHCBZanFJKsKLS3uuQbmw-Yo
id: reusable_block
label: 'Reusable block'
revision: 0
revision: false
description: 'Build your block on Gutenberg editor and re-use it everywhere!'
1 change: 0 additions & 1 deletion apps/cms/config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ _core:
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
module:
admin_toolbar: 0
admin_toolbar_links_access_filter: 0
admin_toolbar_tools: 0
block: 0
block_content: 0
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/config/sync/editor.editor.gutenberg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_size: null
max_dimensions:
width: null
height: null
1 change: 1 addition & 0 deletions apps/cms/config/sync/gutenberg.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ page_allowed_drupal_blocks:
drupalblock/all_webform: 0
webform_block: 0
webform_submission_limit_block: 0
drupalmedia/drupal-media-entity: drupalmedia/drupal-media-entity
1 change: 1 addition & 0 deletions apps/cms/config/sync/masquerade.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
update_user_last_access: true
4 changes: 2 additions & 2 deletions apps/cms/config/sync/node.type.page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ third_party_settings:
is_templatable: true
name: 'Basic page'
type: page
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 0
display_submitted: false
1 change: 1 addition & 0 deletions apps/cms/config/sync/silverback_autosave.settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_core:
default_config_hash: HaTNbtQe6_A0WF-ZElHNWcv0VK_aqOj5lBEFhAgY85s
langcode: en
interval: 500
only_on_form_change: false
active_on:
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/config/sync/system.cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ _core:
threshold:
requirements_warning: 172800
requirements_error: 1209600
logging: 1
logging: true
2 changes: 1 addition & 1 deletion apps/cms/config/sync/system.date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ _core:
default_config_hash: t7clj3mzmOGrXX0HuCH5usf0vEqRtnMTBFVBIEmZ5pc
first_day: 0
country:
default: ''
default: null
timezone:
default: UTC
user:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/system.site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ page:
admin_compact_mode: false
weight_select_max: 100
default_langcode: en
mail_notification: null
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.block_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.campaign_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ display:
previous: '‹ Previous'
first: '« First'
last: 'Last »'
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.content_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 2 additions & 0 deletions apps/cms/config/sync/views.view.files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down Expand Up @@ -1019,6 +1020,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
empty: { }
arguments:
fid:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.frontpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.moderated_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.reusable_blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.taxonomy_term.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 2 additions & 0 deletions apps/cms/config/sync/views.view.user_admin_people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
module:
- role_delegation
- user
_core:
default_config_hash: njaZigMvB4ap21Fg_tQcJhWgYJCGNi49Z5rRL_N6RI0
Expand Down Expand Up @@ -479,6 +480,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.watchdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
4 changes: 3 additions & 1 deletion apps/cms/config/sync/views.view.webform_submissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down Expand Up @@ -431,7 +432,8 @@ display:
field: uid
entity_type: webform_submission
entity_field: uid
plugin_id: numeric
plugin_id: entity_target_id
target_entity_type_id: user
in_draft:
id: in_draft
table: webform_submission
Expand Down

0 comments on commit 7bb38f1

Please sign in to comment.