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/charts: 5.1.7 (updated from 5.0.13)
  • symfony/console: v6.4.24 (updated from v6.4.22)
  • symfony/dependency-injection: v6.4.24 (updated from v6.4.22)
  • symfony/error-handler: v6.4.24 (updated from v6.4.22)
  • symfony/event-dispatcher: v6.4.24 (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.24 (updated from v6.4.22)
  • symfony/http-kernel: v6.4.24 (updated from v6.4.22)
  • symfony/mailer: v6.4.24 (updated from v6.4.21)
  • symfony/mime: v6.4.24 (updated from v6.4.21)
  • symfony/polyfill-php81: v1.33.0 (updated from v1.32.0)
  • symfony/process: v6.4.24 (updated from v6.4.20)
  • symfony/psr-http-message-bridge: v6.4.24 (updated from v6.4.13)
  • symfony/routing: v6.4.24 (updated from v6.4.22)
  • symfony/serializer: v6.4.24 (updated from v6.4.22)
  • symfony/string: v6.4.24 (updated from v6.4.21)
  • symfony/validator: v6.4.24 (updated from v6.4.22)
  • symfony/var-dumper: v6.4.24 (updated from v6.4.21)
  • symfony/var-exporter: v6.4.24 (updated from v6.4.22)
  • symfony/yaml: v6.4.24 (updated from v6.4.21)
  • doctrine/persistence: 4.0.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
  .cspell-project-words.txt
  .gitlab-ci.yml
  README.md
  charts.api.php
  charts.charts_types.yml
  charts.info.yml
  charts.install
  charts.module
  charts.post_update.php
  charts.services.yml
  charts.settings.yml
  composer.json
  config/install/charts.settings.yml
  config/schema/charts.data_types.schema.yml
  config/schema/charts.views.schema.yml
  js/charts.es6.js
  js/charts.js
  logo.png
  modules/charts_api_example/charts_api_example.info.yml
  modules/charts_api_example/js/charts_api_example_js_override.js
  modules/charts_api_example/src/Controller/ChartsApiExample.php
  modules/charts_billboard/README.md
  modules/charts_billboard/charts_billboard.info.yml
  modules/charts_billboard/charts_billboard.install
  modules/charts_billboard/config/schema/charts_billboard.schema.yml
  modules/charts_billboard/js/charts_billboard.js
  modules/charts_billboard/src/Plugin/chart/Library/Billboard.php
  modules/charts_billboard/tests/src/Unit/Plugin/chart/Library/BillboardTest.php
  modules/charts_blocks/charts_blocks.info.yml
  modules/charts_blocks/src/Plugin/Block/ChartsBlock.php
  modules/charts_c3/README.md
  modules/charts_c3/charts_c3.info.yml
  modules/charts_c3/charts_c3.install
  modules/charts_c3/composer.json
  modules/charts_c3/config/schema/charts_c3.schema.yml
  modules/charts_c3/js/charts_c3.js
  modules/charts_c3/src/Plugin/chart/Library/C3.php
  modules/charts_c3/tests/src/Unit/Plugin/chart/Library/C3Test.php
  modules/charts_chartjs/README.md
  modules/charts_chartjs/charts_chartjs.info.yml
  modules/charts_chartjs/charts_chartjs.install
  modules/charts_chartjs/charts_chartjs.libraries.yml
  modules/charts_chartjs/composer.json
  modules/charts_chartjs/js/charts_chartjs.js
  modules/charts_chartjs/src/Plugin/chart/Library/Chartjs.php
  modules/charts_chartjs/tests/src/Kernel/DimensionsTest.php
  modules/charts_chartjs/tests/src/Unit/Plugin/chart/Library/ChartjsTest.php
  modules/charts_google/charts_google.info.yml
  modules/charts_google/charts_google.install
  modules/charts_google/js/charts_google.js
  modules/charts_google/src/Plugin/chart/Library/Google.php
  modules/charts_google/tests/src/Unit/Plugin/chart/Library/GoogleTest.php
  modules/charts_highcharts/README.md
  modules/charts_highcharts/charts_highcharts.charts_types.yml
  modules/charts_highcharts/charts_highcharts.info.yml
  modules/charts_highcharts/charts_highcharts.install
  modules/charts_highcharts/charts_highcharts.libraries.yml
  modules/charts_highcharts/charts_highcharts.post_update.php
  modules/charts_highcharts/composer.json
  modules/charts_highcharts/config/schema/charts_highcharts.schema.yml
  modules/charts_highcharts/js/charts_highcharts.js
  modules/charts_highcharts/js/color_changer.js
  modules/charts_highcharts/js/textures.js
  modules/charts_highcharts/src/Plugin/chart/Library/Highcharts.php
  modules/charts_highcharts/tests/src/Unit/Plugin/chart/Library/HighchartsTest.php
  phpunit.xml.dist
  src/Attribute/Chart.php
  src/ChartManager.php
  src/ConfigUpdater.php
  src/Element/BaseSettings.php
  src/Element/Chart.php
  src/Element/ChartAxisBase.php
  src/Element/ChartData.php
  src/Element/ChartDataCollectorTable.php
  src/Element/ChartDataItem.php
  src/EventSubscriber/ConfigImportSubscriber.php
  src/Form/ChartsConfigForm.php
  src/Plugin/DataType/ChartConfigData.php
  src/Plugin/Field/FieldFormatter/ChartConfigItemDefaultFormatter.php
  src/Plugin/Field/FieldType/ChartConfigItem.php
  src/Plugin/Field/FieldWidget/ChartConfigItemDefaultWidget.php
  src/Plugin/chart/Library/ChartBase.php
  src/Plugin/chart/Library/ChartInterface.php
  src/Plugin/chart/Library/LibraryRetrieverTrait.php
  src/Plugin/views/display/ChartsPluginDisplayChart.php
  src/Plugin/views/field/BubbleField.php
  src/Plugin/views/field/ExposedChartType.php
  src/Plugin/views/field/NumericArrayField.php
  src/Plugin/views/field/ScatterField.php
  src/Plugin/views/style/ChartsPluginStyleChart.php
  src/ProxyClass/PluginsUninstallValidator.php
  src/TypeManager.php
  src/Util/Util.php
  tests/modules/charts_test/charts_test.info.yml
  tests/modules/charts_test/config/schema/charts_test.schema.yml
  tests/modules/charts_test/src/Plugin/chart/Library/ChartsTestLibrary.php
  tests/modules/charts_test/test_views/views.view.test_charts.yml
  tests/src/FunctionalJavascript/DataCollectorTableTest.php
  tests/src/Kernel/ChartTypeSupportTest.php
  tests/src/Kernel/DimensionsTest.php
  tests/src/Unit/ChartDataCollectorTableTest.php
  tests/src/Unit/Form/ChartsConfigFormTest.php
  tests/src/Unit/HookPreprocessHookTest.php
  tests/src/Unit/HookThemeTest.php
  tests/src/Unit/HookViewsDataTest.php

Changelog

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

  • f81e050 Issue #3538688 by andileco, stefan.korn: Chartjs - Datalables plugin - options
  • 6855590 Issue #3538688 by stefan.korn: Chartjs - Datalables plugin - options
  • 1c8e779 Issue #3542281 by jofitz: Improve readability of README.md in Chart.js Charts sub-module
  • 27cb4cc Issue #3539883 by erutan, bhogue: Typo in composer instructions for highcharts composer
  • ff1b1f7 Issue #3504180 by andileco, superfedya, bluegeek9, ivan zugec: D3 Library doesn't work locally
  • 65791b0 Issue #3504180 by andileco, bluegeek9, superfedya, ivan zugec: D3 Library doesn't work locally
  • 6d2ee3e Issue #3533497 by stefan.korn, cballenar: Field widget limits access to default charting library on field settings
  • 17165a2 Issue #3532198 by davidwhthomas, andileco, nikathone: Highcharts dark mode support and styledMode
  • 9090718 Issue #3532198 by davidwhthomas, andileco, nikathone: Highcharts dark mode support and styledMode
  • 0b60964 Issue #3530064 by andileco, nikathone: For Charts Block, site_default plugin still throws errors
  • d3e28af Issue #3493686 by bluegeek9, liam morland, andileco, jonraedeke: Billboard and C3 not using custom colors for Pie or Donut charts
  • ca3b061 Issue #3456882 by dan3h, andileco, liam morland: HTML encodings (e.g. "&") showing up in legend
  • 668210a Issue #3528781 by andileco, nikathone: Add StackLabel option for Highcharts
  • 5a3426e Issue #3458753 by andileco, visway12: Add support for PieChart colorAxis options
  • f086ac7 Issue #3466734 by andileco, bluegeek9, gstivanin, abontu, fox mulder: TypeError: array_unshift(): Argument #1 ($array) must be of type array
  • 4f9fa02 Issue #3525857 by andileco, nikathone: Allow chart plugins to add more options to the base settings element
  • a069388 Issue #3524784 by andileco: Error if stripLabelTags passed NULL in C3/Billboard
  • 3605f94 Issue #3519807 by bluegeek9: Project Logo
  • dbd50ba Issue #3518027 by bluegeek9, liam morland, nikathone: Fix issues raised by phpstan
  • f36cfe2 Issue #3391197 by andileco, nikathone, bluegeek9: Support additional common chart types (area range, boxplot, candlestick, heatmap)
  • d68b5bf Issue #3517328 by hmdnawaz, bluegeek9: file_validate_extensions and file_validate_size are removed in Drupal 11
  • c469f5a Issue #3517539 by bluegeek9: Issues reported by CSpell
  • 2224dde Issue #3517543 by bluegeek9, andileco: Issues reported by eslint
  • 47338d7 Issue #3516989 by andileco, nikathone: Add a views field that can output data arrays of various lengths
  • d665829 Issue #3515897: Add Code Coverage metrics
  • a811da5 Issue #3516229 by bluegeek9: Remove charts.install
  • 6702f53 Issue #3473689 by cballenar: Allow 'auto' legend layout in Highcharts.js
  • 63626e2 Issue #3514455 by andileco, simonknight: Highcharts Gauges do not display correctly with latest js verson
  • 81518f7 Issue #3515868 by bluegeek9: Add composer.json
  • a11f792 Issue #3515215 by andileco, keshav patel, nikathone: Convert plugin annotations to attributes
  • 8254ffd Issue #3509683 by harlor: Uncaught TypeError: Drupal.Charts is undefined
  • cab2723 Issue #3505816: Fix pie chart xaxis labels extraction for chartjs
  • b5b1376 Issue #3510411 by andileco: Re-structure Highcharts libraries so that Highcharts "modules" are their own Drupal libraries
  • faa4713 Issue #3499637 by almador, andileco, maxilein: Undefined array key "connect_nulls"
  • 11847eb Revert "Merge branch '3391197-enable-support-for' into '5.1.x'"
  • 096e147 Merge branch '3391197-enable-support-for' into '5.1.x'
  • d5a9fb5 Issue #3495072 by andileco, nikathone: Highcharts multiples series doesn't display all lines
  • c0e3aeb Issue #3491360 by bluegeek9, nikathone: Issues Reported by PHPstan
  • 35b8ef9 Issue #3495124: Rename charts.es6.js to charts.js for 5.1.x
  • 3e1b356 Issue #3457231 by odai atieh: d3.min.js is missing (Local library)
  • 2fa1c0d Issue #3450588 by nikathone, kksandr, andileco: The "site_default" plugin does not exist
  • bc35017 Issue #3490680 by bluegeek9: Issues reported by phpcs
  • 3325742 Issue #3491408 by bluegeek9: Test Drupal 10 & 11
  • b7df78a Issue #3490047 by andileco, nikathone: Provide a way to identify chart attachment added to chart render array
  • e1856fe Issue #3490095: Make getSelectedDataFields protected rather than private
  • f9da1cc Issue #3488778 by johnjw59: Twig Debug Breaks Chart Label in Views
  • d58656b Merge branch '5.0.x' into '3391197-enable-support-for'
  • 0adad8c Issue #3482290 by zerbash, andileco, nikathone: Secondary axis overwrites first
  • 9bbbfec Issue #3463501 by andileco, olivier.br, nikathone: Add the possibility to choose a different CSV separator by chart with chart field
  • 8e28a99 Issue #3481760 by andileco, nikathone: Add entity to the Chart element when a Chart field is used to enable retrieval of entity values in charts hooks
  • dadd32c Issue #3468607 by andileco, mfb: ArgumentCountError at admin/config/content/charts on D11
  • 1d1bf33 Issue #3466764 by andileco, nikathone: Add prefix to $set_label to prevent numbers being stripped by Html::cleanCssIdentifier
  • 2dbd3e4 Issue #3466764 by andileco, nikathone: Add prefix to $set_label to prevent numbers being stripped by Html::cleanCssIdentifier
  • 9a0c503 Issue #3463862 by andileco, kevin.bruner: How to use plugins?
  • 3413980 Issue #3464603: Invalid json in modules/contrib/charts/modules/charts_chartjs/composer.json
  • 6486bb0 Issue #3463862: How to use plugins?
  • 93a2994 Issue #3462637: Uncaught PHP exception with 5.0.15 on Drupal < 10.3.x
  • 513b18e Issue #3463167 by andileco: New branch to support ^10.3 || ^11
  • f2d815f Issue #3428350 by andileco, Project Update Bot: Automated Drupal 11 compatibility fixes for charts
  • a9dcd09 Issue #3461759: TypeError: array_values(): Argument #1 ($array) must be of type array, null given in array_values() - line 445 of ...Highcharts.php
  • cbe2b17 Issue #3460698 by andileco, nikathone: Remove the color changer from the chart field preview to avoid a form inside a form
  • 890e512 Issue #3451038: Bad order in colors, if have more than 10
  • 85f8742 Issue #3449184 by andileco: Fix bubble chart for Google Charts
  • c2672c5 Issue #3450605 by kksandr: Deprecated function: Calling get_class() without arguments is deprecated
  • ff1e097 Issue #3449103 by Dylan Donkersgoed: Pie, Donut charts in chart block fail to render with Google Charts
  • 1e509b5 Update ChartTypeSupportTest
  • 0e0529a Merge branch charts:5.0.x into 3391197-enable-support-for
  • 5972459 Update code documentation
  • d6373e5 Start on boxplot and candlestick integration with Google Charts.
  • 72c5041 Enable boxplot for Highcharts, paying attention to the ChartDataCollectorTable
  • a6d6a2b Add Boxplot and Candlestick view field plugins.
  • a7d616e Issue #3391197 by andileco: Enable support for Candlestick and Boxplot charts

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