pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/drupal8



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Sep 17 09:39:54 UTC 2019

Modified Files:
        pkgsrc/www/drupal8: Makefile PLIST distinfo

Log Message:
Update drupal8 to 8.7.7

The update to 8.6.17 wasn't enough to make the annoying messages go away.

PHP 5 support, automatic entity updates, and Internet Explorer 9 workarounds
have been removed

     * PHP 5.5 and 5.6 will no longer be supported as of Drupal 8.7.0.
       As of December 2018, PHP 5.6 no longer receives security support
       from the maintainers of PHP. Anyone running Drupal 8 on PHP 5.5 or
       5.6 should upgrade their PHP version to at least 7.1. PHP 7.2 is
       now recommended. Read more in the change record for the PHP
       requirement update.
     * Starting with 8.7.0, Drupal core no longer provides support for
       automatic entity updates as these have resulted in conflicts with
       regular database updates and data integrity issues. Whenever an
       entity type or field storage definition needs to be created,
       changed or deleted, it has to be done with an explicit update
       function as provided by the Update API, and using the API provided
       by the entity definition update manager. (Note that using the API
       has always been the recommended way for developers to trigger
       entity updates.) drush entup is also no longer supported by Drupal
       core. These three change records provide further details:
         1. Support for automatic entity updates has been removed
         2. Kernel tests have to install entity type schemas for all the
            entity types they are testing, and before installing any other
            configuration
         3. New helper method available to set up the "current_user"
            service in kernel tests
     * Workarounds for the stylesheet limit in Internet Explorer 9 (IE9)
       and earlier have been removed. Drupal dropped support for Internet
       Explorer 9 and 10 in 8.4.0, but Drupal 8.5 and 8.6 retained a
       workaround to allow 32 or more stylesheets to be included. This
       workaround has been removed in 8.7. Sites still requiring Internet
       Explorer 9 support for the work around of IE's limit of 31 style
       sheets per page, should enable CSS aggregation (preferred) or
       install the IE9 Compatibility contributed module.

Extensive release notes here:
- https://www.drupal.org/project/drupal/releases/8.7.0
- https://www.drupal.org/project/drupal/releases/8.7.7


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/drupal8/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/drupal8/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/drupal8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drupal8/Makefile
diff -u pkgsrc/www/drupal8/Makefile:1.23 pkgsrc/www/drupal8/Makefile:1.24
--- pkgsrc/www/drupal8/Makefile:1.23    Fri Sep 13 09:04:15 2019
+++ pkgsrc/www/drupal8/Makefile Tue Sep 17 09:39:53 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2019/09/13 09:04:15 prlw1 Exp $
+# $NetBSD: Makefile,v 1.24 2019/09/17 09:39:53 prlw1 Exp $
 
-DISTNAME=      drupal-8.6.17
+DISTNAME=      drupal-8.7.7
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/
@@ -10,6 +10,8 @@ HOMEPAGE=     http://drupal.org/
 COMMENT=       Open source content management system
 LICENSE=       gnu-gpl-v2
 
+PHP_VERSIONS_INCOMPATIBLE=     56
+
 DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
 DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
 
@@ -41,6 +43,7 @@ REPLACE.php.new=      ${PREFIX}/bin/php
 REPLACE_FILES.php=     core/scripts/drupal.sh core/scripts/password-hash.sh
 REPLACE_FILES.php+=    core/scripts/update-countries.sh
 REPLACE_FILES.php+=    core/scripts/rebuild_token_calculator.sh
+REPLACE_FILES.php+=    vendor/pear/archive_tar/scripts/phptar.in
 
 SUBST_CLASSES+=                sh
 SUBST_STAGE.sh=                pre-configure
@@ -64,6 +67,7 @@ INSTALLATION_DIRS+=   ${DRUPAL}/${i}
 
 post-extract:
        ${CP} ${FILESDIR}/drupal.conf ${WRKSRC}
+       ${CHMOD} 0644 ${WRKSRC}/core/scripts/run-tests.sh
 
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/robots.txt ${DESTDIR}${PREFIX}/${DRUPAL}
@@ -74,9 +78,6 @@ do-install:
 
        cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/${DRUPAL}
 
-post-install:
-       ${FIND} ${DESTDIR}${PREFIX}/${DRUPAL} \
-               \( -name '*.jpg' -o -name '*.png' \) | ${XARGS} ${CHMOD} 0644
 
 .include "../../lang/php/phpversion.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/drupal8/PLIST
diff -u pkgsrc/www/drupal8/PLIST:1.20 pkgsrc/www/drupal8/PLIST:1.21
--- pkgsrc/www/drupal8/PLIST:1.20       Fri Sep 13 09:04:15 2019
+++ pkgsrc/www/drupal8/PLIST    Tue Sep 17 09:39:53 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2019/09/13 09:04:15 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.21 2019/09/17 09:39:53 prlw1 Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -38,6 +38,7 @@ share/drupal/core/assets/vendor/ckeditor
 share/drupal/core/assets/vendor/ckeditor/LICENSE.md
 share/drupal/core/assets/vendor/ckeditor/build-config.js
 share/drupal/core/assets/vendor/ckeditor/ckeditor.js
+share/drupal/core/assets/vendor/ckeditor/lang/_translationstatus.txt
 share/drupal/core/assets/vendor/ckeditor/lang/af.js
 share/drupal/core/assets/vendor/ckeditor/lang/ar.js
 share/drupal/core/assets/vendor/ckeditor/lang/az.js
@@ -121,6 +122,7 @@ share/drupal/core/assets/vendor/ckeditor
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
+share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
@@ -176,6 +178,7 @@ share/drupal/core/assets/vendor/ckeditor
 share/drupal/core/assets/vendor/ckeditor/plugins/about/dialogs/about.js
 share/drupal/core/assets/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
 share/drupal/core/assets/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png
+share/drupal/core/assets/vendor/ckeditor/plugins/clipboard/dialogs/paste.js
 share/drupal/core/assets/vendor/ckeditor/plugins/dialog/dialogDefinition.js
 share/drupal/core/assets/vendor/ckeditor/plugins/icons.png
 share/drupal/core/assets/vendor/ckeditor/plugins/icons_hidpi.png
@@ -241,6 +244,7 @@ share/drupal/core/assets/vendor/ckeditor
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pl.js
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt.js
+share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ro.js
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ru.js
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/si.js
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sk.js
@@ -626,6 +630,7 @@ share/drupal/core/lib/Drupal/Component/P
 share/drupal/core/lib/Drupal/Component/PhpStorage/TESTING.txt
 share/drupal/core/lib/Drupal/Component/PhpStorage/composer.json
 share/drupal/core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php
+share/drupal/core/lib/Drupal/Component/Plugin/ConfigurableInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/Context/Context.php
 share/drupal/core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php
@@ -666,6 +671,7 @@ share/drupal/core/lib/Drupal/Component/P
 share/drupal/core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/PluginAwareInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/PluginBase.php
+share/drupal/core/lib/Drupal/Component/Plugin/PluginHelper.php
 share/drupal/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/PluginManagerBase.php
 share/drupal/core/lib/Drupal/Component/Plugin/PluginManagerInterface.php
@@ -705,8 +711,8 @@ share/drupal/core/lib/Drupal/Component/T
 share/drupal/core/lib/Drupal/Component/Transliteration/TESTING.txt
 share/drupal/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php
 share/drupal/core/lib/Drupal/Component/Transliteration/composer.json
+share/drupal/core/lib/Drupal/Component/Transliteration/data/da.php
 share/drupal/core/lib/Drupal/Component/Transliteration/data/de.php
-share/drupal/core/lib/Drupal/Component/Transliteration/data/dk.php
 share/drupal/core/lib/Drupal/Component/Transliteration/data/eo.php
 share/drupal/core/lib/Drupal/Component/Transliteration/data/kg.php
 share/drupal/core/lib/Drupal/Component/Transliteration/data/x00.php
@@ -923,6 +929,8 @@ share/drupal/core/lib/Drupal/Component/U
 share/drupal/core/lib/Drupal/Component/Utility/Color.php
 share/drupal/core/lib/Drupal/Component/Utility/Crypt.php
 share/drupal/core/lib/Drupal/Component/Utility/DiffArray.php
+share/drupal/core/lib/Drupal/Component/Utility/EmailValidator.php
+share/drupal/core/lib/Drupal/Component/Utility/EmailValidatorInterface.php
 share/drupal/core/lib/Drupal/Component/Utility/Environment.php
 share/drupal/core/lib/Drupal/Component/Utility/Html.php
 share/drupal/core/lib/Drupal/Component/Utility/Image.php
@@ -955,6 +963,11 @@ share/drupal/core/lib/Drupal/Component/U
 share/drupal/core/lib/Drupal/Component/Uuid/Uuid.php
 share/drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php
 share/drupal/core/lib/Drupal/Component/Uuid/composer.json
+share/drupal/core/lib/Drupal/Component/Version/Constraint.php
+share/drupal/core/lib/Drupal/Component/Version/LICENSE.txt
+share/drupal/core/lib/Drupal/Component/Version/README.txt
+share/drupal/core/lib/Drupal/Component/Version/TESTING.txt
+share/drupal/core/lib/Drupal/Component/Version/composer.json
 share/drupal/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactory.php
 share/drupal/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php
 share/drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php
@@ -986,7 +999,10 @@ share/drupal/core/lib/Drupal/Core/Action
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityPublishedActionDeriver.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php
@@ -997,6 +1013,7 @@ share/drupal/core/lib/Drupal/Core/Ajax/A
 share/drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php
 share/drupal/core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php
 share/drupal/core/lib/Drupal/Core/Ajax/AlertCommand.php
+share/drupal/core/lib/Drupal/Core/Ajax/AnnounceCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/AppendCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/BaseCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/BeforeCommand.php
@@ -1237,6 +1254,7 @@ share/drupal/core/lib/Drupal/Core/Config
 share/drupal/core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php
 share/drupal/core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php
 share/drupal/core/lib/Drupal/Core/Config/InstallStorage.php
+share/drupal/core/lib/Drupal/Core/Config/MemoryStorage.php
 share/drupal/core/lib/Drupal/Core/Config/NullStorage.php
 share/drupal/core/lib/Drupal/Core/Config/PreExistingConfigException.php
 share/drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php
@@ -1255,6 +1273,7 @@ share/drupal/core/lib/Drupal/Core/Config
 share/drupal/core/lib/Drupal/Core/Config/StorageCacheInterface.php
 share/drupal/core/lib/Drupal/Core/Config/StorageComparer.php
 share/drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php
+share/drupal/core/lib/Drupal/Core/Config/StorageCopyTrait.php
 share/drupal/core/lib/Drupal/Core/Config/StorageException.php
 share/drupal/core/lib/Drupal/Core/Config/StorageInterface.php
 share/drupal/core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php
@@ -1345,6 +1364,7 @@ share/drupal/core/lib/Drupal/Core/Databa
 share/drupal/core/lib/Drupal/Core/Database/Query/Truncate.php
 share/drupal/core/lib/Drupal/Core/Database/Query/Update.php
 share/drupal/core/lib/Drupal/Core/Database/Query/Upsert.php
+share/drupal/core/lib/Drupal/Core/Database/ReplicaKillSwitch.php
 share/drupal/core/lib/Drupal/Core/Database/RowCountException.php
 share/drupal/core/lib/Drupal/Core/Database/Schema.php
 share/drupal/core/lib/Drupal/Core/Database/SchemaException.php
@@ -1396,6 +1416,7 @@ share/drupal/core/lib/Drupal/Core/Depend
 share/drupal/core/lib/Drupal/Core/DependencyInjection/ContainerInjectionInterface.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/ContainerNotInitializedException.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php
+share/drupal/core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php
@@ -1451,6 +1472,7 @@ share/drupal/core/lib/Drupal/Core/Entity
 share/drupal/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php
+share/drupal/core/lib/Drupal/Core/Entity/EntityBase.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityBundleListener.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityChangedInterface.php
@@ -1602,8 +1624,11 @@ share/drupal/core/lib/Drupal/Core/Entity
 share/drupal/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
 share/drupal/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php
 share/drupal/core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php
 share/drupal/core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php
+share/drupal/core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
+share/drupal/core/lib/Drupal/Core/Entity/SynchronizableInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/TranslatableInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php
@@ -1648,7 +1673,6 @@ share/drupal/core/lib/Drupal/Core/EventS
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RedirectLeadingSlashesSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php
-share/drupal/core/lib/Drupal/Core/EventSubscriber/ReplicaDatabaseIgnoreSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php
@@ -1659,6 +1683,7 @@ share/drupal/core/lib/Drupal/Core/Execut
 share/drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php
 share/drupal/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php
 share/drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php
+share/drupal/core/lib/Drupal/Core/Extension/Dependency.php
 share/drupal/core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php
 share/drupal/core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php
 share/drupal/core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php
@@ -1680,6 +1705,8 @@ share/drupal/core/lib/Drupal/Core/Extens
 share/drupal/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php
 share/drupal/core/lib/Drupal/Core/Extension/ProfileExtensionList.php
 share/drupal/core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php
+share/drupal/core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php
+share/drupal/core/lib/Drupal/Core/Extension/ThemeExtensionList.php
 share/drupal/core/lib/Drupal/Core/Extension/ThemeHandler.php
 share/drupal/core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php
 share/drupal/core/lib/Drupal/Core/Extension/ThemeInstaller.php
@@ -1701,6 +1728,7 @@ share/drupal/core/lib/Drupal/Core/Field/
 share/drupal/core/lib/Drupal/Core/Field/FieldConfigBase.php
 share/drupal/core/lib/Drupal/Core/Field/FieldConfigInterface.php
 share/drupal/core/lib/Drupal/Core/Field/FieldConfigStorageBase.php
+share/drupal/core/lib/Drupal/Core/Field/FieldDefinition.php
 share/drupal/core/lib/Drupal/Core/Field/FieldDefinitionInterface.php
 share/drupal/core/lib/Drupal/Core/Field/FieldDefinitionListener.php
 share/drupal/core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php
@@ -1785,6 +1813,12 @@ share/drupal/core/lib/Drupal/Core/Field/
 share/drupal/core/lib/Drupal/Core/Field/WidgetBaseInterface.php
 share/drupal/core/lib/Drupal/Core/Field/WidgetInterface.php
 share/drupal/core/lib/Drupal/Core/Field/WidgetPluginManager.php
+share/drupal/core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php
+share/drupal/core/lib/Drupal/Core/File/Exception/FileException.php
+share/drupal/core/lib/Drupal/Core/File/Exception/FileExistsException.php
+share/drupal/core/lib/Drupal/Core/File/Exception/FileNotExistsException.php
+share/drupal/core/lib/Drupal/Core/File/Exception/FileWriteException.php
+share/drupal/core/lib/Drupal/Core/File/Exception/NotRegularFileException.php
 share/drupal/core/lib/Drupal/Core/File/FileSystem.php
 share/drupal/core/lib/Drupal/Core/File/FileSystemInterface.php
 share/drupal/core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php
@@ -1878,6 +1912,7 @@ share/drupal/core/lib/Drupal/Core/Instal
 share/drupal/core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php
 share/drupal/core/lib/Drupal/Core/Installer/Exception/InstallerException.php
 share/drupal/core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php
+share/drupal/core/lib/Drupal/Core/Installer/ExtensionListTrait.php
 share/drupal/core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php
 share/drupal/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
 share/drupal/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
@@ -1887,6 +1922,8 @@ share/drupal/core/lib/Drupal/Core/Instal
 share/drupal/core/lib/Drupal/Core/Installer/InstallerRedirectTrait.php
 share/drupal/core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php
 share/drupal/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
+share/drupal/core/lib/Drupal/Core/Installer/InstallerThemeEngineExtensionList.php
+share/drupal/core/lib/Drupal/Core/Installer/InstallerThemeExtensionList.php
 share/drupal/core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php
 share/drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
 share/drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
@@ -1995,6 +2032,7 @@ share/drupal/core/lib/Drupal/Core/PageCa
 share/drupal/core/lib/Drupal/Core/PageCache/ResponsePolicy/NoServerError.php
 share/drupal/core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php
 share/drupal/core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php
+share/drupal/core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php
 share/drupal/core/lib/Drupal/Core/ParamConverter/EntityConverter.php
 share/drupal/core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php
 share/drupal/core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php
@@ -2310,6 +2348,8 @@ share/drupal/core/lib/Drupal/Core/String
 share/drupal/core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php
 share/drupal/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php
 share/drupal/core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php
+share/drupal/core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php
+share/drupal/core/lib/Drupal/Core/TempStore/Lock.php
 share/drupal/core/lib/Drupal/Core/TempStore/PrivateTempStore.php
 share/drupal/core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php
 share/drupal/core/lib/Drupal/Core/TempStore/SharedTempStore.php
@@ -2416,6 +2456,7 @@ share/drupal/core/lib/Drupal/Core/TypedD
 share/drupal/core/lib/Drupal/Core/TypedData/Validation/RecursiveValidator.php
 share/drupal/core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php
 share/drupal/core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php
+share/drupal/core/lib/Drupal/Core/Update/UpdateCompilerPass.php
 share/drupal/core/lib/Drupal/Core/Update/UpdateKernel.php
 share/drupal/core/lib/Drupal/Core/Update/UpdateRegistry.php
 share/drupal/core/lib/Drupal/Core/Update/UpdateRegistryFactory.php
@@ -2431,6 +2472,7 @@ share/drupal/core/lib/Drupal/Core/Utilit
 share/drupal/core/lib/Drupal/Core/Utility/LinkGenerator.php
 share/drupal/core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php
 share/drupal/core/lib/Drupal/Core/Utility/ProjectInfo.php
+share/drupal/core/lib/Drupal/Core/Utility/TableSort.php
 share/drupal/core/lib/Drupal/Core/Utility/ThemeRegistry.php
 share/drupal/core/lib/Drupal/Core/Utility/Token.php
 share/drupal/core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php
@@ -2539,6 +2581,8 @@ share/drupal/core/misc/icons/0074bd/chev
 share/drupal/core/misc/icons/008ee6/twistie-down.svg
 share/drupal/core/misc/icons/008ee6/twistie-up.svg
 share/drupal/core/misc/icons/333333/caret-down.svg
+share/drupal/core/misc/icons/333333/grid.svg
+share/drupal/core/misc/icons/333333/table.svg
 share/drupal/core/misc/icons/424242/loupe.svg
 share/drupal/core/misc/icons/505050/loupe.svg
 share/drupal/core/misc/icons/5181c6/chevron-disc-down.svg
@@ -2546,7 +2590,10 @@ share/drupal/core/misc/icons/5181c6/chev
 share/drupal/core/misc/icons/5181c6/pencil.svg
 share/drupal/core/misc/icons/5181c6/twistie-down.svg
 share/drupal/core/misc/icons/5181c6/twistie-up.svg
+share/drupal/core/misc/icons/686868/plus.svg
 share/drupal/core/misc/icons/73b355/check.svg
+share/drupal/core/misc/icons/73b355/globe.svg
+share/drupal/core/misc/icons/73b355/location.svg
 share/drupal/core/misc/icons/787878/barchart.svg
 share/drupal/core/misc/icons/787878/chevron-disc-down.svg
 share/drupal/core/misc/icons/787878/chevron-disc-up.svg
@@ -2587,6 +2634,7 @@ share/drupal/core/misc/icons/bebebe/star
 share/drupal/core/misc/icons/bebebe/star.svg
 share/drupal/core/misc/icons/e29700/warning.svg
 share/drupal/core/misc/icons/e32700/error.svg
+share/drupal/core/misc/icons/ee0000/ex.svg
 share/drupal/core/misc/icons/ee0000/required.svg
 share/drupal/core/misc/icons/ffffff/ex.svg
 share/drupal/core/misc/icons/ffffff/hamburger.svg
@@ -2606,6 +2654,8 @@ share/drupal/core/misc/machine-name.js
 share/drupal/core/misc/menu-collapsed-rtl.png
 share/drupal/core/misc/menu-collapsed.png
 share/drupal/core/misc/menu-expanded.png
+share/drupal/core/misc/message.es6.js
+share/drupal/core/misc/message.js
 share/drupal/core/misc/normalize-fixes.css
 share/drupal/core/misc/print.css
 share/drupal/core/misc/progress.es6.js
@@ -2636,8 +2686,8 @@ share/drupal/core/modules/action/action.
 share/drupal/core/modules/action/action.links.task.yml
 share/drupal/core/modules/action/action.module
 share/drupal/core/modules/action/action.permissions.yml
+share/drupal/core/modules/action/action.post_udate.php
 share/drupal/core/modules/action/action.routing.yml
-share/drupal/core/modules/action/action.views_execution.inc
 share/drupal/core/modules/action/config/install/action.settings.yml
 share/drupal/core/modules/action/config/schema/action.schema.yml
 share/drupal/core/modules/action/migrations/action_settings.yml
@@ -2649,27 +2699,21 @@ share/drupal/core/modules/action/src/Act
 share/drupal/core/modules/action/src/ActionListBuilder.php
 share/drupal/core/modules/action/src/Form/ActionAdminManageForm.php
 share/drupal/core/modules/action/src/Form/ActionDeleteForm.php
-share/drupal/core/modules/action/src/Plugin/Action/EmailAction.php
-share/drupal/core/modules/action/src/Plugin/Action/GotoAction.php
-share/drupal/core/modules/action/src/Plugin/Action/MessageAction.php
 share/drupal/core/modules/action/src/Plugin/migrate/source/Action.php
-share/drupal/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml
-share/drupal/core/modules/action/tests/action_bulk_test/config/install/views.view.test_bulk_form.yml
 share/drupal/core/modules/action/tests/action_form_ajax_test/action_form_ajax_test.info.yml
 share/drupal/core/modules/action/tests/action_form_ajax_test/config/schema/action_form_ajax_test.schema.yml
 share/drupal/core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php
 share/drupal/core/modules/action/tests/src/Functional/ActionListTest.php
 share/drupal/core/modules/action/tests/src/Functional/ActionUninstallTest.php
-share/drupal/core/modules/action/tests/src/Functional/BulkFormTest.php
 share/drupal/core/modules/action/tests/src/Functional/ConfigurationTest.php
 share/drupal/core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionConfigsTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php
-share/drupal/core/modules/action/tests/src/Kernel/Plugin/Action/EmailActionTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php
 share/drupal/core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php
+share/drupal/core/modules/aggregator/aggregator.api.php
 share/drupal/core/modules/aggregator/aggregator.info.yml
 share/drupal/core/modules/aggregator/aggregator.install
 share/drupal/core/modules/aggregator/aggregator.links.action.yml
@@ -2746,6 +2790,7 @@ share/drupal/core/modules/aggregator/src
 share/drupal/core/modules/aggregator/templates/aggregator-feed.html.twig
 share/drupal/core/modules/aggregator/templates/aggregator-item.html.twig
 share/drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml
+share/drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module
 share/drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml
 share/drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_atom.xml
 share/drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_rss091.xml
@@ -2798,6 +2843,7 @@ share/drupal/core/modules/aggregator/tes
 share/drupal/core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php
 share/drupal/core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php
 share/drupal/core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php
+share/drupal/core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php
 share/drupal/core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php
 share/drupal/core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php
 share/drupal/core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php
@@ -2880,6 +2926,7 @@ share/drupal/core/modules/big_pipe/tests
 share/drupal/core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
 share/drupal/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
 share/drupal/core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php
+share/drupal/core/modules/big_pipe/tests/src/Unit/Render/ManyPlaceholderTest.php
 share/drupal/core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php
 share/drupal/core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml
 share/drupal/core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
@@ -3230,11 +3277,11 @@ share/drupal/core/modules/book/tests/mod
 share/drupal/core/modules/book/tests/modules/book_test_views/test_views/views.view.test_book_view.yml
 share/drupal/core/modules/book/tests/src/Functional/BookBreadcrumbTest.php
 share/drupal/core/modules/book/tests/src/Functional/BookContentModerationTest.php
-share/drupal/core/modules/book/tests/src/Functional/BookInstallTest.php
 share/drupal/core/modules/book/tests/src/Functional/BookTest.php
 share/drupal/core/modules/book/tests/src/Functional/BookTestTrait.php
 share/drupal/core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php
 share/drupal/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php
+share/drupal/core/modules/book/tests/src/Kernel/BookInstallTest.php
 share/drupal/core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php
 share/drupal/core/modules/book/tests/src/Kernel/BookUninstallTest.php
 share/drupal/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php
@@ -3278,6 +3325,8 @@ share/drupal/core/modules/ckeditor/js/ck
 share/drupal/core/modules/ckeditor/js/ckeditor.js
 share/drupal/core/modules/ckeditor/js/ckeditor.language.admin.es6.js
 share/drupal/core/modules/ckeditor/js/ckeditor.language.admin.js
+share/drupal/core/modules/ckeditor/js/ckeditor.off-canvas-css-reset.es6.js
+share/drupal/core/modules/ckeditor/js/ckeditor.off-canvas-css-reset.js
 share/drupal/core/modules/ckeditor/js/ckeditor.stylescombo.admin.es6.js
 share/drupal/core/modules/ckeditor/js/ckeditor.stylescombo.admin.js
 share/drupal/core/modules/ckeditor/js/models/Model.es6.js
@@ -3327,6 +3376,7 @@ share/drupal/core/modules/ckeditor/tests
 share/drupal/core/modules/ckeditor/tests/modules/css/test.css
 share/drupal/core/modules/ckeditor/tests/modules/js/ajax-css.es6.js
 share/drupal/core/modules/ckeditor/tests/modules/js/ajax-css.js
+share/drupal/core/modules/ckeditor/tests/modules/src/CkeditorOffCanvasTestController.php
 share/drupal/core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php
 share/drupal/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php
 share/drupal/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php
@@ -3343,6 +3393,7 @@ share/drupal/core/modules/ckeditor/tests
 share/drupal/core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php
 share/drupal/core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
 share/drupal/core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php
+share/drupal/core/modules/ckeditor/tests/src/Traits/CKEditorTestTrait.php
 share/drupal/core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php
 share/drupal/core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php
 share/drupal/core/modules/color/color.es6.js
@@ -3395,6 +3446,7 @@ share/drupal/core/modules/comment/commen
 share/drupal/core/modules/comment/comment.services.yml
 share/drupal/core/modules/comment/comment.tokens.inc
 share/drupal/core/modules/comment/comment.views.inc
+share/drupal/core/modules/comment/config/install/comment.settings.yml
 share/drupal/core/modules/comment/config/install/core.entity_view_mode.comment.full.yml
 share/drupal/core/modules/comment/config/install/field.storage.comment.comment_body.yml
 share/drupal/core/modules/comment/config/install/system.action.comment_delete_action.yml
@@ -3501,6 +3553,7 @@ share/drupal/core/modules/comment/src/Te
 share/drupal/core/modules/comment/src/Tests/Views/CommentTestBase.php
 share/drupal/core/modules/comment/templates/comment.html.twig
 share/drupal/core/modules/comment/templates/field--comment.html.twig
+share/drupal/core/modules/comment/tests/fixtures/update/drupal-8.empty-comment-fields.3052147.php
 share/drupal/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml
 share/drupal/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module
 share/drupal/core/modules/comment/tests/modules/comment_test/comment_test.info.yml
@@ -3575,7 +3628,6 @@ share/drupal/core/modules/comment/tests/
 share/drupal/core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/CommentEditTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php
-share/drupal/core/modules/comment/tests/src/Functional/Views/CommentFieldNameTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/CommentRowTest.php
@@ -3616,6 +3668,7 @@ share/drupal/core/modules/comment/tests/
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
+share/drupal/core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php
@@ -3859,7 +3912,6 @@ share/drupal/core/modules/config_transla
 share/drupal/core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php
-share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationFormTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
@@ -3868,6 +3920,7 @@ share/drupal/core/modules/config_transla
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php
 share/drupal/core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php
+share/drupal/core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php
@@ -3976,6 +4029,7 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/content_moderation.routing.yml
 share/drupal/core/modules/content_moderation/content_moderation.services.yml
 share/drupal/core/modules/content_moderation/content_moderation.views.inc
+share/drupal/core/modules/content_moderation/content_moderation.views_execution.inc
 share/drupal/core/modules/content_moderation/css/content_moderation.module.css
 share/drupal/core/modules/content_moderation/css/content_moderation.theme.css
 share/drupal/core/modules/content_moderation/src/Access/LatestRevisionCheck.php
@@ -4022,7 +4076,9 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/src/ViewsData.php
 share/drupal/core/modules/content_moderation/templates/entity-moderation-form.html.twig
 share/drupal/core/modules/content_moderation/tests/fixtures/update/drupal-8.4.0-content_moderation_installed.php
+share/drupal/core/modules/content_moderation/tests/fixtures/update/drupal-8.5.0-content_moderation_installed.php
 share/drupal/core/modules/content_moderation/tests/fixtures/update/drupal-8.default-cms-entity-id-2941736.php
+share/drupal/core/modules/content_moderation/tests/fixtures/update/drupal-8.entity-form-display-dependencies-2915383.php
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.info.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.links.task.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.routing.yml
@@ -4036,8 +4092,14 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_entity_test.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_revision_table.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml
+share/drupal/core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/DefaultContentModerationStateRevisionUpdateTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/DefaultModerationStateUpdateTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/EntityFormDisplayDependenciesUpdateTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewLatestRevisionUpdateTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationContentTranslationTest.php
@@ -4050,6 +4112,7 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/NodeAccessTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
 share/drupal/core/modules/content_moderation/tests/src/Kernel/ContentModerationPermissionsTest.php
 share/drupal/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateAccessControlHandlerTest.php
@@ -4094,15 +4157,18 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/migrations/d6_block_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_custom_block_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_entity_reference_translation.yml
+share/drupal/core/modules/content_translation/migrations/d6_language_content_comment_settings.yml
 share/drupal/core/modules/content_translation/migrations/d6_menu_links_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_node_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_taxonomy_term_localized_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_taxonomy_term_translation.yml
+share/drupal/core/modules/content_translation/migrations/d6_term_node_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_block_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_comment_entity_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_custom_block_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_entity_reference_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_entity_translation_settings.yml
+share/drupal/core/modules/content_translation/migrations/d7_language_content_comment_settings.yml
 share/drupal/core/modules/content_translation/migrations/d7_node_entity_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_node_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml
@@ -4135,6 +4201,8 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
 share/drupal/core/modules/content_translation/src/Tests/ContentTranslationTestBase.php
 share/drupal/core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
+share/drupal/core/modules/content_translation/tests/modules/content_translation_test/config/install/entity_test.entity_test_bundle.test.yml
+share/drupal/core/modules/content_translation/tests/modules/content_translation_test/config/install/language.content_settings.entity_test_with_bundle.test.yml
 share/drupal/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml
 share/drupal/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module
 share/drupal/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php
@@ -4168,6 +4236,7 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php
+share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php
@@ -4297,6 +4366,7 @@ share/drupal/core/modules/datetime_range
 share/drupal/core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml
 share/drupal/core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module
 share/drupal/core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
+share/drupal/core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php
 share/drupal/core/modules/datetime_range/tests/src/Functional/Update/DatetimeRangeViewUpdateTest.php
 share/drupal/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php
 share/drupal/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
@@ -4466,6 +4536,9 @@ share/drupal/core/modules/field/src/Fiel
 share/drupal/core/modules/field/src/FieldStorageConfigStorage.php
 share/drupal/core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php
 share/drupal/core/modules/field/src/FieldUninstallValidator.php
+share/drupal/core/modules/field/src/Plugin/migrate/field/Email.php
+share/drupal/core/modules/field/src/Plugin/migrate/field/d7/EntityReference.php
+share/drupal/core/modules/field/src/Plugin/migrate/field/d7/NumberField.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/FieldType.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/FieldTypeDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/ProcessField.php
@@ -4569,7 +4642,6 @@ share/drupal/core/modules/field/tests/sr
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php
-share/drupal/core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
 share/drupal/core/modules/field/tests/src/Functional/FieldAccessTest.php
 share/drupal/core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php
 share/drupal/core/modules/field/tests/src/Functional/FieldHelpTest.php
@@ -4622,12 +4694,14 @@ share/drupal/core/modules/field/tests/sr
 share/drupal/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php
 share/drupal/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php
 share/drupal/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php
+share/drupal/core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldCrudTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldDataCountTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldDisplayTest.php
+share/drupal/core/modules/field/tests/src/Kernel/FieldFormatterTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldImportCreateTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php
@@ -4759,7 +4833,6 @@ share/drupal/core/modules/field_ui/src/P
 share/drupal/core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php
 share/drupal/core/modules/field_ui/src/Routing/RouteSubscriber.php
 share/drupal/core/modules/field_ui/src/Tests/FieldUiTestTrait.php
-share/drupal/core/modules/field_ui/src/Tests/ManageDisplayTest.php
 share/drupal/core/modules/field_ui/templates/field-ui-table.html.twig
 share/drupal/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml
 share/drupal/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module
@@ -4768,9 +4841,11 @@ share/drupal/core/modules/field_ui/tests
 share/drupal/core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
+share/drupal/core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
 share/drupal/core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php
+share/drupal/core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
 share/drupal/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
 share/drupal/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
 share/drupal/core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php
@@ -4860,7 +4935,6 @@ share/drupal/core/modules/file/src/Plugi
 share/drupal/core/modules/file/src/Plugin/views/filter/Status.php
 share/drupal/core/modules/file/src/Plugin/views/wizard/File.php
 share/drupal/core/modules/file/src/Tests/FileFieldTestBase.php
-share/drupal/core/modules/file/src/Tests/FileFieldWidgetTest.php
 share/drupal/core/modules/file/src/Tests/FileManagedTestBase.php
 share/drupal/core/modules/file/templates/file-audio.html.twig
 share/drupal/core/modules/file/templates/file-link.html.twig
@@ -4901,8 +4975,8 @@ share/drupal/core/modules/file/tests/src
 share/drupal/core/modules/file/tests/src/Functional/FileFieldRevisionTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileFieldTestBase.php
 share/drupal/core/modules/file/tests/src/Functional/FileFieldValidateTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileListingTest.php
-share/drupal/core/modules/file/tests/src/Functional/FileManagedAccessTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileManagedTestBase.php
 share/drupal/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
@@ -4934,7 +5008,9 @@ share/drupal/core/modules/file/tests/src
 share/drupal/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php
 share/drupal/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php
 share/drupal/core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php
+share/drupal/core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php
 share/drupal/core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php
+share/drupal/core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php
 share/drupal/core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php
 share/drupal/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
 share/drupal/core/modules/file/tests/src/Kernel/AccessTest.php
@@ -4943,6 +5019,8 @@ share/drupal/core/modules/file/tests/src
 share/drupal/core/modules/file/tests/src/Kernel/DeleteTest.php
 share/drupal/core/modules/file/tests/src/Kernel/FileItemTest.php
 share/drupal/core/modules/file/tests/src/Kernel/FileItemValidationTest.php
+share/drupal/core/modules/file/tests/src/Kernel/FileLegacyTest.php
+share/drupal/core/modules/file/tests/src/Kernel/FileManagedAccessTest.php
 share/drupal/core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php
 share/drupal/core/modules/file/tests/src/Kernel/FileUriItemTest.php
 share/drupal/core/modules/file/tests/src/Kernel/FileUrlTest.php
@@ -5073,13 +5151,11 @@ share/drupal/core/modules/filter/tests/f
 share/drupal/core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterSparkles.php
 share/drupal/core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php
 share/drupal/core/modules/filter/tests/src/Functional/FilterAdminTest.php
-share/drupal/core/modules/filter/tests/src/Functional/FilterCaptionTwigDebugTest.php
 share/drupal/core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php
 share/drupal/core/modules/filter/tests/src/Functional/FilterFormTest.php
 share/drupal/core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php
 share/drupal/core/modules/filter/tests/src/Functional/FilterHooksTest.php
 share/drupal/core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php
-share/drupal/core/modules/filter/tests/src/Functional/FilterNoFormatTest.php
 share/drupal/core/modules/filter/tests/src/Functional/FilterSecurityTest.php
 share/drupal/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php
 share/drupal/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php
@@ -5092,9 +5168,11 @@ share/drupal/core/modules/filter/tests/s
 share/drupal/core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlBasicAuthTest.php
 share/drupal/core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlCookieTest.php
 share/drupal/core/modules/filter/tests/src/Kernel/FilterAPITest.php
+share/drupal/core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php
 share/drupal/core/modules/filter/tests/src/Kernel/FilterCrudTest.php
 share/drupal/core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php
 share/drupal/core/modules/filter/tests/src/Kernel/FilterKernelTest.php
+share/drupal/core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php
 share/drupal/core/modules/filter/tests/src/Kernel/FilterSettingsTest.php
 share/drupal/core/modules/filter/tests/src/Kernel/Migrate/d6/FilterFormatPermissionTest.php
 share/drupal/core/modules/filter/tests/src/Kernel/Migrate/d6/MigrateFilterFormatTest.php
@@ -5366,6 +5444,8 @@ share/drupal/core/modules/image/template
 share/drupal/core/modules/image/templates/image-widget.html.twig
 share/drupal/core/modules/image/tests/fixtures/update/image.image_style.test_scale_and_crop_add_anchor.yml
 share/drupal/core/modules/image/tests/fixtures/update/test_scale_and_crop_add_anchor.php
+share/drupal/core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.info.yml
+share/drupal/core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.module
 share/drupal/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml
 share/drupal/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml
 share/drupal/core/modules/image/tests/modules/image_module_test/image_module_test.module
@@ -5436,6 +5516,198 @@ share/drupal/core/modules/inline_form_er
 share/drupal/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerQuickEditTest.php
 share/drupal/core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php
 share/drupal/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php
+share/drupal/core/modules/jsonapi/config/install/jsonapi.settings.yml
+share/drupal/core/modules/jsonapi/config/schema/jsonapi.schema.yml
+share/drupal/core/modules/jsonapi/jsonapi.api.php
+share/drupal/core/modules/jsonapi/jsonapi.info.yml
+share/drupal/core/modules/jsonapi/jsonapi.install
+share/drupal/core/modules/jsonapi/jsonapi.links.menu.yml
+share/drupal/core/modules/jsonapi/jsonapi.module
+share/drupal/core/modules/jsonapi/jsonapi.routing.yml
+share/drupal/core/modules/jsonapi/jsonapi.services.yml
+share/drupal/core/modules/jsonapi/schema.json
+share/drupal/core/modules/jsonapi/src/Access/EntityAccessChecker.php
+share/drupal/core/modules/jsonapi/src/Access/RelationshipFieldAccess.php
+share/drupal/core/modules/jsonapi/src/Access/TemporaryQueryGuard.php
+share/drupal/core/modules/jsonapi/src/Context/FieldResolver.php
+share/drupal/core/modules/jsonapi/src/Controller/EntityResource.php
+share/drupal/core/modules/jsonapi/src/Controller/EntryPoint.php
+share/drupal/core/modules/jsonapi/src/Controller/FileUpload.php
+share/drupal/core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php
+share/drupal/core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php
+share/drupal/core/modules/jsonapi/src/Encoder/JsonEncoder.php
+share/drupal/core/modules/jsonapi/src/Entity/EntityValidationTrait.php
+share/drupal/core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php
+share/drupal/core/modules/jsonapi/src/EventSubscriber/JsonApiRequestValidator.php
+share/drupal/core/modules/jsonapi/src/EventSubscriber/ResourceResponseSubscriber.php
+share/drupal/core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php
+share/drupal/core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php
+share/drupal/core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php
+share/drupal/core/modules/jsonapi/src/Form/JsonApiSettingsForm.php
+share/drupal/core/modules/jsonapi/src/IncludeResolver.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/Data.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/ErrorCollection.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/IncludedData.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/Link.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/LinkCollection.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/NullIncludedData.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/OmittedData.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/RelationshipData.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/ResourceIdentifierInterface.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/ResourceIdentifierTrait.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/ResourceObject.php
+share/drupal/core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php
+share/drupal/core/modules/jsonapi/src/JsonApiSpec.php
+share/drupal/core/modules/jsonapi/src/JsonapiServiceProvider.php
+share/drupal/core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/DataNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php
+share/drupal/core/modules/jsonapi/src/Normalizer/EntityReferenceFieldNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/NormalizerBase.php
+share/drupal/core/modules/jsonapi/src/Normalizer/ResourceIdentifierNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php
+share/drupal/core/modules/jsonapi/src/Normalizer/Value/CacheableNormalization.php
+share/drupal/core/modules/jsonapi/src/Normalizer/Value/CacheableOmission.php
+share/drupal/core/modules/jsonapi/src/Normalizer/Value/HttpExceptionNormalizerValue.php
+share/drupal/core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php
+share/drupal/core/modules/jsonapi/src/ParamConverter/ResourceTypeConverter.php
+share/drupal/core/modules/jsonapi/src/Query/EntityCondition.php
+share/drupal/core/modules/jsonapi/src/Query/EntityConditionGroup.php
+share/drupal/core/modules/jsonapi/src/Query/Filter.php
+share/drupal/core/modules/jsonapi/src/Query/OffsetPage.php
+share/drupal/core/modules/jsonapi/src/Query/Sort.php
+share/drupal/core/modules/jsonapi/src/ResourceResponse.php
+share/drupal/core/modules/jsonapi/src/ResourceType/ResourceType.php
+share/drupal/core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php
+share/drupal/core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php
+share/drupal/core/modules/jsonapi/src/Revisions/InvalidVersionIdentifierException.php
+share/drupal/core/modules/jsonapi/src/Revisions/NegotiatorBase.php
+share/drupal/core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php
+share/drupal/core/modules/jsonapi/src/Revisions/VersionById.php
+share/drupal/core/modules/jsonapi/src/Revisions/VersionByRel.php
+share/drupal/core/modules/jsonapi/src/Revisions/VersionNegotiator.php
+share/drupal/core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php
+share/drupal/core/modules/jsonapi/src/Revisions/VersionNotFoundException.php
+share/drupal/core/modules/jsonapi/src/Routing/EarlyFormatSetter.php
+share/drupal/core/modules/jsonapi/src/Routing/ReadOnlyModeMethodFilter.php
+share/drupal/core/modules/jsonapi/src/Routing/RouteEnhancer.php
+share/drupal/core/modules/jsonapi/src/Routing/Routes.php
+share/drupal/core/modules/jsonapi/src/Serializer/Serializer.php
+share/drupal/core/modules/jsonapi/tests/fixtures/update/drupal-8.jsonapi-jsonapi_update_8701.php
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.info.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.services.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.info.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.services.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/StringNormalizer.php
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/TraversableObjectNormalizer.php
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/TraversableObject.php
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.info.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.module
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.info.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.info.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.module
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.info.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Normalizer/StringNormalizer.php
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.info.yml
+share/drupal/core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.services.yml
+share/drupal/core/modules/jsonapi/tests/src/Functional/ActionTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/BaseFieldOverrideTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/BlockContentTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/BlockContentTypeTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/BlockTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/CommentTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ContactFormTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/DateFormatTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/EditorTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/EntityTestTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/EntryPointTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/FeedTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/FileTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/FileUploadTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ItemTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/JsonApiRequestTestTrait.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/MediaTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/MenuTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/MessageTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/NodeTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/RoleTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ShortcutTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/TermTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/TestCoverageTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/TourTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/Update/ReadOnlyModeUpdateTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/UserTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/ViewTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/VocabularyTest.php
+share/drupal/core/modules/jsonapi/tests/src/Functional/WorkflowTest.php
+share/drupal/core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php
+share/drupal/core/modules/jsonapi/tests/src/Kernel/Controller/EntityResourceTest.php
+share/drupal/core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php
+share/drupal/core/modules/jsonapi/tests/src/Kernel/Normalizer/EntityReferenceFieldNormalizerTest.php
+share/drupal/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
+share/drupal/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php
+share/drupal/core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php
+share/drupal/core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php
+share/drupal/core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php
+share/drupal/core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php
+share/drupal/core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
+share/drupal/core/modules/jsonapi/tests/src/Unit/EventSubscriber/ResourceResponseValidatorTest.php
+share/drupal/core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php
+share/drupal/core/modules/jsonapi/tests/src/Unit/Normalizer/HttpExceptionNormalizerTest.php
+share/drupal/core/modules/jsonapi/tests/src/Unit/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
+share/drupal/core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.php
+share/drupal/core/modules/jsonapi/tests/src/Unit/Query/EntityConditionGroupTest.php
+share/drupal/core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php
+share/drupal/core/modules/jsonapi/tests/src/Unit/Query/OffsetPageTest.php
+share/drupal/core/modules/jsonapi/tests/src/Unit/Query/SortTest.php
+share/drupal/core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php
 share/drupal/core/modules/language/config/install/language.entity.en.yml
 share/drupal/core/modules/language/config/install/language.entity.und.yml
 share/drupal/core/modules/language/config/install/language.entity.zxx.yml
@@ -5526,6 +5798,7 @@ share/drupal/core/modules/language/src/P
 share/drupal/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php
 share/drupal/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php
 share/drupal/core/modules/language/src/Plugin/migrate/destination/DefaultLangcode.php
+share/drupal/core/modules/language/src/Plugin/migrate/process/ContentTranslationEnabledSetting.php
 share/drupal/core/modules/language/src/Plugin/migrate/process/LanguageDomains.php
 share/drupal/core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php
 share/drupal/core/modules/language/src/Plugin/migrate/process/LanguageTypes.php
@@ -5565,6 +5838,7 @@ share/drupal/core/modules/language/tests
 share/drupal/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php
 share/drupal/core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php
 share/drupal/core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php
+share/drupal/core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php
 share/drupal/core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php
 share/drupal/core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
 share/drupal/core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php
@@ -5584,7 +5858,6 @@ share/drupal/core/modules/language/tests
 share/drupal/core/modules/language/tests/src/Functional/LanguageTourTest.php
 share/drupal/core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
 share/drupal/core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
-share/drupal/core/modules/language/tests/src/Functional/Migrate/MigrateLanguageTest.php
 share/drupal/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php
 share/drupal/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php
 share/drupal/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonCookieTest.php
@@ -5612,11 +5885,15 @@ share/drupal/core/modules/language/tests
 share/drupal/core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php
 share/drupal/core/modules/language/tests/src/Kernel/LanguageTestBase.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php
+share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentMenuSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentTaxonomyVocabularySettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php
+share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php
+share/drupal/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php
+share/drupal/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
@@ -5641,8 +5918,10 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/css/layout-builder.css
 share/drupal/core/modules/layout_builder/js/layout-builder.es6.js
 share/drupal/core/modules/layout_builder/js/layout-builder.js
+share/drupal/core/modules/layout_builder/layout_builder.api.php
 share/drupal/core/modules/layout_builder/layout_builder.info.yml
 share/drupal/core/modules/layout_builder/layout_builder.install
+share/drupal/core/modules/layout_builder/layout_builder.layouts.yml
 share/drupal/core/modules/layout_builder/layout_builder.libraries.yml
 share/drupal/core/modules/layout_builder/layout_builder.links.contextual.yml
 share/drupal/core/modules/layout_builder/layout_builder.links.task.yml
@@ -5651,11 +5930,18 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/layout_builder.post_update.php
 share/drupal/core/modules/layout_builder/layout_builder.routing.yml
 share/drupal/core/modules/layout_builder/layout_builder.services.yml
+share/drupal/core/modules/layout_builder/layouts/fourcol_section/fourcol_section.css
+share/drupal/core/modules/layout_builder/layouts/fourcol_section/layout--fourcol-section.html.twig
+share/drupal/core/modules/layout_builder/layouts/threecol_section/layout--threecol-section.html.twig
+share/drupal/core/modules/layout_builder/layouts/threecol_section/threecol_section.css
+share/drupal/core/modules/layout_builder/layouts/twocol_section/layout--twocol-section.html.twig
+share/drupal/core/modules/layout_builder/layouts/twocol_section/twocol_section.css
 share/drupal/core/modules/layout_builder/src/Access/LayoutBuilderAccessCheck.php
 share/drupal/core/modules/layout_builder/src/Access/LayoutPreviewAccessAllowed.php
 share/drupal/core/modules/layout_builder/src/Access/LayoutSectionAccessCheck.php
 share/drupal/core/modules/layout_builder/src/Annotation/SectionStorage.php
 share/drupal/core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php
+share/drupal/core/modules/layout_builder/src/Cache/LayoutBuilderUiCacheContext.php
 share/drupal/core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php
 share/drupal/core/modules/layout_builder/src/Controller/AddSectionController.php
 share/drupal/core/modules/layout_builder/src/Controller/ChooseBlockController.php
@@ -5664,10 +5950,12 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/src/Controller/LayoutRebuildTrait.php
 share/drupal/core/modules/layout_builder/src/Controller/MoveBlockController.php
 share/drupal/core/modules/layout_builder/src/DefaultsSectionStorageInterface.php
+share/drupal/core/modules/layout_builder/src/Element/LayoutBuilder.php
 share/drupal/core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
 share/drupal/core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php
 share/drupal/core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php
 share/drupal/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php
+share/drupal/core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php
 share/drupal/core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php
 share/drupal/core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
 share/drupal/core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php
@@ -5675,21 +5963,30 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/src/Form/AddBlockForm.php
 share/drupal/core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
 share/drupal/core/modules/layout_builder/src/Form/ConfigureSectionForm.php
+share/drupal/core/modules/layout_builder/src/Form/DefaultsEntityForm.php
+share/drupal/core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
 share/drupal/core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php
 share/drupal/core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php
 share/drupal/core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php
+share/drupal/core/modules/layout_builder/src/Form/MoveBlockForm.php
+share/drupal/core/modules/layout_builder/src/Form/OverridesEntityForm.php
+share/drupal/core/modules/layout_builder/src/Form/PreviewToggleTrait.php
 share/drupal/core/modules/layout_builder/src/Form/RemoveBlockForm.php
 share/drupal/core/modules/layout_builder/src/Form/RemoveSectionForm.php
 share/drupal/core/modules/layout_builder/src/Form/RevertOverridesForm.php
 share/drupal/core/modules/layout_builder/src/Form/UpdateBlockForm.php
 share/drupal/core/modules/layout_builder/src/InlineBlockEntityOperations.php
 share/drupal/core/modules/layout_builder/src/InlineBlockUsage.php
+share/drupal/core/modules/layout_builder/src/InlineBlockUsageInterface.php
 share/drupal/core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php
 share/drupal/core/modules/layout_builder/src/LayoutBuilderEvents.php
+share/drupal/core/modules/layout_builder/src/LayoutBuilderHighlightTrait.php
+share/drupal/core/modules/layout_builder/src/LayoutBuilderOverridesPermissions.php
 share/drupal/core/modules/layout_builder/src/LayoutBuilderServiceProvider.php
 share/drupal/core/modules/layout_builder/src/LayoutEntityHelperTrait.php
 share/drupal/core/modules/layout_builder/src/LayoutTempstoreRepository.php
 share/drupal/core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php
+share/drupal/core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php
 share/drupal/core/modules/layout_builder/src/OverridesSectionStorageInterface.php
 share/drupal/core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
 share/drupal/core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
@@ -5700,11 +5997,16 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php
 share/drupal/core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php
 share/drupal/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
+share/drupal/core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php
+share/drupal/core/modules/layout_builder/src/Plugin/Layout/BlankLayout.php
+share/drupal/core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php
+share/drupal/core/modules/layout_builder/src/Plugin/Layout/ThreeColumnLayout.php
+share/drupal/core/modules/layout_builder/src/Plugin/Layout/TwoColumnLayout.php
 share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
 share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
 share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php
 share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php
-share/drupal/core/modules/layout_builder/src/Routing/LayoutBuilderRouteEnhancer.php
+share/drupal/core/modules/layout_builder/src/QuickEditIntegration.php
 share/drupal/core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php
 share/drupal/core/modules/layout_builder/src/Routing/LayoutBuilderRoutesTrait.php
 share/drupal/core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php
@@ -5716,46 +6018,97 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php
 share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
 share/drupal/core/modules/layout_builder/src/SectionStorageInterface.php
+share/drupal/core/modules/layout_builder/src/TempStoreIdentifierInterface.php
 share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-enable.php
 share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-extra.php
+share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-field-block.php
+share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-field-schema.php
+share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-permissions.php
+share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-tempstore.php
+share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-translation.php
 share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder.php
 share/drupal/core/modules/layout_builder/tests/fixtures/update/section-dependencies.php
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/schema/layout_builder_defaults_test.schema.yml
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_defaults_test/layout_builder_defaults_test.info.yml
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/config/schema/layout_builder_fieldblock_test.schema.yml
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.info.yml
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/Plugin/Block/FieldBlock.php
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_overrides_test/layout_builder_overrides_test.info.yml
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/config/schema/layout_builder_test.schema.yml
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.info.yml
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml
-share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderMultilingualTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonAnonTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonCookieTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderQuickEditTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonAnonTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonBasicAuthTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonCookieTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/Update/ExtraFieldUpdatePathTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderEnableUpdatePathTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderPermissionsUpdatePathTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Update/TempstoreKeyUpdatePathTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfig.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfigAndStorage.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php
-share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutBuilderRouteEnhancerTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php
@@ -5768,6 +6121,7 @@ share/drupal/core/modules/layout_discove
 share/drupal/core/modules/layout_discovery/layout_discovery.layouts.yml
 share/drupal/core/modules/layout_discovery/layout_discovery.libraries.yml
 share/drupal/core/modules/layout_discovery/layout_discovery.module
+share/drupal/core/modules/layout_discovery/layout_discovery.post_update.php
 share/drupal/core/modules/layout_discovery/layout_discovery.services.yml
 share/drupal/core/modules/layout_discovery/layouts/onecol/layout--onecol.html.twig
 share/drupal/core/modules/layout_discovery/layouts/onecol/onecol.css
@@ -5780,6 +6134,8 @@ share/drupal/core/modules/layout_discove
 share/drupal/core/modules/layout_discovery/layouts/twocol_bricks/layout--twocol-bricks.html.twig
 share/drupal/core/modules/layout_discovery/layouts/twocol_bricks/twocol_bricks.css
 share/drupal/core/modules/layout_discovery/templates/layout.html.twig
+share/drupal/core/modules/layout_discovery/tests/fixtures/update/drupal-8.theme-dependencies-in-module-key-2904550.php
+share/drupal/core/modules/layout_discovery/tests/src/Functional/Update/LayoutDiscoveryDependenciesUpdateTest.php
 share/drupal/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php
 share/drupal/core/modules/layout_discovery/tests/themes/test_layout_theme/templates/test-layout-theme.html.twig
 share/drupal/core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml
@@ -5900,6 +6256,7 @@ share/drupal/core/modules/locale/tests/m
 share/drupal/core/modules/locale/tests/modules/locale_test/config/install/language/de/locale_test.translation.yml
 share/drupal/core/modules/locale/tests/modules/locale_test/config/install/locale_test.no_translation.yml
 share/drupal/core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation.yml
+share/drupal/core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
 share/drupal/core/modules/locale/tests/modules/locale_test/config/optional/block.block.test_default_config.yml
 share/drupal/core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.yml
 share/drupal/core/modules/locale/tests/modules/locale_test/locale_test.info.yml
@@ -5925,7 +6282,6 @@ share/drupal/core/modules/locale/tests/s
 share/drupal/core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php
 share/drupal/core/modules/locale/tests/src/Functional/LocalePathTest.php
 share/drupal/core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
-share/drupal/core/modules/locale/tests/src/Functional/LocaleStringTest.php
 share/drupal/core/modules/locale/tests/src/Functional/LocaleTranslateStringTourTest.php
 share/drupal/core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
 share/drupal/core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php
@@ -5941,7 +6297,9 @@ share/drupal/core/modules/locale/tests/s
 share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php
 share/drupal/core/modules/locale/tests/src/Kernel/LocaleDeprecationsTest.php
 share/drupal/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php
+share/drupal/core/modules/locale/tests/src/Kernel/LocaleStringTest.php
 share/drupal/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php
+share/drupal/core/modules/locale/tests/src/Kernel/LocaleUpdateTest.php
 share/drupal/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php
 share/drupal/core/modules/locale/tests/src/Unit/LocaleLookupTest.php
 share/drupal/core/modules/locale/tests/src/Unit/LocaleTranslationTest.php
@@ -5959,6 +6317,8 @@ share/drupal/core/modules/media/config/o
 share/drupal/core/modules/media/config/optional/system.action.media_unpublish_action.yml
 share/drupal/core/modules/media/config/optional/views.view.media.yml
 share/drupal/core/modules/media/config/schema/media.schema.yml
+share/drupal/core/modules/media/css/oembed.formatter.css
+share/drupal/core/modules/media/css/oembed.frame.css
 share/drupal/core/modules/media/images/icons/audio.png
 share/drupal/core/modules/media/images/icons/generic.png
 share/drupal/core/modules/media/images/icons/no-thumbnail.png
@@ -5985,6 +6345,7 @@ share/drupal/core/modules/media/src/Anno
 share/drupal/core/modules/media/src/Controller/OEmbedIframeController.php
 share/drupal/core/modules/media/src/Entity/Media.php
 share/drupal/core/modules/media/src/Entity/MediaType.php
+share/drupal/core/modules/media/src/EventSubscriber/MediaConfigSubscriber.php
 share/drupal/core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php
 share/drupal/core/modules/media/src/Form/MediaSettingsForm.php
 share/drupal/core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php
@@ -6017,6 +6378,7 @@ share/drupal/core/modules/media/src/OEmb
 share/drupal/core/modules/media/src/OEmbed/ResourceFetcherInterface.php
 share/drupal/core/modules/media/src/OEmbed/UrlResolver.php
 share/drupal/core/modules/media/src/OEmbed/UrlResolverInterface.php
+share/drupal/core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php
 share/drupal/core/modules/media/src/Plugin/EntityReferenceSelection/MediaSelection.php
 share/drupal/core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php
 share/drupal/core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
@@ -6033,6 +6395,7 @@ share/drupal/core/modules/media/src/Plug
 share/drupal/core/modules/media/src/Plugin/media/Source/VideoFile.php
 share/drupal/core/modules/media/src/Plugin/views/wizard/Media.php
 share/drupal/core/modules/media/src/Plugin/views/wizard/MediaRevision.php
+share/drupal/core/modules/media/src/Routing/MediaRouteProvider.php
 share/drupal/core/modules/media/templates/media-oembed-iframe.html.twig
 share/drupal/core/modules/media/templates/media-reference-help.html.twig
 share/drupal/core/modules/media/templates/media.html.twig
@@ -6046,6 +6409,8 @@ share/drupal/core/modules/media/tests/fi
 share/drupal/core/modules/media/tests/fixtures/oembed/video_collegehumor.xml
 share/drupal/core/modules/media/tests/fixtures/oembed/video_vimeo.html
 share/drupal/core/modules/media/tests/fixtures/oembed/video_vimeo.json
+share/drupal/core/modules/media/tests/fixtures/oembed/video_youtube.html
+share/drupal/core/modules/media/tests/fixtures/oembed/video_youtube.json
 share/drupal/core/modules/media/tests/fixtures/update/drupal-8.4.0-media_installed.php
 share/drupal/core/modules/media/tests/fixtures/update/drupal-8.media-add-additional-permissions.php
 share/drupal/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.info.yml
@@ -6117,9 +6482,11 @@ share/drupal/core/modules/media/tests/sr
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceTestBase.php
+share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php
+share/drupal/core/modules/media/tests/src/Kernel/MediaAccessControlHandlerTest.php
 share/drupal/core/modules/media/tests/src/Kernel/MediaCreationTest.php
 share/drupal/core/modules/media/tests/src/Kernel/MediaKernelTestBase.php
 share/drupal/core/modules/media/tests/src/Kernel/MediaLinkRelationsTest.php
@@ -6133,20 +6500,25 @@ share/drupal/core/modules/media/tests/sr
 share/drupal/core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php
 share/drupal/core/modules/media_library/config/install/core.entity_form_mode.media.media_library.yml
 share/drupal/core/modules/media_library/config/install/core.entity_view_mode.media.media_library.yml
+share/drupal/core/modules/media_library/config/install/image.style.media_library.yml
 share/drupal/core/modules/media_library/config/install/views.view.media_library.yml
 share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.audio.media_library.yml
 share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.file.media_library.yml
 share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.image.media_library.yml
+share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.remote_video.media_library.yml
 share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.video.media_library.yml
 share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.audio.media_library.yml
 share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.file.media_library.yml
 share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.image.media_library.yml
 share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.remote_video.media_library.yml
 share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.video.media_library.yml
+share/drupal/core/modules/media_library/config/schema/media_library.schema.yml
 share/drupal/core/modules/media_library/css/media_library.module.css
 share/drupal/core/modules/media_library/css/media_library.theme.css
 share/drupal/core/modules/media_library/js/media_library.click_to_select.es6.js
 share/drupal/core/modules/media_library/js/media_library.click_to_select.js
+share/drupal/core/modules/media_library/js/media_library.ui.es6.js
+share/drupal/core/modules/media_library/js/media_library.ui.js
 share/drupal/core/modules/media_library/js/media_library.view.es6.js
 share/drupal/core/modules/media_library/js/media_library.view.js
 share/drupal/core/modules/media_library/js/media_library.widget.es6.js
@@ -6157,12 +6529,29 @@ share/drupal/core/modules/media_library/
 share/drupal/core/modules/media_library/media_library.links.action.yml
 share/drupal/core/modules/media_library/media_library.links.task.yml
 share/drupal/core/modules/media_library/media_library.module
+share/drupal/core/modules/media_library/media_library.post_update.php
 share/drupal/core/modules/media_library/media_library.routing.yml
+share/drupal/core/modules/media_library/media_library.services.yml
 share/drupal/core/modules/media_library/media_library.views.inc
-share/drupal/core/modules/media_library/src/Form/MediaLibraryUploadForm.php
+share/drupal/core/modules/media_library/src/Ajax/UpdateSelectionCommand.php
+share/drupal/core/modules/media_library/src/Form/AddFormBase.php
+share/drupal/core/modules/media_library/src/Form/FileUploadForm.php
+share/drupal/core/modules/media_library/src/Form/OEmbedForm.php
+share/drupal/core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php
+share/drupal/core/modules/media_library/src/MediaLibraryOpenerInterface.php
+share/drupal/core/modules/media_library/src/MediaLibraryState.php
+share/drupal/core/modules/media_library/src/MediaLibraryUiBuilder.php
+share/drupal/core/modules/media_library/src/OpenerResolver.php
+share/drupal/core/modules/media_library/src/OpenerResolverInterface.php
 share/drupal/core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
 share/drupal/core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php
+share/drupal/core/modules/media_library/src/Routing/RouteSubscriber.php
 share/drupal/core/modules/media_library/templates/media--media-library.html.twig
+share/drupal/core/modules/media_library/tests/fixtures/update/drupal-8.media_library-update-form-view-displays-2988433.php
+share/drupal/core/modules/media_library/tests/fixtures/update/drupal-8.media_library-update-view-table-display-2981044.php
+share/drupal/core/modules/media_library/tests/fixtures/update/drupal-8.media_library-update-widget-view-3020716.php
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_five.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_five.media_library.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.default.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.media_library.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_one.default.yml
@@ -6170,37 +6559,58 @@ share/drupal/core/modules/media_library/
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_three.media_library.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_two.default.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.node.basic_page.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_five.default.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_one.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_one.media_library.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_two.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_two.media_library.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.node.basic_page.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_five.field_media_test_oembed_video.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_four.field_media_extra_image.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_four.field_media_test_image.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_one.field_media_test.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_three.field_media_test_image.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_two.field_media_test_1.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_empty_types_media.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_noadd_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_null_types_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_single_media_type.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_twin_media.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_unlimited_media.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_extra_image.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test_1.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test_image.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test_oembed_video.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_empty_types_media.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_noadd_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_null_types_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_single_media_type.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_twin_media.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_unlimited_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_five.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_four.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_one.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_three.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_two.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/node.type.basic_page.yml
 share/drupal/core/modules/media_library/tests/modules/media_library_test/media_library_test.info.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/media_library_test.module
+share/drupal/core/modules/media_library/tests/src/Functional/MediaLibraryDisplayModeTest.php
+share/drupal/core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateFormAndViewDisplaysTest.php
+share/drupal/core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php
+share/drupal/core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateWidgetViewTest.php
 share/drupal/core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTest.php
+share/drupal/core/modules/media_library/tests/src/Kernel/MediaLibraryAccessTest.php
+share/drupal/core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php
+share/drupal/core/modules/media_library/tests/src/Kernel/MediaLibraryStateTest.php
 share/drupal/core/modules/menu_link_content/menu_link_content.info.yml
 share/drupal/core/modules/menu_link_content/menu_link_content.install
 share/drupal/core/modules/menu_link_content/menu_link_content.links.menu.yml
 share/drupal/core/modules/menu_link_content/menu_link_content.links.task.yml
 share/drupal/core/modules/menu_link_content/menu_link_content.module
+share/drupal/core/modules/menu_link_content/menu_link_content.post_update.php
 share/drupal/core/modules/menu_link_content/menu_link_content.routing.yml
 share/drupal/core/modules/menu_link_content/migrations/d6_menu_links.yml
 share/drupal/core/modules/menu_link_content/migrations/d7_menu_links.yml
@@ -6210,9 +6620,13 @@ share/drupal/core/modules/menu_link_cont
 share/drupal/core/modules/menu_link_content/src/Form/MenuLinkContentForm.php
 share/drupal/core/modules/menu_link_content/src/MenuLinkContentAccessControlHandler.php
 share/drupal/core/modules/menu_link_content/src/MenuLinkContentInterface.php
+share/drupal/core/modules/menu_link_content/src/MenuLinkContentStorage.php
+share/drupal/core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php
 share/drupal/core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php
 share/drupal/core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php
 share/drupal/core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php
+share/drupal/core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraint.php
+share/drupal/core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php
 share/drupal/core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php
 share/drupal/core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php
 share/drupal/core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php
@@ -6226,7 +6640,6 @@ share/drupal/core/modules/menu_link_cont
 share/drupal/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonAnonTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonBasicAuthTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonCookieTest.php
-share/drupal/core/modules/menu_link_content/tests/src/Functional/LinksTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php
@@ -6239,8 +6652,8 @@ share/drupal/core/modules/menu_link_cont
 share/drupal/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php
-share/drupal/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeleteTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php
+share/drupal/core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/Migrate/MigrateMenuLinkContentStubTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTranslationTest.php
@@ -6413,6 +6826,10 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php
 share/drupal/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml
 share/drupal/core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php
+share/drupal/core/modules/migrate/tests/modules/migrate_track_changes_test/config/install/taxonomy.vocabulary.track_changes_import_term.yml
+share/drupal/core/modules/migrate/tests/modules/migrate_track_changes_test/migrate_track_changes_test.info.yml
+share/drupal/core/modules/migrate/tests/modules/migrate_track_changes_test/migrations/track_changes_test.yml
+share/drupal/core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php
 share/drupal/core/modules/migrate/tests/modules/migration_directory_test/migration_directory_test.info.yml
 share/drupal/core/modules/migrate/tests/modules/migration_directory_test/migration_templates/migration_templates_test.yml
 share/drupal/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php
@@ -6424,6 +6841,7 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php
+share/drupal/core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php
@@ -6446,6 +6864,9 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/SqlBaseTest.php
+share/drupal/core/modules/migrate/tests/src/Kernel/TestFilterIterator.php
+share/drupal/core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php
+share/drupal/core/modules/migrate/tests/src/Kernel/TrackChangesTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/process/ExtractTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
@@ -6465,6 +6886,7 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/src/Unit/MigrateTestCase.php
 share/drupal/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/MigrationTest.php
+share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php
@@ -6504,9 +6926,12 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal/migrate_drupal.info.yml
 share/drupal/core/modules/migrate_drupal/migrate_drupal.install
 share/drupal/core/modules/migrate_drupal/migrate_drupal.module
+share/drupal/core/modules/migrate_drupal/migrate_drupal.post_update.php
 share/drupal/core/modules/migrate_drupal/migrate_drupal.services.yml
 share/drupal/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php
 share/drupal/core/modules/migrate_drupal/src/Annotation/MigrateField.php
+share/drupal/core/modules/migrate_drupal/src/FieldDiscovery.php
+share/drupal/core/modules/migrate_drupal/src/FieldDiscoveryInterface.php
 share/drupal/core/modules/migrate_drupal/src/MigrateDrupalServiceProvider.php
 share/drupal/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php
 share/drupal/core/modules/migrate_drupal/src/MigrationCreationTrait.php
@@ -6541,6 +6966,8 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal/src/Tests/StubTestTrait.php
 share/drupal/core/modules/migrate_drupal/tests/fixtures/drupal6.php
 share/drupal/core/modules/migrate_drupal/tests/fixtures/drupal7.php
+share/drupal/core/modules/migrate_drupal/tests/modules/field_discovery_test/field_discovery_test.info.yml
+share/drupal/core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php
 share/drupal/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml
 share/drupal/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.module
 share/drupal/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6FileField.php
@@ -6559,14 +6986,17 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php
+share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/i18nVariableTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php
+share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
+share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php
@@ -6574,6 +7004,9 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Traits/CreateMigrationsTrait.php
 share/drupal/core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php
+share/drupal/core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php
+share/drupal/core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php
+share/drupal/core/modules/migrate_drupal/tests/src/Unit/MigrateFieldPluginManagerTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTestBase.php
 share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php
