Build(deps): bump vuetify from 2.6.0 to 2.6.1 #153

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-vuetify-2.6.1 into master
argoyle commented 2021-12-01 04:55:58 +00:00 (Migrated from gitlab.com)

Bumps vuetify from 2.6.0 to 2.6.1.

Release notes

Sourced from vuetify's releases.

v2.6.1

🔧 Bug Fixes

Commits
  • c838a44 chore(release): publish v2.6.1
  • 10c78d2 fix(VCalendar): continue touchMove event between days (#14392)
  • bb78e4e fix(VCalendar): add nativeEvent to all re-emitted events (#14307)
  • e6e5fd2 fix(VStepper): expand stepper label to full width (#14362)
  • 6d1c0f6 fix(VCard): remove default click handler
  • 33385d5 fix(locale): update it translations (#14398)
  • 3f8f577 fix(VRipple): use $ripple-animation-visible-opacity variable (#14365)
  • 324b818 fix(VItemGroup): allow object values and custom comparator (#14328)
  • a0dd90d fix(VItemGroup): allow null values (#14436)
  • 2af9a41 fix(VBanner): remove background when using the outlined prop
  • Additional commits viewable 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.0 to 2.6.1. <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.1</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>locale:</strong> update <code>it</code> translations (<a href="https://github.com/vuetifyjs/vuetify/issues/14398">#14398</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/33385d5e5331ff5a6ba80ecfa15cb0b0343ba305">33385d5</a>)</li> <li><strong>VBanner:</strong> remove background when using the outlined prop (<a href="https://github.com/vuetifyjs/vuetify/commit/2af9a418362658fffe1f9c09b0c18c9ff4eb9701">2af9a41</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/12081">#12081</a></li> <li><strong>VCalendar:</strong> add nativeEvent to all re-emitted events (<a href="https://github.com/vuetifyjs/vuetify/issues/14307">#14307</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/bb78e4ec04c625b7e320530406a3e8b86ca5fb5a">bb78e4e</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/9485">#9485</a></li> <li><strong>VCalendar:</strong> continue touchMove event between days (<a href="https://github.com/vuetifyjs/vuetify/issues/14392">#14392</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/10c78d21f765bdb9ded6205627685c5f8e26f9c5">10c78d2</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13174">#13174</a></li> <li><strong>VCard:</strong> remove default click handler (<a href="https://github.com/vuetifyjs/vuetify/commit/6d1c0f658d913d6b9344d3253bb693c228f936bb">6d1c0f6</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14447">#14447</a></li> <li><strong>VDataTable:</strong> use hasOwnProperty to check dynamic slot presence (<a href="https://github.com/vuetifyjs/vuetify/commit/ca4cbda0877096bab9b65c7af6edb18f316e076b">ca4cbda</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14425">#14425</a></li> <li><strong>VDialog:</strong> allow width to be set to auto (<a href="https://github.com/vuetifyjs/vuetify/commit/ef8b3cc03122bab0c6f78247e84a2737cb63867b">ef8b3cc</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/6919">#6919</a> <a href="https://github.com/vuetifyjs/vuetify/issues/14419">#14419</a></li> <li><strong>VItemGroup:</strong> allow null values (<a href="https://github.com/vuetifyjs/vuetify/issues/14436">#14436</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/a0dd90db27c6a98cad41ec64c6e1d1cefa72b0fb">a0dd90d</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/9073">#9073</a></li> <li><strong>VItemGroup:</strong> allow object values and custom comparator (<a href="https://github.com/vuetifyjs/vuetify/issues/14328">#14328</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/324b818faaa40c5a0f743a18c6b9828a48dc7ceb">324b818</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/10571">#10571</a></li> <li><strong>VRipple:</strong> use $ripple-animation-visible-opacity variable (<a href="https://github.com/vuetifyjs/vuetify/issues/14365">#14365</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/3f8f577b51a7bfe948a075903348b886246e637e">3f8f577</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/11505">#11505</a></li> <li><strong>VStepper:</strong> expand stepper label to full width (<a href="https://github.com/vuetifyjs/vuetify/issues/14362">#14362</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/e6e5fd2bf5dfa783f9bfe240a2fa2d839ef0ced6">e6e5fd2</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/12584">#12584</a></li> <li><strong>VTabs:</strong> allow set VTab inactive if optional property is set (<a href="https://github.com/vuetifyjs/vuetify/issues/14399">#14399</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/958d4e6d06bd205d20a8d7bbce707bd772d146c5">958d4e6</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14397">#14397</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/c838a44d5bd79a38deee72a2cc90a7d8b57b00e7"><code>c838a44</code></a> chore(release): publish v2.6.1</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/10c78d21f765bdb9ded6205627685c5f8e26f9c5"><code>10c78d2</code></a> fix(VCalendar): continue touchMove event between days (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14392">#14392</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/bb78e4ec04c625b7e320530406a3e8b86ca5fb5a"><code>bb78e4e</code></a> fix(VCalendar): add nativeEvent to all re-emitted events (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14307">#14307</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/e6e5fd2bf5dfa783f9bfe240a2fa2d839ef0ced6"><code>e6e5fd2</code></a> fix(VStepper): expand stepper label to full width (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14362">#14362</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/6d1c0f658d913d6b9344d3253bb693c228f936bb"><code>6d1c0f6</code></a> fix(VCard): remove default click handler</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/33385d5e5331ff5a6ba80ecfa15cb0b0343ba305"><code>33385d5</code></a> fix(locale): update <code>it</code> translations (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14398">#14398</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/3f8f577b51a7bfe948a075903348b886246e637e"><code>3f8f577</code></a> fix(VRipple): use $ripple-animation-visible-opacity variable (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14365">#14365</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/324b818faaa40c5a0f743a18c6b9828a48dc7ceb"><code>324b818</code></a> fix(VItemGroup): allow object values and custom comparator (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14328">#14328</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/a0dd90db27c6a98cad41ec64c6e1d1cefa72b0fb"><code>a0dd90d</code></a> fix(VItemGroup): allow null values (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14436">#14436</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/2af9a418362658fffe1f9c09b0c18c9ff4eb9701"><code>2af9a41</code></a> fix(VBanner): remove background when using the outlined prop</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.6.1/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 2021-12-01 07:26:05 +00:00 (Migrated from gitlab.com)

$dependabot rebase

$dependabot rebase
argoyle commented 2021-12-01 07:26:16 +00:00 (Migrated from gitlab.com)

dependabot successfully triggered merge request rebase!

:white_check_mark: `dependabot` successfully triggered merge request rebase!
argoyle commented 2021-12-02 13:45:18 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-12-02 13:45:21 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-12-02 13:45:32 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-12-02 13:55:18 +00:00 (Migrated from gitlab.com)

dependabot failed recreating merge request.

Nothing to update! Make sure dependencies are not up to date already!
:x: `dependabot` failed recreating merge request. ``` Nothing to update! Make sure dependencies are not up to date already! ```
argoyle (Migrated from gitlab.com) closed this pull request 2021-12-02 13:55:35 +00:00
argoyle commented 2021-12-02 13:55:49 +00:00 (Migrated from gitlab.com)

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.