Skip to content

Bump the dependencies group with 13 updates#75

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/ui-desktop/dependencies-5ae380432c
Open

Bump the dependencies group with 13 updates#75
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/ui-desktop/dependencies-5ae380432c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Updated Avalonia from 11.3.9 to 11.3.12.

Release notes

Sourced from Avalonia's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Avalonia.Controls.DataGrid from 11.3.9 to 11.3.12.

Release notes

Sourced from Avalonia.Controls.DataGrid's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Avalonia.Desktop from 11.3.9 to 11.3.12.

Release notes

Sourced from Avalonia.Desktop's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Avalonia.Diagnostics from 11.3.9 to 11.3.12.

Release notes

Sourced from Avalonia.Diagnostics's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Avalonia.Fonts.Inter from 11.3.9 to 11.3.12.

Release notes

Sourced from Avalonia.Fonts.Inter's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Avalonia.Skia from 11.3.9 to 11.3.12.

Release notes

Sourced from Avalonia.Skia's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated coverlet.msbuild from 6.0.4 to 8.0.0.

Release notes

Sourced from coverlet.msbuild's releases.

8.0.0

Special Thanks: A huge thank you to @​Bertk for driving the majority of the work in this release! 🎉

Fixed

Improvements

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

Commits viewable in compare view.

Updated Generator.Equals from 3.2.1 to 3.3.0.

Release notes

Sourced from Generator.Equals's releases.

3.3.0

What's Changed

Full Changelog: diegofrata/Generator.Equals@3.2.1...3.3.0

Commits viewable in compare view.

Updated GitVersion.MsBuild from 6.5.1 to 6.6.0.

Release notes

Sourced from GitVersion.MsBuild's releases.

6.6.0

Documentation

Features

Improvements

  • #​4418 [ISSUE]: GitVersion sometimes takes several hours, seemingly hanging for several minutes between steps by ChristoWolf resolved in !4809 by sanelson
  • !4789 Support integer formatting with specifiers D and B by BCSharp raised in #​4788 by BCSharp
  • !4812 refactor(serializer): utilize source-generated JSON context for seria… by arturcic
  • !4817 refactor(gitversion-variables): Standardize output variable order by arturcic

As part of this release we had 131 commits which resulted in 37 issues being closed.

Bugs

Dependencies

Commits viewable in compare view.

Updated Magick.NET-Q16-AnyCPU from 14.10.0 to 14.10.2.

Release notes

Sourced from Magick.NET-Q16-AnyCPU's releases.

14.10.2

Related changes in ImageMagick since the last release of Magick.NET:

Library updates:

  • ImageMagick 7.1.2-13 (2026-01-19)
  • harfbuzz 12.3.0 (2025-12-27)
  • libheif 1.21.1 (2025-12-31)
  • lcms 2.18.0 (2026-01-09)
  • openjph 0.26.0 (2025-12-24)
  • libraw 0.22.0 (2026-01-13)

Full Changelog: dlemstra/Magick.NET@14.10.1...14.10.2

14.10.1

Related changes in ImageMagick since the last release of Magick.NET:

Library updates:

  • ImageMagick 7.1.2-12 (2025-12-29)
  • libjpeg-turbo 3.1.3 (2025-12-10)
  • liblzma 5.8.2 (2025-12-17)
  • libpng 1.6.53 (2025-12-05)

Full Changelog: dlemstra/Magick.NET@14.10.0...14.10.1

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated NLog from 6.0.7 to 6.1.0.

Release notes

Sourced from NLog's releases.

6.1

Improvements

  • #​5999 JsonLayout - Added support for DottedRecursion. (@​thatrajeevkr)
  • #​6084 JsonLayout - Protect against cyclic object graphs when DottedRecursion. (@​snakefoot)
  • #​6075 DebuggerTarget - Add support for MaxMessageSize and OnOverflow-action. (@​snakefoot)
  • #​6070 InternalLogger - Auto enable LogLevel.Info when activated. (@​snakefoot)
  • #​6045 LoggingConfigurationParser - Report unrecognized options in targets and rules section. (@​snakefoot)
  • #​6059 LogEventBuilder - Properties with IReadOnlyCollection for initialCapacity. (@​snakefoot)
  • #​6065 FileTarget - Adjust ArchiveSuffixFormat to better handle legacy ArchiveFileName. (@​snakefoot)
  • #​6079 FileTarget - Replace Environment.TickCount with LogEventInfo.TimeStamp. (@​snakefoot)
  • #​6066 FileTarget - Simplify FileName natural ordering logic. (@​snakefoot)
  • #​6069 FileTarget - Reduce code complexity for NaturalStringComparer. (@​snakefoot)
  • #​6064 FileTarget - Reduce code complexity for ArchiveNumbering property. (@​snakefoot)
  • #​6082 JsonLayout - Faster Json encoding with INoAllocationStringValueRenderer. (@​snakefoot)
  • #​6083 CsvLayout - Faster CSV encoding with INoAllocationStringValueRenderer. (@​snakefoot)
  • #​6081 DefaultJsonSerializer - Reduce overhead of PerformJsonEscapeWhenNeeded. (@​snakefoot)
  • #​6025 LogEventInfo - Changed LayoutCache from dictionary to linked list. (@​snakefoot)
  • #​6049 PropertiesDictionary - Increase initial capacity when insert. (@​snakefoot)
  • #​6061 PropertiesDictionary - Simplify enumerator when mixing property types. (@​snakefoot)
  • #​6074 WhenEmpty - Optimize when IsFixedText. (@​snakefoot)
  • #​6062 BufferingTargetWrapper - Improve InternalLogger output when WrappedTarget is NULL. (@​snakefoot)
  • #​6067 Fix nullable warnings from NET10 annotations. (@​snakefoot)
  • #​6068 Support nullable where TKey : notnull for dictionary. (@​snakefoot)
  • #​6071 AssemblyExtensionTypes - Reduce code complexity. (@​snakefoot)
  • #​6072 LoggingConfigurationFileLoader - Handle unknown type loading for App.config. (@​snakefoot)
  • #​6076 Marked ConversionHelpers.TryParseEnum as obsolete. (@​snakefoot)
  • #​5949 CallSiteLayoutRenderer - Obsoleted CleanNamesOfAnonymousDelegates + CleanNamesOfAsyncContinuation. (@​snakefoot)

Commits viewable in compare view.

Updated SharpCompress from 0.42.1 to 0.46.2.

Release notes

Sourced from SharpCompress's releases.

0.46.2

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.1...0.46.2

0.46.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.0...0.46.1

0.46.0

Open/Create must be asynchronous now so they return ValueTasks when they didn't before.

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.45.1...0.46.0

0.45.1

The big regression was fixed in 0.44.5 and 0.45.0 but only for sync. This does it for async too.

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.45.0...0.45.1

0.45.0

This release should be fully async as well as sync depending on the API used. I've endeavoured to make sure no sync methods are used when going via the async interface (and vice versa) but you never know.

Tests should cover things as well as the recent fixes (like the 7z regression)

Options and the API have been revamped so expect API breakages. I think it should be straight-forward but things won't compile.

There is a thing about Dispose vs async Disposing that may or may not be fully covered 😬

Feedback is welcome as I think 1.0 is around the corner with the introduction of Providers and other things. I wanted to get the async revamp out generally first though.

What's Changed

0.44.5

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.4...0.44.5

0.44.4

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.3...0.44.4

0.44.3

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.2...0.44.3

0.44.2

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.1...0.44.2

0.44.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.0...0.44.1

0.44.0

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.43.0...0.44.0

0.43.0

Big changes:
Progress was redone to use IProgress.
ZstdSharp was moved into the project.
More groundwork for full async as well as more contributions and bug fixes!

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.42.0...0.43.0

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps Avalonia from 11.3.9 to 11.3.12
Bumps Avalonia.Controls.DataGrid from 11.3.9 to 11.3.12
Bumps Avalonia.Desktop from 11.3.9 to 11.3.12
Bumps Avalonia.Diagnostics from 11.3.9 to 11.3.12
Bumps Avalonia.Fonts.Inter from 11.3.9 to 11.3.12
Bumps Avalonia.Skia from 11.3.9 to 11.3.12
Bumps coverlet.msbuild from 6.0.4 to 8.0.0
Bumps Generator.Equals from 3.2.1 to 3.3.0
Bumps GitVersion.MsBuild from 6.5.1 to 6.6.0
Bumps Magick.NET-Q16-AnyCPU from 14.10.0 to 14.10.2
Bumps Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.3
Bumps NLog from 6.0.7 to 6.1.0
Bumps SharpCompress from 0.42.1 to 0.46.2

---
updated-dependencies:
- dependency-name: Avalonia
  dependency-version: 11.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Avalonia.Controls.DataGrid
  dependency-version: 11.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Avalonia.Desktop
  dependency-version: 11.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Avalonia.Skia
  dependency-version: 11.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Avalonia.Diagnostics
  dependency-version: 11.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Avalonia.Fonts.Inter
  dependency-version: 11.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: coverlet.msbuild
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Generator.Equals
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: GitVersion.MsBuild
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Magick.NET-Q16-AnyCPU
  dependency-version: 14.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: NLog
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: SharpCompress
  dependency-version: 0.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants