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 dependency @elastic/charts to v43 #123543

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@elastic/charts 40.2.0 -> 43.0.1 age adoption passing confidence

Release Notes

elastic/elastic-charts

v43.0.1

Compare Source

Bug Fixes

v43.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • xy: The time axis labels of a time-series chart configured without the timeZone prop are now rendering the labels with the local browser timezone instead of UTC.

v42.1.0

Compare Source

Features
  • allow multiple value accessors when computing the stack ratio (#​1537) (c2eb4b8)

v42.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • types: The xAccessor and yAccessor are now required on all xy chart specs. Stronger typing on data prop that may cause type errors when using untyped array (i.e. const arr: never[] = []). Other minor type changes related to spec types.
  • heatmap: The heatmap yAxisLabel.padding style type is changed from Pixel | Partial to Pixels | Padding. The heatmap axis labels are now correctly subjected to padding calculations and it will result in a slightly different position of labels.

Co-authored-by: Marco Vettorello [email protected]

41.0.1 (2021-12-20)

Bug Fixes

v41.0.1

Compare Source

Bug Fixes

v41.0.0

Compare Source

Bug Fixes
  • replace createRef with useRef in Functional Components. (#​1524) (9538417)
Code Refactoring
Features
BREAKING CHANGES
  • goal: The GoalSpec.config prop is removed. All properties have been moved/renamed under new Theme.goal options with the following exceptions:
  • Config.margin is now controlled by Theme.chartMargins and is no longer a margin ratio as before.
  • Config.backgroundColor is now controlled by Theme.background.color, even though it's not yet used.
  • fontFamily moved into each respective label styles
  • angleStart and angleEnd are moved onto the GoalSpec as optional values.
  • sectorLineWidth, width and height all removed as they were never used.

v40.3.0

Compare Source

Features

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes Team:DataVis Team label for DataVis Team v7.17.0 v8.1.0 labels Jan 22, 2022
@kibana-ci
Copy link
Collaborator

kibana-ci commented Jan 22, 2022

💔 Build Failed

Failed CI Steps

Test Failures

  • [job] [logs] Jest Tests #3 / Alerts by category after loading data it renders the bar chart when data is available
  • [job] [logs] Jest Tests #3 / Alerts by category after loading data it renders the expected subtitle
  • [job] [logs] Jest Tests #6 / APMSection renders transaction stat less than 1k
  • [job] [logs] Jest Tests #6 / APMSection renders with transaction series and stats
  • [job] [logs] Jest Tests #5 / BarChart with stackByField it renders a draggable legend
  • [job] [logs] Jest Tests #5 / BarChart with stackByField it renders the expected draggable legend text for datum kernel
  • [job] [logs] Jest Tests #5 / BarChart with stackByField it renders the expected draggable legend text for datum python.exe
  • [job] [logs] Jest Tests #5 / BarChart with stackByField it renders the expected draggable legend text for datum sshd
  • [job] [logs] Jest Tests #5 / BarChart with stackByField it renders the expected legend color #1EA593 for legend item 0
  • [job] [logs] Jest Tests #5 / BarChart with stackByField it renders the expected legend color #2B70F7 for legend item 1
  • [job] [logs] Jest Tests #5 / BarChart with stackByField it renders the expected legend color #CE0060 for legend item 2
  • [job] [logs] Jest Tests #6 / chart container doesn't show loading indicator
  • [job] [logs] Jest Tests #6 / DetectionEnginePageComponent renders correctly
  • [job] [logs] Jest Tests #7 / Discover chart render with filefield
  • [job] [logs] Jest Tests #7 / Discover component selected index pattern with time field displays chart toggle
  • [job] [logs] Jest Tests #7 / Discover component sidebar should be closed if discover:sidebarClosed is true
  • [job] [logs] Jest Tests #7 / Discover component sidebar should be opened if discover:sidebarClosed is false
  • [job] [logs] Jest Tests #7 / Discover component sidebar should be opened if discover:sidebarClosed was not set
  • [job] [logs] Jest Tests #7 / execution duration chart renders chart when execution duration values are available
  • [job] [logs] Jest Tests #1 / GaugeComponent renders the chart
  • [job] [logs] Jest Tests #7 / Histogram renders correctly
  • [job] [logs] Jest Tests #7 / Host Risk Flyout renders
  • [job] [logs] Default CI Group #4 / lens app lens chart data should render heatmap chart
  • [job] [logs] Default CI Group #4 / lens app lens chart data should render heatmap chart
  • [job] [logs] Default CI Group #26 / machine learning anomaly detection anomaly explorer with farequote based multi metric job renders Overall swim lane
  • [job] [logs] Default CI Group #26 / machine learning anomaly detection anomaly explorer with farequote based multi metric job renders Overall swim lane
  • [job] [logs] Jest Tests #4 / PieComponent hides the legend if the legend toggle is clicked
  • [job] [logs] Jest Tests #4 / PieComponent renders the legend toggle component
  • [job] [logs] Jest Tests #6 / PreviewHistogram it configures data and subtitle
  • [job] [logs] Jest Tests #5 / StatefulTopN rendering in a NON-active timeline context defaults to the 'Alert events' option when rendering in a NON-active timeline context (e.g. the Alerts table on the Detections page) when 'documentType' from 'useTimelineTypeContext()' is 'alerts'
  • [job] [logs] Jest Tests #5 / TagCloudChart calls filter callback
  • [job] [logs] Jest Tests #5 / TagCloudChart not renders the label if showLabel setting is off
  • [job] [logs] Jest Tests #5 / TagCloudChart receives the data in the correct format for bucket and metric accessors of type DatatableColumn
  • [job] [logs] Jest Tests #5 / TagCloudChart receives the data in the correct format for bucket and metric accessors of type number
  • [job] [logs] Jest Tests #5 / TagCloudChart renders the label correctly
  • [job] [logs] Jest Tests #5 / TagCloudChart renders the Wordcloud component with
  • [job] [logs] Jest Tests #5 / TagCloudChart sets the angles correctly
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component allowBrushingLastHistogramBin is true for date histogram data
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component allowBrushingLastHistogramBin should be fakse for ordinal data
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component it renders area
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component it renders bar
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component it renders horizontal bar
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component it renders line
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component it renders stacked area
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component it renders stacked bar
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component it renders stacked horizontal bar
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component legendAction is not triggering event on non-interactive mode
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component onBrushEnd is not set on non-interactive mode
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component onBrushEnd returns correct context data for date histogram data
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component onBrushEnd returns correct context data for number histogram data
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component onElementClick is not triggering event on non-interactive mode
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component onElementClick returns correct context data
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component onElementClick returns correct context data for date histogram
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component onElementClick returns correct context data for numeric histogram
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component returns correct original data for ordinal x axis with special formatter
  • [job] [logs] Jest Tests #5 / xy_expression XYChart component sets up correct yScaleType equal to binary_linear for bytes formatting

Metrics [docs]

Public APIs missing exports

Total count of every type that is part of your API that should be exported but is not. This will cause broken links in the API documentation system. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats exports for more detailed information.

id before after diff
kibana 958 960 +2

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
kbnUiSharedDeps-npmDll 6.1MB 6.1MB -2.7KB
Unknown metric groups

ESLint disabled in files

id before after diff
apm 15 14 -1
securitySolution 68 67 -1
uptime 5 4 -1
total -3

ESLint disabled line counts

id before after diff
apm 87 84 -3
uptime 41 38 -3
total -6

References to deprecated APIs

id before after diff
canvas 70 64 -6
fleet 39 35 -4
lens 265 203 -62
monitoring 53 41 -12
stackAlerts 183 157 -26
upgradeAssistant 12 7 -5
total -115

Total ESLint disabled count

id before after diff
apm 102 98 -4
securitySolution 523 522 -1
uptime 46 42 -4
total -9

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@markov00
Copy link
Member

close in favour of #121593

@markov00 markov00 closed this Jan 26, 2022
@renovate renovate bot deleted the renovate/@elasticcharts branch January 28, 2022 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes Team:DataVis Team label for DataVis Team v7.17.0 v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants