StoDevX / AAO-React-Native

The St. Olaf community, now in pocket size.
GNU Affero General Public License v3.0
42 stars 16 forks source link

Update dependency react-native-device-info to v13 #7227

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-device-info 11.1.0 -> 13.0.0 age adoption passing confidence

Release Notes

react-native-device-info/react-native-device-info (react-native-device-info) ### [`v13.0.0`](https://redirect.github.com/react-native-device-info/react-native-device-info/blob/HEAD/CHANGELOG.md#1300-2024-09-12) [Compare Source](https://redirect.github.com/react-native-device-info/react-native-device-info/compare/v12.1.0...v13.0.0) - fix(android)!: powerStateDidChange event returns powerState object not batteryState ([#​1655](https://redirect.github.com/react-native-device-info/react-native-device-info/issues/1655)) ([2d91018](https://redirect.github.com/react-native-device-info/react-native-device-info/commit/2d9101828fbab147980eb17724a801809f705195)), closes [#​1655](https://redirect.github.com/react-native-device-info/react-native-device-info/issues/1655) ##### BREAKING CHANGES - android powerStateDidChange now matches iOS with full powerState object not batteryState The batteryState object is inside the powerState object, so if this is important to you, the change on android is now to go one-level deeper to get the batteryState ### [`v12.1.0`](https://redirect.github.com/react-native-device-info/react-native-device-info/blob/HEAD/CHANGELOG.md#1210-2024-09-12) [Compare Source](https://redirect.github.com/react-native-device-info/react-native-device-info/compare/v12.0.1...v12.1.0) ##### Bug Fixes - **ios:** isDisplayZoomed on iPhone 12/13 mini ([12fd354](https://redirect.github.com/react-native-device-info/react-native-device-info/commit/12fd354bfbc33d1b67feba0131c2d572e295c211)), closes [#​1581](https://redirect.github.com/react-native-device-info/react-native-device-info/issues/1581) [#​1581](https://redirect.github.com/react-native-device-info/react-native-device-info/issues/1581) - RNInstallReferrerClient to use background threads for network operations to prevent ANR ([2afb771](https://redirect.github.com/react-native-device-info/react-native-device-info/commit/2afb77155d457b23932f52bd44e0572f77781ba6)) ##### Features - **ios:** add iPhone 16 device names / add missing iPad device names ([#​1657](https://redirect.github.com/react-native-device-info/react-native-device-info/issues/1657)) ([1c85272](https://redirect.github.com/react-native-device-info/react-native-device-info/commit/1c85272a1714dfb41599ebc00557fb2e0bd5c45e)) #### [12.0.1](https://redirect.github.com/react-native-device-info/react-native-device-info/compare/v12.0.0...v12.0.1) (2024-09-12) ##### Bug Fixes - **android:** add invalidate, use it from onCatalystInstanceDestroy ([610714b](https://redirect.github.com/react-native-device-info/react-native-device-info/commit/610714b2400b700d95bd6924928161d38c85bb50)) ### [`v12.0.1`](https://redirect.github.com/react-native-device-info/react-native-device-info/blob/HEAD/CHANGELOG.md#1201-2024-09-12) [Compare Source](https://redirect.github.com/react-native-device-info/react-native-device-info/compare/v12.0.0...v12.0.1) ##### Bug Fixes - **android:** add invalidate, use it from onCatalystInstanceDestroy ([610714b](https://redirect.github.com/react-native-device-info/react-native-device-info/commit/610714b2400b700d95bd6924928161d38c85bb50)) ### [`v12.0.0`](https://redirect.github.com/react-native-device-info/react-native-device-info/blob/HEAD/CHANGELOG.md#1200-2024-09-12) [Compare Source](https://redirect.github.com/react-native-device-info/react-native-device-info/compare/v11.1.0...v12.0.0) ##### Bug Fixes - **ios:** Make unique id, unique per device and not per ios account(keychain) ([#​1642](https://redirect.github.com/react-native-device-info/react-native-device-info/issues/1642)) ([8198f22](https://redirect.github.com/react-native-device-info/react-native-device-info/commit/8198f224ea828f7a9df0e57b18a24a170b2d636b)) ##### BREAKING CHANGES - **ios:** iOS getUniqueId is now per-device similar to android, not per-user If you relied on the previous per-user behavior on iOS the recommended path forward is to use https://github.com/oblador/react-native-keychain with `WHEN_UNLOCKED` https://github.com/oblador/react-native-keychain?tab=readme-ov-file#keychainaccessible-enum and store your id as a key/value pair of your key and the id mapped into the username/password API of react-native-keychain Co-authored-by: Humaid Arif Khan

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 was generated by Mend Renovate. View the repository job log.