Skip to content

Commit 77cd57d

Browse files
chore(deps): bump vuetify from 4.1.0 to 4.1.1 in /EssentialCSharp.Web (#1186)
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 4.1.0 to 4.1.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>v4.1.1</h2> <blockquote> <p>[!IMPORTANT] 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>VMenu:</strong> prevent focus change during IME input (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/21008">#21008</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/374c9559577e096e8022eec66a9df63759753169">374c955</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/21001">#21001</a></li> <li><strong>VNumberInput:</strong> emit <code>change</code> when using controls and arrows (<a href="https://github.com/vuetifyjs/vuetify/commit/2ab2509d3dce96b6c927c6d4604525df3a13beaa">2ab2509</a>)</li> <li><strong>VOverlay:</strong> respect % dimension boundaries (<a href="https://github.com/vuetifyjs/vuetify/commit/eaec65f1dc7464cfd4b9282445980848ec3e546a">eaec65f</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22890">#22890</a></li> <li><strong>VSelect:</strong> close menu when click lands inside host overlay (<a href="https://github.com/vuetifyjs/vuetify/commit/7ed9a542f5be23c447a8d53155b13041b017ec48">7ed9a54</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22897">#22897</a></li> <li><strong>VSnackbar:</strong> more reliable progress bar (<a href="https://github.com/vuetifyjs/vuetify/commit/5e6fe600818cb59ce8d875754afccf64c4f36971">5e6fe60</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22894">#22894</a></li> <li><strong>VTable:</strong> apply background and border for <code>fixed-footer</code> (<a href="https://github.com/vuetifyjs/vuetify/commit/ecabcc54d9c3d9a4f359f8c78dfa49f7a1e46865">ecabcc5</a>)</li> <li><strong>VTooltip:</strong> avoid stealing focus (<a href="https://github.com/vuetifyjs/vuetify/commit/77d1a8a68cbd8e2d534d279c21031bff42fa7c30">77d1a8a</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/22891">#22891</a></li> <li><strong>VTooltip:</strong> merge content class and props (<a href="https://github.com/vuetifyjs/vuetify/commit/5cc3278b6d44fe9526de2adef95516e3ad8d828f">5cc3278</a>)</li> </ul> <h3>:test_tube: Labs</h3> <ul> <li><strong>VHeatmap:</strong> keep legend bar visible in forced-colors mode (<a href="https://github.com/vuetifyjs/vuetify/commit/58e3e7ddcecfbc1a8dea040eb82d6e49ad113e18">58e3e7d</a>)</li> <li><strong>VHighlight:</strong> support forced-colors mode (<a href="https://github.com/vuetifyjs/vuetify/commit/067228c7f96eb82e42ed35d5a0220a3b7e7f7d69">067228c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/78e21ef73e9319c28294d8472d243f676e233e3a"><code>78e21ef</code></a> chore(release): publish v4.1.1</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/7ed9a542f5be23c447a8d53155b13041b017ec48"><code>7ed9a54</code></a> fix(VSelect): close menu when click lands inside host overlay</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/5e6fe600818cb59ce8d875754afccf64c4f36971"><code>5e6fe60</code></a> fix(VSnackbar): more reliable progress bar</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/2ab2509d3dce96b6c927c6d4604525df3a13beaa"><code>2ab2509</code></a> fix(VNumberInput): emit <code>change</code> when using controls and arrows</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/eaec65f1dc7464cfd4b9282445980848ec3e546a"><code>eaec65f</code></a> fix(VOverlay): respect % dimension boundaries</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/77d1a8a68cbd8e2d534d279c21031bff42fa7c30"><code>77d1a8a</code></a> fix(VTooltip): avoid stealing focus</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/ecabcc54d9c3d9a4f359f8c78dfa49f7a1e46865"><code>ecabcc5</code></a> fix(VTable): apply background and border for <code>fixed-footer</code></li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/374c9559577e096e8022eec66a9df63759753169"><code>374c955</code></a> fix(VMenu): prevent focus change during IME input (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/21008">#21008</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/58e3e7ddcecfbc1a8dea040eb82d6e49ad113e18"><code>58e3e7d</code></a> fix(VHeatmap): keep legend bar visible in forced-colors mode</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/067228c7f96eb82e42ed35d5a0220a3b7e7f7d69"><code>067228c</code></a> fix(VHighlight): support forced-colors mode</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v4.1.1/packages/vuetify">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vuetify&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cd9af3 commit 77cd57d

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.4",
2020
"vue": "3.5.35",
21-
"vuetify": "4.1.0"
21+
"vuetify": "4.1.1"
2222
},
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "6.0.7",

0 commit comments

Comments
 (0)