Skip to content

Update dependency vuetify to v1.5.23#26

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/vuetify-1.x-lockfile
Open

Update dependency vuetify to v1.5.23#26
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/vuetify-1.x-lockfile

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 28, 2023

This PR contains the following updates:

Package Change Age Confidence
vuetify (source) 1.5.141.5.23 age confidence

Release Notes

vuetifyjs/vuetify (vuetify)

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.

@renovate renovate bot force-pushed the renovate/vuetify-1.x-lockfile branch from cc97968 to 3a4772e Compare March 28, 2025 00:10
@renovate renovate bot changed the title Update dependency vuetify to v1.5.24 Update dependency vuetify to v1.5.23 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/vuetify-1.x-lockfile branch 2 times, most recently from 39def1b to bd3c057 Compare November 19, 2025 20:18
@renovate renovate bot force-pushed the renovate/vuetify-1.x-lockfile branch from bd3c057 to f0f6b9d Compare December 31, 2025 12:11
@renovate renovate bot force-pushed the renovate/vuetify-1.x-lockfile branch from f0f6b9d to 33deed5 Compare January 1, 2026 12:13
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