Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-native-permissions from 4.1.5 to 5.2.5 #2229

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2025

Bumps react-native-permissions from 4.1.5 to 5.2.5.

Release notes

Sourced from react-native-permissions's releases.

5.2.5

  • Only request LOCATION_ALWAYS when app is active (fix #924)

5.2.4

  • Check if permission is null (fix an Android build issue in RN 0.77)

New Contributors

5.2.3

  • Make requestNotifications options argument optional

5.2.2

5.2.1

  • Check in both Manifest and permissions groups to determine if a permission is available.

5.2.0

  • Add tvOS compatibility (closes #906)

5.1.0

  • Add canScheduleExactAlarms to check Android SCHEDULE_EXACT_ALARM (closes #795)
  • Add an optional type argument to openSettings, allowing you to open application (the default), alarms or notifications settings

5.0.2

  • Fix a regression introduced in v5.0.0 for PERMISSIONS.IOS.FACE_ID (#903)

5.0.1

  • Fix running expo prebuild after manual Podfile modifications

5.0.0

⚠️ This version requires Xcode 16 and drops support for iOS < 13.4, Android < 6.0, and React Native < 0.73.

What's changed

  • Added LIMITED contacts permission status (on iOS 18+) (#882 by @​changey)
  • Migrated the Android codebase to Kotlin
  • Proper support for iOS calendar permission escalation (fixes #889)

What's new

  • Enabled location permission escalation on iOS (closes #716) – This feature was sponsored by Driversnote.com. Thank you! 🙌
  • Added support for Android private / signature permissions (fixes #887)
  • requestNotifications now accept a rationale argument
  • Introduced a new unified diagram to simplify understanding of the permission request flow:
Commits
  • 0e25780 Request LOCATION_ALWAYS when app is focused
  • 9bb28b9 Bump version number
  • 1a93a67 check permission for null values to fix build issues in RN 0.77 (#922)
  • 1e08069 Make requestNotifications options optional
  • c513c50 Bump version
  • 3f6c354 Use a static list of permissions
  • b13c467 Use granted when available
  • 852524c Bump version number
  • 8766ae2 Check in both manifest and groups
  • ac0eb65 Improve tvOS compat (#907)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [react-native-permissions](https://github.com/zoontek/react-native-permissions) from 4.1.5 to 5.2.5.
- [Release notes](https://github.com/zoontek/react-native-permissions/releases)
- [Commits](zoontek/react-native-permissions@4.1.5...5.2.5)

---
updated-dependencies:
- dependency-name: react-native-permissions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from neven-s as a code owner February 6, 2025 07:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 6, 2025
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants