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-device-info from 13.0.0 to 14.0.0 #2019

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 Oct 28, 2024

Bumps react-native-device-info from 13.0.0 to 14.0.0.

Release notes

Sourced from react-native-device-info's releases.

v14.0.0

14.0.0 (2024-10-26)

  • fix(android)!: remove AD_ID permission by removing auto-addition of play-services-iid (#1673) (5009115), closes #1673

BREAKING CHANGES

  • removed default fallback getDeviceId via play-services-iid dependency

This dependency has the unfortunate side effect of including AD_ID permission, which is not permissible for many types of applications.

If you relied on this functionality in getDeviceId you will need to define googlePlayServicesIidVersion in your android gradle build files ext version block. We previously used version 17.0.0 but there may be newer versions you could use if they work for

You will know you relied on this functionality even if you did not know it if:

  • you used getDeviceId AND
  • you did not specify either of:
    • firebaseBomVersion
    • firebaseIidVersion ...in your build.gradle file ext block for versions

the previous implementation of getUniqueId would automatically add play-services-iid and use that if you did not specify anything else so things would work for you

Now you must manually add one of the three dependencies for getDeviceId to work

v13.2.0

13.2.0 (2024-10-25)

Features

v13.1.0

13.1.0 (2024-10-11)

Features

  • ios: implement all free disk storage types for ios 11+ (#1664) (99dc37c)
Changelog

Sourced from react-native-device-info's changelog.

14.0.0 (2024-10-26)

  • fix(android)!: remove AD_ID permission by removing auto-addition of play-services-iid (#1673) (5009115), closes #1673

BREAKING CHANGES

  • removed default fallback getDeviceId via play-services-iid dependency

This dependency has the unfortunate side effect of including AD_ID permission, which is not permissible for many types of applications.

If you relied on this functionality, you will need to define googlePlayServicesIidVersion in your android gradle build files ext version block. We previously used version 17.0.0 but there may be newer versions you could use if they work for

13.2.0 (2024-10-25)

Features

13.1.0 (2024-10-11)

Features

  • ios: implement all free disk storage types for ios 11+ (#1664) (99dc37c)
Commits
  • b5517cb chore(release): 14.0.0 [skip ci]
  • 5009115 fix(android)!: remove AD_ID permission by removing auto-addition of play-serv...
  • 3a7a077 chore(release): 13.2.0 [skip ci]
  • d390995 feat: add getStartupTime (#1644)
  • 34a80b6 test(ci): define env vars needed by ubuntu-24 image
  • ad6bc4f chore(release): 13.1.0 [skip ci]
  • 99dc37c feat(ios): implement all free disk storage types for ios 11+ (#1664)
  • 3ab733d docs(README): typo fix in sample code (#1666)
  • See full diff 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-device-info](https://github.com/react-native-device-info/react-native-device-info) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/react-native-device-info/react-native-device-info/releases)
- [Changelog](https://github.com/react-native-device-info/react-native-device-info/blob/master/CHANGELOG.md)
- [Commits](react-native-device-info/react-native-device-info@v13.0.0...v14.0.0)

---
updated-dependencies:
- dependency-name: react-native-device-info
  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 October 28, 2024 06:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants