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.10.2 to 3.31.1 #87

Conversation

2lambda123
Copy link
Owner

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.10.2 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 32 versions ahead of your current version.

  • The recommended version was released on a month 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
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.

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.10.2 to 3.31.1.

See this package in npm:
react-native-screens

See this project in Snyk:
https://app.snyk.io/org/2lambda123/project/5d01d1b6-edce-43d9-bbba-5d41600080b5?utm_source=github&utm_medium=referral&page=upgrade-pr
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label May 25, 2024
Copy link

cr-gpt bot commented May 25, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Micro-Learning Topic: Race condition (Detected by phrase)

Matched on "race condition"

What is this? (2min video)

A race condition is a flaw that produces an unexpected result when the timing of actions impact other actions.

Try a challenge in Secure Code Warrior

Copy link

codesyncapp bot commented May 25, 2024

Check out the playback for this Pull Request here.

Copy link

git-greetings bot commented May 25, 2024

Thanks @2lambda123 for opening this PR!

For COLLABORATOR only :

  • To add labels, comment on the issue
    /label add label1,label2,label3

  • To remove labels, comment on the issue
    /label remove label1,label2,label3

Copy link

Unable to locate .performanceTestingBot config file

Copy link

coderabbitai bot commented May 25, 2024

Important

Review Skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

quine-bot bot commented May 25, 2024

👋 Figuring out if a PR is useful is hard, hopefully this will help.

  • @2lambda123 has been on GitHub since 2019 and in that time has had 2243 public PRs merged
  • Don't you recognize them? They've been here before 🎉
  • Here's a good example of their work: HeyGenClone
  • From looking at their profile, they seem to be good with Shell and Python.

Their most recently public accepted PR is: #86

Copy link

git-greetings bot commented May 25, 2024

PR Details of @2lambda123 in abp :

OPEN CLOSED TOTAL
1 29 30

@labels-and-badges labels-and-badges bot added NO JIRA This PR does not have a Jira Ticket PR:size/XS Denotes a Pull Request that changes 0-9 lines. labels May 25, 2024
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

@2lambda123 2lambda123 merged commit bbbbd05 into 6.0-re-enable-api-documentation May 26, 2024
18 of 29 checks passed
Copy link

@gitginie gitginie bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@2lambda123
Thank you for your contribution to this repository! We appreciate your effort in closing pull request.
Happy coding!

Copy link

codeautopilot bot commented May 27, 2024

PR summary

This pull request upgrades the react-native-screens package from version 3.10.2 to 3.31.1. The upgrade includes numerous bug fixes, performance improvements, and new features such as support for React Native 0.74, custom screen transitions, and VisionOS support. This update also addresses various issues related to touch targets, build errors, and compatibility with newer versions of React Native.

Suggestion

  • Ensure thorough testing of the application after the upgrade to identify any potential issues arising from the significant version jump.
  • Review the changelog for any breaking changes or deprecated features that might affect the current implementation.
  • Consider updating other related dependencies to their latest versions to maintain compatibility and leverage new features and fixes.

Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect.

Current plan usage: 96.05%

Have feedback or need help?
Discord
Documentation
support@codeautopilot.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NO JIRA This PR does not have a Jira Ticket PR:size/XS Denotes a Pull Request that changes 0-9 lines. 🔍 Ready for Review Pull Request is not reviewed yet size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants