nuget: bump Avalonia.Svg and Avalonia #50

Closed
dependabot[bot] wants to merge 1 commits from dependabot/nuget/multi-4d30b1d7d2 into master
dependabot[bot] commented 2024-10-23 14:54:13 +00:00 (Migrated from github.com)

Bumps Avalonia.Svg and Avalonia. These dependencies needed to be updated together.
Updates Avalonia.Svg from 11.0.0.18 to 11.1.0.1

Commits

Updates Avalonia from 11.0.10 to 11.1.0

Release notes

Sourced from Avalonia's releases.

11.1.0-rc2

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.1.0-rc1...11.1.0-rc2

What's Changed

11.1.0-rc1

This release contains bugfixes for issues reported for 11.1.0-beta2.

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.1.0-beta2...11.1.0-rc1

What's Changed

... (truncated)

Commits
  • 2a8ea17 Update version to 11.1.0 final.
  • ded5caa Win32 - set internal _shown flag if ShowWindow will make window visible (#16029)
  • 2ba4551 Make bindings react to PropertyChanged even if property hasn't changed (#16150)
  • daaf054 Fix ICommand bindings in style setters (#16122)
  • 17cc674 Fix BindingNotification handling in MultiBinding (#16102)
  • bbf11be Fix negation of null values. (#16101)
  • c0c82df Convert IAvaloniaXamlIlParentStackProvider to eager one if needed (#16028)
  • 2c1a181 Handle case when TaskBarList could not be created (#15852)
  • 068d0c1 Fix Android app randomly hangs (15807) (#15810)
  • e3d8f06 Implement missing browser stream methods (#15701)
  • Additional 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 [Avalonia.Svg](https://github.com/wieslawsoltes/Svg.Skia) and [Avalonia](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together. Updates `Avalonia.Svg` from 11.0.0.18 to 11.1.0.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/wieslawsoltes/Svg.Skia/commits">compare view</a></li> </ul> </details> <br /> Updates `Avalonia` from 11.0.10 to 11.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AvaloniaUI/Avalonia/releases">Avalonia's releases</a>.</em></p> <blockquote> <h2>11.1.0-rc2</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/AvaloniaUI/Avalonia/compare/11.1.0-rc1...11.1.0-rc2">https://github.com/AvaloniaUI/Avalonia/compare/11.1.0-rc1...11.1.0-rc2</a></p> <h2>What's Changed</h2> <ul> <li>Convert IAvaloniaXamlIlParentStackProvider to eager one if needed by <a href="https://github.com/MrJul"><code>@​MrJul</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16028">AvaloniaUI/Avalonia#16028</a></li> <li>Fix negation of null values. by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16101">AvaloniaUI/Avalonia#16101</a></li> <li>Fix BindingNotification handling in MultiBinding by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16102">AvaloniaUI/Avalonia#16102</a></li> <li>Fix <code>ICommand</code> bindings in style setters by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16122">AvaloniaUI/Avalonia#16122</a></li> <li>Make bindings react to PropertyChanged even if property hasn't changed by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/16150">AvaloniaUI/Avalonia#16150</a></li> </ul> <h2>11.1.0-rc1</h2> <p>This release contains bugfixes for issues reported for 11.1.0-beta2.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/AvaloniaUI/Avalonia/compare/11.1.0-beta2...11.1.0-rc1">https://github.com/AvaloniaUI/Avalonia/compare/11.1.0-beta2...11.1.0-rc1</a></p> <h2>What's Changed</h2> <ul> <li>Vulkan backend by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/12737">AvaloniaUI/Avalonia#12737</a></li> <li>Fix tooltips not closing when the pointer leaves the window by <a href="https://github.com/TomEdwardsEnscape"><code>@​TomEdwardsEnscape</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15312">AvaloniaUI/Avalonia#15312</a></li> <li>Reduce generated invocations to <code>FindNameScope</code> by <a href="https://github.com/Rekkonnect"><code>@​Rekkonnect</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15370">AvaloniaUI/Avalonia#15370</a></li> <li>Add isStroked overload for IGeometryContext by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15430">AvaloniaUI/Avalonia#15430</a></li> <li>fix: ICommadSource Implemetation by <a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15496">AvaloniaUI/Avalonia#15496</a></li> <li>Fix: PhysicalKeyExtensions.ToQwertyKey by <a href="https://github.com/satanikia1300"><code>@​satanikia1300</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15502">AvaloniaUI/Avalonia#15502</a></li> <li>CompileAvaloniaXamlTask - handle no-pdb compilations by <a href="https://github.com/ltetak"><code>@​ltetak</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15509">AvaloniaUI/Avalonia#15509</a></li> <li>Correctly handle x,y offset for Bitmap.CopyPixels by <a href="https://github.com/Gillibald"><code>@​Gillibald</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15510">AvaloniaUI/Avalonia#15510</a></li> <li>Grid fixes by <a href="https://github.com/zii-dmg"><code>@​zii-dmg</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15516">AvaloniaUI/Avalonia#15516</a></li> <li>Fixed use of stride in ImmutableBitmap ctor by <a href="https://github.com/dbriard"><code>@​dbriard</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15520">AvaloniaUI/Avalonia#15520</a></li> <li>Fix Avalonia.Browser running on .NET 9 by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15521">AvaloniaUI/Avalonia#15521</a></li> <li>Use tap size as default size for scrolling start. reset IsGestureRecognitionSkipped when pointer is released by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15524">AvaloniaUI/Avalonia#15524</a></li> <li>Win32 - Apply extend client state when window visibility changes by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15566">AvaloniaUI/Avalonia#15566</a></li> <li>Update TargetFrameworks in Avalonia.Vulkan.csproj by <a href="https://github.com/kekekeks"><code>@​kekekeks</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15578">AvaloniaUI/Avalonia#15578</a></li> <li>Fix crash when linux tray icon's visibility is toggled on/off. by <a href="https://github.com/jmacato"><code>@​jmacato</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15582">AvaloniaUI/Avalonia#15582</a></li> <li>Add vulkan support for android by <a href="https://github.com/emmauss"><code>@​emmauss</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15588">AvaloniaUI/Avalonia#15588</a></li> <li>fix(Themes.Fluent): MenuItem Chevron position by <a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15594">AvaloniaUI/Avalonia#15594</a></li> <li>More Tooltip edge case fixes by <a href="https://github.com/TomEdwardsEnscape"><code>@​TomEdwardsEnscape</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15596">AvaloniaUI/Avalonia#15596</a></li> <li>Added support for Compatibility profile in Wgl and Glx code by <a href="https://github.com/odalet"><code>@​odalet</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15598">AvaloniaUI/Avalonia#15598</a></li> <li>Fix android launcher return values by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15601">AvaloniaUI/Avalonia#15601</a></li> <li>[Android][TextBox] fix strange caret move behaviour on Android 14 by <a href="https://github.com/Tangent-90"><code>@​Tangent-90</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15605">AvaloniaUI/Avalonia#15605</a></li> <li>[TextBox] fix double click on TextBox cannot select word on touch device by <a href="https://github.com/Tangent-90"><code>@​Tangent-90</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15606">AvaloniaUI/Avalonia#15606</a></li> <li>Set alpha and pixel format for Direct2D WIC bitmap by <a href="https://github.com/hez2010"><code>@​hez2010</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15610">AvaloniaUI/Avalonia#15610</a></li> <li>Add [GeneratedCode] and [ExcludeFromCodeCoverage] to Name Generator output members by <a href="https://github.com/stevemonaco"><code>@​stevemonaco</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15616">AvaloniaUI/Avalonia#15616</a></li> <li>Wrap type conversions in try-catch to prevent crashes due to unhandled exceptions by <a href="https://github.com/BAndysc"><code>@​BAndysc</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15640">AvaloniaUI/Avalonia#15640</a></li> <li>fix the initialContent is always null by <a href="https://github.com/afunc233"><code>@​afunc233</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15650">AvaloniaUI/Avalonia#15650</a></li> <li>Fixed DeferredContent parents order by <a href="https://github.com/MrJul"><code>@​MrJul</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15670">AvaloniaUI/Avalonia#15670</a></li> <li>Hack to enable subpixel rendering by default. by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15676">AvaloniaUI/Avalonia#15676</a></li> <li>Implement missing browser stream methods by <a href="https://github.com/maxkatz6"><code>@​maxkatz6</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15701">AvaloniaUI/Avalonia#15701</a></li> <li>Fixed NativeAOT on .NET 9 by <a href="https://github.com/MrJul"><code>@​MrJul</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15705">AvaloniaUI/Avalonia#15705</a></li> <li>Fix DrmOutputOptions.ConnectorTypeId naming by <a href="https://github.com/MrJul"><code>@​MrJul</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15710">AvaloniaUI/Avalonia#15710</a></li> <li>Fixes spurious DataGrid data validation error by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15716">AvaloniaUI/Avalonia#15716</a></li> <li>Allow nested BindingNotifications. by <a href="https://github.com/grokys"><code>@​grokys</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15722">AvaloniaUI/Avalonia#15722</a></li> <li>Fix Animator for progress values less than zero by <a href="https://github.com/MrJul"><code>@​MrJul</code></a> in <a href="https://redirect.github.com/AvaloniaUI/Avalonia/pull/15726">AvaloniaUI/Avalonia#15726</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/2a8ea17985fd739234fa0d93c3437948535d35c4"><code>2a8ea17</code></a> Update version to 11.1.0 final.</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/ded5caa41ef00cd08f19233cf723ebd6c6f88d62"><code>ded5caa</code></a> Win32 - set internal _shown flag if ShowWindow will make window visible (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/16029">#16029</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/2ba45511d04d9de8fad15a0f3889c73fa8c10dbd"><code>2ba4551</code></a> Make bindings react to PropertyChanged even if property hasn't changed (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/16150">#16150</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/daaf054541bd704365e5a2d707d5812b74cf5b7b"><code>daaf054</code></a> Fix <code>ICommand</code> bindings in style setters (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/16122">#16122</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/17cc674ec5fbcd2732423208e1c8d79f3559a0e9"><code>17cc674</code></a> Fix BindingNotification handling in MultiBinding (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/16102">#16102</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/bbf11be8de9aa5ea37d8c1315d36df1fc423ecaf"><code>bbf11be</code></a> Fix negation of null values. (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/16101">#16101</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/c0c82df27724d4057d0155a132e8372d60cef8c8"><code>c0c82df</code></a> Convert IAvaloniaXamlIlParentStackProvider to eager one if needed (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/16028">#16028</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/2c1a181f8656d5034b964c490b0d2b00a18479d1"><code>2c1a181</code></a> Handle case when TaskBarList could not be created (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/15852">#15852</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/068d0c1734920fcdcc832cb43ad8c9babbfda5ac"><code>068d0c1</code></a> Fix Android app randomly hangs (15807) (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/15810">#15810</a>)</li> <li><a href="https://github.com/AvaloniaUI/Avalonia/commit/e3d8f060081d96b46562771a4b205ff2f960d443"><code>e3d8f06</code></a> Implement missing browser stream methods (<a href="https://redirect.github.com/AvaloniaUI/Avalonia/issues/15701">#15701</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AvaloniaUI/Avalonia/compare/11.0.10...11.1.0">compare view</a></li> </ul> </details> <br /> 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 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) </details>
dependabot[bot] commented 2024-10-23 14:55:00 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.