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 vuetify from 3.5.15 to 3.6.10 #67

Closed

Conversation

aniketmaurya
Copy link
Collaborator

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade vuetify from 3.5.15 to 3.6.10.

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

  • The recommended version was released on a month ago.

Release notes
Package name: vuetify
  • 3.6.10 - 2024-06-19

    🔧 Bug Fixes

    • VDatePicker: don't update month/year if new model is empty (154e751), closes #20015
    • VExpansionPanel: remove unused toRef (0931cec)
    • VExpansionPanel: propagate defaults provided by VExpansionPanels (666484a)
    • VExpansionPanelTitle: propagate VIcon defaults (cec2094)
  • 3.6.9 - 2024-06-11

    🔧 Bug Fixes

    • VAppBar: inability to scroll to the bottom (#19921) (7ccff92), closes #19090
    • VAutocomplete/VCombobox: disallow auto-select-first via pure blur (2368668), closes #19929
    • VBanner: set index when using sticky prop (9e2d22f)
    • VEmptyState: support VBtn variants when using actions slot (99279d9)
    • VFab: change type for location prop (#19949) (07a6fb8), closes #19944
    • VMenu: allow enter keypress to work in input element (#19922) (193301c), closes #19920
    • VOverlay: check for Shadow DOM on mount (#19947) (e6e76d5), closes #19943

    🧪 Labs

    • VNumberInput: attributes fall through to root (#19959) (df6440d)
    • VTimePicker: properly apply disabled props (#19964) (0ba4b78)
    • VTreeview: remove redundant treeview re-render during open (#19968) (9e1cfbd)
  • 3.6.8 - 2024-05-29

    🔧 Bug Fixes

    • framework: remove circular imports (957b4bc), closes #19852
    • flex: add missing flex-x-x-0 classes (a23dece)
    • VCheckboxBtn: reset checked state when readonly is true (#19861) (ed2f0fa), closes #19137
    • VDataTable: customKeyFilter filtering (#19881) (b3eafb2), closes #19596
    • VDatePicker: using the start range that has been cleared (#19869) (f401f41), closes #19854
    • VDivider: missing when vertical and aligned to center (#19890) (18d64fe), closes #19889
    • VSlider: add missing aria-label (#19887) (e46a98d)
    • VSnackbar: fix class name for center location (#19878) (e48d37b)
    • VStepper: propagate complete/error/edit icons (64acd01)
    • VStepper: accept null value for mobile (908fb59)
    • VStepperItem: remove inline margin in mobile mode (e94dc93)
    • VTabs: render tabs correctly using items (#19868) (f5f2fa4)

    🧪 Labs

  • 3.6.7 - 2024-05-21

    🔧 Bug Fixes

    • defaults: allow null component and global values (#19842) (9342288), closes #19783
    • layout: find children inside suspense boundary (c209d09), closes #19830
    • locale: update missing persian translations (#19812) (17a0561)
    • VAutocomplete/VCombobox: remove tab key listener (#19846) (5703a6c), closes #19840
    • VAutocomplete/VCombobox: prevent focus on menu icon (4b387b5)
    • VBtn: remove negative prepend/append margin with slim prop (665c616)
    • VDataTable: add ability to hide default body (#19844) (2f8ee0f), closes #18854
    • VDataTable: fit mobile row height to content (#19843) (f016954)
    • VDataTable: add missing disable-sort prop (#19820) (4a2de37), closes #19197
    • VDatePicker: disable months outside min/max value (#19822) (67ab46c), closes #19810
    • VDivider: visiblity in container with dynamic height (#19828) (ea567bb), closes #19827
    • VDivider: don't wrap content (d6b292f)
    • VField: avoid cascaded overlay multiplier from parent components (88badc6)
    • VList: pass return-object to nested VListChildren (#19848) (feeb467)
    • VMenu: min width property (#19771) (7d955d2), closes #16987

    🧪 Labs

  • 3.6.6 - 2024-05-14

    🔧 Bug Fixes

    🔄 Reverts

    • Revert "fix(colors): apply theme-on-surface override for bg text color" (1b56e4e)

    🧪 Labs

  • 3.6.5 - 2024-05-10

    🔧 Bug Fixes

    • VDataTable: add missing hide-default-header/footer props (#19774) (a6340ac)
    • VFileInput: allow dirty prop to trigger dirty state (85c41db), closes #19699
    • VStepper: add missing hover and focus styling (b45ab1a)
    • VStepper: add missing non-linear styles (da6d5f3)
    • VStepper: only show edit icon if editable and selected (34bb202)
    • VStepper: do not spread raw property onto VStepperItem (3d9deb7)

    🧪 Labs

  • 3.6.4 - 2024-05-07

    🔧 Bug Fixes

    • colors: apply theme-on-surface override for bg text color (43529fa)
    • framework: pass template refs to slots as functions (#19731) (f2c6050), closes #19713 #19685
    • nested: correct prop types (#19758) (0db4297)
    • variant: always remove underlay from normal flow (6aea5e4)
    • VAutocomplete: only clear search on blur in multiple or using chips/selection slots (#19701) (d02e1b3), closes #19543
    • VDataTable: header title font weight (#19742) (c4b33c0), closes #19737
    • VDataTable: correctly update the value of showSelectAll (#19762) (7c64392), closes #19069
    • VDataTable: change mobile default to false (#19744) (a194622)
    • VFileInput: correctly set single value to null when cleared (fce7f75)
    • VInfiniteScroll: do not emit load event if status is empty (#19764) (b7a4c36), closes #18895
    • VList: allow group activators to be links (94a05d1), closes #10981
    • VResponsive: contentClass accepts array and object (8f0322d), closes #19729
    • VSheet: base color off of on-surface instead of on-background (183a2f9)
    • VSlider: render in forced-colors mode (#19706) (21e9f5e), closes #19705
    • VStepperWindow/Item/VTabsWindow: add missing class / style passthrough (49fc5c5)
    • VTabs: inherit attrs and scope id (67b30e7), closes #19752 #19754
    • VToolbar/VAppBar: nav-icon and title alignment (daa96e9)

    🧪 Labs

  • 3.6.3 - 2024-05-02

    🔄 Reverts

  • 3.6.2 - 2024-05-01

    🔧 Bug Fixes

  • 3.6.1 - 2024-04-30

    See v3.6 Release here

    🚀 Features

    • VConfirmEdit/VEmptyState/VFab/VSpeedDial/VSparkline: promote from labs (c8a03cd)

    🔧 Bug Fixes

    • VSnackbar: return correct children (5056034)
  • 3.6.0 - 2024-04-30
  • 3.6.0-beta.0.0 - 2024-04-23
  • 3.6.0-alpha.2 - 2024-04-16
  • 3.6.0-alpha.1 - 2024-04-11
  • 3.6.0-alpha.0 - 2024-04-10
  • 3.5.18 - 2024-04-30
  • 3.5.17 - 2024-04-23
  • 3.5.16 - 2024-04-16
  • 3.5.15 - 2024-04-09
from vuetify 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 vuetify from 3.5.15 to 3.6.10.

See this package in npm:
vuetify

See this project in Snyk:
https://app.snyk.io/org/aniketmaurya/project/bb6644ee-4028-4e33-a7ef-e31f62339091?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