Skip to content

Commit 55c17cc

Browse files
committed
DIGITAL-715 - contrib module updates
1 parent 48b9cd7 commit 55c17cc

File tree

4 files changed

+70
-57
lines changed

4 files changed

+70
-57
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@
3030
"drupal/core-project-message": "^10.2",
3131
"drupal/core-recommended": "^10.2",
3232
"drupal/database_ssl_check": "^2.0",
33-
"drupal/default_content": "^2.0@alpha",
33+
"drupal/default_content": "^2.0@beta",
3434
"drupal/disable_user_1_edit": "^1.6",
3535
"drupal/easy_breadcrumb": "^2.0",
3636
"drupal/edit_media_modal": "^2.0",
3737
"drupal/embedded_content": "^2.0",
3838
"drupal/field_group": "^3.6",
3939
"drupal/field_permissions": "^1.3",
4040
"drupal/google_tag": "^2.0",
41+
"drupal/js_cookie": "^1.0",
4142
"drupal/link_class": "^2.1",
4243
"drupal/linkit": "^7.0",
4344
"drupal/linkit_media_library": "^2.0",

composer.lock

Lines changed: 63 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.log

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ fb229fcfb48c2f52c006789e3bdd41a7|arpage|feature/DIGITAL-693-drupal-update-s3fs-p
9595
6f35406dc20c0dffcfb8923852e41844|arpage|feature/DIGITAL-693-drupal-update-s3fs-plus-standard|Thu Feb 5 10:54:15 EST 2026|./composer.sh update mattsqd/drupal-env
9696
a3e42c350e75a551e605b90831598e7a|arpage|feature/DIGITAL-693-drupal-update-s3fs-plus-standard|Thu Feb 5 10:54:25 EST 2026|./composer.sh update mattsqd/drupal-env-lando
9797
b966059caba1273dc00f8a4528a6b01a|arpage|feature/DIGITAL-693-drupal-update-s3fs-plus-standard|Thu Feb 5 10:55:21 EST 2026|./composer.sh require --dev consolidation/robo:^5 --with-all-dependencies
98+
693a914469a4fdbb287f22e7d0632bce|arpage|feature/DIGITAL-715-modules-affecting-patches|Wed Feb 18 11:25:48 EST 2026|./composer.sh require drupal/default_content:^2.0@beta
99+
70abc4dea170b9bf096435a6f27113ea|arpage|feature/DIGITAL-715-modules-affecting-patches|Wed Feb 18 11:26:08 EST 2026|./composer.sh require drupal/js_cookie:^1.0 --with-all-dependencies
100+
77dad83d77d7384512274aa435055a45|arpage|feature/DIGITAL-715-modules-affecting-patches|Wed Feb 18 11:26:50 EST 2026|./composer.sh require drupal/sitewide_alert:^3.0 --with-all-dependencies
101+
5afe1e476655921a00fc1c1930c66616|arpage|feature/DIGITAL-715-modules-affecting-patches|Wed Feb 18 11:27:15 EST 2026|./composer.sh require drupal/svg_image:^3.2 --with-all-dependencies

composer.patches.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
"Disable drupal/core from scaffolding without being in composer.extra.drupal-scaffold.allowed-packages in that way one has more control of when new scaffolding is added.": "./patches/drupal.core-composer-scaffold.implicit-drupal-core-disable.patch"
88
},
99
"drupal/default_content": {
10-
"/project/default_content/issues/3203014: BaseFieldOverride cause inconsistencies during export": "https://www.drupal.org/files/issues/2022-12-13/base_field_override_inconsistencies-3203014-9.patch",
11-
"/project/default_content/issues/2943458: Exporting passwords": "https://www.drupal.org/files/issues/2022-02-18/default_content-2943458-9.patch",
12-
"/project/default_content/issues/3180348: Profile entities have circular dependencies": "https://www.drupal.org/files/issues/2025-01-24/default_content-profile-entities-have-circular-dependencies-3180348-8.patch",
13-
"/project/default_content/issues/3200212: Import should overwrite files": "patches/default_content-3200212-25.patch",
14-
"Created hook to exclude content from being exported": "patches/default_content-hook-exclude-content.patch"
10+
"/project/default_content/issues/2943458: Exporting passwords": "https://www.drupal.org/files/issues/2022-02-18/default_content-2943458-9.patch"
1511
},
1612
"drupal/embedded_content": {
1713
"Convert html to valid xml": "patches/embedded_content-convert-html-valid-xml.patch"

0 commit comments

Comments
 (0)