chore: Bump MudBlazor from 9.9.0 to 9.10.0 - #131
dependabot[bot] wants to merge 1 commit into
Conversation
--- updated-dependencies: - dependency-name: MudBlazor dependency-version: 9.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1bf8b36 to
c896739
Compare
|
CI here fails on three The bump plus those source changes is in #133, where the full suite is green. Once that merges this PR is a no-op and can be closed. Generated by Claude Code |
…d OdsMenu (#133) MudBlazor 9.10.0 (MudBlazor/MudBlazor#13784) passes role="menu" to the MudMenu list explicitly and gives every MudMenuItem role="menuitem". Up to 9.9.0 that list took MudList's default role="listbox" and the items carried no role at all, and two components were built against that: - OdsTypeSelect hand-rendered its rows as role="option" + aria-selected to fill the listbox MudBlazor used to declare. Those rows are now invalid children of a menu, and the trigger's aria-haspopup="listbox" no longer described the popup it opens. The rows become role="menuitemradio" + aria-checked and the trigger says "menu" — the same substance (every row exposed, exactly one carrying the chosen state) in the pattern the container now declares. They stay hand-rendered: 9.10.0 gives MudMenuItem a role but still no checked state. - OdsMenu's disabled-with-a-reason shell carried no role, to match siblings that had none. Its siblings are menuitems now, so it is one too — otherwise it is the one thing in the menu that is not a menuitem, and the reason it exists to convey stays reachable by Tab but unannounced. Unblocks the MudBlazor 9.9.0 -> 9.10.0 bump, which failed CI on the three tests pinning the old roles; those now assert role parity with the container rather than a literal a MudBlazor release can move. Refs #131, #51 Claude-Session: https://claude.ai/code/session_01Fvp7QudpF8gcbeJRNnxmZ1 Co-authored-by: Claude <noreply@anthropic.com>
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updated MudBlazor from 9.9.0 to 9.10.0.
Release notes
Sourced from MudBlazor's releases.
9.10.0
What's Changed
New Features
Bug Fixes
Accessibility
aria-controlswhile closed by @danielchalmers in MudSelect: Omitaria-controlswhile closed MudBlazor/MudBlazor#13773aria-sortand selection checkbox names by @danielchalmers in MudTable, MudDataGrid: Addaria-sortand selection checkbox names MudBlazor/MudBlazor#13774aria-describedbyby @danielchalmers in Form components: Link error text witharia-describedbyMudBlazor/MudBlazor#13775Performance
ChartData.Valuessnapshots by @danielchalmers with @Copilot in Charts: Remove repeatedChartData.Valuessnapshots MudBlazor/MudBlazor#13699... (truncated)
Commits viewable in compare view.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)