Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the all group with 32 updates #10

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps the all group with 32 updates:

Package From To
DependencyPropertyGenerator 0.53.0 1.3.3
OxyPlot.Core 2.1.0 2.1.2
Microsoft.Toolkit.Uwp.UI 7.1.2 7.1.3
Uno.UI 4.9.17 5.0.48
Microsoft.Extensions.Logging.Console 6.0.0 8.0.0
OxyPlot.SkiaSharp.Wpf 2.1.0 2.1.2
OxyPlot.Wpf 2.1.0 2.1.2
Uno.CommunityToolkit.WinUI.UI 7.1.100-dev.15.g12261e2626 7.1.200
Uno.WinUI 4.4.13 5.0.48
Microsoft.Win32.SystemEvents 6.0.1 8.0.0
Microsoft.WindowsAppSDK 1.3.230602002 1.4.231115000
Microsoft.Windows.SDK.BuildTools 10.0.22621.756 10.0.22621.2428
Microsoft.UI.Xaml 2.8.0 2.8.6
Uno.WinUI.WebAssembly 4.4.13 5.0.48
Uno.WinUI.RemoteControl 4.4.13 5.0.48
Uno.UI.Adapter.Microsoft.Extensions.Logging 4.4.13 5.0.48
Uno.Wasm.Bootstrap 3.3.1 8.0.4
Uno.Wasm.Bootstrap.DevServer 3.3.1 8.0.4
Uno.Extensions.Logging.WebAssembly.Console 1.4.0 1.7.0
Uno.WinUI.Skia.Wpf 4.4.13 5.0.48
CommunityToolkit.Mvvm 8.0.0 8.2.2
OxyPlot.ExampleLibrary 2.1.0 2.1.2
Xamarin.Google.Android.Material 1.6.1.1 1.10.0.1
Uno.Extensions.Logging.OSLog 1.3.0-dev.1 1.7.0
Microsoft.Windows.Compatibility 7.0.0 8.0.0
SkiaSharp.Skottie 2.88.3 2.88.6
SkiaSharp.Views.Uno.WinUI 2.88.3 2.88.6
Uno.Resizetizer 1.1.0 1.2.1
Uno.Wasm.Bootstrap.Server 7.0.23 8.0.4
Uno.WinUI.Skia.Gtk 4.9.17 5.0.48
WpfAnalyzers 3.5.4 4.1.1
MSBuild.Sdk.Extras 3.0.38 3.0.44

Updates DependencyPropertyGenerator from 0.53.0 to 1.3.3

Commits

Updates OxyPlot.Core from 2.1.0 to 2.1.2

Release notes

Sourced from OxyPlot.Core's releases.

v2.1.2

OxyPlot 2.1.2

Small release, with the main purpose of making important bug-fixes available for the WPF provision, and removing a dependency on an insecure version of System.Drawing.Common

