-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 Avalonia.Themes.Fluent from 11.0.10 to 11.1.2 #324
Bump Avalonia.Themes.Fluent from 11.0.10 to 11.1.2 #324
Conversation
Warning Rate limit exceeded@dependabot[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 29 minutes and 47 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThe project Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
GTiff2Tiles.Avalonia/GTiff2Tiles.Avalonia.csproj (1)
14-14
: Align Avalonia package versions to ensure compatibility.The
Avalonia.Diagnostics
andAvalonia.ReactiveUI
packages are still at version 11.0.10, whereas other Avalonia packages have been updated to version 11.1.2. It's advisable to update these packages to the same version as the others to prevent potential runtime issues or unexpected behavior due to version mismatches.
- Update
Avalonia.Diagnostics
to version 11.1.2.- Update
Avalonia.ReactiveUI
to version 11.1.2.Analysis chain
Verify compatibility with other Avalonia packages.
The
Avalonia.Themes.Fluent
package has been updated to version 11.1.2. Ensure that this version is compatible with the other Avalonia packages in use, such asAvalonia.Diagnostics
andAvalonia.ReactiveUI
, which are still at version 11.0.10. Mismatched versions can sometimes lead to runtime issues or unexpected behavior.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of Avalonia package versions. # Test: Check for mismatched Avalonia package versions. Expect: All packages should ideally be on the same major and minor version. rg --type xml 'PackageReference Include="Avalonia' GTiff2Tiles.Avalonia/GTiff2Tiles.Avalonia.csprojLength of output: 473
Bumps [Avalonia.Themes.Fluent](https://github.com/AvaloniaUI/Avalonia) from 11.0.10 to 11.1.2. - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.10...11.1.2) --- updated-dependencies: - dependency-name: Avalonia.Themes.Fluent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
daa1eca
to
893f339
Compare
Bumps Avalonia.Themes.Fluent from 11.0.10 to 11.1.2.
Release notes
Sourced from Avalonia.Themes.Fluent's releases.
... (truncated)
Commits
71d8965
Updated version to 11.1.2 final.0d7b6a7
Update version to 11.1.2-rc1.55a5672
Allow bindingDataGridRow.IsSelected
(#16520)0d2dad7
Update popups and flyouts to properly support OverlayDismissEventPassThrough ...fcd4c22
Make sure glyphInfos usage is always in within bounds (#16120)1b34e63
Fix context menu keyboard selection. (#16354)920a8ac
Fix nunit tests adapter losing async locals (#16157)97d7285
Make VirtualizingStackPanel better handle container size changes (#16168)9c920b4
Reset scroller valuators on XI2Manager.cs (#16185)157c08c
Make sure focus lost is delayed until IMM32 has finished up the composition o...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)Summary by CodeRabbit
New Features
Bug Fixes