- Issue created by @Project Update Bot
- last update
10 months ago 31 pass, 6 fail This is an automated patch generated by Drupal Rector. Please see the issue summary for more details.
It is important that any automated tests available are run with this patch and that you manually test this patch.
Drupal 10 Compatibility
According to the Upgrade Status module → , even with this patch, this module is not yet compatible with Drupal 10.
Currently Drupal Rector, version 0.18.6, cannot fix all Drupal 10 compatibility problems.
Therefore this patch does not update the
info.yml
file for Drupal 10 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 10 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #70004This patch was created using these packages:
- mglaman/phpstan-drupal: 1.2.4
- palantirnet/drupal-rector: 0.18.6
The last submitted patch, 2: diff.8.x-1.1.rector.patch, failed testing. View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- First commit to issue fork.
- Merge request !43Issue #3412698: Automated Drupal 10 compatibility fixes → (Open) created by GafgarionMorua
- last update
9 months ago 39 pass - last update
9 months ago 39 pass - last update
9 months ago 39 pass - Status changed to Needs review
9 months ago 6:59pm 13 February 2024 - 🇲🇽Mexico GafgarionMorua Puerto Vallarta
The following issues were flagged by the upgrade_status module
================================================================================
Diff, --
Scanned on Tue, 02/13/2024 - 18:28FILE: web/modules/contrib/diff/src/Controller/PluginRevisionController.php
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Fix later 135 Call to deprecated method loadRevision() of class
Drupal\Core\Entity\EntityStorageInterface. Deprecated in
drupal:10.1.0 and is removed from drupal:11.0.0. Use
Drupal\Core\Entity\RevisionableStorageInterface::loadRevisio
n instead.
--------------------------------------------------------------------------------FILE: web/modules/contrib/diff/src/Plugin/views/field/DiffPluginBase.php
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Fix later 153 Call to deprecated method loadRevision() of class
Drupal\Core\Entity\EntityStorageInterface. Deprecated in
drupal:10.1.0 and is removed from drupal:11.0.0. Use
Drupal\Core\Entity\RevisionableStorageInterface::loadRevisio
n instead.
--------------------------------------------------------------------------------FILE: web/modules/contrib/diff/diff.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 0 Value of core_version_requirement: ^9.3 || ^10 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
--------------------------------------------------------------------------------FILE: web/modules/contrib/diff/composer.json
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 0 The drupal/core requirement is not compatible with the next
major version of Drupal. Either remove it or update it to be
compatible. See
https://drupal.org/node/2514612#s-drupal-9-compatibility.
--------------------------------------------------------------------------------Crated a merge request to fix compatibility issues by updating deprecated 'loadRevision()' method usage, adjusted 'drupal/core' version in composer.json file