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

[Snyk] Upgrade react-native-screens from 3.0.0 to 3.31.1 #1492

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

Conversation

shonore
Copy link
Owner

@shonore shonore commented Jun 11, 2024

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade react-native-screens from 3.0.0 to 3.31.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 47 versions ahead of your current version.

  • The recommended version was released on 2 months ago.

Release notes
Package name: react-native-screens
  • 3.31.1 - 2024-04-23

    Patch release including fixing errors during the install step in React Native applications with 3.31.0 version of React Native Screens.
    Thanks for following along! 💙

    What's Changed

    🐛 Bug fixes

    • Change postinstall step to prepare and run prepare on release in package.json by @ tboba in #2109

    Full Changelog: 3.31.0...3.31.1

  • 3.31.0 - 2024-04-23

    Minor release including adding support for React Native 0.74 and fixing targets of the touchables on the JS Stack.
    Thanks for following along! 💙

    What's Changed

    🐛 Bug fixes

    • Don't use AnimatedNativeScreen when stackPresentation prop is not set by @ WoLewicki in #2107
    • Change retrieving window in FullWindowOverlay by @ tboba in #2031

    🔢 Miscellaneous

    New Contributors

    🙌 Thank you for your contributions!

    Full Changelog: 3.31.0-rc.1...3.31.0

  • 3.31.0-rc.1 - 2024-04-04

    Release candidate no.2 for version 3.31.0 that removes declarations of some events on Fabric and changes event types.
    Thanks for following along! 💙

    Note: Please note that this version is a candidate for the next stable version of React Native Screens. If you encounter any issues or inconveniences, please let us know about them by submitting an issue.

    What's Changed

    🐛 Bug fixes

    🔢 Miscellaneous

    Full Changelog: 3.31.0-rc.0...3.31.0-rc.1

  • 3.31.0-rc.0 - 2024-04-03

    Release candidate no.1 for version 3.31.0 that adds support for React Native 0.74 and fixes build issues on Android.
    Thanks for following along! 💙

    Note: Please note that this version is a candidate for the next stable version of React Native Screens. If you encounter any issues or inconveniences, please let us know about them by submitting an issue.

    What's Changed

    👍 Improvements

    🐛 Bug fixes

    • Add backward compatibility for prefabs by @ piaskowyk in #2088
    • Fix screen traversing on Fabric, update React Native to rc.6 by @ tboba in #2090

    🔢 Miscellaneous

    • Change topScreenFrame and belowTopScreenFrame to match Reanimated API by @ tboba in #2091
    • Add submodules command in yarn, remove Flipper from Example by @ tboba in #2092
    • Release 3.31.0-rc.0 by @ tboba in #2093

    Full Changelog: 3.30.1...3.31.0-rc.0

  • 3.30.1 - 2024-03-25

    Patch release addressing an issue with building a package due to the missing submodule from postinstall command.

    🔢 Miscellaneous

    • Remove postinstall step from package.json by @ tboba in #2081

    Full Changelog: 3.30.0...3.30.1

  • 3.30.0 - 2024-03-25

    Minor release including custom screen transitions, adding support for VisionOS, supporting slide_from_left animation on iOS and fixing other aspects (including wrong targets for touchable components on Fabric).
    Thanks for following along! 💙

    Note: Please note that support for React Native versions lower than 0.68 have been dropped. Older versions may still continue to work with this and newer releases of react-native-screens, but bugs from deprecated versions will not be considered for repair.

    What's Changed

    👍 Improvements

    • Custom screen transitions - In 3.30.0, we've introduced a support for custom transition animations while making a "go back" gesture. Made by @ piaskowyk and @ WoLewicki in #1913

    • Support for VisionOS is here! - From now, react-native-screens offers bundled support for VisionOS platform. Made by @ okwasniewski in #2025

    • slide_from_left transition on iOS - You can use slide_from_left animation that will be used for pushing or popping a new screen. Made by @ kirillzyusko in #2057

    • Add cancelSearch command on SearchBar by @ Jasonzj in #1987

    • Fixed Android screen stack animation by @ janicduplessis in #2019

    🐛 Bug fixes

    • Not working hitslop for headerRight/Left views by @ kkafar in #1995
    • App freeze when navigating back from any modal nested in contained modal by @ kkafar in #1996
    • Incorrect safe area on transparent modals using landscape orientation by @ tboba in #2008
    • Invalid orientation of contained modals by @ tboba in #2011
    • Modify the decorFitsSystemWindow parameter in setNavigationBarHidden by @ jiyong1 in #1988
    • Avoid race condition related to state on the new arch by @ j-piasecki in #2024
    • Check for multiple screens while changing screen orientation by @ uzegonemad in #2035
    • Fix setting incorrect measure with native header by @ WoLewicki and @ tboba in #2028
    • Add notifying for header height change, fix header height values by @ tboba in #2075
    • Change context while running runOnUiQueueThread on 0.73 with Bridgeless by @ cortinico in #2022
    • Use reactApplicationContext in onScreenChanged by @ WoLewicki in #2046
    • Remove calculating status bar height in useAnimatedHeaderHeight when header is not shown by @ tboba in #2033
    • Handle setting display for _viewConfig attribute by @ WoLewicki and @ tboba in #2071
    • Fix crash with searchResultsController in RNSSearchBar by @ tboba in #2004
    • Add constraints for velocity in goBackGesture screen transition by @ piaskowyk in #2061
    • Add view check for getting StackView in goBackGesture by @ piaskowyk in #2060
    • Change default value of context of ScreenGestureDetector, add warning for goBackGesture by @ tboba in #2013
    • Move GHContext from gesture-handler to native-stack by @ tboba in #2017
    • Change default gesture from Tap to Fling, fix failing CI by @ tboba in #2023

    🔢 Miscellaneous

    New Contributors

    🙌 Thank you for your contributions!

    Full Changelog: 3.29.0...3.30.0

  • 3.29.0 - 2023-12-07

    Minor release including fix for iOS that was accidentally omitted from 3.28.0. It should be now possible to present modal in outer stack, from modal in nested stack (😄 )

    What's Changed

    🐛 Bug fixes

    • fix(iOS): select correct VC for nested modal presentation by @ kkafar in #1912

    Full Changelog: 3.28.0...3.29.0

  • 3.28.0 - 2023-12-07

    Minor release adding a support for React Native 0.73, adding new iOS-like slide animation, fixing crashes with AVPlayer on iOS and resolving build issues on Android.

    Note: Please note that when using new renderer - Fabric, only the 0.73.x version of react-native is supported from this version onwards. With Paper renderer backward compatibility is maintained.

    What's Changed

    🐛 Bug fixes

    • Update status bar & orientation in screen stack fragment by @ delphinebugner in #1934
    • Set stateWrapper in ScreenViewManager in Fabric by @ joemun in #1944
    • Don't include AVPlayerView in traverseForScrollView method by @ tboba in #1969
    • Fix error about duplicate class ViewModelLazy by @ tboba in #1977
    • Move DelayedFreeze setImmediate into an effect by @ amadeus in #1980

    👍 Improvements

    🔢 Miscellaneous

    New Contributors

    Full Changelog: 3.27.0...3.28.0

  • 3.27.0 - 2023-10-23
  • 3.26.0 - 2023-10-17
  • 3.25.0 - 2023-08-31
  • 3.24.0 - 2023-08-04
  • 3.23.0 - 2023-07-26
  • 3.22.1 - 2023-07-06
  • 3.22.0 - 2023-06-22
  • 3.21.1 - 2023-06-19
  • 3.21.0 - 2023-06-14
  • 3.20.0 - 2023-02-13
  • 3.19.0 - 2023-01-17
  • 3.18.2 - 2022-10-14
  • 3.18.1 - 2022-10-11
  • 3.18.0 - 2022-10-04
  • 3.17.0 - 2022-08-25
  • 3.16.0 - 2022-08-19
  • 3.15.0 - 2022-07-08
  • 3.14.1 - 2022-07-04
  • 3.14.0 - 2022-06-30
  • 3.13.1 - 2022-03-03
  • 3.13.0 - 2022-02-28
  • 3.12.0 - 2022-02-17
  • 3.11.1 - 2022-02-11
  • 3.11.0 - 2022-02-09
  • 3.10.2 - 2022-01-17
  • 3.10.1 - 2021-12-07
  • 3.10.0 - 2021-12-02
  • 3.9.0 - 2021-10-29
  • 3.8.0 - 2021-09-28
  • 3.7.2 - 2021-09-14
  • 3.7.1 - 2021-09-13
  • 3.7.0 - 2021-09-09
  • 3.6.0 - 2021-08-23
  • 3.5.0 - 2021-08-03
  • 3.4.0 - 2021-06-17
  • 3.3.0 - 2021-05-24
  • 3.2.0 - 2021-05-10
  • 3.1.1 - 2021-04-14
  • 3.1.0 - 2021-04-07
  • 3.0.0 - 2021-03-30
from react-native-screens GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Snyk has automatically assigned this pull request, set who gets assigned.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade react-native-screens from 3.0.0 to 3.31.1.

See this package in npm:
react-native-screens

See this project in Snyk:
https://app.snyk.io/org/stephanie.honore-0bc/project/eac7e11c-4623-4465-8f03-0cab0f774a35?utm_source=github&utm_medium=referral&page=upgrade-pr
@shonore shonore self-assigned this Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants