LawnchairLauncher / lawnchair

No clever tagline needed.
https://lawnchair.app
Other
8.84k stars 1.16k forks source link

Update dependency com.github.topjohnwu.libsu:service to v6 #4523

Closed renovate[bot] closed 5 days ago

renovate[bot] commented 5 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.topjohnwu.libsu:service 5.3.0 -> 6.0.0 age adoption passing confidence

Release Notes

topjohnwu/libsu (com.github.topjohnwu.libsu:service) ### [`v6.0.0`](https://togithub.com/topjohnwu/libsu/blob/HEAD/CHANGELOG.md#600) [Compare Source](https://togithub.com/topjohnwu/libsu/compare/5.3.0...6.0.0) (5.3.0 release notes are merged into 6.0.0) - \[core] New API `Shell.Builder.setCommands(String...)` - \[core] New API `Shell.submitTask(Task)` - \[core] New API `Shell.Task.shellDied()` - \[core] New internal task scheduling implementation - \[core] Remove deprecated `Shell.sh/su` methods - \[core] Deprecate `FLAG_REDIRECT_STDERR` - \[service] Fix support on pre-6.0 devices - \[service] Fix crashes on some LG devices ##### Migration Guide - Usage of `Shell.sh/su` methods should be directly replaced with `Shell.cmd`. If you only want to run certain jobs when the shell is root, manually check with `Shell.isRoot()` before creating the job. - The behavior of `FLAG_REDIRECT_STDERR` changed and its usage is deprecated. Setting `FLAG_REDIRECT_STDERR` in `Shell.Builder.setFlags(int)` will internally enable `Shell.enableLegacyStderrRedirection` as a best-effort backwards compatibility emulation to support the old behavior. Please note that the new `Shell.enableLegacyStderrRedirection` flag controls the behavior of the entire program, NOT on a per-shell basis as it used to be. If you want to redirect STDERR to STDOUT, please switch over to setting the same output list for both STDOUT and STDERR with `Shell.Job.to(List, List)`, and do not rely on `FLAG_REDIRECT_STDERR` or `Shell.enableLegacyStderrRedirection`.

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 days ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.