VolcanicArts / VRCOSC

Modular OSC program creator, toolkit, and router made for VRChat. Show your heartrate, time, hardware stats, speech to text, control Spotify, and more! Includes drag-and-drop prefabs for your avatar.
GNU General Public License v3.0
349 stars 30 forks source link

Bump ppy.osu.Framework from 2023.625.0 to 2023.724.0 #137

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ppy.osu.Framework from 2023.625.0 to 2023.724.0.

Release notes

Sourced from ppy.osu.Framework's releases.

2023.724.0

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2023.720.0...2023.724.0

2023.720.0

What's Changed

Breaking Changes

Source generators will now only run on release builds

As we continue to add more source generators, we've seen increases in compile-time overheads, with local testing showing over 2x compile times with source generators turned on.

osu!framework source generators are made to optimise builds at runtime (mostly by removing reflection overhead). As such, it doesn't make sense to run these for debug releases as they are basically custom release-targeting optimisations.

This should not result in a noticeable change in runtime performance during debug, but will reduce compilation times by over 50% in most cases. This is valuable during debug as the most common case is frequently building / hot reloading for quick iteration.

Full Changelog: https://github.com/ppy/osu-framework/compare/2023.716.0...2023.720.0

2023.716.0

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2023.715.0...2023.716.0

2023.715.0

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2023.714.0...2023.715.0

2023.714.0

What's Changed

... (truncated)

Commits
  • ddc2488 Merge pull request #5915 from peppy/remove-triple-buffer-locking
  • 33031be Merge pull request #5941 from frenzibyte/ios-fix-interpolable
  • 81b8110 Merge branch 'master' into ios-fix-interpolable
  • d391b91 Fix custom interpolation functions potentially causing SIGSEGV on iOS
  • ca75c27 Merge pull request #5937 from Susko3/fix-size-not-stored-ruring-resize
  • 19a0cbd Merge branch 'master' into fix-size-not-stored-ruring-resize
  • 7ab4887 Merge pull request #5940 from frenzibyte/handle-cli-ios-builds
  • b4b5cef Fix iOS AOT builds via CLI not working
  • 12b3c03 Merge pull request #5931 from frenzibyte/metal-optimise-vbos
  • f01f502 Fix linear index buffer not being used for path VBOs
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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.