SemanticComputing / sampo-ui

Sampo-UI – A framework for building user interfaces for semantic portals
https://seco.cs.aalto.fi/tools/sampo-ui
MIT License
33 stars 7 forks source link

Bump xlsx and @amcharts/amcharts5 #51

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Removes xlsx. It's no longer used after updating ancestor dependency @amcharts/amcharts5. These dependencies need to be updated together.

Removes xlsx

Updates @amcharts/amcharts5 from 5.1.3 to 5.3.12

Release notes

Sourced from @​amcharts/amcharts5's releases.

5.3.12

[5.3.12] - 2023-05-05

Added

  • New locale: Faroese (fo_FO). Thanks Martin Puge.

Changed

  • The min and max settings are now optional for IHeatRule (Issue 883).
  • Removed xlsx package (with vulnerability) from dependencies in favor of a bundled hard copy (version 0.19.3) due to their decision not to publish to NPM. (Issue 897).

Fixed

  • Events now work properly with open shadow DOM (but not closed shadow DOM).
  • Fixed export of data freezing in some cases where there are visual elements on the chart that are constantly being updated.
  • Using parentheses in the in-line number formatting function was not working as needed.
  • Tapping on a touch display outside chart was applying default state to elements that weren't being "touch-hovered".
  • getDataItemById() method was not working properly on Hierarchy series.

5.3.11

[5.3.11] - 2023-04-07

Changed

  • Possibly a breaking change! All HTML content in tooltips now has interactivity disabled. If you have buttons/links or other interactive elements, you need to explicitly set tooltip.label.set("interactive", true).

Fixed

  • HTML tooltips were flickering when moving pointer over them.
  • Hierarchy drill-downs were broken in some cases (since 5.3.10).
  • TAB-focusing of elements on the page might get stuck in a chart if tabbing started outside the document.

5.3.10

[5.3.10] - 2023-04-06

Added

  • homeRotationX and homeRotationY settings added to MapChart. Allows setting home x and y rotations. The chart will rotate to provided values when goHome() method is called.

Fixed

  • Accessibility: Legend item's ARIA labels will not contain "Press ENTER to toggle" message if the clickTarget = "none" is set.
  • Further improvements in rendering/sizing of the HTML-based tooltips.

5.3.9

[5.3.9] - 2023-03-31

Added

  • New PeriodSelector setting: hideLongPeriods. Indicates whether to hide buttons for periods that are longer than the actual data on chart.
  • New DrawingControl methods: clearDrawings() and setEraser(true | false).
  • Methods hide() and show() will now properly hide and show any indicator.
  • MapChart methods zoomToGeoPoint() and zoomToGeoBounds() now accepts rotationX and rotationY parameters. If provided, the map not only zoom to the provided point/bounds but will rotate so that this point/bounds would be in the center. Mostly usefull with geoOrthographic projection.
  • MapChart's convert() method now accepts rotationX and rotationY optional parameters. If provided, the calculations will be done as if map is rotated by provided values.
  • MapPolygonSeries / MapPointSeries method zoomToDataItem() now accepts an optional boolean rotate parameter. If it's true, the map will rotate so that this point/polygon would be in the center. Mostly useful with geoOrthographic projection.

Changed

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/SemanticComputing/sampo-ui/network/alerts).