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

[Snyk] Upgrade apexcharts from 3.19.2 to 3.54.1 #1030

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

Conversation

Sheitak
Copy link
Owner

@Sheitak Sheitak commented Nov 10, 2024

snyk-top-banner

Snyk has created this PR to upgrade apexcharts from 3.19.2 to 3.54.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 73 versions ahead of your current version.

  • The recommended version was released on a month ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Prototype Pollution
SNYK-JS-AJV-584908
619 No Known Exploit
medium severity Cross-site Scripting (XSS)
SNYK-JS-APEXCHARTS-1062708
619 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-APEXCHARTS-1300579
619 Proof of Concept
Release notes
Package name: apexcharts
  • 3.54.1 - 2024-10-14

    What's Changed

    • improve border radius implementation in stacked bar charts by @ junedchhipa in #4747
    • Bar and column true stroke and fill paths by @ rosco54 in #4753
    • fix #4757; allow duplicate labels in yaxis
    • fix #4623; use x value from w.config.series instead of w.globals.labels
    • fix #4750; safari tooltip issue
    • Restore true stroke paths on bars and columns - by @ rosco54
    • fix #4755; tooltip marker color when fill type is gradient
    • fix apexcharts/react-apexcharts#627 prevent mutating config.colors as it causes reactivity issues in react
    • move some styles to foreignObject as external styles are not applied when exporting
    • fix #4657; fix #4818; border radius on last element when previous datapoint is zero
    • fix #4738; legend height when position is bottom
    • fix #4734; last annotation was not shown because of a refactor

    Full Changelog: v3.54.0...v3.54.1

  • 3.54.0 - 2024-09-29

    What's Changed

    • fix #4683; use correct series names for legend hover
    • fix #4370; ref #4516; hide total label if it is empty
    • fix #4713; pie donut unwanted space in bottom
    • fix #1832; add check if data empty for annotations
    • fix #2012; fix annotations when category labels are provided in array
    • fix #3320; prevent markers overlap on y-axis
    • fix #2980; use fill.colors in tooltip in pie and donut
    • fix mousewheel zoom for rangebar charts
    • fix #2737; radialbar issue for 0 value in custom startAngle
    • Fix: direction rtl the vertical text displaced by @ successbyte in #4674
    • tickPlacement: 'between' caused chart to crash by @ rosco54 in #4705
    • Restore checks for single isolated data points by @ rosco54 in #4716
    • Bump rollup from 3.20.0 to 3.29.5 by @ dependabot in #4727
    • Bump axios from 1.7.3 to 1.7.7 by @ dependabot in #4728
    • Bump webpack from 5.76.0 to 5.94.0 by @ dependabot in #4666

    New Contributors

    Full Changelog: v3.53.0...v3.54.0

  • 3.53.0 - 2024-08-30

    What's new

    New Property

    New method

    • highlightSeries; In a multi-series chart, call this method to reduce opacity of all other series and only highlight a particular one.

    Enhancements

    • Mousewheel support for zooming; references #960

    Bugfixes

    Announcements

    • End support for IE11.

    New Contributors

    Full Changelog: v3.52.0...v3.53.0

  • 3.52.0 - 2024-08-05

    What's Changed

    • fix #1339; tooltip.enabledOnSeries bugfix in irregular time series
    • fix #4600; show percentage in 100% stacked bar chart
    • fix #4067; incorrect x-axis labels for numeric x-axis for small dataset
    • fixes #4579; heatmap legend color issue
    • feat(ci): added continuous integration tests by @ Sebastian-Webster in #4577
    • Add null checks on gridRect to avoid safari error by @ Nikkitory in #4599

    New Contributors

    Full Changelog: v3.51.0...v3.52.0

  • 3.51.0 - 2024-07-21

    What's Changed

    ✨ More marker shapes

    hswil69ah

    Full Changelog: v3.50.0...v3.51.0

  • 3.50.0 - 2024-07-05

    What's Changed

    • Refactor markers code for generating new markers shapes (plus, cross, line)
    Screenshot 2024-07-05 at 11 27 12 PM

    New Contributors

    Full Changelog: v3.49.2...v3.50.0

  • 3.49.2 - 2024-06-25

    What's Changed

    New Contributors

    Full Changelog: v3.49.1...v3.49.2

  • 3.49.1 - 2024-05-12

    🆕 Enhancements

    basic-slope-chart

    🐞 Bug fixes

    • Fix issue #4216: grid padding calculation to support array of stroke widths, thanks @ veryinsanee
    • Fix heatmap yaxis offset #2033, thanks @ cart-before-horse
    • FIx types (yaxis.seriesName as an Array), thanks @ j2ghz
    • Remove redundant graphics.move() from end of lower rangeArea paths. - thanks @ rosco54
    • Fix #4386; pie chart size issue when given in percentage
    • Fix #3827 - y-axis tooltip value in reversed
    • Fix #4348 - dumbbell chart fix for timescale xaxis
    • Fix #2251 - pie chart dataPointIndex when clicked
    • Fix #4206 - datalabels in timeline chart
    • Revert PR #4240
  • 3.49.0 - 2024-04-21

    🐞 Bug fixes

    • Fix gradient fill glitches for series with nulls - by @ rosco54
    • Fix point annotation still visible when referenced series is collapsed. - by @ rosco54
    • Additional fixes for indexing errors using yaxis-series mappings after - by @ rosco54
    • Fixed Issue #3525. - by @ rosco54
    • added color evaluation function in Bar.js under stroke property - by @ Digvijayrao-KF
    • Radar chart bugfix #4371
    • Update zh-tw.json - by @ iblislin
    • Fixed #4402 by @ rosco54
  • 3.48.0 - 2024-03-19

    🆕 Enhancements

    • Provide a "step before" version of the current "step after" line chart; Fixes #4313
    • Use ShadowRoot getElementById() when in ShadowDOM; Thanks @ cyraid

    🐞 Bug fixes

    • Fixes #4323 (multiple y-axis scale fixes for backward compatibility)
    • Zoomed scale fixes - In zoomed charts, ensure the Y axis scale fits the full min..max range of Y values
    • Fix css nonce attribute
    • Improve grid-rect to prevent bar overflowing on x-axis
    • When chart is type 'bar', ensure reference to zero is maintained
    • Fixes #2757 (annotation overflow)
    • Fixes #3073 (annotation overflow)
    • Fixes

Snyk has created this PR to upgrade apexcharts from 3.19.2 to 3.54.1.

See this package in npm:
apexcharts

See this project in Snyk:
https://app.snyk.io/org/sheitak/project/9664de24-130d-4b04-8847-d3ba8c186ef5?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment