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 vue-data-ui from 2.0.54 to 2.2.45 #104

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

Conversation

Anomaly-1
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade vue-data-ui from 2.0.54 to 2.2.45.

ℹ️ 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 191 versions ahead of your current version.

  • The recommended version was released on 21 days ago.

Release notes
Package name: vue-data-ui
  • 2.2.45 - 2024-08-01

    This release adds a new chart component:

    VueUiParallelCoordinatePlot

    A parallel coordinate plot is graphical method where each observation or data point is depicted as a line traversing a series of parallel axes, corresponding to a specific variable or dimension. This arrangement allows for the exploration of relationships, trends, and variations that might be obscured in raw data.

    image

    Check out the docs

  • 2.2.44 - 2024-07-28

    VueUiOnion improvements :

    • Added a config option to control the max thickness of tracks, so the chart does not look weird with a single datapoint:
    config.style.chart.layout.maxThickness // default: 64
    • Added an optional start animation:
    config.useStartAnimation // default: true
  • 2.2.43 - 2024-07-26

    VueUiNestedDonuts : fixed error when unsegregating series

  • 2.2.42 - 2024-07-24

    This release fixes reactivity issues (chart not updating when dataset is mutated) on the following charts:

    • VueUiDonut
    • VueUiNestedDonuts
  • 2.2.41 - 2024-07-23
    • VueUiDashboard

    Added a locked config option to control the disabled state of the dashboard. Set to false by default, if true, disables resizing and dragging features.

    Also exposed a toggleLock method to toggle the lock state from the parent component.

    const dashboard = ref(null);

    function toggleLock() {
    dashboard.value.toggleLock();
    }

    <VueUiDashboard
      ref="dashboard"
      :dataset="dataset"
      :config="config"
    />
    • VueDataUi

    Applied VueUiDashboard modifications.

  • 2.2.40 - 2024-07-22

    VueUiScreenshot : centered starting position

  • 2.2.39 - 2024-07-19

    This release adds a new component: VueUiFlow

    VueUiFlow (a.k.a. Sankey chart) is a type of flow diagram to represent a flow of resources, energy, or data between different entities or stages in a process.

    image

    Check out the docs

  • 2.2.38 - 2024-07-15

    VueUiXyCanvas: added skeleton loader fallback when dataset is empty or not provided.

  • 2.2.37 - 2024-07-15
  • 2.2.36 - 2024-07-15
  • 2.2.35 - 2024-07-09

    VueUiXyCanvas : fixed layout issues occurring on negative values with stack mode enabled

  • 2.2.34 - 2024-07-09
  • 2.2.33 - 2024-07-09

    VueUiXyCanvas :

    • Added a datapoint stackRatio attributes to manage individual series height when stack mode is enabled. When not used, individual height will be automatically calculated. When using stackRatio on all datapoints, make sure their sum is 1.
    • Added a datapoint autoScaling (boolean) to force scaling to not be zero based, ideal to visualize very small variations on a datapoint.

    Example:

    const dataset = ref([
      {
        name: "S1",
        series: [1, 2, 3],
        type: "line",
        dataLabels: false,
        scaleSteps: 3,
        prefix: "",
        suffix: "",
        rounding: 1,
        autoScaling: true,
        stackRatio: 0.5 // will take half of the chart's height
      },
      {...}
    ])
    • The config attribute config.style.chart.stackGapRatio (number, default: 0.8) was changed to config.style.chart.stackGap (number, default: 20)
  • 2.2.32 - 2024-07-09
  • 2.2.31 - 2024-07-08
  • 2.2.30 - 2024-07-07
  • 2.2.29 - 2024-07-07
  • 2.2.28 - 2024-07-06
  • 2.2.27 - 2024-07-06
  • 2.2.26 - 2024-07-04
  • 2.2.25 - 2024-07-03
  • 2.2.24 - 2024-07-03
  • 2.2.23 - 2024-07-02
  • 2.2.22 - 2024-07-02
  • 2.2.21 - 2024-07-02
  • 2.2.20 - 2024-07-02
  • 2.2.19 - 2024-06-28
  • 2.2.18 - 2024-06-25
  • 2.2.17 - 2024-06-11
  • 2.2.16 - 2024-06-10
  • 2.2.15 - 2024-06-09
  • 2.2.14 - 2024-06-09
  • 2.2.13 - 2024-06-09
  • 2.2.12 - 2024-06-09
  • 2.2.11 - 2024-06-08
  • 2.2.10 - 2024-06-08
  • 2.2.9 - 2024-06-06
  • 2.2.8 - 2024-06-04
  • 2.2.7 - 2024-06-04
  • 2.2.6 - 2024-06-04
  • 2.2.5 - 2024-06-03
  • 2.2.4 - 2024-06-03
  • 2.2.3 - 2024-06-03
  • 2.2.2 - 2024-06-02
  • 2.2.1 - 2024-06-02
  • 2.2.0 - 2024-06-01
  • 2.1.99 - 2024-06-01
  • 2.1.98 - 2024-06-01
  • 2.1.97 - 2024-05-31
  • 2.1.96 - 2024-05-31
  • 2.1.95 - 2024-05-30
  • 2.1.94 - 2024-05-30
  • 2.1.93 - 2024-05-30
  • 2.1.92 - 2024-05-27
  • 2.1.91 - 2024-05-27
  • 2.1.90 - 2024-05-26
  • 2.1.89 - 2024-05-24
  • 2.1.88 - 2024-05-24
  • 2.1.87 - 2024-05-24
  • 2.1.86 - 2024-05-23
  • 2.1.85 - 2024-05-23
  • 2.1.84 - 2024-05-23
  • 2.1.83 - 2024-05-23
  • 2.1.82 - 2024-05-23
  • 2.1.81 - 2024-05-22
  • 2.1.80 - 2024-05-22
  • 2.1.79 - 2024-05-22
  • 2.1.78 - 2024-05-22
  • 2.1.77 - 2024-05-21
  • 2.1.76 - 2024-05-21
  • 2.1.75 - 2024-05-20
  • 2.1.74 - 2024-05-20
  • 2.1.73 - 2024-05-20
  • 2.1.72 - 2024-05-20
  • 2.1.71 - 2024-05-20
  • 2.1.70 - 2024-05-20
  • 2.1.69 - 2024-05-20
  • 2.1.68 - 2024-05-20
  • 2.1.67 - 2024-05-19
  • 2.1.66 - 2024-05-19
  • 2.1.65 - 2024-05-18
  • 2.1.64 - 2024-05-17
  • 2.1.63 - 2024-05-17
  • 2.1.62 - 2024-05-17
  • 2.1.61 - 2024-05-17
  • 2.1.60 - 2024-05-16
  • 2.1.59 - 2024-05-16
  • 2.1.58 - 2024-05-15
  • 2.1.57 - 2024-05-15
  • 2.1.56 - 2024-05-15
  • 2.1.55 - 2024-05-14
  • 2.1.54 - 2024-05-14
  • 2.1.53 - 2024-05-14
  • 2.1.52 - 2024-05-13
  • 2.1.51 - 2024-05-13
  • 2.1.50 - 2024-05-13
  • 2.1.49 - 2024-05-13
  • 2.1.48 - 2024-05-13
  • 2.1.47 - 2024-05-13
  • 2.1.46 - 2024-05-13
  • 2.1.45 - 2024-05-13
  • 2.1.44 - 2024-05-12
  • 2.1.43 - 2024-05-11
  • 2.1.42 - 2024-05-11
  • 2.1.41 - 2024-05-11
  • 2.1.40 - 2024-05-10
  • 2.1.39 - 2024-05-09
  • 2.1.38 - 2024-05-09
  • 2.1.37 - 2024-05-09
  • 2.1.36 - 2024-05-08
  • 2.1.35 - 2024-05-08
  • 2.1.34 - 2024-05-08
  • 2.1.33 - 2024-05-08
  • 2.1.32 - 2024-05-07
  • 2.1.31 - 2024-05-07
  • 2.1.30 - 2024-05-07
  • 2.1.29 - 2024-05-07
  • 2.1.28 - 2024-05-07
  • 2.1.27 - 2024-05-07
  • 2.1.26 - 2024-05-06
  • 2.1.25 - 2024-05-06
  • 2.1.24 - 2024-05-06
  • 2.1.23 - 2024-05-05
  • 2.1.22 - 2024-05-04
  • 2.1.21 - 2024-05-04
  • 2.1.20 - 2024-05-04
  • 2.1.19 - 2024-05-04
  • 2.1.18 - 2024-05-03
  • 2.1.17 - 2024-05-03
  • 2.1.16 - 2024-05-02
  • 2.1.15 - 2024-05-01
  • 2.1.14 - 2024-05-01
  • 2.1.13 - 2024-04-30
  • 2.1.12 - 2024-04-29
  • 2.1.11 - 2024-04-29
  • 2.1.10 - 2024-04-29
  • 2.1.9 - 2024-04-28
  • 2.1.8 - 2024-04-28
  • 2.1.7 - 2024-04-27
  • 2.1.6 - 2024-04-27
  • 2.1.5 - 2024-04-27
  • 2.1.4 - 2024-04-27
  • 2.1.3 - 2024-04-27
  • 2.1.2 - 2024-04-24
  • 2.1.1 - 2024-04-23
  • 2.1.0 - 2024-04-23
  • 2.0.99 - 2024-04-22
  • 2.0.98 - 2024-04-22
  • 2.0.97 - 2024-04-21
  • 2.0.96 - 2024-04-21
  • 2.0.95 - 2024-04-21
  • 2.0.94 - 2024-04-20
  • 2.0.93 - 2024-04-19
  • 2.0.92 - 2024-04-19
  • 2.0.91 - 2024-04-18
  • 2.0.90 - 2024-04-17
  • 2.0.89 - 2024-04-17
  • 2.0.88 - 2024-04-16
  • 2.0.87 - 2024-04-15
  • 2.0.86 - 2024-04-15
  • 2.0.85 - 2024-04-14
  • 2.0.84 - 2024-04-14
  • 2.0.83 - 2024-04-14
  • 2.0.82 - 2024-04-14
  • 2.0.81 - 2024-04-13
  • 2.0.80 - 2024-04-13
  • 2.0.79 - 2024-04-12
  • 2.0.78 - 2024-04-10
  • 2.0.77 - 2024-04-10
  • 2.0.76 - 2024-04-09
  • 2.0.75 - 2024-04-08
  • 2.0.74 - 2024-04-08
  • 2.0.73 - 2024-04-08
  • 2.0.72 - 2024-04-08
  • 2.0.71 - 2024-04-07
  • 2.0.70 - 2024-04-07
  • 2.0.69 - 2024-04-07
  • 2.0.68 - 2024-04-07
  • 2.0.67 - 2024-04-06
  • 2.0.66 - 2024-04-06
  • 2.0.65 - 2024-04-06
  • 2.0.64 - 2024-04-06
  • 2.0.63 - 2024-04-06
  • 2.0.62 - 2024-04-06
  • 2.0.61 - 2024-04-05
  • 2.0.60 - 2024-04-04
  • 2.0.59 - 2024-04-04
  • 2.0.58 - 2024-04-03
  • 2.0.57 - 2024-04-03
  • 2.0.56 - 2024-04-02
  • 2.0.55 - 2024-04-02
  • 2.0.54 - 2024-03-31
from vue-data-ui GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade vue-data-ui from 2.0.54 to 2.2.45.

See this package in npm:
vue-data-ui

See this project in Snyk:
https://app.snyk.io/org/anomaly-1/project/412be8c1-e89b-4334-b8af-ee5d0c470f4b?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Aug 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
platemaster ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 22, 2024 8:17am

Copy link

netlify bot commented Aug 22, 2024

Deploy Preview for platemaster ready!

Name Link
🔨 Latest commit c88ab07
🔍 Latest deploy log https://app.netlify.com/sites/platemaster/deploys/66c6f3fb72bb6200087bf89d
😎 Deploy Preview https://deploy-preview-104--platemaster.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

2 participants