fix(deps): update dependency @havesource/cordova-plugin-push to v7#1476
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency @havesource/cordova-plugin-push to v7#1476renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
c0071ee to
746d4ad
Compare
af00d0f to
3da5757
Compare
3da5757 to
8413595
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.1→7.0.0Release Notes
havesource/cordova-plugin-push (@havesource/cordova-plugin-push)
v7.0.0Compare Source
Breaking Changes:
feat(android)!: bump library versions (#355)
androidx.core:core:1.16.0com.google.firebase:firebase-messaging:24.1.0feat(ios)!: bump pod
Firebase/Messaging@11.8.0(#356)Note: If you are using the Cordova-iOS platform version 7.x or lower, the
deployment-targetconfig preference must be set to at least13.0to work withFirebase/Messaging@11.8.0.Example
config.xml:fix(android)!: also clear notifications when
clearBadgeistrue(#358)This fix ensures that notifications in the message center are also cleared when the clearBadge flag is set to true.
Previously, the flag was only documented to clear the badge counter (or dots, in Android’s case). However, it was not possible to clear only the badge on Android. The badge counter/dot is not fully independent of notifications—attempting to clear the badge may fail if the associated notification is not also cleared. The behavior can also vary depending on the Android version or device.
Additionally, there was an inconsistency between iOS and Android: iOS cleared both the badge and the notification, while Android attempted to clear only the badge.
This update aligns the behavior across platforms, making it more consistent.
chore!: update dependencies (#360)
While this commit is marked as a breaking change, it primarily affects plugin development, as it increases the required Node.js engine version. This should not impact plugin usage directly, but it is still recommended to use the latest supported Node.js release, preferably the Long-Term Support (LTS) release.
Chores, CI, & Docs:
package-lock.json(#361)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/Toronto, 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 was generated by Mend Renovate. View the repository job log.