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/paragraphs from 1.17.0 to 1.19.0 #163

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

Conversation

violinist-bot
Copy link

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/entity_reference_revisions: 1.12.0 (updated from 1.11.0)
  • drupal/paragraphs: 1.19.0 (updated from 1.17.0)
  • symfony/dependency-injection: v6.4.19 (updated from v6.4.16)
  • symfony/error-handler: v6.4.19 (updated from v6.4.18)
  • symfony/http-kernel: v6.4.19 (updated from v6.4.18)
  • symfony/mime: v6.4.19 (updated from v6.4.18)
  • symfony/process: v6.4.19 (updated from v6.4.15)
  • symfony/serializer: v6.4.19 (updated from v6.4.18)
  • symfony/validator: v6.4.19 (updated from v6.4.18)
  • symfony/var-exporter: v6.4.19 (updated from v6.4.13)

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
  .gitlab-ci.yml
  composer.json
  css/paragraphs.widget.css
  css/paragraphs.widget.scss
  logo.png
  modules/paragraphs_demo/config/install/search_api.index.paragraphs_demo_index.yml
  modules/paragraphs_demo/config/install/search_api.server.paragraphs_demo_server.yml
  modules/paragraphs_demo/config/install/views.view.paragraphs_search.yml
  modules/paragraphs_demo/paragraphs_demo.info.yml
  modules/paragraphs_demo/paragraphs_demo.install
  modules/paragraphs_demo/paragraphs_demo.module
  modules/paragraphs_demo/src/Plugin/paragraphs/Conversion/ParagraphsDemoUserText.php
  modules/paragraphs_demo/src/Plugin/paragraphs/Conversion/ParagraphsDemoUserToTextUser.php
  modules/paragraphs_library/config/install/paragraphs.paragraphs_type.from_library.yml
  modules/paragraphs_library/paragraphs_library.info.yml
  modules/paragraphs_library/paragraphs_library.install
  modules/paragraphs_library/src/Form/LibraryItemSettingsForm.php
  modules/paragraphs_library/src/Plugin/Field/FieldFormatter/LibraryItemSummaryFormatter.php
  modules/paragraphs_library/src/Plugin/Validation/Constraint/ParagraphsLibraryItemHasAllowedParagraphsTypeConstraint.php
  modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryTest.php
  modules/paragraphs_library/tests/src/FunctionalJavascript/ParagraphsLibraryItemEntityBrowserTest.php
  modules/paragraphs_type_permissions/paragraphs_type_permissions.info.yml
  modules/paragraphs_type_permissions/paragraphs_type_permissions.module
  modules/paragraphs_type_permissions/tests/src/Functional/ParagraphsTypePermissionsTest.php
  paragraphs.info.yml
  paragraphs.libraries.yml
  paragraphs.module
  src/Attribute/ParagraphsBehavior.php
  src/Attribute/ParagraphsConversion.php
  src/Entity/Paragraph.php
  src/Entity/ParagraphsType.php
  src/EventSubscriber/ReplicateFieldSubscriber.php
  src/Feeds/Target/Paragraphs.php
  src/Form/ParagraphsTypeForm.php
  src/Hook/EntityHooks.php
  src/ParagraphViewBuilder.php
  src/ParagraphsBehaviorManager.php
  src/ParagraphsConversionBase.php
  src/ParagraphsConversionInterface.php
  src/ParagraphsConversionManager.php
  src/Plugin/EntityReferenceSelection/ParagraphSelection.php
  src/Plugin/Field/FieldFormatter/ParagraphsSummaryFormatter.php
  src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php
  src/Plugin/Field/FieldWidget/ParagraphsWidget.php
  src/Plugin/migrate/field/FieldCollection.php
  src/Plugin/migrate/field/Paragraphs.php
  src/Plugin/migrate/process/ParagraphsLookup.php
  tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestBoldTextBehavior.php
  tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestDummyBehavior.php
  tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestFieldsSelectionBehavior.php
  tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestTextColorBehavior.php
  tests/modules/paragraphs_test/src/Plugin/paragraphs/Conversion/ParagraphsTestTextToTextImage.php
  tests/src/Functional/Feeds/Target/ParagraphsTest.php
  tests/src/Functional/Migrate/MigrateUiParagraphsTest.php
  tests/src/Functional/Migrate/MigrateUiParagraphsTestBase.php
  tests/src/Functional/ParagraphsUiTest.php
  tests/src/Functional/WidgetLegacy/ParagraphsAccessTest.php
  tests/src/Functional/WidgetLegacy/ParagraphsAdministrationTest.php
  tests/src/Functional/WidgetLegacy/ParagraphsConfigTest.php
  tests/src/Functional/WidgetLegacy/ParagraphsInlineEntityFormTest.php
  tests/src/Functional/WidgetStable/ParagraphsAccessTest.php
  tests/src/Functional/WidgetStable/ParagraphsAdministrationTest.php
  tests/src/Functional/WidgetStable/ParagraphsConfigTest.php
  tests/src/Functional/WidgetStable/ParagraphsInlineEntityFormTest.php
  tests/src/FunctionalJavascript/ParagraphsAddWidgetTest.php
  tests/src/FunctionalJavascript/ParagraphsClientsideButtonsTest.php
  tests/src/FunctionalJavascript/ParagraphsEntityReferenceWarningTest.php
  tests/src/FunctionalJavascript/ParagraphsStableEditPerspectivesUiTest.php
  tests/src/Kernel/Feeds/Target/ParagraphsTest.php
  tests/src/Kernel/ParagraphsAccessTest.php
  tests/src/Kernel/ParagraphsCollapsedSummaryTest.php
  tests/src/Kernel/ParagraphsDuplicateTest.php
  tests/src/Kernel/ParagraphsDuplicateTranslationTest.php
  tests/src/Kernel/ParagraphsLangcodeChangeTest.php
  tests/src/Kernel/ParagraphsReplicateTranslationTest.php
  tests/src/Kernel/migrate/FieldCollectionItemRevisionSourceTest.php
  tests/src/Kernel/migrate/FieldCollectionItemSourceTest.php
  tests/src/Kernel/migrate/FieldCollectionTypeSourceTest.php
  tests/src/Kernel/migrate/ParagraphContentMigrationTest.php
  tests/src/Kernel/migrate/ParagraphsItemRevisionSourceTest.php
  tests/src/Kernel/migrate/ParagraphsItemSourceTest.php
  tests/src/Kernel/migrate/ParagraphsTypeSourceTest.php
  tests/src/Traits/FieldCollectionSourceData.php
  tests/src/Traits/ParagraphsSourceData.php
  tests/src/Unit/migrate/FieldCollectionsFieldInstanceSettingsTest.php
  tests/src/Unit/migrate/MigrationPluginsAltererTest.php
  tests/src/Unit/migrate/ParagraphsFieldInstanceSettingsTest.php
  tests/src/Unit/migrate/ProcessTestCase.php

Changelog

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

  • 564beb2 Issue #3495373 by berdir: Support duplicate hook
  • 103d76d Issue #3508702 by berdir: Paragraphs type Icon UUID cache is not invalidated properly on changes
  • 7693088 Issue #3508707 by berdir: Demo test is failing
  • 0c6e726 Issue #3492419 by liam morland, nickdickinsonwilde, ekes: Nullable types must be explicit
  • 3d3cfab Issue #3492349 by berdir: Support attributes for plugin discovery
  • 8d6040e Issue #3495877 by dieterholvoet: Remove VERSION from libraries.yml
  • b92fd9f Issue #3433032 by mathilde_dumond, berdir: Convert paragraph when it is translated bug
  • 8b19fde Issue #3485869: When a translated node is duplicated with no translation, the paragraphs are still translated
  • ce52481 Issue #3484510 by trackleft2, berdir: Update version of inline_entity_form
  • 571828a Issue #3486454 by berdir: Update CI configuration
  • b296d2d Issue #3419799 by DieterHolvoet: Uninstall of Library is not clean / Cannot reinstall
  • 06eff5f Issue #2940988 by hchonov, kala4ek, urvashi_vora: Paragraph's summary is not using the translated referenced entity for the summary
  • 98af9c5 Issue #3333974 by Berdir, Charchil Khandelwal, herved: Stop using $error->arrayPropertyPath
  • 9ce71ac Issue #3454273 by hanoii, HLopes, vermario: Order select shows on a translation of a paragraphs field on 10.2+
  • e3abfbe Issue #2895561 by DiDebru, pookmish, mxr576: Error: Call to a member function getEnabledBehaviorPlugins() on null in Drupal\paragraphs\ParagraphViewBuilder->buildMultiple()
  • 3d8a748 Issue #3027525 by Berdir, marcoscano, robin.ingelbrecht, nkamala, jsst, Maico de Jong, NikolaAt, kala4ek, miro_dietiker: Show the paragraph and field label of fields that fail validation
  • 5b5bd1f Issue #3090101 by scott_euser, bvoynick, Berdir, Abhijith S, tostinni, sergiur, mudassar774, esch: Items marked not marked as 'Allow adding to library' can be added to library
  • 844644e Issue #3445936 by linichalexey: Add description to paragraphs selection in reference fields
  • f002e6c Issue #3444580 by elaman: TypeError: Drupal\Component\Utility\NestedArray::getValue(): Argument #2 ($parents) must be of type array, null given
  • f4f26f1 Issue #3376909 by jjose.quevedo: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "wemikiwilacri" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition()
  • 455741b Issue #3444598 by sarwan_verma, ritviktak: " TypeError: Drupal\replicate\Replicator::replicateEntity(): Argument #1 ($entity) must be of type Drupal\Core\Entity\EntityInterface, null given. "
  • de11117 Issue #3417771 by idebr, djsagar: Some styling no longer applies due to form-actions -> field-actions html change
  • 2443d0b Issue #3454863 by MegaChriz: Remove usage of deprecated FeedsAnnotationFactory
  • c711de9 Issue #3177867 by MegaChriz: Adding a 'Paragraphs' field to a Feed's mapping throws error
  • 38fa36a Issue #3414855 by lostcarpark: Project Browser: Add/update logo for Paragraphs
  • 21dbe7c Issue #3433816 by Berdir, jurgenhaas: Automated Drupal 11 compatibility fixes for paragraphs
  • c5bc87f Issue #3453956 by Primsi: Table drag handle position
  • 5e4cf3e Issue #3451313 by Berdir: Drupal 10.2/10.3 test fixes

Working with this branch

If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.


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.

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