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 v68 (main) #195447

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Oct 8, 2024

This PR contains the following updates:

Package Type Update Change
@elastic/charts dependencies major 67.0.1 -> 68.0.0

Release Notes

elastic/elastic-charts (@​elastic/charts)

v68.0.0

Compare Source

Features
BREAKING CHANGES
  • xy: The way mixed stacked/nonstacked series are colored now is different from the previous behaviour. Now we color them not by their insert index but by the way we display them in the rendering: from the left to right, bottom top, stacked, nonstacked. This align correctly also the legend colors by default. This does not affect colors assigned via a SeriesColorAccessor.

67.0.1 (2024-10-03)

Bug Fixes
  • ChartStatus: render complete if same parent size is dispatched (#​2534) (c3aba88)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot added backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Oct 8, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-visualizations (Team:Visualizations)

@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] x-pack/test_serverless/functional/test_suites/search/common_configs/config.group6.ts / discover/esql discover esql view ES|QL in Discover should render esql view correctly

Metrics [docs]

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.2MB 6.2MB -230.0B

@nickofthyme nickofthyme merged commit ba0bd8a into main Oct 9, 2024
46 checks passed
@nickofthyme nickofthyme deleted the renovate/main-@elasticcharts branch October 9, 2024 13:59
@nickofthyme nickofthyme added backport:prev-minor Backport to (9.0) the previous minor version (i.e. one version back from main) and removed backport:skip This commit does not require backporting labels Oct 9, 2024
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/11258682850

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 9, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@elastic/charts](https://togithub.com/elastic/elastic-charts) |
dependencies | major | [`67.0.1` ->
`68.0.0`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/67.0.1/68.0.0)
|

---

### Release Notes

<details>
<summary>elastic/elastic-charts (@&elastic#8203;elastic/charts)</summary>

###
[`v68.0.0`](https://togithub.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#6800-2024-10-08)

[Compare
Source](https://togithub.com/elastic/elastic-charts/compare/v67.0.1...v68.0.0)

##### Features

- **xy:** render sorting
([#&elastic#8203;2524](https://togithub.com/elastic/elastic-charts/issues/2524))
([c514571](https://togithub.com/elastic/elastic-charts/commit/c5145713025cfa3d48cb526d2fcad884a036d393))

##### BREAKING CHANGES

- **xy:** The way mixed stacked/nonstacked series are colored now is
different from the previous behaviour. Now we color them not by their
insert index but by the way we display them in the rendering: from the
left to right, bottom top, stacked, nonstacked. This align correctly
also the legend colors by default. This does **not** affect colors
assigned via a `SeriesColorAccessor`.

####
[67.0.1](https://togithub.com/elastic/elastic-charts/compare/v67.0.0...v67.0.1)
(2024-10-03)

##### Bug Fixes

- **ChartStatus:** render complete if same parent size is dispatched
([#&elastic#8203;2534](https://togithub.com/elastic/elastic-charts/issues/2534))
([c3aba88](https://togithub.com/elastic/elastic-charts/commit/c3aba885b92f898ef59f452d3fed7812584d48b0))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlZpc3VhbGl6YXRpb25zIiwiYmFja3BvcnQ6c2tpcCIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit ba0bd8a)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Oct 9, 2024
)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Update dependency @elastic/charts to v68 (main)
(#195447)](#195447)

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (9.0) the previous minor version (i.e. one version back from main) 💝community release_note:skip Skip the PR/issue when compiling release notes Team:Visualizations Visualization editors, elastic-charts and infrastructure v8.16.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants