Skip to content

Bump MudBlazor from 8.0.0 to 9.5.0#7

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/nuget/src/Qwertide.Client/MudBlazor-9.5.0
Open

Bump MudBlazor from 8.0.0 to 9.5.0#7
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/nuget/src/Qwertide.Client/MudBlazor-9.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown

Updated MudBlazor from 8.0.0 to 9.5.0.

Release notes

Sourced from MudBlazor's releases.

9.5.0

What's Changed

Bug Fixes

Full Changelog: MudBlazor/MudBlazor@v9.4.0...v9.5.0

9.4.0

What's Changed

Breaking Changes

New Features

Bug Fixes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v9.3.0...v9.4.0

9.3.0

What's Changed

New Features

Bug Fixes

New Contributors

9.2.0

What's Changed

New Features

Bug Fixes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v9.1.0...v9.2.0

9.1.0

What's Changed

Breaking Changes

New Features

Bug Fixes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v9.0.0...v9.1.0

9.0.0

What's Changed

Breaking Changes

9.0.0-rc.1

What's Changed

Breaking Changes

New Features

Bug Fixes

New Contributors

9.0.0-preview.2

What's Changed

Breaking Changes

New Features

Bug Fixes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v9.0.0-preview.1...v9.0.0-preview.2

9.0.0-preview.1

What's Changed

Breaking Changes

New Features

8.15.0

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v8.14.0...v8.15.0

8.14.0

What's Changed

Breaking Changes

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v8.13.0...v8.14.0

8.13.0

What's Changed

New Features

Bug Fixes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v8.12.0...v8.13.0

8.12.0

What's Changed

New Features

Bug Fixes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v8.11.0...v8.12.0

8.11.0

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v8.10.0...v8.11.0

8.10.0

What's Changed

Breaking Changes

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v8.9.0...v8.10.0

8.9.0

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v8.8.0...v8.9.0

8.8.0

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v8.7.0...v8.8.0

8.7.0

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v8.6.0...v8.7.0

8.6.0

What's Changed

New Features

  • MudOverlay: Add parameter Modal allowing click-through by @​Cybrosys in https://gi...

Description has been truncated

ManuelMadu and others added 4 commits June 8, 2026 03:00
Unmatched /api/* requests fell through to MapFallbackToFile and answered
200 with index.html, surfacing on the client as a confusing JSON parse
error. Add a dedicated api/{**rest} fallback that returns 404 before the
SPA catch-all.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Rate-limit POST /api/scores to 5/min per client IP (429 on excess) so
  the public submit endpoint can't be scripted to flood the leaderboard.
- Add baseline security response headers on every response:
  X-Content-Type-Options: nosniff, X-Frame-Options: DENY, Referrer-Policy.
- Enable HSTS in production.
- Gate the trust-all forwarded-headers config to Production so a non-Azure
  host can't spoof the scheme/client IP via X-Forwarded-* in dev.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…license

- /health endpoint backed by an EF Core DbContext check (verifies the DB).
- CI format gate: .editorconfig + `dotnet format --verify-no-changes`.
- Dependabot for NuGet + GitHub Actions (weekly).
- MIT LICENSE.
- README updated to reflect these as implemented (moved out of limitations).

Applying the format rules also normalized whitespace/braces in a few existing
files (cosmetic only; build + 27 tests + format gate all green).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---
updated-dependencies:
- dependency-name: MudBlazor
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant