Skip to content

Commit c75ea17

Browse files
chore(deps): bump vuetify from 4.0.6 to 4.0.7 in /EssentialCSharp.Web (#1085)
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 4.0.6 to 4.0.7. <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>v4.0.7</h2> <blockquote> <p>[!CAUTION] Vuetify Needs Your Support! The OpenCollective funds dried up. We are currently <strong>unable to compensate our contributors</strong> for their continued work on the framework and the ecosystem tools.</p> <p>If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.</p> <p><strong><a href="https://opencollective.com/vuetify">Sponsor via Open Collective</a></strong> | <strong><a href="https://github.com/sponsors/johnleider">Sponsor via GitHub</a></strong></p> <p>What happens when you open source project depends on unpaid labor:</p> <ul> <li>releases appear less frequently</li> <li>hard bugs get sidelined because nobody can afford the time to fix them</li> <li>maintainers burn out from juggling day jobs with the framework you depend on</li> <li>roadmap targets are moved</li> </ul> <p>Every contribution helps us keep Vuetify alive and ship exciting new features.</p> <p>Thank you.</p> </blockquote> <hr /> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>VAlert:</strong> border opacity should win over theme variables (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22832">#22832</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/d355443a60ec6b222600fb97978164a6dedd249f">d355443</a>)</li> <li><strong>VBtnToggle:</strong> correct background when active (<a href="https://github.com/vuetifyjs/vuetify/commit/79a3a8cf81cb153207e0675d0c77b54fec654f40">79a3a8c</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22004">#22004</a></li> <li><strong>VField:</strong> correct baseline alignment (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22812">#22812</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/14fd872482b928e94c5db4cbddf4f77cf4cfbc72">14fd872</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22648">#22648</a></li> <li><strong>VList:</strong> invisibly focus first element after open (<a href="https://github.com/vuetifyjs/vuetify/commit/d153a6e31ea3661dd8df87a6cfe71ba0b0e9852a">d153a6e</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22783">#22783</a></li> <li><strong>VProgressLinear:</strong> correct calculation for filled chunks (<a href="https://github.com/vuetifyjs/vuetify/commit/642a27bb4d010603161bd4024139fedb951131df">642a27b</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22818">#22818</a></li> <li><strong>VSelects:</strong> merge menuProps.contentClass (<a href="https://github.com/vuetifyjs/vuetify/commit/67494243868febda9eb77eb0daf4639d27f3b427">6749424</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22822">#22822</a></li> <li><strong>VTreeview,VList:</strong> wire <code>value-comparator</code> into selection logic (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22841">#22841</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/d5b4670234ba2ee297802bbecb4aaa5813eaf992">d5b4670</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22013">#22013</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/5015ab8065d7da0fc762901b6c13e37b1fe8de5d"><code>5015ab8</code></a> chore(release): publish v4.0.7</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/d5b4670234ba2ee297802bbecb4aaa5813eaf992"><code>d5b4670</code></a> fix(VTreeview,VList): wire <code>value-comparator</code> into selection logic (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/22841">#22841</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/d355443a60ec6b222600fb97978164a6dedd249f"><code>d355443</code></a> fix(VAlert): border opacity should win over theme variables (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/22832">#22832</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/d153a6e31ea3661dd8df87a6cfe71ba0b0e9852a"><code>d153a6e</code></a> fix(VList): invisibly focus first element after open</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/67494243868febda9eb77eb0daf4639d27f3b427"><code>6749424</code></a> fix(VSelects): merge menuProps.contentClass</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/14fd872482b928e94c5db4cbddf4f77cf4cfbc72"><code>14fd872</code></a> fix(VField): correct baseline alignment (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/22812">#22812</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/e3b66d8f452c79bf0255e7fc2da5628f264ec19f"><code>e3b66d8</code></a> test: use <code>vi.useFakeTimers</code> in throttle tests (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/22819">#22819</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/642a27bb4d010603161bd4024139fedb951131df"><code>642a27b</code></a> fix(VProgressLinear): correct calculation for filled chunks</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/79a3a8cf81cb153207e0675d0c77b54fec654f40"><code>79a3a8c</code></a> fix(VBtnToggle): correct background when active</li> <li>See full diff in <a href="https://github.com/vuetifyjs/vuetify/commits/v4.0.7/packages/vuetify">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2652e10 commit c75ea17

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

EssentialCSharp.Web/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EssentialCSharp.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"jquery": "4.0.0",
1919
"marked": "18.0.3",
2020
"vue": "3.5.34",
21-
"vuetify": "4.0.6"
21+
"vuetify": "4.0.7"
2222
},
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "6.0.6",

0 commit comments

Comments
 (0)