From 7e89178276f16c9dc684831063ce83ba60c42fde Mon Sep 17 00:00:00 2001 From: "Peter Droogmans (attiks)" Date: Tue, 22 Aug 2023 10:41:23 +0200 Subject: [PATCH] chore: Downgrade dynamic_entity_reference --- composer.json | 1 - composer.lock | 21 ++++++++++----------- composer.patches.json | 3 ++- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 9396e324..b1e6bcd7 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,6 @@ "drupal/csv_serialization": "^3.0@beta", "drupal/dashboards": "^2.1", "drupal/date_recur": "^3.2", - "drupal/dynamic_entity_reference": "^4.0@alpha", "drupal/environment_indicator": "^4.0", "drupal/field_group": "^3.2", "drupal/flexible_permissions": "^1.0@beta", diff --git a/composer.lock b/composer.lock index 831652af..b8ad6421 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9d08a257b1912b0a7af5a5e64fc76df2", + "content-hash": "2ab4de945a1480b8f793c82013893be4", "packages": [ { "name": "asm89/stack-cors", @@ -2400,17 +2400,17 @@ }, { "name": "drupal/dynamic_entity_reference", - "version": "4.0.0-alpha3", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", - "reference": "4.0.0-alpha3" + "reference": "3.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-4.0.0-alpha3.zip", - "reference": "4.0.0-alpha3", - "shasum": "8f2399c134bc8f0112eefbe2b900cbcf90c9ce08" + "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-3.1.0.zip", + "reference": "3.1.0", + "shasum": "4672b535acc326320f012033db94b5c0e379362c" }, "require": { "drupal/core": "^10 || ^11", @@ -2424,11 +2424,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.0-alpha3", - "datestamp": "1688838696", + "version": "3.1.0", + "datestamp": "1688838762", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -15915,7 +15915,6 @@ "drupal/components": 10, "drupal/config_split": 5, "drupal/csv_serialization": 10, - "drupal/dynamic_entity_reference": 15, "drupal/flexible_permissions": 10, "drupal/group": 5, "drupal/inline_entity_form": 5, diff --git a/composer.patches.json b/composer.patches.json index d7881400..80c0f1bf 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -18,7 +18,8 @@ "Provide a list of unconfigured but eligible fields - https://www.drupal.org/project/linkchecker/issues/3244743": "PATCHES/linkchecker-unconfirmed-but-eligible-field-list-3244743.patch", "Do not break admin denied": "./PATCHES/linkchecker_use_uid.patch", "Avoid null links": "./PATCHES/linkchecker_null_link.patch", - "Recognize previous revisions https://www.drupal.org/project/linkchecker/issues/3366753": "./PATCHES/linkchecker-previous-revisions-3366753.patch" + "Recognize previous revisions https://www.drupal.org/project/linkchecker/issues/3366753": "./PATCHES/linkchecker-previous-revisions-3366753.patch", + "DER 1.16 - https://www.drupal.org/project/linkchecker/issues/3346793": "https://git.drupalcode.org/project/linkchecker/-/merge_requests/41.patch" }, "drupal/maintenance200": { "Drupal 10 compatibility": "PATCHES/maintenance200-drupal-10-compatibility.patch"