Skip to content

Bump phin and react-native-bootsplash in /template#38

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/template/multi-7b82f8bf38
Open

Bump phin and react-native-bootsplash in /template#38
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/template/multi-7b82f8bf38

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2024

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 5.5.2

Release notes

Sourced from react-native-bootsplash's releases.

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

  • The CLI generator now suffixes the iOS assets filenames with a hash of the file (kinda like webpack with chunks filenames) in order to invalidate springboard cache (see this article for more infos)

5.2.2

  • Fix AndroidManifest.xml namespace deprecation warning

5.2.1

  • Update default darkContentBarsStyle value for easier light / dark themes handling

5.2.0

  • Add darkContentBarsStyle android custom style property in Theme.BootSplash.EdgeToEdge

Example with react-native-bars@2.4.0, which has the same feature:

<resources>
  <style name="AppTheme" parent="Theme.EdgeToEdge">
    <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
    <item name="darkContentBarsStyle">true</item>
  </style>
<style name="BootTheme" parent="Theme.BootSplash.EdgeToEdge">
<item name="bootSplashBackground">@​color/bootsplash_background</item>
<item name="bootSplashLogo">@​drawable/bootsplash_logo</item>
<item name="darkContentBarsStyle">true</item>
<item name="postBootSplashTheme">@​style/AppTheme</item>
</style>
</resources>

5.1.4

... (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 <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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [phin](https://github.com/ethanent/phin). It's no longer used after updating ancestor dependency [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash). These dependencies need to be updated together.


Removes `phin`

Updates `react-native-bootsplash` from 3.2.7 to 5.5.2
- [Release notes](https://github.com/zoontek/react-native-bootsplash/releases)
- [Commits](https://github.com/zoontek/react-native-bootsplash/commits/5.5.2)

---
updated-dependencies:
- dependency-name: phin
  dependency-type: indirect
- dependency-name: react-native-bootsplash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 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