Bump the nuget-dependencies group with 9 updates - #5
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Avalonia from 11.3.20 to 12.1.2 Bumps Avalonia.Desktop from 11.3.20 to 12.1.2 Bumps Avalonia.Fonts.Inter from 11.3.20 to 12.1.2 Bumps Avalonia.Themes.Fluent from 11.3.20 to 12.1.2 Bumps CommunityToolkit.Mvvm from 8.4.0 to 8.4.2 Bumps DemaConsulting.ApiMark.MSBuild from 0.5.0-beta.2 to 0.5.0-beta.3 Bumps demaconsulting.pandoctool from 3.10.2 to 3.11.0 Bumps dotnet-sonarscanner from 11.2.1 to 11.3.0 Bumps Microsoft.Testing.Extensions.TrxReport from 2.3.3 to 2.4.0 --- updated-dependencies: - dependency-name: Avalonia dependency-version: 12.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: Avalonia.Desktop dependency-version: 12.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: Avalonia.Fonts.Inter dependency-version: 12.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: Avalonia.Themes.Fluent dependency-version: 12.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: CommunityToolkit.Mvvm dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: DemaConsulting.ApiMark.MSBuild dependency-version: 0.5.0-beta.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: demaconsulting.pandoctool dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: dotnet-sonarscanner dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Microsoft.Testing.Extensions.TrxReport dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Microsoft.Testing.Extensions.TrxReport dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@dependabot rebase |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Malcolmnixon
deleted the
dependabot/nuget/dot-config/nuget-dependencies-516ac2c6d6
branch
September 7, 2026 12:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated Avalonia from 11.3.20 to 12.1.2.
Release notes
Sourced from Avalonia's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Avalonia.Desktop from 11.3.20 to 12.1.2.
Release notes
Sourced from Avalonia.Desktop's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Avalonia.Fonts.Inter from 11.3.20 to 12.1.2.
Release notes
Sourced from Avalonia.Fonts.Inter's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Avalonia.Themes.Fluent from 11.3.20 to 12.1.2.
Release notes
Sourced from Avalonia.Themes.Fluent's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated CommunityToolkit.Mvvm from 8.4.0 to 8.4.2.
Release notes
Sourced from CommunityToolkit.Mvvm's releases.
8.4.2
What's Changed
Full Changelog: CommunityToolkit/dotnet@v8.4.1...v8.4.2
8.4.1
This release of the .NET Community Toolkit updates the MVVM Toolkit analyzers and source generator to Roslyn 5.0, so they can work with C# 14 out of the box. This means that
[ObservableProperty]on partial properties no longer needspreviewlanguage version 🎉What's Changed 🆕
--no-buildargument in dotnet test invokation by @echoix in Remove extra dash in--no-buildargument in dotnet test invokation CommunityToolkit/dotnet#1132[ObservableProperty]by @Sergio0694 in Fix C# language version checks for[ObservableProperty]CommunityToolkit/dotnet#1140New Contributors
--no-buildargument in dotnet test invokation CommunityToolkit/dotnet#1132Full Changelog: CommunityToolkit/dotnet@v8.4.0...v8.4.1
Commits viewable in compare view.
Updated DemaConsulting.ApiMark.MSBuild from 0.5.0-beta.2 to 0.5.0-beta.3.
Release notes
Sourced from DemaConsulting.ApiMark.MSBuild's releases.
0.5.0-beta.3
Build Report
Version Information
Changes
Bugs Fixed
Dependency Updates
Commits viewable in compare view.
Updated demaconsulting.pandoctool from 3.10.2 to 3.11.0.
Release notes
Sourced from demaconsulting.pandoctool's releases.
3.11.0
What's Changed
Full Changelog: demaconsulting/PandocTool@3.10.0...3.11.0
Commits viewable in compare view.
Updated dotnet-sonarscanner from 11.2.1 to 11.3.0.
Updated Microsoft.Testing.Extensions.TrxReport from 2.3.3 to 2.4.0.
Release notes
Sourced from Microsoft.Testing.Extensions.TrxReport's releases.
No release notes found for this version range.
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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions