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 osu-related group with 2 updates #349

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the osu-related group with 2 updates: ppy.osu.Framework and ppy.osu.Framework.iOS.

Updates ppy.osu.Framework from 2023.1201.1 to 2024.131.0

Release notes

Sourced from ppy.osu.Framework's releases.

2024.131.0

What's Changed

Full Changelog: ppy/osu-framework@2024.130.0...2024.131.0

2024.130.0

What's Changed

Full Changelog: ppy/osu-framework@2024.129.1...2024.130.0

2024.129.1

What's Changed

Full Changelog: ppy/osu-framework@2024.127.0...2024.129.1

2024.127.0

What's Changed

Full Changelog: ppy/osu-framework@2024.121.1...2024.127.0

2024.121.1

Breaking Changes

DrawablePool.Get() wil now throw if the DrawablePool did not begin load

Previously the pool would return drawables correctly before load, but it would not initialise the pool to correct default size, causing overheads on drawable retrieval (usually on update thread).

HostOptions.BindIPC has been superseded by HostOptions.IPCPort

Previously, the IPC port used for multiple instances of a single osu!framework app was hardcoded in the IPC host itself, effectively making it so that all osu!framework apps would share the same IPC port, which obviously cannot work.

To allow multiple osu!framework apps to utilise IPC concurrently, BindIPC has thus been replaced by IPCPort.

  • Setting IPCPort = null is equivalent to BindIPC = false.
  • Setting IPCPort to a non-null value is equivalent to BindIPC = true and will force the use the specific port provided.

... (truncated)

Commits
  • 121d25c Merge pull request #6162 from ppy/revert-6155-debox-ibindblelist-enumerator
  • e10051e Leave benchmark in place and add comment for future reference and foot shooti...
  • a5ba1de Revert "Fix IBindableList.GetEnumerator() boxing and allocating"
  • a639ba6 Merge pull request #6161 from EVAST9919/icon-fix
  • d6a6cf5 Remove guard for extra safety
  • 1f3a81f Fix icon not changing correctly between start of load and insertion into hier...
  • 5f81249 Add (visually) failing coverage for incorrect handling of Icon changes
  • e2c3143 Fix SpriteIcon flickering
  • a1585bf Merge pull request #6160 from smoogipoo/fix-nested-absolute-sequences
  • 7b4f3b4 Merge pull request #6147 from peppy/reduce-mouse-move-overhead
  • Additional commits viewable in compare view

Updates ppy.osu.Framework.iOS from 2023.1030.0 to 2024.131.0

Release notes

Sourced from ppy.osu.Framework.iOS's releases.

2024.131.0

What's Changed

Full Changelog: ppy/osu-framework@2024.130.0...2024.131.0

2024.130.0

What's Changed

Full Changelog: ppy/osu-framework@2024.129.1...2024.130.0

2024.129.1

What's Changed

Full Changelog: ppy/osu-framework@2024.127.0...2024.129.1

2024.127.0

What's Changed

Full Changelog: ppy/osu-framework@2024.121.1...2024.127.0

2024.121.1

Breaking Changes

DrawablePool.Get() wil now throw if the DrawablePool did not begin load

Previously the pool would return drawables correctly before load, but it would not initialise the pool to correct default size, causing overheads on drawable retrieval (usually on update thread).

HostOptions.BindIPC has been superseded by HostOptions.IPCPort

Previously, the IPC port used for multiple instances of a single osu!framework app was hardcoded in the IPC host itself, effectively making it so that all osu!framework apps would share the same IPC port, which obviously cannot work.

To allow multiple osu!framework apps to utilise IPC concurrently, BindIPC has thus been replaced by IPCPort.

  • Setting IPCPort = null is equivalent to BindIPC = false.
  • Setting IPCPort to a non-null value is equivalent to BindIPC = true and will force the use the specific port provided.

... (truncated)

Commits
  • 121d25c Merge pull request #6162 from ppy/revert-6155-debox-ibindblelist-enumerator
  • e10051e Leave benchmark in place and add comment for future reference and foot shooti...
  • a5ba1de Revert "Fix IBindableList.GetEnumerator() boxing and allocating"
  • a639ba6 Merge pull request #6161 from EVAST9919/icon-fix
  • d6a6cf5 Remove guard for extra safety
  • 1f3a81f Fix icon not changing correctly between start of load and insertion into hier...
  • 5f81249 Add (visually) failing coverage for incorrect handling of Icon changes
  • e2c3143 Fix SpriteIcon flickering
  • a1585bf Merge pull request #6160 from smoogipoo/fix-nested-absolute-sequences
  • 7b4f3b4 Merge pull request #6147 from peppy/reduce-mouse-move-overhead
  • Additional commits viewable in compare view

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 osu-related group with 2 updates: [ppy.osu.Framework](https://github.com/ppy/osu-framework) and [ppy.osu.Framework.iOS](https://github.com/ppy/osu-framework).


Updates `ppy.osu.Framework` from 2023.1201.1 to 2024.131.0
- [Release notes](https://github.com/ppy/osu-framework/releases)
- [Commits](ppy/osu-framework@2023.1201.1...2024.131.0)

Updates `ppy.osu.Framework.iOS` from 2023.1030.0 to 2024.131.0
- [Release notes](https://github.com/ppy/osu-framework/releases)
- [Commits](ppy/osu-framework@2023.1030.0...2024.131.0)

---
updated-dependencies:
- dependency-name: ppy.osu.Framework
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: osu-related
- dependency-name: ppy.osu.Framework.iOS
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: osu-related
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/nuget/osu-related-3cc37dfdac branch February 19, 2024 16:45
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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants