Build(deps-dev): bump vuetify from 3.5.4 to 3.5.5 #1720

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vuetify-3.5.5 into main 2024-02-22 08:12:06 +00:00
argoyle commented 2024-02-22 04:39:33 +00:00 (Migrated from gitlab.com)

Bumps vuetify from 3.5.4 to 3.5.5.

Release notes

Sourced from vuetify's releases.

v3.5.5

🔧 Bug Fixes

  • goto: retry unreachable target (#19128) (b146397)
  • locale: capitalize Dutch local for badge (#19221) (af85fd4)
  • rounded: add missing tile prop (e33ae9f)
  • VCalendar: remove default sorting of weekdays (#19205) (dd007f9)
  • VDataTable: improve headers value function typing (#18703) (54f05f2)
  • VDataTableHeaders: add missing type export (a163956)
  • VDatePicker: set view-mode when selecting same month/year (#19153) (25bbb7c), closes #19132
  • VDatePicker: mark current date when it's disabled (#19229) (84f4d71), closes #19218
  • VDatePicker: height and element sizing (67bd7d5), closes #19202
  • VDatePickerMonth: day btn sizing (ceef1f2)
  • VExpansionPanels: correct static prop defaults target (f5c0f7b)
  • VExpansionPanels: add missing tile prop (090736d)
  • VExpansionPanels: add missing flat prop (76147a7)
  • VField: ensure label is reversed when reverse prop is used (#19214) (1407128)
  • VFileInput: don't emit control click when clicking prepend (389372c), closes #19232
  • VForm: batch validation updates (07d91b2), closes #19161
  • VIcon: add mdi set only if defaultSet is mdi (#18876) (3daa452)
  • VIcon: remove tag attribute from fa-svg (4923e53), closes #19148
  • VList: set explicit overflow-wrap to break-word (#19234) (8fe0cbf), closes #19233
  • VMenu: do not call closeParents when still inside parent (#19239) (5c88603), closes #17004 #19138
  • VSelect: closing chip removes selection (#19242) (b5c7660), closes #19235
  • VTabs: animate tab indicator when switching to next (72a2194), closes #18892
  • VTooltip: set overflow-wrap for long text (#19136) (8ff3f8d)
  • VVirtualScroll: reset scroll velocity when height changes (cb62963), closes #18918

🧪 Labs

Commits
  • 7fae6c6 chore(release): publish v3.5.5
  • 8809f63 refactor(icons): don't change iconName logic
  • 09004a0 feat(VSparkline): port to v3 (#18659)
  • 54f05f2 fix(VDataTable): improve headers value function typing (#18703)
  • 3daa452 fix(VIcon): add mdi set only if defaultSet is mdi (#18876)
  • 8ff3f8d fix(Tooltip): set overflow-wrap for long text (#19136)
  • 25bbb7c fix(VDatePicker): set view-mode when selecting same month/year (#19153)
  • dd007f9 fix(VCalendar): remove default sorting of weekdays (#19205)
  • 1407128 fix(VField): ensure label is reversed when reverse prop is used (#19214)
  • 84f4d71 fix(VDatePicker): mark current date when it's disabled (#19229)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 3.5.4 to 3.5.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuetifyjs/vuetify/releases">vuetify's releases</a>.</em></p> <blockquote> <h2>v3.5.5</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>goto:</strong> retry unreachable target (<a href="https://github.com/vuetifyjs/vuetify/issues/19128">#19128</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/b1463977924cc3a5023e87e029fdd3f106fb5b3b">b146397</a>)</li> <li><strong>locale:</strong> capitalize Dutch local for badge (<a href="https://github.com/vuetifyjs/vuetify/issues/19221">#19221</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/af85fd40576733d44c760331377025d96f3ed06f">af85fd4</a>)</li> <li><strong>rounded:</strong> add missing tile prop (<a href="https://github.com/vuetifyjs/vuetify/commit/e33ae9f8d1e758edf9cde84f1f417a93793d2c34">e33ae9f</a>)</li> <li><strong>VCalendar:</strong> remove default sorting of weekdays (<a href="https://github.com/vuetifyjs/vuetify/issues/19205">#19205</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/dd007f93b03e9a6e4f1d5cee46df682466d77b91">dd007f9</a>)</li> <li><strong>VDataTable:</strong> improve headers value function typing (<a href="https://github.com/vuetifyjs/vuetify/issues/18703">#18703</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/54f05f25fa5557ef01a0104fdd3e0ff732244307">54f05f2</a>)</li> <li><strong>VDataTableHeaders:</strong> add missing type export (<a href="https://github.com/vuetifyjs/vuetify/commit/a16395673674ac7e86ddb206841dd551974acecf">a163956</a>)</li> <li><strong>VDatePicker:</strong> set view-mode when selecting same month/year (<a href="https://github.com/vuetifyjs/vuetify/issues/19153">#19153</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/25bbb7ce92533e0c1af63b1220f4a30281908267">25bbb7c</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/19132">#19132</a></li> <li><strong>VDatePicker:</strong> mark current date when it's disabled (<a href="https://github.com/vuetifyjs/vuetify/issues/19229">#19229</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/84f4d719f52d84c83285329cbeb40d505e4b683b">84f4d71</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/19218">#19218</a></li> <li><strong>VDatePicker:</strong> height and element sizing (<a href="https://github.com/vuetifyjs/vuetify/commit/67bd7d5795bdb379e32b8b63c52bcbfbd9651a8f">67bd7d5</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/19202">#19202</a></li> <li><strong>VDatePickerMonth:</strong> day btn sizing (<a href="https://github.com/vuetifyjs/vuetify/commit/ceef1f26bb803633e835260364b3c5245bc5df14">ceef1f2</a>)</li> <li><strong>VExpansionPanels:</strong> correct static prop defaults target (<a href="https://github.com/vuetifyjs/vuetify/commit/f5c0f7b08e7134e72199d68ab4605854d0d9cf09">f5c0f7b</a>)</li> <li><strong>VExpansionPanels:</strong> add missing tile prop (<a href="https://github.com/vuetifyjs/vuetify/commit/090736d7a64e3bcd24ebdb3ae46b12c51a5000c3">090736d</a>)</li> <li><strong>VExpansionPanels:</strong> add missing flat prop (<a href="https://github.com/vuetifyjs/vuetify/commit/76147a7c46cb22bb8459322e9210c65e3ac9769c">76147a7</a>)</li> <li><strong>VField:</strong> ensure label is reversed when reverse prop is used (<a href="https://github.com/vuetifyjs/vuetify/issues/19214">#19214</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/1407128091a5e196678f51c628d07b79372c75f9">1407128</a>)</li> <li><strong>VFileInput:</strong> don't emit control click when clicking prepend (<a href="https://github.com/vuetifyjs/vuetify/commit/389372c3bcbd481b23d94bf5ed7b2f8d9364fe3a">389372c</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/19232">#19232</a></li> <li><strong>VForm:</strong> batch validation updates (<a href="https://github.com/vuetifyjs/vuetify/commit/07d91b29402953b16a23c36bfb85ba7d219e3270">07d91b2</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/19161">#19161</a></li> <li><strong>VIcon:</strong> add mdi set only if defaultSet is mdi (<a href="https://github.com/vuetifyjs/vuetify/issues/18876">#18876</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/3daa452c84285c13fd712a3a0b3650a83f94131f">3daa452</a>)</li> <li><strong>VIcon:</strong> remove tag attribute from fa-svg (<a href="https://github.com/vuetifyjs/vuetify/commit/4923e531488ca9c05880d983525c5ac742e97633">4923e53</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/19148">#19148</a></li> <li><strong>VList:</strong> set explicit overflow-wrap to break-word (<a href="https://github.com/vuetifyjs/vuetify/issues/19234">#19234</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/8fe0cbfca1e5e4b66ecd135d87a810022fd0ef09">8fe0cbf</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/19233">#19233</a></li> <li><strong>VMenu:</strong> do not call closeParents when still inside parent (<a href="https://github.com/vuetifyjs/vuetify/issues/19239">#19239</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/5c88603c90522fd3e6c438b1b73c6f468cd19976">5c88603</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17004">#17004</a> <a href="https://github.com/vuetifyjs/vuetify/issues/19138">#19138</a></li> <li><strong>VSelect:</strong> closing chip removes selection (<a href="https://github.com/vuetifyjs/vuetify/issues/19242">#19242</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/b5c7660ee7a38cbd56876ca75055e4a89d474b00">b5c7660</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/19235">#19235</a></li> <li><strong>VTabs:</strong> animate tab indicator when switching to next (<a href="https://github.com/vuetifyjs/vuetify/commit/72a219438a209643a6453125a0f642c625344958">72a2194</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/18892">#18892</a></li> <li><strong>VTooltip:</strong> set overflow-wrap for long text (<a href="https://github.com/vuetifyjs/vuetify/issues/19136">#19136</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/8ff3f8d5bc4b277e93c610a2cb8ce213742f485e">8ff3f8d</a>)</li> <li><strong>VVirtualScroll:</strong> reset scroll velocity when height changes (<a href="https://github.com/vuetifyjs/vuetify/commit/cb629635f437f3921b4ea7de72f9f56a5c3658ab">cb62963</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/18918">#18918</a></li> </ul> <h3>:test_tube: Labs</h3> <ul> <li><strong>VSparkline:</strong> port to v3 (<a href="https://github.com/vuetifyjs/vuetify/issues/18659">#18659</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/09004a0e2f280b623cc24691d1ae422961fb9775">09004a0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/7fae6c65d7898dc02292910acf51af2396a79b7a"><code>7fae6c6</code></a> chore(release): publish v3.5.5</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/8809f63667c6d9be301731cc8086531ac0d284fd"><code>8809f63</code></a> refactor(icons): don't change iconName logic</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/09004a0e2f280b623cc24691d1ae422961fb9775"><code>09004a0</code></a> feat(VSparkline): port to v3 (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/18659">#18659</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/54f05f25fa5557ef01a0104fdd3e0ff732244307"><code>54f05f2</code></a> fix(VDataTable): improve headers value function typing (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/18703">#18703</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/3daa452c84285c13fd712a3a0b3650a83f94131f"><code>3daa452</code></a> fix(VIcon): add mdi set only if defaultSet is mdi (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/18876">#18876</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/8ff3f8d5bc4b277e93c610a2cb8ce213742f485e"><code>8ff3f8d</code></a> fix(Tooltip): set overflow-wrap for long text (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/19136">#19136</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/25bbb7ce92533e0c1af63b1220f4a30281908267"><code>25bbb7c</code></a> fix(VDatePicker): set view-mode when selecting same month/year (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/19153">#19153</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/dd007f93b03e9a6e4f1d5cee46df682466d77b91"><code>dd007f9</code></a> fix(VCalendar): remove default sorting of weekdays (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/19205">#19205</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/1407128091a5e196678f51c628d07b79372c75f9"><code>1407128</code></a> fix(VField): ensure label is reversed when reverse prop is used (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/19214">#19214</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/84f4d719f52d84c83285329cbeb40d505e4b683b"><code>84f4d71</code></a> fix(VDatePicker): mark current date when it's disabled (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/19229">#19229</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v3.5.5/packages/vuetify">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into main 2024-02-22 08:12:07 +00:00
Sign in to join this conversation.