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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@amcharts/amcharts5 (source) 5.9.4 -> 5.10.11 age adoption passing confidence dependencies minor
@babel/core (source) 7.24.4 -> 7.26.0 age adoption passing confidence devDependencies minor
@babel/plugin-transform-private-methods (source) 7.24.1 -> 7.25.9 age adoption passing confidence devDependencies minor
@babel/preset-env (source) 7.24.4 -> 7.26.0 age adoption passing confidence devDependencies minor
@babel/preset-react (source) 7.24.1 -> 7.26.3 age adoption passing confidence devDependencies minor
@tanstack/eslint-plugin-query (source) 5.28.11 -> 5.64.2 age adoption passing confidence devDependencies minor
@tanstack/query-core (source) 5.32.0 -> 5.64.2 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 5.32.0 -> 5.64.2 age adoption passing confidence dependencies minor
@tanstack/vue-query (source) 5.32.0 -> 5.64.2 age adoption passing confidence dependencies minor
@tanstack/vue-query-devtools (source) 5.32.0 -> 5.64.2 age adoption passing confidence dependencies minor
@testing-library/jest-dom 6.4.2 -> 6.6.3 age adoption passing confidence devDependencies minor
@testing-library/user-event 14.5.2 -> 14.6.0 age adoption passing confidence devDependencies minor
@testing-library/vue 8.0.3 -> 8.1.0 age adoption passing confidence devDependencies minor
@types/jest (source) 29.5.12 -> 29.5.14 age adoption passing confidence devDependencies patch
@types/node (source) 20.12.7 -> 20.17.14 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.1 -> 18.3.18 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.25 -> 18.3.5 age adoption passing confidence devDependencies minor
@types/react-dom (source) 18.3.0 -> 18.3.5 age adoption passing confidence devDependencies patch
@vee-validate/zod (source) 4.12.6 -> 4.15.0 age adoption passing confidence dependencies minor
@vue/test-utils 2.4.5 -> 2.4.6 age adoption passing confidence devDependencies patch
axios (source) 1.6.8 -> 1.7.9 age adoption passing confidence dependencies minor
babel-loader 9.1.3 -> 9.2.1 age adoption passing confidence devDependencies minor
core-js (source) 3.37.0 -> 3.40.0 age adoption passing confidence dependencies minor
dayjs (source) 1.11.10 -> 1.11.13 age adoption passing confidence dependencies patch
dayjs (source) 1.11.11 -> 1.11.13 age adoption passing confidence dependencies patch
element-plus (source) 2.7.2 -> 2.9.3 age adoption passing confidence dependencies minor
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
eslint-config-turbo (source) 1.13.3 -> 1.13.4 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 3.6.1 -> 3.7.0 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence devDependencies minor
eslint-plugin-jsx-a11y 6.8.0 -> 6.10.2 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 5.1.3 -> 5.2.3 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.34.1 -> 7.37.4 age adoption passing confidence devDependencies minor
eslint-plugin-unused-imports 3.1.0 -> 3.2.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) 9.25.0 -> 9.32.0 age adoption passing confidence devDependencies minor
highcharts (source) 11.4.1 -> 11.4.8 age adoption passing confidence dependencies patch
html-webpack-plugin 5.6.0 -> 5.6.3 age adoption passing confidence devDependencies patch
ics 3.7.2 -> 3.8.1 age adoption passing confidence dependencies minor
lint-staged 15.2.2 -> 15.4.1 age adoption passing confidence devDependencies minor
msw (source) 2.2.14 -> 2.7.0 age adoption passing confidence devDependencies minor
node (source) 20.12.2 -> 20.18.1 age adoption passing confidence minor
prettier (source) 3.2.5 -> 3.4.2 age adoption passing confidence devDependencies minor
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence devDependencies minor
sass 1.75.0 -> 1.83.4 age adoption passing confidence devDependencies minor
ts-loader 9.5.1 -> 9.5.2 age adoption passing confidence devDependencies patch
turbo (source) 1.13.3 -> 1.13.4 age adoption passing confidence devDependencies patch
typescript (source) 5.4.5 -> 5.7.3 age adoption passing confidence devDependencies minor
vee-validate (source) 4.12.6 -> 4.15.0 age adoption passing confidence dependencies minor
vue (source) 3.4.25 -> 3.5.13 age adoption passing confidence dependencies minor
vue-router 4.3.2 -> 4.5.0 age adoption passing confidence dependencies minor
vuetify (source) 3.5.17 -> 3.7.6 age adoption passing confidence dependencies minor
webpack 5.91.0 -> 5.97.1 age adoption passing confidence devDependencies minor
zod (source) 3.23.4 -> 3.24.1 age adoption passing confidence dependencies minor
zustand 4.5.2 -> 4.5.6 age adoption passing confidence dependencies patch

Release Notes

amcharts/amcharts5 (@​amcharts/amcharts5)

v5.10.11

Compare Source

[5.10.11] - 2025-01-13

Added
  • useSelectionExtremes added to XYSeries (default: false). If set to true series will use selection extremes when calculating min and max values of the axis scale. Useful for stacked series.
Changed
  • Setting fontSize on an HTML Label, will now assume a "px" value instead of ignoring it altogether.
  • Indicator names (both full and short) are now translatable via custom locales.
Fixed
  • DateRangeSelector control on StockChart was not working correctly when Root had UTC enabled.
  • In some cases, Tooltip HTML content would not get updated for series.

v5.10.10

Compare Source

[5.10.10] - 2024-12-30

Fixed
  • Fixed restoring serialized Heikin Ashi indicator.
  • Heikin Ashi indicator formula fix.

v5.10.9

Compare Source

[5.10.9] - 2024-12-20

Added
  • Added way to determine if text label was autotruncated (label.text._display.trunacted).
  • Heikin Ashi indicator added to StockChart.
Changed
  • The following settings will carry over to Label's HTML content if set: fontFamily, fontSize, fontStyle, fontWeight, fontStyle, fontVariant, textDecoration.
  • When an MapChart is zoomed using mouse wheel it will no longer stop page scroll when its fully zoomed out.
  • When arranging tooltips on an XYChart, will now pay attention to tooltipContainerBounds.bottom setting.
Fixed
  • ZoomableContainer was not zooming out properly if minZoomLevel was < 1.
  • PicturePattern was ignoring colorOpacity setting.
  • PicturePattern with fit: "pattern" set would sometimes not show actual image.
  • "Measure" drawing tool of StockChart was not including one volume bar value.
  • If a timezone was set on a chart and browser's locale was set to some non-English language, weekly grid was shown incorrecly on a DateAxis.
  • Changing text on a Label with oversizedBehavior="fit" would sometimes not revert to original scale even if the new text would fit into max width.

v5.10.8

Compare Source

[5.10.8] - 2024-11-21

Added
  • New setting lineCap (default "butt") added to Graphics. Allows specifying how line ends should be drawn. Possible values: "butt" (default), "round", "square".
  • New setting clickAnnounceText added to Sprite. If set will announce the text when focused element is triggered with a press of ENTER or SPACE.
Changed
  • Pressing Shift-TAB while focus on non-first member of the focusabel group will now jump to a previous group or focusable element, rather than current group's first element.
  • When an XYChart is zoomed using mouse wheel it will no longer stop page scroll when its fully zoomed out or zoomed in.
Fixed
  • HTML content was ignoring dx/dy position adjustment settings.
  • Pressing the UP key was being ignored when navigating within a group of focusable objects.
  • Last label of GaplessDateAxis was in wrong position when baseInterval was set to week and minorGrid was enabled.
  • Setting data item's value to null (if previous was a valid number) did not remove the column of a ColumnSeries.
  • The maxWidth/maxHeight recaculation of vertical labels was not correctly factoring in its padding.

v5.10.7

Compare Source

[5.10.7] - 2024-10-12

Fixed
  • In some cases disposing Root element could result in a "Template is disposed" error.

v5.10.6

Compare Source

[5.10.6] - 2024-10-11

Added
  • hideDrawingGrips setting (default: false) added to StockChart. If set to true, grips of drawings will be hidden when not in drawing mode.
  • toggleDrawing(enabled: boolean) method added to StockChart. Toggles drawing mode on or off.
  • autoOpenSettings setting (default: true) added to Indicator. If set to false, a settings modal will not pop up automatically when the indicator is added to chart via indicator control.
Changed
  • On StockChart labels and icons are no longer draggable to avoid interfering with chart drag/zoom.
  • Arrow position slightly changed in "Line Arrow" drawing tool on StockChart. Grip at the end of the arrow removed.
  • Arrow tip size will not increased to reflect the line thickness of a "Line Arrow".
  • "Volume Profile" indicator had its full name hardcoded for legend. It will now use its shortName (which is "Volume Profile", too, by default but can be changed to anything else).
  • Modal content will now have its contents aligned to start, rather than left, to properly handle RTL direction.
Fixed
  • "Line Arrow" drawing tool would not save its color when serialized.
  • "Line Arrow" tip was not taking a color change.
  • ES2025 examples involving MapChart were not correctly importing geodata.
  • Using clearDrawings() was erroring if there was "Line Arrow" drawings added to StockChart.
  • Rotated elements with HTML content were not being properly positioned in all cases.
  • scrollToChild method of Container was not working properly.

v5.10.5

Compare Source

[5.10.5] - 2024-09-06

Added
  • scrollToChild() method added to Container. Scrolls the container to the target child element if the container is scrollable and the element is currently outside of view.
  • New StockChart drawing tool added: "Line Arrow".
Changed
  • When a selected drawing in a StockChart is inselected by clicking on a chart's plot area the new drawing will not be added anymore.
Fixed
  • Keyboard-dragging of focusable elements was not working correctly in some cases.
  • Sometimes label/callout drawing text was cut temporarily while editing them on StockChart.
  • Editable labels/callouts would go into edit mode when unserialized.
  • If auto-saving of drawings was enabled, editing text would not always save the latest version of the label/callout text.
  • Dragging a StockChart drawing while other drawing was selected, would drag the selected drawing as well.

v5.10.4

Compare Source

[5.10.4] - 2024-08-30

Changed
  • Multiple clicks (or ENTER presses when focused) on an showTooltipOn: "click" elements will toggle tooltip, rather than keep it open.
Fixed
  • Accessibility: A focusable element would display tooltip only once on ENTER press with NVDA reader.
  • "Horizontal Line" and "Horizontal Ray" lines are now allow for longer overzoom / X-axis scope.
  • Candles on a GaplessDateAxis could some time become too wide.

v5.10.3

Compare Source

[5.10.3] - 2024-08-23

Fixed
  • The chart would not allow overzooming using mouse wheel since 5.10.2. It will now allow overzoom based on axis' maxDeviation setting.

v5.10.2

Compare Source

[5.10.2] - 2024-08-23

Added
  • panSensitivity added to AxisRenderer (default: 1).
  • maxPanOut added to ZoomableContainer (default: 0.4).
  • Method addLine(tool, panel, point) added DrawingControl. Allows adding line drawings via API. Supports ("Line", "Horizontal Line", "Horizontal Ray", "Vertical Line" tools). More info.
Fixed
  • Fast mouse wheel zooming of stock chart could cause browser to hang in some cases.
  • minBulletDistance of a XYSeries was ignored when base axis was CategoryAxis and other axis was DateAxis.
  • RTL labels with text-wrapping enabled were not being positioned properly.

v5.10.1

Compare Source

[5.10.1] - 2024-08-09

Added
  • fillGradient setting added to Label.
Changed
  • Exporting a PDF will now check image size and will not scale it up to fit page size if it's smaller. It will still scale dowwn the image to fit in the page.
Fixed
  • Memory leak with axis ranges on LineSeries fixed.
  • PieSeries tick was not visible if pie had two equal slices.
  • root.nonce was not being added to all dynamically-loaded stylesheets.
  • A stack overflow could occur when auto-zooming a ValueAxis in some very rare cases.

v5.10.0

Compare Source

[5.10.0] - 2024-07-22

Added
  • A second parameter (dataContext) added to Component's methods pushDataItem and makeDataItem, allowing to pass in a data context object related to the data item.
  • New class PatternSet added. Allows serving patterns similarly to ColorSet. More info.
  • New setting patterns added to Hierarchy, PercentSeries, Venn, SerialChart, FlowNodes. More info.
  • New setting fillPattern added to IFlowNodesDataItem, IHierarchyDataItem, IPercentSeriesDataItem, IVennDataItem, ISeriesSettings.
Fixed
  • LinkedHierarchy nodes were not clickable when children were added using addChildData() method.
  • If there were no nodes at topLevel in Hierarchy chart, it would show nodes from upper levels.
  • Not all event listeners were disposed when disposing a ChartIndicator. This could cause a memory leak.
  • Sprite's hover()/unhover() methods now check if the Sprite is not disposed. This fixes some potential errors when disposed items are being referenced.
  • Adding in explicit d3 dependencies (Issue 1567)
  • DurationFormatter was not rounding fractional numbers properly in some cases.

v5.9.13

Compare Source

[5.9.13] - 2024-07-03

Fixed
  • If start and end values of a HeatLegend were the same, the tooltip was shown in the top/left corner of the chart.
  • If a linked hierarchy had bullets on links, they remained visible when nodes and links were hidden.
  • Zoom-out button could be visibile initially with some specific setups.
  • ZoomableContainer would not react to pans in some of its sections if its contents was panned outside the its bounds.

v5.9.12

Compare Source

[5.9.12] - 2024-06-12

Changed
  • ClusteredPointSeries now re-clusters points only when zoom level changes. This improves performance when paning/rotating the map.
Fixed
  • NumberFormatter would incorrectly round numbers smaller than 0 due to floating point issu

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 3444979 to 3b263a0 Compare May 12, 2024 17:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4616080 to 6015570 Compare May 20, 2024 02:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6015570 to b7903b5 Compare May 20, 2024 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ca53a9d to d1bec06 Compare December 24, 2024 13:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 33a7edb to 3752ec5 Compare December 30, 2024 16:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from e13b7ad to 219ab16 Compare January 14, 2025 08:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 21e4ad3 to fdff0f9 Compare January 19, 2025 00:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fdff0f9 to bf6db8e Compare January 19, 2025 13:13
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