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.6 to 3.5.14 #49

Closed

Conversation

aniketmaurya
Copy link
Owner

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


Snyk has created this PR to upgrade vuetify from 3.5.6 to 3.5.14.

ℹ️ 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 8 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2024-04-03.
Release notes
Package name: vuetify
  • 3.5.14 - 2024-04-03

    🔧 Bug Fixes

    • router: make props.to individually reactive (f15b57b), closes #19515
    • VBtn: prevent keyboard tab while loading (#18639) (bf65296), closes #18524
    • VChip: prevent default onClose (#19496) (3e3294a), closes #19461
    • VDataTableServer: add missing VDivider above footer (#19488) (5f6c723)
    • VDatePicker: fixed missing adapter abstractions (#19516) (cc96e14), closes #18942
    • VField: pass events to clear slot (07cfde8)
    • VFileInput: conditionally return single File instead of File[] (581bbbc)
    • VListItem: remove hover effect when not clickable (#19506) (7f86562), closes #19005
    • VOtpInput: don't convert null model to string (d93b9d7)
    • VRangeSlider: mimic VSlider readonly behavior (8b00a5b)
    • VSelects: focus / activation of chips and clearable w/ kb (#18838) (384d89e), closes #18482
    • VSwitch: label when using direction vertical (#19504) (6748fd7), closes #18952

    🧪 Labs

    • VEmptyState: add mobile support for headline (85b2651)
    • VEmptyState: apply color to icon (d0f95c2)
    • VNumberInput: use css to apply 0 border radius to controls (4405214)
    • VNumberInput: default rounded-0 for all control buttons (46eaff3), closes #19463
  • 3.5.13 - 2024-03-28

    🔧 Bug Fixes

  • 3.5.12 - 2024-03-26

    🔧 Bug Fixes

    🔄 Reverts

    • Revert "chore(package.json): update vite-plugin-vuetify peerDep version" (110985e)

    🧪 Labs

  • 3.5.11 - 2024-03-20

    🚀 Features

    • update vite-plugin-vuetify peerDep version (ec08558)

    🔧 Bug Fixes

    • VOtpInput: accept keyboard number input (c1e75bb), closes #19439

    🧪 Labs

    • VNumberInput: use built-in icon aliases (34d4712)
  • 3.5.10 - 2024-03-19

    🔧 Bug Fixes

    • entry-bundler: add missing blueprints export for Vuetify Play (fbf7ec5)
    • locale: translate open for no.ts (#19380) (b465273)
    • theme: add null check for current dark check (#19408) (5e07860)
    • VAutocomplete/VCombobox: allow delete in single mode (#19387) (a95aeb2), closes #19369
    • VBreadcrumbs: item types for slots (#19341) (756331e), closes #19339
    • VDatePickerMonth: set correct rangeStart/Stop from model (#19372) (f4055aa), closes #19366
    • VField: Seamlessly fit loader inside outlined border (56faf45), closes #19410
    • VIcon: add tabindex to clickable icons (873550d)
    • VListItem: use .value to check activatable and selectable (fa5f351)
    • VMenu: close when press key enter or space (#19368) (cc266f4), closes #19361
    • VNavigationDrawer: missing image slot and transition (1b01835)
    • VOtpInput: paste string to input number (#19345) (32b30cf), closes #18931
    • VOverlay: click outside only applies to scrim (#19393) (03b66fa), closes #18384
    • VOverlay: correct scrollStrategy teardown ordering (4c7d254), closes #19373
    • VProgressLinear: animation issue with will-change (#19435) (0167be4), closes #19410

    🧪 Labs

  • 3.5.9 - 2024-03-12

    🔧 Bug Fixes

    • VColorPickerPreview: slider overflowing (bb61a69)
    • VSelects: Open menu only when items mutate from an empty array (7b5f229), closes #19346

    🧪 Labs

  • 3.5.8 - 2024-03-06

    🔧 Bug Fixes

    • types: import vue/jsx, remove duplicate ComponentPublicInstance (e3c513b), closes #19177
    • VAutocomplete/VCombobox: input always absolute position when not using selection slot/chips (#19316) (d3bafd8)
    • VCombobox: don't update v-model when it already contains the search text in single selection mode (#19331) (9a816bf)
    • VDatePicker: crash with date multiple and external adapter (#19336) (2a739b9), closes #19330
    • VSwitch: remove elevation with flat props (#19324) (1b4b0ce), closes #19307

    🧪 Labs

  • 3.5.7 - 2024-03-01
    Read more
  • 3.5.6 - 2024-02-24
    Read more
from vuetify GitHub release notes
Commit messages
Package name: vuetify
  • 80ad6b4 chore(release): publish v3.5.14
  • 7e21280 docs(roadmap): update roadmap
  • f638490 docs(Overlay): add information about contained that the desirable container should be relative to be taken as container (#19527)
  • 445c744 docs: Correct VDatatable component's Introduction.md (#19518)
  • f604fec docs(VChip): Fixed a mistake in the features section (#19455)
  • ac8c7bd docs(border): improve border prop description
  • 3b09977 docs(rounded): update api description
  • cc96e14 fix(VDatePicker): fixed missing adapter abstractions (#19516)
  • d93b9d7 fix(VOtpInput): don't convert null model to string
  • 85b2651 feat(VEmptyState): add mobile support for headline
  • 0669e13 docs(VEmptyState): improve example on mobile
  • d0f95c2 fix(VEmptyState): apply color to icon
  • 8b00a5b fix(VRangeSlider): mimic VSlider readonly behavior
  • 4405214 fix(VNumberInput): use css to apply 0 border radius to controls
  • 3999059 chore(package.json): update @ vuetify/one
  • e3bb527 docs(VSelects): specify no effect on item-children prop
  • d017442 docs: fix description of `color` properties (#19482)
  • f15b57b fix(router): make props.to individually reactive
  • 46eaff3 fix(VNumberInput): default rounded-0 for all control buttons
  • 6748fd7 fix(VSwitch): label when using direction vertical (#19504)
  • 07cfde8 fix(VField): pass events to clear slot
  • 384d89e fix(VSelects): focus / activation of chips and clearable w/ kb (#18838)
  • bf65296 fix(VBtn): prevent keyboard tab while loading (#18639)
  • 4ef8a2b docs(VNavigationDrawer): update location description (#18636)

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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