VoltanFr / memcheck

4 stars 1 forks source link

Bump Svg from 3.4.2 to 3.4.5 #472

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps Svg from 3.4.2 to 3.4.5.

Changelog

Sourced from Svg's changelog.

Version 3.4.5 (2023-10-31)

Changes

  • removed out of support framework versions .NET 5 (replaced with .NET 6) (see PR #1045)

Fixes

  • fixed build error in C# 11 (see [PR #1030](svg-net/SVG#1030))
  • fixed out of memory exception on SVGs with gradients (see [PR #1038](svg-net/SVG#1038))
  • fixed missing styles when DeepCopy the SvgElement (see [PR #1053](svg-net/SVG#1053))
  • fix the color string format incompatible with the Edge/Chrome browsers in case of no System.Drawing.Common (see [PR #1055](svg-net/SVG#1055))
  • fixed duplication of excessive SvgElements in DeepCopy (see #1054)

Infrastructure

Version 3.4.4 (2022-10-29)

Fixes

  • fixed localized family names in SvgFontManager (see [PR #993](svg-net/SVG#993))
  • fixed out of memory Exception in SvgImage.Render() (see #1003)
  • fixed argument Exception in Draw(Graphics) (see #1004)
  • updated System.Drawing.Common to prevent Remote Code Execution Vulnerability (see #1025)

Performance

  • performance optimization for SvgPath.Path() (see #1018, #1013)

Version 3.4.3 (2022-07-16)

Changes

  • removed out of support framework versions .NET 4.5.2/4.6.1 (replaced with 4.6.2) and .NET Core 2.1 (see PR #980)

Enhancements

Fixes

  • fixed out of memory in Svg 3.4.2 (see #989)

Infrastructure

  • the ExCSS library is now included via NuGet instead of copying the sources (see #596)
Commits


Dependabot compatibility score

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 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)
dependabot[bot] commented 11 months ago

Superseded by #474.