Skip to content

Bump ppy.osu.Framework.Android from 2021.616.0 to 2022.1130.0#213

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/ppy.osu.Framework.Android-2022.1130.0
Closed

Bump ppy.osu.Framework.Android from 2021.616.0 to 2022.1130.0#213
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/ppy.osu.Framework.Android-2022.1130.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps ppy.osu.Framework.Android from 2021.616.0 to 2022.1130.0.

Release notes

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

2022.1130.0

Thanks for following along! This is a tagged release (2022.1130.0).

What's Changed

Full Changelog: ppy/osu-framework@2022.1129.0...2022.1130.0

2022.1129.0

Thanks for following along! This is a tagged release (2022.1129.0).

Breaking Changes

IHasFilterableChildren has been removed; use IFilterable instead (ppy/osu-framework#5530)

Rather than rely on IHasFilterableChildren to descend down complex hierarchies for filtering purposes, IContainerEnumerable<T>.Children is used, which results in less boilerplate as you don't need to remember to implement it whenever needed.

IConditionalFilterable is introduced (ppy/osu-framework#5530)

By implementing IConditionalFilterable, you get one extra bindable to play with. If the value of said bindable is true, then the item is included in textual search as usual. If it is false, however, it - and its entire subtree - is excluded from further search on the premise that the item does not meet external criteria. In practical terms, you would set it to false when you want to hide some items inside a SearchContainer because they're unavailable due to other settings.

Classes used in dependency injection need to implement the IDependencyInjectionCandidate interface (ppy/osu-framework#5548)

This does not affect Drawable subclasses.

What's Changed

Full Changelog: ppy/osu-framework@2022.1126.0...2022.1129.0

2022.1126.0

Thanks for following along! This is a tagged release (2022.1126.0).

Breaking Changes

Add source generator for dependency injection (ppy/osu-framework#5541)

This one's been brewing for a long time while I tried to figure out the best way to do things. It provides a structural foundation on top of which we can build other source generators.

For source generators to work at all for us, we unfortunately need to make every Drawable class partial. This can be done as a graceful upgrade – previous reflection pathways are still supported so no immediate changes should be required to your project to compile.

Analyser + codefix

I've created a pretty "basic" analyser for warning against non-partial classes when required. It attempts to discover:

... (truncated)

Commits
  • 46330fc Merge pull request #5556 from smoogipoo/roslyn-package-versioning
  • 16ed8c3 Bump package version
  • ca72d0a Disable package analysis to clean output
  • fe30be5 Add source generator targets to nupkg
  • 4f297bd Rename build targets file
  • 4388b87 Merge pull request #5554 from smoogipoo/roslyn-package-versioning
  • acd7554 Fix indentation
  • 7dfb335 Move common classes into the Common directory
  • ab9cb70 Remove suffix from names
  • 403f3c1 Fix project references
  • 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)

Bumps [ppy.osu.Framework.Android](https://github.com/ppy/osu-framework) from 2021.616.0 to 2022.1130.0.
- [Release notes](https://github.com/ppy/osu-framework/releases)
- [Commits](ppy/osu-framework@2021.616.0...2022.1130.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 1, 2023

Superseded by #230.

@dependabot dependabot bot closed this Jan 1, 2023
@dependabot dependabot bot deleted the dependabot/nuget/ppy.osu.Framework.Android-2022.1130.0 branch January 1, 2023 17:02
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.

0 participants