Skip to content

Commit 8ef1ae5

Browse files
AlexSkrypnykRenovate Self Hosted
andauthored
Update PHP - Drupal core - Minor and patch to ~11.4.0 (#2757)
Co-authored-by: Renovate Self Hosted <deploy+renovatebot@drevops.com>
1 parent 2291463 commit 8ef1ae5

88 files changed

Lines changed: 465 additions & 81 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# Do not ignore config.
1515
!config
1616

17+
# Do not ignore recipes.
18+
!recipes
19+
1720
# But still ignore Drupal directories generated by Composer.
1821
web/core
1922
web/modules/contrib

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ web/sites/default/*
4545

4646
# Ignore all recipes by default. Custom recipes should be added explicitly.
4747
recipes/*
48+
!recipes/page
4849

4950
#;< AI_CODE_INSTRUCTIONS
5051
# Ignore all Claude files by default. Custom files should be added explicitly.

.vortex/installer/tests/Fixtures/handler_process/_baseline/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
# Do not ignore config.
1414
!config
1515

16+
# Do not ignore recipes.
17+
!recipes
18+
1619
# But still ignore Drupal directories generated by Composer.
1720
web/core
1821
web/modules/contrib

.vortex/installer/tests/Fixtures/handler_process/_baseline/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ web/sites/default/*
4040

4141
# Ignore all recipes by default. Custom recipes should be added explicitly.
4242
recipes/*
43+
!recipes/page
4344

4445
# Ignore all Claude files by default. Custom files should be added explicitly.
4546
!.claude

.vortex/installer/tests/Fixtures/handler_process/_baseline/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"php-http/discovery": true,
8787
"phpstan/extension-installer": true,
8888
"pyrech/composer-changelogs": true,
89+
"symfony/runtime": true,
8990
"tbachert/spi": true
9091
},
9192
"bump-after-update": true,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- field.field.node.page.body
6+
- node.type.page
7+
module:
8+
- path
9+
- text
10+
id: node.page.default
11+
targetEntityType: node
12+
bundle: page
13+
mode: default
14+
content:
15+
body:
16+
type: text_textarea_with_summary
17+
weight: 31
18+
region: content
19+
settings:
20+
rows: 9
21+
summary_rows: 3
22+
placeholder: ''
23+
show_summary: false
24+
third_party_settings: { }
25+
created:
26+
type: datetime_timestamp
27+
weight: 10
28+
region: content
29+
settings: { }
30+
third_party_settings: { }
31+
path:
32+
type: path
33+
weight: 30
34+
region: content
35+
settings: { }
36+
third_party_settings: { }
37+
status:
38+
type: boolean_checkbox
39+
weight: 120
40+
region: content
41+
settings:
42+
display_label: true
43+
third_party_settings: { }
44+
title:
45+
type: string_textfield
46+
weight: -5
47+
region: content
48+
settings:
49+
size: 60
50+
placeholder: ''
51+
third_party_settings: { }
52+
uid:
53+
type: entity_reference_autocomplete
54+
weight: 5
55+
region: content
56+
settings:
57+
match_operator: CONTAINS
58+
match_limit: 10
59+
size: 60
60+
placeholder: ''
61+
third_party_settings: { }
62+
hidden:
63+
promote: true
64+
sticky: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- field.field.node.page.body
6+
- node.type.page
7+
module:
8+
- text
9+
- user
10+
id: node.page.default
11+
targetEntityType: node
12+
bundle: page
13+
mode: default
14+
content:
15+
body:
16+
type: text_default
17+
label: hidden
18+
settings: { }
19+
third_party_settings: { }
20+
weight: 100
21+
region: content
22+
links:
23+
weight: 101
24+
region: content
25+
hidden: { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- core.entity_view_mode.node.teaser
6+
- field.field.node.page.body
7+
- node.type.page
8+
module:
9+
- text
10+
- user
11+
id: node.page.teaser
12+
targetEntityType: node
13+
bundle: page
14+
mode: teaser
15+
content:
16+
body:
17+
type: text_summary_or_trimmed
18+
label: hidden
19+
settings:
20+
trim_length: 600
21+
third_party_settings: { }
22+
weight: 100
23+
region: content
24+
links:
25+
weight: 101
26+
region: content
27+
hidden: { }
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- field.storage.node.body
6+
- node.type.page
7+
module:
8+
- text
9+
id: node.page.body
10+
field_name: body
11+
entity_type: node
12+
bundle: page
13+
label: Body
14+
description: ''
15+
required: false
16+
translatable: true
17+
default_value: { }
18+
default_value_callback: ''
19+
settings:
20+
display_summary: true
21+
required_summary: false
22+
allowed_formats: { }
23+
field_type: text_with_summary
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
module:
5+
- node
6+
- text
7+
id: node.body
8+
field_name: body
9+
entity_type: node
10+
type: text_with_summary
11+
settings: { }
12+
module: text
13+
locked: false
14+
cardinality: 1
15+
translatable: true
16+
indexes: { }
17+
persist_with_no_fields: true
18+
custom_storage: false

0 commit comments

Comments
 (0)