Skip to content

Commit b34e7d1

Browse files
committed
Upgrade @elastic/charts to version 71.5.0. (elastic#263134)
Upgrades the `@elastic/charts` to version `71.5.0` (from `71.4.0`). [`71.5.0`](https://github.com/elastic/elastic-charts/releases/tag/v71.5.0) includes the following two necessary theme updates which Lens needs to accurately render monospaced font for Metric and Gauge charts. - elastic/elastic-charts#2811 - elastic/elastic-charts#2816 |Before v71.4.0|After v71.5.0| |:--:|:--:| |<img width="642" height="614" alt="image" src="https://github.com/user-attachments/assets/3df7090d-35bd-4921-9027-35f7db1e9bca" />|<img width="641" height="622" alt="image" src="https://github.com/user-attachments/assets/48010014-c76d-4301-b133-86d192f4161e" />| (cherry picked from commit b1617e3) # Conflicts: # src/platform/packages/private/kbn-ui-shared-deps-npm/version_dependencies.txt
1 parent d5e39b5 commit b34e7d1

7 files changed

Lines changed: 43 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"@elastic/apm-rum": "5.17.3",
135135
"@elastic/apm-rum-core": "5.25.1",
136136
"@elastic/apm-rum-react": "2.0.9",
137-
"@elastic/charts": "71.4.0",
137+
"@elastic/charts": "71.5.0",
138138
"@elastic/datemath": "5.0.3",
139139
"@elastic/ebt": "1.4.1",
140140
"@elastic/ecs": "9.3.0",

src/platform/packages/private/kbn-ui-shared-deps-npm/version_dependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
@babel/types@7.26.8
1515
@base2/pretty-print-object@1.0.1
1616
@elastic/apm-rum-core@5.25.1
17-
@elastic/charts@71.4.0
18-
@elastic/esql@1.8.0
17+
@elastic/charts@71.5.0
18+
@elastic/esql@2.0.0
1919
@elastic/eui-theme-borealis@7.0.0
2020
@elastic/eui-theme-common@9.0.0
2121
@elastic/eui@114.0.0

src/platform/plugins/shared/chart_expressions/expression_gauge/public/components/__snapshots__/gauge_component.test.tsx.snap

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/platform/plugins/shared/chart_expressions/expression_partition_vis/public/components/__snapshots__/partition_vis_component.test.tsx.snap

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/platform/plugins/shared/chart_expressions/expression_xy/public/components/__snapshots__/xy_chart.test.tsx.snap

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/donut_chart.test.tsx.snap

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,10 +2281,10 @@
22812281
dependencies:
22822282
object-hash "^1.3.0"
22832283

2284-
"@elastic/charts@71.4.0":
2285-
version "71.4.0"
2286-
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-71.4.0.tgz#e1fde46d4de175b8ce38fbb7a63686c919cfbefc"
2287-
integrity sha512-vD4J/uKDyhAirqrOzNgWUjBSRWUhiJjQH6OBlD6jXAm85TY+h7Ov7ZQ64DSZvnqzfnJKJTMO8VEW89Kw24hDcg==
2284+
"@elastic/charts@71.5.0":
2285+
version "71.5.0"
2286+
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-71.5.0.tgz#b1e195f42f4c0611cda8bd26a57a23a516ef667b"
2287+
integrity sha512-0T6BVc8Rklldf3GJSpkMFX411dL48nxZ0E6KhwAdDf7E4vLFm4z672Azjkq60LzTBxE7BfHDhoamiPnNxXJEQg==
22882288
dependencies:
22892289
"@popperjs/core" "^2.11.8"
22902290
"@reduxjs/toolkit" "1.9.7"

0 commit comments

Comments
 (0)