casimir / frigoligo

Your articles with you
MIT License
37 stars 3 forks source link

Update dependency app_links to v6 - autoclosed #179

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
app_links dependencies major ^4.0.0 -> ^6.0.0

Release Notes

llfbandit/app_links (app_links) ### [`v6.0.1`](https://togithub.com/llfbandit/app_links/blob/HEAD/CHANGELOG.md#601) [Compare Source](https://togithub.com/llfbandit/app_links/compare/6.0.0...6.0.1) - fix(linux): Initialization process. ### [`v6.0.0`](https://togithub.com/llfbandit/app_links/blob/HEAD/CHANGELOG.md#600) - **Breaking**: Replaced `allStringLinkStream` by `stringLinkStream` and `allUriLinkStream` by `uriLinkStream`. - **Breaking**: Removed `allStringLinkStream`, `allUriLinkStream`.\ The changes above should clarify the usage of the plugin. Both streams handle initial and further links. - **Breaking**: Renamed `getInitialApp*` and `getLatestApp*` methods to `getInitialLink*` and `getLatestLink*`. - chore(QoL): The plugin should not send again initial link when restarting, reloading the app or subscribing again to the stream. - fix(macOS): Handle link from cold state (i.e. terminated). - fix(linux): Refactor code to not store all URIs. - fix(linux): Stream is not filled anymore when there's no listener. ### [`v5.0.0`](https://togithub.com/llfbandit/app_links/blob/HEAD/CHANGELOG.md#500) - **Breaking** iOs: Application Delegate now returns `true` for both Universal Links and Custom URL schemes. If you have other packages which could conflict with it, report to the README.md for custom handling. This change is motived by the basic deep linking provided by Flutter and the fact that there is now a workaround for such cases.

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.