Skip to content

Conversation

@violinist-bot
Copy link
Contributor

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:

  • composer/semver: 3.4.4 (updated from 3.4.3)
  • drupal/views_data_export: 1.7.0 (updated from 1.4.0)
  • league/csv: 9.27.0 (updated from 9.16.0)
  • symfony/console: v6.4.26 (updated from v6.4.22)
  • symfony/dependency-injection: v6.4.26 (updated from v6.4.22)
  • symfony/error-handler: v6.4.26 (updated from v6.4.22)
  • symfony/event-dispatcher: v6.4.25 (updated from v6.4.13)
  • symfony/filesystem: v6.4.24 (updated from v6.4.13)
  • symfony/finder: v6.4.24 (updated from v6.4.17)
  • symfony/http-foundation: v6.4.26 (updated from v6.4.22)
  • symfony/http-kernel: v6.4.26 (updated from v6.4.22)
  • symfony/mailer: v6.4.26 (updated from v6.4.21)
  • symfony/mime: v6.4.26 (updated from v6.4.21)
  • symfony/polyfill-php81: v1.33.0 (updated from v1.32.0)
  • symfony/process: v6.4.26 (updated from v6.4.20)
  • symfony/psr-http-message-bridge: v6.4.24 (updated from v6.4.13)
  • symfony/routing: v6.4.26 (updated from v6.4.22)
  • symfony/serializer: v6.4.26 (updated from v6.4.22)
  • symfony/string: v6.4.26 (updated from v6.4.21)
  • symfony/validator: v6.4.26 (updated from v6.4.22)
  • symfony/var-dumper: v6.4.26 (updated from v6.4.21)
  • symfony/var-exporter: v6.4.26 (updated from v6.4.22)
  • symfony/yaml: v6.4.26 (updated from v6.4.21)
  • doctrine/persistence: 4.1.1 (updated from 4.0.0)
  • symfony/polyfill-php73: v1.33.0 (updated from v1.32.0)
  • symfony/polyfill-php80: v1.33.0 (updated from v1.32.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
  .gitignore
  .gitlab-ci.yml
  README.md
  composer.json
  config/schema/views_data_export.views.schema.yml
  css/views_data_export.css
  js/views_data_export_auto_download.js
  logo.png
  phpstan-baseline.neon
  src/BatchProcessingAdapterDrupal.php
  src/BatchProcessingAdapterDrush.php
  src/BatchProcessingAdapterInterface.php
  src/Drush/Commands/ViewsDataExportCommands.php
  src/Plugin/views/display/DataExport.php
  src/Plugin/views/style/DataExport.php
  tests/modules/views_data_export_test/test_views/views.view.test_admin_path.yml
  tests/modules/views_data_export_test/test_views/views.view.test_data_export_validate.yml
  tests/modules/views_data_export_test/test_views/views.view.test_xml_export.yml
  tests/modules/views_data_export_test/test_views/views.view.views_data_test_1.yml
  tests/modules/views_data_export_test/test_views/views.view.views_data_test_4.yml
  tests/src/Functional/ViewsDataExportBatchTest.php
  tests/src/Functional/ViewsDataExportValidateTest.php
  tests/src/Functional/ViewsDataExportXmlTest.php
  tests/src/Kernel/Plugin/views/display/DataExportRoutesTest.php
  tests/src/Kernel/Plugin/views/style/DataExportTest.php
  views_data_export.api.php
  views_data_export.info.yml
  views_data_export.module
  views_data_export.post_update.php

Changelog

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

  • c5e1812 [#3536585] fix: Account switching doesn't work correctly for drush command
  • 77f7979 [#3551130] feat: Improve cloning in views to prevent crashes.
  • f6711c0 [#3485587] fix: Error on redirect to display that uses contextual filters and route parameters
  • 3b00c84 [#3447012] fix: Does not work with data aggregation + paging
  • d15b5ff Issue #3475412 by steven jones, bwong, plopesc: Add a unique class for the icon to allow customization by CSS
  • ce1b6be Issue #3107955 by steven jones, benstallings, vernit, tolyan4ik: Use dependency injection
  • 25ec0d1 Issue #2887450 by steven jones, idebr, hfernandes, sstapleton, manuel garcia, _randy, BS Pavan, giuseppe87, super_romeo, reszli, it-cru, anneke_vde, jaapjan, grndlvl, code_brown, minoroffense, matthiasm11, simgui8, p4trizio, doidd, pivica, a.ilyin, frantisekivanko, b-prod, sergiur, guillaumepacilly, pierreemmanuel, vengador, megha_kundar, patrickfweston, sachint1996, medha kumari, mscalone, eelkeblok, mellowtothemax, norman.lol, steinmb, leisurman, yazzbe, longwave, sakonn, escuriola, guillaumeduveau, tim-diels, killes@www.drop.org, atourino, alexdoma, sonfd, josephdpurcell, superlolo95, jhedstrom, joseph.olstad, ivnish, PhilippVerpoort, lee.cocklin, chiefme, error84: Re-add Drush commands
  • 0c87758 Issue #3523386 by steven jones: Allow pretty-printing XML
  • 8843239 Issue #3522528 by steven jones, xperd: Allow specifying the XML encoding property
  • dabf061 Issue #2886357 by xperd, steven jones, joelpittet, upchuk, nikolay borisov, smulvih2, chizh273, qusai taha, reszli, sj.suraj, matio89, sissonen: Allow changing default "<response>" and "<item>" tags in XML export
  • fcafcfe Issue #3368855 by steven jones: Set the admin path option on routes.
  • 1fc2589 Issue #3368855: Admin theme not active when using batch export method and a display path starting with admin/
  • f3d4a5f Issue #3508243 by steven jones: Add a gitignore for working with DDEV
  • 57546f0 Issue #3392864 by erom, steven jones: Generate root-relative URLs for downloading files
  • 8b18d5c Issue #3046184 by andrewbelcher, steven jones, cornifex, andrey.baranovskiy, matthijs, danielhonrade, berdir, jhedstrom, joelpittet: Optional CSV header row
  • e09f675 Issue #3476270 by david.muffley: DataExport::processBatch() uses Xlsx when it should use Xls
  • 16d2013 Issue #3281764 by ghost of drupal past, steven jones: Excel batch completely fails if style is given in default display
  • 6666a2d Issue #3120563 by jhedstrom, danharper, damienmckenna, nishruu, thomasmurphy, leontin, renatoheeb@gmail.com, eloivaque, scott_euser, vishal.kadam, hktang: Inconsistent results when doing batch exports
  • 6a0db37 Issue #3493480 by steven jones: Update the PHPStan baseline
  • 4fe5efd Issue #3476628 by steven jones, leslieg: Update logo for compatibility with Project Browser
  • a545903 Issue #3476628: Update logo for compatibility with Project Browser
  • 11d9237 Issue #3447457 by solideogloria: Show estimated time remaining during export
  • 5295b82 Issue #3459698 by project update bot, steven jones, acbramley, benstallings, emptyvoid, mably, maxilein, aaronbauman: Automated Drupal 11 compatibility fixes for views_data_export
  • fec5eab Issue #3388703 by shubham_jain, amanp, steven jones, ericgsmith, dydave, ultrabob, godotislate, david.qdoscc: Deprecated call to setCellValueByColumnAndRow (module is not compatible with latest version of xls_serialization)
  • dbc0208 Issue #3459698 by project update bot, steven jones, acbramley, benstallings, emptyvoid, mably, aaronbauman, maxilein: Automated Drupal 11 compatibility fixes for views_data_export
  • 1f65a7f Issue #3152272 by jlscott, andreasderijcke, Steven Jones: Invalid use of array union operator
  • 11469c5 Issue #2922153 by Steven Jones, Spokje, Diwakar07, SivaprasadC, phjou, sarguna raj M, roshni27, manish-31, jhedstrom: Fix coding standards messages
  • a1687ae Issue #3437502 by andrew.farquharson, ryanrobinson_wlu, rollins: Kernel Tests: Errors and Deprecations
  • e207b57 Issue #3280052 by Chi, shraddha21, Tanuja Bohra: Remove percentage from the progress message.
  • f6936c6 Issue #3209680 by voleger, mparker17: License "GPL-2.0+" is a deprecated SPDX license identifier

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