hive-keychain / hive-keychain-mobile

React Native wallet for the Hive blockchain
MIT License
27 stars 12 forks source link

build(deps): bump phin and react-native-bootsplash #142

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Removes phin. It's no longer used after updating ancestor dependency react-native-bootsplash. These dependencies need to be updated together.

Removes phin

Updates react-native-bootsplash from 3.2.7 to 6.1.1

Release notes

Sourced from react-native-bootsplash's releases.

6.1.1

6.1.0

6.0.0

https://github.com/zoontek/react-native-bootsplash/assets/1902323/25179bac-bb9b-4d9b-b1ca-28a4bd01d567

What's new

  • An expo plugin 🧩
  • A ready option in useHideAnimation config in order to delay your animation, if you want to wait for something else than just layout rendering + images loading 🚦
  • A new Android theme: Theme.BootSplash.TransparentStatus (for transparent status bar + opaque navigation bar) 🫥

What else?

  • --assets-output now has a default value, which is assets/bootsplash. These assets will always be generated, as it's required for expo or the useHideAnimation hook (assets/bootsplash_logo.png become assets/bootsplash/logo.png, etc.)
  • All iOS assets are now suffixed with a short hash of the different splash screen items to prevent caching issues (before, it was only the logo).
  • iOS implementation now always uses a colorset for background color, even if you choose not to support dark mode (before it was inlined in the .storyboard file in such case).

Migration

  • Delete your previously generated assets directory.
  • Run the CLI to generate assets in updated locations.
  • That's all ✨

5.5.3

5.5.2

  • Fix regression in parseColor with full hexadecimal color values, introduced in 5.5.1

5.5.1

  • Fix generator hex color shorthand parsing issue: #F0F was expanded to #F0FF0F, instead of #FF00FF.

5.5.0

  • Bridgeless mode support (will be the default with new architecture enabled on React Native 0.74)
  • Fix splash screen reappearing during screen transitions on Android when Activity has been killed - #553 by @​Protino
  • Use system scheme instead of the one returned by useColorScheme in useHideAnimation, as it can be overridden by Appearance.setColorScheme (fix #565)

5.4.1

  • Targets membership on BootSplash.storyboard / Colors.xcassets generation to avoid opening Xcode to tick the checkboxes (fix #544)

5.4.0

  • Remove two steps from the iOS setup process:
    • BootSplash.storyboard and Colors.xcassets are now automatically added to your Xcode project
    • BootSplash.storyboard is now automatically set as UILaunchStoryboardName in your Info.plist

5.3.0

... (truncated)

Commits


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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hive-keychain/hive-keychain-mobile/network/alerts).