Build(deps): bump vuetify from 2.6.9 to 2.6.10 #610

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vuetify-2.6.10 into master 2022-09-13 07:07:08 +00:00
argoyle commented 2022-09-13 04:41:13 +00:00 (Migrated from gitlab.com)

Bumps vuetify from 2.6.9 to 2.6.10.

Release notes

Sourced from vuetify's releases.

v2.6.10

🔧 Bug Fixes

  • VCalendar: prevent XSS from eventName function (ade1434), closes #15757
  • VDialog: don't try to focus tabindex="-1" or hidden inputs (89e3850), closes #15745
  • VMenu: disabled activatorFixed when attach is enabled (#15709) (464529a), closes #14922
  • VTextField: only show clear icon on hover or when focused (7a51ad0)
  • VTextField: prevent tabbing to clear button (f8ee680), closes #11202
  • web-types: add support for VDataTable pattern slots (#15694) (ac45c98)

🔬 Code Refactoring

  • VSelect: render highlight with vnodes instead of innerHTML (4468e3c)

BREAKING CHANGES

  • VCalendar: eventName can no longer render arbitrary HTML, convert to VNodes instead
Commits
  • fdfb6fc chore(release): publish v2.6.10
  • cd193e4 fix(VSelectList): correct mask class
  • 89e3850 fix(VDialog): don't try to focus tabindex="-1" or hidden inputs
  • 4468e3c refactor(VSelect): render highlight with vnodes instead of innerHTML
  • ade1434 fix(VCalendar): prevent XSS from eventName function
  • 464529a fix(VMenu): disabled activatorFixed when attach is enabled (#15709)
  • 7a51ad0 fix(VTextField): only show clear icon on hover or when focused
  • f8ee680 fix(VTextField): prevent tabbing to clear button
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase 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 2.6.9 to 2.6.10. <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>v2.6.10</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>VCalendar:</strong> prevent XSS from eventName function (<a href="https://github.com/vuetifyjs/vuetify/commit/ade1434927f55a0eccf3d54f900f24c5fa85a176">ade1434</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/15757">#15757</a></li> <li><strong>VDialog:</strong> don't try to focus tabindex=&quot;-1&quot; or hidden inputs (<a href="https://github.com/vuetifyjs/vuetify/commit/89e3850c5478c7bf0ae6081a95f6d2b39e690e8f">89e3850</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/15745">#15745</a></li> <li><strong>VMenu:</strong> disabled activatorFixed when attach is enabled (<a href="https://github.com/vuetifyjs/vuetify/issues/15709">#15709</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/464529a0358704c27463b660eead65925adf0f6d">464529a</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14922">#14922</a></li> <li><strong>VTextField:</strong> only show clear icon on hover or when focused (<a href="https://github.com/vuetifyjs/vuetify/commit/7a51ad0140dd17f9d718f6ceb84226d305c2c379">7a51ad0</a>)</li> <li><strong>VTextField:</strong> prevent tabbing to clear button (<a href="https://github.com/vuetifyjs/vuetify/commit/f8ee680b1d78182852822fd12b63dd00a5803f40">f8ee680</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/11202">#11202</a></li> <li><strong>web-types:</strong> add support for VDataTable pattern slots (<a href="https://github.com/vuetifyjs/vuetify/issues/15694">#15694</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/ac45c98983717d5ee42c4e85de1deccbd698cc83">ac45c98</a>)</li> </ul> <h3>:microscope: Code Refactoring</h3> <ul> <li><strong>VSelect:</strong> render highlight with vnodes instead of innerHTML (<a href="https://github.com/vuetifyjs/vuetify/commit/4468e3c442284b512729e7b89768fd8762c2e9c1">4468e3c</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>VCalendar:</strong> eventName can no longer render arbitrary HTML, convert to VNodes instead</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/fdfb6fc34d797d2798ae73b049f34e5098793caa"><code>fdfb6fc</code></a> chore(release): publish v2.6.10</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/cd193e41e4041ca0786f5dbcda454e94dd7bddb9"><code>cd193e4</code></a> fix(VSelectList): correct mask class</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/89e3850c5478c7bf0ae6081a95f6d2b39e690e8f"><code>89e3850</code></a> fix(VDialog): don't try to focus tabindex=&quot;-1&quot; or hidden inputs</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/4468e3c442284b512729e7b89768fd8762c2e9c1"><code>4468e3c</code></a> refactor(VSelect): render highlight with vnodes instead of innerHTML</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/ade1434927f55a0eccf3d54f900f24c5fa85a176"><code>ade1434</code></a> fix(VCalendar): prevent XSS from eventName function</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/464529a0358704c27463b660eead65925adf0f6d"><code>464529a</code></a> fix(VMenu): disabled activatorFixed when attach is enabled (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/15709">#15709</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/7a51ad0140dd17f9d718f6ceb84226d305c2c379"><code>7a51ad0</code></a> fix(VTextField): only show clear icon on hover or when focused</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/f8ee680b1d78182852822fd12b63dd00a5803f40"><code>f8ee680</code></a> fix(VTextField): prevent tabbing to clear button</li> <li>See full diff in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.6.10/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 rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-09-13 06:20:39 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 6f55bcb9 - 1 commit from branch master
  • 2b0455ab - Build(deps): bump vuetify from 2.6.9 to 2.6.10

Compare with previous version

added 2 commits <ul><li>6f55bcb9 - 1 commit from branch <code>master</code></li><li>2b0455ab - Build(deps): bump vuetify from 2.6.9 to 2.6.10</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/561/diffs?diff_id=482965420&start_sha=c2e7aaf32b2538f819b087d67e6da87dbd388b43)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-09-13 06:21:26 +00:00
argoyle commented 2022-09-13 06:31:11 +00:00 (Migrated from gitlab.com)

aborted the automatic merge because target branch was updated

aborted the automatic merge because target branch was updated
argoyle commented 2022-09-13 06:31:15 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e4f3981d - 1 commit from branch master
  • 354443b0 - Build(deps): bump vuetify from 2.6.9 to 2.6.10

Compare with previous version

added 2 commits <ul><li>e4f3981d - 1 commit from branch <code>master</code></li><li>354443b0 - Build(deps): bump vuetify from 2.6.9 to 2.6.10</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/561/diffs?diff_id=482972368&start_sha=2b0455ab8d3b05ac16011794c154e3553ee4777c)
argoyle commented 2022-09-13 06:42:31 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 719fee29 - 1 commit from branch master
  • e5b10f3f - Build(deps): bump vuetify from 2.6.9 to 2.6.10

Compare with previous version

added 2 commits <ul><li>719fee29 - 1 commit from branch <code>master</code></li><li>e5b10f3f - Build(deps): bump vuetify from 2.6.9 to 2.6.10</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/561/diffs?diff_id=482980538&start_sha=354443b0acf1127cf3c2feda2486ba1ad064a993)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-09-13 06:42:44 +00:00
argoyle commented 2022-09-13 06:53:34 +00:00 (Migrated from gitlab.com)

aborted the automatic merge because target branch was updated

aborted the automatic merge because target branch was updated
argoyle commented 2022-09-13 06:53:38 +00:00 (Migrated from gitlab.com)

added 2 commits

  • a485cd8d - 1 commit from branch master
  • 1382ecaf - Build(deps): bump vuetify from 2.6.9 to 2.6.10

Compare with previous version

added 2 commits <ul><li>a485cd8d - 1 commit from branch <code>master</code></li><li>1382ecaf - Build(deps): bump vuetify from 2.6.9 to 2.6.10</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/561/diffs?diff_id=482989398&start_sha=e5b10f3f6908e886fa4dea1a3e6648d1be133297)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-09-13 06:54:47 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-09-13 07:07:09 +00:00
Sign in to join this conversation.