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.Markdown, MudBlazor, Microsoft.AspNetCore.Components and Microsoft.AspNetCore.Components.Web #389

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps MudBlazor.Markdown, MudBlazor, Microsoft.AspNetCore.Components and Microsoft.AspNetCore.Components.Web. These dependencies needed to be updated together.
Updates MudBlazor.Markdown from 0.1.3 to 1.0.1

Release notes

Sourced from MudBlazor.Markdown's releases.

Version 1.0.1

What's Changed

Full Changelog: MyNihongo/MudBlazor.Markdown@v1.0.0...v1.0.1

Version 1.0.0

What's Changed

Full Changelog: MyNihongo/MudBlazor.Markdown@v0.1.3...v1.0.0

Commits

Updates MudBlazor from 6.17.0 to 6.19.1

Release notes

Sourced from MudBlazor's releases.

MudBlazor v6.19.1

What's Changed

Bug Fixes

Full Changelog: MudBlazor/MudBlazor@v6.19.0...v6.19.1

v6.19.0

What's Changed

New Features

Bug Fixes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v6.18.0...v6.18.1

v6.18.0

What's Changed

Breaking Changes

New Features

... (truncated)

Commits
  • 057c4fe Docs: Add fuzzy search & Make spaces in names consistent (#8276)
  • a047ed3 Autocomplete: Add class templates and FoundItemsCount (and improve docs mobil...
  • 09f94ff Use ActionDefault as the base for ActionDefaultHover (#8405)
  • 298d179 MudTimePicker: Double pad hours like minutes already are
  • 448bad0 MudRadio: Fix Stack overflow caused by recurrence. (#8412)
  • a378c2c Build: Fix dotnet format warning (#8409)
  • eb362b4 Build(deps): Bump Microsoft.CodeAnalysis.CSharp in /src (#8278)
  • 08c8eab MudToggleIconButton: Add missing DisableElevation and ClickPropagation proper...
  • daf1372 Refactor: Fix whitespace using dotnet format (#8399)
  • 4f21a1a Build: Update dotnet libraries (#8398)
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.Components from 6.0.30 to 8.0.3

Release notes

Sourced from Microsoft.AspNetCore.Components's releases.

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

.NET 8.0 Preview 7

Release

.NET 8.0 Preview 6

Release

.NET 8.0 Preview 5

Release

.NET 8.0 Preview 4

Release

.NET 8.0 Preview 3

Release

.NET 8.0 Preview 2

Release

.NET 8.0 Preview 1

Release

.NET 7.0.19

Release

.NET 7.0.18

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

... (truncated)

Commits

Updates Microsoft.AspNetCore.Components.Web from 6.0.30 to 8.0.3

Release notes

Sourced from Microsoft.AspNetCore.Components.Web's releases.

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

.NET 8.0 Preview 7

Release

.NET 8.0 Preview 6

Release

.NET 8.0 Preview 5

Release

.NET 8.0 Preview 4

Release

.NET 8.0 Preview 3

Release

.NET 8.0 Preview 2

Release

.NET 8.0 Preview 1

Release

.NET 7.0.19

Release

.NET 7.0.18

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

... (truncated)

Commits

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 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)

…nd Microsoft.AspNetCore.Components.Web

Bumps [MudBlazor.Markdown](https://github.com/MyNihongo/MudBlazor.Markdown), [MudBlazor](https://github.com/MudBlazor/MudBlazor), [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) and [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore). These dependencies needed to be updated together.

Updates `MudBlazor.Markdown` from 0.1.3 to 1.0.1
- [Release notes](https://github.com/MyNihongo/MudBlazor.Markdown/releases)
- [Commits](MyNihongo/MudBlazor.Markdown@v0.1.3...v1.0.1)

Updates `MudBlazor` from 6.17.0 to 6.19.1
- [Release notes](https://github.com/MudBlazor/MudBlazor/releases)
- [Changelog](https://github.com/MudBlazor/MudBlazor/blob/dev/CHANGELOG.md)
- [Commits](MudBlazor/MudBlazor@v6.17.0...v6.19.1)

Updates `Microsoft.AspNetCore.Components` from 6.0.30 to 8.0.3
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.30...v8.0.3)

Updates `Microsoft.AspNetCore.Components.Web` from 6.0.30 to 8.0.3
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.30...v8.0.3)

---
updated-dependencies:
- dependency-name: MudBlazor.Markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: MudBlazor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.AspNetCore.Components
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2024

Superseded by #396.

@dependabot dependabot bot closed this Jun 9, 2024
@dependabot dependabot bot deleted the dependabot/nuget/multi-89f45d6754 branch June 9, 2024 17:55
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants