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

Update dependency vuetify to v1.5.24 #26

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 28, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vuetify (source) 1.5.14 -> 1.5.24 age adoption passing confidence

Release Notes

vuetifyjs/vuetify (vuetify)

v1.5.24

Compare Source

Bug Fixes

v1.5.23

Compare Source

🔧 Bug Fixes

v1.5.22

Compare Source

🔧 Bug Fixes
  • VAutocomplete/VCombobox: reset search when selecting same item (aa9e7cb), closes #​7259

v1.5.21

Compare Source

🔧 Bug Fixes
  • VInput: target correct scoped slot for messages (23c355c), closes #​9584

v1.5.20

Compare Source

🔧 Bug Fixes
  • VMesssages: apply escapeHTML to provided values (9fd5e0a), closes #​9491
⚠️ BREAKING CHANGES

A low impact security vulnerability was identified with the v-messages component. Using the value prop, it was possible to perform an XSS attack.

NOTICE
If you are not using HTML for the props rules, messages, hint, success-messages or error-messages, you do not need to do anything.

All values for v-message are now escaped. This primarily affects inputs as they use v-message for rule and hint output. To accommodate this change, a scoped slot has been added for users who
need to customize the styling of messages as they will no longer render html.

Components this fix impacts:

  • v-autocomplete
  • v-checkbox
  • v-combobox
  • v-file-input
  • v-input
  • v-messages
  • v-overflow-btn
  • v-radio-group
  • v-select
  • v-slider
  • v-switch
  • v-textarea
  • v-text-field
<!-- v1.5.19 -->

<v-text-field :rules="['<em>Foo<em>']" />
<!-- v1.5.20 -->

<v-text-field :rules="['Foo']">
  <template v-slot:messages="{ message, key }">
     <em :key="key">{{ message }}</em>
  </template>
</v-text-field>

If you have any questions, please reach out to us in our community, https://community.vuetifyjs.com

v1.5.19

Compare Source

🔧 Bug Fixes

v1.5.18

Compare Source

🔧 Bug Fixes

v1.5.17

Compare Source

🔧 Bug Fixes
⏪ Reverts
  • fix(VDialog): focus the first child when tab leaves the dialog (28c808c), closes #​6892

v1.5.16

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants