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.3.5 to 3.4.9 #4

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

StrangeRanger
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.3.5 to 3.4.9.

ℹ️ 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 32 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-12-28.
Release notes
Package name: vuetify
  • 3.4.9 - 2023-12-28

    🚀 Features

  • 3.4.8 - 2023-12-19

    🔧 Bug Fixes

  • 3.4.7 - 2023-12-13

    🔧 Bug Fixes

  • 3.4.6 - 2023-12-06

    🔧 Bug Fixes

    • theme: move defaults object to generator function (af07b7f), closes #18339
  • 3.4.5 - 2023-12-05

    🔧 Bug Fixes

    🔥 Performance Improvements

    • VOverlay: only add resize listener when overlay is open (ca2174c), closes #18372
  • 3.4.4 - 2023-11-28

    🔧 Bug Fixes

  • 3.4.3 - 2023-11-21

    🔧 Bug Fixes

    • date: use provided locale (fe38cb2), closes #18685
    • locale: dataFooter.itemsPerPageText typo in fr locale (#18594) (e66f65e)
    • router: match query with exact prop (870b091), closes #18724
    • VCarousel: add missing control item class and styling (f5292a3)
    • VDataTable: pass minWidth to headers (2f8a4b4), closes #18727
    • VDataTable: add missing footer divider and update padding (48c6573)
    • VDataTable: remove custom pagination for v-pagination component (d84591e), closes #16447
    • VDatePicker: always emit month when clicking prev or next (9269530)
    • VDatePickerMonth: apply month/year updates when displayValue changes (6901d24)
    • VDatePickerMonth: use min / allowed-dates in displayDate calculation (05db921)
    • VDatePickerMonth: convert min/max to date for isAfter function (2faefa8)
    • VOtpInput: disable input when prop.disabled is true (#18697) (9d3eb14), closes #18690
    • VPagination: properly check if totalVisible prop has a value (a822307)
    • VPagination: hide visible items if value is <= 0 (3a52406)
    • VPagination: set circle border radius when using rounded prop (5b0055b)
    • VSelect: add option role to VListItem elements (#18629) (82e596e), closes #17767 #16881
    • VSelectionControlGroup: default readonly value (#18513) (7e3f892), closes #18424
    • VSlideGroup: disable prev/next button clicks (e522e3f), closes #18706
    • VTab: pass through VBtn slots (aeaa776)
    • VTable: font-color, size, and icon size (ecbf74e)
  • 3.4.2 - 2023-11-16

    🔄 Reverts

    • Revert "fix(VDataTable): prevent layout shift when changing pages" (26c9ccb), closes #18689
  • 3.4.1 - 2023-11-14
    Read more
  • 3.4.0 - 2023-11-09
    Read more
  • 3.4.0-beta.1 - 2023-11-07
  • 3.4.0-beta.0 - 2023-11-04
  • 3.4.0-alpha.1 - 2023-08-30
  • 3.4.0-alpha.0 - 2023-08-18
  • 3.3.23 - 2023-10-24
  • 3.3.22 - 2023-10-17
  • 3.3.21 - 2023-10-10
  • 3.3.20 - 2023-10-03
  • 3.3.19 - 2023-09-26
  • 3.3.18 - 2023-09-26
  • 3.3.17 - 2023-09-19
  • 3.3.16 - 2023-09-12
  • 3.3.15 - 2023-08-30
  • 3.3.14 - 2023-08-22
  • 3.3.13 - 2023-08-15
  • 3.3.12 - 2023-08-09
  • 3.3.11 - 2023-08-01
  • 3.3.10 - 2023-07-25
  • 3.3.9 - 2023-07-18
  • 3.3.8 - 2023-07-12
  • 3.3.7 - 2023-07-05
  • 3.3.6 - 2023-06-27
  • 3.3.5 - 2023-06-20
from vuetify GitHub release notes
Commit messages
Package name: vuetify
  • f343549 chore(release): publish v3.4.9
  • 317e662 docs(VCalendar): setup calendar api links and fix related pages
  • f88b25a docs(VCalendar): fix api types
  • 3158d0c feat(VCalendar): port to v3 labs (#16803)
  • 7968c1e docs(UserOneBadge): fix store checking for subscriber
  • a7046b4 docs(README.md): update content
  • 51d4ac6 docs(subscriptions): update page
  • 9ee68d6 docs: add stripe subscriptions (#18882)
  • 64caa65 docs(upgrade-guide): add link for vue 3 migration guide
  • cce9427 docs(DiscordDeck): update logo urls
  • 20d0884 docs(date-pickers): update spec link
  • 0ac6f09 chore(release): publish v3.4.8
  • b047634 fix(locale): add missing CZ strings (#18902)
  • 260a36f docs(VSwitch): add update:indeterminate api description (#18904)
  • 3176463 fix(VOverlay): memory leak involving bound listeners (#18899)
  • 40d245a chore(package.json): update @ vuetify/one package
  • a6e9d16 fix(VDataTableServer): attr name for the previous ARIA label (#18866)
  • f02570d docs(VGrid): max-rows description (#18889)
  • 1614bef fix(VOtpInput): exclude loader slot in VField slots (#18881)
  • 5decc32 docs(npmrc): @ vuetify/one is now public
  • d0765f1 chore(package): update @ vuetify/one package
  • a1adfbe docs: refactor auth / user store implementation
  • b69e8e0 chore(ci): add NPM_TOKEN to env
  • 01cf534 docs(@ vuetify/one): implement package

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

@StrangeRanger StrangeRanger merged commit e251b7d into main Apr 2, 2024
4 checks passed
@StrangeRanger StrangeRanger deleted the snyk-upgrade-0f256fcab650950f8a8319ab8f27f227 branch April 2, 2024 22:16
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