@@ -6798,6 +7231,9 @@ share/drupal/core/modules/node/tests/mod
 share/drupal/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.module
 share/drupal/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml
 share/drupal/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module
+share/drupal/core/modules/node/tests/modules/node_display_configurable_test/config/install/rdf.mapping.node.page.yml
+share/drupal/core/modules/node/tests/modules/node_display_configurable_test/node_display_configurable_test.info.yml
+share/drupal/core/modules/node/tests/modules/node_display_configurable_test/node_display_configurable_test.module
 share/drupal/core/modules/node/tests/modules/node_test/node_test.info.yml
 share/drupal/core/modules/node/tests/modules/node_test/node_test.module
 share/drupal/core/modules/node/tests/modules/node_test_config/config/install/node.type.default.yml
@@ -6834,11 +7270,9 @@ share/drupal/core/modules/node/tests/src
 share/drupal/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonAnonTest.php
 share/drupal/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonBasicAuthTest.php
 share/drupal/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonCookieTest.php
-share/drupal/core/modules/node/tests/src/Functional/Migrate/d6/MigrateNodeRevisionTest.php
-share/drupal/core/modules/node/tests/src/Functional/Migrate/d7/NodeMigrateDeriverTest.php
 share/drupal/core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php
-share/drupal/core/modules/node/tests/src/Functional/NodeAccessAutoBubblingTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php
+share/drupal/core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeAccessFieldTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeAccessLanguageAwareCombinationTest.php
@@ -6855,6 +7289,7 @@ share/drupal/core/modules/node/tests/src
 share/drupal/core/modules/node/tests/src/Functional/NodeCacheTagsTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeContextualLinksTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeCreationTest.php
+share/drupal/core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeEditFormTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php
@@ -6926,6 +7361,7 @@ share/drupal/core/modules/node/tests/src
 share/drupal/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php
+share/drupal/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStickyTest.php
@@ -6939,12 +7375,14 @@ share/drupal/core/modules/node/tests/src
 share/drupal/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php
+share/drupal/core/modules/node/tests/src/Kernel/Migrate/d7/NodeMigrateDeriverTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Migrate/d7/NodeTranslationRedirectTest.php
 share/drupal/core/modules/node/tests/src/Kernel/NodeAccessTest.php
 share/drupal/core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php
 share/drupal/core/modules/node/tests/src/Kernel/NodeConditionTest.php
 share/drupal/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php
 share/drupal/core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php
+share/drupal/core/modules/node/tests/src/Kernel/NodeLegacyTest.php
 share/drupal/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php
 share/drupal/core/modules/node/tests/src/Kernel/NodeOwnerTest.php
 share/drupal/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php
@@ -7431,6 +7869,7 @@ share/drupal/core/modules/search/config/
 share/drupal/core/modules/search/config/schema/search.schema.yml
 share/drupal/core/modules/search/config/schema/search.views.schema.yml
 share/drupal/core/modules/search/migrations/d6_search_settings.yml
+share/drupal/core/modules/search/migrations/d7_search_page.yml
 share/drupal/core/modules/search/migrations/d7_search_settings.yml
 share/drupal/core/modules/search/migrations/search_page.yml
 share/drupal/core/modules/search/search.api.php
@@ -7463,6 +7902,8 @@ share/drupal/core/modules/search/src/Plu
 share/drupal/core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php
 share/drupal/core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php
 share/drupal/core/modules/search/src/Plugin/migrate/process/d6/SearchConfigurationRankings.php
+share/drupal/core/modules/search/src/Plugin/migrate/source/d6/SearchPage.php
+share/drupal/core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php
 share/drupal/core/modules/search/src/Plugin/views/argument/Search.php
 share/drupal/core/modules/search/src/Plugin/views/field/Score.php
 share/drupal/core/modules/search/src/Plugin/views/filter/Search.php
@@ -7532,8 +7973,10 @@ share/drupal/core/modules/search/tests/s
 share/drupal/core/modules/search/tests/src/Functional/SearchTokenizerTest.php
 share/drupal/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php
 share/drupal/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php
+share/drupal/core/modules/search/tests/src/Kernel/Migrate/d6/SearchPageTest.php
 share/drupal/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php
 share/drupal/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php
+share/drupal/core/modules/search/tests/src/Kernel/Migrate/d7/SearchPageTest.php
 share/drupal/core/modules/search/tests/src/Kernel/SearchExcerptTest.php
 share/drupal/core/modules/search/tests/src/Kernel/SearchMatchTest.php
 share/drupal/core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php
@@ -7559,6 +8002,8 @@ share/drupal/core/modules/serialization/
 share/drupal/core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
+share/drupal/core/modules/serialization/src/Normalizer/DateTimeIso8601Normalizer.php
+share/drupal/core/modules/serialization/src/Normalizer/DateTimeNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/EntityNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizerTrait.php
@@ -7573,6 +8018,7 @@ share/drupal/core/modules/serialization/
 share/drupal/core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php
 share/drupal/core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php
 share/drupal/core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php
+share/drupal/core/modules/serialization/src/Normalizer/TimestampNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/TypedDataNormalizer.php
 share/drupal/core/modules/serialization/src/RegisterEntityResolversCompilerPass.php
 share/drupal/core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php
@@ -7583,10 +8029,17 @@ share/drupal/core/modules/serialization/
 share/drupal/core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.info.yml
 share/drupal/core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml
 share/drupal/core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php
+share/drupal/core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php
+share/drupal/core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/test_datatype_boolean_emoji_normalizer.info.yml
+share/drupal/core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/test_datatype_boolean_emoji_normalizer.services.yml
+share/drupal/core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php
+share/drupal/core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.info.yml
+share/drupal/core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.services.yml
 share/drupal/core/modules/serialization/tests/serialization_test/serialization_test.info.yml
 share/drupal/core/modules/serialization/tests/serialization_test/serialization_test.services.yml
 share/drupal/core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php
 share/drupal/core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php
+share/drupal/core/modules/serialization/tests/serialization_test/src/TimeStampItemNormalizerTraitDeprecatedTestClass.php
 share/drupal/core/modules/serialization/tests/src/Kernel/EntityResolverTest.php
 share/drupal/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
 share/drupal/core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
@@ -7602,6 +8055,8 @@ share/drupal/core/modules/serialization/
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php
+share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/DateTimeIso8601NormalizerTest.php
+share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php
@@ -7609,7 +8064,9 @@ share/drupal/core/modules/serialization/
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php
+share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/TimeStampItemNormalizerTraitDeprecatedTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
+share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/TypedDataNormalizerTest.php
 share/drupal/core/modules/settings_tray/css/settings_tray.module.css
 share/drupal/core/modules/settings_tray/css/settings_tray.motion.css
@@ -7788,7 +8245,6 @@ share/drupal/core/modules/simpletest/src
 share/drupal/core/modules/simpletest/src/TestServiceProvider.php
 share/drupal/core/modules/simpletest/src/Tests/BrokenSetUpTest.php
 share/drupal/core/modules/simpletest/src/Tests/BrowserTest.php
-share/drupal/core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php
 share/drupal/core/modules/simpletest/src/Tests/KernelTestBaseTest.php
 share/drupal/core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php
 share/drupal/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
@@ -7808,27 +8264,21 @@ share/drupal/core/modules/simpletest/tes
 share/drupal/core/modules/simpletest/tests/fixtures/select_none_selected.html
 share/drupal/core/modules/simpletest/tests/fixtures/simpletest_phpunit_browsertest.php
 share/drupal/core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php
-share/drupal/core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml
-share/drupal/core/modules/simpletest/tests/modules/phpunit_test/src/PhpUnitTestDummyClass.php
 share/drupal/core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.info.yml
 share/drupal/core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module
-share/drupal/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml
-share/drupal/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.install
 share/drupal/core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php
+share/drupal/core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php
 share/drupal/core/modules/simpletest/tests/src/Functional/ThroughUITest.php
 share/drupal/core/modules/simpletest/tests/src/Kernel/Cache/Context/TestDiscoveryCacheContextTest.php
 share/drupal/core/modules/simpletest/tests/src/Kernel/Migrate/d6/MigrateSimpletestConfigsTest.php
 share/drupal/core/modules/simpletest/tests/src/Kernel/Migrate/d7/MigrateSimpletestSettingsTest.php
 share/drupal/core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php
 share/drupal/core/modules/simpletest/tests/src/Kernel/TestDiscoveryDeprecationTest.php
-share/drupal/core/modules/simpletest/tests/src/Traits/TestTrait.php
-share/drupal/core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php
-share/drupal/core/modules/simpletest/tests/src/Unit/PhpUnitAutoloaderTest.php
 share/drupal/core/modules/simpletest/tests/src/Unit/PhpUnitErrorTest.php
 share/drupal/core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php
+share/drupal/core/modules/simpletest/tests/src/Unit/SimpletestUiPrinterTest.php
 share/drupal/core/modules/simpletest/tests/src/Unit/TestBaseTest.php
 share/drupal/core/modules/simpletest/tests/src/Unit/TestDiscoveryTest.php
-share/drupal/core/modules/simpletest/tests/src/Unit/TraitAccessTest.php
 share/drupal/core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php
 share/drupal/core/modules/statistics/config/install/statistics.settings.yml
 share/drupal/core/modules/statistics/config/schema/statistics.schema.yml
@@ -8075,6 +8525,7 @@ share/drupal/core/modules/system/src/Tes
 share/drupal/core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php
 share/drupal/core/modules/system/src/Tests/Image/ToolkitTestBase.php
 share/drupal/core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php
+share/drupal/core/modules/system/src/Tests/JsMessageTestCases.php
 share/drupal/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php
 share/drupal/core/modules/system/src/Tests/Menu/AssertMenuActiveTrailTrait.php
 share/drupal/core/modules/system/src/Tests/Menu/MenuTestBase.php
@@ -8082,7 +8533,6 @@ share/drupal/core/modules/system/src/Tes
 share/drupal/core/modules/system/src/Tests/Path/UrlAliasFixtures.php
 share/drupal/core/modules/system/src/Tests/Routing/MockAliasManager.php
 share/drupal/core/modules/system/src/Tests/Routing/MockRouteProvider.php
-share/drupal/core/modules/system/src/Tests/Session/SessionHttpsTest.php
 share/drupal/core/modules/system/src/Tests/System/SystemConfigFormTestBase.php
 share/drupal/core/modules/system/src/Tests/Update/DbUpdatesTrait.php
 share/drupal/core/modules/system/src/Tests/Update/UpdatePathTestBase.php
@@ -8214,6 +8664,8 @@ share/drupal/core/modules/system/tests/f
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.2.0.bare.standard_with_entity_test_revlog_enabled.php.gz
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.4.0.bare.standard.php.gz
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.6.0-minimal-with-warm-caches.sql.gz
+share/drupal/core/modules/system/tests/fixtures/update/drupal-8.6.0.bare.testing.php.gz
+share/drupal/core/modules/system/tests/fixtures/update/drupal-8.actions-2815379.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.bare.standard.php.gz
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.block-content-uninstall.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php
@@ -8232,11 +8684,13 @@ share/drupal/core/modules/system/tests/f
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.seven-secondary-local-tasks-block-2569529.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.site-branding-into-block-2005546.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.stable-base-theme-2575421.php
+share/drupal/core/modules/system/tests/fixtures/update/drupal-8.taxonomy-parent-multilingual-3066439.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.test-config-init.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.update-test-block-disabled-2513534.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-enabled.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-failing-enabled.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php
+share/drupal/core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2846614.php
@@ -8249,6 +8703,9 @@ share/drupal/core/modules/system/tests/f
 share/drupal/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.yml
 share/drupal/core/modules/system/tests/fixtures/update/es-system.cron.yml
 share/drupal/core/modules/system/tests/fixtures/update/es-views.view.content.yml
+share/drupal/core/modules/system/tests/fixtures/update/system.action.goto_2815379.yml
+share/drupal/core/modules/system/tests/fixtures/update/system.action.message_2815379.yml
+share/drupal/core/modules/system/tests/fixtures/update/system.action.send_email_2815379.yml
 share/drupal/core/modules/system/tests/fixtures/update/views.view.entity_test_mul_revlog_for_2248983.yml
 share/drupal/core/modules/system/tests/fixtures/update/views.view.entity_test_revlog_for_2248983.yml
 share/drupal/core/modules/system/tests/http.php
@@ -8324,6 +8781,12 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml
 share/drupal/core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php
 share/drupal/core/modules/system/tests/modules/csrf_test/src/Controller/TestController.php
+share/drupal/core/modules/system/tests/modules/css_disable_transitions_test/css/disable_transitions.theme.css
+share/drupal/core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.info.yml
+share/drupal/core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.libraries.yml
+share/drupal/core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.module
+share/drupal/core/modules/system/tests/modules/css_disable_transitions_test/js/disable_transitions.theme.es6.js
+share/drupal/core/modules/system/tests/modules/css_disable_transitions_test/js/disable_transitions.theme.js
 share/drupal/core/modules/system/tests/modules/database_test/database_test.info.yml
 share/drupal/core/modules/system/tests/modules/database_test/database_test.install
 share/drupal/core/modules/system/tests/modules/database_test/database_test.module
@@ -8359,6 +8822,8 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
 share/drupal/core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObject.php
 share/drupal/core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObjectViewSubscriber.php
+share/drupal/core/modules/system/tests/modules/element_info_test/element_info_test.info.yml
+share/drupal/core/modules/system/tests/modules/element_info_test/element_info_test.module
 share/drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml
 share/drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
 share/drupal/core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference.yml
@@ -8515,6 +8980,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.install
 share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.module
 share/drupal/core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
+share/drupal/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php
 share/drupal/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php
 share/drupal/core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php
 share/drupal/core/modules/system/tests/modules/entity_test_update/update/entity_rev_pub_updates_8400.inc
@@ -8643,6 +9109,14 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/js_ajax_test/js_ajax_test.routing.yml
 share/drupal/core/modules/system/tests/modules/js_ajax_test/src/Ajax/JsAjaxTestCommand.php
 share/drupal/core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php
+share/drupal/core/modules/system/tests/modules/js_message_test/js/js_message_test.es6.js
+share/drupal/core/modules/system/tests/modules/js_message_test/js/js_message_test.js
+share/drupal/core/modules/system/tests/modules/js_message_test/js_message_test.info.yml
+share/drupal/core/modules/system/tests/modules/js_message_test/js_message_test.libraries.yml
+share/drupal/core/modules/system/tests/modules/js_message_test/js_message_test.routing.yml
+share/drupal/core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php
+share/drupal/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.no_element_after_wait.es6.js
+share/drupal/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.no_element_after_wait.js
 share/drupal/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.es6.js
 share/drupal/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.js
 share/drupal/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_element.es6.js
@@ -8732,6 +9206,15 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/module_test/module_test.post_update.php
 share/drupal/core/modules/system/tests/modules/module_test/module_test.routing.yml
 share/drupal/core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php
+share/drupal/core/modules/system/tests/modules/new_dependency_test/new_dependency_test.info.yml
+share/drupal/core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install
+share/drupal/core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml
+share/drupal/core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php
+share/drupal/core/modules/system/tests/modules/new_dependency_test/src/Service.php
+share/drupal/core/modules/system/tests/modules/new_dependency_test/src/ServiceWithDependency.php
+share/drupal/core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.info.yml
+share/drupal/core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.services.yml
+share/drupal/core/modules/system/tests/modules/new_dependency_test_with_service/src/NewService.php
 share/drupal/core/modules/system/tests/modules/off_canvas_test/off_canvas_test.info.yml
 share/drupal/core/modules/system/tests/modules/off_canvas_test/off_canvas_test.routing.yml
 share/drupal/core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php
@@ -8746,6 +9229,8 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/path_encoded_test/src/Controller/PathEncodedTestController.php
 share/drupal/core/modules/system/tests/modules/path_test/path_test.info.yml
 share/drupal/core/modules/system/tests/modules/path_test/path_test.module
+share/drupal/core/modules/system/tests/modules/phpunit_test/phpunit_test.info.yml
+share/drupal/core/modules/system/tests/modules/phpunit_test/src/PhpUnitTestDummyClass.php
 share/drupal/core/modules/system/tests/modules/plugin_test/plugin_test.info.yml
 share/drupal/core/modules/system/tests/modules/plugin_test/plugin_test.module
 share/drupal/core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php
@@ -8816,9 +9301,12 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php
 share/drupal/core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php
 share/drupal/core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
+share/drupal/core/modules/system/tests/modules/system_core_incompatible_semver_test/system_core_incompatible_semver_test.info.yml
+share/drupal/core/modules/system/tests/modules/system_core_semver_test/system_core_semver_test.info.yml
 share/drupal/core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml
 share/drupal/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml
 share/drupal/core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml
+share/drupal/core/modules/system/tests/modules/system_incompatible_core_version_test_1x/system_incompatible_core_version_test_1x.info.yml
 share/drupal/core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml
 share/drupal/core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml
 share/drupal/core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml
@@ -8841,6 +9329,8 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/tabledrag_test/tabledrag_test.info.yml
 share/drupal/core/modules/system/tests/modules/tabledrag_test/tabledrag_test.libraries.yml
 share/drupal/core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml
+share/drupal/core/modules/system/tests/modules/test_batch_test/test_batch_test.info.yml
+share/drupal/core/modules/system/tests/modules/test_batch_test/test_batch_test.install
 share/drupal/core/modules/system/tests/modules/test_page_test/src/Controller/Test.php
 share/drupal/core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php
 share/drupal/core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php
@@ -8864,6 +9354,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/theme_test/templates/theme-test-specific-suggestions.html.twig
 share/drupal/core/modules/system/tests/modules/theme_test/templates/theme-test-suggestion-provided.html.twig
 share/drupal/core/modules/system/tests/modules/theme_test/templates/theme-test-suggestions.html.twig
+share/drupal/core/modules/system/tests/modules/theme_test/templates/theme-test-theme-class.html.twig
 share/drupal/core/modules/system/tests/modules/theme_test/templates/theme_test.template_test.html.twig
 share/drupal/core/modules/system/tests/modules/theme_test/theme_test.inc
 share/drupal/core/modules/system/tests/modules/theme_test/theme_test.info.yml
@@ -8946,6 +9437,8 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
 share/drupal/core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml
 share/drupal/core/modules/system/tests/modules/update_test_schema/update_test_schema.install
+share/drupal/core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.info.yml
+share/drupal/core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install
 share/drupal/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml
 share/drupal/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
 share/drupal/core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php
@@ -8979,7 +9472,6 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php
 share/drupal/core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php
 share/drupal/core/modules/system/tests/src/Functional/DrupalKernel/ContentNegotiationTest.php
-share/drupal/core/modules/system/tests/src/Functional/Entity/ConfigEntityImportTest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
@@ -9089,6 +9581,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Routing/RouterTest.php
 share/drupal/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php
 share/drupal/core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php
+share/drupal/core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
 share/drupal/core/modules/system/tests/src/Functional/Session/SessionTest.php
 share/drupal/core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
@@ -9136,6 +9629,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php
+share/drupal/core/modules/system/tests/src/Functional/Update/BrokenCacheUpdateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/ConfigOverridesUpdateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php
 share/drupal/core/modules/system/tests/src/Functional/Update/DependencyHookInvocationTest.php
@@ -9150,9 +9644,13 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php
 share/drupal/core/modules/system/tests/src/Functional/Update/InvalidUpdateHookTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
+share/drupal/core/modules/system/tests/src/Functional/Update/MenuBlockPostUpdateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleFilledTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleTest.php
+share/drupal/core/modules/system/tests/src/Functional/Update/MoveActionsToCoreTest.php
+share/drupal/core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php
+share/drupal/core/modules/system/tests/src/Functional/Update/RebuildScriptTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php
@@ -9162,6 +9660,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php
+share/drupal/core/modules/system/tests/src/Functional/Update/UpdatePathNewDependencyTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdatePathTestBaseFilledTest.php
@@ -9181,6 +9680,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php
 share/drupal/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php
 share/drupal/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php
+share/drupal/core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php
 share/drupal/core/modules/system/tests/src/FunctionalJavascript/ThemeFormSettingsTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Action/ActionTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php
@@ -9189,6 +9689,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Kernel/Common/PageRenderTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Common/SystemListingTest.php
 share/drupal/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php
+share/drupal/core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Form/FileElementTest.php
@@ -9229,12 +9730,14 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php
+share/drupal/core/modules/system/tests/src/Traits/TestTrait.php
 share/drupal/core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php
 share/drupal/core/modules/system/tests/src/Unit/Installer/InstallTranslationFilePatternTest.php
 share/drupal/core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php
 share/drupal/core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php
 share/drupal/core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php
 share/drupal/core/modules/system/tests/src/Unit/SystemRequirementsTest.php
+share/drupal/core/modules/system/tests/src/Unit/TraitAccessTest.php
 share/drupal/core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php
 share/drupal/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine
 share/drupal/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml
@@ -9248,11 +9751,15 @@ share/drupal/core/modules/system/tests/t
 share/drupal/core/modules/system/tests/themes/test_ckeditor_stylesheets_protocol_relative/test_ckeditor_stylesheets_protocol_relative.info.yml
 share/drupal/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/css/yokotsoko.css
 share/drupal/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/test_ckeditor_stylesheets_relative.info.yml
+share/drupal/core/modules/system/tests/themes/test_core_semver/test_core_semver.info.yml
 share/drupal/core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml
 share/drupal/core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml
 share/drupal/core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml
+share/drupal/core/modules/system/tests/themes/test_invalid_core_semver/test_invalid_core_semver.info.yml
 share/drupal/core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml
 share/drupal/core/modules/system/tests/themes/test_invalid_region/test_invalid_region.info.yml
+share/drupal/core/modules/system/tests/themes/test_messages/templates/status-messages.html.twig
+share/drupal/core/modules/system/tests/themes/test_messages/test_messages.info.yml
 share/drupal/core/modules/system/tests/themes/test_stable/test_stable.info.yml
 share/drupal/core/modules/system/tests/themes/test_stable/test_stable.theme
 share/drupal/core/modules/system/tests/themes/test_subseven/test_subseven.info.yml
@@ -9337,6 +9844,8 @@ share/drupal/core/modules/taxonomy/src/F
 share/drupal/core/modules/taxonomy/src/Form/VocabularyResetForm.php
 share/drupal/core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php
 share/drupal/core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php
+share/drupal/core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraint.php
+share/drupal/core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/cckfield/TaxonomyTermReference.php
@@ -9469,7 +9978,6 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php
-share/drupal/core/modules/taxonomy/tests/src/Functional/TermEntityReferenceTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermIndexTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermTest.php
@@ -9479,15 +9987,14 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Functional/ThemeTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TokenReplaceTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php
-share/drupal/core/modules/taxonomy/tests/src/Functional/Views/ArgumentValidatorTermTest.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php
-share/drupal/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldTidTest.php
-share/drupal/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidFilterTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
@@ -9511,6 +10018,7 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php
@@ -9531,10 +10039,16 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/TaxonomyLegacyTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php
 share/drupal/core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php
@@ -9706,12 +10220,12 @@ share/drupal/core/modules/tracker/tests/
 share/drupal/core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php
 share/drupal/core/modules/tracker/tests/src/Functional/TrackerTest.php
 share/drupal/core/modules/tracker/tests/src/Functional/Views/TrackerTestBase.php
-share/drupal/core/modules/tracker/tests/src/Functional/Views/TrackerUserUidTest.php
 share/drupal/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php
 share/drupal/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php
 share/drupal/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php
 share/drupal/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerNodeTest.php
 share/drupal/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php
+share/drupal/core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php
 share/drupal/core/modules/tracker/tracker.info.yml
 share/drupal/core/modules/tracker/tracker.install
 share/drupal/core/modules/tracker/tracker.libraries.yml
@@ -9789,10 +10303,10 @@ share/drupal/core/modules/update/tests/m
 share/drupal/core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php
 share/drupal/core/modules/update/tests/src/Functional/UpdateContribTest.php
 share/drupal/core/modules/update/tests/src/Functional/UpdateCoreTest.php
-share/drupal/core/modules/update/tests/src/Functional/UpdateDeleteFileIfStaleTest.php
 share/drupal/core/modules/update/tests/src/Functional/UpdateTestBase.php
 share/drupal/core/modules/update/tests/src/Functional/UpdateUploadTest.php
 share/drupal/core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php
+share/drupal/core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php
 share/drupal/core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
 share/drupal/core/modules/update/tests/src/Unit/UpdateFetcherTest.php
 share/drupal/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info.yml
@@ -9868,6 +10382,7 @@ share/drupal/core/modules/user/src/Entit
 share/drupal/core/modules/user/src/Entity/User.php
 share/drupal/core/modules/user/src/Entity/UserRouteProvider.php
 share/drupal/core/modules/user/src/EntityOwnerInterface.php
+share/drupal/core/modules/user/src/EntityOwnerTrait.php
 share/drupal/core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php
 share/drupal/core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php
 share/drupal/core/modules/user/src/EventSubscriber/UserRequestSubscriber.php
@@ -10043,39 +10558,31 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Functional/UserCancelTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserCreateFailMailTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserCreateTest.php
-share/drupal/core/modules/user/tests/src/Functional/UserDeleteTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserEditTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php
-share/drupal/core/modules/user/tests/src/Functional/UserEntityCallbacksTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserLanguageCreationTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserLanguageTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserLoginHttpTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserLoginTest.php
-share/drupal/core/modules/user/tests/src/Functional/UserMailNotifyTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserPasswordResetTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserPermissionsTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserPictureTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserRegistrationTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserRoleAdminTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php
-share/drupal/core/modules/user/tests/src/Functional/UserSaveTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserSearchTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserSubAdminTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserTimeZoneTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserTranslationUITest.php
-share/drupal/core/modules/user/tests/src/Functional/Views/AccessPermissionTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/AccessRoleTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/AccessTestBase.php
-share/drupal/core/modules/user/tests/src/Functional/Views/ArgumentDefaultTest.php
-share/drupal/core/modules/user/tests/src/Functional/Views/ArgumentValidateTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/BulkFormTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php
-share/drupal/core/modules/user/tests/src/Functional/Views/HandlerArgumentUserUidTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
-share/drupal/core/modules/user/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/UserChangedTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/UserDataTest.php
@@ -10084,6 +10591,7 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
 share/drupal/core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php
+share/drupal/core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php
@@ -10125,20 +10633,30 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php
+share/drupal/core/modules/user/tests/src/Kernel/UserDeleteTest.php
+share/drupal/core/modules/user/tests/src/Kernel/UserEntityLabelCallbackTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserEntityTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserFieldsTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserInstallTest.php
+share/drupal/core/modules/user/tests/src/Kernel/UserLegacyTest.php
+share/drupal/core/modules/user/tests/src/Kernel/UserMailNotifyTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserRoleEntityTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php
+share/drupal/core/modules/user/tests/src/Kernel/UserSaveTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserServiceProviderFallbackTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserServiceProviderTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserValidationTest.php
+share/drupal/core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php
+share/drupal/core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php
+share/drupal/core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php
+share/drupal/core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php
+share/drupal/core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php
 share/drupal/core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
 share/drupal/core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php
@@ -10151,6 +10669,7 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php
 share/drupal/core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php
 share/drupal/core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php
+share/drupal/core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php
 share/drupal/core/modules/user/tests/src/Unit/Plugin/migrate/process/ConvertTokensTest.php
 share/drupal/core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php
 share/drupal/core/modules/user/tests/src/Unit/PrivateTempStoreTest.php
@@ -10282,6 +10801,7 @@ share/drupal/core/modules/views/src/Plug
 share/drupal/core/modules/views/src/Plugin/views/access/None.php
 share/drupal/core/modules/views/src/Plugin/views/area/AreaPluginBase.php
 share/drupal/core/modules/views/src/Plugin/views/area/Broken.php
+share/drupal/core/modules/views/src/Plugin/views/area/DisplayLink.php
 share/drupal/core/modules/views/src/Plugin/views/area/Entity.php
 share/drupal/core/modules/views/src/Plugin/views/area/HTTPStatusCode.php
 share/drupal/core/modules/views/src/Plugin/views/area/Messages.php
@@ -10382,6 +10902,7 @@ share/drupal/core/modules/views/src/Plug
 share/drupal/core/modules/views/src/Plugin/views/filter/InOperator.php
 share/drupal/core/modules/views/src/Plugin/views/filter/LanguageFilter.php
 share/drupal/core/modules/views/src/Plugin/views/filter/LatestRevision.php
+share/drupal/core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php
 share/drupal/core/modules/views/src/Plugin/views/filter/ManyToOne.php
 share/drupal/core/modules/views/src/Plugin/views/filter/NumericFilter.php
 share/drupal/core/modules/views/src/Plugin/views/filter/Standard.php
@@ -10473,9 +10994,11 @@ share/drupal/core/modules/views/template
 share/drupal/core/modules/views/templates/views-view-unformatted.html.twig
 share/drupal/core/modules/views/templates/views-view.html.twig
 share/drupal/core/modules/views/tests/fixtures/update/argument-placeholder.php
+share/drupal/core/modules/views/tests/fixtures/update/block.block.exposedformtest_exposed_blockpage_1.yml
 share/drupal/core/modules/views/tests/fixtures/update/boolean-filter-values.php
 share/drupal/core/modules/views/tests/fixtures/update/duplicate-field-handler.php
 share/drupal/core/modules/views/tests/fixtures/update/entity-link-output-url.php
+share/drupal/core/modules/views/tests/fixtures/update/exposed-filter-blocks.php
 share/drupal/core/modules/views/tests/fixtures/update/filter-placeholder-text.php
 share/drupal/core/modules/views/tests/fixtures/update/legacy-bulk-form-update.php
 share/drupal/core/modules/views/tests/fixtures/update/table-cache-max-age.php
@@ -10486,12 +11009,17 @@ share/drupal/core/modules/views/tests/fi
 share/drupal/core/modules/views/tests/fixtures/update/views.view.test_boolean_filter_values.yml
 share/drupal/core/modules/views/tests/fixtures/update/views.view.test_table_dependency_update.yml
 share/drupal/core/modules/views/tests/fixtures/update/views.view.test_table_max_age.yml
+share/drupal/core/modules/views/tests/modules/action_bulk_test/action_bulk_test.info.yml
+share/drupal/core/modules/views/tests/modules/action_bulk_test/config/install/views.view.test_bulk_form.yml
 share/drupal/core/modules/views/tests/modules/user_batch_action_test/config/install/system.action.user_batch_action_test_action.yml
 share/drupal/core/modules/views/tests/modules/user_batch_action_test/config/schema/user_batch_action_test.schema.yml
 share/drupal/core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php
 share/drupal/core/modules/views/tests/modules/user_batch_action_test/user_batch_action_test.info.yml
 share/drupal/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml
 share/drupal/core/modules/views/tests/modules/views_entity_test/views_entity_test.module
+share/drupal/core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/config/install/views.view.test_cacheable_metadata_calculation.yml
+share/drupal/core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CachableMetadataCalculationTest.php
+share/drupal/core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/views_test_cacheable_metadata_calculation.info.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.computed_field_view.yml
@@ -10554,6 +11082,7 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_block.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_buttons.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_checkboxes.yml
+share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_pager.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_sort_items_per_page.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_relationship_admin_ui.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_icon.yml
@@ -10594,6 +11123,7 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_revision_filter.yml
+share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_translation_affected_revision_filter.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager_ajax.yml
@@ -10648,6 +11178,7 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml
+share/drupal/core/modules/views/tests/modules/views_test_config/views_test_config.module
 share/drupal/core/modules/views/tests/modules/views_test_data/config/schema/views_test_data.views.schema.yml
 share/drupal/core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php
 share/drupal/core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php
@@ -10663,6 +11194,7 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php
 share/drupal/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php
 share/drupal/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest2.php
+share/drupal/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest3.php
 share/drupal/core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php
 share/drupal/core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php
 share/drupal/core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterBooleanOperatorDefaultTest.php
@@ -10697,14 +11229,12 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php
 share/drupal/core/modules/views/tests/modules/views_test_modal/views_test_modal.info.yml
 share/drupal/core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml
+share/drupal/core/modules/views/tests/src/Functional/BulkFormTest.php
 share/drupal/core/modules/views/tests/src/Functional/DefaultViewsTest.php
 share/drupal/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php
 share/drupal/core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php
 share/drupal/core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
-share/drupal/core/modules/views/tests/src/Functional/Entity/FilterEntityBundleTest.php
-share/drupal/core/modules/views/tests/src/Functional/Entity/LatestRevisionFilterTest.php
 share/drupal/core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php
-share/drupal/core/modules/views/tests/src/Functional/FieldApiDataTest.php
 share/drupal/core/modules/views/tests/src/Functional/GlossaryTest.php
 share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php
 share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php
@@ -10712,10 +11242,8 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/AreaTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php
-share/drupal/core/modules/views/tests/src/Functional/Handler/ArgumentStringTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php
-share/drupal/core/modules/views/tests/src/Functional/Handler/FieldGroupRowsTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
@@ -10743,7 +11271,6 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
-share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/ViewsSqlExceptionTest.php
@@ -10766,6 +11293,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php
+share/drupal/core/modules/views/tests/src/Functional/Update/ExposedFilterBlocksUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php
@@ -10775,13 +11303,13 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/UserPathTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewAjaxTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewElementTest.php
-share/drupal/core/modules/views/tests/src/Functional/ViewRenderTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewTestBase.php
 share/drupal/core/modules/views/tests/src/Functional/ViewsEscapingTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php
-share/drupal/core/modules/views/tests/src/Functional/ViewsTemplateTest.php
+share/drupal/core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php
 share/drupal/core/modules/views/tests/src/Functional/Wizard/BasicTest.php
+share/drupal/core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php
 share/drupal/core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
 share/drupal/core/modules/views/tests/src/Functional/Wizard/MenuTest.php
 share/drupal/core/modules/views/tests/src/Functional/Wizard/NodeWizardTest.php
@@ -10797,10 +11325,16 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php
 share/drupal/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
 share/drupal/core/modules/views/tests/src/Kernel/BasicTest.php
+share/drupal/core/modules/views/tests/src/Kernel/CachableMetadataCalculationTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
+share/drupal/core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
+share/drupal/core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php
+share/drupal/core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
 share/drupal/core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
+share/drupal/core/modules/views/tests/src/Kernel/FieldApiDataTest.php
+share/drupal/core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/AreaEmptyTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php
@@ -10811,6 +11345,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php
+share/drupal/core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php
@@ -10822,6 +11357,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php
+share/drupal/core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php
@@ -10865,6 +11401,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Kernel/Plugin/StyleHtmlListTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php
+share/drupal/core/modules/views/tests/src/Kernel/Plugin/StyleTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php
 share/drupal/core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php
@@ -10875,11 +11412,13 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Kernel/TokenReplaceTest.php
 share/drupal/core/modules/views/tests/src/Kernel/ViewElementTest.php
 share/drupal/core/modules/views/tests/src/Kernel/ViewExecutableTest.php
+share/drupal/core/modules/views/tests/src/Kernel/ViewRenderTest.php
 share/drupal/core/modules/views/tests/src/Kernel/ViewStorageTest.php
 share/drupal/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
 share/drupal/core/modules/views/tests/src/Kernel/ViewsHooksTest.php
 share/drupal/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php
 share/drupal/core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
+share/drupal/core/modules/views/tests/src/Kernel/ViewsTemplateTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php
 share/drupal/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
 share/drupal/core/modules/views/tests/src/Unit/EntityViewsDataTest.php
@@ -11085,6 +11624,7 @@ share/drupal/core/modules/workflows/src/
 share/drupal/core/modules/workflows/src/WorkflowDeleteAccessCheck.php
 share/drupal/core/modules/workflows/src/WorkflowInterface.php
 share/drupal/core/modules/workflows/src/WorkflowListBuilder.php
+share/drupal/core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php
 share/drupal/core/modules/workflows/src/WorkflowTypeInterface.php
 share/drupal/core/modules/workflows/src/WorkflowTypeManager.php
 share/drupal/core/modules/workflows/tests/modules/workflow_third_party_settings_test/config/schema/workflow_third_party_settings_test.schema.yml
@@ -11097,6 +11637,7 @@ share/drupal/core/modules/workflows/test
 share/drupal/core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/PredefinedStatesWorkflowTestType.php
 share/drupal/core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php
 share/drupal/core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php
+share/drupal/core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php
 share/drupal/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml
 share/drupal/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.module
 share/drupal/core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonAnonTest.php
@@ -11109,6 +11650,7 @@ share/drupal/core/modules/workflows/test
 share/drupal/core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php
 share/drupal/core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php
 share/drupal/core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php
+share/drupal/core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php
 share/drupal/core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php
 share/drupal/core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
 share/drupal/core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php
@@ -11118,6 +11660,7 @@ share/drupal/core/modules/workflows/test
 share/drupal/core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php
 share/drupal/core/modules/workflows/tests/src/Unit/StateTest.php
 share/drupal/core/modules/workflows/tests/src/Unit/TransitionTest.php
+share/drupal/core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php
 share/drupal/core/modules/workflows/tests/src/Unit/WorkflowTest.php
 share/drupal/core/modules/workflows/workflows.api.php
 share/drupal/core/modules/workflows/workflows.info.yml
@@ -11196,6 +11739,7 @@ share/drupal/core/modules/workspaces/tes
 share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php
 share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php
 share/drupal/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php
+share/drupal/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php
 share/drupal/core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php
 share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
 share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
@@ -11208,8 +11752,10 @@ share/drupal/core/modules/workspaces/wor
 share/drupal/core/modules/workspaces/workspaces.link_relation_types.yml
 share/drupal/core/modules/workspaces/workspaces.links.action.yml
 share/drupal/core/modules/workspaces/workspaces.links.menu.yml
+share/drupal/core/modules/workspaces/workspaces.links.task.yml
 share/drupal/core/modules/workspaces/workspaces.module
 share/drupal/core/modules/workspaces/workspaces.permissions.yml
+share/drupal/core/modules/workspaces/workspaces.post_update.php
 share/drupal/core/modules/workspaces/workspaces.routing.yml
 share/drupal/core/modules/workspaces/workspaces.services.yml
 share/drupal/core/package.json
@@ -11217,11 +11763,11 @@ share/drupal/core/phpcs.xml.dist
 share/drupal/core/phpunit.xml.dist
 share/drupal/core/profiles/demo_umami/config/install/block.block.breadcrumbs.yml
 share/drupal/core/profiles/demo_umami/config/install/block.block.help.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.languageswitcher.yml
 share/drupal/core/profiles/demo_umami/config/install/block.block.seven_breadcrumbs.yml
 share/drupal/core/profiles/demo_umami/config/install/block.block.seven_content.yml
 share/drupal/core/profiles/demo_umami/config/install/block.block.seven_help.yml
 share/drupal/core/profiles/demo_umami/config/install/block.block.seven_local_actions.yml
-share/drupal/core/profiles/demo_umami/config/install/block.block.seven_login.yml
 share/drupal/core/profiles/demo_umami/config/install/block.block.seven_messages.yml
 share/drupal/core/profiles/demo_umami/config/install/block.block.seven_page_title.yml
 share/drupal/core/profiles/demo_umami/config/install/block.block.seven_primary_local_tasks.yml
@@ -11322,6 +11868,7 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_recipe_instruction.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_summary.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_tags.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.layout_builder__layout.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.user.user.user_picture.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_banner_image.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_content_link.yml
@@ -11345,6 +11892,7 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_recipe_instruction.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_summary.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_tags.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.layout_builder__layout.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.user.user_picture.yml
 share/drupal/core/profiles/demo_umami/config/install/filter.format.basic_html.yml
 share/drupal/core/profiles/demo_umami/config/install/filter.format.full_html.yml
@@ -11362,6 +11910,17 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/image.style.square_large.yml
 share/drupal/core/profiles/demo_umami/config/install/image.style.square_medium.yml
 share/drupal/core/profiles/demo_umami/config/install/image.style.square_small.yml
+share/drupal/core/profiles/demo_umami/config/install/language.content_settings.block_content.banner_block.yml
+share/drupal/core/profiles/demo_umami/config/install/language.content_settings.block_content.basic.yml
+share/drupal/core/profiles/demo_umami/config/install/language.content_settings.block_content.disclaimer_block.yml
+share/drupal/core/profiles/demo_umami/config/install/language.content_settings.block_content.footer_promo_block.yml
+share/drupal/core/profiles/demo_umami/config/install/language.content_settings.node.article.yml
+share/drupal/core/profiles/demo_umami/config/install/language.content_settings.node.page.yml
+share/drupal/core/profiles/demo_umami/config/install/language.content_settings.node.recipe.yml
+share/drupal/core/profiles/demo_umami/config/install/language.content_settings.taxonomy_term.recipe_category.yml
+share/drupal/core/profiles/demo_umami/config/install/language.content_settings.taxonomy_term.tags.yml
+share/drupal/core/profiles/demo_umami/config/install/language.entity.es.yml
+share/drupal/core/profiles/demo_umami/config/install/language.negotiation.yml
 share/drupal/core/profiles/demo_umami/config/install/media.type.audio.yml
 share/drupal/core/profiles/demo_umami/config/install/media.type.file.yml
 share/drupal/core/profiles/demo_umami/config/install/media.type.image.yml
@@ -11414,15 +11973,6 @@ share/drupal/core/profiles/demo_umami/de
 share/drupal/core/profiles/demo_umami/demo_umami.profile
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/.htaccess
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/LICENCE.txt
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/baking-mishaps-our-troubleshooting-tips.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/dairy-free-delicious-milk-chocolate.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/give-it-a-go-and-grow-your-own-herbs.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/give-your-oatmeal-the-ultimate-makeover.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/lets-hear-it-for-carrots.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/skip-the-spirits-with-delicious-mocktails.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/the-real-deal-for-supermarket-savvy-shopping.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/the-umami-guide-to-our-favourite-mushrooms.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/articles.csv
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/chili-sauce-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/chocolate-brownie-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/crema-catalana-umami.jpg
@@ -11443,23 +11993,65 @@ share/drupal/core/profiles/demo_umami/mo
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/veggie-pasta-bake-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/victoria-sponge-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/watercress-soup-umami.jpg
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/pages.csv
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/chili-sauce-umami.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/crema-catalana-umami.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/mediterranean-quiche-umami.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/pizza-umami.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/thai-green-curry-umami.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/vegan-chocolate-nut-brownies.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/veggie-pasta-bake-umami.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/victoria-sponge-umami.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/watercress-soup-umami.html
-share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipes.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/baking-mishaps-our-troubleshooting-tips.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/dairy-free-delicious-milk-chocolate.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/give-it-a-go-and-grow-your-own-herbs.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/give-your-oatmeal-the-ultimate-makeover.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/lets-hear-it-for-carrots.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/skip-the-spirits-with-delicious-mocktails.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-real-deal-for-supermarket-savvy-shopping.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favourite-mushrooms.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/block_content/banner_block.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/block_content/disclaimer_block.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/block_content/footer_promo_block.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/article.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/page.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/recipe.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/chili-sauce-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/crema-catalana-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/mediterranean-quiche-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/pizza-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/thai-green-curry-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/vegan-chocolate-nut-brownies.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/veggie-pasta-bake-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/victoria-sponge-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/watercress-soup-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/taxonomy_term/recipe_category.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/taxonomy_term/tags.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/baking-mishaps-our-troubleshooting-tips.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/dairy-free-delicious-milk-chocolate.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/give-it-a-go-and-grow-your-own-herbs.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/give-your-oatmeal-the-ultimate-makeover.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/lets-hear-it-for-carrots.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/skip-the-spirits-with-delicious-mocktails.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-real-deal-for-supermarket-savvy-shopping.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favourite-mushrooms.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/block_content/banner_block.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/block_content/disclaimer_block.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/block_content/footer_promo_block.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/article.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/page.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/recipe.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/chili-sauce-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/crema-catalana-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/mediterranean-quiche-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/pizza-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/thai-green-curry-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/vegan-chocolate-nut-brownies.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/veggie-pasta-bake-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/victoria-sponge-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/watercress-soup-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/taxonomy_term/recipe_category.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/taxonomy_term/tags.csv
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.info.yml
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
+share/drupal/core/profiles/demo_umami/modules/demo_umami_tour/config/install/tour.tour.umami-front.yml
+share/drupal/core/profiles/demo_umami/modules/demo_umami_tour/demo_umami_tour.info.yml
 share/drupal/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php
+share/drupal/core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php
 share/drupal/core/profiles/demo_umami/themes/umami/README.txt
 share/drupal/core/profiles/demo_umami/themes/umami/css/base.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/articles-aside/articles-aside.css
@@ -11467,6 +12059,8 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/branding/branding.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/disclaimer/disclaimer.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/help/help.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/language-switcher/language-switcher.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/page-title/page-title.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/quicklinks/quicklinks.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css
@@ -11484,6 +12078,7 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/fields/recipe-instruction.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/forms/buttons.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/forms/contact.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/layout_builder/layout-builder.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/messages/messages.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/breadcrumbs/breadcrumbs.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-account/menu-account.css
@@ -11496,7 +12091,10 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/highlighted/highlighted.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/pre-header/pre-header.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/tour/tour.theme.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/views/promoted-items.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/layout/grid-2.css
@@ -11510,6 +12108,7 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/chefs-hat.svg
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/difficulty.svg
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/health.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/help.svg
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/knife.svg
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/learn-to-cook.svg
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/menu-icon.svg
@@ -11527,6 +12126,7 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/templates/components/banner-block/block--bundle--banner-block.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/components/branding/block--system-branding-block.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/components/footer-promo-block/block--bundle--footer-promo-block.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/help-block/block--help.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/components/messages/status-messages.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/block--system-menu-block--footer.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/block--umami-main-menu.html.twig
@@ -11541,7 +12141,6 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--card-common-alt.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--card-common.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--card.html.twig
-share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--recipe--full.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/layout/page.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/umami.breakpoints.yml
@@ -11552,7 +12151,6 @@ share/drupal/core/profiles/minimal/confi
 share/drupal/core/profiles/minimal/config/install/block.block.stark_branding.yml
 share/drupal/core/profiles/minimal/config/install/block.block.stark_local_actions.yml
 share/drupal/core/profiles/minimal/config/install/block.block.stark_local_tasks.yml
-share/drupal/core/profiles/minimal/config/install/block.block.stark_login.yml
 share/drupal/core/profiles/minimal/config/install/block.block.stark_messages.yml
 share/drupal/core/profiles/minimal/config/install/block.block.stark_page_title.yml
 share/drupal/core/profiles/minimal/config/install/block.block.stark_tools.yml
@@ -11579,7 +12177,6 @@ share/drupal/core/profiles/standard/conf
 share/drupal/core/profiles/standard/config/install/block.block.seven_content.yml
 share/drupal/core/profiles/standard/config/install/block.block.seven_help.yml
 share/drupal/core/profiles/standard/config/install/block.block.seven_local_actions.yml
-share/drupal/core/profiles/standard/config/install/block.block.seven_login.yml
 share/drupal/core/profiles/standard/config/install/block.block.seven_messages.yml
 share/drupal/core/profiles/standard/config/install/block.block.seven_page_title.yml
 share/drupal/core/profiles/standard/config/install/block.block.seven_primary_local_tasks.yml
@@ -11602,6 +12199,7 @@ share/drupal/core/profiles/standard/conf
 share/drupal/core/profiles/standard/config/install/core.entity_view_display.node.page.teaser.yml
 share/drupal/core/profiles/standard/config/install/core.entity_view_display.user.user.compact.yml
 share/drupal/core/profiles/standard/config/install/core.entity_view_display.user.user.default.yml
+share/drupal/core/profiles/standard/config/install/core.menu.static_menu_link_overrides.yml
 share/drupal/core/profiles/standard/config/install/editor.editor.basic_html.yml
 share/drupal/core/profiles/standard/config/install/editor.editor.full_html.yml
 share/drupal/core/profiles/standard/config/install/field.field.block_content.basic.body.yml
@@ -11619,6 +12217,7 @@ share/drupal/core/profiles/standard/conf
 share/drupal/core/profiles/standard/config/install/filter.format.basic_html.yml
 share/drupal/core/profiles/standard/config/install/filter.format.full_html.yml
 share/drupal/core/profiles/standard/config/install/filter.format.restricted_html.yml
+share/drupal/core/profiles/standard/config/install/node.settings.yml
 share/drupal/core/profiles/standard/config/install/node.type.article.yml
 share/drupal/core/profiles/standard/config/install/node.type.page.yml
 share/drupal/core/profiles/standard/config/install/rdf.mapping.comment.comment.yml
@@ -11626,9 +12225,13 @@ share/drupal/core/profiles/standard/conf
 share/drupal/core/profiles/standard/config/install/rdf.mapping.node.page.yml
 share/drupal/core/profiles/standard/config/install/rdf.mapping.taxonomy_term.tags.yml
 share/drupal/core/profiles/standard/config/install/system.cron.yml
+share/drupal/core/profiles/standard/config/install/system.site.yml
 share/drupal/core/profiles/standard/config/install/system.theme.yml
 share/drupal/core/profiles/standard/config/install/taxonomy.vocabulary.tags.yml
 share/drupal/core/profiles/standard/config/install/user.role.administrator.yml
+share/drupal/core/profiles/standard/config/install/user.role.anonymous.yml
+share/drupal/core/profiles/standard/config/install/user.role.authenticated.yml
+share/drupal/core/profiles/standard/config/install/user.settings.yml
 share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.audio.default.yml
 share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.file.default.yml
 share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.image.default.yml
@@ -11740,6 +12343,7 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php
@@ -11762,7 +12366,10 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php
 share/drupal/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Core/Test/AssertLegacyTraitDeprecatedTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php
@@ -11901,6 +12508,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
 share/drupal/core/tests/Drupal/KernelTests/ConfigFormTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Action/EmailActionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php
@@ -11922,7 +12530,9 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Common/DrupalCheckIncompatibilityTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Common/LegacyFunctionsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Common/SizeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php
@@ -11955,6 +12565,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/AlterTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php
@@ -11978,6 +12589,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/QueryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/RangeQueryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Database/ReplicaKillSwitchTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
@@ -11991,8 +12603,9 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/Datetime/FormatDateTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php
@@ -12019,6 +12632,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php
@@ -12026,8 +12640,10 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php
@@ -12035,6 +12651,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
@@ -12049,11 +12666,12 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/EventSubscriber/IgnoreReplicaSubscriberTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php
@@ -12061,33 +12679,36 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/Entity/BaseFieldOverrideTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/File/FileCreateFilenameTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/FileTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/PharWrapperTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedDeleteRecursiveTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedDeleteTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedMoveTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedSaveDataTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/File/UnmanagedCopyTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteRecursiveTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/File/UnmanagedMoveTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/File/UnmanagedSaveDataTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php
@@ -12120,11 +12741,13 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Path/PathUnitTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Annotation/ContextDefinitionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/ContextTypedDataTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php
@@ -12147,6 +12770,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Render/RenderTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Render/RendererLegacyTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php
@@ -12163,6 +12787,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ActiveThemeLegacyTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php
@@ -12170,6 +12795,8 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/StableThemeTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Theme/SystemListTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
@@ -12201,6 +12828,7 @@ share/drupal/core/tests/Drupal/Nightwatc
 share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalRelativeURL.js
 share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalUninstall.js
 share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalUserIsLoggedIn.js
+share/drupal/core/tests/Drupal/Nightwatch/Pages/TestPage.js
 share/drupal/core/tests/Drupal/Nightwatch/Tests/exampleTest.js
 share/drupal/core/tests/Drupal/Nightwatch/Tests/loginTest.js
 share/drupal/core/tests/Drupal/Nightwatch/Tests/statesTest.js
@@ -12262,6 +12890,7 @@ share/drupal/core/tests/Drupal/Tests/Com
 share/drupal/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php
 share/drupal/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php
 share/drupal/core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php
+share/drupal/core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php
@@ -12290,6 +12919,7 @@ share/drupal/core/tests/Drupal/Tests/Com
 share/drupal/core/tests/Drupal/Tests/Component/Utility/ColorTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/CryptRandomFallbackTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/CryptTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/ImageTest.php
@@ -12309,6 +12939,7 @@ share/drupal/core/tests/Drupal/Tests/Com
 share/drupal/core/tests/Drupal/Tests/Component/Utility/XssTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/fixtures/RectangleTest.json
 share/drupal/core/tests/Drupal/Tests/Component/Uuid/UuidTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Version/ConstraintTest.php
 share/drupal/core/tests/Drupal/Tests/ComposerIntegrationTest.php
 share/drupal/core/tests/Drupal/Tests/ConfigTestTrait.php
 share/drupal/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php
@@ -12431,6 +13062,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php
@@ -12443,6 +13075,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Database/OrderByTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php
 share/drupal/core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php
 share/drupal/core/tests/Drupal/Tests/Core/Database/Stub/Select.php
 share/drupal/core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php
@@ -12480,6 +13113,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityDefinitionUpdateManagerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php
@@ -12494,6 +13128,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/Query/Sql/QueryTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
@@ -12502,6 +13137,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/ExceptionJsonSubscriberTest.php
@@ -12514,12 +13150,15 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Extension/DeprecatedModuleHandlerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc
 share/drupal/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml
@@ -12537,6 +13176,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Field/MigrateFieldDeprecationTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php
 share/drupal/core/tests/Drupal/Tests/Core/File/FileSystemTest.php
@@ -12627,6 +13267,8 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php
+share/drupal/core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataType.php
+share/drupal/core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataTypeDeriver.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
@@ -12697,8 +13339,10 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Test/KernelTestBaseTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php
@@ -12721,21 +13365,25 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/EntityViewTrait.php
 share/drupal/core/tests/Drupal/Tests/ExpectDeprecationTest.php
 share/drupal/core/tests/Drupal/Tests/HiddenFieldSelector.php
+share/drupal/core/tests/Drupal/Tests/Listeners/AfterSymfonyListener.php
 share/drupal/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php
 share/drupal/core/tests/Drupal/Tests/Listeners/DrupalComponentTestListenerTrait.php
 share/drupal/core/tests/Drupal/Tests/Listeners/DrupalListener.php
 share/drupal/core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php
 share/drupal/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php
 share/drupal/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php
+share/drupal/core/tests/Drupal/Tests/Listeners/Legacy/AfterSymfonyListener.php
 share/drupal/core/tests/Drupal/Tests/Listeners/Legacy/DrupalListener.php
 share/drupal/core/tests/Drupal/Tests/Listeners/Legacy/HtmlOutputPrinter.php
 share/drupal/core/tests/Drupal/Tests/Listeners/SimpletestUiPrinter.php
 share/drupal/core/tests/Drupal/Tests/PhpunitCompatibilityTrait.php
 share/drupal/core/tests/Drupal/Tests/PhpunitCompatibilityTraitTest.php
 share/drupal/core/tests/Drupal/Tests/RandomGeneratorTrait.php
+share/drupal/core/tests/Drupal/Tests/RequirementsPageTrait.php
 share/drupal/core/tests/Drupal/Tests/SchemaCheckTestTrait.php
 share/drupal/core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php
 share/drupal/core/tests/Drupal/Tests/SessionTestTrait.php
+share/drupal/core/tests/Drupal/Tests/SkippedDeprecationTest.php
 share/drupal/core/tests/Drupal/Tests/TestFileCreationTrait.php
 share/drupal/core/tests/Drupal/Tests/TestRequirementsTrait.php
 share/drupal/core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php
@@ -13025,6 +13673,7 @@ share/drupal/core/themes/seven/css/compo
 share/drupal/core/themes/seven/css/components/form.css
 share/drupal/core/themes/seven/css/components/help.css
 share/drupal/core/themes/seven/css/components/jquery.ui/theme.css
+share/drupal/core/themes/seven/css/components/layout-builder-content-translation.css
 share/drupal/core/themes/seven/css/components/media.css
 share/drupal/core/themes/seven/css/components/menus-and-lists.css
 share/drupal/core/themes/seven/css/components/messages.css
@@ -13131,7 +13780,10 @@ share/drupal/core/themes/stable/css/imag
 share/drupal/core/themes/stable/css/image/editors/image.theme.css
 share/drupal/core/themes/stable/css/image/image.admin.css
 share/drupal/core/themes/stable/css/language/language.admin.css
+share/drupal/core/themes/stable/css/layout_builder/layout-builder.css
 share/drupal/core/themes/stable/css/locale/locale.admin.css
+share/drupal/core/themes/stable/css/media/oembed.formatter.css
+share/drupal/core/themes/stable/css/media/oembed.frame.css
 share/drupal/core/themes/stable/css/menu_ui/menu_ui.admin.css
 share/drupal/core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css
 share/drupal/core/themes/stable/css/node/node.admin.css
@@ -13285,6 +13937,12 @@ share/drupal/core/themes/stable/images/q
 share/drupal/core/themes/stable/images/shortcut/favstar-rtl.svg
 share/drupal/core/themes/stable/images/shortcut/favstar.svg
 share/drupal/core/themes/stable/images/views_ui/sprites.png
+share/drupal/core/themes/stable/layouts/fourcol_section/fourcol_section.css
+share/drupal/core/themes/stable/layouts/fourcol_section/layout--fourcol-section.html.twig
+share/drupal/core/themes/stable/layouts/threecol_section/layout--threecol-section.html.twig
+share/drupal/core/themes/stable/layouts/threecol_section/threecol_section.css
+share/drupal/core/themes/stable/layouts/twocol_section/layout--twocol-section.html.twig
+share/drupal/core/themes/stable/layouts/twocol_section/twocol_section.css
 share/drupal/core/themes/stable/stable.info.yml
 share/drupal/core/themes/stable/stable.theme
 share/drupal/core/themes/stable/templates/admin/admin-block-content.html.twig
@@ -13498,17 +14156,10 @@ share/drupal/vendor/composer/autoload_na
 share/drupal/vendor/composer/autoload_psr4.php
 share/drupal/vendor/composer/autoload_real.php
 share/drupal/vendor/composer/autoload_static.php
+share/drupal/vendor/composer/include_paths.php
 share/drupal/vendor/composer/installed.json
-share/drupal/vendor/composer/installers/.editorconfig
-share/drupal/vendor/composer/installers/.gitignore
-share/drupal/vendor/composer/installers/.travis.yml
-share/drupal/vendor/composer/installers/CHANGELOG.md
-share/drupal/vendor/composer/installers/CONTRIBUTING.md
 share/drupal/vendor/composer/installers/LICENSE
-share/drupal/vendor/composer/installers/README.md
-share/drupal/vendor/composer/installers/_config.yml
 share/drupal/vendor/composer/installers/composer.json
-share/drupal/vendor/composer/installers/phpunit.xml.dist
 share/drupal/vendor/composer/installers/src/Composer/Installers/AglInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php
@@ -13519,6 +14170,7 @@ share/drupal/vendor/composer/installers/
 share/drupal/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php
+share/drupal/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php
@@ -13599,25 +14251,6 @@ share/drupal/vendor/composer/installers/
 share/drupal/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php
 share/drupal/vendor/composer/installers/src/bootstrap.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/AsgardInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/BitrixInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/CakePHPInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/CraftInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/DokuWikiInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/GravInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/MayaInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/MediaWikiInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/OctoberInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/OntoWikiInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/PimcoreInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/PiwikInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/SiteDirectInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/SyDESInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/TestCase.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/VgmcpInstallerTest.php
-share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/YawikInstallerTest.php
-share/drupal/vendor/composer/installers/tests/bootstrap.php
 share/drupal/vendor/composer/semver/CHANGELOG.md
 share/drupal/vendor/composer/semver/LICENSE
 share/drupal/vendor/composer/semver/README.md
@@ -13841,21 +14474,73 @@ share/drupal/vendor/easyrdf/easyrdf/lib/
 share/drupal/vendor/easyrdf/easyrdf/lib/EasyRdf/TypeMapper.php
 share/drupal/vendor/easyrdf/easyrdf/lib/EasyRdf/Utils.php
 share/drupal/vendor/easyrdf/easyrdf/scripts/copyright_updater.php
-share/drupal/vendor/egulias/email-validator/.coveralls.yml
-share/drupal/vendor/egulias/email-validator/.gitignore
-share/drupal/vendor/egulias/email-validator/.travis.yml
+share/drupal/vendor/egulias/email-validator/EmailValidator/EmailLexer.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/EmailParser.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/EmailValidator.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/AtextAfterCFWS.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/CRLFAtTheEnd.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/CRLFX2.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/CRNoLF.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/CharNotAllowed.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/CommaInDomain.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/ConsecutiveAt.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/ConsecutiveDot.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/DomainHyphened.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/DotAtEnd.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/DotAtStart.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/ExpectingAT.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/ExpectingATEXT.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/ExpectingCTEXT.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/ExpectingDTEXT.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/ExpectingDomainLiteralClose.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/ExpectingQPair.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/InvalidEmail.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/NoDNSRecord.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/NoDomainPart.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/NoLocalPart.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/UnclosedComment.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/UnclosedQuotedString.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Exception/UnopenedComment.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Parser/DomainPart.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Parser/LocalPart.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Parser/Parser.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Validation/DNSCheckValidation.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Validation/EmailValidation.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Validation/Error/RFCWarnings.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Validation/Error/SpoofEmail.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Validation/Exception/EmptyValidationList.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Validation/MultipleErrors.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Validation/MultipleValidationWithAnd.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Validation/NoRFCWarningsValidation.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Validation/RFCValidation.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Validation/SpoofCheckValidation.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/AddressLiteral.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/CFWSNearAt.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/CFWSWithFWS.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/Comment.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/DeprecatedComment.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/DomainLiteral.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/DomainTooLong.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/EmailTooLong.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/IPV6BadChar.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/IPV6ColonEnd.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/IPV6ColonStart.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/IPV6Deprecated.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/IPV6DoubleColon.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/IPV6GroupCount.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/IPV6MaxGroups.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/LabelTooLong.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/LocalTooLong.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/NoDNSMXRecord.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/ObsoleteDTEXT.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/QuotedPart.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/QuotedString.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/TLD.php
+share/drupal/vendor/egulias/email-validator/EmailValidator/Warning/Warning.php
 share/drupal/vendor/egulias/email-validator/LICENSE
 share/drupal/vendor/egulias/email-validator/README.md
 share/drupal/vendor/egulias/email-validator/composer.json
-share/drupal/vendor/egulias/email-validator/composer.lock
 share/drupal/vendor/egulias/email-validator/phpunit.xml.dist
-share/drupal/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailLexer.php
-share/drupal/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailParser.php
-share/drupal/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailValidator.php
-share/drupal/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailValidatorInterface.php
-share/drupal/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/DomainPart.php
-share/drupal/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/LocalPart.php
-share/drupal/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/Parser.php
 share/drupal/vendor/guzzlehttp/guzzle/CHANGELOG.md
 share/drupal/vendor/guzzlehttp/guzzle/LICENSE
 share/drupal/vendor/guzzlehttp/guzzle/README.md
@@ -13980,7 +14665,6 @@ share/drupal/vendor/masterminds/html5/sr
 share/drupal/vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php
 share/drupal/vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php
 share/drupal/vendor/paragonie/random_compat/LICENSE
-share/drupal/vendor/paragonie/random_compat/build-phar.sh
 share/drupal/vendor/paragonie/random_compat/composer.json
 share/drupal/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey
 share/drupal/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc
@@ -13994,9 +14678,35 @@ share/drupal/vendor/paragonie/random_com
 share/drupal/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
 share/drupal/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php
 share/drupal/vendor/paragonie/random_compat/lib/random_int.php
-share/drupal/vendor/paragonie/random_compat/other/build_phar.php
-share/drupal/vendor/paragonie/random_compat/psalm-autoload.php
-share/drupal/vendor/paragonie/random_compat/psalm.xml
+share/drupal/vendor/pear/archive_tar/.gitignore
+share/drupal/vendor/pear/archive_tar/.travis.yml
+share/drupal/vendor/pear/archive_tar/Archive/Tar.php
+share/drupal/vendor/pear/archive_tar/README.md
+share/drupal/vendor/pear/archive_tar/composer.json
+share/drupal/vendor/pear/archive_tar/docs/Archive_Tar.txt
+share/drupal/vendor/pear/archive_tar/package.xml
+share/drupal/vendor/pear/archive_tar/scripts/phptar.in
+share/drupal/vendor/pear/archive_tar/sync-php4
+share/drupal/vendor/pear/console_getopt/.gitignore
+share/drupal/vendor/pear/console_getopt/.travis.yml
+share/drupal/vendor/pear/console_getopt/Console/Getopt.php
+share/drupal/vendor/pear/console_getopt/LICENSE
+share/drupal/vendor/pear/console_getopt/README.rst
+share/drupal/vendor/pear/console_getopt/composer.json
+share/drupal/vendor/pear/console_getopt/package.xml
+share/drupal/vendor/pear/pear-core-minimal/README.rst
+share/drupal/vendor/pear/pear-core-minimal/composer.json
+share/drupal/vendor/pear/pear-core-minimal/src/OS/Guess.php
+share/drupal/vendor/pear/pear-core-minimal/src/PEAR.php
+share/drupal/vendor/pear/pear-core-minimal/src/PEAR/Error.php
+share/drupal/vendor/pear/pear-core-minimal/src/PEAR/ErrorStack.php
+share/drupal/vendor/pear/pear-core-minimal/src/System.php
+share/drupal/vendor/pear/pear_exception/.gitignore
+share/drupal/vendor/pear/pear_exception/.travis.yml
+share/drupal/vendor/pear/pear_exception/LICENSE
+share/drupal/vendor/pear/pear_exception/PEAR/Exception.php
+share/drupal/vendor/pear/pear_exception/composer.json
+share/drupal/vendor/pear/pear_exception/package.xml
 share/drupal/vendor/psr/container/.gitignore
 share/drupal/vendor/psr/container/LICENSE
 share/drupal/vendor/psr/container/README.md
@@ -14387,6 +15097,7 @@ share/drupal/vendor/symfony/event-dispat
 share/drupal/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php
 share/drupal/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php
 share/drupal/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php
+share/drupal/vendor/symfony/event-dispatcher/Tests/Debug/WrappedListenerTest.php
 share/drupal/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
 share/drupal/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php
 share/drupal/vendor/symfony/event-dispatcher/Tests/EventTest.php
@@ -14937,6 +15648,7 @@ share/drupal/vendor/symfony/translation/
 share/drupal/vendor/symfony/translation/README.md
 share/drupal/vendor/symfony/translation/Reader/TranslationReader.php
 share/drupal/vendor/symfony/translation/Reader/TranslationReaderInterface.php
+share/drupal/vendor/symfony/translation/Resources/bin/translation-status.php
 share/drupal/vendor/symfony/translation/Resources/schemas/xliff-core-1.2-strict.xsd
 share/drupal/vendor/symfony/translation/Translator.php
 share/drupal/vendor/symfony/translation/TranslatorBagInterface.php
@@ -15109,6 +15821,7 @@ share/drupal/vendor/symfony/validator/Ma
 share/drupal/vendor/symfony/validator/ObjectInitializerInterface.php
 share/drupal/vendor/symfony/validator/README.md
 share/drupal/vendor/symfony/validator/Test/ConstraintValidatorTestCase.php
+share/drupal/vendor/symfony/validator/Test/TestCaseSetUpTearDownTrait.php
 share/drupal/vendor/symfony/validator/Util/PropertyPath.php
 share/drupal/vendor/symfony/validator/Validation.php
 share/drupal/vendor/symfony/validator/Validator/ContextualValidatorInterface.php

Index: pkgsrc/www/drupal8/distinfo
diff -u pkgsrc/www/drupal8/distinfo:1.22 pkgsrc/www/drupal8/distinfo:1.23
--- pkgsrc/www/drupal8/distinfo:1.22    Fri Sep 13 09:04:15 2019
+++ pkgsrc/www/drupal8/distinfo Tue Sep 17 09:39:54 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2019/09/13 09:04:15 prlw1 Exp $
+$NetBSD: distinfo,v 1.23 2019/09/17 09:39:54 prlw1 Exp $
 
-SHA1 (drupal-8.6.17.tar.gz) = 485ad35bf162b8dea90dbf8cb4e18b60a3d1762d
-RMD160 (drupal-8.6.17.tar.gz) = 186fa39bdbaf460a7cec4b41df4096e6dea2a76f
-SHA512 (drupal-8.6.17.tar.gz) = 7dd08f0c30191e826eb4ec0dece86f6b8fc73f42ba81cd6f9e89b483e8e77ca901563006012bdc6eaeaca631194eae59adc109e1c8b7f5d0059b80364ae41ce6
-Size (drupal-8.6.17.tar.gz) = 17149513 bytes
+SHA1 (drupal-8.7.7.tar.gz) = e4f2fed580d30c37b240f20605cfa37446fc9a05
+RMD160 (drupal-8.7.7.tar.gz) = dacca6a8b4bde1e5d973fee5c8230547419b07f9
+SHA512 (drupal-8.7.7.tar.gz) = 098fa371159449eb7ff8ca1f25100700a6986a5b1efed9c4989372e1eb53e02ab9fd9ca218c51e59b2a3280e1dc0fdc95382c3bdce30eed2974176ef08b75eb6
+Size (drupal-8.7.7.tar.gz) = 17873760 bytes



Home | Main Index | Thread Index | Old Index