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

Bump the communitytoolkit group across 1 directory with 2 updates #279

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2025

Bumps the communitytoolkit group with 2 updates in the / directory: CommunityToolkit.Maui and CommunityToolkit.Aspire.Hosting.Ollama.

Updates CommunityToolkit.Maui from 10.0.0 to 11.0.0

Release notes

Sourced from CommunityToolkit.Maui's releases.

11.0.0: Offline speech recognition

And just like that, the first release in 2025 is v11 of the .NET MAUI Community Toolkit!

Offline speech recognition

In this release we add offline speech recognition. No need for an active internet connection, you can now to speech to text while offline. Note that this is available from Android 33 and up and iOS13 and up. Check out all the details on the docs.

Statusbar gap

Did you notice there was a gap when using the StatusBarBehavior on iOS? Thanks to @​kubaflo not anymore! We made sure that the calculations for the status bar height is now correct and are even giving you fine-grained control over the calculations by being able to specify if the safe area should be included or not.

And much more!

Be sure to check out the full list below with all the changes ,and last but not least, we also did releases for CameraView, MediaElement and Maps, so be sure to check those out too!

Make sure to check the requirements below for using this/building this project yourself.

Requirements

The following tools are now required for CommunityToolkit.Maui:

  • Download/install .NET SDK v9.0.102
  • Install Xcode 16.2.0 (or higher)
    • Read the latest .NET MAUI Release wiki to always find the latest-supported version) of Xcode for .NET MAUI
    • We HIGHLY recommend using the open-source tool Xcodes to easily manage your installed Xcode versions
  • Update to the latest stable version of Visual Studio (or Jet Brains Rider)
  • After installing the latest stable .NET SDK, update to the latest stable version of the .NET MAUI workload:
    • On macOS, open the Terminal and enter the following command: sudo dotnet workload install maui; sudo dotnet workload update
    • On Windows, open the command prompt (or Powershell) and enter the following command: dotnet workload install maui;dotnet workload update
  • Add a global.json file to your application with the following parameters to ensure you're not using a unsupported preview version of .NET (example below)
    • The .NET MAUI Community Toolkit does not support preview releases of .NET

global.json

{
  "sdk": {
    "version": "9.0.102", 
    "rollForward": "latestFeature",
    "allowPrerelease": false
  }
}

What's Changed

... (truncated)

Commits
  • f359148 Fix PublishCodeCoverageResults in Azure Pipelines (#2450)
  • 46fb9a2 [iOS] StatusBarBehavior does not occupy entire notch - fix (#2309)
  • 075be1b dotnet format
  • 9f3403e Migrate to PEG parser. Introduce boolean operators and constants. (#2182)
  • 26a7f45 Bump FluentAssertions from 7.0.0 to 8.0.0 in /samples (#2441)
  • bf60a95 Bump System.Formats.Asn1 from 9.0.0 to 9.0.1 in /samples (#2442)
  • 9a11a1f [Housekeeping] Remove Null Forgiving Operator (#2446)
  • 1935da5 Add missing finalizer
  • e3c521b Support Microsoft.Maui.Controls v9.0.30 and .NET SDK v9.0.102 (#2444)
  • ffec96a dotnet format
  • Additional commits viewable in compare view

Updates CommunityToolkit.Aspire.Hosting.Ollama from 9.1.1-beta.128 to 9.1.1-beta.146

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the communitytoolkit group with 2 updates in the / directory: [CommunityToolkit.Maui](https://github.com/CommunityToolkit/Maui) and [CommunityToolkit.Aspire.Hosting.Ollama](https://github.com/CommunityToolkit/Aspire).


Updates `CommunityToolkit.Maui` from 10.0.0 to 11.0.0
- [Release notes](https://github.com/CommunityToolkit/Maui/releases)
- [Commits](CommunityToolkit/Maui@10.0.0...11.0.0)

Updates `CommunityToolkit.Aspire.Hosting.Ollama` from 9.1.1-beta.128 to 9.1.1-beta.146
- [Release notes](https://github.com/CommunityToolkit/Aspire/releases)
- [Commits](https://github.com/CommunityToolkit/Aspire/commits)

---
updated-dependencies:
- dependency-name: CommunityToolkit.Maui
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: communitytoolkit
- dependency-name: CommunityToolkit.Aspire.Hosting.Ollama
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: communitytoolkit
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2025
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