Skip to content

fix(deps): update all non-major dependencies#521

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#521
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 26, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 24.10.1324.12.4 age confidence
@vitejs/plugin-vue (source) 6.0.66.0.7 age confidence
algoliasearch (source) 4.26.04.27.0 age confidence
echarts (source) 6.0.06.1.0 age confidence
element-plus (source) 2.13.22.14.0 age confidence
katex (source) 0.16.330.17.0 age confidence
less (source) 4.5.14.6.4 age confidence
marked (source) 17.0.317.0.6 age confidence
nodejieba 3.5.23.5.8 age confidence
puppeteer (source) 24.40.024.43.1 age confidence
rollup-plugin-visualizer 7.0.07.0.1 age confidence
tsx (source) 4.19.34.22.3 age confidence
unplugin-vue-components 32.0.032.1.0 age confidence
vue (source) 3.5.293.5.34 age confidence
vue-router (source) 5.0.35.0.7 age confidence

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.7

Features
Bug Fixes
algolia/algoliasearch-client-javascript (algoliasearch)

v4.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: algolia/algoliasearch-client-javascript@4.26.0...4.27.0

apache/echarts (echarts)

v6.1.0

Compare Source

  • [Feature] [axis]: Support dataMin and dataMax option for calculating a nice axis extent. #​20838 (Justin-ZS, Ovilia)
  • [Feature] [axis]: Comprehensively enable all types of axis (i.e., "value"/"time"/"category"/"log") to render series (typically "bar"/"pictorialBar"/"candlestick"/"boxplot") without overflow (including the case "category" axis with boundaryGap: false); provide containShape option; provide some corresponding clip option. dbfaf6a73 fe932a2aa 3973b21ee (100pah) #​21511 (Akash Sonune)
  • [Feature] [axis]: Automatically exclude non-positive series data values on "log" axis. dedc5dc18 (100pah)
  • [Feature] [axis]: Enable axisLabel.formatter to receive its index for working with customValues. #​21220 #​21432 (Szymon Pachucki, Ovilia, plainheart)
  • [Feature] [line]: Add triggerEvent option for more control over mouse event. #​21001 (Steven Cobb, plainheart)
  • [Feature] [pie]: Add tangential-noflip rotation mode to keep labels tangential without flipping. #​21258 (春秋半夏, Ovilia)
  • [Feature] [gauge]: progress.color supports 'auto'. #​21224 (StNimmerlein, Ovilia)
  • [Feature] [radar]: Add clockwise option. #​21143 (Dai Xuezhou, Ovilia)
  • [Feature] [candlestick,dataZoom]: Add cursor option for candlestick series and add cursorGrab option & cursorGrabbing for 'inside' dataZoom. #​21558 (zuming, Ovilia, 100pah, Ovilia)
  • [Feature] [scatter,effectScatter,geo]: Enable clip option on "scatter"/"effectScatter" on geo. 417592289 (100pah)
  • [Feature] [visualMap]: Add seriesTargets option for multiple series-dimension mappings. #​20703 (Justin-ZS, plainheart)
  • [Feature] [matrix]: Support matrix.x/y.length for conveniently creating a headless matrix without composing an array. #​21191 (100pah, plainheart)
  • [Feature] [matrix]: Add triggerEvent option to support triggering event on matrix cells. #​21390 (Natsuo Kawai, 100pah)
  • [Feature] [i18n]: add Latvian(LV) translation. #​21546 (EPoikans)
  • [Fix] [axis]: Change and clarify the rounding error and auto-precision utils and solutions. 479dcd454 (100pah)
  • [Fix] [axis]: Fix chart does not work when using customValues with formatter in time axis (axis.type: 'time') label. #​21352 (Srajan Sanjay Saxena, plainheart)
  • [Fix] [axis]: Fix and clarify alignTick strategy, and fix LogScale precision. a6ab2458f ffcc636fb (100pah)
  • [Fix] [axis]: Fix duplicate ticks when using time axis (axis.type: 'time') or customValues, which causes jitter of splitArea; fix the showMin/MaxLabel handling of a category axis (axis.type: 'category'); enable a uniform bandWidth calculation in numeric axis (axis.type: 'value' | 'time' | 'log'). 8de2b64fa 15af0db02 8ddaa5c69 (100pah)
  • [Fix] [axis]: Fix time axis (axis.type: 'time') bug when value scale is in millisecond. 40b77b464 (100pah)
  • [Fix] [bar]: Fix wrong label position when bar series has a 0 width/height. #​21218 (Justin-ZS, Ovilia)
  • [Fix] [scatter]: Fix jitter layout does not support progressive rendering and cause chart to be frozen and potential NPE. #​21436 (plainheart)
  • [Fix] [lines]: Fix effect symbol flip on unidirectional loop end when roundTrip is not enabled. #​21320 (Mayank Mehta, plainheart)
  • [Fix] [candlestick]: Fix candlestick render error with series.encode on horizontal layout. #​21325 (Purbayan Pramanik, 100pah)
  • [Fix] [parallel]: Fix incorrect axis extent when any subsequent series has a larger value than the first. #​21387 (jackhickson, 100pah)
  • [Fix] [pie]: Support axes extent union pie center automatically when pie is laid out on Cartesian (grid component). 18a23a875 (100pah)
  • [Fix] [treemap]: Fix treemap can not be zoomed out after a zoom-in when scaleLimit is specified #​21427 (TateLiu, 100pah)
  • [Fix] [lines]: Fix potential tooltip XSS vulnerability in lines series (series.type: 'lines'). #​21608 (plainheart)
  • [Fix] [map,geo]: Fix the failed synchronization and visual artifacts on geo roaming and animation. 417592289 (100pah)
  • [Fix] [tooltip]: Fix tooltip content does not refresh when changing tooltip trigger from 'axis' to 'item'. #​20710 (Justin-ZS, plainheart)
  • [Fix] [tooltip]: valueFormatter callback param dataIndex should be rawDataIndex rather than dataZoom filtered dataIndex. #​21479 (100pah, plainheart)
  • [Fix] [axisPointer]: Fix axisPointer shadow and enable clipping - it is previously only applicable to "category" axis, but is buggy in numeric axis with "bar" series. 8de2b64fa (100pah)
  • [Fix] [axisPointer]: Fix visual artifacts caused by failed axisPointer restoration. 56a32c0bb (100pah)
  • [Fix] [hoverLayer]: Fix visual artifacts arisen on hover layer. zrender#1151 933585126 (100pah)
  • [Fix] [marker]: Fix marker fails to render with dataset and encode. #​21439 (plainheart, 100pah).
  • [Fix] [dataZoom]: Fix wrong position of the dataZoom when the series has only one data point. #​21196 (alesmit, Ovilia)
  • [Fix] [dataZoom]: Fix dataZoom bug that data info disappears when dragging released; fix dataZoom dragging cursor style. 64305a4b8 (100pah)
  • [Fix] [dataZoom]: Apply a better auto-precision method; fix unexpected behaviors when dataZoom controls axes with alignTicks: true. d168bf237 (100pah)
  • [Fix] [dataZoom]: Fix AxisProxy can not be cleared when dataZoom option changed; fix related onZero behaviors. 52ceb924a 2e82d33c3 (100pah)
  • [Fix] [areaStyle]: Fix areaStyle render error when dimension name is empty string. #​21219 (Justin-ZS, Ovilia)
  • [Fix] [sunburst]: Fix root node label may not be centered. #​21306 (Akash Sonune, Ovilia)
  • [Fix] [matrix]: Fix matrix label formatter does not work. #​21410 (Justin-ZS, Ovilia)
  • [Fix] [toolbox]: Fix emphasis color is the same as the default color. #​21384 (Ovilia) b094f987d (100pah)
  • [Fix] [toolbox]: Fix the dataView component does not fit the dark mode. #​21176 (notthistrain, Ovilia)
  • [Fix] [progressive]: Fix progressive rendering issues. 91a60fc76 (100pah)
  • [Fix] [labelLine]: Fix labelLine.smooth can not be reset. #​21425 (fanwww, plainheart)
  • [Fix] [graphic]: Fix stroke corner gap due to not closing path in roundRect helper. zrender#1155 (plainheart)
  • [Fix] [svg]: Enhance SVG encodeBase64 compatibility to make it available in more environments like Web Worker/NodeJS/Bun. zrender#1145 (plainheart)
  • [Fix] [core]: Mark echarts instance object as raw in Vue. #​21293 (plainheart)
  • [Fix] [chord]: Add the missing export entry for chord chart. #​21197 (plainheart, Ovilia)
  • [Fix] [i18n]: Fix incorrect translation for custom series name in langDE. #​21571 (A-Loot, plainheart)
  • [Fix] [typescript]:
  • [Chore] [refactor]:
  • [Chore] [security]: Add security checking hints in PR template. #​21327 (100pah, plainheart)
  • [Chore]: Add unpkg entry to package.json. #​21177 (Yue JIN, plainheart)
  • [Chore]: Fix example description for the each method of SeriesData. #​21294 (Yurun, plainheart)
  • [Chore]: Fix the test/webkit-dep.htm test case. #​21508 (zuming, Ovilia)
  • [Break] Breaking changes against v6.0.0:
    • tooltip.valueFormatter: The 2nd parameter of tooltip.valueFormatter callback is changed from dataIndex (i.e., the index after series data filtered by dataZoom) to rawDataIndex (i.e., the index of the original input series data).
    • axis.startValue: Previously startValue was also used as axis.min if axis.min was not provided. The new version decouples them - explicitly setting them both (e.g., startValue: 111, min: 111) is equivalent to the previous behavior (startValue: 111 and min is not specified).
    • Previously, "bar"/"pictorialBar"/"candlestick"/"boxplot" series could overflow the Cartesian rectangle (grid) at the edge shapes. The new version eliminates that overflow. The previous behavior can be restored via axis.containShape: false.
element-plus/element-plus (element-plus)

v2.14.0

Compare Source

2.14.0

2026-05-08

Features
Bug fixes
Refactors

v2.13.7

Compare Source

2.13.7

2026-04-10

Features
Bug fixes
Refactors

v2.13.6

Compare Source

2.13.6

2026-03-20

Features
Bug fixes
  • Components [tooltip] sync visible after disabled toggle (#​23738 by @​snowbitx)
  • Components [mention] remove the whole input containing a split (#​23753 by @​rzzf)
  • Components [tab] incorrect boundary detection when container size is a float number (#​23774 by @​rzzf)
  • Components [table] expanded rows cannot be updated using array methods (#​23761 by @​rzzf)
  • Components [tree-v2] update expanded state when defaultExpandedKeys change (#​23557 by @​hellomrbigshot)
  • Components [select] using the options prop can cause list data loss when quickly switching between dropdowns (#​23780 by @​lw56777)
  • Components [select] allow empty labels when persistent is false (#​23809 by @​snowbitx)
  • Components [popper] update popover style when content size changes (#​23802 by @​rzzf)
  • Components [tabs] incorrect boundary detection when container size is a float number (#​23776 by @​rzzf)
  • Hooks [use-composition] abnormal state in Korean input composition (#​23831 by @​rzzf)
  • Components [select/select-v2] avoid hiding the dropdown when there is data in options (#​23838 by @​keeplearning66)
  • Improvement(components): [tabs] navigation wheel scrolling experience (#​23775 by @​rzzf)
  • Style(components): [tag] fix icon in slot causing text wrap (#​23725 by @​zmyjs)
Refactors

v2.13.5

Compare Source

2.13.5

2026-03-07

Bug fixes

v2.13.4

Compare Source

2.13.4

2026-03-06

Features
Bug fixes

v2.13.3

Compare Source

2.13.3

2026-02-28

Features
Bug fixes
KaTeX/KaTeX (katex)

v0.17.0

Compare Source

Performance Improvements
  • simplify defineFunction to avoid destructuring, improve typing (#​4222) (fb604e6)
BREAKING CHANGES
  • The internal API for __defineFunction changed: you should no longer wrap properties in props.

0.16.47 (2026-05-16)

Bug Fixes

0.16.46 (2026-05-13)

Bug Fixes

0.16.45 (2026-04-05)

Bug Fixes
  • wrap v

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Feb 26, 2026

Deploying note with  Cloudflare Pages  Cloudflare Pages

Latest commit: dc9c685
Status:🚫  Build failed.

View logs

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f9dfc32 to 37c5813 Compare February 26, 2026 08:12
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v24.10.14 chore(deps): update all non-major dependencies Feb 26, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 37c5813 to 1547557 Compare February 26, 2026 22:15
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1547557 to 6b27c4d Compare February 27, 2026 09:40
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Feb 27, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6b27c4d to 9270c8d Compare February 28, 2026 01:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9270c8d to 07bcf4d Compare February 28, 2026 04:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 07bcf4d to 70c4a11 Compare February 28, 2026 14:01
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 70c4a11 to 819170a Compare March 3, 2026 14:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 819170a to 64fe88b Compare March 4, 2026 18:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 64fe88b to 010c9f6 Compare March 5, 2026 04:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 010c9f6 to 481e6f5 Compare March 5, 2026 15:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 481e6f5 to e683d12 Compare March 5, 2026 19:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e683d12 to a4cede1 Compare March 6, 2026 01:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a4cede1 to 5dc3347 Compare March 6, 2026 05:23
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 85dfc0d to cc33e17 Compare March 9, 2026 11:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cc33e17 to 4d66805 Compare March 9, 2026 14:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 4d66805 to b1a0680 Compare March 10, 2026 18:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b1a0680 to 8256095 Compare March 10, 2026 22:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8256095 to 1f89f29 Compare March 11, 2026 18:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1f89f29 to 94fe71d Compare March 12, 2026 18:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 94fe71d to fca8af4 Compare March 13, 2026 14:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fca8af4 to 6bb408d Compare March 13, 2026 22:56
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6bb408d to 55877f2 Compare March 18, 2026 01:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 55877f2 to 9683fc1 Compare March 19, 2026 14:12
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9683fc1 to 0660286 Compare March 19, 2026 18:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0660286 to 3dd14a6 Compare March 20, 2026 07:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3dd14a6 to 307c155 Compare March 20, 2026 12:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 307c155 to 8ab7125 Compare March 20, 2026 18:15
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8ab7125 to fb7bd34 Compare March 23, 2026 09:30
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.

0 participants