Skip to content

Bump Magick.NET-Q8-AnyCPU and Magick.NET.Core#17048

Merged
QilongTang merged 1 commit into
masterfrom
dependabot/nuget/src/Tools/NodeDocumentationMarkdownGenerator/multi-a6dea09e56
Apr 15, 2026
Merged

Bump Magick.NET-Q8-AnyCPU and Magick.NET.Core#17048
QilongTang merged 1 commit into
masterfrom
dependabot/nuget/src/Tools/NodeDocumentationMarkdownGenerator/multi-a6dea09e56

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor

Updated Magick.NET-Q8-AnyCPU from 14.10.3 to 14.12.0.

Release notes

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

14.11.1

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

Library updates:

  • ImageMagick 7.1.2-18 (2026-03-23)
  • aom 3.13.2 (2026-03-19)
  • openexr 3.4.7 (2026-03-15)
  • harfbuzz 13.2.1 (2026-03-19)

Full Changelog: dlemstra/Magick.NET@14.11.0...14.11.1

14.11.0

What's Changed

  • Added DcmReadDefines.

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

Library updates:

  • ImageMagick 7.1.2-17 (2026-03-16)
  • openexr 3.4.6 (2026-03-01)
  • freetype 2.14.2 (2026-03-01)
  • harfbuzz 13.0.1 (2026-03-07)
  • libxml2 2.15.2 (2026-03-03)

Full Changelog: dlemstra/Magick.NET@14.10.4...14.11.0

14.10.4

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

Library updates:

  • ImageMagick 7.1.2-16 (2026-03-08)
  • openexr 3.4.5 (2026-02-21)

Full Changelog: dlemstra/Magick.NET@14.10.3...14.10.4

Commits viewable in compare view.

Updated Magick.NET.Core from 14.10.3 to 14.12.0.

Release notes

Sourced from Magick.NET.Core's releases.

14.11.1

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

Library updates:

  • ImageMagick 7.1.2-18 (2026-03-23)
  • aom 3.13.2 (2026-03-19)
  • openexr 3.4.7 (2026-03-15)
  • harfbuzz 13.2.1 (2026-03-19)

Full Changelog: dlemstra/Magick.NET@14.11.0...14.11.1

14.11.0

What's Changed

  • Added DcmReadDefines.

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

Library updates:

  • ImageMagick 7.1.2-17 (2026-03-16)
  • openexr 3.4.6 (2026-03-01)
  • freetype 2.14.2 (2026-03-01)
  • harfbuzz 13.0.1 (2026-03-07)
  • libxml2 2.15.2 (2026-03-03)

Full Changelog: dlemstra/Magick.NET@14.10.4...14.11.0

14.10.4

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

Library updates:

  • ImageMagick 7.1.2-16 (2026-03-08)
  • openexr 3.4.5 (2026-02-21)

Full Changelog: dlemstra/Magick.NET@14.10.3...14.10.4

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

Bumps Magick.NET-Q8-AnyCPU from 14.10.3 to 14.12.0
Bumps Magick.NET.Core from 14.10.3 to 14.12.0

---
updated-dependencies:
- dependency-name: Magick.NET-Q8-AnyCPU
  dependency-version: 14.12.0
  dependency-type: direct:production
- dependency-name: Magick.NET.Core
  dependency-version: 14.12.0
  dependency-type: direct:production
...

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 Apr 14, 2026
@avidit avidit requested a review from Copilot April 14, 2026 14:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the NodeDocumentationMarkdownGenerator tool’s ImageMagick/Magick.NET dependencies to pick up the latest fixes (including upstream security advisories mentioned in the PR description).

Changes:

  • Bump Magick.NET.Core from 14.10.3 to 14.12.0.
  • Bump Magick.NET-Q8-AnyCPU from 14.10.3 to 14.12.0.

@avidit avidit requested review from QilongTang and zeusongit April 14, 2026 16:35
@QilongTang

Copy link
Copy Markdown
Contributor

@copilot I have concern about binary diff. Check if the current Dynamo Bin Diff Github Action workflow is enough to cover the risk of this PR

Copilot AI commented Apr 15, 2026

Copy link
Copy Markdown
Contributor

@copilot I have concern about binary diff. Check if the current Dynamo Bin Diff Github Action workflow is enough to cover the risk of this PR

The Bin Diff workflow does cover the risk for this PR. It builds Dynamo.All.sln (which includes NodeDocumentationMarkdownGenerator) and compares bin\AnyCPU\Release between the PR branch and master using SHA256 hashes:

  • Added/Deleted files: fully caught — any new or removed Magick.NET DLLs trigger a ::warning annotation posted to the PR.
  • Modified files (same DLL names, updated hashes): these appear in the result.txt artifact but do not trigger the warning annotation (bin_diff.ps1's Format-Color only counts Added/Deleted).

For this specific bump the risk is low: NodeDocumentationMarkdownGenerator is a developer tool, not part of the core Dynamo runtime shipped to end users. Any unexpected binary additions or deletions from the 14.10.3 → 14.12.0 upgrade would be flagged. The updated DLL hashes are visible in the artifact even without an explicit warning. The bump itself addresses upstream security advisories, so the change is intentional and expected.

@QilongTang QilongTang merged commit 1186139 into master Apr 15, 2026
30 of 33 checks passed
@QilongTang QilongTang deleted the dependabot/nuget/src/Tools/NodeDocumentationMarkdownGenerator/multi-a6dea09e56 branch April 15, 2026 05:54
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.

3 participants