modules upgrades

This commit is contained in:
2025-07-16 21:20:57 +02:00
parent c85f0fa92f
commit 49a0c77b6f
Generated
+41 -28
View File
@@ -3593,29 +3593,29 @@
}, },
{ {
"name": "drupal/config_update", "name": "drupal/config_update",
"version": "1.7.0", "version": "2.0.0-alpha4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/config_update.git", "url": "https://git.drupalcode.org/project/config_update.git",
"reference": "8.x-1.7" "reference": "2.0.0-alpha4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.7.zip", "url": "https://ftp.drupal.org/files/projects/config_update-2.0.0-alpha4.zip",
"reference": "8.x-1.7", "reference": "2.0.0-alpha4",
"shasum": "8f079abf7c2ea826a27fa5224b0770a26404c968" "shasum": "d8ea528b0b3e24918356bb72bef61408f650aa8e"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9" "drupal/core": "^9.4 || ^10 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.7", "version": "2.0.0-alpha4",
"datestamp": "1586355587", "datestamp": "1724596931",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "not-covered",
"message": "Covered by Drupal's security advisory policy" "message": "Alpha releases are not covered by Drupal security advisories."
} }
} }
}, },
@@ -3625,15 +3625,19 @@
], ],
"authors": [ "authors": [
{ {
"name": "Pasqualle", "name": "codebymikey",
"homepage": "https://www.drupal.org/user/3573206"
},
{
"name": "pasqualle",
"homepage": "https://www.drupal.org/user/80733" "homepage": "https://www.drupal.org/user/80733"
}, },
{ {
"name": "codebymikey", "name": "vishalkhode",
"homepage": "https://www.drupal.org/user/3573206" "homepage": "https://www.drupal.org/user/2439156"
} }
], ],
"description": "Provides basic revert and update functionality for other modules", "description": "Provides basic revert and update functionality for other modules.",
"homepage": "https://www.drupal.org/project/config_update", "homepage": "https://www.drupal.org/project/config_update",
"support": { "support": {
"source": "https://git.drupalcode.org/project/config_update" "source": "https://git.drupalcode.org/project/config_update"
@@ -3926,30 +3930,26 @@
}, },
{ {
"name": "drupal/content_lock", "name": "drupal/content_lock",
"version": "2.2.0", "version": "2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/content_lock.git", "url": "https://git.drupalcode.org/project/content_lock.git",
"reference": "8.x-2.2" "reference": "8.x-2.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/content_lock-8.x-2.2.zip", "url": "https://ftp.drupal.org/files/projects/content_lock-8.x-2.4.zip",
"reference": "8.x-2.2", "reference": "8.x-2.4",
"shasum": "9ea5810067c0df18879a16a19236e0cb46f9fba7" "shasum": "99d149e530555aae12b44292efe5887d373e862e"
}, },
"require": { "require": {
"drupal/core": "^8.8|^9.0" "drupal/core": "^9.0 || ^10.0"
},
"require-dev": {
"drupal/conflict": "^2.0@ALPHA",
"drupal/prefetch_cache": "dev-1.x"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-2.2", "version": "8.x-2.4",
"datestamp": "1607936866", "datestamp": "1715783058",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -3961,10 +3961,22 @@
"GPL-2.0-or-later" "GPL-2.0-or-later"
], ],
"authors": [ "authors": [
{
"name": "alexpott",
"homepage": "https://www.drupal.org/user/157725"
},
{
"name": "astonvictor",
"homepage": "https://www.drupal.org/user/3466615"
},
{ {
"name": "chr.fritsch", "name": "chr.fritsch",
"homepage": "https://www.drupal.org/user/2103716" "homepage": "https://www.drupal.org/user/2103716"
}, },
{
"name": "daniel.bosen",
"homepage": "https://www.drupal.org/user/404865"
},
{ {
"name": "ergonlogic", "name": "ergonlogic",
"homepage": "https://www.drupal.org/user/368613" "homepage": "https://www.drupal.org/user/368613"
@@ -3974,8 +3986,8 @@
"homepage": "https://www.drupal.org/user/12302" "homepage": "https://www.drupal.org/user/12302"
}, },
{ {
"name": "pandaski", "name": "volkerk",
"homepage": "https://www.drupal.org/user/1987218" "homepage": "https://www.drupal.org/user/57527"
} }
], ],
"description": "Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts.", "description": "Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts.",
@@ -15941,6 +15953,7 @@
"drupal/computed_token_field": 10, "drupal/computed_token_field": 10,
"drupal/config_devel": 20, "drupal/config_devel": 20,
"drupal/config_pages": 20, "drupal/config_pages": 20,
"drupal/config_update": 15,
"drupal/context": 10, "drupal/context": 10,
"drupal/cshs": 20, "drupal/cshs": 20,
"drupal/date_range_formatter": 20, "drupal/date_range_formatter": 20,