Added

  • Add LineThickness property to TrackerControl (#1831)
  • Add properties for MinimumSegmentLength to series and annotations (#1853)
  • Add fractal examples for PolygonAnnotation and PolylineAnnotations (#1853)
  • Add AxisPreference to PlotManipulator
  • Add VisualStudioToolsManifest.xml to add components to the Visual Studio Designer toolbox (#1446)

Changed

  • Change default MinimumSegmentLength to 2 and remove limits for series and annotations with simple geometry (#1853)
  • Improve performance of StairStepSeries, particularly when zoomed in and X is monotonic or when consecutive points have equal Y components
  • StairStepSeries renders a horizontal line when a point with a valid X component and invalid Y component follows a valid point
  • Update version of System.Drawing.Common

Fixed

  • WPF - OxyPlot doesn't render inside a Popup (#1796)
  • Odd behavior of zooming of Logarithmic axis in Cartesian plot (#1825)
  • SkiaSharp.WPF - OxyPlot doesn't render inside an ElementHost (#1800)
  • NullReference in SkiaSharp WPF renderer if UIElement has no PresentationSource (#1798)
  • WPF DPI Regression (#1799)
  • Code generation for escape sequences in strings (#1824)
  • Axes not always honoring AbsoluteMinimum/AbsoluteMaximum and/or MinimumRange/MaximumRange properties (#1812)
  • WindowsForms tracker no longer clipping outside PlotView boundaries (#1863)
  • Histogram now rendering properly when using logarithmic Y axis (#740)
  • Fix ExampleLibrary build errors in certain code pages (#1890)

Full changelog from 2.1.0: oxyplot/oxyplot@v2.1.0...v2.1.2

Note: there is no version 2.1.1

Changelog

Sourced from OxyPlot.Core's changelog.

[2.1.2] - 2022-12-03

Added

  • Add LineThickness property to TrackerControl (#1831)
  • Add properties for MinimumSegmentLength to series and annotations (#1853)
  • Add fractal examples for PolygonAnnotation and PolylineAnnotations (#1853)
  • Add AxisPreference to PlotManipulator
  • Add MinimumMajorIntervalCount and MaximumMajorIntervalCount Axis Properties (#24)
  • Add VisualStudioToolsManifest.xml to add components to the Visual Studio Designer toolbox (#1446)

Changed

  • Change default MinimumSegmentLength to 2 and remove limits for series and annotations with simple geometry (#1853)
  • Improve performance of StairStepSeries, particularly when zoomed in and X is monotonic or when consecutive points have equal Y components
  • StairStepSeries renders a horizontal line when a point with a valid X component and invalid Y component follows a valid point

Removed

Fixed

  • WPF - OxyPlot doesn't render inside a Popup (#1796)
  • Odd behavior of zooming of Logarithmic axis in Cartesian plot (#1825)
  • SkiaSharp.WPF - OxyPlot doesn't render inside an ElementHost (#1800)
  • NullReference in SkiaSharp WPF renderer if UIElement has no PresentationSource (#1798)
  • WPF DPI Regression (#1799)
  • Code generation for escape sequences in strings (#1824)
  • Axes not always honoring AbsoluteMinimum/AbsoluteMaximum and/or MinimumRange/MaximumRange properties (#1812)
  • WindowsForms tracker no longer clipping outside PlotView boundaries (#1863)
  • CategoryAxis.ItemsSource without BarSeries (#1847)
  • Histogram now rendering properly when using logarithmic Y axis (#740)
  • Fix ExampleLibrary build errors in certain code pages (#1890)
  • LineBarSeries now rendering properly when using logarithmic scale (#740)
  • Fix for double.Epsilon zero check that fails on some architectures (#1924)
Commits

Updates Microsoft.Toolkit.Uwp.UI from 7.1.2 to 7.1.3

Release notes

Sourced from Microsoft.Toolkit.Uwp.UI's releases.

v7.1.3 (UWP)

Latest hotfix update to Microsoft.Toolkit.Uwp.* packages for UWP with some fixes since we've been working on Windows Community Toolkit Labs (see #4487) earlier this year.

Reminder the .NET Community Toolkit and the MVVM Toolkit code and packages have been migrated to new repositories and versions (8.1 preview coming soon). You should at least immediately update to leverage the optimizations done in the 8.0 release of CommunityToolkit.Mvvm if you are still on the 7.x packages for performance when used within Visual Studio. New issues and discussions should be opened in that new repository, and not here.

We plan to start porting code over to our new infrastructure for an upcoming 8.0 release (more info to be shared soon as we solidify our plans), look for updates in #4488. Some of this work will be done with Windows Community Toolkit Labs immediately (for instance the new GridSplitter is already there), while other work may be done in a new location or branch here (TBD).

Changes:

Animations 🏮:

  • #4719: Animation action changes
  • #4695: StopAnimationActivity and StartAnimationAction dependency properties are incorrectly registered
  • #4466: Fixed DependencyProperty assign exception.
  • #4397: Optimize Visual size sync through RelativeSizeAdjustment over expression animations

Controls 🎛️:

  • #4792: ColorPicker Slider Circle Accessibility Fix
  • #4786: Fix Text initialization and updating for TokenizingTextBox
  • #4730: fix: Fix color picker button binding failure issue
  • #4749: TokenizingTextBox Text property cannot be set manually from code behind in Release mode
  • #4787: RadialGauge and WeakEventListener optimizations
  • #4784: Fix/Optimization of RadialGauge event handlers
  • #4456: Update RadialGauge to use KeyboardAccelerators
  • #4720: Fixed ImageCropper AspectRatio not updating on image load
  • #4738: ListDetailsView.ListPaneWidth Null check fix
  • #4520: Added FlowDirection override to RadialProgressBar and RadialGauge default style
  • #4424: Fixed InAppNotification not dismissing programmatically after cancelling closing event
  • #4423: InAppNotification can no longer be dismissed after canceling the Closing event
  • #4372: Fix ColorPickerButton SelectedColor bug
  • #4381: Improved opacity support in Radial Gauge
  • #4328: Support AccessibilityView in MetadataControl
  • #4367: ColorPickerButton SelectedColor binding not updating correctly

Extensions ⚡:

  • #4510: TextIconExtension to use Segoe Fluent Icons by default
  • #4404: Clip inner content from AttachedCardShadow using CompositionMaskBrush
  • #4333: Feature/extended tree helpers

Documentation 📃:

  • #4563: Update Readme and add mention of Windows 11 and WinUI 3
  • #4455: Fix linter issues with ReadMe
  • #4392: Fixed broken example code in AnimationBuilder.Create docs
  • #4413: Converted issue templates to use Forms
  • #4177: [Feature] Update Issue Templates to use Issue Form template GitHub feature

... (truncated)

Commits
  • 0ce64d0 Update version.json for 7.1.3
  • 77b009d Merge pull request #4792 from michael-hawker/colorpickerslider-theme-change-fix
  • 2cb5e83 Fix using statement order for StyleCop
  • 1e17870 Handle theme changes in ColorPickerSlider
  • b22c115 Merge pull request #4790 from michael-hawker/llama/fix4505
  • e3fe539 Remove ValueType support and reflection piece from TaskResultConverter
  • 1398210 Fixes #4505 - TaskResultConverter properly returns default value in case task...
  • b8ec35e Add new test cases which show issues with current TaskResultConverter.
  • 0e3b4e0 Use new C# new initialization for vars
  • aa39ee5 Merge pull request #4791 from CommunityToolkit/revert-4333-feature/extended-t...
  • Additional commits viewable in compare view

Updates Uno.UI from 4.9.17 to 5.0.48

Release notes

Sourced from Uno.UI's releases.

5.0.19

Today’s release is a significant step towards creating the most productive platform for building single codebase .NET applications that run on mobile, desktop and web.

Uno Platform 5.0 brings: C# Markup out of the box, Figma to C# markup export tool, new and improved Hot Reload, improved MVUX, and two new sample apps (TubePlayer, Simple Calc)!

For more details checkout our 5.0 announcement blog post!

To upgrade to Uno Platform 5.0, make sure to read our upgrade notes.

On the more specific list of Uno.UI features and big fixes:

  • Xamarin and .NET 6.0 are removed
  • .NET 8 is added
  • iOS MP4 camera capture
  • Compass support on WebAssembly
  • Improved Composition support for Skia (CompositionMaskBrush, CompositionNineGridBrush, LoadedImageSurface, CompositionViewBox)
  • ListView.IsMultiSelectCheckBoxEnabled support
  • GTK ability to extent window into TitleBar
  • WebView2 support for SetVirtualHostNameToFolderMapping for iOS/Catalyst/Android
  • PowerManager support for WebAssembly
  • Support PackageId on Skia and WASM
  • Skia support file:// uri scheme for Image
  • PreviewKeyUp/PreviewKeyDown in WebAssembly
  • Performance Improvements
    • Avoid native Paint re-creation
    • x:Bind bindback hidden NRE, including a specialized x:Bind parser
    • Misc allocation reductions in XAML source generators
    • Many resource dictionary key resolution performance improvements
    • Improved FrameworkTemplate Pooling for Skia and WebAssembly targets
  • Many small breaking changes to align further APIs to WinUI
  • Better fractional DPI scaling support for Skia+GTK
  • Many shapes clipping and alignment fixes for all platforms
  • Many measure and arrange phases alignments with WinUI
  • Many Hot Reload enhancements with full XAML and C# hot reload
  • Additional CSP compatibilty changes
  • TreeView drag and drop fixes
  • Many CalendarView fixes
  • Uno.WinUI.RemoteControl is now Uno.WinUI.DevServer
  • Many Flyout fixes
  • Theme detection improvements on Linux

Community Shout Out!

Our contributor community just passed 300 contributors across all our repositories – be it the core UI one, documentation, or gallery.

Among others:

... (truncated)

Commits

Updates Microsoft.Extensions.Logging.Console from 6.0.0 to 8.0.0

Release notes

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

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

.NET 8.0 Preview 7

Release

.NET 8.0 Preview 6

Release

.NET 8.0 Preview 5

Release

.NET 8.0 Preview 4

Release

.NET 8.0 Preview 3

Release

.NET 8.0 Preview 2

Release

.NET 8.0 Preview 1

Release

.NET 7.0.14

Release

What's Changed

... (truncated)

Commits

Updates OxyPlot.SkiaSharp.Wpf from 2.1.0 to 2.1.2

Release notes

Sourced from OxyPlot.SkiaSharp.Wpf's releases.

v2.1.2

OxyPlot 2.1.2

Small release, with the main purpose of making important bug-fixes available for the WPF provision, and removing a dependency on an insecure version of System.Drawing.Common

Added

  • Add LineThickness property to TrackerControl (#1831)
  • Add properties for MinimumSegmentLength to series and annotations (#1853)
  • Add fractal examples for PolygonAnnotation and PolylineAnnotations (#1853)
  • Add AxisPreference to PlotManipulator
  • Add VisualStudioToolsManifest.xml to add components to the Visual Studio Designer toolbox (#1446)

Changed

  • Change default MinimumSegmentLength to 2 and remove limits for series and annotations with simple geometry (#1853)
  • Improve performance of StairStepSeries, particularly when zoomed in and X is monotonic or when consecutive points have equal Y components
  • StairStepSeries renders a horizontal line when a point with a valid X component and invalid Y component follows a valid point
  • Update version of System.Drawing.Common

Fixed

  • WPF - OxyPlot doesn't render inside a Popup (#1796)
  • Odd behavior of zooming of Logarithmic axis in Cartesian plot (#1825)
  • SkiaSharp.WPF - OxyPlot doesn't render inside an ElementHost (#1800)
  • NullReference in SkiaSharp WPF renderer if UIElement has no PresentationSource (#1798)
  • WPF DPI Regression (#1799)
  • Code generation for escape sequences in strings (#1824)
  • Axes not always honoring AbsoluteMinimum/AbsoluteMaximum and/or MinimumRange/MaximumRange properties (#1812)
  • WindowsForms tracker no longer clipping outside PlotView boundaries (#1863)
  • Histogram now rendering properly when using logarithmic Y axis (#740)
  • Fix ExampleLibrary build errors in certain code pages (#1890)

Full changelog from 2.1.0: oxyplot/oxyplot@v2.1.0...v2.1.2

Note: there is no version 2.1.1

Changelog

Sourced from OxyPlot.SkiaSharp.Wpf's changelog.

[2.1.2] - 2022-12-03

Added

  • Add LineThickness property to TrackerControl (#1831)
  • Add properties for MinimumSegmentLength to series and annotations (#1853)
  • Add fractal examples for PolygonAnnotation and PolylineAnnotations (#1853)
  • Add AxisPreference to PlotManipulator
  • Add MinimumMajorIntervalCount and MaximumMajorIntervalCount Axis Properties (#24)
  • Add VisualStudioToolsManifest.xml to add components to the Visual Studio Designer toolbox (#1446)

Changed

  • Change default MinimumSegmentLength to 2 and remove limits for series and annotations with simple geometry (#1853)
  • Improve performance of StairStepSeries, particularly when zoomed in and X is monotonic or when consecutive points have equal Y components
  • StairStepSeries renders a horizontal line when a point with a valid X component and invalid Y component follows a valid point

Removed

Fixed

  • WPF - OxyPlot doesn't render inside a Popup (#1796)
  • Odd behavior of zooming of Logarithmic axis in Cartesian plot (#1825)
  • SkiaSharp.WPF - OxyPlot doesn't render inside an ElementHost (#1800)
  • NullReference in SkiaSharp WPF renderer if UIElement has no PresentationSource (#1798)
  • WPF DPI Regression (#1799)
  • Code generation for escape sequences in strings (#1824)
  • Axes not always honoring AbsoluteMinimum/AbsoluteMaximum and/or MinimumRange/MaximumRange properties (#1812)
  • WindowsForms tracker no longer clipping outside PlotView boundaries (#1863)
  • CategoryAxis.ItemsSource without BarSeries (#1847)
  • Histogram now rendering properly when using logarithmic Y axis (#740)
  • Fix ExampleLibrary build errors in certain code pages (#1890)
  • LineBarSeries now rendering properly when using logarithmic scale (#740)
  • Fix for double.Epsilon zero check that fails on some architectures (#1924)
Commits

Updates OxyPlot.Wpf from 2.1.0 to 2.1.2

Release notes

Sourced from OxyPlot.Wpf's releases.

v2.1.2

OxyPlot 2.1.2

Small release, with the main purpose of making important bug-fixes available for the WPF provision, and removing a dependency on an insecure version of System.Drawing.Common

Added

  • Add LineThickness property to TrackerControl (#1831)
  • Add properties for MinimumSegmentLength to series and annotations (#1853)
  • Add fractal examples for PolygonAnnotation and PolylineAnnotations (#1853)
  • Add AxisPreference to PlotManipulator
  • Add VisualStudioToolsManifest.xml to add components to the Visual Studio Designer toolbox (#1446)

Changed

  • Change default MinimumSegmentLength to 2 and remove limits for series and annotations with simple geometry (#1853)
  • Improve performance of StairStepSeries, particularly when zoomed in and X is monotonic or when consecutive points have equal Y components
  • StairStepSeries renders a horizontal line when a point with a valid X component and invalid Y component follows a valid point
  • Update version of System.Drawing.Common

Fixed

  • WPF - OxyPlot doesn't render inside a Popup (#1796)
  • Odd behavior of zooming of Logarithmic axis in Cartesian plot (#1825)
  • SkiaSharp.WPF - OxyPlot doesn't render inside an ElementHost (#1800)
  • NullReference in SkiaSharp WPF renderer if UIElement has no PresentationSource (#1798)
  • WPF DPI Regression (#1799)
  • Code generation for escape sequences in strings (#1824)
  • Axes not always honoring AbsoluteMinimum/AbsoluteMaximum and/or MinimumRange/MaximumRange properties (#1812)
  • WindowsForms tracker no longer clipping outside PlotView boundaries (#1863)
  • Histogram now rendering properly when using logarithmic Y axis (#740)
  • Fix ExampleLibrary build errors in certain code pages (#1890)

Full changelog from 2.1.0: oxyplot/oxyplot@v2.1.0...v2.1.2

Note: there is no version 2.1.1

Changelog

Sourced from OxyPlot.Wpf's changelog.

[2.1.2] - 2022-12-03

Added

  • Add LineThickness property to TrackerControl (#1831)
  • Add properties for MinimumSegmentLength to series and annotations (#1853)
  • Add fractal examples for PolygonAnnotation and PolylineAnnotations (#1853)
  • Add AxisPreference to PlotManipulator
  • Add MinimumMajorIntervalCount and MaximumMajorIntervalCount Axis Properties (#24)
  • Add VisualStudioToolsManifest.xml to add components to the Visual Studio Designer toolbox (#1446)

Changed

  • Change default MinimumSegmentLength to 2 and remove limits for series and annotations with simple geometry (#1853)
  • Improve performance of StairStepSeries, particularly when zoomed in and X is monotonic or when consecutive points have equal Y components
  • StairStepSeries renders a horizontal line when a point with a valid X component and invalid Y component follows a valid point

Removed

Fixed

  • WPF - OxyPlot doesn't render inside a Popup (#1796)
  • Odd behavior of zooming of Logarithmic axis in Cartesian plot (#1825)
  • SkiaSharp.WPF - OxyPlot doesn't render inside an ElementHost (#1800)
  • NullReference in SkiaSharp WPF renderer if UIElement has no PresentationSource (#1798)
  • WPF DPI Regression (#1799)
  • Code generation for escape sequences in strings (#1824)
  • Axes not always honoring AbsoluteMinimum/AbsoluteMaximum and/or MinimumRange/MaximumRange properties (#1812)
  • WindowsForms tracker no longer clipping outside PlotView boundaries (#1863)
  • CategoryAxis.ItemsSource without BarSeries (#1847)
  • Histogram now rendering properly when using logarithmic Y axis (#740)
  • Fix ExampleLibrary build errors in certain code pages (#1890)
  • LineBarSeries now rendering properly when using logarithmic scale (#740)
  • Fix for double.Epsilon zero check that fails on some architectures (#1924)
Commits

Updates Uno.CommunityToolkit.WinUI.UI from 7.1.100-dev.15.g12261e2626 to 7.1.200

Commits

Updates Uno.WinUI from 4.4.13 to 5.0.48

Release notes

Sourced from Uno.WinUI's releases.

5.0.19

Today’s release is a significant step towards creating the most productive platform for building single codebase .NET applications that run on mobile, desktop and web.

Uno Platform 5.0 brings: C# Markup out of the box, Figma to C# markup export tool, new and improved Hot Reload, improved MVUX, and two new sample apps (TubePlayer, Simple Calc)!

For more details checkout our 5.0 announcement blog post!

To upgrade to Uno Platform 5.0, make sure to read our upgrade notes.

On the more specific list of Uno.UI features and big fixes:

  • Xamarin and .NET 6.0 are removed
  • .NET 8 is added
  • iOS MP4 camera capture
  • Compass support on WebAssembly
  • Improved Composition support for Skia (CompositionMaskBrush, CompositionNineGridBrush, LoadedImageSurface, CompositionViewBox)
  • ListView.IsMultiSelectCheckBoxEnabled support
  • GTK ability to extent window into TitleBar
  • WebView2 support for SetVirtualHostNameToFolderMapping for iOS/Catalyst/Android
  • PowerManager support for WebAssembly
  • Support PackageId on Skia and WASM
  • Skia support file:// uri scheme for Image
  • PreviewKeyUp/PreviewKeyDown in WebAssembly
  • Performance Improvements
    • Avoid native Paint re-creation
    • x:Bind bindback hidden NRE, including a specialized x:Bind parser
    • Misc allocation reductions in XAML source generators
    • Many resource dictionary key resolution performance improvements
    • Improved FrameworkTemplate Pooling for Skia and WebAssembly targets
  • Many small breaking changes to align further APIs to WinUI
  • Better fractional DPI scaling support for Skia+GTK
  • Many shapes clipping and alignment fixes for all platforms
  • Many measure and arrange phases alignments with WinUI
  • Many Hot Reload enhancements with full XAML and C# hot reload
  • Additional CSP compatibilty changes
  • TreeView drag and drop fixes
  • Many CalendarView fixes
  • Uno.WinUI.RemoteControl is now Uno.WinUI.DevServer
  • Many Flyout fixes
  • Theme detection improvements on Linux

Community Shout Out!

Our contributor community just passed 300 contributors across all our repositories – be it the core UI one, documentation, or gallery.

Among others:

... (truncated)

Commits

Updates Microsoft.Win32.SystemEvents from 6.0.1 to 8.0.0

Release notes

Sourced from Microsoft.Win32.SystemEvents's releases.

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

.NET 8.0 Preview 7

Release

.NET 8.0 Preview 6

Release

.NET 8.0 Preview 5

Release

.NET 8.0 Preview 4

Release

.NET 8.0 Preview 3

Release

.NET 8.0 Preview 2

Release

.NET 8.0 Preview 1

Release

.NET 7.0.14

Release

What's Changed

... (truncated)

Commits

Bumps the all group with 32 updates:

| Package | From | To |
| --- | --- | --- |
| [DependencyPropertyGenerator](https://github.com/HavenDV/DependencyPropertyGenerator) | `0.53.0` | `1.3.3` |
| [OxyPlot.Core](https://github.com/oxyplot/oxyplot) | `2.1.0` | `2.1.2` |
| [Microsoft.Toolkit.Uwp.UI](https://github.com/CommunityToolkit/WindowsCommunityToolkit) | `7.1.2` | `7.1.3` |
| [Uno.UI](https://github.com/unoplatform/uno) | `4.9.17` | `5.0.48` |
| [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) | `6.0.0` | `8.0.0` |
| [OxyPlot.SkiaSharp.Wpf](https://github.com/oxyplot/oxyplot) | `2.1.0` | `2.1.2` |
| [OxyPlot.Wpf](https://github.com/oxyplot/oxyplot) | `2.1.0` | `2.1.2` |
| [Uno.CommunityToolkit.WinUI.UI](https://github.com/unoplatform/Uno.WindowsCommunityToolkit) | `7.1.100-dev.15.g12261e2626` | `7.1.200` |
| [Uno.WinUI](https://github.com/unoplatform/uno) | `4.4.13` | `5.0.48` |
| [Microsoft.Win32.SystemEvents](https://github.com/dotnet/runtime) | `6.0.1` | `8.0.0` |
| [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) | `1.3.230602002` | `1.4.231115000` |
| Microsoft.Windows.SDK.BuildTools | `10.0.22621.756` | `10.0.22621.2428` |
| [Microsoft.UI.Xaml](https://github.com/microsoft/microsoft-ui-xaml) | `2.8.0` | `2.8.6` |
| [Uno.WinUI.WebAssembly](https://github.com/unoplatform/uno) | `4.4.13` | `5.0.48` |
| [Uno.WinUI.RemoteControl](https://github.com/unoplatform/uno) | `4.4.13` | `5.0.48` |
| [Uno.UI.Adapter.Microsoft.Extensions.Logging](https://github.com/unoplatform/uno) | `4.4.13` | `5.0.48` |
| [Uno.Wasm.Bootstrap](https://github.com/unoplatform/Uno.Wasm.Bootstrap) | `3.3.1` | `8.0.4` |
| [Uno.Wasm.Bootstrap.DevServer](https://github.com/unoplatform/Uno.Wasm.Bootstrap) | `3.3.1` | `8.0.4` |
| [Uno.Extensions.Logging.WebAssembly.Console](https://github.com/unoplatform/uno.extensions.logging) | `1.4.0` | `1.7.0` |
| [Uno.WinUI.Skia.Wpf](https://github.com/unoplatform/uno) | `4.4.13` | `5.0.48` |
| [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) | `8.0.0` | `8.2.2` |
| [OxyPlot.ExampleLibrary](https://github.com/oxyplot/oxyplot) | `2.1.0` | `2.1.2` |
| [Xamarin.Google.Android.Material](https://github.com/xamarin/AndroidX) | `1.6.1.1` | `1.10.0.1` |
| [Uno.Extensions.Logging.OSLog](https://github.com/unoplatform/uno.extensions.logging) | `1.3.0-dev.1` | `1.7.0` |
| [Microsoft.Windows.Compatibility](https://github.com/dotnet/windowsdesktop) | `7.0.0` | `8.0.0` |
| [SkiaSharp.Skottie](https://github.com/mono/SkiaSharp) | `2.88.3` | `2.88.6` |
| [SkiaSharp.Views.Uno.WinUI](https://github.com/mono/SkiaSharp) | `2.88.3` | `2.88.6` |
| [Uno.Resizetizer](https://github.com/unoplatform/uno.resizetizer) | `1.1.0` | `1.2.1` |
| [Uno.Wasm.Bootstrap.Server](https://github.com/unoplatform/Uno.Wasm.Bootstrap) | `7.0.23` | `8.0.4` |
| [Uno.WinUI.Skia.Gtk](https://github.com/unoplatform/uno) | `4.9.17` | `5.0.48` |
| [WpfAnalyzers](https://github.com/DotNetAnalyzers/WpfAnalyzers) | `3.5.4` | `4.1.1` |
| [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras) | `3.0.38` | `3.0.44` |


Updates `DependencyPropertyGenerator` from 0.53.0 to 1.3.3
- [Commits](https://github.com/HavenDV/DependencyPropertyGenerator/commits)

Updates `OxyPlot.Core` from 2.1.0 to 2.1.2
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](oxyplot/oxyplot@v2.1.0...v2.1.2)

Updates `Microsoft.Toolkit.Uwp.UI` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/CommunityToolkit/WindowsCommunityToolkit/releases)
- [Commits](CommunityToolkit/WindowsCommunityToolkit@v7.1.2...v7.1.3)

Updates `Uno.UI` from 4.9.17 to 5.0.48
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `Microsoft.Extensions.Logging.Console` from 6.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v8.0.0)

Updates `OxyPlot.SkiaSharp.Wpf` from 2.1.0 to 2.1.2
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](oxyplot/oxyplot@v2.1.0...v2.1.2)

Updates `OxyPlot.Wpf` from 2.1.0 to 2.1.2
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](oxyplot/oxyplot@v2.1.0...v2.1.2)

Updates `Uno.CommunityToolkit.WinUI.UI` from 7.1.100-dev.15.g12261e2626 to 7.1.200
- [Commits](https://github.com/unoplatform/Uno.WindowsCommunityToolkit/commits)

Updates `Uno.WinUI` from 4.4.13 to 5.0.48
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `Microsoft.Win32.SystemEvents` from 6.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.1...v8.0.0)

Updates `Microsoft.WindowsAppSDK` from 1.3.230602002 to 1.4.231115000
- [Release notes](https://github.com/microsoft/windowsappsdk/releases)
- [Commits](https://github.com/microsoft/windowsappsdk/commits)

Updates `Microsoft.Windows.SDK.BuildTools` from 10.0.22621.756 to 10.0.22621.2428

Updates `Microsoft.UI.Xaml` from 2.8.0 to 2.8.6
- [Release notes](https://github.com/microsoft/microsoft-ui-xaml/releases)
- [Commits](microsoft/microsoft-ui-xaml@v2.8.0...v2.8.6)

Updates `Uno.WinUI.WebAssembly` from 4.4.13 to 5.0.48
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `Uno.WinUI.RemoteControl` from 4.4.13 to 5.0.48
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `Uno.UI.Adapter.Microsoft.Extensions.Logging` from 4.4.13 to 5.0.48
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `Uno.Wasm.Bootstrap` from 3.3.1 to 8.0.4
- [Release notes](https://github.com/unoplatform/Uno.Wasm.Bootstrap/releases)
- [Changelog](https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/main/doc/release-procedure.md)
- [Commits](https://github.com/unoplatform/Uno.Wasm.Bootstrap/commits)

Updates `Uno.Wasm.Bootstrap.DevServer` from 3.3.1 to 8.0.4
- [Release notes](https://github.com/unoplatform/Uno.Wasm.Bootstrap/releases)
- [Changelog](https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/main/doc/release-procedure.md)
- [Commits](https://github.com/unoplatform/Uno.Wasm.Bootstrap/commits)

Updates `Uno.Extensions.Logging.WebAssembly.Console` from 1.4.0 to 1.7.0
- [Commits](unoplatform/uno.extensions.logging@1.4.0...1.7.0)

Updates `Uno.WinUI.Skia.Wpf` from 4.4.13 to 5.0.48
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `CommunityToolkit.Mvvm` from 8.0.0 to 8.2.2
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](CommunityToolkit/dotnet@v8.0.0...v8.2.2)

Updates `OxyPlot.ExampleLibrary` from 2.1.0 to 2.1.2
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](oxyplot/oxyplot@v2.1.0...v2.1.2)

Updates `Xamarin.Google.Android.Material` from 1.6.1.1 to 1.10.0.1
- [Commits](https://github.com/xamarin/AndroidX/commits)

Updates `Uno.Extensions.Logging.OSLog` from 1.3.0-dev.1 to 1.7.0
- [Commits](https://github.com/unoplatform/uno.extensions.logging/commits/1.7.0)

Updates `Microsoft.Windows.Compatibility` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/windowsdesktop/releases)
- [Commits](dotnet/windowsdesktop@v7.0.0...v8.0.0)

Updates `SkiaSharp.Skottie` from 2.88.3 to 2.88.6
- [Release notes](https://github.com/mono/SkiaSharp/releases)
- [Commits](mono/SkiaSharp@v2.88.3...v2.88.6)

Updates `SkiaSharp.Views.Uno.WinUI` from 2.88.3 to 2.88.6
- [Release notes](https://github.com/mono/SkiaSharp/releases)
- [Commits](mono/SkiaSharp@v2.88.3...v2.88.6)

Updates `Uno.Resizetizer` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/unoplatform/uno.resizetizer/releases)
- [Commits](https://github.com/unoplatform/uno.resizetizer/commits)

Updates `Uno.Wasm.Bootstrap.Server` from 7.0.23 to 8.0.4
- [Release notes](https://github.com/unoplatform/Uno.Wasm.Bootstrap/releases)
- [Changelog](https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/main/doc/release-procedure.md)
- [Commits](https://github.com/unoplatform/Uno.Wasm.Bootstrap/commits)

Updates `Uno.WinUI.Skia.Gtk` from 4.9.17 to 5.0.48
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `WpfAnalyzers` from 3.5.4 to 4.1.1
- [Changelog](https://github.com/DotNetAnalyzers/WpfAnalyzers/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/DotNetAnalyzers/WpfAnalyzers/commits)

Updates `MSBuild.Sdk.Extras` from 3.0.38 to 3.0.44
- [Release notes](https://github.com/novotnyllc/MSBuildSdkExtras/releases)
- [Commits](novotnyllc/MSBuildSdkExtras@v3.0.38...v3.0.44)

---
updated-dependencies:
- dependency-name: DependencyPropertyGenerator
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: OxyPlot.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.Toolkit.Uwp.UI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.UI
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: OxyPlot.SkiaSharp.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: OxyPlot.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.CommunityToolkit.WinUI.UI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.WinUI
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Microsoft.Win32.SystemEvents
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Microsoft.WindowsAppSDK
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Windows.SDK.BuildTools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.UI.Xaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.WinUI.WebAssembly
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Uno.WinUI.RemoteControl
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Uno.UI.Adapter.Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Uno.Wasm.Bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Uno.Wasm.Bootstrap.DevServer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Uno.Extensions.Logging.WebAssembly.Console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Uno.WinUI.Skia.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: CommunityToolkit.Mvvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: OxyPlot.ExampleLibrary
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Xamarin.Google.Android.Material
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Uno.Extensions.Logging.OSLog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Windows.Compatibility
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: SkiaSharp.Skottie
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: SkiaSharp.Views.Uno.WinUI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.Resizetizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Uno.Wasm.Bootstrap.Server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Uno.WinUI.Skia.Gtk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: WpfAnalyzers
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: MSBuild.Sdk.Extras
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 22, 2023
@HavenDV HavenDV merged commit 976d399 into main Nov 22, 2023
1 check failed
@dependabot dependabot bot deleted the dependabot/nuget/all-50c0e8dbf8 branch November 22, 2023 03:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant