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 Avalonia and Avalonia.Fonts.Inter in /src #25

Closed
wants to merge 60 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps Avalonia and Avalonia.Fonts.Inter. These dependencies needed to be updated together.
Updates Avalonia from 11.1.4 to 11.2.0

Release notes

Sourced from Avalonia's releases.

11.2.0

What's Changed

Combined change log from all 11.2.0 betas and rc.

Features

Enhancements

... (truncated)

Commits

Updates Avalonia.Fonts.Inter from 11.1.4 to 11.2.0

Release notes

Sourced from Avalonia.Fonts.Inter's releases.

11.2.0

What's Changed

Combined change log from all 11.2.0 betas and rc.

Features

Enhancements

... (truncated)

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 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)

Timers can be entirely removed with IsEnabled flag set to false
Reminders are now queued audio files to play
Simplified timer updating logic
Deleted timer classes now loaded from config
http listener via configuration
using settings di
- Timers view optimised for overlaying on the game
- Toggle on or off timers
- Add gif preview and cleanup readme
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
dependabot bot and others added 24 commits June 20, 2024 17:18
Bumps [Avalonia](https://github.com/AvaloniaUI/Avalonia) from 11.0.5 to 11.0.11.
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.5...11.0.11)

---
updated-dependencies:
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bump Avalonia from 11.0.5 to 11.0.11 in /src
Bump Avalonia.Themes.Fluent and Avalonia in /src
Bumps [Avalonia.Controls.ItemsRepeater](https://github.com/AvaloniaUI/Avalonia) from 11.0.5 to 11.0.11.
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.5...11.0.11)

---
updated-dependencies:
- dependency-name: Avalonia.Controls.ItemsRepeater
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…rols.ItemsRepeater-11.0.11

Bump Avalonia.Controls.ItemsRepeater from 11.0.5 to 11.0.11 in /src
- Audio effects enhanced and replaced for catapult, roshan, tormentor
- audio code refactored
- Timers view model no longer is holding timer update logic
- Timer update logic has been moved to game state updater background task
- Moved JSON specific logic/parsing into GameState class
- Finally removed the logic which was re-rendering the entire collection
- using slnx
- dagger update
- ci chore
- fix dotnet publish libvlc.dll multiple output files same relative path
- remove minimize button
- remove maximize button
Bumps VideoLAN.LibVLC.Windows from 3.0.20 to 3.0.21.

---
updated-dependencies:
- dependency-name: VideoLAN.LibVLC.Windows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Support installation of game state integration configuration from
…VLC.Windows-3.0.21

Bump VideoLAN.LibVLC.Windows from 3.0.20 to 3.0.21 in /src
- fix dota 2 refresh interval not working on 200 OK resp
- caching dota 2 process and exit hook for more effeciency
- correctly dispose of the http listner
- added live icon for better UX to express connection to dota2 client
- port removed from local config
- svc renamed
- Ignore properties that change frequently via timer calculations
Bumps [Avalonia](https://github.com/AvaloniaUI/Avalonia) and [Avalonia.Fonts.Inter](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together.

Updates `Avalonia` from 11.1.4 to 11.2.0
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.1.4...11.2.0)

Updates `Avalonia.Fonts.Inter` from 11.1.4 to 11.2.0
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.1.4...11.2.0)

---
updated-dependencies:
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Avalonia.Fonts.Inter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 4, 2024
@pjmagee pjmagee closed this Nov 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 23, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/src/multi-1fa4c0d3fc branch November 23, 2024 14:34
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant