-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Snyk] Upgrade react-native-screens from 3.10.2 to 3.31.1 #87
Conversation
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
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"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 |
Check out the playback for this Pull Request here. |
Thanks @2lambda123 for opening this PR! For COLLABORATOR only :
|
Unable to locate .performanceTestingBot config file |
Important Review SkippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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? TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configration File (
|
Their most recently public accepted PR is: #86 |
PR Details of @2lambda123 in abp :
|
There was a problem hiding this 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.
bbbbd05
into
6.0-re-enable-api-documentation
There was a problem hiding this 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!
PR summaryThis pull request upgrades the Suggestion
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? |
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
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
Full Changelog: 3.31.0...3.31.1
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
🔢 Miscellaneous
New Contributors
🙌 Thank you for your contributions!
Full Changelog: 3.31.0-rc.1...3.31.0
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
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
🔢 Miscellaneous
submodules
command in yarn, remove Flipper from Example by @ tboba in #2092Full Changelog: 3.30.1...3.31.0-rc.0
Patch release addressing an issue with building a package due to the missing submodule from
postinstall
command.🔢 Miscellaneous
Full Changelog: 3.30.0...3.30.1
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 useslide_from_left
animation that will be used for pushing or popping a new screen. Made by @ kirillzyusko in #2057Add
cancelSearch
command on SearchBar by @ Jasonzj in #1987Fixed Android screen stack animation by @ janicduplessis in #2019
🐛 Bug fixes
runOnUiQueueThread
on 0.73 with Bridgeless by @ cortinico in #2022display
for_viewConfig
attribute by @ WoLewicki and @ tboba in #2071goBackGesture
screen transition by @ piaskowyk in #2061goBackGesture
by @ piaskowyk in #2060🔢 Miscellaneous
headerBackButtonClicked
event by @ WoLewicki in #2015New Contributors
🙌 Thank you for your contributions!
Full Changelog: 3.29.0...3.30.0
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
Full Changelog: 3.28.0...3.29.0
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
traverseForScrollView
method by @ tboba in #1969👍 Improvements
🔢 Miscellaneous
New Contributors
Full Changelog: 3.27.0...3.28.0
Important
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: