fix(deps): update dependency flutter_local_notifications to v17 #56

Open
renovator wants to merge 1 commits from renovate/flutter_local_notifications-17.x into dev
Collaborator

This PR contains the following updates:

Package Type Update Change
flutter_local_notifications (source) dependencies major ^16.0.0 -> ^17.0.0

Release Notes

MaikuB/flutter_local_notifications (flutter_local_notifications)

v17.0.0

Compare Source

  • Android] **Breaking change** bumped `compileSdk` to 34 and updated readme to mention this
    
  • Updated compileSdk and targetSdkVersion of example app to 34
  • Important announcement given how both quickly both Flutter ecosystem and Android ecosystem evolves, the minimum Flutter SDK version will be bumped to make it easier to maintain the plugin. Note that official plugins already follow a similar approach e.g. have a minimum Flutter SDK version of 3.13. This is being called out as if this affects your applications (e.g. supported OS versions) then you may need to consider maintaining your own fork in the future
  • Updated build status badge shown on readme to sync to recent changes on using GitHub Actions
  • Fixed code snippet in readme related to handling the onDidReceiveLocalNotification callback. Thanks to the PR from Sanket Patel

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications) ([source](https://github.com/MaikuB/flutter_local_notifications)) | dependencies | major | `^16.0.0` -> `^17.0.0` | --- ### Release Notes <details> <summary>MaikuB/flutter_local_notifications (flutter_local_notifications)</summary> ### [`v17.0.0`](https://github.com/MaikuB/flutter_local_notifications/releases/tag/flutter_local_notifications-v17.0.0) [Compare Source](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v16.3.3...flutter_local_notifications-v17.0.0) - \[Android] **Breaking change** bumped `compileSdk` to 34 and updated readme to mention this - Updated `compileSdk` and `targetSdkVersion` of example app to 34 - **Important announcement** given how both quickly both Flutter ecosystem and Android ecosystem evolves, the minimum Flutter SDK version will be bumped to make it easier to maintain the plugin. Note that official plugins already follow a similar approach e.g. have a minimum Flutter SDK version of 3.13. This is being called out as if this affects your applications (e.g. supported OS versions) then you may need to consider maintaining your own fork in the future - Updated build status badge shown on readme to sync to recent changes on using GitHub Actions - Fixed code snippet in readme related to handling the `onDidReceiveLocalNotification` callback. Thanks to the PR from [Sanket Patel](https://github.com/s4nk37) </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjkuNSIsInVwZGF0ZWRJblZlciI6IjM3LjIyOS41IiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=-->
renovator added 1 commit 2024-03-10 04:00:43 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/flutter_local_notifications-17.x dev
git pull origin renovate/flutter_local_notifications-17.x

Step 2:

Merge the changes and update on Forgejo.
git checkout dev
git merge --no-ff renovate/flutter_local_notifications-17.x
git push origin dev
Sign in to join this conversation.
No description provided.