Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update drupal/features from 3.8.0 to 3.12.0 #269

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

violinist-bot
Copy link
Contributor

@violinist-bot violinist-bot commented Sep 15, 2021

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • drupal/config_update: 1.7.0 (updated from 1.6.0)
  • drupal/features: 3.12.0 (updated from 3.8.0)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  composer.json
  config/schema/features.schema.yml
  drush/features.drush8.inc
  features.info.yml
  features.module
  features.post_update.php
  features.services.yml
  modules/features_ui/css/features_ui.admin.css
  modules/features_ui/features_ui.admin.inc
  modules/features_ui/features_ui.info.yml
  modules/features_ui/features_ui.module
  modules/features_ui/js/features_ui.admin.js
  modules/features_ui/src/Controller/FeaturesUIController.php
  modules/features_ui/src/Form/AssignmentAlterForm.php
  modules/features_ui/src/Form/AssignmentBaseForm.php
  modules/features_ui/src/Form/AssignmentConfigureForm.php
  modules/features_ui/src/Form/AssignmentCoreForm.php
  modules/features_ui/src/Form/AssignmentExcludeForm.php
  modules/features_ui/src/Form/AssignmentFormBase.php
  modules/features_ui/src/Form/AssignmentOptionalForm.php
  modules/features_ui/src/Form/AssignmentProfileForm.php
  modules/features_ui/src/Form/AssignmentSiteForm.php
  modules/features_ui/src/Form/FeaturesDiffForm.php
  modules/features_ui/src/Form/FeaturesEditForm.php
  modules/features_ui/src/Form/FeaturesExportForm.php
  modules/features_ui/src/Tests/FeaturesCreateUITest.php
  modules/features_ui/src/Tests/FeaturesUITest.php
  modules/features_ui/templates/features-assignment-configure-form.html.twig
  modules/features_ui/templates/features-items.html.twig
  modules/features_ui/tests/src/Functional/FeaturesBundleUiTest.php
  modules/features_ui/tests/src/Functional/FeaturesCreateUiTest.php
  modules/features_ui/tests/src/FunctionalJavascript/FeaturesUiAjaxTest.php
  src/Commands/FeaturesCommands.php
  src/ConfigurationItem.php
  src/Controller/FeaturesController.php
  src/Entity/FeaturesBundle.php
  src/Exception/DomainException.php
  src/Exception/InvalidArgumentException.php
  src/FeaturesAssigner.php
  src/FeaturesAssignerInterface.php
  src/FeaturesConfigDependencyManager.php
  src/FeaturesConfigInstaller.php
  src/FeaturesExtensionStorages.php
  src/FeaturesExtensionStoragesByDirectory.php
  src/FeaturesGenerationMethodBase.php
  src/FeaturesGenerator.php
  src/FeaturesInstallStorage.php
  src/FeaturesManager.php
  src/FeaturesManagerInterface.php
  src/Package.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentBaseType.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentCoreType.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentDependency.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentExclude.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentExisting.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentForwardDependency.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentNamespace.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentOptionalType.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentPackages.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentProfile.php
  src/Plugin/FeaturesAssignment/FeaturesAssignmentSiteType.php
  src/Plugin/FeaturesGeneration/FeaturesGenerationArchive.php
  src/Plugin/FeaturesGeneration/FeaturesGenerationWrite.php
  tests/modules/test_feature/test_feature.info.yml
  tests/modules/test_mybundle_core/test_mybundle_core.info.yml
  tests/src/Kernel/Entity/FeaturesBundleIntegrationTest.php
  tests/src/Kernel/FeaturesAssignTest.php
  tests/src/Kernel/FeaturesAssignerTest.php
  tests/src/Kernel/FeaturesGenerateTest.php
  tests/src/Kernel/FeaturesManagerKernelTest.php
  tests/src/Unit/ConfigurationItemTest.php
  tests/src/Unit/FeaturesBundleTest.php
  tests/src/Unit/FeaturesManagerTest.php
  tests/src/Unit/PackageTest.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 6a60f89 Issue #3068461 by huzooka, teroelonen: Make Features UI theme-agnostic
  • 2dd3fdb Issue #3044307 by nedjo, mpotter, VladimirAus, pagach: Feature export, dependencies not prefixed
  • 91836db Issue #3147028 by fgm: Deprecation Warning: Theme functions are deprecated in Drupal 8.0.0
  • da45ff9 Issue #2903399: Feature lists itself as dependency
  • 7f16d6d Issue #3171522 by fgm: Drush 10 support needs composer.json update
  • 5a2e3e1 Issue #3186788 by borutpiletic: Schema type definition for features.settings
  • c81f876 Issue #3154650 by zipymonkey, hotwebmatter, nedjo: "core_version_requirement" property is missing in the info.yml file for modules generated by Features
  • 16abb76 Issue #3143916: Fix features_ui tests
  • 9795185 Issue #3143916: Tests failing after Drupal 9 update
  • 9cd0505 Issue #3144397 by DavorHorvacki: FeaturesManager not compatible with interface
  • 3e54296 Issue #3144232 by nedjo: add empty post_update to clear caches due to service argument changes
  • dce994a Issue #3144258 by nedjo: Incorrect type declaration on Drupal\features\Package::setFeaturesInfo()
  • 0c5680a Issue #3144232 by nedjo: update minimum core requirement to 8.8
  • cc56bf2 Issue #3144232 by nedjo: FileDownloadController constructor requires $container argument
  • d2b3279 Issue #3144232 by nedjo: update service arguments
  • cf4b851 Issue #3144232 by nedjo: address deprecation of ConfigDependencyManager::sortGraph()
  • e682863 Issue #3144232 by nedjo: implement TrustedCallbackInterface to provide #pre_render callback
  • 865e87e Issue #3042642: register features_ui D9 compatibility
  • 33386e4 Issue #3042642 by nedjo, mark_fullmer, swatichouhan012, Lilit_Ghazaryan, nitesh624, Sergiu Stici: Drupal 9 Deprecated Code Report
  • 0b66926 Issue #3042642 by nedjo: Drupal 9 Deprecated Code Report
  • 764bff7 Issue #2947655 by weynhamz: Incorrect error message logged for each package not generated
  • 5277a7c Issue #3109774 by kimberleycgm: Error: Call to undefined function Drupal\features\Commands\drush_print()
  • acff9b7 Issue #3142769 by nedjo: Fix test failures
  • b30469c Issue #3142769 by nedjo: Fix ::exists for ::moduleExists
  • 24ea196 Issue #3142745 by nedjo: Address tests marked risky
  • b3ec080 Issue #3135351 by codebymikey: Config entities with numeric keys are excluded due to use of array_merge
  • 24068d0 Issue #3130032 by nedjo, Suresh Prabhu Parkala: Fix PHPCS errors
  • b21cd4a Issue #3134056 by codebymikey: Notice: Trying to access array offset on value of type null
  • 44ca0dd Issue #3136858 by o-msh: License "GPL-2.0+" is a deprecated SPDX license identifier
  • 8f8e70c Issue #3042642 by nedjo: Drupal 9 Deprecated Code Report
  • df12ea7 Issue #3091278 by codebymikey, ccx105, seth.e.shaw, khiminrm: Error: Call to undefined function Drupal\features\Commands\drush_get_context()
  • b917f2d Issue #3122684 by nedjo: core_incompatible: false
  • 2bf13be Issue #3136367 by nedjo: Class 'PHPUnit_Framework_TestCase' not found
  • 617d5b3 Issue #3042642 by mark_fullmer: Drupal 9 Deprecated Code Report

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@opdavies opdavies force-pushed the master branch 2 times, most recently from 4d69d69 to b50f428 Compare October 24, 2021 18:24
@violinist-bot violinist-bot force-pushed the violinistdrupalfeatures branch 2 times, most recently from e9377c7 to 64f3fe9 Compare November 18, 2021 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant