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

[deps]: Update nuget minor #2545

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[deps]: Update nuget minor #2545

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Camera.MAUI 1.4.4 -> 1.5.1 age adoption passing confidence
CommunityToolkit.Maui 5.2.0 -> 5.3.0 age adoption passing confidence
CommunityToolkit.Mvvm 8.2.1 -> 8.2.2 age adoption passing confidence
CsvHelper (source) 30.0.1 -> 30.1.0 age adoption passing confidence
Google.Apis.AndroidPublisher.v3 1.66.0.3338 -> 1.68.0.3423 age adoption passing confidence
LiteDB (source) 5.0.17 -> 5.0.20 age adoption passing confidence
MessagePack (source) 2.5.124 -> 2.5.168 age adoption passing confidence
MessagePack.MSBuild.Tasks (source) 2.5.124 -> 2.5.168 age adoption passing confidence
Microsoft.AppCenter.Crashes 5.0.3 -> 5.0.5 age adoption passing confidence
SkiaSharp.Views.Maui.Controls (source) 2.88.4-preview.84 -> 2.88.8 age adoption passing confidence
SkiaSharp.Views.Maui.Controls.Compatibility (source) 2.88.4-preview.84 -> 2.88.8 age adoption passing confidence
Xamarin.AndroidX.Activity.Ktx (source) 1.7.2.1 -> 1.9.0.1 age adoption passing confidence
Xamarin.AndroidX.AutoFill (source) 1.1.0.18 -> 1.1.0.23 age adoption passing confidence
Xamarin.Firebase.Messaging (source) 123.1.2.2 -> 123.4.1.1 age adoption passing confidence
Xamarin.GooglePlayServices.SafetyNet (source) 118.0.1.5 -> 118.0.1.10 age adoption passing confidence
Xamarin.Kotlin.StdLib (source) 1.9.10.1 -> 1.9.23.1 age adoption passing confidence
cake.tool (source) 2.2.0 -> 2.3.0 age adoption passing confidence

Release Notes

CommunityToolkit/Maui (CommunityToolkit.Maui)

v5.3.0: : BadgeCounter, Popups and AppTheme helpers!

Compare Source

This release is so full of great new stuff I almost don't know where to begin... Let's start with something else then, did you know that we have a Discord server now specifically for the .NET MAUI Community Toolkit? A great place to discuss how to get started with contributing, ask questions or just hang out! Join it today by clicking here (only valid for 30 days after this is posted).

Now, for this release... VERSION FIVE-THREE-OH 💥

Popups Now Better Than Ever!

Thanks to a great number of community contributions our Popups are now better than ever. Thank you so much @​cat0363, @​cucumber-sp and our very own @​brminnick! We've fixed a number of bugs that have to do with sizing, positioning and propagating the BindingContext to Popups, and also added a CloseAsync() method to make closing the popup more reliable.

If you want to know all ins and outs of the Popup, check our documentation.

BadgeCounter

With our brand new BadgeCounter API it's now easier than ever to show a notification count on your app icon. You know the little red bubble over app icons on the device home screen? You can now set that value yourself, from your app with one line of code. 🤯

@​VladislavAntonyuk did an amazing job once again. Read all about the implementation of this functionality on his blog or check out our official documentation on how to use it with .NET MAUI Community Toolkit.

AppThemeColor, AppThemeObject and AppThemeResource

These new APIs are great little helpers for when you support dark theme in your .NET MAUI apps. In .NET MAUI you have the AppThemeBinding which is already great, but with this you can now make your XAML less verbose and reuse your app theme aware resources through styles and resource dictionaries.

As always, find the details in our documentation and let us know how you like it!

Thank you @​dansiegel for the initial work on the .NET MAUI repo!

All the details
Humpty-Bumpty 🐫 & Other Housekeeping
New Contributors

A very, very big thank you to all of our contributors new and existing, we could not do this without you 👏 virtual stroopwafels for all of you!

Full Changelog: CommunityToolkit/Maui@5.2.0...5.3.0

CommunityToolkit/dotnet (CommunityToolkit.Mvvm)

v8.2.2: 8.2.2

What's Changed 🆕
New Contributors

Full Changelog: CommunityToolkit/dotnet@v8.2.1...v8.2.2

JoshClose/CsvHelper (CsvHelper)

v30.1.0

Compare Source

v30.0.3

Compare Source

mbdavid/LiteDB (LiteDB)

v5.0.20

Announcement

The LiteDB team is excited to announce that we have added two new maintainers to the project.
We are now working on more frequent releases, better stability and performance, and better communication with the community.
We are excited to see where this project goes and are looking forward to working with the community to make LiteDB the best it can be.

And if you haven't already, please join our Discord server:

What's Changed

New Contributors

Full Changelog: mbdavid/LiteDB@v5.0.19...v5.0.20

v5.0.19

What's Changed

New Contributors

Full Changelog: mbdavid/LiteDB@v5.0.18...v5.0.19

v5.0.18

What's New

  • Added "AutoRebuild" option in Connection String

In this version, the Rebuild command has been completely redesigned to be able to recover a full or partial database in case of data corruption. When detecting a structural error (known as the ENSURE exception) the data file will be modified to indicate that this file may be corrupt. When reopening the database, a rebuild process can be performed recovering as much data as possible. Use the "auto-rebuild=true" option in the connection string to activate this functionality. Possible errors found during the rebuild process will be stored in a new collection called "_rebuild_errors". A backup of the original file is created with the "-backup" suffix

What's Changed

New Contributors

Full Changelog: mbdavid/LiteDB@v5.0.17...v5.0.18

MessagePack-CSharp/MessagePack-CSharp (MessagePack)

v2.5.140

What's Changed
New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.129...v2.5.140

v2.5.129

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.124...v2.5.129

mono/SkiaSharp (SkiaSharp.Views.Maui.Controls)

v2.88.8: Version 2.88.8

What's Changed

Full Changelog: mono/SkiaSharp@v2.88.7...v2.88.8

v2.88.7: Version 2.88.7

What's Changed

Full Changelog: mono/SkiaSharp@v2.88.6...v2.88.7

v2.88.6: Version 2.88.6

What's Changed

Full Changelog: mono/SkiaSharp@v2.88.5...v2.88.6

v2.88.5: Version 2.88.5

What's Changed

Full Changelog: mono/SkiaSharp@v2.88.4...v2.88.5

v2.88.4: Version 2.88.4

What's Changed
New Contributors

Full Changelog: mono/SkiaSharp@v2.88.3...v2.88.4

v2.88.4-preview.96: Version 2.88.4 (Preview Build 96)

What's Changed

Full Changelog: mono/SkiaSharp@v2.88.4-preview.95...v2.88.4-preview.96

v2.88.4-preview.95: Version 2.88.4 (Preview Build 95)

What's Changed
New Contributors

Full Changelog: mono/SkiaSharp@v2.88.4-preview.82...v2.88.4-preview.95

cake-build/cake (cake.tool)

v2.3.0

  • 3947 Easier Way to Read Process Output?.
  • 3916 GitVersion: Add ShortSha property.
  • 3487 Add alias for dotnet workload update command.
  • 3486 Add alias for dotnet workload uninstall command.
  • 3484 Add alias for dotnet workload restore command.
  • 3483 Add alias for dotnet workload repair command.
  • 3482 Add alias for dotnet workload list command.
  • 3978 Microsoft.Extensions.DependencyInjection to 6.0.1.
  • 3976 Update NuGet.* to 6.3.1.
  • 3970 Update Basic.Reference.Assemblies.* to 1.3.0.
  • 3965 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.3.1.
  • 3956 Extensibility issue - CakeEngineActions is internal.
  • 3933 Update NuGet.* to 6.3.0.
  • 3920 Update Microsoft.NETCore.Platforms to 6.0.5.
  • 3909 Update Autofac to 6.4.0.
  • 3901 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.2.0.
  • 3899 Microsoft.NETCore.Platforms to 6.0.4.
  • 3897 Update NuGet.* to 6.2.1.
  • 3890 Update NuGet.* to 6.2.0.
  • 3880 Better support global script cache.
  • 2953 Allow setting MSBuild target via MSBuildSettings using a string.
  • 2591 Extensibility issue - CakeTaskBuilder is s

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/nuget-minor branch 7 times, most recently from 404ae03 to e17a9a8 Compare June 7, 2023 00:00
@renovate renovate bot force-pushed the renovate/nuget-minor branch 8 times, most recently from c2f973a to a5afc02 Compare June 14, 2023 12:35
@renovate renovate bot force-pushed the renovate/nuget-minor branch 7 times, most recently from 6d0fc7a to cdbab70 Compare June 20, 2023 20:50
@renovate renovate bot force-pushed the renovate/nuget-minor branch 6 times, most recently from 0375280 to 5a26a03 Compare June 28, 2023 18:07
@renovate renovate bot force-pushed the renovate/nuget-minor branch 8 times, most recently from 86be817 to cd010cf Compare May 13, 2024 17:27
@renovate renovate bot force-pushed the renovate/nuget-minor branch 10 times, most recently from d8610b5 to c4eb403 Compare May 21, 2024 17:15
@renovate renovate bot force-pushed the renovate/nuget-minor branch 5 times, most recently from eb64894 to 54731d5 Compare May 31, 2024 06:16
@renovate renovate bot force-pushed the renovate/nuget-minor branch 5 times, most recently from e732c58 to 814f7d1 Compare June 6, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant