Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MudBlazor from 6.2.3 to 6.2.5 in /src #2089

Merged
merged 3 commits into from
May 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2023

Bumps MudBlazor from 6.2.3 to 6.2.5.

Release notes

Sourced from MudBlazor's releases.

MudBlazor 6.2.5

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

This is a rerelease of 6.2.4 which was removed due to build issues Full Changelog: MudBlazor/MudBlazor@v6.2.3...v6.2.5

Commits
  • a5a5dbe Build: Temporarily fix SDK version on build server (#6865)
  • 19dc8e9 Build: Temporarily fix SDK at 7.0.203 (#6864)
  • ee7368f MudTable: Fix discrepency with initial RowsPerPage in TablePager (#6776)
  • 35e737d MudDataGrid: FilterDefinition as interface (#6848)
  • 3428084 Docs: Toggle MudMini menu icon when menu is open. (#6384)
  • fae2944 Docs: Remove ReadOnly from Form example (#6832)
  • 9e89d2a MudDropContainer: Fix bad index when dropping item on itself (#5006) (#6830)
  • 07be8b9 MudAutocomplete: Fix Value binding not updating (#6805)
  • 1098a9a MudMenu: Added Example with nested Menu (#6828)
  • 8262d86 Build(deps): Bump ReportGenerator from 5.1.19 to 5.1.20 in /src (#6782)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot requested a review from a team as a code owner May 17, 2023 14:00
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 17, 2023
@kbeaugrand kbeaugrand enabled auto-merge (squash) May 19, 2023 12:06
@dependabot dependabot bot force-pushed the dependabot/nuget/src/MudBlazor-6.2.5 branch from 979d027 to decfd7a Compare May 19, 2023 12:16
@dependabot dependabot bot temporarily deployed to E2E May 19, 2023 12:16 Inactive
@dependabot dependabot bot force-pushed the dependabot/nuget/src/MudBlazor-6.2.5 branch from decfd7a to f3622e0 Compare May 19, 2023 12:20
@dependabot dependabot bot temporarily deployed to E2E May 19, 2023 12:20 Inactive
@dependabot dependabot bot force-pushed the dependabot/nuget/src/MudBlazor-6.2.5 branch from f3622e0 to 16bddb4 Compare May 19, 2023 12:38
@dependabot dependabot bot temporarily deployed to E2E May 19, 2023 12:38 Inactive
@dependabot dependabot bot temporarily deployed to E2E May 22, 2023 17:10 Inactive
@dependabot dependabot bot force-pushed the dependabot/nuget/src/MudBlazor-6.2.5 branch from 16bddb4 to 87ac2b3 Compare May 22, 2023 20:34
@dependabot dependabot bot temporarily deployed to E2E May 22, 2023 20:34 Inactive
@dependabot dependabot bot force-pushed the dependabot/nuget/src/MudBlazor-6.2.5 branch from 87ac2b3 to 68d8742 Compare May 22, 2023 20:50
@dependabot dependabot bot temporarily deployed to E2E May 22, 2023 20:50 Inactive
@dependabot dependabot bot temporarily deployed to E2E May 23, 2023 12:07 Inactive
Bumps [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 6.2.3 to 6.2.5.
- [Release notes](https://github.com/MudBlazor/MudBlazor/releases)
- [Changelog](https://github.com/MudBlazor/MudBlazor/blob/dev/CHANGELOG.md)
- [Commits](MudBlazor/MudBlazor@v6.2.3...v6.2.5)

---
updated-dependencies:
- dependency-name: MudBlazor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@kbeaugrand kbeaugrand force-pushed the dependabot/nuget/src/MudBlazor-6.2.5 branch from 68d8742 to 05324a5 Compare May 23, 2023 13:15
@kbeaugrand kbeaugrand temporarily deployed to E2E May 23, 2023 13:15 — with GitHub Actions Inactive
@hocinehacherouf hocinehacherouf temporarily deployed to E2E May 23, 2023 21:06 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (4ec0a5e) 92.39% compared to head (f195e10) 92.39%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2089   +/-   ##
=======================================
  Coverage   92.39%   92.39%           
=======================================
  Files         277      277           
  Lines        9129     9129           
=======================================
  Hits         8435     8435           
  Misses        694      694           
Impacted Files Coverage Δ
...al.Client/Pages/EdgeModels/EdgeModelListPage.razor 98.03% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kbeaugrand kbeaugrand merged commit 1ff62f6 into main May 23, 2023
@kbeaugrand kbeaugrand deleted the dependabot/nuget/src/MudBlazor-6.2.5 branch May 23, 2023 21:22
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.

2 participants