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.25.0 to 3.31.1 #309

Closed
wants to merge 1 commit into from

Conversation

namidan
Copy link
Contributor

@namidan namidan commented May 16, 2024

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


Snyk has created this PR to upgrade react-native-screens from 3.25.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 10 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2024-04-23.
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
    Read more
  • 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
    Read more
  • 3.27.0 - 2023-10-23
  • 3.26.0 - 2023-10-17
  • 3.25.0 - 2023-08-31
from react-native-screens GitHub release notes
Commit messages
Package name: react-native-screens
  • 7aa5e7b fix: Change postinstall step to prepare and run prepare on release in package.json (#2109)
  • c512c9c Release 3.31.0
  • 02154a9 fix(iOS): add RCT-Image to RNScreens.podspec (#2089)
  • c110679 fix: don't use AnimatedNativeScreen when stackPresentation prop is not set (#2107)
  • 6b694e3 chore: bump yarn to latest stable (4.1.1) (#2097)
  • d54a19a chore(Android): fix emit type parameters (#2087)
  • 03dad84 fix(iOS): Change retrieving window in FullWindowOverlay (#2031)
  • a8bb418 Release 3.31.0-rc.1 (#2096)
  • 4aca1ae fix: add missing events (#2095)
  • 0ff580f Release 3.31.0-rc.0 (#2093)
  • 2803fa4 fix: Add `submodules` command in yarn, remove Flipper from Example (#2092)
  • 8d1aa66 fix: change topScreenFrame and belowTopScreenFrame to match Reanimated API (#2091)
  • 458aad9 fix(iOS): Fix screen traversing on Fabric, update React Native to rc.6 (#2090)
  • f769cba fix(Android): Add backward compatibility for prefabs (#2088)
  • 56ffac1 fix: remove postinstall step from package.json (#2081)
  • 9573ac7 chore: configure yarn version in package.json (#2077)
  • b39a86c fix(Android): add notifying for header height change, fix header height values (#2075)
  • 181fa8c fix: handle setting `display` for `_viewConfig` attribute (#2071)
  • d737d72 feat(iOS): Add `slide_from_left` transition (#2057)
  • 6eb587a fix: android screen stack animation (#2019)
  • 3b35894 feat: dont recycle RNScreenView (#2069)
  • 09db75e chore: add react-navigation as submodule & use it in test applications (#1993)
  • 895606e feat: correct measure with native header (#2028)
  • 0d90628 fix: Add constraints for velocity in `goBackGesture` screen transition (#2061)

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@namidan namidan closed this Jul 23, 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.

2 participants