Bump Magick.NET-Q8-AnyCPU from 14.13.1 to 14.14.0 - #36175
Merged
jfversluis merged 1 commit intoJul 8, 2026
Merged
Conversation
--- updated-dependencies: - dependency-name: Magick.NET-Q8-AnyCPU dependency-version: 14.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 36175Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 36175" |
This was referenced Jun 28, 2026
jfversluis
approved these changes
Jul 8, 2026
jfversluis
deleted the
dependabot/nuget/src/TestUtils/src/VisualTestUtils.MagickNet/Magick.NET-Q8-AnyCPU-14.14.0
branch
July 8, 2026 12:05
SyedAbdulAzeemSF4852
pushed a commit
to SyedAbdulAzeemSF4852/maui
that referenced
this pull request
Jul 27, 2026
Updated [Magick.NET-Q8-AnyCPU](https://github.com/dlemstra/Magick.NET) from 14.13.1 to 14.14.0. <details> <summary>Release notes</summary> _Sourced from [Magick.NET-Q8-AnyCPU's releases](https://github.com/dlemstra/Magick.NET/releases)._ ## 14.14.0 ### What's Changed - Renamed `ExifParts` to `ExifIfds` and renamed `ExifProfile.Parts` to `ExifProfile.AllowedIfds` and mark the old names as obsolete. - Store the exif ifd in the ExifTag to make prevent marking a tag as duplicate when it is found in another ifd (#2017) - Fixed Regression: Clip() doesn't take the correct bounding box (#2019) - Fixed Regression: ColorType is no longer persisted (#2020) - Fixed Native DLLs (Magick.Native-Q16-*.dll) appear at project root in Solution Explorer on .NET Framework 4.8 (#2029) ### Related changes in ImageMagick since the last release of Magick.NET: - Heap Buffer Underwrite in Floyd-Steinberg depth dithering (GHSA-2hhq-c99x-492r) - Stack Overflow in MVG decoder (GHSA-h36c-3666-h489) - Infinite Loop in subimage-search with crafted image (GHSA-5v62-8fq6-cp9m) - Policy Bypass in DCM decoder could result in image with invalid dimensions (GHSA-8pj9-6897-74xc) - Policy Bypass can read disallowed files (GHSA-xcjm-wqff-m669) - Heap Buffer Over-Write in MAT decoder on 32-bit systems (GHSA-4v89-6mgq-6rgc) - Policy Bypass can trigger out-of-Memory condition (GHSA-q62c-h75r-2xhc) - Heap Buffer Over-Write in ICON decoder due to incorrect loop (GHSA-g22q-f7gc-5jhr) - Use-After-Free when allocation in CheckPrimitiveExtent fails (GHSA-px7q-ggqj-hcf2) - Null Pointer Dereference in distort operation when passing incorrect arguments (GHSA-p9rq-q46c-g4x6) - Memory Leak in wand option parser when providing invalid arguments (GHSA-j989-f892-2335) - Heap Buffer Over-Write in SF3 encoder when writing multi-frame image (GHSA-44cp-c3ww-9rv5) ### Library updates: - ImageMagick 7.1.2-25 (2026-06-04) - aom 3.14.1 (2026-05-22) - libde265 1.1.0 (2026-05-26) - openexr 3.4.12 (2026-05-25) - libheif 1.23.0 (2026-05-29) **Full Changelog**: dlemstra/Magick.NET@14.13.1...14.14.0 Commits viewable in [compare view](dlemstra/Magick.NET@14.13.1...14.14.0). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dotnet/maui/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Updated Magick.NET-Q8-AnyCPU from 14.13.1 to 14.14.0.
Release notes
Sourced from Magick.NET-Q8-AnyCPU's releases.
14.14.0
What's Changed
ExifPartstoExifIfdsand renamedExifProfile.PartstoExifProfile.AllowedIfdsand mark the old names as obsolete.Related changes in ImageMagick since the last release of Magick.NET:
Library updates:
Full Changelog: dlemstra/Magick.NET@14.13.1...14.14.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 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.