Skip to content

Bump dotnet-reportgenerator-globaltool and 10 others#373

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dot-config/dev/multi-9c1b236d8a
Closed

Bump dotnet-reportgenerator-globaltool and 10 others#373
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dot-config/dev/multi-9c1b236d8a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2025

Copy link
Copy Markdown
Contributor

Updated dotnet-reportgenerator-globaltool from 5.4.8 to 5.4.10.

Release notes

Sourced from dotnet-reportgenerator-globaltool's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated JetBrains.Annotations from 2024.3.0 to 2025.2.0.

Release notes

Sourced from JetBrains.Annotations's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Magick.NET-Q8-AnyCPU from 14.6.0 to 14.7.0.

Release notes

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

14.7.0

What's Changed

  • Added extra overload to the Resize method that allows specifying the filter (#​1819).
  • Allow reading of clip paths without a name and give them a numeric name that can be used by ImageMagick (#​1814).
  • Use the ArrayPool API in .NET Standard 2.1 or later to reduce the creation of LOH objects (#​1812).
  • Allow modification of X and Y in the PointD struct (#​1856).
  • Improved parsing of a geometry in the MagickGeometry class (#​1855).
  • Added Icn to MagickFormat.

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

Library updates:

  • ImageMagick 7.1.2-0 (2025-07-13)
  • aom 3.12.1 (2025-04-11)
  • de265 1.0.16 (2025-05-04)
  • deflate 1.24.0 (2025-05-11)
  • ffi 3.4.8 (2025-04-10)
  • harfbuzz 11.2.1 (2025-05-15)
  • heif 1.20.1 (2025-07-02)
  • lzma 5.8.1 (2025-04-03)
  • openexr 3.3.3 (2025-03-24)
  • pixman 0.46.0 (2025-04-30)
  • png 1.6.48 (2025-04-30)
  • raw 0.22.0-Devel202502 (2024-02-24)
  • xml 2.14.3 (2025-05-13)

Full Changelog: dlemstra/Magick.NET@14.6.0...14.7.0

Commits viewable in compare view.

Updated Magick.NET.SystemWindowsMedia from 8.0.6 to 8.0.7.

Release notes

Sourced from Magick.NET.SystemWindowsMedia's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated MediatR from 12.5.0 to 13.0.0.

Release notes

Sourced from MediatR's releases.

13.0.0

Full Changelog: LuckyPennySoftware/MediatR@v12.5.0...v13.0.0

  • Added support for .NET Standard 2.0
  • Requiring license key
  • Moving from Apache license to dual commercial/OSS license

To set your license key:

services.AddMediatR(cfg => {
    cfg.LicenseKey = "<License key here>";
});

You can obtain your license key at MediatR.io

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.6 to 9.0.7.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Abstractions from 9.0.6 to 9.0.7.

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

Commits viewable in compare view.

Updated Microsoft.Extensions.ObjectPool from 9.0.6 to 9.0.7.

Release notes

Sourced from Microsoft.Extensions.ObjectPool's releases.

9.0.7

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7

Commits viewable in compare view.

Updated nuget-license from 3.1.4 to 3.1.6.

Release notes

Sourced from nuget-license's releases.

3.1.6

What's Changed

Full Changelog: sensslen/nuget-license@v3.1.5...v3.1.6

3.1.5

What's Changed

New Contributors

Full Changelog: sensslen/nuget-license@v3.1.4...v3.1.5

Commits viewable in compare view.

Updated Roslynator.Analyzers from 4.13.1 to 4.14.0.

Release notes

Sourced from Roslynator.Analyzers's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Drawing.Common from 9.0.6 to 9.0.7.

Release notes

Sourced from System.Drawing.Common'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 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)

Bumps dotnet-reportgenerator-globaltool from 5.4.8 to 5.4.10
Bumps JetBrains.Annotations from 2024.3.0 to 2025.2.0
Bumps Magick.NET-Q8-AnyCPU from 14.6.0 to 14.7.0
Bumps Magick.NET.SystemWindowsMedia from 8.0.6 to 8.0.7
Bumps MediatR from 12.5.0 to 13.0.0
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.6 to 9.0.7
Bumps Microsoft.Extensions.Logging.Abstractions from 9.0.6 to 9.0.7
Bumps Microsoft.Extensions.ObjectPool from 9.0.6 to 9.0.7
Bumps nuget-license from 3.1.4 to 3.1.6
Bumps Roslynator.Analyzers from 4.13.1 to 4.14.0
Bumps System.Drawing.Common from 9.0.6 to 9.0.7

---
updated-dependencies:
- dependency-name: dotnet-reportgenerator-globaltool
  dependency-version: 5.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: JetBrains.Annotations
  dependency-version: 2025.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Magick.NET-Q8-AnyCPU
  dependency-version: 14.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Magick.NET.SystemWindowsMedia
  dependency-version: 8.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: MediatR
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.ObjectPool
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: nuget-license
  dependency-version: 3.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Roslynator.Analyzers
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Drawing.Common
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 28, 2025
@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #374.

@dependabot dependabot Bot closed this Aug 4, 2025
@dependabot dependabot Bot deleted the dependabot/nuget/dot-config/dev/multi-9c1b236d8a branch August 4, 2025 06:34
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.

0 participants