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 across 1 directory with 8 updates #37

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the all group with 8 updates in the / directory:

Package From To
CommunityToolkit.Mvvm 8.3.2 8.4.0
Microsoft.Extensions.Logging.Console 8.0.0 9.0.1
Microsoft.Win32.SystemEvents 8.0.0 9.0.1
Microsoft.WindowsAppSDK 1.6.240923002 1.6.250108002
DependencyPropertyGenerator 1.4.0 1.5.0
Uno.CommunityToolkit.WinUI.UI 7.1.203 7.1.204
Uno.WinUI 5.0.48 5.0.19
Uno.UI 5.5.37 5.6.33

Updates CommunityToolkit.Mvvm from 8.3.2 to 8.4.0

Release notes

Sourced from CommunityToolkit.Mvvm's releases.

8.4.0

What's Changed 🆕

New Contributors

Full Changelog: CommunityToolkit/dotnet@v8.3.2...v8.4.0

8.4.0 Preview 3

What's Changed 🆕

... (truncated)

Commits
  • 657c697 Merge pull request #1026 from CommunityToolkit/dev/fix-body-expressions
  • 3c720dd Handle semi-auto properties with expression bodies
  • ef36a6d Merge pull request #1024 from CommunityToolkit/dev/better-analyzer-filtering
  • 6cf850f Improve filtering in semi-auto property analyzer
  • bcc6caf Merge pull request #1020 from CommunityToolkit/dev/semi-auto-property-fixer
  • 5766465 Enable pooling for objects in new analyzer
  • a1bfe3d Port 'ObjectPool<T>' type from Roslyn
  • 76c41aa Move MVVMTK0056 to 8.4.0 release
  • a91e7a8 Handle adding using directives if needed
  • df714ea Add support for 'get;' accessors too
  • Additional commits viewable in compare view

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

Release notes

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

.NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.0...v9.0.1

.NET 9.0.0

Release

... (truncated)

Commits
  • c8acea2 Merge commit '756e62050722c168cd3b753be73b7cbcd93f06d6'
  • 756e620 Update dependencies from https://github.com/dotnet/emsdk build 20241204.3 (#1...
  • 6c7cf91 Merge commit '757d97b1a5f00cab30fc37f68aba9eec6e8b4e00'
  • 757d97b Switch to automatic 8.0 version updates (#110586)
  • 69ae1ac Merge commit '462630b3c311cade6426c53e9b3ee3b89bf217a2'
  • 462630b Merge pull request #110370 from carlossanlop/release/9.0-staging
  • 38709f8 Merge branch 'release/9.0' into release/9.0-staging
  • 8437635 Merge commit 'cc58c2832c5c5bcbf90d118a8b3c504b2a87c820'
  • 624638d [release/9.0-staging] Update dependencies from dotnet/hotreload-utils (#109308)
  • cc58c28 [release/9.0] Update dependencies from dotnet/emsdk (#109523)
  • Additional commits viewable in compare view

Updates Microsoft.Win32.SystemEvents from 8.0.0 to 9.0.1

Release notes

Sourced from Microsoft.Win32.SystemEvents's releases.

.NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.0...v9.0.1

.NET 9.0.0

Release

... (truncated)

Commits
  • c8acea2 Merge commit '756e62050722c168cd3b753be73b7cbcd93f06d6'
  • 756e620 Update dependencies from https://github.com/dotnet/emsdk build 20241204.3 (#1...
  • 6c7cf91 Merge commit '757d97b1a5f00cab30fc37f68aba9eec6e8b4e00'
  • 757d97b Switch to automatic 8.0 version updates (#110586)
  • 69ae1ac Merge commit '462630b3c311cade6426c53e9b3ee3b89bf217a2'
  • 462630b Merge pull request #110370 from carlossanlop/release/9.0-staging
  • 38709f8 Merge branch 'release/9.0' into release/9.0-staging
  • 8437635 Merge commit 'cc58c2832c5c5bcbf90d118a8b3c504b2a87c820'
  • 624638d [release/9.0-staging] Update dependencies from dotnet/hotreload-utils (#109308)
  • cc58c28 [release/9.0] Update dependencies from dotnet/emsdk (#109523)
  • Additional commits viewable in compare view

Updates Microsoft.WindowsAppSDK from 1.6.240923002 to 1.6.250108002

Release notes

Sourced from Microsoft.WindowsAppSDK's releases.

Windows App SDK 1.6.4 (1.6.250108002)

Windows App SDK 1.6.3 is a stable servicing release that fixes critical bugs for 1.6.

  • Fixed an issue with text selection highlighting in a multi-line TextBox. For more info, see GitHub issue #9965.
  • Fixed an issue where the DDLM package would sometimes not install, preventing launch of unpackaged apps. For more info, see GitHub issue #3855.
  • Fixed a potential crash in Detours in some scenarios. For more info, see GitHub issue #4937.
  • Fixed another potential issue where a menu off a CommandBar may incorrectly open up instead of down when the CommandBar is at the bottom of the window.
  • Fixed a potential crash when running on older graphics hardware.
  • Fixed a potential crash in pointer event handling when closing a window.
  • Fixed a potential crash caused by CUIAWindow::InitIds sometimes triggering reentrancy.
  • Fixed a potential crash when using CompositionCapabilities.Changed event.
  • Fixed an issue with some Unicode characters displaying as squares in TextBox/RichEditBox.
  • Fixed PackageDeploymentManager.EnsurePackage*Async() handling of options.RegisterNewerIfAvailable. For more info, see GitHub issue #4864.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.6.4 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.6.250108002

Windows App SDK 1.6.3 (1.6.241114003)

Windows App SDK 1.6.3 is a stable servicing release that fixes critical bugs for 1.6.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.6.3 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.6.241114003

Windows App SDK 1.6.2 (1.6.241106002)

Windows App SDK 1.6.2 is a stable servicing release that fixes critical bugs for 1.6.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.6.2 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.6.241106002

Windows App SDK 1.6.1 (1.6.240923002)

... (truncated)

Commits

Updates DependencyPropertyGenerator from 1.4.0 to 1.5.0

Release notes

Sourced from DependencyPropertyGenerator's releases.

v1.5.0

What's Changed

... (truncated)

Commits

Updates Uno.CommunityToolkit.WinUI.UI from 7.1.203 to 7.1.204

Commits

Updates Uno.WinUI from 5.0.48 to 5.0.19

Commits

Updates Uno.UI from 5.5.37 to 5.6.33

Release notes

Sourced from Uno.UI's releases.

5.6.30

In Uno Platform 5.6, our first release of 2025, we’re doubling down on what matters most to you — productivity, performance, and seamless cross-platform development experiences. There are major advancements across the board, from faster Hot Reload and expanded app packaging support to significant runtime and memory optimizations.

  • Hot Reload continues to evolve and lead the .NET ecosystem. As it is the foundation of Hot Design, our next-generation visual designer, nothing short of an amazing Hot Reload experience will satisfy us.
  • App packaging is now even easier, with new support for .pkg and .dmg formats, code signing, notarization, and destructive mode Snap package creation for CI environments.
  • Performance improvements across Uno Platform include up to 10x faster execution for Wasm AOT, more efficient visual states, and memory optimizations that make apps leaner and faster.

Take a look at our blog post for now details!

See below for the full change log.


Features

  • Add Color resources to ResourcesExtractor (7d9a654)
  • Add Microsoft.Windows.AppLifecycle to Sync generator (96ac958)
  • Add missing contracts to ApiInformation (0fe8895)
  • Add native embedding to netXX-desktop/macOS (66daa65)
  • Add support for AppWindow.Show methods (c9305c4)
  • Add XAML resources UPRI trimming (0dfd176)
  • Allow selecting custom values on Selector (8b6a5d3)
  • Allow simulating touch input in Samples app (2a243c9)
  • hr: Add ability to remove root of a DataTemplate with HR without cnomua (545e109)
  • hr: Remove deprecated XAML and partial reload HR modes (a46202a)
  • Implement pattern/template grammar for DateTimeFormatter (c8c6a43)
  • implement ShapeVisual.ViewBox (0a0c855)
  • implement the X Input extension to support touch input, smooth scrolling, etc. (071570e)
  • In app review on Android (760205a)
  • InputPropertyAttribute (493ede4)
  • Listen to trat changes on iOS 17+ (3cafa43)
  • macOS: override ms-appx location when app is bundled (05f21e6)
  • Microsoft.Windows.AppLifecycle contract (b4619da)
  • Simulate preview key events for tests (61c80df)
  • Uno.UI.GooglePlay (61041ae)
  • Use SIMD to compage images in a test to accelerate builds. (f1883d1)
  • Warn the user when native frame is used with WinUI Frame behavior (e7a0788)

Performance Improvements

  • anim: Don't refresh triggers and transitions during parsing (ec3ab58)
  • anim: Register only once to the JS animationframe callback (2b303b6)
  • brush: Don't use reflection to invoke brush updates (679b4bf)
  • Enable ResourceDictionary "not found" caching (6f696d4)
  • limit JavaStringCache entries to deal with excessive GREF counts (deff175)
  • optimize opacity filter allocations (91be36d)
  • reduce SKPaint and SKPath allocations (9264d5e)
  • wasm: Split methods containing try/catch/finally blocks (c4df6bf)

Bug Fixes

... (truncated)

Commits
  • 3a927d5 Merge pull request #19371 from unoplatform/mergify/bp/release/stable/5.6/pr-1...
  • 9bc5f2f Merge pull request #19372 from unoplatform/mergify/bp/release/stable/5.6/pr-1...
  • f3734b6 fix(hr): Fix Frame stack...

    Description has been truncated

Bumps the all group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) | `8.3.2` | `8.4.0` |
| [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.1` |
| [Microsoft.Win32.SystemEvents](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.1` |
| [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) | `1.6.240923002` | `1.6.250108002` |
| [DependencyPropertyGenerator](https://github.com/HavenDV/DependencyPropertyGenerator) | `1.4.0` | `1.5.0` |
| [Uno.CommunityToolkit.WinUI.UI](https://github.com/unoplatform/Uno.WindowsCommunityToolkit) | `7.1.203` | `7.1.204` |
| [Uno.WinUI](https://github.com/unoplatform/uno) | `5.0.48` | `5.0.19` |
| [Uno.UI](https://github.com/unoplatform/uno) | `5.5.37` | `5.6.33` |



Updates `CommunityToolkit.Mvvm` from 8.3.2 to 8.4.0
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](CommunityToolkit/dotnet@v8.3.2...v8.4.0)

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

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

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

Updates `DependencyPropertyGenerator` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/HavenDV/DependencyPropertyGenerator/releases)
- [Commits](https://github.com/HavenDV/DependencyPropertyGenerator/commits/v1.5.0)

Updates `Uno.CommunityToolkit.WinUI.UI` from 7.1.203 to 7.1.204
- [Commits](https://github.com/unoplatform/Uno.WindowsCommunityToolkit/commits)

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

Updates `Uno.UI` from 5.5.37 to 5.6.33
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](unoplatform/uno@5.5.37...5.6.33)

---
updated-dependencies:
- dependency-name: CommunityToolkit.Mvvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Extensions.Logging.Console
  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-patch
  dependency-group: all
- dependency-name: DependencyPropertyGenerator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-patch
  dependency-group: all
- dependency-name: Uno.UI
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Feb 3, 2025
@HavenDV HavenDV merged commit cd920a1 into main Feb 3, 2025
1 check failed
@dependabot dependabot bot deleted the dependabot/nuget/all-b01a641e83 branch February 3, 2025 10:45
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