Skip to content

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/views_bulk_operations: 4.2.4 (updated from 4.1.4)

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
  .eslintrc.json
  composer.json
  drupalci.yml
  js/adminUi.js
  js/frontUi.js
  modules/actions_permissions/actions_permissions.info.yml
  modules/actions_permissions/src/ActionsPermissions.php
  modules/actions_permissions/src/EventSubscriber/ActionsPermissionsEventSubscriber.php
  modules/views_bulk_operations_example/config/schema/views_bulk_operations_example.schema.yml
  modules/views_bulk_operations_example/src/Plugin/Action/ViewsBulkOperationExampleAction.php
  modules/views_bulk_operations_example/views_bulk_operations_example.info.yml
  src/Access/ViewsBulkOperationsAccess.php
  src/Action/ViewsBulkOperationsActionBase.php
  src/Action/ViewsBulkOperationsActionCompletedTrait.php
  src/Action/ViewsBulkOperationsActionInterface.php
  src/Action/ViewsBulkOperationsPreconfigurationInterface.php
  src/ActionAlterDefinitionsEvent.php
  src/Commands/ViewsBulkOperationsCommands.php
  src/Controller/ViewsBulkOperationsController.php
  src/EventSubscriber/ViewsBulkOperationsEventSubscriber.php
  src/Form/ConfigureAction.php
  src/Form/ConfirmAction.php
  src/Form/ViewsBulkOperationsFormTrait.php
  src/Plugin/Action/CancelUserAction.php
  src/Plugin/Action/EntityDeleteAction.php
  src/Plugin/views/field/ViewsBulkOperationsBulkForm.php
  src/Service/ViewsBulkOperationsActionManager.php
  src/Service/ViewsBulkOperationsActionProcessor.php
  src/Service/ViewsBulkOperationsActionProcessorInterface.php
  src/Service/ViewsBulkOperationsViewData.php
  src/Service/ViewsBulkOperationsViewDataInterface.php
  src/ViewsBulkOperationsBatch.php
  src/ViewsBulkOperationsEvent.php
  tests/src/Functional/DrushCommandsTest.php
  tests/src/Functional/ViewsBulkOperationsBulkFormTest.php
  tests/src/Functional/ViewsBulkOperationsFunctionalTestBase.php
  tests/src/FunctionalJavascript/ViewsBulkOperationsBulkFormTest.php
  tests/src/Kernel/ActionMessagesTest.php
  tests/src/Kernel/ViewsBulkOperationsActionProcessorTest.php
  tests/src/Kernel/ViewsBulkOperationsDataServiceTest.php
  tests/src/Kernel/ViewsBulkOperationsKernelTestBase.php
  tests/src/Unit/TestViewsBulkOperationsBatch.php
  tests/src/Unit/ViewsBulkOperationsBatchTest.php
  tests/views_bulk_operations_test/config/install/views.view.views_bulk_operations_test.yml
  tests/views_bulk_operations_test/config/install/views.view.views_bulk_operations_test_advanced.yml
  tests/views_bulk_operations_test/config/schema/views_bulk_operations_test.schema.yml
  tests/views_bulk_operations_test/src/Plugin/Action/ViewsBulkOperationsAdvancedTestAction.php
  tests/views_bulk_operations_test/src/Plugin/Action/ViewsBulkOperationsPassTestAction.php
  tests/views_bulk_operations_test/src/Plugin/Action/ViewsBulkOperationsSimpleTestAction.php
  tests/views_bulk_operations_test/src/Plugin/Action/ViewsBulkOperationsTestActionV2.php
  tests/views_bulk_operations_test/views_bulk_operations_test.info.yml
  views_bulk_operations.info.yml
  views_bulk_operations.install
  views_bulk_operations.module

Changelog

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

  • 938f182 Issue #3357886 by paucala: Type error on ViewsBulkOperationsActionProcessor.php ln 481
  • fe4db36 Issue #3356855 by Graber: Selection cleared on pager nav when AJAX is enabled
  • 7a9d61f Issue #3349616 by Eduardo Morales Alberti, CRZDEV, Graber: Add throbber on Ajax petition
  • 5149ece Revert "Issue #3349616: Use Drupal ajax petition instead of jquery ajax directly."
  • 04a6b26 Issue #3349616: Use Drupal ajax petition instead of jquery ajax directly.
  • 7a991c4 Issue #3327346 by saranyamariappan: Typo error on ViewsBulkOperationsActionInterface.php Annotation
  • 5ef5db5 Issue #3338246 by Matroskeen: Export actions (inherited from VboExportBase) do not function without "Process in a batch operation" setting
  • d81edf8 Issue #3329128 by mfb: Deprecated code in PHP 8.2 - EventDispatcher
  • 7909417 Return type hints BC fix.
  • 52ea670 Issue #3331291 by idebr: Implement a primary button in Action confirm form
  • 4788f9d Issue #3328293: Deprecated code in PHP 8.2
  • f790e3c Issue #3317188: Removed no longer applicable comment.
  • f686ce8 Issue #3317188 by idebr: Implement a primary button in Action configuration form
  • 399fed4 Issue #3311881 by Jeslin.Shaji, Graber, manarak, dineshreddymathuku, rtdean93: Javascript syntax error when using advagg
  • 2c67131 Fixed some coding standards.
  • 0682504 Allowed non Batch API operations to use context as well; coding standards fixes.
  • f574866 Automated tests improvements.
  • 2aeba46 Issue #3216584 by segi, bbeversdorf: Unable to cancel a user account if it has more then 10 content
  • 86fea96 Issue #3312889 by tobiasb: Require php version >=7.4.0
  • 407867d PHP 7.4 compatibility fix.
  • a3d354f Empty comment lines cleanup.
  • 4c1b762 Some eslint config and js nits; updated example module info.
  • 4f6ee09 Added eslint config; fixed some eslint errors in frontUi.js; case error in funstional javascript tests fixed.
  • 577ae09 Allowed to continue testing on eslint fail.
  • a849c49 Added drupalci.yml.
  • 6f93c1a Use LogLevel:INFO instead of hardcoded string.
  • 53fb20e Fixed UI AJAX for updated Symphony; updated and improved automated tests.
  • b459246 Drush update.
  • b36330f Issue #3311882: TypeError fixes in ViewsBulkOperationsViewData.
  • 2263937 Increased core version requirement to account for end of support for PHP 7.3.
  • f8aa905 Issue #3309650 by RandalV: Make sure 'example'-submodules are hidden in the 'Extend' list
  • 70f620b Issue #3309934: removed type hint.
  • 11bfdfe Issue #3304880 by Graber, zarabatana, smustgrave: Drupal 10 compatibility fixes
  • ba14415 Issue #3311031 by jidrone: Form actions should be of type actions
  • 41b5ee1 Issue #3308306 by fromme: Notice: Trying to access array offset on value of type null in ViewsBulkOperationsAccess->access()
  • f315d2e Backwards compatibility fixes; context preservation bugfix.
  • 035b931 String type.
  • c2c2299 Merge branch '4.1.x' into 1327632-support-action-specific
  • 374c183 Issue #3307059 by nielsva: Rename selection information "Clear" button to "Clear selection"
  • aabb46a Issue #3300794 by Graber, liquidcms, DuneBL: enable actions only when items selected - broken if more than 1 vbo table
  • 3fed26b Fixed kernel tests.
  • 7baf702 Added messages test for V2, applied standards and type hinting.
  • 7a0d5e7 Merge branch '4.1.x' into 1327632-support-action-specific
  • dd702c2 bug fixes
  • 5162119 Merged dev.
  • d38f09d WIP to be rebased.

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.

@violinist-bot violinist-bot force-pushed the drupalviewsbulkoperations414424 branch from 4a8bfdf to 4c92a0d Compare June 21, 2023 12:06
@violinist-bot violinist-bot force-pushed the drupalviewsbulkoperations414424 branch 2 times, most recently from c50c48c to e554793 Compare July 5, 2023 18:37
@violinist-bot violinist-bot force-pushed the drupalviewsbulkoperations414424 branch from e554793 to d5ffa7a Compare July 10, 2023 23:22
@violinist-bot violinist-bot force-pushed the drupalviewsbulkoperations414424 branch from d5ffa7a to 11420bd Compare July 14, 2023 05:57
@truls1502
Copy link
Member

This will now be closed, since it has been superseded by #333.

@truls1502 truls1502 closed this Aug 3, 2023
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.

2 participants